@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700,800|Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Eagle+Lake');

/* colors
yellow: #F9C950
blue: #044BA2
*/

body {
	background-color: #F9C950;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/background.png);
	background-repeat: repeat-x;*/
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
	height: 10px;
}
.clearLine {
	clear:both;
	height: 5px;
	width: 65%;
	border-bottom: solid 2px #71845A;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#headerBuffer {
	height: 120px;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 149px;
	padding: 0px;
	border-bottom: solid 1px #1996C5;
	z-index: 999;
	background-repeat: repeat;
	background-position: right bottom;
	display: block;
	overflow:visible;
	background-image: url(../images/header-back-new.png);
	background-color: rgba(255,255,255,0.9);
}
#headerContent {
	position: relative;
	width: 100%;
	height: 140px;
	display: table;
	overflow:visible;
}
#headerLeftContent {
	position: relative;
	width: 40%;
	min-width: 400px;
	text-align: center;
	vertical-align:top;
	display: table-cell;
	overflow:visible;
}
#headerRightContent {
	position: relative;
	width: 60%;
	display: table-cell;
	vertical-align: bottom;
	overflow:visible;
}
#headerInside {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #000000;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: right center;
}
#logoContent {
	position: relative;
	width: 100%;
	display: table;
}
#logo {
	position: relative;
	height: 120px;
	width: 220px;
	margin: 0px auto 0px 40px;
	z-index: 10;
	display: table-cell;
	text-align: right;
}
#logo img {
	position: relative;
	height: 120px;
	width: auto;
	margin: 2px auto 0px 40px;
	z-index: 10;
}
#logoSlogan {
	position: relative;
	height: 120px;
	width: auto;
	margin: 0px auto 0px 40px;
	z-index: 10;
	vertical-align: middle;
	display: table-cell;
}
#logoSlogan p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #154994;
	text-align: left;
	margin-left: 14px;
	white-space: nowrap;
}
#frontSlide {
	position: absolute;
	top: 0px;
	bottom: 35px;
	width: 100%;
	height: 90vh;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        /* background-color: #f8f8f8; */
        background-size: cover;
        /* background-size: contain; */ 
        background-repeat: no-repeat;
        background-position: top;
	z-index: 0;
	background-color:#FFFFFF;
}
#opening {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 5;
	height: 50%;
	display: table;
}
#openingData {
	vertical-align: middle;
	display: table-cell;
}
#opening p {
	/* background: rgba(255,255,255,0.60); */
	width: 65%;
	margin: 30px auto;
	padding: 25px 45px;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	border-radius: 12px;
	line-height: 145%;
}
#openBuffer {
	position: relative;
	height: 5%;
	min-height: 50px;
}
#frontSpacer {
	position:relative;
	min-height: 325px;
}
#slideCaption {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	overflow:visible;
	background-color: #044BA2;
	/* background-color: #71845A; */
	border-top: solid 1px #FFFFFF;
	z-index: 10;
}
#slideCaption p {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 21px;
	text-align:center;
	width: 94%;
	margin: 15px auto;
}
#slideCaption p a {
	color: #FFFFFF;
	text-decoration: none;
}
#slideCaption p a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

#slideCaption h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFFFFF;
	/* -webkit-text-fill-color: #FFFFFF; 
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #0D8613; */
	text-decoration: none;
	/* text-shadow: 3px 3px 6px rgba(0,0,0,0.7); */
	text-align: center;
	font-weight: 700;
	padding: 0px;
	margin: 10px auto 5px auto;
}
.caption {
	width: 90%;
	margin: 25px auto;
	
}
#mainContainer {
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	display: block;
	/* background: rgba(255,255,255,0.65); */
	width: 75%;
	margin: 30px auto;
	border-radius: 12px;
	line-height: 145%;
}
#mainPicContainer {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

#mainContent {
	position: relative;
	width: 90%;
	margin: auto;
	padding-bottom: 45px;
	padding-top: 55px;
	overflow: hidden;
}
#mainAreaFront {
	clear:both;
	position: relative;
	top: 88vh;
	width: 100%;
	background-color:#FFFFFF;
	margin: auto;
	overflow: hidden;
	z-index: 50;
}
#mainAreainside {
	clear:both;
	position: relative;
	top: 129px;
	width: 100%;
	background-color:#FFFFFF;
	margin: auto;
	overflow: hidden;
	z-index: 50;
}
.rightColCallOut {
	background-color: #044BA2;
	border-radius: 6px;
	padding: 1px 15px 5px 15px;
	margin: 25px auto;
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);

}
.CallOut {
	background-color: #FFFFFF;
	/* background-image: linear-gradient(#FEF6E1, #FFE093); */
	border-radius: 16px;
	padding: 1px 35px 5px 35px;
	margin: 25px auto;
	display: block;
	/* box-shadow: 3px 3px 6px rgba(0,0,0,0.2); */

}
#mainArea {
	clear:both;
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 10px auto;
	
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:visible;
	/*background-color: #F9C950;
	 background-color: #71845A; */
	border-top: solid 6px #044BA2;
	z-index: 10000;
}
#footerContainer {
	position: relative;
	width: 100%;
	margin: auto;
	display: table;
}
#footerLogo {
	position: relative;
	width: 170px;
	max-width: 90%;
	margin: 20px 20px 20px 50px;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	display: inline-block;
}
#footerLogo img {
	width: 400px;
	max-width: 200px;
	margin-bottom: 12px;	
}
#footerInfoContainer {
	position: relative;
	width: 70%;
	margin: auto;
	display: table-cell;
	text-align:center;
}
.footerInfo {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	margin: 20px;
}
.footerInfo a {
	color: #000000;
	text-decoration: none;
}
.footerInfo a:hover {
	color: #000000;
	text-decoration: underline;
}
#footerSlogan {
	position: relative;
	text-align: center;
	margin: 25px auto;
	font-family: 'noto_sansitalic', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: none;
}
#footerSlogan a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerSlogan a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerCopyright {
	position: relative;
	text-align: center;
	margin-top: 48px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	clear: right;
}
#footer ul {
	margin: 12px 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;	
}
#footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;	
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColContainer {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
    border-spacing: 30px;
}
.twoCol {
	position: relative;
	width: 50%;
	vertical-align:middle;
	display: table-cell;
}
.twoColLeft {
	clear:both;
	position: relative;
	width: 43%;
	vertical-align:middle;
	text-align: right;
	float: left;
}
.twoColRight {
	position: relative;
	width: 55%;
	vertical-align:middle;
	text-align: left;
	float: right;
}
.twoColRight input, .twoColRight textarea {
	width: 80%;
	max-width: 300px;
	border: solid 1px #000000;
}
#contactSubmit {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto;
	padding: 10px 18px;
	background: #71845A;
	border: solid 1px #FFFFFF;
	border-radius: 16px;
	display: block;
}
#contactSubmit:hover {
	background: #999999;
}
#mobileNav ul {
	clear:both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
}
#mobileNav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
#mobileNav ul .largeLink {
	display: none;
}
#mobileNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
#mobileNav ul li a:hover {
	color: #666666;
	text-decoration: underline;
}


#colContainer {
	position: relative;
	width: 94%;
	max-width: 1400px;
	margin: auto;
	text-align: center;
    overflow: hidden;
	display: table;
	table-layout:fixed;
	border-collapse: separate;
    border-spacing: 30px;
}
#colRow {
	float:left;
    position: relative;
    left:75%;
	border-left: solid 1px #000000;
}
.thirdCol {
	positon: relative;
	width: 30%;
	border: solid 1px #999999;
	background: #FFFFFF;
	display: table-cell;
	vertical-align: top;
}
.thirdColContent {
	positon: relative;
	width: 90%;
	margin: 25px auto;
}
.leftCol {
	position: relative;
    float: left;
	width: 50%;
	text-align: left;
}
.rightCol {
	position: relative;
    float: right;
	width: 46%;
	padding-right: 10px;
	text-align: left;
}
.leftColTech {
	position: relative;
    float: left;
	width: 48%;
	text-align: right;
}
.rightColTech {
	position: relative;
    float: right;
	width: 48%;
	padding-right: 10px;
	text-align: left;
}
.leftColCareer {
	position: relative;
    float: left;
	width: 66%;
}
.rightColCareer {
	position: relative;
    float: right;
	width: 30%;
	padding-right: 10px;
	text-align: left;
}
.rightCol img {
	position: relative;
	margin: 10px auto;
	width: 100%;
	max-width: 325px;
	border-radius: 4px;
	box-shadow: 5px 5px 12px rgba(0,0,0,0.2);
}

.basicTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 165%;
	color: #444444;
	text-decoration: none;
}
.largeTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 800;
	line-height: 165%;
	color: #000000;
	text-decoration: none;
}
.basicTxt a, .largeTxt a {
	color: #000000;
	text-decoration: none;
}
.basicTxt a:hover, .largeTxt a:hover {
	color: #666666;
	text-decoration: underline;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #000000;
	text-decoration: none;
}
.picBorder {
	margin: 5px;
	padding: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	background: #FFFFFF;
}
.picBorder img {
	margin: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 800;
	color: #044BA2;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 800;
	color: #044BA2;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 800;
	color: #044BA2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #044BA2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	margin-bottom: 0px;
}
.redLink {
	color: #DD0000;
	font-weight: bold;
}
.caption {
	width: 95%;
	margin: auto;
	
}
.readMore {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	margin-top: 28px;
}
.readMore a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 14px 8px 14px;
	background-color:#0D8613;
	border-radius: 12px;
}
.readMore a:hover {
	background-color:#999999;
}
.techImage {
	float: right;
	width: 330px;
	max-width: 45%;
	margin-left: 18px;
}
.regulatoryImage {
	width: 96%;
	margin: auto;
	display: block;
}
hr {
	color: #044BA2;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(4, 75, 162, 0.95), rgba(0, 0, 0, 0));
	margin-top: 35px;
	margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
	#headerLeftContent {
	position: relative;
	width: 70%;
	min-width: 400px;
	text-align: center;
	vertical-align:top;
	display: table-cell;
	overflow:visible;
	}
	#headerRightContent {
	position: relative;
	width: 30%;
	display: table-cell;
	vertical-align: bottom;
	overflow:visible;
	}
}

@media only screen and (max-width: 1200px) {
	#sloganLeft h1 {
	font-size: 24px;
	line-height: 26px;
	}
	#sloganLeft li {
	font-size: 14px;
	line-height: 18px;
	}
	#headAddress {
	font-size: 12px;
	line-height: 18px;
	}
	#slideCaption h1 {
	font-size: 24px;
	}
	#opening p {
	width: 80%;
	font-size: 16px;
	}
	#mainContainer {
	width: 80%;
	}
	.leftColCareer, .rightColCareer {
	width: 100%;
	float: none;
	}
	.rightColCareer img {
	width: 280px;
	max-width: 80%;
	margin: auto;
	display: block;
	}
	#footerLogo {
	width: 100%;
	margin: auto;
	vertical-align: middle;
	display: block;
	text-align:center;
	}
}

@media only screen and (max-width: 1000px) {
	
	#header {
	width: 100%;
	position: relative;
	background-color: rgba(255,255,255,1.0);
	background-image: none;
	}
	#headerContent {
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: auto;
	}
	#headerLeftContent {
	width: 100%;
	min-width: 10px;
	display: block;
	overflow:visible;
	}
	#headerRightContent {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background-color: #044BA2;
	vertical-align: top;
	overflow: visible;
	}
	#logoContent {
	position: relative;
	width: auto;
	margin: auto;
	display: table;
	overflow: visible;
	}
	#logo {
	position: relative;
	height: 120px;
	width: 130px;
	margin: 0px auto 0px auto;
	z-index: 10;
	display: table-cell;
	text-align: center;
	}
	#logo img {
	position: relative;
	height: 120px;
	width: 120px;
	margin: 2px auto 0px auto;
	z-index: 10;
	}
	#logoSlogan {
	position: relative;
	height: auto;
	width: 280px;
	margin: 0px auto 0px 0px;
	z-index: 10;
	vertical-align: middle;
	display: table-cell;
	}
	#logoSlogan p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #154994;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-align: center;
	}
	#opening {
	position: relative;
	top: 0;
	width: 90%;
	margin: auto;
	height: auto;
	text-align: center;
	z-index: 10;
	overflow:visible;
	}
	#opening p {
	background: none;
	width: 100%;
	margin: 30px auto;
	padding: 0px 0px;
	font-size: 16px;
	
	}
	#mainContainer {
	width: 88%;
	}
	#mainAreaFront {
	clear:both;
	position: relative;
	top: 0px;
	width: 100%;
	background-color:#FFFFFF;
	}
	#frontSlide {
	position: relative;
	top: 0px;
	bottom: 35px;
	width: 100%;
	height: 395px;
	max-height: 395px;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        /* background-color: #f8f8f8; */
        background-size: cover;
        /* background-size: contain; */ 
        background-repeat: no-repeat;
        background-position: top;
	z-index: 0;
	background-color:#FFFFFF;
	}
	#slideCaption {
	clear:both;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	
	bottom: auto;
	height: auto;
	overflow:visible;
	}
	#slideCaption h1 {
	width: 90%;
	}
	#headerBuffer, #openBuffer {
	height: 10px;
	min-height: 10px;
	}
	
	#navigation, #headAddress {
	display: none;
	}
	#mainContent {
	padding-bottom: 35px;
	padding-top: 5px;
	}
	#slogan {
	position: relative;
	height: 65px;
	clear:both;
	display: none;
	}
	#sloganLeft {
	top: 15px;
	}
	#sloganLeft h1 {
	font-size: 21px;
	line-height: 24px;
	}
	#sloganLeft li {
	font-size: 12px;
	line-height: 16px;
	}
	#social {
	float: none;
	margin: 0px auto;
	text-align:center;
	}
	#banner {
	/* border-bottom: solid 2px #333399; */
	}
	#colContainer {
	width: 100%;
	border-collapse: separate;
    border-spacing: 20px;
	}
	.leftCol, .leftColTech {
	position: relative;
    right:0%;
	float: left;
	width: 100%;
	}
	
	.rightCol {
	position: relative;
    right:0%;
	float: right;
	width: 100%;
	padding-right: 0px;
	}
	.rightColTech {
	position: relative;
    right:0%;
	float: right;
	width: 100%;
	padding-right: 0px;
	text-align: center;
	}
	.basicTxt {
	font-size: 18px;
	}
	h1 {
	font-size: 28px;
	}
	h2 {
	font-size: 21px;
	}
	h3 {
	font-size: 18px;
	}
	h4 {
	font-size: 16px;
	}
	
	.rightCol img {
	margin: 10px 11px;
	max-height: 250px;
	width: auto;
	max-width: 250px;
	}
	.twoColLeft, .twoColRight {
	width: 65%;
	text-align: left;
	float: none;
	margin: auto;
	}
	.twoColRight input, .twoColRight textarea {
	width: 100%;
	max-width: 1200px;
	border: solid 1px #1996C5;
	}
	#contactSubmit {
	font-size: 21px;
	padding: 8px 16px;
	}
	#footerContainer {
	width: 100%;
	display: block;
	}
	#footerInfoContainer {
	position: relative;
	width: 70%;
	margin: auto;
	display: block;
	text-align:center;
	}
	#footerLogo {
	width: 100%;
	margin: auto;
	vertical-align: middle;
	display: block;
	text-align:center;
	display: none;
	}
	.footerInfo {
	clear:both;
	margin: 0px;
	display: inline;
	padding-bottom: 10px;
	text-align: center;
	}
	.footerInfo p {
	margin: 10px;
	padding: 10px;
	}
	
}
@media only screen and (max-width: 960px) {
	#header {
	}
	#frontSlide {
	position: relative;
	max-height: 310px;
	}
	#sloganLeft h1 {
	font-size: 16px;
	line-height: 19px;
	}
	#slideCaption {
	position: relative;
	}
	#slideCaption h1 {
	font-size: 21px;
	}
	#colContainer {
	
	}
	.thirdCol {
	positon: relative;
	width: 80% ;
	min-width: 280px ;
	border: solid 1px #999999;
	margin: 15px auto;
	display: block;
	vertical-align: top;
	}
	.thirdColContent {
	positon: relative;
	width: 90%;
	margin: 25px auto;
	display: inline-block;
	}
	#slideCaption p {
	font-size: 14px;
	line-height: 19px;
	}
	.twoColLeft, .twoColRight {
	width: 85%;
	}
	.techImage {
	float: none;
	width: 330px;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	.basicTxt {
	font-size: 16px;
	}
}
@media only screen and (max-width: 620px) {
	#header {
	}
	#logo {
	margin-bottom: 10px;
	}
	#headerLeftContent {
	vertical-align: bottom;
	}

}
@media only screen and (max-width: 460px) {
	#logoContent {
	position: relative;
	width: auto;
	margin: auto;
	display: block;
	overflow: visible;
	}
	#logo {
	position: relative;
	height: 120px;
	width: 130px;
	margin: 0px auto 0px auto;
	z-index: 10;
	display: block;
	text-align: center;
	}
	#logo img {
	position: relative;
	height: 120px;
	width: 120px;
	margin: 2px auto 0px auto;
	z-index: 10;
	}
	#logoSlogan {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0px auto 0px 0px;
	z-index: 10;
	vertical-align: middle;
	display: block;
	}
	#logoSlogan p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #154994;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-align: center;
	}

}