html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	background-color: white;
	font-family: Roboto, sans-serif;
	color: black;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	margin: 10px 0px;
	font-size: 31px;
	line-height: 54px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0px;
	color: #333;
}
.newsubtitle {
	margin-top: 10px;
	font-size: 22px;
	color:#eee;
	text-shadow: black 1px 1px 6px;
}
.toptextg {
	color: #333;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	text-align: left;
}
._3rd-subtitle {
	padding-top: 10px;
	font-size: 13px;
	color:#eee;
	text-shadow: black 1px 1px 4px;
}
h2 {
	margin-right: 0px;
	margin-bottom: 27px;
	margin-left: 0px;
	color: #8a6d2f;
	font-size: 28px;
	line-height: 33px;
	font-weight: 300;
	text-align: left;
	text-shadow: none;
}
h3 {
	margin: 5px 0px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	text-shadow: none;
}
h4 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
h5 {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
h6 {
	margin: 10px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
p {
	margin-bottom: 16px;
	padding-right: 0px;
	padding-left: 0px;
	color: rgba(0, 0, 0, 0.90);
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
	text-shadow: none;
}
.button {
	display: block;
	width: 30%;
	height: 54px;
	margin-left: -1px;
	padding: 4px 29px;
	float: left;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #18c7aa;
	box-shadow: none;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: white;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}
.button:hover {
	background-color: #1b18c7;
}
.field {
	width: 70%;
	height: 54px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	border: 0px solid black;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: white;
	box-shadow: transparent 0px 0px 8px 0px inset;
	-webkit-transition: box-shadow 150ms ease;
	-o-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	color: #806732;
	font-size: 18px;
	font-weight: 300;
}
.field:focus {
	box-shadow: #b59143 0px 0px 0px 2px inset;
}
.sign-up-form {
	margin-top: 40px;
}
.social-widget {
	width: 100px;
	float: left;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.social-widget-wrapper {
	display: block;
	width: 223px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
.success-message {
	padding: 20px;
	border-radius: 2px;
	background-color: #b59143;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: white;
}
.spread-word {
	margin-top: 20px;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow: none;
}
.error-message {
	padding-bottom: 5px;
	border-radius: 2px;
	background-color: #5c3245;
}
.bar {
	width: 14.285%;
	height: 7px;
	float: left;
	background-color: #1abc9c;
}
.container {
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
.social-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #AD4416;
	text-align: center;
}
.share-btn {
	display: inline-block;
	width: 61px;
	margin-right: 14px;
	margin-left: 14px;
}
.share-wrapper {
	margin-top: 32px;
}
.social-btn {
	margin-left: 17px;
	padding-right: 2px;
	padding-left: 2px;
	opacity: 0.15;
	-webkit-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.social-btn:hover {
	opacity: 0.7;
}
.social-btn.footer {
	margin-right: 9px;
	margin-left: 9px;
}
.navtop {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #eee;
	background-color: #FFF;
}
.right-nav {
	padding-top: 10px;
	text-align: right;
}
.brand {
	display: inline-block;
	font-family:'PT Serif', Palatino, serif;
	color: #fff;
	font-size: 39px;
	line-height: 22px;
	font-weight: 700;
	text-shadow: black 1px 1px 6px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.logo {
	margin-top: -10px;
	margin-right: 13px;
}
.logo.footer {
	display: block;
	margin: 0px auto 21px;
}
.section {
	padding-top: 24px;
	padding-bottom: 81px;
}
.section.hero {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #C3B479;
	background-image: url('../images/bannerBG.jpg');
	background-size: cover;
	background-position:bottom;
	box-shadow: rgba(0, 0, 0, 0.27) 1px 6px 8px 0px inset;
	text-align: center;
	border-bottom:1px solid #fff;
}
.section.hero.success {
	background-color: #18c7aa;
}
.section.grey {
	padding-top: 28px;
	padding-bottom: 21px;
	background-color: #f2f2f2;
	-webkit-box-shadow: inset 4px 15px 15px -10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 4px 15px 15px -10px rgba(0, 0, 0, 0.35);
	box-shadow: inset 4px 15px 15px -10px rgba(0, 0, 0, 0.35);
}
.grey-heading {
	margin-top: 10px;
	margin-bottom: 21px;
	color: rgba(0, 0, 0, 0.77);
	font-size: 25px;
	text-align: left;
	text-shadow: none;
	font-weight:400;
}
.image-crop {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 368px;
	margin-top: 39px;
	margin-bottom: -81px;
}
.phone-image {
	width: 381px;
}
.infinite {
	margin-top: 52px;
	opacity: 0.15;
}
.address {
	font-size: 14px;
	color:#333;
}
.navdiv {
	float: left;
	width: 220px;
	padding-left: 0px;
	background-color:#E9E9E9;
	border-right: none;
	margin-right: 30px;
	margin-bottom:15px;
	height:auto;
	text-align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;

 / box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.maincontent ul, li {
	text-align:left;
}
.maincontent ul {
	margin-left:10px;
	padding-left:10px
}
.maincontent .section {
	text-align:left
}
 @media (max-width: 991px) {
 h1 {
 line-height: 36px;
}
 h2 {
 text-shadow: none;
}
 p {
 text-shadow: none;
}
 .button {
 width: 30%;
}
 .field {
 width: 70%;
}
 .social-btn {
 -webkit-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 transition: all 200ms ease;
}
 .social-btn:hover {
 opacity: 0.8;
}
 .brand {
 font-size: 33px;
 line-height: 33px;
}
 .section.grey {
 padding-top: 15px;
 padding-bottom: 10px;
}
 .grey-heading {
 margin-top: 9px;
 margin-bottom: 18px;
 text-shadow: none;
}
 .itle {
 padding-bottom: 4px;
}
 .footertext {
 font-size: 11px;
}
 ._3rd-subtitle {
 padding-top: 0px;
}
}
@media (max-width: 767px) {
 h1 {
 font-size: 25px;
 line-height: 31px;
}
 p {
 padding-right: 17px;
 padding-left: 16px;
 text-shadow: none;
}
 .button {
 width: 40%;
}
 .field {
 width: 60%;
}
 .container {
 padding-right: 33px;
 padding-left: 13px;
}
 .social-section {
 padding-top: 35px;
 padding-bottom: 35px;
}
 .brand {
 font-size: 33px;
}
 .section.hero {
 padding-top: 12px;
 padding-bottom: 26px;
}
 .grey-heading {
 padding-right: 17px;
 padding-left: 16px;
 text-shadow: none;
}
 .address {
 font-size: 11px;
 line-height: 17px;
}
 ._3rd-subtitle {
 padding-top: 1px;
}
}
 @media (max-width: 600px) {
 .navdiv {
height:0
}
}
 @media (max-width: 479px) {
 h1 {
 padding-left: 7px;
 font-size: 20px;
 line-height: 26px;
 text-shadow: 1px 1px 1px rgba(0, 161, 93, 0.5);
}
 h2 {
 font-size: 30px;
 line-height: 31px;
 text-shadow: none;
}
 p {
 padding-right: 18px;
 padding-left: 18px;
 color: rgba(0, 0, 0, 0.87);
 font-size: 15px;
 line-height: 21px;
 text-shadow: none;
}
.kim {
display:none
}
 .button {
 width: 100%;
 margin-left: 0px;
 border-top-left-radius: 2px;
 border-bottom-left-radius: 2px;
}
 .field {
 width: 100%;
 border-top-right-radius: 2px;
 border-bottom-right-radius: 2px;
 text-align: center;
}
 .social-widget {
 width: 96px;
}
 .social-widget-wrapper {
 display: block;
 width: 194px;
 margin-right: auto;
 margin-bottom: 15px;
 margin-left: auto;
}
 .container {
 padding-right: 10px;
 padding-left: 10px;
}
 .social-section {
 padding-right: 14px;
 padding-left: 14px;
}
 .navtop {
 padding-top: 9px;
 padding-bottom: 12px;
}
 .brand {
 font-size: 27px;
 line-height: 26px;
}
 .section {
 padding-top: 14px;
 padding-bottom: 47px;
}
 .grey-heading {
 margin-bottom: 9px;
 color: rgba(0, 0, 0, 0.90);
 font-size: 24px;
 text-shadow: none;
}
 .image-crop {
 height: 278px;
 margin-bottom: -47px;
}
 .phone-image {
 width: 80%;
}
 .address {
 position: static;
 left: 0px;
 top: 6px;
 right: 0px;
 bottom: 0px;
 display: block;
 overflow-x: visible;
 overflow-y: visible;
 float: none;
 clear: none;
 font-size: 12px;
 line-height: 15px;
}
 .itle {
 margin-top: 3px;
 font-size: 18px;
}
 .toptextg {
 padding-left: 8px;
 font-size: 15px;
 line-height: 21px;
}
 ._3rd-subtitle {
 font-size: 12px;
 line-height: 15px;
 font-style: normal;
}
 .navdiv {
height:0
}
}
