@charset "UTF-8";
/* CSS Document */
body {
	background-color: #BCAB9B;
	margin: 0;
	padding: 0;
}
body, td, div, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	font-size: 18px;
}
h1 {
	color: #844513;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	/*color:#78634C;*/
	color: #844513;
	font-weight: bold;
	font-size: 22px;
}
p, #wrapper li {
	line-height: 1.4em;
}
a {
	font-weight: bold;
	color: #43301c;
	text-decoration: none;
}
a:hover {
	color: #7a654e;
}
a[href^="tel:"]:before {
	content: "\260e";
	margin-right: 0.5em;
	font-style: normal;
}
div.hr {
	height: 12px;
	width: 98%;
	margin-bottom: 24px;
	border-bottom: 1px solid #F2E5D6;
}
#nav {
	background: #43301c;
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	z-index: 3000;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li {
	display: block;
	float: left;
	position: relative;
	padding: 0;
	top: 0px;
	margin: 0;
}
#nav ul li a {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #cabbaa;
	padding: 2px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	width: auto;
	margin: 4px 10px;
}
#nav ul li a:hover {
	color: #fff;
}
.phone, a .phone {
	color: #a55f28;
	font-size: 16px;
	font-weight: bold;
	display: inline-flex;
	margin-left: 20px;
}
a:active .phone {
	color: rgba(20, 20, 20, 1.00);
}
#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #dcd1c4;
	border: 1px solid #343434;
	overflow: hidden;
}
#header {
	width: 100%;
	max-width: 1000px;
	height: 375px;
	background: #a55f28;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	position: relative;
	z-index: 2000;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-top: 20px;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434;
	border-bottom: none;
}
/*#header .logo {
	margin: 60px 0 20px 0;
	padding: 0;
	border: none;
	position: relative;
}*/
#logo {
	margin: auto;
	position: relative;
	max-width: 1000px;
}
#logo .logo {
	display: block;
	clear: both;
}
#logo .logo img {
	width: 600px;
	max-width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
	clear: both;
}
#header .photo {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
#content {
	background: #dcd1c4;
	margin: 60px 20px 40px 20px;
	padding: 0 0 20px 0;
	clear: both;
	min-height: 150px;
}
#content .rightfloat {
	float: right;
	max-width: 460px;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: right;
}
#footer {
	background: #7a654e;
	color: #cabbaa;
	width: 100%;
	min-height: 230px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.2em;
	clear: both;
	padding-top: 10px;
}
#footer p {
	color: #cabbaa;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .2em;
	margin: 4px 0;
	clear: both;
}
#footer a:active, #footer a:hover {
	color: #fff;
}

#footer .call {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin: 20px 0;
}
#credits {
	margin: 40px 0 20px 20px;
	color: #7a654e;
	font-size: 12px;
}
#affiliations {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
}
#affiliations img {
	padding: 2px;
	border: none;
}
#footer .social {
	float: right;
	width: 70px;
	text-align: right;
}
#footer div.social img {
	padding: 2px;
	border: none;
}
.row {
	clear: both;
	width: auto;
	margin-bottom: 20px;
}
.companies {
	width: 100%;
}
.companies .company {
	width: 204px;
	margin: 10px 15px 10px 15px;
	padding: 2px;
	border: 1px solid #7a654e;
	float: left;
	height: 180px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	display: block;
	font-size: 14px;
}
.companies .company {
	text-align: center;
	font-style: oblique;
}
.companies .company a img {
	border: 0;
	vertical-align: middle;
}
.homesquares {
	width: 100%;
}

.homesquares .square{
	width: 200px;
	margin: 10px 15px 10px 15px;
	padding: 40px 10px;
	border:3px solid #a55f28;
	float: left;
	min-height: 100px;
	background: #000;
	vertical-align: middle;
	text-align: center;
	display: block;
	font-size: 18px;
}

.homesquares .squareblank{
	width: 200px;
	margin: 10px 15px 10px 15px;
	padding: 40px 10px;
	border: none;
	float: left;
	min-height: 100px;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
	display: block;
	font-size: 22px;
}
.homesquares .square a {
	color:#fff;
	font-size: 22px;
	line-height: 1.5;

}

.testimonials {
	padding-bottom:2em;
}
.testimonial {
	font-style: oblique;
	margin-bottom: 2em;
}
.testimonial .client {
	font-style: normal;
	font-weight: bold;
	color:rgba(174,76,1,1.00);
}
.banner {
	background: #fff;
	border: #226A02 3px dotted;
	padding: 10px;
	align-content: center;
	text-align: center;
	height: auto;
	min-height: 180px;
}
.banner h2 {
	color: #844513;
	font-size: 24px;
}
.banner .companies {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 100px;
}
.banner .company {
	max-width: 204px;
	margin: 2px 35px 2px 35px;
	padding: 2px;
	border: none;
	float: left;
	height: 80px;
	vertical-align: top;
	text-align: center;
	display: block;
}
.banner .company {
	text-align: center;
	font-style: oblique;
}
.banner .company a img {
	border: 0;
	vertical-align: middle;
}
.banner.hagerty {
	background: rgba(0, 0, 0, 0.00);
	border: none;
	padding: 10px;
	align-content: center;
	text-align: center;
	height: auto;
	min-height: 40px;
}
.banner.hagerty h2 {
	color: #844513;
	font-size: 24px;
}
#container {
	height: 200px;
	line-height: 200px;
}
#container img {
	vertical-align: middle;
}
a.mobilenotice {
	display: block;
	background: #C6080B;
	padding: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
/* SLIDESHOW */
.slideshow-container {
	max-width: 100%;
	max-height: 500px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.bss-slides {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
.bss-slides:focus {
	outline: 0 none;
}
.bss-slides figure {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.bss-slides figure:first-child {
	position: relative;
}
.bss-slides figure img {
	backface-visibility: hidden;
	opacity: 0;
	transition: opacity 1.2s ease 0s;
}
.bss-slides .bss-show {
	z-index: 2;
}
.bss-slides .bss-show img {
	backface-visibility: hidden;
	opacity: 1;
	position: relative;
}
.bss-slides figcaption {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 0.75em;
	color: #fff;
	font-family: sans-serif;
	font-size: 0.8em;
	opacity: 0;
	padding: 0.25em;
	position: absolute;
	right: 0.35em;
	transition: opacity 1.2s ease 0s;
}
.bss-slides .bss-show figcaption {
	opacity: 1;
	z-index: 3;
}
.bss-slides figcaption a {
	color: #fff;
}
.bss-next, .bss-prev {
	-moz-user-select: none;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #fff;
	font-size: 2em;
	margin-top: -1.2em;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	z-index: 4;
}
.bss-next:hover, .bss-prev:hover {
	cursor: pointer;
	opacity: 1;
}
.bss-next {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	padding: 10px 5px 15px 10px;
	right: -1px;
}
.bss-prev {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	left: 0;
	padding: 10px 10px 15px 5px;
}
.bss-fullscreen {
	background: rgba(0, 0, 0, 0.4) url("../img/arrows-alt_ffffff_64.png") repeat scroll 0 0 / contain;
	cursor: pointer;
	display: block;
	height: 32px;
	left: 5px;
	opacity: 0.3;
	position: absolute;
	top: 5px;
	width: 32px;
}
.bss-fullscreen:hover {
	opacity: 0.8;
}
:-moz-full-screen .bss-fullscreen {
	background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png") repeat scroll 0 0 / contain;
}
:-moz-full-screen .bss-fullscreen {
	background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png") repeat scroll 0 0 / contain;
}