/*----------------- body ---------------*/
body {
	padding-top: 50px;
	padding-bottom: 62px;
	font-family: 'Open Sans', sans-serif;
	background: #485d4a url(../images/test-bg.jpg) top center no-repeat;
}

body.acad-1 {
	background: #485d4a url(../images/bg-acad1.jpg) top center no-repeat;
}
body.le-1 {
	background: #485d4a url(../images/bg-le1.jpg) top center no-repeat;
}
body.le-2 {
	background: #485d4a url(../images/bg-le2.jpg) top center no-repeat;
}
body.le-3 {
	background: #485d4a url(../images/bg-le3.jpg) top center no-repeat;
}

body.det-1 {
	background: #485d4a url(../images/bg-det1.jpg) top center no-repeat;
}
body.acad-1 {
	background: #485d4a url(../images/bg-acad1.jpg) top center no-repeat;
}
body.pro-1 {
	background: #485d4a url(../images/bg-pro1.jpg) top center no-repeat;
}
body.women-1 {
	background: #485d4a url(../images/bg-women1.jpg) top center no-repeat;
}

body.mil-1 {
	background: #485d4a url(../images/bg-mil1.jpg) top center no-repeat;
}

body.dispatch-page {
	background: #485d4a url(../images/bg-pro3.jpg) top center no-repeat;
}


p {
	font-family: 'Open Sans', sans-serif;
}
.bold {
	font-weight: bold;
}
.navbar-text > a {
	color: inherit;
	text-decoration: none;
}

.brand-stripe {
	background-color: #2C382E;	
	border-bottom: 4px solid #B3A57E;	
}



.brand-stripe-text {
	color: #B3A57E;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	position: relative;
	top: -10px;
}
.brand-stripe-text a {
	text-decoration: none;
	color: inherit;
}

.brand-stripe-text:first-line {
	color: #B3A57E;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 15px;;
	}
.white-container {
	background-color: #FFF;
}

.narrow-column {
	padding-top: 15px;
}
.wide-column {
	padding-bottom: 15px;
}
.share-this  {
	height: 40px;
	padding: 0;
	display: block;
	
	}
#myCarousel .carousel-inner {
	margin-bottom: 0;
	border-radius: 0 0 15px 15px;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------- fading slideshow -----*/
.carousel.fade {
opacity: 1;
}

.carousel.fade .item {
-o-transition: opacity ease-in-out .7s;
-moz-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
left: 0 !important;
opacity: 0;
top: 0;
position: absolute;
width: 100%;
display: block !important;
z-index:1;
}

.carousel.fade .itm:first-child {
top: auto;
position: relative;
}

.carousel.fade .item.active {
-o-transition: opacity ease-in-out .7s;
-moz-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
opacity: 1;
z-index:2;
}

/*-----------nav -------------*/
#home-page .navbar-inverse .navbar-nav > li.nav-home a,
#home-page .navbar-inverse .navbar-nav > li.nav-home a:hover,
#home-page .navbar-inverse .navbar-nav > li.nav-home a:focus,

#join-page .navbar-inverse .navbar-nav > li.nav-join a,
#join-page .navbar-inverse .navbar-nav > li.nav-join a:hover,
#join-page .navbar-inverse .navbar-nav > li.nav-join a:focus,

#faq-page .navbar-inverse .navbar-nav > li.nav-faq a,
#faq-page .navbar-inverse .navbar-nav > li.nav-faq a:hover,
#faq-page .navbar-inverse .navbar-nav > li.nav-faq a:focus {
  color: #fff;
  background-color: #080808;
}

.apply-calendar {
	margin: auto;
	background: url(../images/desk-cal.jpg) top center no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: 100%;
}
.apply-calendar span.month {
	width: 150px;
	text-align: center;
	display: block;
	padding-top: 13px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	
}
.apply-calendar span.date {
	width: 150px;
	text-align: center;
	display: block;
	padding-top: 10px;
	line-height: 50px;
	font-weight: bold;
	font-size: 60px;
	
}
.apply-calendar span.day {
	width: 150px;
	text-align: center;
	display: block;
	font-size: 16px;	
}

.panel-default {
	border-color: #b3a57e;
}
.panel-default > .panel-heading {
	background-color: #b3a57e;
}

ul.quick-links {
	list-style-type: none;
	position: relative;
	left: -35px;	
}

ul.quick-links li {
	list-style-type: none;
	border-bottom: 1px solid #b3a57e;
	padding: 3px 0 3px 0;
	width: 100%;
}
ul.quick-links li a {
	color: #333;
	display: block;
}
ul.quick-links li a:hover {
	text-decoration: none;
	background-color: #D3CFC2;
	
}

ul.quick-links2 {
	list-style-type: none;
	position: relative;
	left: -35px;	
}

ul.quick-links2 li {
	list-style-type: none;
	border-bottom: 1px solid #b3a57e;
	padding: 3px 0 3px 0;
	width: 100%;
	font-weight: bold;
}
ul.quick-links2 li a {
	color: #333;
	
}
ul.quick-links2 li a:hover {
	text-decoration: none;
	background-color: #D3CFC2;
	
}
a.apply-link {
	color: #c28431 !important; /*b30000*/
	font-weight: normal;
}

.red {color: red;}

.prepare-focus p {
	min-height: 10em;	
}
.prepare-focus img {
	display: block;
	margin: auto inherit;
	}


/*-----------tables -------------*/
table#learning-domains {
	margin: 0 0 15px 0;
}
table#learning-domains td {
	background: url(images/bullet_orange.png) top left no-repeat;
	padding: 0 0 0 25px;
}

table#learning-domains td.left {
	width: 230px;
}

table#phs-docs {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	border-collapse: collapse;
	border: 3px double #333;
}
#phs-docs span {
	font-size: 10px;
}
#phs-docs a {
	color: #000;;
}
#phs-docs tr.headings {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
}

#phs-docs td.number {
	padding: 5px 0;
	width: 60px;
	border-bottom: 1px solid #999;
	text-align: center;
}
#phs-docs td.form-name {
	padding: 5px 0;
	width: 350px;
	border-bottom: 1px solid #999;
}
#phs-docs td.doc-format {
	padding: 5px 0;
	width: 50px;
	border-bottom: 1px solid #999;
	text-align: center;
}
#phs-docs td.form-comment {
	padding: 5px 0;
	width: 250px;
	border-bottom: 1px solid #999;
	padding-left: 15px;
}


table.pay-chart {
	margin: 0 0 25px 0;
	padding: 0;
	border: 2px solid #5d6257;
	border-collapse: collapse;
}
table.pay-chart tr.title{
	color: #FFF;
	background-color: #5d6257;
}
table.pay-chart td.classification {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 160px;
	border: 1px solid #999;
}
table.pay-chart td.rate {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 55px;
	border: 1px solid #999;
	text-align: center;
}
tr.alt {
	background-color: #CCC;
}

table.pay-chart-det {
	margin: 0 0 25px 0;
	padding: 0;
	border: 2px solid #5d6257;
	border-collapse: collapse;
}
table.pay-chart-det tr.title{
	color: #FFF;
	background-color: #5d6257;
}
table.pay-chart-det td.classification {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 160px;
	border: 1px solid #999;
}
table.pay-chart-det td.rate {
	margin: 0;
	padding: 3px 0 3px 4px;
	width: 45px;
	border: 1px solid #999;
	text-align: center;
}


table.post {
	margin: 0 0 25px 0;
	padding: 0;
	border: 2px solid #5d6257;
	border-collapse: collapse;
	text-align: center;
}
table.post tr.title{
	color: #FFF;
	background-color: #5d6257;
}
table.post td {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 160px;
	border: 1px solid #999;
}

.iframe-rounded>iframe {
	border-radius: 10px;
	margin-left: 10px;
}

.content-img-shadow {
	margin: 0 10px 10px 10px;
}
img.content-image {
	display: block;
	margin: 0;
	border-radius: 5px;
}
img.content-shadow {
	display: block;
	margin: 0;
}

.content-img-shadow>p.caption {
	text-align: center;
	font-style: italic;
	font-size: 11px;
}
.content-img-shadow p.caption:first-line {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.q-and-a>p.interview-question {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #f19736;
	border-bottom: none;
}

.q-and-a>p {
	margin: 0 0 10px 0;
	padding: 0 30px 10px 20px;
	font-size: 13px;
}
#reserves .carousel-inner, #dispatcher .carousel-inner {
	border-radius: 10px;
	
}
a .fa-twitter {
	color: inherit;
}
.video-thumb {
	margin-left: 15px;
}

.directions {

	text-align:center;
}
/*---------------- lists -----------*/





/*---------------- forms --------------*/

