/* General Styles */
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	color: #222222; /* $text */
	background-image: url(../../../../20171106220156im_/http_/www.akatreeremoval.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	background-attachment: fixed;
}

form *, form *:before,form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	font-family: 'Arial', sans-serif;
	line-height: 1.2;
}

h1 {
	font-size: 2.375em;
	text-transform: uppercase;
	color: #412717; /* $tertiary */
}

h2, h3 {
	font-weight: 300;
	color: #63AA07; /* $primary */
}

strong {
	font-weight: 600;
}

.main {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	min-width: 320px;
	background-color: rgba(255,255,255,0.82); /* alpha($BG,82%) */
}

#MainZone img, #MainZone iframe {
	max-width: 100%;
}

#MainZone img {
	height: auto!important;
}

#MainZone a:hover {
	color: #412717; /* $tertiary */
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

a {
	text-decoration: none;
	color: #63AA07; /* $primary */
}

a:hover {
	text-decoration: none;
}

div .CTAnumbers {
	float: left;
	text-align: left;
	margin: -10% 0% 0% 5%;
}

.left {
	float: left;
	clear: left;
}

.third {
	float: left;
	width: 30%;
	margin-right: 5%;
	min-height: 1px;
}

.third:last-child {
	margin-right: 0;
}

html.no-lastchild .third {
	width: 28%;
}

img {
	max-width: 100%;
}

#NavWrap {
	background-color: #412717;
}
/* End General Styles */

/* layout */
#NavZone {
	background-image: -webkit-linear-gradient(top,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-image: -moz-linear-gradient(top,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-image: -o-linear-gradient(top,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-image: linear-gradient(to bottom,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-color: #412717; /* $tertiary */
}

#TopZone {
}

#TopZone .logos {
	float: left;
	margin-left: 48%;
}

#SlideZone {
}

#MainArea {
	padding-top: 20px;
}

#SideZone {
	width: 29%;
	float: right;
}

#MainZone {
	width: 70%;
	line-height: 1.5;
	padding: 20px 2%;
	float: left;
	background-color: rgba(255,255,255,0.82);
}

#MainContent a:hover {
	text-decoration: underline;
	color: #222222; /* $text */
}

#Footer {
	border-top: solid 50px #412717; /* $tertiary */
	background-color: #2C2C2C; /* $BG2 */
	background-image: url(../../../../20171106215206im_/http_/www.akatreeremoval.com/images/ftrbg.jpg);
}

#FooterZone {
	overflow: hidden;
	padding: 20px 2% 20px 2%;
	background: none;
}

.page-name {
	padding: 8px 2%;
	background-color: #4F4F4F; /* $BG3 */
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 2px solid #222222; /* $text */
}

.page-name span {
	font-size: 0.875em;
	color: #222222; /* $text */
	font-weight: bold;
}
/* End layout */

/* topnav */
nav.top-nav {
	display: table;
	width: 100%;
	max-width: 1000px;
}

nav.top-nav ul {
	display: table-row;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

nav.top-nav ul li {
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
}

nav.top-nav ul li a {
	color: #FFFFFF; /* $text2 */
	font-weight: 100;
	display: block;
	padding: 15px;
	font-size: 0.813em;
	background-color: #412717; /* $tertiary */
	font-family: 'Open Sans', sans-serif;
}

nav.top-nav ul li a:hover {
	text-decoration: none;
	color: #63AA07; /* $primary */
}

html.no-display-table nav.top-nav ul li {
	float: left;
}
/* End topnav */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #FFFFFF; /* $BG */
	color: #63AA07; /* $primary */
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 6px;
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: #FFFFFF; /* $BG */
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 12px 25px;
	color: #63AA07; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #412717; /* $tertiary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #FFFFFF; /* $text2 */
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}
/* End Flyout Menu */

/* Masthead */
.masthead .right, .masthead .logo {
}

.logo {
	max-width: calc(100% - 280px);
}

.masthead {
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	color: #FFFFFF; /* $text2 */
	text-align: right;
	overflow: hidden;
	font-size: 0.813em;
	padding: 15px 1%;
	position: relative;
	background-color: #FFFFFF; /* $BG */
}

.masthead .phone {
	color: #63AA07; /* $primary */
	font-size: 2.85em;
	font-weight: bold;
	cursor: default;
}

.masthead h3 {
	color: #412717; /* $tertiary */
	font-weight: bold;
}

h3.hideformobile {
	display: none;
}

#aseenonWEB .WEB {
	float: right;
	margin: 0% 0% 0% 20%;
	clear: right;
	position: right;
}

.asseenonWEB {
	width: 18%;
	float: right;
	text-align: center;
}
/* End Masthead */

/* Animation */
#SlideCTA {
	float: right;
	clear: right;
	width: 70%;
}

#SlideSideZone {
	float: left;
	clear: left;
	width: 29%;
}

.animation {
	height: 456px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.animation .slide {
	height: 456px;
	position: absolute;
	width: 100%;
	display: none;
}

.animation div.slide:first-child {
	display: block;
}

.animation .slide  img {
	position: absolute;
	width: 100%;
	height: 456px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.slide  .info {
	position: absolute;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF; /* $text2 */
	padding: 10px 3%;
	width: 100%;
	font-size: 0.938em;
	bottom: 50px;
}

html.no-rgba .slide  .info {
	background-color: #000000;
}

.slide  .info h2 {
	font-size: 1.35em;
	color: #C5E415; /* $secondary */
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.slide  .info h3 {
	font-size: 1.750em;
	color: #C5E415; /* $secondary */
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

.slide  .info p {
	width: 75%;
	display: block;
	line-height: 1.5em;
	margin: 5px 0px;
}

.button {
	font-size: 1em;
	line-height: 1.15em;
	margin: 0px auto;
	color: #222222; /* $text */
	background-color: #C5E415; /* $secondary */
	font-weight: 700;
	text-align: center;
	padding: 10px 20px 7px 20px;
	width: 160px;
	display: block;
}

.button:hover {
	background-color: #63AA07; /* $primary */
	color: #FFFFFF; /* $text2 */
}

.slide  .info .button {
	position: relative;
	float: left;
	background-color: #412717; /* $tertiary */
	color: #FFFFFF; /* $text2 */
}

.slide  .info .button:hover {
	background-color: #FFFFFF; /* $BG */
	color: #412717; /* $tertiary */
}
/* End Animation */

/* CTAs */
.cta-list {
	padding-top: 15px;
	display: table;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
}

.cta-list ul li {
	background-image: -webkit-linear-gradient(left,#FAFAFA,#EDEDED); /* darken($text2,2%),darken($text2,7%) */
	background-image: -moz-linear-gradient(left,#FAFAFA,#EDEDED); /* darken($text2,2%),darken($text2,7%) */
	background-image: -o-linear-gradient(left,#FAFAFA,#EDEDED); /* darken($text2,2%),darken($text2,7%) */
	background-image: linear-gradient(to right,#FAFAFA,#EDEDED); /* darken($text2,2%),darken($text2,7%) */
	padding: 0 .5%;
	position: relative;
	color: #1B1B1B; /* darken($text,20%) */
	font-size: 1em;
	display: table-cell;
	text-align: center;
}

.cta-list ul.items2 li {
	width: 50%;
}

.cta-list ul.items3 li {
	width: 33%;
}

.cta-list ul.items4 li {
	width: 25%;
}

.cta-list ul li a {
	padding: 10px 0 60px;
	display: block;
	position: relative;
}

@-moz-document url-prefix() {
	.cta-list {
		height: 100%;
	}

	.cta-list ul {
		height: 100%;
	}

	.cta-list ul li {
		height: 100%;
	}

	.cta-list ul li>a {
		height: 100%;
		position: relative;
	}

	.contact-form select {
		padding: 8px;
	}

	#TopZone .logos {
		margin-left: 47%;
	}
}

.sub .cta-list ul li>a {
	min-height: 0;
}

html.no-display-table .cta-list ul li {
	float: left;
}

html.no-cssgradients .cta-list ul li {
	background-color: #E4E4E4; /* lighten($BG2,87%) */
}

.cta-list ul li icon {
	font-size: 3.25em;
	color: #63AA07; /* $primary */
	border-radius: 50%;
	padding: 3%;
	text-shadow: 0 1px 0 #222222; /* $text */
}

.cta-list ul li h2 {
	color: #412717; /* $tertiary */
	font-size: 1.5em;
	padding: 0px 0px;
	margin: 8px  0 0px;
	font-weight: 700;
}

.sub .cta-list ul li h2 {
	font-size: 1.75em;
}

.cta-list ul li h3 {
	color: #181818; /* darken($text,29%) */
	font-size: 1.5em;
	padding: 0px 0px;
	text-transform: uppercase;
	margin: 0px;
}

.cta-list ul li p {
	margin: 10px 0;
	font-size: 1em;
	color: #050505; /* darken($text,84%) */
}

.cta-list ul li .button {
	width: 83%;
	position: absolute;
	color: #FFFFFF; /* $text2 */
	padding: 10px 5px;
	margin: 15px auto;
	bottom: 0px;
	left: 50%;
	margin-left: -41.5%;
	background-color: #2C2C2C; /* $BG2 */
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
}

.cta-list ul li:hover .button {
	background-color: #412717; /* $tertiary */
	text-shadow: none;
}
/* End CTAs */

/* Side */
.side {
	margin-bottom: 15px;
}

.side h2 {
	color: #C5E415; /* $secondary */
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
}

.side h2 a {
	color: #FFFFFF; /* $text2 */
}
/* End Side */

/* Side Nav */
.side-nav {
	background-color: #FCFEF1; /* lighten($secondary,94%) */
}

.side-nav h2 {
	background-image: -webkit-linear-gradient(top,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-image: -moz-linear-gradient(top,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-image: -o-linear-gradient(top,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	background-image: linear-gradient(to bottom,#3D1B05,#412717); /* adjust($tertiary,-24%,69%,0%),$tertiary */
	border-bottom: 5px solid #222222; /* $text */
	padding: 10px 10px;
	background-color: #412717; /* $tertiary */
}

.side-nav ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style-type: none;
}

.side-nav li {
}

.side-nav li a:before {
	content: '\ee25';
	font-family: 'icomoon-ult';
	color: #63AA07; /* $primary */
	margin-right: 10px;
	float: left;
	margin-bottom: 8px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.side-nav li a {
	display: block;
	padding: 10px 15px;
	color: #4F5B08; /* darken($secondary,60%) */
	border-bottom: 1px solid #D1D1D1; /* darken($BG,18%) */
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.side-nav li a span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	margin: 3px 0 0 25px;
	color: #63AA07; /* $primary */
}

.side-nav li a:hover, .side-nav li.selected  a {
	background-color: #63AA07; /* $primary */
	color: #FFFFFF; /* $text2 */
}

.side-nav li a:hover:before {
	color: #FFFFFF; /* $text2 */
}

.side-nav li:hover a span, .side-nav li.selected a span {
	color: #81DD09; /* lighten($primary,16%) */
}

#SideLogoZone img {
	max-width: 150px;
	display: block;
	margin: 0 auto;
}
/* End Side Nav */

/* Contact Form */
.contact-form-box {
	padding: 34px 4.5%;
	background-color: #412717; /* $tertiary */
	min-height: 456px;
}

.contact-form-box h2 {
	color: #FFFFFF; /* $text2 */
	margin-bottom: 5px;
}

.contact-form p {
	color: #FFFFFF; /* $text2 */
	margin: 0 0 10px 0;
}

.contact-form input {
	width: 100%;
	background-color: #FFFFFF; /* $text2 */
	color: #4F8806; /* darken($primary,20%) */
	padding: 10px 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}

.contact-form select {
	width: 100%;
	height: 40px;
	background-color: #FFFFFF; /* $text2 */
	color: #63AA07; /* $primary */
	font-size: 15px;
	padding-left: 3px;
	margin-bottom: 5px;
	border: none;
}

.contact-form textarea {
	width: 100%;
	background-color: #FFFFFF; /* $text2 */
	color: #4F8806; /* darken($primary,20%) */
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	height: 140px;
	overflow: auto;
}

.contact-form a {
	color: #FFFFFF; /* $text2 */
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #63AA07; /* $primary */
}

.contact-form a:hover {
	background-color: #4B8105; /* darken($primary,24%) */
}
/* End Contact Form */

/* Blog Feed */
.item.blog h2 {
	margin: 12px 0;
}

.item.blog .content {
	margin-bottom: 12px;
}

.comments {
	line-height: 34px;
	margin-right: 8px;
}

span.blog_h {
	display: block;
	font-size: 1.55em;
}

.sidemenu {
}

.sidemenu h3 {
	padding: 5px;
	font-size: 14px;
	background-color: #989898; /* lighten($BG2,51%) */
	margin: 0;
	color: #FFFFFF; /* $text2 */
}

.sidemenu ul {
	margin: 0;
	padding: 0;
}

.sidemenu li {
}

.sidemenu ul li ul li a {
	padding-left: 25px;
}

.sidemenu a:hover {
}
/* End Blog Feed */

/* Value Statements */
.valuestatements {
	border-bottom: 6px solid #412717; /* $tertiary */
}

.valuestatements ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.valuestatements li {
	display: block;
	padding: 18px 15px;
	color: #0C0C0C; /* darken($text,64%) */
	border-bottom: 1px solid #D1D1D1; /* darken($BG,18%) */
}

.valuestatements ul li:before {
	font-family: 'icomoon-ult';
	content: '\e132';
	font-size: 22px;
	color: #412717; /* $tertiary */
	padding-right: 12px;
	float: left;
	padding-bottom: 5px;
}
/* End Value Statements */

/* Contact Map */
#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap , #ContactMap img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}
/* End Contact Map */

/* Testimonials */
.testimonials {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #E0E0E0; /* darken($BG,12%) */
	background-image: -webkit-linear-gradient(left,#FCFEF1,#FAFDE7); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: -moz-linear-gradient(left,#FCFEF1,#FAFDE7); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: -o-linear-gradient(left,#FCFEF1,#FAFDE7); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: linear-gradient(to right,#FCFEF1,#FAFDE7); /* lighten($secondary,94%),lighten($secondary,90%) */
	padding: 20px;
}

.testimonials h2 {
	text-transform: uppercase;
}

.testimonials article {
}

.testimonials blockquote:before {
	color: #63AA07; /* $primary */
	content: 'â€œ';
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
}

.testimonials blockquote {
	font-style: italic;
	margin: 0;
	padding: 30px 0;
	position: relative;
}

.testimonials blockquote:after {
	color: #63AA07; /* $primary */
	content: 'â€';
	font-size: 4em;
	line-height: 0.1em;
	position: relative;
	top: 60px;
	right: -160px;
}

.testimonials h4 {
	color: #63AA07; /* $primary */
	margin: 10px 0 0 0;
}

.testimonials a.button {
	display: none;
}
/* End Testimonials */

/* Review System Styles */
div.reviews {
}

div.reviews div.reviews_widget {
	margin-top: 15px;
}

div.reviews h1 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

div.reviews div.divider {
	margin: 10px 0px;
	border-top: solid 1px #cccccc;
	clear: both;
}

div.reviews div.share {
	padding-top: 10px;
}

div.reviews div.share a {
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
}

div.reviews div.share a:hover {
	text-decoration: none;
	color: #666;
}

div.reviews div.share div.social {
	display: inline-block;
}

div.reviews a.addreviewbtn img {
	background-image: url(../../../../20171106223245im_/http_/www.akatreeremoval.com/Shared/images2/Systems/Reviews_Icons.png);
	width: 10px;
	height: 17px;
	background-position: -14px -5px;
	border: none;
}

span.rating {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 20px;
	margin: 0px 10px;
}

span.rating span.starsgray {
	width: 120px;
	height: 20px;
	background-image: url(../../../../20171106223245im_/http_/www.akatreeremoval.com/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -29px;
	display: inline-block;
	margin-right: 10px;
}

span.rating span.stars {
	height: 20px;
	width: 0px;
	background-image: url(../../../../20171106223245im_/http_/www.akatreeremoval.com/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -55px;
	position: absolute;
	top: 0px;
	left: 0px;
}

span.rating span.stars.rating05 {
	width: 12px;
}

span.rating span.stars.rating1 {
	width: 24px;
}

span.rating span.stars.rating15 {
	width: 36px;
}

span.rating span.stars.rating2 {
	width: 48px;
}

span.rating span.stars.rating25 {
	width: 60px;
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.excerpt {
	height: 15px;
	margin: 15px 0px;
}

div.clientreviews div.excerpt div.title {
	font-size: 20px;
	float: left;
}

div.clientreviews div.excerpt div.leftquote {
	background-image: url(../../../../20171106223245im_/http_/www.akatreeremoval.com/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -39px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 8px;
}

div.clientreviews div.excerpt div.rightquote {
	background-image: url(../../../../20171106223245im_/http_/www.akatreeremoval.com/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -65px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-left: 8px;
}

div.clientreviews div.reviewinfo {
	font-size: 12px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.reviews span.textlight {
	color: #888888;
}

div.divider.dashed {
	border-top: dashed 1px #ccc;
	clear: both;
	margin-bottom: 20px;
}

div.addreview {
	background: #f2f2f2;
	padding: 20px;
	border: solid 1px #ccc;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px;
	margin: 0px;
	float: left;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

/* Footer Area */
.footer-content, .footer-content a {
	color: #FFFFFF; /* $text2 */
}

.footer-content a:hover {
	color: #63AA07; /* $primary */
}

.footer-content h2 {
	color: #FFFFFF; /* $text2 */
	text-transform: uppercase;
	font-weight: bold;
}

.footer-content ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-content li {
	border-bottom: solid 1px #4F4F4F; /* $BG3 */
	text-transform: uppercase;
	font-size: 0.875em;
}

.footer-content li a {
	padding: 5px 0;
	display: block;
}

.schema {
	text-align: right;
}

.footer-content a.phone {
	color: #C5E415; /* $secondary */
	font-size: 2em;
	font-weight: 700;
	cursor: default;
}

.schema .phone span {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #FFFFFF; /* $text2 */
	font-family: 'Arial', sans-serif;
	display: block;
}

.social icon {
	background-color: #4C8404; /* adjust($primary,-23%,29%,0%) */
	padding: 5px;
	color: #FFFFFF; /* $text2 */
	font-size: 1.563em;
	margin-right: 7px;
	border-radius: 3px;
}

.social li {
	padding: 5px 0;
}

#Payments {
	margin-top: 20px;
}

#Payments h5 {
	margin-bottom: 10px;
	color: #63AA07; /* $primary */
}

#Payments img {
	margin-left: 5px;
}
/* End Footer Area */

/* RL Logo */
#BrandZone {
	font-family: Arial;
	font-size: 0.75em;
	line-height: 60px;
	width: 100%;
	margin: 0px auto;
	background-color: #333333;
}

#BrandZone.dark {
	background-color: #333333;
	color: #FFFFFF;
}

#BrandZone.light {
	background-color: #ffffff;
	color: #333333;
}

#BrandContent {
	width: 100%;
	margin: 0px auto;
	position: relative;
	max-width: 1000px;
	overflow: hidden;
}

#BrandContent img {
	float: right;
	clear: right;
	margin: 20px 0px 0 0;
}

.dark #BrandContent img {
}

.light #BrandContent img {
}
/* End RL Logo */

/* Mobile Menu */
#MobileNav div.imenupanel {
	position: absolute;
	z-index: 99;
}

#MobileNavZone {
}

#SmallMenu {
	padding: 10px 0;
	background-color: #63AA07; /* $primary */
	width: 100%;
	color: #FFFFFF; /* $text2 */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	position: relative;
	clear: both;
}

html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(0,0,0,0.90);
	text-align: left;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenupanel div.imenu .imenuitem {
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #C5E415; /* $secondary */
	line-height: 41px;
	padding: 0 10px;
}

div.imenuitem a {
	color: #FFFFFF;
	display: block;
	padding: 12px 15px;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}

#MobileNav {
}
/* End Mobile Menu */

/* Responsive */
@media (max-width: 1000px) {
	.masthead {
		padding: 15px 1.5%;
	}
}

@media (max-width:900px) {
	#SlideCTA {
		width: 100%;
	}

	#TopZone {
		width: 100%;
		clear: both;
	}

	.masthead {
		padding: 10px;
		overflow: visible;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		top: 0;
		left: 0;
	}

	.masthead h3 {
	}

	#TopZone .logoswithasseenon {
		display: none;
	}

	#TopZone .asseenonWEB {
		display: none;
	}

	div.CTAnumbers {
		margin-top: 10%;
	}

	.imenuitem {
		border-bottom: none;
	}

	.masthead .right {
		position: relative;
		margin-top: 23px;
	}

	.slide  .info {
		height: auto;
		padding: 1%;
	}

	.slide .info h2 {
		font-size: 1.625em;
	}

	.slide .info h3 {
		width: 100%;
		font-size: 1.2em;
	}

	#MainZone {
		width: 65%;
	}

	#SideZone {
		width: 34%;
	}

	#MainZone, #SideZone {
		padding: 0 1.5%;
	}

	.testimonials blockquote:after {
		position: absolute;
		top: auto;
		bottom: 0px;
		right: 20px;
	}

	.footer-content {
		padding: 0 1%;
		font-size: 0.875em;
	}

	.schema .phone span {
		display: block;
	}

	#BrandContent {
		padding: 2%;
	}

	.hideformobile, #SlideSideZone {
		display: none;
	}

	.sub #ContactForm, .sub #ValueStatements {
		display: block;
	}
}

@media (max-width:790px) {
	#SideZone {
		width: 100%;
		padding: 0;
	}

	#SlideForm {
		display: none;
	}

	.animation, .animation div.slide, .animation .slide  img {
		height: 250px;
	}

	.animation .slide  .info p {
		display: none;
	}

	#MainZone {
		width: 100%;
		padding: 1.5%;
	}

	.cta-list {
		display: block;
	}

	.cta-list ul {
		display: block;
	}

	.cta-list ul li {
		width: 50%!important;
		display: block;
		float: left;
	}

	.cta-list ul li:nth-child(odd):last-child {
		margin-left: 25%;
	}

	.third {
		width: 100%;
		margin: 0 0 5% 0;
		padding: 0 2%;
	}

	.footer-content li a {
		font-size: 1.35em;
	}

	.schema {
		text-align: center;
	}

	.footer-content .schema a {
		font-weight: bold;
		color: #C5E415;
	}

	.footer-content .schema a:hover {
		color: #888888;
	}

	.contact-form-box {
		min-height: 0;
	}
}

@media (max-width:665px) {
	.cta-list ul li {
		width: 100%!important;
		margin-bottom: 2px;
		text-align: left;
	}

	.cta-list ul li:nth-child(odd):last-child {
		margin-left: 0;
	}

	.sub .cta-list ul li {
		display: none;
	}

	.sub .cta-list ul li:last-child {
		display: block;
	}

	.cta-list ul li icon {
		float: right;
		clear: right;
	}

	.cta-list ul li > a {
		min-height: 0;
	}
}

@media (max-width:480px) {
	h1 {
		font-size: 1.4em;
	}

	h2,h3 {
		font-size: 1.2em;
	}

	.slide .info {
		bottom: 0;
	}

	.masthead .phone {
		margin-top: 80%;
	}

	#TopZone {
		height: auto;
	}

	.masthead {
		text-align: center;
	}

	.masthead .right {
		position: relative;
		top: 0;
		float: none;
		margin-top: 0;
	}

	.logo {
		position: relative;
		float: none;
		max-width: 100%;
		margin-bottom: -10%;
		margin-right: 12%;
	}

	.logo img {
		float: none;
		width: 50%;
	}

	.slide  .info h2 {
		font-size: 1.625em;
	}

	.slide  .info h3 {
		font-size: 1.2em;
	}

	.cta-list {
		padding-bottom: 0px;
	}

	.cta-list ul li {
		width: 100%;
		margin-bottom: 2px;
		text-align: left;
	}

	.cta-list ul li>a {
		padding: 10px 2%;
	}

	.cta-list ul li icon {
		float: right;
	}

	.cta-list ul li h2, .cta-list ul li h3 {
		display: inline-block;
		margin: 0 5px 0 0;
		font-size: 1.2em;
	}

	.cta-list ul li p {
		height: auto;
	}

	.cta-list ul li .button {
		width: 80%;
		float: none;
		margin: 10px auto;
		position: static;
	}

	.side h2 {
		font-size: 1em;
	}

	#ContactMap, #ContactMap img {
		width: 100%!important;
		height: auto!important;
	}

	#Footer {
		border-top: solid 10px #63AA07; /* $primary */
	}

	#BrandZone {
		line-height: 40px;
	}

	#BrandContent img {
		position: absolute;
		margin: -5% 0 0 0;
		width: 31%;
		top: 50%;
		right: 1.5%;
	}

	div .CTAnumbers h3 {
		display: none;
	}
}
/* End Responsive */

p.hideformobile {
	color: #412717;
	margin: 0px;
	padding: 22px 0px 0px;
}

/*
     FILE ARCHIVED ON 11:59:36 Oct 23, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:17:57 Oct 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.53
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 123.685
  LoadShardBlock: 300.77 (3)
  PetaboxLoader3.datanode: 330.063 (4)
  load_resource: 245.267
  PetaboxLoader3.resolve: 177.116
*/