/* General Styles */
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	color: #777777; /* lighten($text,40%) */
	background-color: #FFFFFF; /* $BG2 */
}

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

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

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

h2, h3 {
	font-weight: 300;
	color: #828559; /* $BG */
}

strong {
	font-weight: 600;
}

.main {
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	min-width: 320px;
}

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

#MainZone img {
	height: auto!important;
}

a:hover {
	color: #333333;
}

#MainZone a {
	color: #A63A00; /* $secondary */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#MainZone a:hover {
	color: #645632; /* $text2 */
}

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

a {
	text-decoration: none;
	color: #333333;
}

a.phone.link {
	cursor: default;
}

.hidefordesktop {
	display: none;
}

.right {
	float: right;
	clear: right;
}

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

.third {
	float: left;
	width: 30%;
	margin-right: 3%;
}

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

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

img {
	max-width: 100%;
}

.backtotop {
	background-color: #A63A00; /* $secondary */
	padding: .3em 1.3em .3em 2.5em;
	color: #FFFFFF; /* $BG2 */
	background-image: -webkit-linear-gradient(top,#D34A00,#A63A00); /* lighten($secondary,13%),$secondary */
	background-image: -moz-linear-gradient(top,#D34A00,#A63A00); /* lighten($secondary,13%),$secondary */
	background-image: -o-linear-gradient(top,#D34A00,#A63A00); /* lighten($secondary,13%),$secondary */
	background-image: linear-gradient(to bottom,#D34A00,#A63A00); /* lighten($secondary,13%),$secondary */
	border-radius: .6em;
	text-decoration: none;
	position: relative;
	border: solid 2px #FFFFFF; /* $BG2 */
}

.backtotop:hover {
	background-image: -webkit-linear-gradient(bottom,#D3A33E,#C1912C);
	background-image: -moz-linear-gradient(bottom,#D3A33E,#C1912C);
	background-image: -o-linear-gradient(bottom,#D3A33E,#C1912C);
	background-image: linear-gradient(to top,#D3A33E,#C1912C);
	text-decoration: none !important;
	color: #FFFFFF; /* $BG2 */
	border: solid 2px #645632; /* $text2 */
}

.backtotop:before {
	font-family: 'icomoon-ult';
	content: '\e0a7';
	position: absolute;
	left: 1em;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

#BackToTop a:before {
	font-family: 'icomoon-ult';
	content: '\e0a7';
	font-size: 2.5em;
	color: #FFFFFF; /* $BG2 */
	background-color: #A63A00; /* $secondary */
	border-radius: 12px;
	padding: 5px;
	position: fixed;
	right: 3%;
	bottom: 1em;
	z-index: 5;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

#BackToTop a:hover:before {
	background-color: #943400; /* darken($secondary,11%) */
	bottom: 1.2em;
}
/* End General Styles */

/* layout */
#TopArea {
	background-color: #FFFFFF; /* $BG2 */
}

#TopBanner {
}

#TopBanner .schedule {
	font-size: 1em;
	color: #828559; /* $BG */
	font-weight: bold;
	text-align: center;
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
}

#NavZone {
	position: relative;
	background-color: #FFFFFF; /* $BG2 */
}

#TopZone {
	position: relative;
	z-index: 5;
}

#SlideZone {
	position: relative;
}

#MainArea {
	background-color: #FFFFFF; /* $BG2 */
	padding: 0.75%;
	margin-bottom: 30px;
}

#SideZone {
	width: 32%;
	float: left;
}

#MainZone {
	width: 67%;
	line-height: 1.5;
	padding: 0 0 0px 3%;
	float: right;
}

#MainContent a:hover {
	color: #7C6B3E; /* lighten($text2,10%) */
}

#Footer {
	border-top: 10px solid #E3E6B6;
	background-color: #645632; /* $text2 */
	background-image: -webkit-linear-gradient(bottom,#5A5A5A,#1C1C1C); /* ,$text */
	background-image: -moz-linear-gradient(bottom,#5A5A5A,#1C1C1C); /* ,$text */
	background-image: -o-linear-gradient(bottom,#5A5A5A,#1C1C1C); /* ,$text */
	background-image: linear-gradient(to top,#5A5A5A,#1C1C1C); /* ,$text */
	box-shadow: inset 0 10px 15px -13px #000000;
	height: 380px;
}

#FooterZone {
	overflow: hidden;
	padding: 20px 1%;
}
/* End layout */

/* topnav */
nav.top-nav {
	width: 77%;
	padding-top: 2em;
}

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;
}

nav.top-nav ul li:last-child {
}

nav.top-nav ul li a {
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 40px 9px;
	font-size: 0.69em;
	letter-spacing: 1px;
}

nav.top-nav ul li a:hover {
	color: #A63A00; /* $secondary */
}

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

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #BCBCBC; /* $primary */
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 6px;
	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;
	display: none;
}

nav.top-nav div.iflylist div.iflylist {
}

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

nav.top-nav div.ifly {
	background-color: #ffffff;
	border: none;
	border-top: solid 1px #ddd;
}

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

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

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

nav.top-nav div.ifly a.iflyOver {
	color: #ffffff;
}

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

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

/* Masthead */
#HomeLogo {
	position: relative;
}

#MastHead {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	padding: 10px 1%;
	display: none;
}

.logo {
	position: relative;
	float: left;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	background-color: rgba(255,255,255,0.87); /* alpha($BG2,87%) */
	margin: 0em 0;
}

#MastHead .right {
	float: right;
	background-color: #BCBCBC; /* $primary */
	padding: 10px 10px 7px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #645632; /* $text2 */
	width: auto;
	text-align: center;
	display: none;
}

#MastHead .right p {
	margin: 0px;
}

#MastHead a.phone {
	padding: 0px;
}

#TopBanner .logo {
	width: 230px;
	padding-top: 20px;
}

#TopBanner .right {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #645632; /* $text2 */
	text-align: right;
	font-size: 1em;
	padding: 5px;
	float: right;
}

body.sub #TopBanner .right {
	padding-top: 35px;
}

#TopBanner .right p {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

a.phone {
	color: #A63A00; /* $secondary */
	font-size: 1.77em;
	font-weight: bold;
	padding: 8px 0;
	display: block;
	letter-spacing: 1px;
	float: none;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.phone.hidefordesktop {
	display: none;
}

#TopBanner .phone:before {
	font-family: 'icomoon-ult';
	content: '\e216';
	color: #A63A00; /* $secondary */
	font-size: 0.45em;
	padding: 4px;
	border-radius: 50%;
	margin: 5px;
	background-color: #A63A00; /* $secondary */
	vertical-align: middle;
	display: none;
}

#TopBanner h3 {
	color: #333333;
	font-size: .9em;
	text-align: center;
	padding: 0px;
}

#SocialMasthead ul {
	margin: 0.4em 0;
	text-align: center;
	padding: 0px;
}

#SocialMasthead .social icon {
	background-color: #A63A00; /* $secondary */
	padding: 2px 5px;
	color: #FFFFFF; /* $BG2 */
	font-size: 1em;
	margin-right: 9px;
}
/* End Masthead */

/* Animation */
#Animation {
	height: 456px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#Animation div.slide {
	height: 100%;
	position: absolute;
	width: 100%;
	display: none;
}

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

#Animation div.slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 1;
}

div.slide div.info {
	color: #1C1C1C; /* $text */
	height: auto;
	font-size: 0.938em;
	text-align: center;
	padding: 15px 3%;
	z-index: 2;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(11,11,11,0.404);
}

html.no-rgba div.slide div.info {
	background-color: #FFFFFF; /* $BG2 */
}

div.slide div.info h2 {
	font-size: 2em;
	color: #FFFFFF; /* $BG2 */
	text-transform: uppercase;
	text-shadow: 0px 2px 3px rgba(11,11,11,0.929);
	font-weight: bold;
	letter-spacing: 3px;
}

div.slide div.info h3 {
	font-size: 2.188em;
	color: #BCBCBC; /* $primary */
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

div.slide div.info p {
	display: block;
	line-height: 1.5em;
	margin: 5px 0px;
	color: #F7D896;
	font-weight: bold;
	text-shadow: 1px 1px 3px #444444;
	font-size: 1.25em;
}

.button {
	font-size: 16px;
	line-height: 1em;
	margin: 0px auto;
	color: #FFFFFF;
	background-color: #BCBCBC; /* $primary */
	font-weight: 800;
	text-align: center;
	padding: 10px 20px 7px 20px;
	width: 160px;
	display: block;
	text-transform: uppercase;
}

.button:hover {
	color: #645632; /* $text2 */
}

div.slide div.info .button {
	float: right;
}
/* End Animation */

/* CTAs */
.cta-list {
	display: table;
	width: 100%;
}

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

.cta-list ul li {
	padding: 0px;
	position: relative;
	text-align: center;
	color: #161616; /* darken($text,20%) */
	font-size: 1em;
	display: table-cell;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: none;
	z-index: 3;
}

.cta-list ul li:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(11,11,11,0.729);
}

.cta-list ul li:last-child {
	border-right: 1px solid #767951; /* darken($BG,9%) */
}

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

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

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

.cta-list ul li>a {
	padding: 0px 0% 0px 0%;
	display: block;
	background-repeat: no-repeat;
}

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

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

.cta-list ul li a:hover h2 {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	color: #FFFFFF; /* $BG2 */
}

.cta-list ul li icon {
	font-size: 2em;
	color: #1C1C1C; /* $text */
	border-radius: 50%;
	display: inline-block;
	padding: 3%;
}

.cta-list ul li .info {
	position: relative;
}

.cta-list ul li h2 {
	color: #FFFFFF; /* $BG2 */
	font-size: 1.35em;
	padding: 40px 1%;
	text-transform: uppercase;
	margin: 0px;
	text-shadow: 0 1px 0 #1C1C1C; /* $text */
	font-weight: bold;
}

.cta-list ul li:hover h2 {
	color: #A63A00 !important;
	-webkit-transition: -webkit-transform .45s ease, color 0s ease .3s !important;
	-moz-transition: -moz-transform .45s ease, color 0s ease .3s !important;
	-o-transition: -o-transform .45s ease, color 0s ease .3s !important;
	transition: transform .45s ease, color 0s ease .3s !important;
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

html.no-rgba .cta-list ul li h2 {
	background-color: #D8AFAF; /* adjust($primary,11%,34%,0%) */
}

.cta-list ul.items4 li h2 {
}

.cta-list ul li h3 {
	color: #A63A00; /* $secondary */
	font-size: 1.5em;
	padding: 0px 0px;
	text-transform: uppercase;
	margin: 0px;
}

.cta-list ul li p {
	background-color: rgba(188,188,188,0.87); /* alpha($primary,87%) */
	color: #FFFFFF; /* $BG2 */
	line-height: 1.25;
	margin: 0px 0 0px 0;
	padding: 0px 15% 16px 15%;
	display: none;
}

html.no-rgba .cta-list ul li p {
	background-color: #C4C4C4; /* lighten($primary,12%) */
}

.cta-list ul li .button {
	width: 50%;
	position: relative;
	color: #FFFFFF; /* $BG2 */
	box-shadow: 0px 5px 15px -5px #000;
	padding: 10px 5px;
	margin-top: -5px;
	background-color: #A63A00; /* $secondary */
	border-bottom: solid 3px #652300; /* darken($secondary,39%) */
	display: none;
}

.cta-list ul li .button:before, .cta-list ul li .button:after {
	font-family: 'icomoon-ult';
	position: absolute;
	left: 50%;
}

.cta-list ul li .button:before {
	color: #A63A00; /* $secondary */
	content: '\e0eb';
	margin-left: -16px;
	bottom: -20px;
	font-size: 2em;
	z-index: 2;
	text-shadow: 0 1px 0 #828559; /* $BG */
	display: none;
}

.cta-list ul li .button:after {
	color: #A63A00; /* $secondary */
	content: '\e0eb';
	z-index: 1;
	bottom: -14px;
	font-size: 3em;
	margin-left: -24px;
}

.cta-list ul li:hover .button {
	border-bottom: solid 3px #622200; /* darken($secondary,41%) */
	color: #1C1C1C; /* $text */
}
/* End CTAs */

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

.side h2 {
	color: #FFFFFF; /* $BG2 */
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	text-align: center;
	background-color: #828559; /* $BG */
	padding: 10px;
	font-weight: bold;
}

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

/* Side Nav */
.side-nav {
}

.side-nav h2 {
}

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

#SideNavigation ul, .sidemenu ul {
	padding: 10px 3% 0 3%;
}

.sidemenu li > ul {
	padding: 0px 10%;
}

.side-nav li {
	overflow: hidden;
}

.side-nav li a:before {
	content: '\e0f6';
	font-family: 'icomoon-ult';
	color: #828559; /* $BG */
	margin-right: 10px;
	display: none;
}

.side-nav li.level2 a {
	padding-left: 40px;
}

.side-nav li a {
	display: block;
	padding: 10px 15px 10px 20px;
	color: #A63A00; /* $secondary */
	text-align: left;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.side-nav li a:hover {
	background-color: #DDE0AE;
	color: #1C1C1C; /* $text */
}

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

.side-nav li:hover a span, .side-nav li.selected a span {
	color: #645632; /* $text2 */
}
/* End Side Nav */

/* Contact Form */
#ContactForm {
	background-color: #828559; /* $BG */
	background-image: -webkit-linear-gradient(top,#FFFFFF,#CCCCCC); /* alpha($BG2,100%), */
	background-image: -moz-linear-gradient(top,#FFFFFF,#CCCCCC); /* alpha($BG2,100%), */
	background-image: -o-linear-gradient(top,#FFFFFF,#CCCCCC); /* alpha($BG2,100%), */
	background-image: linear-gradient(to bottom,#FFFFFF,#CCCCCC); /* alpha($BG2,100%), */
}

.contact-form {
	padding: 0 30px 20px;
}

.contact-form h2 {
}

.contact-form p {
	color: #645632; /* $text2 */
	margin: 10px 0;
	text-align: center;
}

.contact-form input {
	width: 100%;
	background-color: #1C1C1C; /* $text */
	color: #FFFFFF; /* $BG2 */
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}

.contact-form textarea {
	width: 100%;
	background-color: #1C1C1C; /* $text */
	color: #FFFFFF; /* $BG2 */
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	height: 80px;
	font-family: 'Source Sans Pro', sans-serif;
	resize: none;
	outline: none;
	overflow: auto;
}

.contact-form a {
	color: #FFFFFF; /* $BG2 */
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	background-color: #A63A00; /* $secondary */
	padding: 12px;
}

.contact-form a:hover {
	background-color: #8B8B8B; /* darken($primary,26%) */
	color: #FFFFFF; /* $BG2 */
}
/* 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: #BCBCBC; /* $primary */
	margin: 0;
	color: #645632; /* $text2 */
	text-align: center;
}

.sidemenu ul {
	margin: 0;
}

.sidemenu li {
}

.sidemenu a {
}

.sidemenu a:hover {
}

.sidemenu + .side {
	margin-top: 20px;
}

.side .feed {
	padding-bottom: 5px;
}

.side .feed a {
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}

.side .feed a:hover {
	background-color: transparent;
}

.side .date {
	float: left;
	width: 72px;
	height: 60px;
}

.side .date .day {
	float: left;
	width: 36px;
	height: 38px;
	background-color: #BCBCBC; /* $primary */
	color: #645632; /* $text2 */
	line-height: 38px;
}

.side .date .month {
	width: 35px;
	height: 38px;
	float: left;
	background-color: #828559; /* $BG */
	line-height: 38px;
	color: #BCBCBC; /* $primary */
}

.side .date .year {
	width: 72px;
	height: 22px;
	background-color: #A63A00; /* $secondary */
	float: left;
	clear: both;
	color: #645632; /* $text2 */
	line-height: 22px;
}

.side .blogtitle {
	float: right;
	width: calc(100% - 77px);
	text-align: left;
	margin: 0;
	background-color: #A1A477; /* lighten($BG,21%) */
	min-height: 60px;
	padding: 10px;
	color: #BCBCBC; /* $primary */
}

.side a:hover .blogtitle {
	color: #A63A00; /* $secondary */
}
/* End Blog Feed */

/* Value Statements */
#ValueStatements {
}

#ValueStatements ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#ValueStatements li {
	display: block;
	padding: 10px 15px;
	color: #3A3A3A; /* lighten($text,13%) */
	border-bottom: 1px solid #d1d6dc;
}

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

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

/* Testimonials */
#Testimonials {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF2EA; /* lighten($secondary,94%) */
	background-image: -webkit-linear-gradient(left,#FFF2EA,#FFE9DD); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: -moz-linear-gradient(left,#FFF2EA,#FFE9DD); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: -o-linear-gradient(left,#FFF2EA,#FFE9DD); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: linear-gradient(to right,#FFF2EA,#FFE9DD); /* lighten($secondary,94%),lighten($secondary,90%) */
	padding: 20px;
}

#Testimonials h2 {
	text-transform: uppercase;
}

#Testimonials article {
}

#Testimonials blockquote:before {
	color: #BCBCBC; /* $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: #BCBCBC; /* $primary */
	content: 'â€';
	font-size: 4em;
	line-height: 0.1em;
	position: relative;
	top: 60px;
	right: -160px;
}

#Testimonials h4 {
	color: #BCBCBC; /* $primary */
	margin: 10px 0 0 0;
}

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

/* Footer Area */
#FooterContent, #FooterContent a {
	color: #DDE0AE; /* adjust($BG,61%,31%,0%) */
}

#FooterContent a:hover {
	color: #FFFFFF; /* $BG2 */
}

#FooterContent h2 {
	color: #A63A00; /* $secondary */
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

#FooterContent ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#FooterContent li {
	text-transform: uppercase;
	font-size: 0.813em;
	border-bottom: 1px solid #E7E7E7; /* lighten($primary,64%) */
}

#FooterContent li a {
	padding: 5px 0;
	display: block;
}

.schema {
	text-align: right;
}

#FooterContent a.phone {
	color: #CFCFCF; /* lighten($primary,29%) */
	font-size: 2em;
	font-weight: 700;
	text-align: right;
}

.schema .phone span {
	font-size: 0.775em;
	text-transform: uppercase;
	color: #A63A00; /* $secondary */
	font-family: 'Muli', sans-serif;
	display: block;
}

.social icon {
	background-color: #A63A00; /* $secondary */
	padding: 5px;
	color: #FFFFFF; /* $BG2 */
	font-size: 1.563em;
	margin-right: 7px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.social icon:hover, #SocialMasthead .social icon:hover {
	background-color: #E3E6B6;
	color: #A63A00;
}

.social li {
	padding: 0;
	border-bottom: none!important;
	display: inline-block;
}

html.no-hashchange .social li {
	display: inline;
}

#Payments {
	margin-top: 20px;
}

#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;
	border-top: solid 1px #5A5A5A;
}

#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 {
	display: none;
}

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

/* Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

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

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

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

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: #BCBCBC; /* $primary */
	line-height: 41px;
	padding-left: 25%;
}

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

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

#SmallMenu {
	padding: 5px;
	background-color: #828559; /* $BG */
	width: 100%;
	color: #1C1C1C; /* $text */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	border-radius: 6px;
	position: relative;
	clear: both;
}

#SmallMenu:before {
	font-family: 'icomoon-ult';
	content: '\e187';
	display: none;
	font-size: 1.875em;
	line-height: 37px;
	-webkit-transform: scale(1.3,1);
	-moz-transform: scale(1.3,1);
	-o-transform: scale(1.3,1);
	transform: scale(1.3,1);
}
/* End Mobile Menu */

/* Responsive */
@media (max-width: 1100px) {
	#TopBanner .right {
	}

	#MastHead a.phone, #MastHead .right {
		display: block;
		color: #FFFFFF;
	}

	nav.top-nav {
		width: 100%;
	}

	nav.top-nav ul li a {
		font-size: .73em;
	}

	nav.top-nav ul {
		width: 100%;
		margin: 0 auto;
		display: block;
		text-align: center;
		float: none;
		clear: both;
	}
}

@media (max-width: 1020px) {
	#TopBanner .schedule {
		display: none;
	}
}

@media (max-width:965px) {
	.hideformobile {
		display: none;
	}

	body.sub #TopBanner .right .hideformobile {
		display: block;
	}

	#NavZone {
		display: block;
	}

	div.hidefordesktop.imenuitem {
		display: none;
	}

	.sub .logo {
		display: block;
	}

	div.imenupanel {
		top: 100%!important;
		z-index: 90!important;
	}

	.logo {
		max-width: 27%;
	}

	#MastHead > .imenuitem {
		border-bottom: none;
	}

	div.slide div.info {
		height: auto;
	}

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

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

	.cta-list {
		padding-bottom: 15px;
		display: block;
		height: auto;
	}

	.cta-list ul {
		display: block;
		height: auto;
	}

	.cta-list ul li {
		margin-bottom: 2px;
		display: block;
		float: left;
		height: auto;
	}

	.cta-list ul.items3 li {
	}

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

	.cta-list ul.items4 li h2 {
		min-height: 1px;
	}

	.cta-list ul li .button {
		min-height: 1px;
	}

	#MainZone {
	}

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

	#Testimonials blockquote:after {
		position: absolute;
		top: auto;
		bottom: 0px;
		right: 20px;
	}

	#FooterContent {
		padding: 0 1%;
		font-size: 0.875em;
	}

	.schema .phone span {
		display: block;
	}

	#BrandContent {
		padding: 2%;
	}

	.hidefordesktop, .phone.hidefordesktop {
		display: block;
	}
}

@media (max-width:830px) {
	.cta-list ul.items3 li {
		width: 100%;
	}

	.logo {
		max-width: 30%;
	}
}

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

	#NavZone {
		padding: 0px 0;
	}

	#TopBanner .right {
		display: block;
		background-color: transparent;
	}

	#FooterContent a.phone {
		text-align: center;
	}

	a.phone {
		color: #645632; /* $text2 */
	}

	body.sub #TopBanner .right .hideformobile {
		display: none;
	}

	body.sub #TopBanner .right {
		padding-top: 8px;
	}

	nav.top-nav {
		display: none;
	}

	#TopBanner .logo {
		display: block;
		width: auto;
		max-width: 260px;
		margin-left: 1%;
	}

	div.hidefordesktop.imenuitem {
		display: block;
		clear: right;
		border: none !important;
	}

	div.imenuitem.hidefordesktop {
		display: block;
		clear: right;
		border: none !important;
	}

	#MastHead {
		display: none;
	}

	#MainContent {
		padding: 0 1.5%;
	}

	#Animation {
		height: 250px;
	}

	#Animation div.slide div.info p {
		display: none;
	}

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

	.third, .third:last-child {
		width: 100%;
		margin: 0 0 3% 0;
		padding: 0 2%;
		text-align: center;
	}

	#FooterMenu {
		display: none;
	}

	#FooterContent li a {
		font-size: 1.35em;
	}

	.schema {
		text-align: center;
	}

	#FooterContent .schema a {
		font-weight: bold;
	}
}

@media (max-width: 650px) {
	#TopBanner .phone:before {
		display: none;
	}
}

@media (max-width:550px) {
	.cta-list ul li {
		width: 100%!important;
	}

	#Animation div.slide img {
		background-size: cover;
	}

	#TopBanner .right {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		padding: 0px !important;
	}

	#TopBanner .logo, .sub #TopBanner .logo {
		text-align: center;
		clear: both;
		float: none;
		margin: 0px auto;
	}

	#TopBanner a.phone {
		font-size: 1.7em;
	}

	#SocialMasthead ul {
		padding: 0;
	}

	#SmallMenu {
		width: 100%;
		display: block;
		height: auto;
		text-align: center;
		float: none;
		right: auto;
		font-size: 1.2em;
	}

	#SmallMenu:before {
		display: none;
	}

	div.imenuitem {
		width: 100%;
	}

	div.slide div.info {
		text-align: center;
		max-width: 100%;
		width: 100%;
	}

	div.slide div.info .button {
		float: none;
	}
}

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

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

	#NavZone {
		padding: 0px 0 0;
	}

	div.imenuitem {
		float: none;
		clear: both;
		width: 100%;
	}

	.logo {
	}

	.logo img {
		min-width: 78px;
	}

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

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

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

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

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

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

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

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

	.cta-list ul li h2, .cta-list ul li h3 {
		font-size: 1.2em;
	}

	.cta-list ul li p {
	}

	.cta-list ul li .button {
	}

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

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

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

	#BrandZone {
		line-height: 40px;
	}

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