

/***** home page *****/

/*form.hideSubmit input[type="submit"] { display: none; }*/

.whats-new {
	width: 100%;
	/*height: 380px;*/
    background-color: #002741;
	color: #fff;  
	padding: 0px 0px;
	
	background-image: url(../img/binary-xxl.jpg);
	background-position: 50%;
	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.whats-new .container {
	display: table; border-collapse: separate;   
}

.whats-new-primary {
	display: table-cell;	
	width: 66.66%;  
    background: rgba(0, 0, 0, 0.75);
}

.whats-new-primary-img {
    display: table-cell;
	vertical-align: top;
	width: 100%;
	height: 380px;
    
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.whats-new-primary a:link {
	color: #F2C526;
	text-decoration: none;
    font-size: 20px; font-size: 1.25rem;
    font-weight: bold;
}

.whats-new-primary a:hover {
	text-decoration: underline;
}

.whats-new-primary a:visited {
	color: #F2C526;
	text-decoration: none;
}

/*img-caption for caption overlay*/

/*.whats-new-primary .img-caption {
	position: absolute; 
	bottom: 0px;
	padding: 10px; padding: 0.625rem;
	background: rgba(0, 0, 0, 0.75);
	border-spacing: 0;	
	color: #fff;
	width: 100%; 
}*/

.whats-new-primary .primary-caption {
    display: block;
    vertical-align: top !important;
    width: 100%;
    height: auto;
	padding: 5px 24px; padding: 0.3125rem 1.5rem;
	color: #fff;
    margin: 0px;
}

/*secondary news items*/

.whats-new-secondary {
	display: table-cell;	
	vertical-align: top;
	width: 33.33%;  
    background-color: #00548A;
    padding: 20px; padding: 1.25rem;
}

.whats-new-secondary h1 {
	font-size: 29px; font-size: 1.8125rem;	
	line-height: 29px; line-height: 1.8125rem;	
	font-weight: bold;
	margin-top: 0px;
}

.whats-new-secondary ul {
	list-style: none;	
	margin: 0; padding: 0;
	font-size: 16px; font-size: 1rem;
}

.whats-new-secondary ul li {
	padding: 10px 0px; padding: 0.625rem 0rem;
    border-bottom: 1px solid #C8C8C8;
}

.whats-new-secondary ul li:last-child {
    border-bottom: none;
}

.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;	
}

.whats-new-secondary .icon-rss {
	width: 24px;
	height: 24px;
	float: right;
}

/**** center of page *****/

div#highlights-mobile {
    display: none;
}

.highlights {
	width: 100%; 
	padding: 0px 20px; padding: 0rem 1.25rem;
    background-color: #ffffff;
}

.highlights .container {
	display: block;	
	margin: 0 auto;
	width: 100%;
	max-width: 1150px;
	padding: 10px 0px 20px 0px; 
}

.highlight-box-row {
	display: table;	  
	height: 100%;  height: 1px; 
	border-collapse: separate; border-spacing: 30px 20px;
/*	border-collapse: separate; border-spacing: 30px 20px;*/
} 

.highlight-box { 
	display: table-cell;	 
	width: 33.33%;  min-height: 1px; height: 100%; 
	vertical-align: top;  
	
	box-shadow: -10px 10px #AFAFAF; 
    background: rgba(51, 51, 51, 1);  
}

.shadow {
    /*box-shadow: -10px 10px #AFAFAF; 
	background: rgba(51, 51, 51, 1);*/
    padding: 0 !important;
    margin: 0 !important;
    height: 100%; 
}

.highlight-box h2 {  
	width: 100%;
	background: rgba(51, 51, 51, 1);
    padding: 8px; padding: .5rem;
    margin: 0;
	color: #fff;
	font-size: 21px; font-size: 1.3125rem; 	 
    font-weight: bold;  
}

.highlight-box h2 a, .highlight-box h2 a:visited {
    color: #fff;
	text-decoration: none;
}

.highlight-box h2 a:hover {
	text-decoration: underline;
}

.highlight-box p, .video-highlight 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;
}

.highlight-box .content {   
	display: inline-block;
	width: 100%;
	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;
}

.video-highlight {
	display: table-cell;	 
	width: 66.66%; min-height: 1px; height: 100%;
    border-spacing: 0;
	vertical-align: top; 
    padding: 0; margin: 0;
	padding-left: 10px; padding-left: 0.625rem; 
	
	box-shadow: -10px 10px #AFAFAF; 
    background: rgba(51, 51, 51, 1);
}

.video-highlight .shadow {
	display: table;
    height: 100%;
}

.video-highlight .container {
    display: table-cell; 
    vertical-align: top;
    /*width: 480px;  
    height: 270px;*/ width: 66%; height: 100%;
    margin: 0px; padding: 0px;
    position: relative;
}

.video-highlight .description {
    display: table-cell; 
    vertical-align: top;
    padding: 0 8px; 
    padding-top: 8px;
}

.video-highlight .description h2 {  
	width: 100%;
    padding: 0px;
    margin: 0;
	color: #fff;
	font-size: 21px; font-size: 1.3125rem; 	 
    font-weight: bold;   
}

.video-highlight .description h2 a, .video-highlight .description h2 a:visited {
    color: #fff;
	text-decoration: none;
}

.video-highlight .description h2 a:hover {
	text-decoration: underline;
}

.video-highlight .description p, .video-highlight .description p {
	font-size: 15px; font-size: 0.9375rem;
	color: #fff; 
}

.video-highlight a.external-link:link {
	text-decoration: none;	
	color: #F2C526;
}
.video-highlight a.external-link:hover {
	text-decoration: underline;
}

iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 270px;
    height: 100%;
	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{

}



/********* 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;
}*/

