
/*******************************
FONTS
*******************************/

@font-face {
	font-family: 'Helvetica-Neue-LT-Condensed';
	src: url('fonts/Helvetica-Neue-LT-Std-57-Condensed.eot');
	src: local(''), 
		url('fonts/Helvetica-Neue-LT-Std-57-Condensed.eot?#iefix') format('embedded-opentype'),
		url('fonts/Helvetica-Neue-LT-Std-57-Condensed.woff') format('woff'), 
		url('fonts/Helvetica-Neue-LT-Std-57-Condensed.ttf') format('truetype'), 
		url('fonts/Helvetica-Neue-LT-Std-57-Condensed.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Neue-LT';
	src: url('fonts/HelveticaNeueLTStd-Bd.eot');
	src: local(''), 
		url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), 
		url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), 
		url('fonts/HelveticaNeueLTStd-Bd.svg') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Neue-LT';
	src: url('fonts/HelveticaNeueLTStd-Roman.eot');
	src: local(''), 
		url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), 
		url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), 
		url('fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

/*******************************
RESET
*******************************/

html, body{
	margin:0px;
	padding:0px;	
	font-family:'Helvetica-Neue-LT', 'arial', 'sans-serif';
	font-size:15px;
	font-weight:500;
}

h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;	
}

a{
	color:#11294f;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

img{
	border:none;	
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}

.clear{
	clear:both;	
}

/*******************************
WIDTH CONSTRAINT
*******************************/
.width_constraint{
	max-width:1200px;
	box-sizing:border-box;	
	margin:auto;
}

/*******************************
SKROLLR
*******************************/
.skrollr_enabled .container_all{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
}

.height_extender{
	display:none;	
}

.skrollr_enabled .height_extender{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:1px;
}

/*******************************
HEADER
*******************************/

.header{
	background:#11294f;	
	position:relative;
	z-index:10;
}

.header .contents{
	padding:20px 0px 20px 0px;
	margin:0px 30px 0px 30px;
	position:relative;
}

.header .contents .logo{
	display:block;
	width:81px;
	height:17px;
	background-position:-354px -0px;
	overflow:hidden;
	text-indent:-10000px;
}

/*********** NAV ICON ***********/
.header .nav_icon{
	width:12px;
	height:9px;
	background-position:-357px -68px;	
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-4px;
	cursor:pointer;
	display:none;
}

.header.expanded .nav_icon{
	background-position:-372px -68px;
}

/*********** NAV ***********/

.header .nav{
	position:absolute;
	right:0px;
	top:50%;
	line-height:20px;
	margin-top:-10px;
}

.header .nav > li{
	float:left;
	position:relative;
	border-left:1px solid #7aa7c4;
	cursor:pointer;
}

.header .nav > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:100%;
	background:#0b1c37;
	padding:5px 0px 5px 0px;
	display:none;
}

.header .nav > li:hover > ul{
	display:block;
}

.header .nav > li > ul li{
	border-bottom:1px solid #3d495c;
	background:#0b1c37;
}

.header .nav > li > ul li.wedo{
	width: 170px;
}


.header .nav > li > ul li:last-child{
	border-bottom:none;
}

.header .nav li a{
	display:block;
	padding:0px 10px 0px 10px;
	color:#7aa7c4;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Helvetica-Neue-LT-Condensed';
	font-size:14px;
}

.header .nav li ul li a{
	text-transform:none;
	padding:5px 10px 5px 10px;
}

.header .nav li a.active,
.desktop .header .nav li a:hover{
	color:white;
}

/*******************************
PAGINATION
*******************************/
.pagination{
	position:fixed;
	right:0px;
	top:0px;
	bottom:0px;
	width:40px;	
	z-index:10;
}

.pagination ul{
	display:inline-block;
	vertical-align:middle;
	width:15px;
}

.pagination ul li{
	width:15px;
	height:15px;
	cursor:pointer;
	position:relative;
}

.pagination ul li:after{
	content:"";
	display:block;
	background:#d9d98c;
	width:6px;
	height:6px;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-3px;
	margin-top:-3px;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.pagination ul li.active:after,
.desktop .pagination ul li:hover:after{
	width:10px;
	height:10px;
	margin-left:-5px;
	margin-top:-5px;
}

.pagination .valign{
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:100%;
}


/*******************************
SECTIONS
*******************************/

.sections .section{
	position:relative;
	height:100%;
	overflow:hidden;
	color:#333333;
}

/*********** BG ***********/
.sections .section .bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding-bottom:300px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.sections .section .bg img{
	display:block;
	position:absolute;
}

/*********** CONTENTS ***********/
.sections .section .contents{
	position:relative;
	height:100%;	
	max-width:800px;
	margin:auto;
	padding:30px;	
	/*border: 2px solid #a00;*/
}

.sections .section .contents .payload{
	width:99%;
	display:inline-block;
	vertical-align:middle;
	padding: 100px 0px 100px 0px;
	/*border: 1px solid yellow;*/
}

.sections .section .contents .valign{
	width:1px;
	height:100%;
	display:inline-block;
	vertical-align:middle;
	
}

.sections .section .contents .ico.next_section{
	display:block;
	width:35px;
	height:35px;
	background-position:-354px -28px;
	margin-top:30px;
}

.sections .section .contents h2{
	font-size:24px;
	font-weight:800;
	margin-bottom:20px;
}

.sections .section .contents img{
	max-width:100%;	
}

.sections .section .contents .bar{
	width:40px;
	height:3px;
	background:#d9d98c;	
}

.sections .section .contents .bar.start{
	margin-bottom:45px;
}

.sections .section .contents .bar.end{
	margin-top:45px;
}

/*********** DARK ***********/
.sections .section.dark{
	color:white;
	background-color:#11294f;
}

.sections .section.dark h1,
.sections .section.dark h2{
	color:#d9d98c;	
}

/*********** 2 COL ***********/

.sections .section .contents.two_col{
}

.sections .section .contents.two_col .payload .col.left{
	float:left;
	width:40%;
	box-sizing:border-box;
	/*border: 1px solid #a00;*/
}

.sections .section .contents.two_col .payload .col.right{
	float:right;
	width:60%;
	box-sizing:border-box;
	padding:0px 30px 0px 30px;
	/*border: 1px solid #a00;*/
}

.sections .section .contents.two_col .payload .col.right.special-align {
	/*border: 1px solid green;*/
	margin-top: -6px !important;

}

.sections .section .contents.two_col .payload .col.left h2{
	font-size:40px;
	font-weight:800;
	line-height:1;
	margin-top:-10px;
	margin-bottom:30px;
}

/*********** PAGE HEADER ***********/
.sections .section.page_header .contents .payload{
	width:auto;
	display:block;
	padding:50px 0px 50px 0px;
}

.sections .section.page_header .contents .payload .bar{
	margin-bottom:20px;
}

.sections .section.page_header .contents .payload h1{
	font-size:40px;
	font-weight:800;
}

/*********** MASTHEAD ***********/
.sections .section.masthead{
	height:285px;	
}

.sections .section.masthead.what-we-do{
	border: 3px solid #a00;	
	
}

/******************footer**************/

.sections .section.footer{
	background:#7aa7c4;
}

.sections .section .contents .footer-payload{
	width:99%;
	display:inline-block;
	vertical-align:middle;
}

.sections .section .contents{
	padding:10px 0px 10px 0px;
}

.sections .section.footer .terms{
	list-style: none;
}

.sections .section.footer .terms li{
	font-family: 'Helvetica-Neue-LT';
	font-size: 12px;
	display: inline-block;
	color: white;
	padding-right: 10px;
	border-right: 1px solid white;
	cursor:pointer;

}

.sections .section.footer .terms li.copy-rights{
	border-right: 1px solid white;
}

.sections .section.footer .terms li a{
	font-family: 'Helvetica-Neue-LT';
	/*border-right: 1px solid #999;*/
	font-size: 12px;
	text-decoration: underline;
	color:white;
	/*padding-right: 10px;*/

}

.sections .section.footer .terms li:last-child{
	border-right: none;
}