/* General Styles */
body {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	background-color: #FFFFFF; /* $BG */
	color: #9F0003; /* $secondary */
}

a {
	text-decoration: none;
	outline: none;
	color: #3170AC; /* $primary */
}

a:hover {
	color: #9F0003; /* $secondary */
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	line-height: 1.1em;
	font-weight: normal;
}

h6 {
	margin: 0;
	line-height: 1.3;
}

.main {
	width: auto;
	max-width: 1024px;
	min-width: 320px;
	margin: 0px auto;
	display: block;
}

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

html.no-generatedcontent .main {
	zoom: 1;
}

.content {
}

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

.half {
	width: 48%;
}

.half.left, .left {
	float: left;
}

.half.right {
	float: right;
}

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

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

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

.button {
	text-align: center;
	padding: 10px 5%;
	width: 152px;
	margin: 0px auto;
	font-size: 16px;
	background-color: #3170AC;
	color: #FFFFFF; /* $Text2 */
	display: block;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.button:hover {
	color: #fff;
	background-color: #9F0003; /* $secondary */
}
/* End General Styles */

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

#TopZone {
	position: relative;
	background-color: #FFFFFF; /* $BG */
	box-shadow: 0px 0px 5px #000;
	z-index: 2;
}

#TopBanner {
	position: relative;
	padding: 10px;
}

#TopContent {
	text-align: right;
	margin-right: 0px;
	font-size: 22px;
	height: 100%;
	line-height: 1.4em;
	padding-bottom: 5px;
	float: right;
	clear: right;
	margin-top: 1%;
}

#TopSocial ul {
	margin: 0;
	padding: 0;
}

#TopContent a.phone {
	font-size: 30px;
	color: #3170AC; /* $primary */
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	letter-spacing: 0px;
	display: block;
	margin: 5px 0 10px 0;
	cursor: default;
}

#TopContent a.phone span {
	font-size: 22px;
	color: #9F0003; /* $secondary */
}

#SiteLogo {
	float: left;
	clear: left;
	margin-top: 0px;
}

#TopContent h3 {
	font-size: 18px;
	color: #9F0003; /* $secondary */
}

span.available {
	line-height: 1em;
	font-size: 18px;
	color: #9F0003; /* $secondary */
	padding: 4px 0px 2px;
	vertical-align: middle;
	display: block;
	letter-spacing: 1px;
}

#SmallMenu {
	float: none;
	padding: 8px;
	background-color: #3170AC; /* $primary */
	width: 100%;
	height: auto;
	color: #d4d8db;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
}

#SmallMenu:before {
	font-family: 'icomoon-ult';
	content: '\e187';
	display: none;
	font-size: 30px;
	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);
}

#TopBanner .button {
	position: relative;
	background-color: transparent;
	color: #3170AC; /* $primary */
	padding: 0;
	font-size: 19px;
	display: inline-block;
	width: auto;
}

#TopBanner .button:after {
	content: '';
	display: block;
	clear: both;
}

#TopBanner .button icon {
	float: left;
	font-size: 26px;
	line-height: 30px;
	padding: 0 5px;
}

#TopBanner .button div {
	float: right;
	line-height: 30px;
}

#SiteLogo img.logo {
	max-width: 100%;
}

.homefree {
	float: right;
	margin-right: 25%;
	margin-bottom: -20%;
	margin-top: 10px;
}
/* End Masthead */

/* Navigation */
#NavZone {
	background-color: #F1F1F1; /* $BG2 */
}

nav.top-nav {
	font-size: 16px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}

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

nav.top-nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: solid 1px #C1C1C1; /* darken($BG2,20%) */
	border-right: solid 1px #C1C1C1; /* darken($BG2,20%) */
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: #F1F1F1;
}

nav.top-nav ul li:hover {
	background-color: #FFFFFF; /* $BG */
}

nav.top-nav ul li a {
	color: #9F0003; /* $secondary */
	font-weight: 700;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	position: relative;
}

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

nav.top-nav ul li:hover a:after {
	display: block;
}

@-moz-document url-prefix() {
	nav.top-nav ul li:hover a:after {
		display: none;
	}
}

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

/* Flyout Menu */
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 {
	padding: 6px 0px;
}

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: #3170AC; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
}

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

nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #3170AC; /* $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;
	position: absolute;
	z-index: 10;
}

html.no-display-table nav.top-nav div.iflylist {
	display: block;
}

nav.top-nav div.iflyOver {
	background-color: #3170AC; /* $primary */
}

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: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}
/* End Flyout Menu */

/* Animation */
#Animation {
	height: 514px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#SlideZone {
	height: 100%;
	background-position: 50% 100%;
	background-color: #4B8DCC; /* lighten($primary,20%) */
	position: relative;
	margin-bottom: 10px;
}

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

#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%;
	background-size: cover;
}

div.slide div.info {
	padding: 25px 3% 25px 1%;
	width: auto;
	border-radius: 5px;
	font-size: 15px;
	height: 280px;
	top: 30px;
	position: absolute;
	text-shadow: 0px 0px 28px #FFFFFF, 0px 0px 1px #FFFFFF; /* $Text2 */
}

html.no-rgba div.slide div.info {
}

div.slide div.info h2 {
	font-size: 50px;
	text-transform: uppercase;
	color: #3170AC; /* $primary */
}

div.slide div.info p {
	font-size: 20px;
	color: #9F0003; /* $secondary */
	width: 60%;
	font-weight: bold;
}

div.slide div.info h3 {
	color: #000000; /* $bold */
	font-size: 40px;
}

div.slide div.info a.button {
	position: absolute;
	width: 70%;
	bottom: 0px;
	font-size: 20px;
	left: 10%;
}

html.no-display-table div.slide div.info {
	background-image: url(/images/Grey-Bg.png);
}
/* End Animation */

/* Animation Content */
#SlideContentArea {
	height: 514px;
	width: 100%;
}

#SlideContentZone {
	height: 514px;
	width: 100%;
	position: relative;
	z-index: 5;
}

#ContactForm2 h2 {
	width: 100%;
	border-bottom: solid 3px #9F0003;
	padding-bottom: 5px;
	font-size: 40px;
}

#ContactForm2 p {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	color: #9F0003; /* $secondary */
}

#ContactForm2 p span {
	color: #3170AC; /* $primary */
}

#ContactForm2 {
	position: absolute;
	top: 250px;
	width: 50%;
	margin: 0px;
	background-color: rgba(255,255,255,0.9);
	padding: 5px 1%;
	z-index: 5;
}

#ContactForm2 .animationform .slide-contact-form {
	float: left;
	padding-top: 10px;
}

#ContactForm2 .animationform .slide-contact-form .inputs {
	width: 40%;
	float: left;
	padding: 0px;
}

#ContactForm2 .animationform .slide-contact-form .inputs input {
	width: 95%;
	height: 32px;
	background-color: #AAB2B9;
	color: #FFFFFF; /* $Text2 */
	padding: 2% 5%;
	border: none;
	margin: 0px 0px 2px 0px;
}

#ContactForm2 .animationform .slide-contact-form .message {
	width: 40%;
	float: left;
}

#ContactForm2 .animationform .slide-contact-form .message textarea {
	width: 95%;
	height: 100px;
	padding: 2% 5%;
	background-color: #AAB2B9;
	color: #FFFFFF; /* $Text2 */
	border: none;
}

#ContactForm2 .contact-form div.Input {
	width: 40%;
}

#ContactForm2 .contact-form div.inputs {
	width: 40%;
	margin: 0px;
	padding: 0px;
}

#ContactForm2 .animationform .slide-contact-form .submit {
	float: right;
	width: 20%;
}

#ContactForm2 .animationform .slide-contact-form .submit .button {
	width: 100%;
	height: 100px;
	padding: 40px 0px 0px 0px;
	text-transform: uppercase;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

#Model {
	position: relative;
}

#Model div {
	position: relative;
	right: 0px;
	height: 514px;
	z-index: 3;
	display: none;
}

#Model div img {
	position: absolute;
	right: 0px;
	height: 514px;
	display: none;
}
/* End Animation Content */

/* Banner CTA */
#BannerCTAZone {
	height: 90px;
	background-color: #3170AC; /* $primary */
	background-image: -webkit-linear-gradient(top,#78A9D9,#3170AC 70%); /* lighten($primary,40%),$primary */
	background-image: -moz-linear-gradient(top,#78A9D9,#3170AC 70%); /* lighten($primary,40%),$primary */
	background-image: -o-linear-gradient(top,#78A9D9,#3170AC 70%); /* lighten($primary,40%),$primary */
	background-image: linear-gradient(to bottom,#78A9D9,#3170AC 70%); /* lighten($primary,40%),$primary */
}

#BannerCTA {
	width: 100%;
	font-size: 34px;
	position: relative;
	color: #FFFFFF; /* $Text2 */
	padding: 12px 2%;
}

#BannerCTA p {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 55px;
}

#BannerCTA strong {
	font-size: 50px;
	font-weight: normal;
}

#BannerCTA a {
	padding: 20px 20px;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	background-color: #FFFFFF; /* $BG */
	color: #9F0003; /* $secondary */
	box-shadow: 1px 1px 6px  #142D45; /* darken($primary,60%) */
	float: right;
}
/* End Banner CTA */

/* CTAs */
#CTAZone {
	height: auto;
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #3170AC; /* $primary */
}

.ctaarea {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.cta-list {
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
	position: relative;
	display: table;
}

.cta-list * {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.cta-list ul {
	list-style: none;
	margin: 15px auto 60px -15px;
	padding: 0px;
	display: table-row;
	height: 100%;
	width: 100%;
	position: relative;
}

.cta-list ul li {
	text-align: center;
	color: #59626c;
	font-size: 16px;
	display: table-cell;
	height: 100%;
	position: relative;
	border-left: solid 2px #C1C1C1; /* darken($BG2,20%) */
	border-bottom: solid 6px transparent;
}

.cta-list ul li:hover {
	border-bottom: solid 6px #D9D9D9; /* darken($BG2,10%) */
}

.cta-list ul li img {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	max-height: 150px;
}

.cta-list ul li.lastitem {
	border-right: solid 2px #C1C1C1; /* darken($BG2,20%) */
}

.cta-list ul li icon {
	font-size: 28px;
	color: #FFFFFF; /* $Text2 */
	width: 55px;
	border-radius: 50%;
	height: 55px;
	display: none;
}

.cta-list ul li h2, .cta-list ul li h3 {
	color: #FFFFFF;
	font-size: 25px;
	padding: 5px 0px 0px 0px;
}

.cta-list ul li p {
	width: 95%;
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	color: #AAB2B9;
	display: block;
	height: 100%;
	padding: 10px 3% 15px;
}

.cta-list ul li .button {
	background: #9F0003;
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	bottom: -6px;
	font-weight: bold;
}

.cta-list ul li>a {
	display: block;
	padding-bottom: 30px;
}

@-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;
		width: 100%;
	}
}

nav.top-nav ul li>a:after {
	font-family: 'icomoon-ult';
	content: '\e0e9';
	color: #9F0003;
	position: absolute;
	left: 50%;
	bottom: -6px;
	font-size: 31px;
	text-shadow: none;
	margin-left: -15px;
	display: none;
}

html.no-display-table .cta-list {
	width: 100%;
	display: block;
}

html.no-display-table .cta-list ul li {
	display: block;
	float: left;
	margin-right: 2%;
}

html.no-cssgradients .cta-list ul li {
	background-color: #3170AC; /* $primary */
}

html.no-cssgradients .cta-list ul li:hover {
}

html.no-display-table #CTAs {
	position: relative;
	margin-bottom: -50px;
}

html.no-display-table .cta-list ul.items2 li {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

html.no-display-table .cta-list ul.items3 li {
	width: 31%;
	margin-left: 2%;
	margin-right: 2%;
}

html.no-display-table .cta-list ul.items4 li {
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding: 0%;
}

html.no-lastchild .cta-list ul.items3 li {
	width: 29%;
}
/* End CTAs */

/* Side Area */
#SideZone {
	padding: 30px 0px;
	float: left;
	width: 28%;
	clear: left;
}

.side h2 {
	font-size: 25px;
	color: #9F0003; /* $secondary */
	margin-bottom: 10px;
	padding: 8px 0px 7px 0px;
	border-bottom: solid 2px #BFBFBF; /* darken($BG,25%) */
}

.side h2 a {
	color: #9F0003; /* $secondary */
}

.side h2 a:hover {
	text-decoration: none;
	color: #3170AC; /* $primary */
}

.side h3 {
	padding: 0px 0px 0px 14px;
	color: #9F0003; /* $secondary */
}

.sidemenu h3 {
	background-color: #3170AC; /* $primary */
	color: #FFFFFF; /* $Text2 */
	padding: 5px 0 6px 14px;
}

.side h3 a:hover {
	text-decoration: none;
	color: #3170AC; /* $primary */
}

.side-nav {
	padding: 7px;
	color: #9F0003; /* $secondary */
}

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

.side ul li {
	margin: 0px 0px;
	padding: 0px;
	border-bottom: solid 1px #BFBFBF; /* darken($BG,25%) */
}

.side ul li.level2 {
	margin-left: 8%;
}

.side ul li a {
	display: block;
	padding: 10px 15px;
	color: #3170AC; /* $primary */
	font-size: 16px;
	position: relative;
	background-color: #F1F1F1; /* $BG2 */
	text-transform: uppercase;
}

.side ul li.level2 a {
	padding: 7px 15px;
	font-size: 15px;
}

.side ul li a:hover {
	background-color: #3170AC; /* $primary */
	background-image: -webkit-linear-gradient(top,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	background-image: -moz-linear-gradient(top,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	background-image: -o-linear-gradient(top,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	background-image: linear-gradient(to bottom,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	color: #FFFFFF; /* $Text2 */
	text-decoration: none;
}

.side ul li a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	font-size: 20px;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -15px;
	color: #9F0003; /* $secondary */
	display: none;
}

.side ul li:hover a:before {
	color: #FFFFFF; /* $BG */
}

.side ul li.selected a {
	background-color: #3170AC; /* $primary */
	background-image: -webkit-linear-gradient(top,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	background-image: -moz-linear-gradient(top,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	background-image: -o-linear-gradient(top,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	background-image: linear-gradient(to bottom,#4B8DCC,#275A8A); /* lighten($primary,20%),darken($primary,20%) */
	color: #FFFFFF; /* $Text2 */
	text-decoration: none;
}

.sub #ContactForm {
	display: block;
}

#ContactForm {
	display: none;
}

#ContactForm p {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

#ContactForm p span {
	color: #3170AC; /* $primary */
}

.contact-form h3 {
	font-size: 22px;
	padding: 0px 0px 10px 0px;
}

.contact-form input {
	margin: 0px 0px 4px;
	padding: 3% 5%;
	background-color: #F1F1F1; /* $BG2 */
	color: #9F0003; /* $secondary */
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1em;
	width: 100%;
	box-shadow: inset 2px 2px 2px 0px #ccc;
	border: none;
}

html.no-boxsizing .contact-form input {
	width: 250px;
}

.contact-form textarea {
	margin: 0px 0px 4px;
	padding: 3% 5%;
	background-color: #F1F1F1; /* $BG2 */
	color: #9F0003; /* $secondary */
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1em;
	width: 100%;
	height: 70px;
	box-shadow: inset 2px 2px 2px 0px #ccc;
	border: none;
}

html.no-boxsizing .contact-form textarea {
	width: 250px;
}

.contact-form .button {
	width: 100%;
	padding: 7px 20px;
	display: block;
	border-radius: 5px;
}

.contact-form .button:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	font-size: 20px;
	vertical-align: middle;
	margin-right: -5px;
	margin-top: -1px;
	display: none;
}

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

#ValueStatements ul li {
	line-height: 24px;
	padding: 4px 0px 4px 0px;
}

#ValueStatements ul li:before {
	content: '\e132';
	font-family: 'icomoon-ult';
	float: left;
	font-size: 14px;
	margin: 0px 8px 8px 0px;
	color: #3170AC; /* $primary */
}

#ContactMap, #ContactMap3 {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

html.no-display-table #ContactForm {
	display: block;
}

div.angies {
	text-align: center;
	margin: 30px 0;
}

div.weather div {
	margin: 0 auto !important;
}

#angie {
	text-align: center;
}
/* End Side Area */

/* Main Area */
#MainZone {
	padding: 30px 1%;
	float: right;
	width: 68%;
	clear: right;
}

.text {
	font-size: 14px;
	line-height: 1.8em;
	color: #444B52; /* $text1 */
	font-family: 'Helvetica', sans-serif;
}

sup {
	position: relative;
	bottom: 0.0em;
	font-size: 75%;
	left: -0.2em;
	right: -0.2em;
}

.text a:hover {
	text-decoration: underline;
	color: #9F0003;
}

a.specialslink {
	text-decoration: underline;
	color: #1DAFEC;
}

.text a:hover strong {
	color: #9F0003; /* $secondary */
}

.text h1 {
	font-size: 23px;
	color: #3170AC; /* $primary */
	padding: 0px 0px 15px 0px;
}

.text h2 {
	font-size: 23px;
	color: #3170AC; /* $primary */
}

.text h4 {
	font-size: 18px;
	color: #CC0000;
	line-height: 1.6em;
}

.text h3 {
	font-size: 18px;
	font-weight: 200;
	color: #C92413;
	line-height: 1.6em;
}

.text strong {
	color: #000000; /* $bold */
}

.text tabletitle {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

table tr td.specials {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	border: dashed 4px #000000;
	background-color: #3170AC;
}

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

/* Blog Feed */
#HomeBlogFeed {
	font-size: 16px;
	position: relative;
	padding: 10px 0px 20px 0px;
	margin-top: 20px;
	overflow: hidden;
	color: #342B2A;
}

#HomeBlogFeed ul {
	background-repeat: no-repeat;
	text-align: left;
	list-style: circle;
}

#HomeBlogFeed h2 {
	margin: 0px 0px 0px 0px;
	text-transform: none;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 5px;
	color: #000000;
	border-bottom: solid 3px #ddd;
}

#HomeBlogFeed span {
	font-size: 15px;
	text-transform: none;
	color: #9F0003; /* $secondary */
}

#HomeBlogFeed li.blogitem a {
	display: block;
	padding: 20px 12% 35px;
	border-bottom: solid 1px #e4e8ec;
	position: relative;
	font-size: 16px;
	color: #7c7c7c;
	background: none;
	text-transform: none;
}

#HomeBlogFeed .date {
	font-size: 14px;
	color: #3170AC; /* $primary */
}

#HomeBlogFeed ul li.blogitem .text {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

.blogitem a .button {
	width: 40%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #E6E6E6; /* darken($BG,10%) */
	text-align: center;
	color: #3170AC; /* $primary */
	font-size: 14px;
	line-height: 10px;
}

.blogitem a:hover .button {
	background-color: #3170AC; /* $primary */
	color: #FFFFFF; /* $Text2 */
}

.blogitem a .circle {
	position: absolute;
	top: 30px;
	left: 5%;
	width: 8px;
	height: 8px;
	background-color: #3170AC; /* $primary */
	border-radius: 5px;
}

html.no-boxsizing .blogitem a .button {
	display: none;
}
/* End Blog Feed */

/* Reviews and Gallery */
#ReviewArea h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000000; /* $bold */
	border-bottom: solid 5px #aab2b9;
	margin-bottom: 20px;
}

.gallery.home div.summary {
	float: right;
	width: 44%;
}

.gallery.home div.summary p {
	margin: 0px;
}

.gallery.home div.summary .button {
	margin: 10px 0px 0px;
}

.gallery.home div.pics {
	width: 53%;
}

.gallery.home div.pic {
	float: left;
	margin: 0px 8px 8px 0px;
}

.gallery.home div.pic img {
	display: block;
}

#ReviewArea {
	box-shadow: 0 -41px 0 #000 inset;
}

#ReviewArea img {
	display: block;
}
/* End Reviews and Gallery */

/* Testimonials */
#Testimonials blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.5em;
}

#Testimonials blockquote:before {
	content: '“';
	font-size: 65px;
	font-family: 'Alike', Georgia, 'Times New Roman', serif;
	float: left;
	color: #3170AC; /* $primary */
	margin-right: 10px;
	margin-top: 15px;
}

#Testimonials h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	color: #7e868e;
	font-weight: 700;
	padding: 10px 0px;
}

#Testimonials .button {
	width: 220px;
	float: right;
}
/* End Testimonials */

/* Locations */
#LocationArea {
	background-color: #444B52; /* $text1 */
	padding: 1em;
	text-align: center;
}

#LocationZone {
	background-color: #fff;
	border-radius: 15px;
}

#LocationZone ul {
	list-style-type: none;
	text-align: center;
	width: 19%;
	display: inline-block;
	vertical-align: top;
	padding: 0 !important;
}

#LocationZone ul li {
	color: #000000;
}

#LocationZone ul a {
	border-bottom: solid 1px #444444;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: HelveticaNeueCondensed, Arial, sans-serif;
	font-size: 18px;
	color: #1DAFEC;
}
/* End Locations */

/* Footer */
#FooterZone {
	padding: 35px 1%;
	color: #FFFFFF; /* $Text2 */
}

#FooterZone a {
	color: #FFFFFF; /* $Text2 */
}

#FooterZone a:hover {
	color: #5694CF; /* lighten($primary,25%) */
}

#FooterZone a.phone {
	color: #FFFFFF; /* $Text2 */
	font-size: 31px;
	font-weight: 600;
	line-height: 1em;
	display: block;
	cursor: default;
}

#FooterZone div.available {
	color: #FFFFFF; /* $Text2 */
	padding-left: 0px;
	margin-bottom: 10px;
}

#Payments {
	clear: both;
}

#Payments img {
	margin-right: 5px;
}

nav.nav-footer {
}

nav.nav-footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

nav.nav-footer ul li {
	border-bottom: solid 1px #ccc;
}

#Footer {
	background-color: #255481; /* darken($primary,25%) */
	background-image: -webkit-linear-gradient(top,#255481,#3170AC,#255481); /* darken($primary,25%),$primary,darken($primary,25%) */
	background-image: -moz-linear-gradient(top,#255481,#3170AC,#255481); /* darken($primary,25%),$primary,darken($primary,25%) */
	background-image: -o-linear-gradient(top,#255481,#3170AC,#255481); /* darken($primary,25%),$primary,darken($primary,25%) */
	background-image: linear-gradient(to bottom,#255481,#3170AC,#255481); /* darken($primary,25%),$primary,darken($primary,25%) */
}

#FooterZone nav.nav-footer ul li a {
	color: #FFFFFF; /* $Text2 */
	padding: 5px 0px;
	display: block;
	text-transform: uppercase;
}

#FooterZone nav.nav-footer ul li a:hover {
	color: #629BD2; /* lighten($primary,30%) */
}
/* End Footer */

/* 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;
	overflow: hidden;
	padding: 0px 1%;
}

#BrandContent img {
	float: right;
	clear: right;
	margin: 20px 0px 0 0;
	max-width: 119px;
}

.dark #BrandContent img {
}

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

/* Social Media Styles */
#SocialFooter {
	width: auto;
	clear: both;
	margin-bottom: 10px;
}

#TopSocial .social icon {
	margin: 0 0 0 5px;
}

#TopSocial .social li:last-child {
	margin-left: -3px;
}

#TopSocial .social {
}

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

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

.social icon {
	font-size: 18px;
	padding: 8px;
	display: inline-block;
	border-radius: 50%;
	color: #FFF;
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.35),rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left,rgba(255,255,255,0.35),rgba(255,255,255,0));
	background-image: -o-linear-gradient(left,rgba(255,255,255,0.35),rgba(255,255,255,0));
	background-image: linear-gradient(to right,rgba(255,255,255,0.35),rgba(255,255,255,0));
	margin-right: 5px;
}

.social icon:hover {
	background: #3170AC; /* $primary */
	border-color: transparent;
}

.social a icon.facebook {
	background-color: #3C599F;
}

.social a icon.twitter {
	background-color: #39a1d6;
}

.social a icon.google-plus {
	background-color: #E2563B;
}

.social a icon.linkedin {
	background-color: #067EBB;
}

.social a icon.youtube {
	background-color: #c83135;
}

.social a icon.yelp {
	background-color: #c92413;
}

.social a icon.foursquare-2 {
	background-color: #1dafec;
}

.social a icon.feed {
	background-color: #FE9900;
}

.social a icon.tumblr {
	background-color: #2D4567;
}

.social a icon.blogger {
	background-color: #FF9334;
}

.social a icon.angie {
	background-color: #7FBB00;
}

.social a icon.bbb {
	background-color: #136796;
}

.social a icon.reach-cast {
	background-color: #F36F21;
}

.social a icon.pinterest {
	background-color: #C82129;
}

.social a icon.yahoo {
	background-color: #640F6C;
}

.social a icon.yellow-pages {
	background-color: #FFDD00;
	color: #000000;
}

.social a icon.flickr {
	background-color: #D0D0D0;
	color: #FE0086;
}

.social a icon.bbb {
	background-color: #005672;
}

.social a icon.bing {
	background-color: #007FC6;
}

.social a icon.bing {
	background-color: #FFA616;
}

.social a icon.quotes-left {
	background-color: #40A6DD;
}

.social a icon.dollar {
	background-color: #28A549;
}

HTML.no-display-table .social LI {
	display: block;
	float: left;
}
/* End Social Media Styles */

/* Mobile Menu */
#MobileNav {
	float: none;
	border-bottom: none!important;
	display: none;
	width: 100%;
}

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;
	top: 100% !important;
}

#NavZone #SiteLogo>div>div.imenupanel {
	position: fixed;
	z-index: 99;
}

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

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

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: #FFFFFF;
	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;
}
/* End Mobile Menu */

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

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

img.fiftyninecoupon {
	margin-top: 20px;
}

html.no-canvas .main {
	width: 1024px;
}

@media (max-width:1020px) {
	div.slide div.info h2 {
		font-size: 70px;
	}

	div.slide div.info h3 {
		font-size: 50px;
	}

	div.slide div.info {
		font-size: 14px;
		width: 100%;
	}

	#BannerCTA p {
		display: none;
	}

	.cta-list ul li .button {
	}

	#SlideZone {
		height: 100%;
	}

	.cta-list ul li h2 {
		font-size: 18px;
	}

	.cta-list ul li {
		font-size: 14px;
		height: auto;
	}

	.contact-form .button {
		width: 100%;
		padding: 7px 0px 7px;
	}

	#TopContent span {
	}

	#ReviewArea {
		box-shadow: none;
	}
}

@media (max-width:750px) {
	.cta-list ul {
		padding: 0 1.5%;
	}

	img.fiftyninecoupon {
		display: none;
	}

	.cta-list ul li {
		margin-right: 0%;
		width: 100% !important;
		margin-bottom: 10px;
		height: auto;
		display: block;
		float: left;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0%;
	}

	.cta-list ul li>a {
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	.cta-list ul li icon {
		float: left;
		text-align: center;
		margin: 10px 10px 10px 0px;
	}

	.cta-list ul li h2 {
		font-size: 20px;
	}

	.cta-list ul li p {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.cta-list ul li .button {
		position: static;
		margin: 0px;
		left: auto;
		bottom: auto;
		width: 180px;
		padding: 10px 10px 7px 10px;
		margin-left: 10px;
		display: inline-block;
	}

	.cta-list ul li img {
		margin: 0px auto;
		width: 50%;
	}

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

	#CTAs {
		position: static;
		top: 0px;
	}

	.sub #CTAs {
		position: relative;
		top: 0px;
	}

	#MainZone, #SideZone {
		width: 100%;
		padding: 20px 1.5%;
	}

	.half {
		width: 100%;
		margin-bottom: 25px;
	}

	.half:last-child {
		margin-bottom: 0px;
	}

	.third {
		width: 100%;
		margin-bottom: 25px;
	}

	#FooterZone {
		text-align: center;
	}

	#FooterZone .nav-footer {
		text-align: left;
		margin: 0px 2%;
	}

	#SiteLogo {
		width: 100%;
		text-align: center;
	}

	#SiteLogo img {
		margin: 1% auto;
	}

	#TopContent {
		float: none;
		text-align: center;
		clear: both;
	}

	#TopContent a.phone {
		margin: 1% auto;
	}

	#TopSocial {
		display: none;
	}

	#MobileNav {
		display: block;
	}

	div.imenuitem {
		display: block;
	}

	#SiteLogo>.imenuitem {
		display: block;
	}

	nav.top-nav {
		display: none;
	}

	#TopContent h3 {
		display: none;
	}

	ul.social {
		margin: 5px auto;
	}

	.sub #Animation {
		display: none;
	}

	#SocialFooter {
		text-align: center;
	}

	#TopFloatContent {
		position: relative;
	}

	#SlideContentArea {
		display: none;
	}

	#Animation {
		height: 276px;
		margin-top: -10px;
	}

	#Animation div.slide {
		height: 276px;
	}

	#Animation div.slide img {
		height: 276px;
	}

	#ContactForm {
		display: block;
	}

	div.slide div.info h2 {
		font-size: 60px;
	}

	div.slide div.info h3 {
		font-size: 40px;
	}

	#TopBanner .button {
		float: none;
		display: inline-block;
		margin: 1% 0 0 0;
	}

	#TopBanner {
		text-align: center;
		padding: 0;
	}

	.homefree {
		display: none;
	}
}

@media (max-width:600px) {
	.cta-list ul li icon {
		display: none;
	}

	.cta-list ul li {
	}

	.cta-list ul li a.button {
	}

	div.slide div.info {
		height: auto;
		border-radius: 0px;
		left: 0px;
		background-color: rgba(255,255,255,0.601);
		position: relative;
		top: 50px;
	}

	div.slide div.info h2 {
		font-size: 50px;
	}

	div.slide div.info h3 {
		font-size: 30px;
	}

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

	div.slide .button {
		display: none;
	}

	#TopContent {
	}

	#NavZone {
		padding: 5px 1% 0px 1%;
	}

	#SmallMenu {
		margin-bottom: 5px;
	}

	#LocationZone ul {
		width: 30%;
	}

	.homefree {
		display: none;
	}
}

@media (max-width:480px) {
	#TopContent {
		width: auto;
		white-space: nowrap;
	}

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

	.cta-list ul li .button {
		float: none;
		margin: 0px;
		display: inline-block;
	}

	.cta-list ul li {
		text-align: center;
	}

	#BannerCTAZone {
		display: none;
	}

	#TopZone div.available {
		display: none;
	}

	.gallery.home div.summary .button {
		width: 130px;
		padding: 10px 10px 7px 10px;
	}

	#LocationZone ul {
		width: 50%;
	}

	.homefree {
		display: none;
	}
}
/* End Responsive */
