@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-size: 85%;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
	width: 1400px;
	max-width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 5%;
}
	
header {
	height: 90px;
	max-width: 100%;
}
nav {
	float: right;
	margin-top: 30px;
}
#slideWrapper {
	max-width:100%;
}
img.placeholder {
	width: 100%;
	max-width: 100%;
	height: auto;
}
section {
	height: auto;
	padding-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
}
p.intro {
    font-size: 1.3em;
    height: auto;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
	letter-spacing: .5px;
}
.introHead {
	font-weight: 600;
}
.threeCol {
	color: #FFFFFF;
	background-color: #424345;
	width: 29%;
	margin-bottom: 15px;
}
.threeCol a {
	color: #FFFFFF;
	text-decoration: none;
}
.threeCol a:hover {
	color: #000000;
}
#leftCol {
	float: left;
}
#rightCol {
	float: left;
}
#middleCol {
	float: left;
	margin-left: 6.5%;
	margin-right: 6.5%;
}
.threeCol p, .threeCol h2 {
    padding-left: 30px;
    padding-right: 30px;
}
.threeCol p {
    font-size: 1.25em;
    font-weight: 300;
    height: 140px;
    line-height: 1.5em;
    margin-top: 20px;
    padding-top: 35px;
	letter-spacing:.5px;
}
h2.leftFoot {
	background-color: #008DBD;
}
h2.middleFoot {
	background-color: #E77A2A;
}
h2.rightFoot {
	background-color: #709F00;
}
.threeCol h2 {
    font-size: 1.8em;
    height: 40px;
    padding-top: 14px;
}
nav a {
	text-decoration: none;
	color: #424345;
	font-size: 16px;
	font-weight: 400;
	padding-left: 40px;
	margin-top: 40px;
    letter-spacing: 0.1em;
    line-height: 2em;
}
nav a:hover {
	color: #fd7e1d;
}
footer p {
    color: #979795;
    float: left;
    margin-bottom: 0;
    padding-top: 10px;
    width: 50%;
}
footer a {
	padding-left: 10px;
	color: #424345;
	text-decoration: none;
	font-weight: 400;
}
footer a:hover {
	color: #fd7e1d;
}
#consult {
	float: right;
	padding-top: 10px;
}
#consult img {
	padding-left: 20px;
}
.logoWrap {
	width: 180px;
}
.logoWrap img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
.pageHeader {
	height: 40px;
	color: #FFFFFF;
}
.pageHeader h2 {
    font-size: 24px;
    padding-left: 8px;
    padding-top: 8px;
}
.services {
	background-color: #424345;
}
@media screen and (max-width: 1420px) {
	.threeCol p {
		padding-top: 0px;
	}
}
@media screen and (max-width: 1130px) {
	body {
		font-size: 70%;
	}
}
@media screen and (max-width: 1024px) {
	.threeCol p {
		height: 120px;
		margin-top: 10px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 960px) {
	.threeCol h2 {
		font-size: 1.8em;
	}
	.threeCol p {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 768px) {
	
	#wrapper {
		max-height: 100%;
		overflow: visible;
	}
	#slideWrapper {
		height: auto;
		max-height: auto;
		overflow: visible;
	}
	#leftCol, #middleCol, #rightCol {
		float: none;
		width: 100%;
		margin: 0; 
	}
	.threeCol p {
    height: 80px;
    padding-top: 15px;
}
	p.intro {
    font-size: 1.4em;
    height: auto;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 10px;
	clear: both;
	}
h2.rightFoot {
    margin-bottom: 20px;
}
h2.label {
	text-align: left;
}
	.threeCol p {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 568px) {
	.logoWrap {
		width: 140px;
	}
	.logoWrap img {
		margin-top: 0;
	}
	header {
		height: 80px;
	}
	nav {
		margin-top: 20px;
	}
	section {
		padding-bottom: 0;
	}
	.threeCol p {
		height: 100px;
	}
	p.intro {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 100%;
	}
	.logoWrap {
		width: 140px;
	}
	p.intro {
		font-size: 1em;
	}
	footer p {
    color: #c7c7c5;
    font-size: 50%;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 100%;
	float: none;
	}
	.threeCol p {
		font-size: 1em;
	}
	#consult {
		float: none;
	}
	.request {
		padding-left: 0;
		font-size: 50%;
	}
	.logoWrap img {
    margin-top: 10px;
}
	nav a {
		padding-left: 20px;
	}
}
@media screen and (max-width: 335px) {
	.logoWrap {
		width: 120px;
	}
		.logoWrap img {
    	margin-top: 0px;
	}
	header {
		height: 60px;
	}
	nav a {
		padding-left: 20px;
		margin-top: -10px;
		font-size: 1em;
	}
	p.intro {
		padding-top: 10px;
	}
	.threeCol p {
		height: 100px;
	}
	.request {
		font-size: 100%;
	}
	footer p {
		font-size: 100%;
	}
	.threeCol p {
		height: 124px;
	}
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }