/* General Styles */
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('BebasNeue-webfont.eot');
	src: local('☺'),
		 url('BebasNeue-webfont.woff') format('woff'),
		 url('BebasNeue-webfont.ttf') format('truetype'),
		 url('BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'BebasNeueRegular';
		src: url('BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
		font-weight: normal;
		font-style: normal;
	}

}

body {
	background: #000000; /* darken($secondary,100%) */
	margin: 0px;
	font-family: 'Cabin', sans-serif;
}

h1 {
	font-family: 'BebasNeueRegular';
	word-spacing: 2px;
	color: #6F2A23; /* $primary */
	margin: 10px 0px;
	font-size: 36px;
}

h2, h3 {
	color: #3E3935; /* $extracolor */
	-webkit-text-stroke: .2px;
	margin: 10px 0px;
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #942014; /* adjust($primary,6%,50%,0%) */
}

a:hover {
	text-decoration: none;
	color: #292929; /* darken($secondary,72%) */
}

.main {
	max-width: 1060px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding: 0px 1%;
}

html.no-canvas .main {
	width: 1060px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#MainZone.content {
	width: 65%;
	float: right;
	font-size: 14px;
	padding: 15px 0px;
}

.content p {
	line-height: 2em;
}

.content img {
	max-width: 100%;
}

.side {
	width: 32%;
	float: left;
}

.third {
	width: 31%;
	float: left;
	margin-right: 2.33%;
}

html.no-rgba .third {
	margin-right: 0;
}

.hidefordesktop {
	display: none;
}

.ContentCTA {
	margin: 0px;
}

.ContentCTA img {
	max-width: 660px;
	width: 100%;
}

#SubHeaderContent {
	text-align: center;
	width: 100%;
	display: none;
}

#SubHeaderContent h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 40px;
	padding: 10px 0px;
	margin: 0px;
}

.video .item {
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}

.mapWrapper {
	width: 450px;
	max-width: 100%;
}

.contactmap {
	max-height: 0;
	max-width: 100% !important;
	padding: 50% 0;
	position: relative;
	overflow: hidden;
}

.contactmap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -225px;
	max-width: none !important;
}

.top100badge {
	float: left;
	margin: 15px 0px 0px 4%;
}
/* End General Styles */

/* Layout Styles */
form *,form *:before,form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#TopArea {
	width: 100%;
	background-image: url(/images/SlideBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000; /* darken($secondary,100%) */
	border-top: solid 9px #6F2A23; /* $primary */
}

body.sub #TopArea {
}

#NavZone {
}

#ImageZone {
	z-index: 2;
}

#MastZone {
	z-index: 3;
}

body.sub #ImageZone {
}

#CTAZone {
	position: relative;
	margin: 0 auto 20px;
}

main {
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #3E3935; /* $extracolor */
}

#MainArea {
	background-color: #D8D1C5; /* lighten($background1,53%) */
	border-bottom: solid 10px #000000; /* darken($secondary,100%) */
}

#MainZone {
	color: #3E3935; /* $extracolor */
}

#MainZone a {
	font-weight: 600;
}

#SideZone {
}

#ReviewArea {
	background-color: #D9D2C6; /* lighten($background1,54%) */
}

#Footer {
	background-color: #161616; /* darken($secondary,85%) */
	min-height: 325px;
	background-image: url(/images/FooterBG.jpg);
	background-repeat: no-repeat;
}

#Disclaimer {
	background-color: #3E3935; /* $extracolor */
	padding-bottom: 15px;
}

#FooterZone {
}
/* End Layout Styles */

/* Drop Bar */
#TopDropBarContainer {
	background-color: #000000; /* darken($secondary,100%) */
	border-bottom: solid 10px #6F2A23; /* $primary */
	z-index: 30;
	width: 100%;
	padding: 0px;
	min-height: 114px;
}

#TopDropBar .logo {
	max-width: 25%;
	float: left;
}

#TopDropBar .main {
	padding-left: 1%;
}

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

#TopDropBar .phone {
	padding: 0px;
}

#TopDropBar .phone icon {
	padding: 0px 7px;
}

#TopDropBar .topphone {
	float: right;
	padding: 5px 0 5px 0px;
	top: 5px;
}

#TopDropBarContainer .top-nav {
	float: right;
	position: relative;
	top: 9px;
	background-color: #6F2A23; /* $primary */
	clear: right;
	background-image: none;
}

#TopDropBarContainer .top-nav .main {
	display: table;
	width: 100%;
}

#TopDropBarContainer .top-nav ul li {
	border: none;
	padding: 0px 1px;
}

#TopDropBarContainer .top-nav ul li:hover {
	background-color: transparent;
}

#TopDropBarContainer .top-nav ul li a {
	color: #FFFFFF;
	padding: 8px 0px;
	background-color: #6F2A23; /* $primary */
	text-shadow: none;
}

#TopDropBarContainer .top-nav ul li:hover a {
	background-color: #767676; /* darken($secondary,20%) */
}
/* End Drop Bar */

/* Masthead Styles */
#Masthead {
	height: 134px;
}

.logo {
	float: left;
	position: relative;
	top: 5px;
	left: 0px;
	max-width: 450px;
}

#Masthead .logo {
	max-width: 50%;
}

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

.topphone {
	float: right;
	font-family: 'BebasNeueRegular';
	color: #949494; /* $secondary */
	position: relative;
	right: 0px;
	text-align: center;
}

.topphone2 {
	font-family: 'BebasNeueRegular';
	color: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 32px;
	display: none;
}

.topphone2 a {
	color: #FFFFFF;
}

.phone {
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: solid 1px #949494; /* $secondary */
	padding: 0px 0px 6px 0px;
}

.phone .title {
	font-size: 22px;
	color: #949494; /* $secondary */
}

.phone a {
	color: #FFFFFF; /* lighten($secondary,100%) */
	cursor: default;
	font-weight: 700;
}

.phone icon {
	color: #6F2A23; /* $primary */
	font-size: 30px;
	padding: 0px 7px;
	border: none;
	position: relative;
	top: 4px;
}

.phone span {
	color: #FFFFFF; /* lighten($primary,100%) */
	font-size: 25px;
	display: block;
	font-family: 'PT Sans Narrow', san-serif;
}

.phone span.phone-link {
	display: inline-block;
}

.phone span.phone-link:nth-child(2) {
	border-right: 1px solid #FFFFFF;
	padding-right: 5px;
}

.phone span.espanol {
	font-size: 2em;
}

.serving {
	color: #FFFFFF; /* lighten($primary,100%) */
	font-family: 'Cabin';
	font-size: 14px;
	padding: 6px 0px 0px 0px;
}
/* End Masthead Styles */

/* Mobile Buttons */
ul.MobileBtns {
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	float: right;
	position: relative;
	z-index: 1;
}

ul.MobileBtns li {
	display: block;
	text-align: center;
	width: 25%;
	float: left;
	border-bottom: solid 1px #AD9D84; /* $background1 */
	border-left: solid 1px #AD9D84; /* $background1 */
	border-top: solid 1px #AD9D84; /* $background1 */
}

ul.MobileBtns li:last-child {
	border-right: solid 1px #AD9D84; /* $background1 */
}

ul.MobileBtns li > a {
	display: block;
	background-color: #6F2A23; /* $primary */
	text-shadow: 0px -1px rgba(0,0,0,0.5);
	padding: 10px 0px;
}

ul.MobileBtns li a.MobileCall {
	display: none;
}

ul.MobileBtns li a h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0px;
	font-weight: 400;
	font-size: 1.2em;
}

ul.MobileBtns li a icon {
	color: #FFFFFF;
	font-size: 20px;
}
/* End Mobile Buttons */

/* Top Nav Styles */
.top-nav {
	display: table;
	width: 100%;
	background-color: #DAD3C8; /* lighten($background1,55%) */
	background-image: -webkit-linear-gradient(top,#E6E2DA,#AD9D84); /* lighten($background1,70%),$background1 */
	background-image: -moz-linear-gradient(top,#E6E2DA,#AD9D84); /* lighten($background1,70%),$background1 */
	background-image: -o-linear-gradient(top,#E6E2DA,#AD9D84); /* lighten($background1,70%),$background1 */
	background-image: linear-gradient(to bottom,#E6E2DA,#AD9D84); /* lighten($background1,70%),$background1 */
}

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

.top-nav ul li {
	margin: 0px;
	padding: 0px 1%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #5F5F5F; /* darken($secondary,36%) */
	border-left: solid 1px #BCBCBC; /* lighten($secondary,37%) */
}

.top-nav ul li:first-child {
	border-left: none;
}

.top-nav ul li:last-child {
	border-right: none;
}

html.no-display-table .top-nav ul li {
	display: block;
	float: left;
}

.top-nav ul li a {
	display: block;
	padding: 20px 0 15px 0;
	color: #3E3935; /* $extracolor */
	font-size: 20px;
	line-height: 1.2em;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.6);
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'BebasNeueRegular';
	word-spacing: 2px;
}

.top-nav ul li:hover {
	background-color: #6F2A23; /* $primary */
}

.top-nav ul li:hover a {
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	color: #FFFFFF;
}
/* End Top Nav Styles */

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

nav.top-nav div.ifly a {
	padding: 10px 25px;
	color: #6F2A23; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
	border-bottom: none;
	margin-bottom: 0px;
	text-shadow: none;
}

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

nav.top-nav div.iflyOver {
	background-color: #6F2A23; /* $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;
}

div.iflylist div.ui-more-items {
	background-color: #6F2A23; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f5';
	float: left;
	font-size: 22px;
	margin-left: 12px;
	margin-top: -3px;
}

div.iflylist div.ui-more-items:after {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f7';
	float: right;
	font-size: 22px;
	margin-top: -3px;
	margin-right: 12px;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
}
/* End Flyout Menu */

/* Animation */
#Animation {
	height: 430px;
	width: auto;
	position: relative;
	overflow: hidden;
}

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

div.slide div.info {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.65); /* adjust($secondary,-100%,0%,65%) */
	padding: 40px 5%;
	color: #fff;
	line-height: 1.2em;
	min-height: 410px;
	font-size: 24px;
	text-align: center;
}

div.slide div.info:after {
	content: '';
	display: block;
	clear: both;
}

html.no-rgba div.slide div.info {
	background-image: url(/images/transparent.png);
}

div.slide div.info h2 {
	font-size: 80px;
	color: #D9CBB5; /* adjust($background1,45%,15%,0%) */
	line-height: 1em;
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	margin: 60px 0 0 0px;
}

div.slide div.info .subtitle {
	color: #6F2A23; /* $primary */
	padding: 0px 10px;
	margin: 0px auto;
	text-transform: uppercase;
	background-color: #FFFFFF;
	display: inline-table;
}

.info p {
	text-shadow: 1px 1px rgba(0,0,0,0.5), 0 0 15px #000;
}

.button {
	font-size: 25px;
	line-height: 1em;
	display: block;
	background-color: #6F2A23; /* $primary */
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	padding: 15px;
	color: #FFFFFF;
	margin: 0px auto;
	width: 250px;
	word-spacing: 2px;
	font-family: 'BebasNeueRegular';
}

.slide .button {
}

.button:hover {
	background-color: #3E3935; /* $extracolor */
	color: #fff;
}

.button:hover:before {
	color: #FFFFFF;
}

#SubBlogButton {
	background-color: #DCDCDC; /* lighten($secondary,67%) */
	display: none;
}

#SubBlogButton .button {
	width: 100%;
}
/* End Animation */

/* CTAs */
.cta-list {
	width: 100%;
	display: table;
	margin: 0px 0px 0px 0px;
	position: relative;
}

body.sub .cta-list {
	margin: 20px 0px;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
	background-color: #000000; /* darken($secondary,100%) */
}

body.sub .cta-list ul {
	height: 182px;
}

.cta-list ul li {
	width: 30%;
	text-align: center;
	display: table-cell;
	font-size: 13px;
	line-height: 1.6em;
	padding: 0px 1.5%;
	margin: 0px 1.5%;
}

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

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

.cta-list ul.items4 li {
	width: 25%;
	padding: 0px .2%;
}

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

.cta-list ul li .info {
	height: 185px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
	border-top: solid 10px #AD9D84; /* $background1 */
	border-left: solid 10px #AD9D84; /* $background1 */
	border-right: solid 10px #AD9D84; /* $background1 */
	text-shadow: 2px 3px 10px #AD9D84; /* $background1 */
}

.cta-list ul li>a {
	display: block;
	color: #696969; /* darken($secondary,29%) */
}

.cta-list ul li h2 {
	font-size: 18px;
	padding: 70px 0px 0px 0px;
	color: #FFFFFF;
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: 2px 3px 10px #000;
}

.cta-list ul.items4 li h2 {
	padding-top: 50px;
}

.cta-list ul li p {
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 2px 3px 1px #000;
	padding: 0 2%;
}

.cta-list ul li .button {
	width: auto;
	position: relative;
	line-height: 1.5em;
	border-right: solid 10px #AD9D84; /* $background1 */
	border-left: solid 10px #AD9D84; /* $background1 */
}

.cta-list ul.items4 li .button {
	font-size: 20px;
	line-height: 1em;
}

.cta-list ul li .button:before {
	float: right;
	content: '\e0fd';
	font-family: 'icomoon-ult';
	color: #4E1D19; /* darken($primary,30%) */
}

.cta-list ul li:hover .button {
	background-color: #3E3935; /* $extracolor */
}

.cta-list ul li:hover .button:before {
	color: #FFFFFF;
}

.cta-list ul li:last-child {
	border-right: none;
}

html.no-lastchild .cta-list ul li {
	width: 35%;
}

#LowerCTAs {
	display: none;
}
/* End CTAs */

/* Content CTA */
#ContentCTA {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#ContentCTA a {
	display: block;
	position: relative;
	text-align: center;
	padding: 30px 0px 50px;
}

#ContentCTA a h2 {
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'BebasNeueRegular';
	font-size: 38px;
	line-height: 1em;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

#ContentCTA a h2 span {
	color: #6F2A23; /* $primary */
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 4px 15px 0px;
	text-shadow: none;
}

#ContentCTA a p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 5px 0px;
}

#ContentCTA a span.Btn {
	display: block;
	width: 100%;
	background-color: #6F2A23; /* $primary */
	color: #fff;
	padding: 12px 15px;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	position: absolute;
	bottom: 0px;
}

#ContentCTA a:hover span.Btn {
	background-color: #6C6C6C;
}
/* End Content CTA */

/* Side */
.side-nav {
	padding-bottom: 1px;
	margin-bottom: 30px;
}

.side-nav h2 {
	line-height: 1em;
	padding: 12px 12px 12px 20px;
	border-bottom: solid 8px #AD9D84; /* $background1 */
	color: #404040; /* darken($secondary,57%) */
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-size: 42px;
	word-spacing: 2px;
	margin: 0px;
}

.side-nav h3 {
	line-height: 1em;
	padding: 12px 12px 12px 20px;
	color: #404040;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-size: 2em;
	word-spacing: 2px;
	margin: 0px;
	font-weight: 400;
	letter-spacing: 3px;
}

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

.side-nav ul ul {
	margin: 0;
	padding: 0;
}

.side-nav ul ul li a {
	padding-left: 55px;
	font-size: 14px;
}

.side-nav ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #D9D2C6; /* lighten($background1,54%) */
}

.side-nav ul li a {
	display: block;
	color: #3E3935; /* $extracolor */
	font-size: 16px;
	padding: 15px 20px 15px 35px;
	line-height: 1.1em;
	border: solid 1px #000000; /* darken($extracolor,100%) */
	background-color: #DED8CE; /* lighten($background1,60%) */
}

.side-nav ul li a:before {
	font-family: 'icomoon-ult';
	content: '\e0fd';
	font-size: 10px;
	line-height: 1.8em;
	color: #3E3935; /* $extracolor */
	float: right;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	background-color: #6F2A23; /* $primary */
	color: #FFFFFF; /* lighten($secondary,100%) */
	border: solid 1px #A9A9A9;
}

.side-nav ul li a:hover:before, .side-nav ul li.selected a:before {
	color: #FFFFFF; /* lighten($secondary,100%) */
}

.side-nav ul li.level2 a {
	font-size: 14px;
	line-height: 1.3em;
	padding: 7px 20px 7px 50px;
}

.side-nav ul li.level2 a:before {
	content: none;
}

.side-nav ul li.level3 a {
	font-size: 14px;
	line-height: 1.3em;
	padding: 7px 20px 7px 65px;
}

.side-nav ul li.level3 a:before {
	content: none;
}

.side-nav p {
	margin: 12px 8%;
	line-height: 1.4em;
}

.side-nav.blog ul {
	padding-bottom: 5px;
}

.side-nav.blog ul li {
	padding: 0px 15px 8px 15px;
	position: relative;
}

.side-nav.blog ul li a {
	padding: 10px 0px 10px 70px;
	border-bottom: solid 1px #686868; /* darken($secondary,30%) */
	min-height: 70px;
}

.side-nav.blog ul li a:before {
	display: none;
}

.side-nav.blog ul li a:hover {
	background: none;
}

.side-nav.blog ul li time {
	display: block;
	position: absolute;
	left: 15px;
	top: 0px;
	width: 62px;
	height: 62px;
	background-color: #6F2A23; /* $primary */
	border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
}

.side-nav.blog ul li time span {
	display: block;
	font-size: 14px;
	color: #AD9D84; /* $background1 */
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	line-height: 1em;
}

.side-nav.blog ul li time strong {
	display: block;
	font-family: 'Tinos';
	font-size: 28px;
	line-height: 1em;
}

.side-nav.blog ul li h3 {
	font-family: 'Source Sans Pro';
	font-size: 16px;
	margin: 0px;
	color: #6F2A23; /* $primary */
}

.side-nav.blog .button {
}

.side-nav.blog .button:before {
	display: none;
}

.side-nav.blog .button:after {
	content: '[+]';
	color: #772D26; /* lighten($primary,3%) */
	margin-left: 5px;
}

.side-nav.blog .button:hover {
	background: none;
	color: #666666; /* darken($secondary,31%) */
}

.contact-form {
	padding: 15px 5% 0px 5%;
	background-color: #D9D2C6; /* lighten($background1,54%) */
}

.contact-form h3 {
	color: #6F2A23; /* $primary */
	font-weight: 400;
	font-size: 25px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	word-spacing: 2px;
	margin: 0px;
}

.contact-form h4 {
	color: #404040; /* darken($secondary,57%) */
	font-weight: 400;
	font-size: 14px;
	padding: 0px;
	margin: 5px 0px;
}

.contact-form input {
	border: solid 1px #D4D4D4; /* lighten($secondary,60%) */
	margin: 6px 0px;
	padding: 8px 12px;
	width: 100%;
	background-color: #FFFFFF; /* lighten($secondary,100%) */
	font-size: 14px;
	color: #404040; /* darken($secondary,57%) */
	display: block;
	outline: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.30);
}

.contact-form textarea {
	border: solid 1px #D4D4D4; /* lighten($secondary,60%) */
	margin: 6px 0px;
	padding: 8px 12px;
	width: 100%;
	background-color: #FFFFFF; /* lighten($secondary,100%) */
	font-size: 14px;
	color: #404040; /* darken($secondary,57%) */
	display: block;
	outline: none;
	height: 90px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.30);
	resize: none;
	overflow: auto;
}

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

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

.contact-form .button {
	width: 111.2%;
	margin: 20px 0px 0px -5.5%;
}

.contact-form .button:before, .video-list .button:before, #SubBlogButton .button:before, #ContentCTA a span.Btn:before {
	color: #FFFFFF;
	content: '\e0fd';
	font-family: 'icomoon-ult';
	float: right;
}

.video-list {
	position: relative;
	clear: both;
}

.video-list h2 {
	line-height: 1em;
	padding: 12px 12px 12px 20px;
	border-bottom: solid 8px #8B8B8B; /* darken($secondary,6%) */
	color: #404040; /* darken($secondary,57%) */
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-size: 42px;
	word-spacing: 2px;
	margin: 0px;
}

.video-list ul {
	background-color: #D1D1D1; /* lighten($secondary,57%) */
	margin: 0px;
	padding: 10px 5%;
	list-style: none;
}

.video-list ul li {
	border-bottom: solid 1px #949494; /* $secondary */
}

.video-list ul li .play {
	float: left;
	margin: 0px 10px 0px 0px;
	font-size: 40px;
	color: #6F2A23; /* $primary */
}

.video-list ul li h3 {
	color: #3E3E3E; /* darken($secondary,58%) */
	font-weight: 400;
	font-size: 15px;
}

.video-list ul li:hover .play {
	color: #2B2B2B; /* darken($secondary,71%) */
}

.video-list ul li:hover h3 {
	color: #6F2A23; /* $primary */
}

.video-list .button {
	margin: 0px;
	width: 100%;
}
/* End Side */

/* Case Eval */
.caseeval {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.caseeval input, .caseeval textarea {
	border: none;
	margin: 0.5%;
	padding: 5px;
	min-height: 35px;
}

.caseeval input {
	width: 49%;
	float: left;
}

.caseeval textarea {
	width: 99%;
	height: 100px;
	resize: none;
}

.caseeval a {
	display: block;
	text-align: center;
	width: 99%;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #6F2A23; /* $primary */
	color: #ffffff;
}

.caseeval a:hover {
	background-color: #3E3935; /* $extracolor */
	color: #ffffff;
}
/* End Case Eval */

/* Footer Styles */
.footerlinks {
	display: table;
	background-color: #AD9D84; /* $background1 */
	height: 100px;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

html.no-rgba .footerlinks {
	height: auto;
	padding: 20px 0 0;
}

.footerlinks ul {
	display: table-row;
	margin: 0px;
	padding: 0px;
}

.footerlinks li {
	display: table-cell;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000; /* darken($secondary,100%) */
}

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

.footerlinks li a {
	color: #949494; /* $secondary */
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'BebasNeueRegular';
	word-spacing: 3px;
}

.footerlinks li a:hover {
	color: #FFFFFF;
}

#FooterContent .third {
	color: #FFFFFF; /* lighten($secondary,100%) */
	font-size: 13px;
	line-height: 1.75em;
	margin-bottom: 20px;
}

#FooterContent .third a {
	color: #AD9D84; /* $background1 */
}

#FooterContent .number a {
	color: #FFFFFF;
	cursor: default;
}

#FooterContent .third .number a:hover {
	color: #FFFFFF;
}

#FooterContent .third a:hover {
	color: #A63F34; /* lighten($primary,20%) */
}

#SocialList {
	margin: 0px 10%;
}

#SocialList ul {
	float: right;
	margin: 0px 1% 0 0px;
	padding: 0px;
	list-style: none;
	width: 60%;
}

html.no-rgba #SocialList ul {
	width: auto;
	margin: -20px 1% 0 0;
}

#SocialList ul li {
	float: left;
	margin-right: 5%;
}

#SocialList ul li a icon {
	color: #161616; /* darken($secondary,85%) */
	background-color: #DAD3C8; /* lighten($background1,55%) */
	padding: 3px;
	border-radius: 5px;
}

#SocialList ul li a {
	color: #1E1E1E; /* darken($secondary,80%) */
	font-size: 20px;
}

#SocialList ul li a:hover icon {
	color: #6F2A23; /* $primary */
}

.footerphone {
	text-align: right;
}

.footerphone div.phone {
	font-size: 26px;
	border: none;
	float: right;
	font-family: 'BebasNeueRegular';
	line-height: 2em;
}

.footerphone .phone icon {
	font-size: 24px;
	color: #DDDDDD;
}

.footerphone .phone span {
	font-size: 26px;
}

.footerphone .number {
	float: right;
	clear: right;
	color: #FFFFFF;
	font-size: 40px;
	font-family: 'BebasNeueRegular';
}

html.no-rgba .footerphone .number {
	margin-top: -10px;
	line-height: normal;
}
/* End Footer Styles */

/* Footer Feeds */
#FooterDisclaimer.smaller {
	color: #D4D4D4; /* lighten($secondary,60%) */
	font-size: 13px;
	padding: 30px 2%;
	line-height: 1.5em;
}

#NavFeedContent {
	display: table;
	padding: 40px 0px;
	border-spacing: 10px;
	background-color: #3E3935; /* $extracolor */
}

#TestimonialsFeed {
	padding: 0px;
	text-align: center;
	min-height: 340px;
	display: table-cell;
}

.NavFeed h2 {
	border-bottom: solid 10px #AD9D84; /* $background1 */
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	color: #FFFFFF; /* lighten($secondary,100%) */
	margin: 0px;
	padding: 0px 2% 0 5%;
	text-align: left;
	font-weight: 400;
	font-size: 42px;
	line-height: 1em;
	background-color: #3E3935; /* $extracolor */
}

.NavFeed a h2:hover {
	color: #6F2A23; /* $primary */
}

#TestimonialsFeed h3 {
	font-style: normal;
	text-transform: uppercase;
	margin: 5px 0px;
}

#TestimonialsFeed .lists {
	padding: 30px 5%;
	font-weight: bold;
	font-style: italic;
	color: #4A4A4A; /* darken($secondary,50%) */
	font-size: 18px;
	line-height: 1.5em;
}

#TestimonialsFeed .Author {
	color: #6F2A23; /* $primary */
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin: 10px 0px;
}

.NavFeed {
	margin: 30px 0px;
}

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

.NavFeed ul li a {
	display: table;
	padding: 15px;
	width: 100%;
	height: 100%;
}

.NavFeed .data {
	position: relative;
	clear: both;
	margin: 0px;
	display: table;
	width: 100%;
}

.NavFeed .dataalt {
	position: relative;
	clear: both;
	display: table;
	width: 100%;
}

.NavFeed .data:hover a {
	background-color: #CACACA; /* lighten($secondary,50%) */
}

.NavFeed .data:hover a {
	background-color: #CACACA;
}

.NavFeed .entrydate {
	text-align: center;
	width: 50px;
	border-radius: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	float: left;
}

.NavFeed .entry {
	margin: 0px 0px 0px 60px;
	width: 75%;
	color: #4A4A4A; /* darken($secondary,50%) */
	display: block;
}

.NavFeed .entry:hover {
	color: #6F2A23; /* $primary */
}
/* End Footer Feeds */

/* Value Statements */
#ValueStatements {
	background-color: #3E3935; /* $extracolor */
	min-height: 340px;
	display: table-cell;
	width: 50%;
}

#ValueStatements ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF; /* lighten($secondary,100%) */
}

#ValueStatements ol li {
	font-size: 15px;
	padding: 20px 5%;
	z-index: 30;
}

#ValueStatements ol li:nth-child(even) {
	background-color: #3E3935; /* $extracolor */
}

#ValueStatements ol li:before {
	font-family: 'icomoon-ult';
	content: '\e088';
	font-size: 15px;
	color: #6F2A23; /* $primary */
	padding-right: 2%;
	z-index: 0;
}
/* End Value Statements */

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

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

#Masthead>div>div.imenupanel {
	position: fixed;
	z-index: 120;
}

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

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

#MobileMenu {
	border-bottom: none;
	display: block;
}

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: #fff;
	line-height: 41px;
	padding-left: 25%;
}

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

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
}

@media (max-width:1000px) {
	#SocialList {
		margin: 0px 5%;
	}

	.footerphone div.phone {
		float: none;
	}

	.footerphone .number {
		float: none;
	}

	#Masthead {
		background-color: #000000;
	}
}

@media (max-width:955px) {
	.ctalist {
		position: relative;
		display: block;
		margin-top: 0px;
	}

	#TopDropBar .topphone {
	}

	#TopDropBarContainer .top-nav {
	}

	#TopArea {
		height: auto;
	}

	body.sub #TopArea {
		height: auto;
	}

	div.slide div.info {
		padding: 10px 5% 70px;
	}

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

	.cta-list ul li {
		width: 100%;
		display: block;
		margin: 0px;
	}

	.cta-list ul li h2 {
		padding: 0px;
	}

	.cta-list ul li .info {
		height: auto;
		background-image: none !important; /* $background1,$background1 */
		background-color: #AD9D84; /* $background1 */
	}

	.cta-list ul li .info p {
		padding-bottom: 10px;
	}

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

	.cta-list ul.items4 li:nth-child(odd) {
		float: left;
		clear: left;
	}

	.cta-list ul.items4 li:nth-child(even) {
		float: right;
		clear: right;
	}

	#CTAArea {
		display: none;
	}

	.side-nav h2, .NavFeed h2 {
		font-size: 37px;
	}

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

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

	#TopDropBar {
		display: block;
	}

	#BlogHomeFeed .entry {
		width: 60%;
	}
}

@media (max-width:755px) {
	.hidefordesktop {
		display: block;
	}

	#FooterContent .third {
		background-color: rgba(0,0,0,.75);
	}

	#Masthead .logo {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
		float: none;
		left: auto;
	}

	#TopNavigation {
		display: none;
	}

	#TopArea {
		border: none;
	}

	#TopDropBar {
		display: none;
	}

	#TopDropBarContainer {
		padding-top: 10px;
	}

	#MastZone {
		padding: 0px;
	}

	#Masthead {
		background-color: rgba(173,157,132,0.8); /* alpha($background1,80%) */
		padding: 0px 2% 10px;
		height: auto;
		margin-bottom: 10px;
		width: 100%;
		border-top: solid 9px #6F2A23; /* $primary */
	}

	.topphone, #TopDropBar .topphone {
		float: none;
		width: auto;
		text-align: center;
	}

	.serving {
		display: none;
	}

	.phone span.title {
		display: none;
	}

	.phone icon {
		display: none;
	}

	.phone {
		border: none;
	}

	#TopDropBarContainer .top-nav {
		display: none;
	}

	ul.MobileBtns {
		display: block;
	}

	.cta-list {
		margin: 0px;
		padding: 0px 1%;
		background-color: #8B8B8B; /* darken($secondary,6%) */
	}

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

	.third {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footerlinks {
		margin-bottom: 10px;
		height: auto;
	}

	.footerlinks ul li {
		padding: 10px 0;
		display: none;
	}

	.footerlinks ul li:first-child {
		display: block;
	}

	.footerphone {
		text-align: center;
	}

	.footerphone div.phone {
		float: none;
	}

	.footerphone .phone icon {
		margin-left: -24px;
	}

	.footerphone .number {
		float: none;
	}

	#FooterContent {
		padding-bottom: 30px;
	}

	#SocialList ul {
		float: none;
		margin: 0px auto;
		padding: 10px;
		width: 150px;
		position: relative;
		display: table;
	}

	#ValueStatements, #TestimonialsFeed {
		width: 100%;
		float: none;
		margin-top: 10px;
		min-height: 100px;
		display: block;
	}

	.side, #MainZone.content {
		width: 100%;
		float: none;
		clear: both;
	}

	#Animation {
		height: 300px;
	}

	div.slide div.info {
		padding: 0px 5%;
		font-size: 18px;
		line-height: 1em;
		min-height: 0;
	}

	div.slide div.info .button {
		margin-bottom: 25px;
	}

	div.slide div.info h2 {
		font-size: 40px;
		margin-top: 1em;
	}

	div.slide div.info h3 {
		margin: 0px;
	}

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

	body.sub #NavZone {
		display: none;
	}

	body.sub #ImageZone {
	}

	body.sub #TopArea {
		height: auto;
	}

	#MainZone.content {
		padding: 15px 2%;
	}

	#SubHeaderContent {
		display: block;
	}

	#BlogHomeFeed .entry {
		width: 80%;
		padding-left: 5%;
	}

	#LowerCTAs {
	}

	body.sub .cta-list ul {
		height: auto;
	}

	#ImageZone {
		padding: 0px;
	}

	.cta-list ul {
		height: auto;
		padding: 10px 0px;
		display: block;
	}

	.cta-list ul li {
		display: block;
		margin: 10px 0px;
	}

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

	.cta-list ul li .button {
		border: solid 10px #fff;
		background-color: #AD9D84; /* $background1 */
		font-size: 25px;
	}

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

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

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

@media (orientation: landscape) and (max-width: 750px) {
	#Masthead {
		position: relative !important;
	}
}

@media (max-width:630px) {
	.topphone2 {
		display: block;
		float: left;
		clear: left;
	}

	#Masthead {
		height: auto;
		border-bottom: solid 10px #6F2A23; /* $primary */
	}

	#Masthead .logo {
		margin: 10px auto;
		top: auto;
		left: auto;
	}

	#TopDropBar .logo {
		max-width: 48%;
	}

	.topphone, #TopDropBar .topphone {
		top: 10px;
	}

	#Masthead .topphone {
		display: none;
	}

	ul.MobileBtns li a h2 > span {
		display: none;
	}

	ul.MobileBtns {
	}

	#ContentCTA {
		background-size: auto 100%;
	}
}

@media (max-width:500px) {
	ul.MobileBtns li a.MobileCall {
		display: block;
	}

	ul.MobileBtns li a.TabletCall {
		display: none;
	}

	.caseeval input, .caseeval textarea {
		width: 100%;
	}
}

@media (max-width:450px) {
	ul.MobileBtns li a icon {
		font-size: 15px;
	}

	.info p {
		display: none;
	}

	ul.MobileBtns li a h2 {
		font-size: 1em;
	}

	#FooterDisclaimer.smaller a img {
		display: block !important;
		float: none !important;
		margin: 10px auto !important;
	}

	#FooterDisclaimer.smaller {
		padding: 10px 2%;
	}

	#ContentCTA a p {
		display: none;
	}

	#ContentCTA a {
		padding-bottom: 65px;
	}

	#ContentCTA a h2 {
		font-size: 30px;
	}

	#ContentCTA a span.Btn {
		font-size: 20px;
	}

	div.slide div.info .button {
		margin: 25px auto;
	}
}

@media (max-width:400px) {
	div.imenupanel {
	}
}
/* End Responsive */

.NavFeed .dataalt:hover a {
	background-color: #949494; /* $secondary */
}

.NavFeed .dataalt:hover a .entry {
	color: #FFFFFF;
}
