@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #878d98;
}

p {
	line-height: 22px;
	padding-bottom: 10px;
}

h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	font-style: italic;
}

h2 {
	font-size: 30px;
	color: #353c4a;
	font-weight: 700;
	padding-bottom: 22px;
}

.h3-description {
	font-size: 12px;
	font-weight: 600;
	padding-top: 2px;
	color: #4aa35f;
	text-transform: uppercase;
}

h3 {
	font-family: 'Amaranth', sans-serif;
	color: #34676b;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #878d98;
}

a:hover {
	color: #4aa35f;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: 700;
}

.clear {
	clear: both;
}

.green-text {
	color: #94c255;
}


/* Header */

.header {
	width: auto;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 190px;
	height: auto;
	padding: 5px 0 5px 24px;
}

.header .menu-trigger {
	height: 69px;
	width: 69px;
	background: url(../img/menu_button.png);
	display: none;
}

.header ul.nav {
	position: absolute;
	right: 0;
	top:0;
}

.header ul.nav li {
	float:left;
}

.header ul.nav li a {
	display: block;
	padding: 30px 24px 27px;
	font-size: 14px;
	font-weight: 400;
}


/* Top Image */

.top-image1 {
	width: auto;
	height: 300px;
	background:url(../img/top_image1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-image2 {
	width: auto;
	height: 300px;
	background:url(../img/top_image2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-image3 {
	width: auto;
	height: 300px;
	background:url(../img/top_image3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-image4 {
	width: auto;
	height: 300px;
	background:url(../img/top_image4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Top Message */

.top-message-container {
	padding: 29px 24px 37px;
	width: auto;
	background: #4aa35f;
}

.top-message {
	max-width: 625px;
	margin: auto;
	color: #FFFFFF;
}


/* Content */

.content {
	max-width: 1000px;
	margin: auto;
	padding: 79px 24px 90px;
}

.content .quarters {
	height: auto;
	width: 24%;
	margin-right: 1.3%;
	float: left;
	padding: 30px 0 40px 0;
}

.content .quarters-last {
	margin-right: 0;
}

.content .quarters img {
	width: 100%;
	height: auto;
	display: block;
}

.content .quarters p {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}

.content .home-message {
	max-width: 900px;
	margin: auto;
}

.content .content-contact-left {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 3%;
}

.content .map {
	float: left;
	width: 57%;
	height: auto;
}

.content .map iframe {
	width: 100%;
	height: 400px;
}


/* contact */

.contact-container {
	width: auto;
	background: #efeff0;
	padding: 79px 24px 130px;
}

.contact-container .contact {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.contact-container .contact input {
	display: block;
	float: left;
	border: none;
	border-width: 0;
	font-size: 14px;
	font-weight: 300;
	width: 47%;
	margin: 0 0 20px 0;
	padding: 14px 1% 14px 1%;
	color: #878d98;
}

.contact-container .contact .input-left {
	margin-right:2%;
}

.contact-container .contact .input-right {
	margin-right: 0;
}

.contact-container .contact textarea {
	border: none;
	font-size: 14px;
	font-weight: 300;
	width: 98%;
	height: 70px;
	padding: 14px 1% 14px 1%;
	margin: 0 0 20px 0;
	resize: none;
}

.contact-container .contact .button {
	background: #4aa35f;
	color: #FFFFFF;
	font-weight: 700;
	width: 120px;
	position: absolute;
	right: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact-container .contact .button:hover {
	background: #34676b;
	cursor: pointer;
}

::-webkit-input-placeholder {
  color: #C7C7C7;
}

::-moz-placeholder {
  color: #C7C7C7;
}

:-ms-input-placeholder {
  color: #C7C7C7;
}

:-moz-placeholder {
  color: #C7C7C7;
}


/* footer */

.footer-container {
	width: auto;
	background: #34676b;
	padding: 32px 24px 10px;
}

.footer-container .footer {
	max-width: 1000px;
	margin: auto;
}

.footer-container .footer p {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.footer-container .footer a {
	color: #94c255;
	font-weight: 700;
}

.footer-container .footer a:hover {
	color: #FFFFFF;
}

























