/* ------------------------------------------------------------------------- */

/* ------------------------------- RESET START ----------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
html {
	overflow-y: scroll;
	min-height: 100%;
}
a {
	text-decoration: none;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* -------------------------------- RESET END ------------------------------ */

/* ------------------------------------------------------------------------- */







/* ------------------------------------------------------------------------- */

/* ----------------------------------- BODY -------------------------------- */



h1 {
	font-size: 28px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
	font-weight: 200;
	color: #214394;
	padding-bottom: 50px;
	font-family: 'Fira Sans Condensed', sans-serif;
	margin-top:60px;
	line-height:120%;
	text-transform:uppercase;
}
h3 {
	font-size: 20px;
	font-weight: 400;
	color: #214394;
	padding-bottom: 6px;
	font-family: 'Fira Sans Condensed', sans-serif;
	text-transform:uppercase;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	color: #e30614;
	padding-bottom: 6px;
}
p {
	padding-bottom: 14px;
}

body {
	background: #FFF;
	text-align:center;
	min-height: 100%;
	color: #214394;
	font-family: 'Fira Sans', sans-serif;
	font-size:18px;
	line-height:28px;
	
}
a {
	color: #555;
}
.is-flex {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
/* ------------------------------------------------------------------------- */
.wrapper {
	/*margin:0 auto;
	text-align:left;*/
	/*max-width: 1180px;*/
	min-height:100% !important;
	/*background-color:#FFF;*/
	position:relative;
	padding-bottom:30px;
	
}
nav {
	height:63px;
	background-color:#847b74;
	}
.hero {
	height: 372px;
	background-repeat: none;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
	
	/*margin: 60px auto 0;*/
	position: relative;
	background-image:url(img/hero.jpg);
	margin:0 auto;
	text-align:left;
}
.inner {
	max-width: 1180px;
	margin:0 auto;
	text-align:left;
	}
.inner {
	padding-top:100px; }
.content {
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:16px;
	max-width: 1180px;
	background-color:#FFF;
	margin:0 auto 30px auto;
	text-align:left;
	padding:50px 10px 10px 160px;
	color:#666666;
	}
.hero-text {
	float:left;
	width:447px;
	}
.hero > div img {
	float:left;
	margin-right:20px;
}
.hero > div h1 {
	padding: 5px 40px;
	color: #0059ac;

}
.servicenav {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
	}
.servicenav a {
	padding:5px 10px;
	font-size:12px;
}
.servicenav a:hover, .on {
	color:#FFF;
	background-color:#847B74;
}
ul {
	margin:0 0 20px 30px;
	}


@media (max-width:1023px) {
.hero > div img {
	margin-left:20px;
}
	
}

@media (max-width:900px) {
.hero {
	background-image:url(img/small-hero.jpg);
	background-position:right;
}
	.hero-text {
		width:50%;
	}
}
@media (max-width:680px) {
.hero > div img {
	width:70px;
	float:none;
}
.hero-text {
	float:none;
	margin-left:20px;

	}
h2 {
	margin-top:10px;
	padding-bottom:10px;
	}
.content {
	padding:30px 10px 10px 20px;
}
}

@media (max-width:540px) {
	.hero {
	background-image:url(img/to-small-hero.jpg);
	background-position:right;
}
}
@media (max-width:460px) {
	.inner {
    padding-top: 70px;
}
	.hero {
	background-image:url(img/to2-small-hero.jpg);
	}
.hero-text {
	width:calc(100% - 185px);
}
}
@media (max-width:410px) {
	body {
		line-height:120%;
		}
	.hero-text {
		width:55%;
	}
h2 {
	margin-top:5px;
	padding-bottom:10px;
	}

}
