*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
       -moz-box-sizing: border-box; /* Needed for Firefox */
    		box-sizing: border-box;

	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none; /* IE 10+ */
			user-select: none;
}

html{
	display: inline-block;
	position: relative;
	width: 100%; height: 100%;
	padding: 0px; margin: 0px;
	background: url('../images/background_mark.png');
	background-image: url('../images/background_mark.svg'), none;
	background-position: top 140px left 1374px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #39C4E6;    
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	min-width: 375px;
}
strong {font-weight: 600;	
}
ul {
	margin-bottom:22px;
}
ul li{
	margin-bottom: 6px;
}
p {
	line-height: 1.5em;
}
a:link, a:visited, a:active	{
	text-decoration:none;
	color:#000099;
	font-weight:600;
}
	a:hover 	{
		text-decoration:underline;
		color: #bf2030;
	}
	.sendemail {
		margin: 30px 0 0;
	}
		.sendemail a {
			font-size: 16px;
			text-decoration: none;
			padding: 10px;
			background-color: #fff;
			color:#000099;
			border-radius: 5px;
		}
			.sendemail a:hover{
				text-decoration:none;
				color: #bf2030;
			}
		.instructions {
			padding: 10px 40px 0;
		}


#sb-site{
	display: inline-block;
	position: relative;
	width: 1330px; 
	height:auto; 
	min-height: 100%;

	/*background-color: #fff;*/
	background-color: #39C4E6;
}

#head_wrapper{
	display: block;
	position: relative;
	width: 100%; height:350px; 
	margin: 0px; padding: 0px;
	z-index: 1;

	background: url('../images/background_para.png');
	background-image: url('../images/background_para.svg'), none;

	background-position: 0px;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/

	background-color: #39C4E6;

	max-width: 1330px;
}

/*#header *{
	-webkit-transition: all ease-out 0.25s;
		   -moz-transition: all ease-out 0.25s;
			 -o-transition: all ease-out 0.25s;
				transition: all ease-out 0.25s;
}*/

#header{
	display: block;
	position: relative;
	width: auto; height:190px; 
	background-color: #FFF;
	padding: 13px 30px;
	/*overflow: hidden;*/
	z-index: 1;
	text-align: center;
}
	#header::after{
		content:'';
		display: inline-block;
		position: absolute;
		bottom: -75px; left:0px;
		width: 100%; height:75px;
		margin: 0px; padding: 0px;
		background: url('../images/background_lean.png');
		background-image: url('../images/background_lean.svg'), none;
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 100%;

	}
	#header .logo{
		display: inline-block;
		position: relative;
		width: 530px;
		height:165px;
		margin-right: 106px;
		background: url('../images/logo_header.png');
		background-image: url('../images/logo_header.svg'), none;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: 2;
	}
	#header > a.logo {	   
	}
	
	#header h1{
		display: none;
	}
	#header .seo{
		display: block;
		position: absolute;
		top:0px; left:0px;
		width: 200px; height:100%;
		margin: 0;
		padding: 31px 32px;

		float:left;

		color: #fff;
		background-color:#00527b;
		font-size: 13px;
		line-height: 18px;
		text-align: left;

		-webkit-user-select: text;
		 -khtml-user-select: text;
		   -moz-user-select: text;
			-ms-user-select: text;
				user-select: text;

		z-index: 1;
	}
		#header .seo::after{
			content:'';
			display: inline-block;
			position: absolute;
			bottom: -12px; left:0px;

			width: 100%; height: 13px;
			margin: 0px; padding: 0px;

			background: url('../images/background_seo_after.png');
			background-image: url('../images/background_seo_after.svg'), none;

			background-position: top left;
			background-repeat: no-repeat;
			background-size: auto 100%;

		}

	#header .cta{
		display: block;
		position: absolute;
		top:0px; right:31px;
		width: 274px; height:calc(100% + 43px);

		background-color: #67dcf9;
		margin: 11px 0 0 0;

		z-index: 1;
	}
		#header .cta::after{
			content:'';
			display: inline-block;
			position: absolute;
			bottom: -17px; left:0px;

			width: 100%; height: 17px;
			margin: 0px; padding: 0px;

			background: url('../images/background_cta_after.png');
			background-image: url('../images/background_cta_after.svg'), none;

			background-position: top left;
			background-repeat: no-repeat;
			background-size: auto 100%;

		}

		#header .cta .title{
			display: block;
			position: relative;
			float: left;			
			width: 100%;
			height: 68px;
			line-height: 58px;
			background-color: #00527b;
			border-style: solid;
			border-width: 0 0 10px 0;
			border-color: #fff;
			color: #fff;
			font-size: 20px;
		}
		#header .cta .text{
			display: table;
			position: relative;
			float: left;			
			width: 100%; height: calc(100% - 68px);
			font-size: 14px;
		}
			#header .cta .text_inner{
				display: table-cell;
    			vertical-align: middle;
			}
#content_menu { 
	display: none;
}
#sub_nav{
	display: block;
	position: relative;
	width: 100%; height:160px;
	margin: 0px; padding: 0px;
	z-index: 99;
	border-style: solid;
	border-width: 0 0 30px 0;
	border-color: #fff;
}
	#sub_nav .menu{
		display: inline-block;
		position: absolute;
		bottom: 0px; right: 0px;
		width: auto; height: auto;
		margin: 0 150px 0 0;
	}
	#sub_nav a.button {
		display: inline-block;
		position: relative;
		width: 148px; height: 35px;
		background: url('../images/button_subnav.png');
		background-image: url('../images/button_subnav.svg'), none;
		background-repeat: no-repeat;
		background-position: 0 0;
		color:#00527B;
		font-size: 13px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		line-height: 40px;
		margin: 0 0 0 12px;
	}
	#sub_nav a.button.current {
		background-position: 0 -37px;
		color:#FFF;
	}
	#sub_nav a.button:hover {
		background-position: 0 -111px;
		color:#FFF;
	}
	#sub_nav a.button:active {
		background-position: 0 -74px;
		color:#FFF;
	}
#body_wrapper{
	display: inline-block;
	position: relative;
	width: 100%; height:auto; 
	margin: 0px; padding: 0px;
	background-color: #FFF;
}
#nav_main_wrapper, #nav_main{
	display: inline-block;
	/*position: relative;*/
	position: absolute;
	width: 200px;
	height:auto;
	/*min-height: 550px;*/
	min-height: 514px; 
	/*float:left;*/
	margin: 0 0 0 0; 
	padding: 0px;
	background-color: #FFF;
	left: 0px;
}
#nav_main{
	margin: 10px 0 0 0;
}
	#nav_main a.button {
		display: inline-block;
		position: relative;
		width: 200px; height: 70px;
		background: url('../images/button_mainnav.png');
		background-image: url('../images/button_mainnav.svg'), none;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #00527B;
		color:#FFF;
		font-size: 22px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		line-height: 50px;
		margin: 0 0 7px 0;
		padding: 20px 13px 0 0;
	}
	#nav_main a.button:hover {
		background-color: #EE913B;
	}
	#nav_main a.button:active {
		background-color: #E4A93C;
	}
	.nav_2nd{
		display: none;
		position: relative;
		width: auto; height: auto;
		margin: 0 0 10px 0;
	}
	.nav_2nd.current{
		display: inline-block;
	}
		#nav_main a.button_sub {
			display: inline-block;
			position: relative;
			width: 185px; height: 29px;		
			color: #00527B;
			font-size: 14px;
			text-align: left;
			text-decoration: none;
			white-space: nowrap;
			line-height: 29px;
			margin: 0 0 1px 0;
			padding: 0 0 0 19px;
		}
		#nav_main a.button_sub.current {
			background-color: #E65F3B;
			color: #FFF;
		}
		#nav_main a.button_sub:hover {
			background-color: #EE913B;
			color: #FFF;
		}
		#nav_main a.button_sub:active {
			background-color: #E4A93C;
			color: #FFF;
		}
#sections_wrapper{
	display: inline-block;
	position: relative;
	width: calc(100% - 305px);
	height: auto;
	margin-bottom: 20px;
	float: left;
}
.title_section{
	display: inline-block;
	position: relative;
	width: calc(100% - 200px); 
	height: auto;
	padding: 0 80px 0;
	margin: 0 0 0 200px;
	float:left;
}
	.title_section h2{
		display: block;
		position: relative;
		line-height: 1.3em;
		margin: 0 0 15px; 
		padding: 24px 0 0;
		color: #00527b;
		font-size: 34px;
	}
	.title_section h3{
		display: block;
		position: relative;
		line-height: 1.3em;
		margin: 0 0 20px 0;
		padding: 0px;
		color: #000;
		font-size: 20px;
		font-style: italic;
	}

.section{
	display: inline-block;
	position: relative;
	width: calc(100% - 200px);
	height: auto;
	padding: 0 80px 0;
	margin: 0 0 10px 200px;
	float:left;
}
	.section *{
		-webkit-user-select: text;
		 -khtml-user-select: text;
		   -moz-user-select: text;
			-ms-user-select: text; /* IE 10+ */
				user-select: text;
	}
	.section h2{
		color: #00527b;
		margin-bottom: 15px;
	}	
	.section h4{
		display: block;
		position: relative;
		margin: 8px 0 12px 0; padding: 0px;
		color: #000;
		font-size: 18px;
		font-style: italic;
		text-transform: uppercase;
	}
	.section h5{
		display: block;
		position: relative;
		margin: 0 0 10px 0; padding: 20px 0 0 0;
		color: #000;
		font-size: 16px;
		font-style: italic;
	}
	.section p{
		display: block;
		position: relative;
		margin: 0 0 20px 0; padding: 0px;
		color: #000;
		font-size: 16px;
	}
		.section p.temp{
			color:#d1d1d1;
		}
.section.home{
	padding:0 25px 0 80px;
}
	.section.home p{
		font-size:18px; 
	}
	.section.home .video_block{
		display: block;
		position: relative;
		width:720px; 
		height:405px; 
		background-color:#c1c1c1;
	}
.section.hidden{
	display: none;
}
#side_bar {
	display: inline-block;
	position: relative;
	width: 305px; height: auto;
	margin: 0;
	float: left;
}
	#side_bar .block {
		display: block;
		position: relative;
		width: 100%; height: auto;
		margin: 0 0 20px;
		max-height:405px;
		padding: 40px 61px 55px 30px;
		background-color: #e4a93c;
		color: #fff;
	}
	#side_bar .block::after {
		content:'';
		display: block;
		position: absolute;
		top:0px;
		right:0px;
		width: 31px;
		height: 100%;
		background-color: #fff;
		border-style: solid;
		border-width: 0 0 0 2px;
		border-color: #fff;
	}
		#side_bar .block.quotes {
			font-weight: 700;
			font-size: 22px;
		}
		#side_bar .block.quotes p {
			display: inline-block;
			position: relative;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		#side_bar .block.quotes p.alt {
			padding: 50px 0 0 50px;
		}
.link_anchor{
	display: block;
	position: absolute;
	top: -355px;
}
	.no-js .link_anchor{
		top: 0px;
	}
#foot_wrapper {
	display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 20px 0;
}
	#footer p {
		color:white;
		text-align:center;
		font-size: 14px;			
	}	
	#sub_nav_cta {
		display: none;
	}

	iframe {
		width: 100%;
	}
	.embed-video-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    overflow: hidden;
	    max-width: 100%;
	    height: auto;
	    margin: 20px 0 30px;
	}
	.embed-video-container iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}