@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
	background-color: rgba(36,86,101,1.00);
	color: white;
	font-weight: 200;
}

/*  contact */
.subContact {
	background-color: rgba(36,86,101,1.00);
	color: white;
	font-weight: 200;
	overflow: hidden;
	max-height: 0; 
}

 
.maxH {
	max-height: 5000px;
}

.closeF {
	margin: 0 30px;	
}

h2 {
	padding: 20px 0 30px 0;
}

h2 img{
	margin: 10px 0;
}

/*.marginLR {
	margin: 0 6% 0 8%;
}*/
.type {
	color: rgba(141,198,64,1.00);
	font-weight: 600;
}

#feature {
	background-color: #1f333e;
	height: 800px;
}
#resources {
	background-color: #1f333e;
}

#archive, #library  {
	padding: 60px 0;
	background-color: #294452;
}
#archive li, #library li {
	padding: 5px 0;
}
.title {
	display: inline;	
	font-weight: 600;
}

#resources {
	padding: 40px 0;
}
.brandE {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: 600;	
	text-transform: uppercase;
	padding: 20px 0;
}
.brandE  img {
	width: 50%;
	margin: 10px 0;
}

.fPic {
	background-image: url(../c01_img/feature.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50%;
	float: none;
}
.fText {
	width: 100%;
	height: 50%;
	float: none
}
.holder {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.centerD {
	padding: 10px 8%;
	width: 100%;
	max-height: 360px;
	overflow: auto;
}

.fText .title {
	display: block;
}

.holder {
	
}
.fText p {
	margin-top: 10px;	
}

#video {
	padding: 60px 0;	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px; /* 25px */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 600px) {
.brandE {
	width: 33.333333333%;
}
}

@media screen and (min-width: 768px) {
/*.marginLR {
	margin: 0 7% 0 12%;
}*/
#feature {
	height: 400px;
}
.fPic {
	width: 33.3333333%;
	height: 100%;
	float: left;
}
.fText {
	width: 66.6666666%;
	height: 100%;
	float: left;
}
nav.sub  #sLogo {
	width: 100px;
}
}


@media screen and (min-width: 980px) {
/*.marginLR {
	margin: 0 15% 0 20%;
}*/
.brandE  img {
	width: 30%;
}
}
/*
@media screen and (min-width: 1500px) {
.marginLR {
	margin: 0 20% 0 25%;
}
}*/