* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
    background: #F6F5F5;
	color: #4A4B4C;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	line-height: 30px;
	min-height: 10px !important;
}

h1 {
	font-weight: normal;
	font-size: 47px;
	line-height: 50px;
	padding: 30px 0px 5px 0px;
}

h2, header p {
	font-weight: normal;
	font-size: 27px;
	line-height: 40px;
}

a {
	color: #90A06A;
	text-decoration: none;
}

a:hover {
	color: #4A4B4C;
}

.clear {
	clear: both;
}

header {
    text-align: center;
	width: 100%;
	height: 165px;
}

header p {
    position: absolute;
    left: 35px;
    top: 65px;
    text-transform: uppercase;
}

header a {
    color: #A0A2A5;
}

header a:hover {
	color: #90A06A;
}

header img {
	height: 100px;
	padding: 35px 0px;
}

nav {
    text-align: center;
    background: #6D6E71;
    padding: 14px 0px;
    text-transform: uppercase;
	font-size: 12px;
    letter-spacing: 2px;
}

nav a, nav a:hover {
    color: #FFFFFF;
	margin: 0% 2%;
	padding-bottom: 8px;
}

nav a:hover, nav a.current {
    color: #FCE277;
}

nav a.current {
    cursor: default;
}

main h1, main h2, main p, main ul, main ol {
	width: 96%;
	margin: 0px 2% 25px 2%;
}

main ul li, main ol li {
	position: relative;
	margin-left: 30px;
}

main img {
    float: right;
	margin: 40px 2%;
	width: 40%;
    max-width: 600px;
}

main section {
	padding: 35px 2%;
	width: 96%;
}

main section.services {
    float: left;
    text-align: center;
    width: 25%;
    margin: 25px 2%;
    padding-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #D5D7DB;
    border-radius: 5px;
}

main section.services img {
    float: none;
    position: relative;
    padding-bottom: 5px;
    margin: 0px 2%;
}

main section.services img, footer section.promo img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

main section.services img:not(:hover) {
    top: 5px;
}

main section.services img:hover {
    top: 0px;
}

main section.services h2 {
    margin-top: 10px;
    line-height: 30px;
}

main section.services a {
	color: #BAC97B;
}

main section.services a:hover {
	color: #4A4B4C;
}

main section.services b {
    display: block;
    font-weight: normal;
}

main figure img {
    float: none;
    margin: 0px 0%;
	width: 100%;
	max-width: 100%;
}

footer {
    clear: both;
	border-top: 50px solid #F6F5F5;
}

footer a {
	color: #4A4B4C;
	text-decoration: none;
}

footer a:hover {
	color: #90A06A;
}

footer h2 {
	margin-bottom: 10px;
}

form {
	padding: 0px 2% 52px 2%;
}

input, select {
	border: 1px solid #D5D7DB;
    border-radius: 5px;
    color: #4A4B4C;
	width: 20%;
	margin: 20px 1% 0px 0%;
	padding: 10px;
	font: 14px 'Nunito', sans-serif;
}

input.address {
    display: none;
}

textarea {
	border: 1px solid #D5D7DB;
    border-radius: 5px;
	color: #4A4B4C;
	width: 92%;
	height: 100px;
	margin: 20px 1% 0px 0%;
	padding: 10px;
	font: 14px 'Nunito', sans-serif;
	line-height: 20px;
}

input.button {
	cursor: pointer;
	width: auto;
	background: none;
	border: none;
	padding: 0px;
	display: block;
	font-size: 27px;
}

input.button:hover {
    color: #90A06A;
}

footer form {
    padding-top: 50px;
    background: #FCE277;
}

footer form input, footer form textarea {
	border: none;
}

footer p {
    margin-bottom: 15px;
}

footer img {
	height: 75px;
	margin: 25px 0px 20px 0px;
}

footer section {
    border-top: 1px solid #D5D7DB;
    padding: 20px 2%;
	width: 96%;
}

footer section.promo {
    background: #FFFFFF;
    text-align: center;
}

footer section.promo img {
    height: auto;
    width: 50%;
    border-radius: 5px;
    margin-bottom: 0px;
    opacity: 0.4;
}

footer section.promo img:hover {
    opacity: 1;
}

p.small {
	font-size: 14px;
	margin-top: 20px;
}