
@charset "utf-8";
/* CSS Document */



body {
	font-family: 'Helvetica Neue', Helvetica, Arial;
	margin: 0;
	padding: 0;
}
p {
	font-size:0.8em;
	line-height: 1.48em;
}
a {
	color: #d4632b;
	text-decoration: none;
}
.lead,h4,.quote {
	font-size: 1.13em;
	line-height: 1.57em;
	font-weight: 200;
}
.lead.strong {
	font-weight: 800;
}
p.quote {
	float:right;
	width: 25%;
	padding: 5% 10%;
	clear:both;
}
p.quote.left {
	float:left;
	width: 25%;
	padding: 5% 10% 5% 5%;
	clear:both;
}
p.quote.right {
	width: 25%;
	padding: 5% 5% 5% 10%;
	clear:both;
}
h1 {
	margin: 0;
	font-size: .8em;
}
h2 {
	color:#d4632b;
	margin-top: 0px;
	font-size: 1.9em;
}
h3 {
	color:#d4632b;
	margin-top: 10px;
}
h4 {
	color:#454545;
	margin:0;
}
h5 {
	color:#d4632b;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12
{
	display: inline-block;
}
.container, #container {
	width: 960px;
	margin:0 auto;
	clear: both;
}
#header {
	position: relative;
}
#header #call {
	float:right;
	position: absolute;
	right: 45px;
	padding: 14px 0;
	font-size: 25px;
	font-weight: bold;
}
h1.top-title,
h2.top-title {
	float:right;
	position: absolute;
	right: 45px;
	font-size: 14px;
	padding: 10px 0;
	/*font-size: 1.1em;*/
	color:#b3b3b3 !important;
	text-align: right;
}
#header #call a,
#header #call tel {
	font-family: Monaco, courier, Menlo;
	color: black;
	text-decoration: none;
	color: #de6415;
}
#feature {
	margin-top: 15px;
	margin-bottom: 30px;
	height: 374px;
	width: 100%;
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: inset -800px 0px 200px rgba(255,255,255,0.7);
	background: #dddddd url('../images/feature.jpg') top left no-repeat;
	background-position:30% 50%;
}
#feature .button {
	font-size: 1.5em;
	padding: 12px 14px;
	color: white;
}
#feature .header {
	font-size: 3.5em;
	font-weight: bold;
	background: transparent;
	/*background: linear-gradient(45deg, #f37828, #dd5227);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.01em #c44e00;*/

}
#feature .text {
	float: right;
	height: 100%;
	margin-left:65%;
	padding-top: 65px;
	padding-bottom: 25px;
	color: #ee763c;
	font-family: 'Helvetica Neue', Helvetica, Arial, serif;
}
#logo {
	width:200px;
	height:148px;
	z-index:999;
	float: left;
}
#menu {
	float: right;
	border-bottom: solid 2px #b57714;
	margin: 20px 10px 20px 0px;
	padding: 10px;
	width: 650px;
}
#content {
}
#left {
	float:left;
	width:640px;
	padding: 10px;
	margin-bottom: 10px;
}
#right {
	float:right;
	width:220px;
	margin-bottom: 10px;
}
#right .right {
	margin-top: 50px;
}
#intro {
	float:left;
	width:630px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #b57714;*/
	margin-bottom: 10px;
}
#main {
	float:left;
	width:630px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#tips {
	float:left;
	width:170px;
	margin-right: 10px;
	padding-right: 10px;
	/*border-right: 1px solid #b57714;*/
}
#book {
	float:left;
	width:440px;
}
#book .title {
	float:left;
	width:80px;
	font-size: 3em;
	color: #e0e0e0;
}
#book .text {
	float:left;
	width:360px
}
#footer {
	margin-top: 70px;
	padding:20px 10px;
	font-size:.8ems;
	font-size: 0.8em;
}
.cleaner {
	clear:both;
	height:1px;
	display: block;
}
ul#navlist {
	font-family: Monaco, 'courier new', menlo;
}
ul#navlist a {
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #012E01;
}
ul#navlist, ul#navlist ul, ul#navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#navlist li {
	float: left;
	padding-right: 15px;
}
ul#navlist li a {
	color: #333333;
	padding: 5px;
}
ul#navlist li a:hover {
	color: #FFFFFF;
	background-color: #d4632b;
}
ul#navlist li a:active {
	color: #cccccc;
	background-color: #d4632b;
}
ul#subnavlist {
	display: none;
}
ul#subnavlist li {
	float: none;
	background-color: #FFFFFF;
}
ul#subnavlist li a {
	padding: 0px;
	margin: 0px;
}
ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	font-size: 8pt;
	padding-top: 12px;
}
ul#navlist li:hover ul#subnavlist li {
	background-color:#d4632b;
}
ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 10em;
	border: none;
	padding: 2px 10px;
}
ul#navlist li:hover ul#subnavlist li a:before {
}
.imgright {
	padding-right:0px;
	padding-left:30px;
	padding-bottom:20px;
}
.button
{
	text-decoration: none;
	padding: 6px 8px;
	border: 1px solid #c44e00;
	border-radius: 4px;
	background: #f37828;
	background: linear-gradient(45deg, #f37828, #dd5227);
}

.get-quote
{
	padding: 10px 10px;
	margin: 10px 0;
	border: 1px solid #c44e00;
	border-radius: 4px;
	background: #f37828;
	background: linear-gradient(45deg, #f37828, #dd5227);
}

.get-quote a
{
	text-align: center;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.get-quote p,
.get-quote h3
{
	text-align: center !important;
}

.get-quote h3 a
{
	color: white;
	font-size: 22px;
}



/*
 MOBILE NAVIGATION
 */

.mobile-only,
.tablet-only
{
	display: none;
}

#mobile-nav
{
	display: none !important;
	margin:-20px 0 40px 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none;
}

#mobile-nav li
{
	border-bottom: 1px solid #e9e9e9;
}

#mobile-nav li a
{
	border: none;
	padding: 10px 50px;
	line-height: 25px;
	display: block;
	background: #fafafa;
	background: linear-gradient(90deg, #ffffff, #f7f7f7);
	font-style: normal;
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}

#mobile-nav li a:hover
{
	font-weight: bold;
	color: #d4632b;
	background: #ffffff;
}

button#mobile-nav-button
{
	position: relative;
	display: none;
	float: right;
	margin: 105px 15px 0 7px;
	padding: 9px 10px;
	background-image: none;
	background: #f37828;
	background: linear-gradient(45deg, #f37828, #dd5227);
	border: 1px solid #C61616;
	border-radius: 8px;
	opacity: 0.9;
	cursor: hand;
	cursor: pointer;
}

button#mobile-nav-button:hover
{
	opacity: 1 !important;
}

button#mobile-nav-button .icon-bar
{
	display: block;
	width: 24px;
	height: 3px;
	margin-top: 4px;
	border-radius: 1px;
	background: #e7e7e7;
}

button#mobile-nav-button.active .icon-bar
{
	background: #ffffff;
}

/* TABLET */
@media (max-width: 940px) {

	button#mobile-nav-button
	{
		display: block;
	}

	#mobile-nav.active
	{
		display:block !important;
	}

	#feature,
	#navigation
	{
		display: none;
	}

	#header
	{
		height: 200px;
	}

	h1,h2,h3,h4,h5,h6,.lead
	{
		text-align: left;
	}

	#container,
	.container,
	#left,
	#right,
	#main,
	#intro,
	#tips,
	#book
	{
		display: block;
		width: 100%;
		float: none;
		clear: both;
		border: none;
	}

	#container,
	.container
	{
		box-sizing: border-box;
	}

	#left,
	#right
	{
		padding: 0;
		margin: 0;
	}

	#right,
	#book
	{
		margin-top: 25px;
	}

	#content,
	#header
	{
		padding: 0 45px;
	}

	#content,
	#left,
	#right,
	#footer
	{
		border: none;
	}

	.tablet-only
	{
		display: block !important;
	}

	.desktop-only
	{
		display: none !important;
	}

	#footer
	{
		margin-top:25px;
		border-top: 1px solid #e2e2e2;
		background: #f8f8f8;
	}
}

/* MOBILE */
@media (max-width: 640px) {

	p.quote {
		float:none;
		width:100%;
		margin-top:25px;
		margin-bottom:25px;
		padding: 0;
	}

	.container.quotes {
		padding: 0 !important;
	}

	.mobile-only
	{
		display: block !important;
	}

	.desktop-only
	{
		display: none !important;
	}

	#book .wrapper
	{
		position: relative;
	}

	#book .title
	{
		top: -10px;
		left: 0px;
		position: absolute;
	}

	#book .text
	{
		margin-left: 80px;
		width: auto;
	}

	#content
	{
		/*padding: 0 !important;*/
	}

	body,span,p
	{
		text-align: justify;
	}

	#right
	{
		padding-top:10px;
	}

	.get-quote
	{
		display: block;
		border-radius: 0;
		margin: 25px -45px;
		padding: 40px;
		border-left: none;
		border-right: none;
	}

	.responsive,
	.imgright,
	.imgleft
	{
		float: none !important;
		display: block !important;
		width: 97%;
		height: auto;
		margin:-10px -10px 15px -10px;
		border: 1px solid #e7e7e7;
		padding:15px;
		background: #f8f8f8;
	}
}

/* SMALL MOBILE */
@media (max-width: 480px) {
	.container,#container,#header {
		padding-left:15px;
		padding-right:15px;
	}

	.container.quotes {
		padding: 0 !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-align: center !important;
	}

	#call,
	.top-title
	{
		display: none;
	}
}