body {
	margin: 0;
	background: #ffffff;
	color: #1a355e;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

/* Typography */

h1, h2, h3, h4 {
	margin: 0;
	color: #1a355e;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-style: normal;
	line-height: 1em;
}

h1 {
	text-align: center;
}

p {
	
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* Content */

.inner {
	overflow: auto;
	padding: 35px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

header {
	width: 100%;
	background: #ffffff;
}

header .inner {
	padding: 10px 0;
}

footer {
	padding: 0 20px;
	background: #ffffff;
	font-size: 13px;
	line-height: 20px;
}

footer .inner {
	padding: 35px 0;
}

footer p {
	
}

footer br {
	clear: both;
}

footer .social {
	float: left;
	display: block;
	width: 31px;
	height: 31px;
	margin: 0.5em 0.75em 0 0;
	overflow: hidden;
	background-position: center top;
}

footer .social:hover {
	background-position: center bottom;
}

.facebook { background-image: url('../images/social/facebook.png'); }
.twitter { background-image: url('../images/social/twitter.png'); }
.linkedin { background-image: url('../images/social/linkedin.png'); }

/* Slideshow styles */

.slidecaption {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 750;
	margin-top: -176px;
	white-space: normal;
}

/* Nerve Slider */

#absolute-slider {
	position: relative !important;
	box-sizing: border-box;
	min-height: 200px;
	width: 100%;
}

.ns_nerveSlider .ns_slideContainer img {
	top: 0 !important;
}

/* mobile friendly */

#mobile-friendly img {
	display: block;
	width: 100%;
}

#mobile-friendly img.copy {
	padding: 48px 0;
}

@media (min-width: 1024px) {

	footer p {
		margin: 0;
		float: right;
		width: 50%;
		text-align: right;
	}

	footer p:first-child { 
		float: left;
		text-align: left;
	}

	footer .social {
		float: right;
		margin: 0.5em 0 0 0.75em;
	}

	footer img {
		float: left;
	}

}

/*@media (min-width: 940px) {*/
@media (min-width: 0) {

	#mobile-friendly {
		display: none;
	}

}

/*@media (max-width: 939px) {*/
@media (max-width: 0) {
	
	#absolute-slider {
		display: none;
	}

}