/***** header differences ******/
.brand {
	padding-left: 0;	
}
div.brand a {
	background-image:url('../img/logo.png') !important;
	height: 54px !important;
	width: 192px !important;
}

div#header div.search-region div.search { display: none; }

/***** home page *****/

.landing-img {
	display: inline-block;
	width: 100%;  
	padding: 0px 20px 20px 20px; padding: 0rem 1.25rem 1.25rem 1.25rem;
	
	background-image: url(../img/nightOps2880.jpg);
	background-position: 50%;
	background-size: cover;
	min-height: 280px;	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.welcome-title { 
	color: white;
	text-align: center;
}

.welcome-title h1 {
	font-size: 34px; font-size: 2.125rem;
	font-weight: bold;
	text-shadow: -3px 2px 0px #000;	text-shadow: -0.2rem 0.1rem 0rem #000;
	/*font-size: 2.5vw;	*/
	font-family: "Open Sans", "Arial Black", Helvetica-Black, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
}

.welcome-title h2 {
	text-shadow: -2px 2px 0px #000; text-shadow: -0.1rem 0.1rem 0rem #000;
	font-weight: normal;
	font-style: italic;
}

.home-search {
	margin: 0 auto; 
	width: 100%;
	max-width: 650px;
	min-height: 10%;
	padding: 16px; padding: 1rem;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.75);
}

.home-search .search-bg { 
	margin: 0 auto;
	padding: 0px;
	width: 80%;
	max-width: 560px;
	background-color: #fff;	
	text-align: left;
	/*padding: 0px 16px 0px 16px; padding: 0rem 1rem 0rem 1rem;*/
}

.home-search .searchbox {  
	margin: 0 auto;
	padding: 0px;
	height: 52px; height: 3.25rem;
	font-size: 26px; font-size: 1.625rem;
	color: #808080;
	border: none;
}

.home-search form input[type=text] { 
	display: inline-block; 
	vertical-align: middle;
	width: 88.75%;
	color: #808080;
	text-align: left; 
	padding: 0 5% 0 5%;
}

.home-search form input[type=submit] { 
	display: inline-block; 
	vertical-align: middle;
	width: 31px; 
	height: 31px; 
	
	border: 0;
	background-color: transparent;
	background-image: url(../img/icons/iconSearchLg.png);
	background-repeat: no-repeat;
}

.home-search p, .home-search p a:link, .home-search p a:visited {
	color: white;
	text-align: center;	
}

.home-search p a:hover {
	color: #f3c626;
}

/*form.hideSubmit input[type="submit"] { display: none; }*/

.whats-new {
	width: 100%;
	background-color: #002741;
	color: #fff;  
	padding: 0px 20px; padding: 0rem 1.25rem;
}

.whats-new .container {
	display: table; border-collapse: separate; border-spacing: 0px 20px; border-spacing: 0rem 1.25rem;	  
}

.whats-new-primary {
	display: table-cell;	
	width: 70%;  
	padding-right: 20px; padding-right: 1.25rem;  
}

.whats-new-primary-img {
	position: relative;
	vertical-align: bottom;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.whats-new-primary a:link {
	color: #f3c626;
	text-decoration: none;
}

.whats-new-primary a:hover {
	text-decoration: underline;
}

.whats-new-primary a:visited {
	color: #f3c626;
	text-decoration: none;
}

/*img-caption for caption overlay*/

.whats-new-primary .img-caption {
	position: absolute; 
	bottom: 0px;
	padding: 0px 8px 0px 8px; padding: 0rem 0.5rem 0rem 0.5rem;
	background: rgba(0, 0, 0, 0.75);
	border-spacing: 0;	
	color: #fff;
	width: 100%; 
}

.whats-new-primary .img-caption h1 {
	font-size: 16px; font-size: 1rem; 
	font-weight: normal;	
	margin: 5px 0px 5px 0px; margin: 0.3125rem 0rem 0.3125rem 0rem;	
}

.whats-new-primary .img-caption p {
	font-size: 13px; font-size: 0.8125rem;
}

.whats-new-secondary {
	display: table-cell;	
	vertical-align: top;
	width: 30%;  
}

.whats-new-secondary h1 {
	font-size: 24px; font-size: 1.5rem;	
	line-height: 24px; line-height: 1.5rem;	
	font-weight: normal;
	margin-top: 0px;
}

.whats-new-secondary ul {
	list-style: none;	
	margin: 0; padding: 0;
	font-size: 15px; font-size: 0.9375rem;
}

.whats-new-secondary ul li {
	padding-bottom: 1em;	
}

.whats-new-secondary ul li a:link {
	color: #fff;	
	text-decoration: none;
}

.whats-new-secondary ul li a:visited {
	color: #bdbdbd;	
	text-decoration: none;
}

.whats-new-secondary ul li a:hover {
	text-decoration: underline;	
}


/**** center of page *****/


.highlights {
	width: 100%; 
	padding: 0px 20px; padding: 0rem 1.25rem;
}

.highlights .container {
	display: table;	  
}

.highlight-boxes-container {
	display: table-cell;	
	vertical-align: top;  
	width: 70%;  
	border-collapse: separate; border-spacing: 0px 20px; border-spacing: 0rem 1.25rem;
} 

.highlight-box-row {
	display: table-row;	  
	height: 100%;
}

.highlight-box { 
	display: table-cell;	 
	width: 50%; 
	vertical-align: top; 
	padding-right: 20px; padding-right: 1.25rem; 
}

/*.highlight-boxBG { 
	width: 100%; 
	height: 100%; 
	background-color: #1687d7;
}*/

.highlight-box h1 {  
	color: #f3c626;
	font-size: 20px; font-size: 1.25rem;
	margin: 0;
	padding: 0;
}

.multimedia-highlight a.external-link:link {
	text-decoration: none;	
	color: #f3c626;
}
.multimedia-highlight a.external-link:hover {
	text-decoration: underline;
}

.highlight-box h6 {
	margin: 0;
	padding: 0;	
	color: #fff;
}

.highlight-box p {
	font-size: 15px; font-size: 0.9375rem;
	color: #fff; 
}

.highlight-box-image {
	display: inline-block; 
	width: 100%;
	height: 155px;
	background-size: cover;
	background-position: top right;
}

h1.highlight-box-title {
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 21px; font-size: 1.3125rem; 	 
	padding: 8px; padding: .5rem;
}

h1.highlight-box-title a, h1.highlight-box-title a:visited {
	color: #fff;
	text-decoration: none;
}

h1.highlight-box-title a:hover {
	text-decoration: underline;
}

.highlight-box-content {   
	display: inline-block;
	width: 100%;
	background-color: #1E1E1E; 
	margin: 0px; 
	padding: 8px; padding: .5rem; 
	bottom: 0px;
	/*height: 100%;*/
}

.highlight-box-content ul {
	list-style: none;	
	font-size: 14px; font-size: 0.875rem;
	padding: 0px;
	margin: 0px; 
}

.highlight-box-content ul li {
	padding-bottom: 6px; padding-bottom: .375rem; 
}

.highlight-box-content ul li a:link, .highlight-box-content ul li a:visited {
	color: #fff;	
	text-decoration: none;
}

.highlight-box-content ul li a:hover {
	text-decoration: underline;
}

.multimedia-highlight {
	border-collapse: separate; border-spacing: 0px; border-spacing: 0rem; margin-bottom: 2rem;
}

.multimedia-highlight .highlight-box-row {   

}

.multimedia-highlight .highlight-box {  

}

iframe.youtube {
	width: 380px;
	height: 214px;
	border: 0;
}

.social-media { 
	display: table-cell;	
	width: 30%;  
	vertical-align: top;   
	border-collapse: separate; border-spacing: 0px 20px; border-spacing: 0rem 1.25rem;
}

.facebook {
	height: 130px;
	height: 380px;
	width: 325px;
	margin-bottom: 20px; margin-bottom: 1.25rem; 
	margin-top: 20px; margin-top: 1.25rem;
	overflow: hidden; 
}

.facebook .fb-page a {
	display: none;
}

.twitter { 
	height: 282px;
	height: 380px;
	width: 325px;
	margin-bottom: 20px; margin-bottom: 1.25rem;
	margin-top: 20px; margin-top: 1.25rem; 
	overflow: hidden;
}
.twitter iframe {
	width: 100% !important;	
}

.twitter a.twitter-timeline {
	display: none;	
}

.twitter .content-inner, .facebook .content-inner{

}


/**** footer *****/

#footer {
	display: inherit;
	width: 100%;
	background-color: #002741;
	margin: 0px;
	padding: 0px 20px; padding: 0rem 1.25rem;
}

#footer .container {
	display: table; 
	margin-top: 20px; margin-top: 1.25rem; 
	margin-bottom: 20px; margin-bottom: 1.25rem; 
}

.footer-row { 
	display: table-row; 
}

.footer-internal {	
	display: table-cell;  
	width: 70%;  
	vertical-align: top;
	padding-right: 20px; padding-right: 1.25rem; 
}

.footer-external {
	display: table-cell; 
	width: 30%; 
	vertical-align: top;
}

.footer-content {
	width: 100%;  
	vertical-align: top;
	padding: 20px; padding: 1.25rem; 
	font-size: 14px; font-size: 0.875rem;
	color: #fff;	 	  
	background-color: #00548B;
}

.footer-internal .footer-content .seals {
	display: table-cell; 
}

.footer-content .seals {
	text-align: center; 
}

.footer-internal .footer-content .internal-links {
	display: table-cell; 
	vertical-align: top;
	padding-left: 20px; padding-left: 1.25rem;
}

.footer-content a:link, .footer-content a:visited {
	color: #F3C626;	
	text-decoration: none;
}

.footer-content a:hover {
	text-decoration: underline;
}

.footer-content ul {
	list-style: none;	
	padding: 0px;
	margin: 0px; 
}

.footer-content ul li {
	padding-bottom: 6px; padding-bottom: .375rem; 
}


/********* common classes *********/

.container {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;	  /*padding: 0px 20px; padding: 0rem 1.25px;*/
}

/*.img-caption {
	position: absolute;
	bottom: 0px;
	padding: 0px 8px 0px 8px; padding: 0rem 0.5rem 0rem 0.5rem;
	background: rgba(0, 0, 0, 0.75);	
	color: #fff;
}

.img-caption h1 {
	font-size: 16px; font-size: 1rem; 
	font-weight: normal;	
	margin: 5px 0px 5px 0px; margin: 0.3125rem 0rem 0.3125rem 0rem;	
}

.img-caption p {
	font-size: 13px; font-size: 0.8125rem;
}*/

/********* icons *********/

.hamburger-menu { 
	width: 45px;
	height: 61px;
}
.hamburger-menu a.hamburger {
	margin: 18px 15px 0 5px;	
}
.hamburger-search {
	display: none !important;
}

.hamburger-menu .menu-line {
	stroke: #fff;	
}

.icon-twitter {
	width: 35px;
	height: 28px;
}

.icon-facebook {
	width: 35px;
	height: 28px;
}

.whats-new-secondary .icon-rss {
	width: 24px;
	height: 24px;
	float: right;
}