body {
    overflow-x: hidden;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    color: #444444;
    background-color: #ffffff;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}
small.small {
    font-size: 85%;
}

/*a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #5fbb46;
}*/

h1 {
	color:#062e61;
}
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;
    font-weight: 700;*/
    color:#155197;
}

hr.star-light,
hr.star-primary {
    margin: 15px auto 30px;
    padding: 0;
    /*max-width: 250px;*/
    border: 0;
    border-top: solid 1px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    /*content: "\f0dd";*/
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
}

hr.star-primary {
    border-color: #999999;
}

hr.star-primary:after {
    color: #999999;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    /*color: #fff;*/
    /*background: #06612e;*/
    /*height:600px;*/
}
header .banner {
    padding-top: 60px;
    width:100%;
}

header .container {
    /*padding-top: 100px;*/
    padding-bottom: 25px;
    background-color:transparent;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.navbar-brand {

}
.navbar-brand img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	height:40px;
	margin-top:-10px;
}

@media(min-width:768px) {
    header .container {
        /*padding-top: 200px;*/
        /*padding-bottom: 100px;*/
    	padding-bottom: 25px;
        background-color:transparent;
    }

    header .intro-text .name {
        font-size: 3.0em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
    header .banner {
    	padding-top: 105px;
    }
}

.navbar-brand-gray {
    color: #606060;
}

.navbar-fixed-top .navbar-brand i {
    display:none;
    font-style:normal;
    margin-top:5px;
    letter-spacing: 0.8px;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        font-size:90%;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-fixed-top .navbar-brand img {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	height:70px;
	margin-top:-26px;
	display:block;
    }
    .navbar-fixed-top .navbar-brand i {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	font-size:11px;
	display:block;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
        border-bottom:1px solid #dddddd;
        box-shadow: 0px 0px 2px 0px #cccccc;
        /*background: rgba(103,176,209,0.8);*/
        background: rgba(255,255,255,0.95);
        color:gray;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand img {
        height:40px;
        margin-top:-12px;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand i {
        display:none;
    }
    .dropdown-menu {
    	font-size:90%;
    }
}
@media (min-width: 992px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
	font-size:100%;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-fixed-top .navbar-brand img {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	height:70px;
	margin-top:-26px;
    }
    .navbar-fixed-top .navbar-brand i {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	font-size:11px;
	display:block;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
        border-bottom:1px solid #dddddd;
        box-shadow: 0px 0px 2px 0px #cccccc;
        /*background: rgba(103,176,209,0.8);*/
        background: rgba(255,255,255,0.95);
        color:gray;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand img {
        height:50px;
        margin-top:-16px;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand i {
        display:none;
    }
    .dropdown-menu {
    	font-size:100%;
    }
}
@media (min-width: 1200px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
	font-size:120%;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-fixed-top .navbar-brand img {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	height:70px;
	margin-top:-26px;
    }
    .navbar-fixed-top .navbar-brand i {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	font-size:15px;
	display:block;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
        border-bottom:1px solid #dddddd;
        box-shadow: 0px 0px 2px 0px #cccccc;
        /*background: rgba(103,176,209,0.8);*/
        background: rgba(255,255,255,0.95);
        color:gray;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand img {
        height:50px;
        margin-top:-16px;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand i {
        display:none;
    }
    .dropdown-menu {
    	font-size:95%;
    }
}


section {
    /*padding: 100px 0;*/
    padding-top:0px;
    padding-bottom:0px;
    /*background-color:rgba(255,255,255,0.8);*/
    background-color:#ffffff;
}

section h2 {
    margin: 0;
    /*font-size: 3em;*/
    border-bottom: 1px solid #e0e0e0;
    /*border-left: 3px solid #f50036;*/
    padding-bottom: 3px;
    padding-left: 0px;
    margin-top:30px;
    margin-bottom:30px;
}

section.success {
    color: #fff;
    background: #06612e;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #06612e;
}

@media (min-width: 992px) {
	section .container {
	    padding: 15px;
	}
}

section.transparent {
	/*background-color:rgba(255,255,255,0.8);*/
	background-color:transparent;
	/*box-shadow: 0px 0px 2px 0px #cccccc;*/
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

@media(max-width:767px) {
    section {
        padding: 25px 0;
    }

    section.first {
        padding-top: 25px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #06612e;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #06612e;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer a {
	color:#ffffff;
}
footer a:hover {
	color:#ffffff;
}

footer .footer-above {
    padding: 25px 0;
    background-color: #888888;
    color: #ffffff;
}
footer .footer-above a {
    padding: 5px 15px 5px 15px;
    color: #ffffff;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 10px;
    background-color: #555555;
    color: #f0f0f0;
    font-size: 14px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    /*font-size: 3em;*/
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #06612e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #06612e;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.buffer-top {
	margin-top:60px;
}
.buffer-bottom {
	margin-bottom:60px;
}
.buffer-left {
	margin-left:20px;
}
.buffer-right{
	margin-right:20px;
}

.padding-top {
	padding-top:60px;
}
.padding-bottom {
	padding-bottom:60px;
}
.padding-left {
	padding-left:20px;
}
.padding-right{
	padding-right:20px;
}
@media (min-width: 768px) {
	.buffer-top {
		margin-top:110px;
	}
	.buffer-bottom {
		margin-bottom:110px;
	}
	.buffer-left {
		margin-left:40px;
	}
	.buffer-right{
		margin-right:40px;
	}

	.padding-top {
		padding-top:110px;
	}
	.padding-bottom {
		padding-bottom:110px;
	}
	.padding-left {
		padding-left:40px;
	}
	.padding-right{
		padding-right:40px;
	}
}

ul.list-arrows {
	list-style-type: none;
	padding-left: 20px;
}

ul.list-arrows li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
	font-size:24px;
}

ul.list-arrows li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f061";
	color: #4582ec;
}

.opaque {
    background-color:#ffffff;
}

.panel-clickable {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
	cursor:pointer;
}

.panel-clickable:hover {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
	filter:brightness(115%);
}

a.panel-link {
	text-decoration:none;
	color:#444444;
}
a.panel-link:hover {
	text-decoration:none;
	color:#444444;
}

a.anchor {
    display: block;
    height: 80px; /*same height as header*/
    margin-top: -80px; /*same height as header*/
    visibility: hidden;
}

#org-header-logo {
	padding:0px;
	margin:0px;
}
#org-header-logo img {
	height:50px;
	margin-left:4px;
}
@media(min-width:768px) {
	#org-header-logo img {
		margin-left:60px;
	}
}
@media (min-width: 992px) {
	#org-header-logo img {
		height:40px;
		margin:0px 0px 0px 20px;
	}
}
@media (min-width: 1200px) {
	#org-header-logo img {
		margin:0px 0px 0px 40px;
	}
}

#program-header-logo {
	padding:0px;
	margin:0px;
}
#program-header-logo img {
	height:20px;
	margin-left:14px;
	margin-top:10px;
}
@media(min-width:992px) {
	#program-header-logo img {
		height:24px;
		margin-left:40px;
		margin-top:8px;
	}
}

img {
	-ms-interpolation-mode: bicubic;
}

#breadcrumbs {
	margin-top:45px;
	margin-bottom:0px;
	text-align:left;
}
@media(min-width:768px) {
	#breadcrumbs {
		margin-top:95px;
		margin-bottom:0px;
		text-align:left;
	}
}

.link-separator {
	padding-left:10px;
	padding-right:10px;
}

.text-default {
	color: #474949;
}

.text-mutedmore {
	color: #c0c0c0;
}

.text-bold {
	font-weight:bold;
}

.text-nomargin {
	margin:0px;
}

.table-small tr {
	font-size:75%;
}
.table-small input.form-control {
	font-size:90%;
	height:25px !important;
}
.table-small .input-group-addon {
	font-size:90%;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left:8px !important;
	padding-right:8px !important;
}
.table-smaller tr {
	font-size:65%;
}
.table-smaller input.form-control {
	font-size:90%;
	height:23px !important;
}
.table-smaller .input-group-addon {
	font-size:90%;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left:8px !important;
	padding-right:8px !important;
}

.alert-faint {
	background-color:#fafafa;
	border-color:#f0f0f0;
}
.alert-faintmore {
	background-color:#fefefe;
	border-color:#f7f7f7;
}
.alert-lg {
	font-size:125%;
}
.alert-lg a {
	/*white-space: nowrap;*/
}

.form-padding-top {
	padding-top:50px;
}
.form-padding-bottom {
	padding-bottom:50px;
}

.form-datetime-select small {
	font-size:75%;
	color:#777777;
}

.form-dateYM-select {
	font-weight: normal !important;
	height:30px !important;
	padding:2px !important;
	display:inline-block !important;
}
.form-dateYM-input {
	width:0px !important;
	height:0px !important;
	padding:0px !important;
	border-color:transparent !important;
	opacity:0 !important;
}

.form-required-bullet, .form-required-bullet-large {
	font-size:10px;
	color:#ff8888;
	float:right;
}
.form-required-bullet-large {
	font-size:12px;
}

.form-missing {
	border-color: #b94a48 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.form-missing:focus {
	border-color: #953b39 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}
.form-checkbox-missing {
	border: 1px solid #b94a48 !important;
	border-radius:5px;
	margin-top:-1px !important;
	margin-bottom:-1px !important;
	margin-left:-1px !important;
	margin-right:-1px !important;
	height:32px !important;
	width:32px !important;
}
.form-control-readonly {
	min-height: 36px;
	height: auto;
}

.cursor-link {
	cursor: pointer;
}

.prettycheckbox label,
.prettyradio label {
	float: none !important;
	line-height: 20px !important;
	margin-left: 40px !important;
	margin-top: 5px !important;
	text-align: left !important;
}

.form-group {
	font-size:16px;
}

.arrowstep-container {
	background-color: #ff0000;
	color: #ffffff;
	display: inline-block;
	padding: 0px;
	margin: 5px;
	font-size: 20px;
	font-weight: bold;
}
.arrowstep-container:hover {
	background-color: #dd0000;
	color: #ffffff;
}
.arrowstep-container:hover .arrowstep-leftarrow {
	background-color: #dd0000;
}
.arrowstep-container:hover .arrowstep-rightarrow {
	border-left-color: #dd0000;
}
.arrowstep-edge {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0px 25px 0px 25px;
	height: 0px;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0px;
}
.arrowstep-leftarrow, .arrowstep-rightarrow {
	border-style: dashed;
	border-color: transparent;
	border-width: 0.20em;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 150px;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0;
}
.arrowstep-leftarrow {
	background-color: #ff0000;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #ffffff;
	left: 0em;
	right: 0.25em;
}
.arrowstep-rightarrow {
	background-color: #ffffff;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #ff0000;
	left: 0.25em;
	right: 0em;
}

.greenred0 {
	color:green;
}
.greenred1 {
	color:red;
}
.redgreen0 {
	color:red;
}
.redgreen1 {
	color:green;
}
.redgreenblue0 {
	color:red;
}
.redgreenblue1 {
	color:green;
}
.redgreenblue2 {
	color:blue;
}

.fa-spacer {
	width: 16px;
	display: inline-block;
}

.btn-spaced {
	margin-left:10px;
	margin-right:10px;
}

.btn-spaced-around {
	margin:5px 10px 5px 10px;
}

.btn-light {
	background-color:#f0f0f0;
	border-color:#d0d0d0;
}
.btn-light:hover,.btn-light:focus,.btn-light:active {
	color:#777777;
}

.label-lg {
}
@media (min-width: 992px) {
	.label-lg {
		font-size:12px;
	}
}
.label-xl {
}
@media (min-width: 992px) {
	.label-xl {
		font-size:16px;
	}
}

.field-flag-yellow {
	background-color:#ffffaa;
	font-weight:bold;
	color:#333333;
}
.field-flag-red {
	background-color:#ffeeee;
	color:red;
	font-weight:bold;
}

label {
	font-weight:normal;
}
.label {
	font-weight:bold;
}
.label-faint {
	background-color:#b0b0b0;
}



.email-infobox .input-group-addon > b {
	width:60px;
	display:inline-block;
}


.form-changes-highlight {
	background-color:#fcf8e3;
}


.progress-bar-default {
  background-color: #777777;
}
.progress-striped .progress-bar-default {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-muted {
  background-color: #aaaaaa;
}
.progress-striped .progress-bar-muted {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}



.nda-document {
	max-width:730px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	padding:30px;
	border:1px solid #e0e0e0;
	border-radius:10px;
}
.nda-document h3 {
	text-align:center;
	margin:0px;
}
.nda-document h4 {
	text-align:center;
}
.nda-document p {
	font-size:16px;
}
.nda-document p.nda-indent {
	margin-left:20px;
}



#page_title {
	margin-top:0px;
}


/*
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 3px;
		background-color: #eeeeee;
		left: 50%;
		margin-left: -1.5px;
	}

	.timeline > li {
		margin-bottom: 20px;
		position: relative;
	}

		.timeline > li:before,
		.timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li:before,
		.timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li > .timeline-panel {
			width: 46%;
			float: left;
			border: 1px solid #d4d4d4;
			border-radius: 2px;
			padding: 20px;
			position: relative;
			-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		}

			.timeline > li > .timeline-panel:before {
				position: absolute;
				top: 26px;
				right: -15px;
				display: inline-block;
				border-top: 15px solid transparent;
				border-left: 15px solid #ccc;
				border-right: 0 solid #ccc;
				border-bottom: 15px solid transparent;
				content: " ";
			}

			.timeline > li > .timeline-panel:after {
				position: absolute;
				top: 27px;
				right: -14px;
				display: inline-block;
				border-top: 14px solid transparent;
				border-left: 14px solid #fff;
				border-right: 0 solid #fff;
				border-bottom: 14px solid transparent;
				content: " ";
			}

		.timeline > li > .timeline-badge {
			color: #fff;
			width: 50px;
			height: 50px;
			line-height: 50px;
			font-size: 1.4em;
			text-align: center;
			position: absolute;
			top: 16px;
			left: 50%;
			margin-left: -25px;
			background-color: #999999;
			z-index: 100;
			border-top-right-radius: 50%;
			border-top-left-radius: 50%;
			border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
		}

		.timeline > li.timeline-inverted > .timeline-panel {
			float: right;
		}

			.timeline > li.timeline-inverted > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			.timeline > li.timeline-inverted > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

	.timeline-body > p + p {
		margin-top: 5px;
	}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

		ul.timeline > li > .timeline-panel:before {
			border-left-width: 0;
			border-right-width: 15px;
			left: -15px;
			right: auto;
		}

		ul.timeline > li > .timeline-panel:after {
			border-left-width: 0;
			border-right-width: 14px;
			left: -14px;
			right: auto;
		}
}
*/




.timeline .timeline-item {
margin-bottom: 25px;
margin-left: 40px;
position: relative;
}
.timeline .timeline-item .timeline-inner {
background: #fff;
border: 1px solid #ddd;
border-radius: 3px;
padding: 10px;
position: relative;
}
.timeline .timeline-item .timeline-inner:before {
border-right: 10px solid #ddd;
border-style: solid;
border-width: 10px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -20px;
top: 6px;
width: 0;
}
.timeline .timeline-item .timeline-inner:after {
border-right: 10px solid #fff;
border-style: solid;
border-width: 10px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -18px;
top: 6px;
width: 0;
}
.timeline .timeline-item:before {
background: #fff;
border-radius: 2px;
bottom: -30px;
box-shadow: 0 0 3px rgba(0,0,0,0.2);
content: "";
height: 100%;
left: -30px;
position: absolute;
width: 3px;
}
.timeline .timeline-item:after {
background: #fff;
border: 2px solid #ccc;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
content: "";
height: 15px;
left: -36px;
position: absolute;
top: 10px;
width: 15px;
}
.timeline .clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.timeline .timeline-item .timeline-head {
border-bottom: 1px solid #eee;
margin-bottom: 8px;
padding-bottom: 8px;
}
.timeline .timeline-item .timeline-head .timeline-head-icon {
margin-right: 20px;
}
.timeline .timeline-item .timeline-head .timeline-head-details {
overflow: hidden;
}
.timeline .timeline-item .timeline-head .timeline-head-details .timeline-head-tag {
font-size: 16px;
font-weight: bold;
margin: 0;
}
.timeline .timeline-item .timeline-head .timeline-head-title {
float: left;
padding: 0 15px 0 0;
}
.timeline .timeline-item .timeline-head .timeline-head-title > div {
color: #333;
font-weight: bold;
text-align: right;
}
.timeline .timeline-head-title > div {
color: #777;
font-size: 12px;
line-height: 22px;
}
.timeline .timeline-item .timeline-head .timeline-head-title > div {
color: #333;
font-weight: bold;
text-align: right;
}
.timeline .timeline-head-title > div {
color: #777;
font-size: 12px;
line-height: 22px;
}
.timeline img {
min-height: 40px;
max-height: 40px;
}
.timeline .timeline-item .timeline-head .timeline-head-title .timeline-head-subtitle {
font-weight:normal;
color: #777;
}
.timeline .timeline-item .timeline-footer {
font-size:12px;
border-top:1px solid #f0f0f0;
padding-top:3px;
margin-top:10px;
margin-bottom:-5px;
color: #777;
}




.bounce {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}




.prevent-select {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}




@media print {
	#breadcrumbs {
		display:none;
	}
	h1 {
		font-size:18px;
	}
	h2 {
		font-size:16px;
	}
	h3 {
		font-size:14px;
	}
	h4 {
		font-size:13px;
	}
	p {
		font-size:11px;
	}
	div {
		font-size:11px;
	}
	input {
		font-size:11px;
	}
	select {
		font-size:11px;
	}
	option {
		font-size:11px;
	}
	label {
		font-size:11px;
	}
	button {
		font-size:11px;
	}
	th {
		font-size:11px;
	}
	td {
		font-size:11px;
	}
	.form-required-bullet {
		display:none;
	}
	.form-required-bullet-large {
		display:none;
	}
}