/*-----Reset-----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #F06452;
	color: #FFF;
}

::-moz-selection {
	background: #F06452;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

/*----- Back To Top -----*/

#toTop {
	position: fixed;
	bottom: 40px;
	right: 80px;
	cursor: pointer;
	display: none;
	z-index: 99;
	background: #000;
	text-align: center;
	padding: 16px 9px;
	color: #FFF;
	line-height: 14px;
	border-radius: 50%;
	font-size: 14px;
}

#toTop:hover {
	background: #333;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	font: 14px/24px 'Open Sans', sans-serif;
	color: #777;
	background: #AEB9BF;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	margin-bottom: 100px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
}

h2 span {
	font-weight: 700;
}

h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #55666D;
	font-weight: 300;
	margin-bottom: 100px;
	border-bottom: 1px solid #B6B7B7;
	padding-bottom: 15px;
}

h3 span {
	font-weight: 700;
}

h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	margin-bottom: 40px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
}

h4 span {
	font-weight: 700;
}

p {
	padding-bottom: 20px;
}

.center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

/*----- Header / Logo -----*/

header {
	position: fixed;
	background: #fff;
	background: rgba(255,255,255, 0.5);
	margin: 0px;
	padding: 0px 0px 40px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #EEE;
	height: 30px;
	z-index: 1000;
}

.large-logo {
	text-align: center;
	margin: 0px auto 50px;
	height: 73px;
	width: 300px;
}

.large-logo img {
	height: 73px;
	width: 300px;
}

.logo {
	text-align: center;
	margin: 30px auto 0px;
	height: 50px;
	width: 205px;
}

.logo img {
	height: 50px;
	width: 205px;
}

/*----- Colors -----*/

.white {
	color: #FFF;
}

.light-blue {
	color: #1BA3DF;
}

.dark-blue {
	color: #25428D;
}

.light-gray {
	color: #B6B7B7;
}

.dark-gray {
	color: #55666D;
}

/*----- Sections -----*/

#p1 {
	min-height: 1100px;
	background: #FFF;
}

#p2 {
	min-height: 1200px;
	background: #06467A;
}

#p3 {
	min-height: 1200px;
    background: #1482C3;
}

#p4 {
	min-height: 1200px;
    background: #AEB9BF;
}

#p5 {
	min-height: 1200px;
	background: #FFF;
}

#p6 {
	min-height: 1000px;
	background: #AEB9BF;
}

/*----- Layout -----*/

.inner {
	margin: 0 auto;
	width: 1280px;
}

.container {
	margin: 0 auto;
	width: 1280px;
	clear: both;
	padding-top: 120px;
}

figure {
	float: left;
	width: 290px;
	margin: 0 40px 0 0;
	padding: 0;
	text-align: center;
}

figure:last-child {
	margin-right: 0;
}

figure h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #1583C3;
	font-weight: 700;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom-style: none;
}

.sectionImage {
	text-align: center;
	padding-bottom: 90px;
}

article {
	float: left;
	width: 700px;
}

aside {
	float: right;
	width: 290px;
}

aside img {
	padding-bottom: 15px;
	padding-top: 15px;
}

/*----- footer -----*/

.border-white {
	border-top: 1px solid #FFF;
}

.border-gray {
	border-top: 1px solid #B6B7B7;
}

footer {
	margin-top: 40px;
	padding-top: 20px;
	width: 100%;
}

footer .col {
	float: left;
	padding-right: 80px;
}

footer .col:last-child {
	float: right;
	text-align: right;
	padding-right: 0;
	margin-top: -30px;
}

footer ul li {
	font-size: 13px;
	line-height: 20px;
}

/*----- Contact Form -----*/

#contactform {
	display: block;
}

#contactform fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contactform label {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
}

#contactform input  {
	background: #FFF;
	margin: 0 0 15px;
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 2px;
	font: 14px 'Open Sans', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

#contactform textarea {
	background: #FFF;
	margin: 0 0 15px;
	width: 100%;
	padding: 12px;
	overflow: auto;
	border: none;
	border-radius: 2px;
	font: 14px 'Open Sans', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

#contactform input:focus, #contactform textarea:focus {
  	outline: none;
	background: #F8F8F8;
	-webkit-appearance: none;
}

#contactform input.submit {
	margin: 14px 0 20px;
	width: 100%;
	cursor: pointer;
	color: #FFF;
	background: #55666D;
	background: -webkit-linear-gradient(top, #55666D 0%,#55666D 100%);
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	padding: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	font: 700 13px/120% 'Open Sans', sans-serif;
}

#contactform input.submit:hover {
	color: #FFF;
	background: #1BA3DF;
	background: -webkit-linear-gradient(top, #1BA3DF 0%,#1BA3DF 100%);
	border: none;
	-webkit-appearance: none;
}

#message {
	margin: 15px 0;
	padding: 0;
}

.error_message {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #8CC333;
	padding: 0 10px;
	color: #FFF;
	font-weight: 700;
}

.loader { 
	padding: 0 10px; 
}

#contactform #success_page h2 {
	display: block;
	height: 40px;
	padding: 0 10px;
}

/*----- Menu -----*/

.menu {
	width: 100%;
	padding: 0;
	position: relative;
	float: left;
	list-style: none;
	z-index: 1500;
	margin: 0 0 0 190px;
}

.menu li {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	position: relative;
}

.menu li a {
	padding: 24px 22px 24px;
	color: #555;
	text-decoration: none;
	display: inline-block;
	-o-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	text-transform: uppercase;
	cursor: pointer;
}

.menu li:hover > a{
	color: #000;
}

.menu > li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #FFF;
	background: #06467A;
}

.menu > li.showhide span.title {
	margin: 16px 0 0 18px;
	float: left;
}

.menu> li.showhide span.icon {
	margin: 17px 20px;
	float: right;
}

.menu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #FFF;
}

/*==================================================================================== Breakpoint 1 ================================================================================*/

@media only screen and (max-width: 1200px){
	
/*----- Layout -----*/	

.inner, .container {
	width: 960px;
}

article {
	width: 550px;
}

figure {
	width: 225px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
}

figure h3 {
	font-size: 14px;
}

/*----- Menu -----*/

.menu {
	margin: 0 0 0 30px;
}

}

/*=================================================================================== Breakpoint 2 ============================================================================*/

@media only screen and (max-width: 768px) {
	
/*----- Sections -----*/

#p1 {
	min-height: 1580px;
}

#p2 {
	min-height: 1600px;
}

#p3 {
	min-height: 1200px;
}

#p4 {
	min-height: 1200px;
}

#p5 {
	min-height: 1400px;
}

#p6 {
	min-height: 1100px;
}
	
/*----- Layout -----*/	
	
.inner {
	width: 100%;
}

.container {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}

article {
	width: 100%;
	margin-bottom: 40px;
}

aside {
	width: 100%;
}

aside img {
	height: auto;
	width: 50%;
}

figure {
	width: 100%;
	margin: 0 0 30px 0;
}

figure h3 {
	font-size: 18px;
}

/*----- Header / Logo -----*/

header {
	position: relative;
	background: transparent;
	background: rgba(255,255,255, 0);
	padding: 0;
	float: none;
	border-bottom: none;
	height: auto;
}

.logo {
	text-align: left;
	margin: 30px 0 0;
}

/*----- footer -----*/

footer .col {
	float: none;
	padding-right: 100%;
}

footer .col:last-child {
	float: none;
	text-align: left;
	margin-top: 0;
}

/*----- Menu -----*/
	
.menu {
	margin: 0;
	display: block;
}

.menu li {
	display: block;
	width: 100%;
}

.menu > li > a {
	padding: 16px 70px 16px 18px;
	text-align: left;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #EEE;
}
	
.menu a {
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
	
.menu > li.showhide {
	display: block;
}

}
