/* General */
body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 100%;
	background-image: url(/images/body-texture.png);
	background-color: #8895A6; /* $primary */
}

a {
	text-decoration: none;
	outline: none;
	color: #2F70B0;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	line-height: 1.25;
}

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

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

.fancyfont {
	background-color: #C7CAD0;
	margin: 12px 0px 30px 0px;
	display: block;
	padding: 3px 10px;
	border: solid 2px #0B0B0B;
	color: #102035;
}

.fancyfonts {
	background-color: #EAEEF6;
	border-left: solid 10px #3C57A2;
	margin: 15px 0;
	padding: 3px 10px;
}

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

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

.half {
	width: 48%;
}

.half.left {
	float: left;
}

.half.right {
	float: right;
}

.third {
	width: 32%;
	float: left;
	margin-right: 2%;
}

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

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

.c-address {
	float: left;
	width: 50%;
}

.c-phone {
	float: left;
	clear: left;
	width: 50%;
}

iframe {
	width: 100% !important;
}

.btn {
	background-color: #A26543; /* $secondary */
	display: block;
	color: #FFFFFF; /* $light */
	padding: 10px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-align: center;
}

.btn:hover {
	background-color: #3B3B3B; /* $dark */
	color: #FFFFFF; /* $light */
}
/* End General */

/* Navigation */
#TopArea {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	height: 148px;
}

html.translated-ltr #TopArea {
	top: 40px;
}

#TopZone {
	background-color: #3B3B3B; /* $dark */
	background-image: -webkit-linear-gradient(top,#2C2C2C,#1E1E1E); /* darken($dark,25%),darken($dark,50%) */
	background-image: -moz-linear-gradient(top,#2C2C2C,#1E1E1E); /* darken($dark,25%),darken($dark,50%) */
	background-image: -o-linear-gradient(top,#2C2C2C,#1E1E1E); /* darken($dark,25%),darken($dark,50%) */
	background-image: linear-gradient(to bottom,#2C2C2C,#1E1E1E); /* darken($dark,25%),darken($dark,50%) */
}

.FixedNav {
	position: relative;
	z-index: 20;
	width: 100%;
}

.FixedNav.relative {
	position: relative !important;
}

#NavZone {
	background-color: #8895A6; /* $primary */
}

.masthead {
	position: relative;
	padding: 15px 0;
}

.shrink-nav .masthead {
	padding: 5px 0;
}

.masthead.show {
	height: 100%;
}

.masthead.hide {
	height: 0;
}

.masthead .tagline {
	float: left;
	width: 25%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF; /* $light */
	margin: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.masthead .tagline p {
	font-size: 1.2em;
	margin: 0;
}

.shrink-nav .masthead .tagline {
	margin-top: -50px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.masthead .logo {
	float: left;
	width: 50% !important;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.shrink-nav .masthead .logo {
	text-align: left;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.masthead .logo a {
	display: block;
}

.masthead .logo img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.shrink-nav .masthead .logo img {
	max-width: 75%;
	margin-left: 2em;
}

a.phone {
	cursor: default;
}

.phone-info {
	float: none;
	position: relative;
	text-align: center;
	margin-top: 1em;
}

.shrink-nav .phone-info {
}

.shrink-nav .tagline.phone-info {
	width: 0;
	display: none;
}

.shrink-nav .phone-info .call:last-child {
	display: block;
}

.phone-info .call {
	color: #A26543; /* $secondary */
	text-transform: uppercase;
	margin-right: 5px;
	display: block;
	padding-top: 10px;
}

.phone-info .phone {
	color: #FFFFFF; /* $light */
	font-size: 1.8em;
	padding: 0;
	line-height: 1em;
}

#Phone2 {
	display: none;
}

.nav-area {
	position: relative;
}

.nav-area:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #A26543; /* $secondary */
}

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

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

nav.top-nav ul li {
	display: table-cell;
	position: relative;
	width: auto;
	padding: 0 3%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

html.translated-ltr nav.top-nav ul li {
	font-size: 0.875em;
}

nav.top-nav ul li a {
	display: block;
	padding: 18px 2%;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	text-align: center;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-top: solid 4px transparent;
}

.shrink-nav nav.top-nav ul li a {
	padding: 10px 2%;
}

nav.top-nav ul li:hover {
	background-color: #3B3B3B;
}

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

.search {
	position: absolute;
	top: 10px;
	right: 0;
	border: 3px solid #A26543; /* $secondary */
	padding: 2px;
	display: none;
}

.search input {
	background-color: transparent;
	border: none;
	padding: 2px 3px;
	color: #A26543; /* $secondary */
	outline: none;
	font-family: 'Alegreya Sans', sans-serif;
}

.search icon {
	color: #FFFFFF; /* $light */
	top: 3px;
	position: relative;
	right: 3px;
}

.espanol {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #A26543; /* $secondary */
	color: #282828; /* darken($dark,32%) */
	text-transform: uppercase;
	padding: 2px 10px;
	font-size: 0.875em;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	min-width: 203px;
	min-height: 28px;
}

.espanol:hover {
	background-color: #8895A6; /* $primary */
}

.espanol icon {
	position: relative;
	top: 3px;
}

#SubZone {
	min-height: 25px;
	clear: both;
}

ul.MobileBtns {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	display: none;
}

ul.MobileBtns li {
	display: table-cell;
	text-align: center;
	border-right: solid 1px #fff;
	width: 25%;
	vertical-align: middle;
}

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

ul.MobileBtns li:nth-child(even) {
}

ul.MobileBtns li a {
	display: block;
}

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

ul.MobileBtns li a h2 {
	text-transform: uppercase;
	margin: 0px;
	color: #FFFFFF; /* $light */
	font-size: 15px;
}

ul.MobileBtns li a icon {
	color: #FFFFFF; /* $light */
	font-size: 30px;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}

ul.MobileBtns li:last-child a icon {
	font-size: 25px;
}
/* End Navigation */

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

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 #A6B0BC; /* lighten($primary,25%) */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

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

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

nav.top-nav div.iflyOver {
	background-color: #8895A6; /* $primary */
	color: #FFFFFF;
}

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 */
#SlideZone {
	background-color: #3B3B3B; /* $dark */
	background-image: url(/images/repeating-patterns/abstract.png);
}

.slide-tagline {
	border-top: 5px solid #A26543; /* $secondary */
	text-align: center;
	background-color: rgba(79,90,105,0.81); /* adjust($primary,-39%,0%,81%) */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 10px 2%;
}

html.no-rgba .slide-tagline {
	background-color: #8895A6; /* $primary */
}

.slide-tagline h4 {
	font-size: 3.250em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	line-height: 0.65;
	color: #FFFFFF; /* $light */
	text-shadow: 0 -1px 0 #000;
	padding-top: 24px;
}

.slide-tagline h4 span {
	font-weight: 500;
}

.animation {
	height: 436px;
	width: 100%;
	position: relative;
	z-index: 5;
	background-image: url(/images/HinesRanchHolubBG.jpg);
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.animation .prev, .animation .next {
	display: block;
	position: absolute;
	z-index: 11;
	color: #FFFFFF; /* $light */
	font-size: 6em;
	top: 182px;
	width: 127px;
	height: 127px;
}

.animation .prev:hover, .animation .next:hover {
	background-color: rgba(48,48,48,0.65); /* adjust($dark,-18%,0%,65%) */
}

.animation.var-1 .prev:hover, .animation.var-1 .next:hover {
	background-color: rgba(72,71,74,0.65);
}

.animation .prev {
	left: 0px;
	padding: 18px 18px 16px 12px;
}

.animation .next {
	right: 0px;
	padding: 18px 15px 16px 15px;
}

.animation.var-1 .prev {
	background-color: rgba(162,101,67,0.75); /* alpha($secondary,75%) */
	left: -127px;
}

.animation.var-1 .next {
	background-color: rgba(255,205,35,0.75);
	right: -127px;
}

.animation .squares {
	width: 254px;
	height: 254px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.animation.var-1 .squares {
	display: none;
}

.animation .sq-left {
	left: 0;
}

.animation .sq-right {
	right: 0;
}

.animation  .squares div {
	float: left;
	width: 50%;
	height: 127px;
}

.animation  .sq-left .sq1, .animation  .sq-right .sq2 {
	background-color: rgba(136,149,166,0.1); /* alpha($primary,10%) */
}

html.no-rgba .animation  .sq-left .sq1, html.no-rgba .animation  .sq-right .sq2 {
	background-color: #8895A6; /* $primary */
}

.animation .sq-left .sq2, .animation  .sq-right .sq1 {
}

html.no-rgba .animation .sq-left .sq2, html.no-rgba  .animation  .sq-right .sq1 {
	background-color: #A26543; /* $secondary */
}

.animation .sq-left .sq3, .animation  .sq-right .sq4 {
}

.animation .sq-left .sq4,.animation  .sq-right .sq3 {
	background-color: rgba(59,59,59,0.1); /* alpha($dark,10%) */
}

html.no-rgba .animation .sq-left .sq4, html.no-rgba .animation  .sq-right .sq3 {
	background-color: #8895A6; /* $primary */
}

.animation .slide {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.animation .slide:first-child {
}

.animation .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
}

.animation.var-1 .sq-left div {
	display: none;
}

.animation.var-1 .sq-right div {
	display: none;
}

.animation.var-2 .sq-right div, .animation.var-2 .sq-left div {
	display: none;
}

.animation.var-2 .sq-right div.sq2 {
	display: block;
	float: right;
}

.animation.var-2 .sq-left div.sq1 {
	display: block;
	float: left;
}

.slide .info {
}

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

div.slide div.info h2 {
	text-transform: none;
	font-size: 2.2em;
	color: #FFFFFF;
	font-weight: normal;
	text-shadow: 0 -1px 0 #000;
	line-height: 1em;
}

div.slide div.info h2 span {
	font-weight: normal;
}

div.slide div.info h3 {
}

div.slide div.info p {
	text-align: center;
	font-size: 24px;
	width: 50%;
	margin: 250px auto 20px auto;
	font-weight: 500;
	color: #FFFFFF; /* $light */
	background-color: rgba(59,59,59,0.91); /* alpha($dark,91%) */
}

div.slide .btn {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	bottom: 20px;
	left: auto;
	text-align: center;
	display: block;
	font-size: 25px;
	background-color: transparent;
}

div.slide .btn a {
	background-color: #2F70B0;
	text-align: center;
	display: inline-block;
	padding: 10px;
	color: #FFFFFF; /* $light */
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.animation.var-1 div.slide .btn {
}

div.slide .btn a:hover {
	background-color: #58575A;
	color: #FFFFFF; /* $light */
}

div.slide .btn:after {
}
/* End Animation */

/* CTAs */
#CTAZone {
	z-index: 4;
	padding-top: 127px;
	margin-top: -127px;
	position: relative;
	border-bottom: 1px solid #707070; /* lighten($dark,27%) */
}

.sub #CTAZone {
	padding-top: 0;
	margin-top: 0;
	background-image: url(/images/mid-banner.jpg);
}

.sub .lowerctas {
	background-image: url(/images/cta-bg.png);
	padding: 0;
	margin: 0;
	position: relative;
	border-top: solid 5px #A26543; /* $secondary */
	background-color: #FFFFFF; /* $light */
}

.cta-list {
	width: 100%;
	display: table;
	margin: 0px auto 0px auto;
	table-layout: fixed;
	background-color: white;
}

body.sub .cta-list {
	background-color: #FFFFFF; /* $light */
}

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

.cta-list ul li {
	padding: 10px 1%;
	position: relative;
	text-align: center;
	color: #C9C9C9; /* darken($light,21%) */
	font-size: 1.15em;
	display: table-cell;
	background-color: transparent;
}

.cta-list.singlecta ul li {
	text-align: left;
	display: block;
}

.cta-list ul li:after {
	content: '';
	height: 80%;
	width: 1px;
	position: absolute;
	right: 0;
	display: block;
	background-color: #D2D2D2; /* lighten($dark,77%) */
	bottom: 0;
}

.cta-list ul li:last-child:after {
	display: none;
}

.cta-list ul li:hover {
}

html.no-display-table .cta-list {
	width: 100%;
	display: block;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-left: 15px;
}

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

.cta-list ul.items2 li {
	width: 50%;
	padding: 0px 5%;
}

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

html.no-boxsizing .cta-list ul.items3 li {
	width: 31%;
}

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

.cta-list ul li>a {
	display: block;
	position: relative;
}

.cta-list ul li icon {
	font-size: 25px;
	padding: 10px 15px;
	box-shadow: 0px -0px 10px 2px rgba(0,0,0,0.2);
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background-image: url(/images/cta-bg.png);
}

.cta-list.singlecta ul li icon {
	float: left;
	margin: 0px 25px 0 0px;
}

.cta-list ul li icon:after {
	width: 200%;
	content: ' ';
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: -50%;
	background-image: url(/images/cta-bg.png);
}

.cta-list ul li:hover icon {
	color: #3B3B3B; /* $dark */
}

.cta-list ul li .icon-holder {
	width: 50%;
	margin: 20px auto 10px auto;
}

.cta-list.singlecta ul li .icon-holder {
	margin: 30px 0px;
	display: table;
	float: left;
	height: 100%;
	width: 50px;
}

.cta-list ul li h2 {
	color: #68412B; /* darken($secondary,36%) */
	font-size: 20px;
	padding: 8px 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

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

.cta-list ul li a:hover h2 {
	color: #8895A6; /* $primary */
}

.cta-list ul li p {
	margin: 0px auto;
	color: #1E1E1E; /* darken($dark,49%) */
	font-size: 16px;
}

.singlecta.cta-list ul li p {
}

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

.cta-list ul li .btn {
	width: 70%;
	margin: 10px auto;
	position: relative;
	font-size: 16px;
	padding: 10px;
}

.cta-list.singlecta ul li .btn {
	float: right;
	width: 20%;
	border-bottom: solid 4px #A26543; /* $secondary */
}

.cta-list ul li a:hover .btn {
	background-color: #3B3B3B; /* $dark */
	color: #FFFFFF; /* $light */
}

html.no-lastchild .cta-list ul li {
}

body.sub #LowerCTAWrap {
	display: none;
}

.bottomctas {
	display: none;
}

.cta-list.singlecta .info {
	float: left;
	width: 70%;
	padding-bottom: 20px;
}

@-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%;
	}
}
/* End CTAs */

/* Content CTAs */
.content-cta {
	margin: 15px auto;
	position: relative;
}

.content-cta.one {
	background-color: #D4D5D7; /* adjust($primary,60%,-70%,0%) */
	color: #FFFFFF; /* $light */
	padding: 30px 3%;
}

.content-cta.one h2 {
	color: #3B3B3B; /* $dark */
}

.content-cta.two {
	display: table;
	width: calc(100% + 20px);
	padding: 0;
	list-style: none;
	border-spacing: 10px 0;
	margin-left: -10px;
}

.no-csscalc .content-cta.two {
	width: 100%;
}

.content-cta.one li {
	color: #3B3B3B; /* $dark */
	text-align: left;
}

.content-cta.two li {
	display: table-cell;
	width: 50%;
	text-align: center;
	background-color: #2D476A; /* adjust($primary,-50%,30%,0%) */
	padding: 20px 15px;
}

.content-cta.three {
	background-color: #D1D5DA; /* adjust($primary,60%,-20%,0%) */
	padding: 10px 20px 10px 40%;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.content-cta img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	background-size: cover;
	background-position: center center;
	background-color: #8895A6; /* $primary */
	border: solid 5PX #3B3B3B; /* $dark */
	margin: 0;
	background-repeat: no-repeat;
}

.content-cta.one img {
	background-image: url(/images/contentCTAimg.jpg);
}

.content-cta.three img {
	background-image: url(/images/ContentCTAimg2.jpg);
}

.content-cta h2, .content-cta h3 {
	font-size: 27px;
	color: #3B3B3B; /* $dark */
	margin: 0;
}

.content-cta.two h2, .content-cta.two h3 {
	color: #A26543; /* $secondary */
	font-size: 20px;
	padding-bottom: 15px;
}

.content-cta.three h2, .content-cta.three h3 {
	padding-bottom: 10px;
}

.content-cta p {
	font-size: 20px;
	margin: 5px 0 10px;
	color: #234571; /* adjust($primary,-51%,44%,0%) */
	line-height: 24px;
}

.content-cta.three h1, .content-cta.three h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #3C57A2;
}

.content-cta .btn {
	background-color: #8895A6; /* $primary */
	color: #FFFFFF; /* $light */
	width: 100%;
	font-size: 16px;
	text-transform: none;
}

.content-cta.three .btn, .content-cta.one .btn {
	border: none;
	background-color: #343B45;
	padding: 12px 5px;
}

.content-cta .btn icon {
	font-size: 10px;
	padding-left: 5px;
}

.content-cta .btn:hover {
	color: #A26543; /* $secondary */
	text-decoration: none;
}

.content-cta.one .btn:hover {
	background-color: #8895A6; /* $primary */
	color: #FFFFFF; /* $light */
}

.content-cta.three a:hover .btn {
	background-color: #8895A6;
	color: #3B3B3B; /* $dark */
}

#ContentCTAList1 a:hover {
	text-decoration: none;
}
/* End Content CTAs */

/* Mid Banner */
#MidBannerZone {
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-image: url(/images/mid-banner.jpg);
	width: 100%;
	background-position: center;
}

#NewMidBannerZone {
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 100%;
	background-position: center;
	background-image: url(/images/mid-banner.jpg);
}

#SubMidBanner {
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	padding: 0;
}

#SubMidBanner h2 {
	font-size: 30px;
}

.mid-banner {
	position: relative;
	background-color: rgba(18,18,18,0.7); /* adjust($dark,-70%,0%,70%) */
	padding: 10px;
	margin: 10px auto;
}

html.no-rgba .mid-banner {
	background-color: #121212; /* darken($dark,70%) */
}

body.sub .mid-banner {
	margin: 0;
}

.mid-banner.Accolade-list {
	background-color: rgba(255,255,255,0.7); /* alpha($light,70%) */
}

.mid-banner.info-test {
	color: #FFFFFF; /* $light */
}

.mid-banner.single-cta {
	color: #FFFFFF; /* $light */
	text-align: center;
}

.mid-banner.info-test .imgbtn {
	float: right;
	text-align: center;
	width: 35%;
	display: table-cell;
	padding-right: 20px;
}

.mid-banner.info-test .imgbtn img {
	max-width: 100%;
	border: solid 5px #A26543; /* $secondary */
	height: 200px;
	width: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mid-banner.info-test .imgtext {
	float: left;
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 40px;
	margin-left: 2%;
	text-align: center;
}

.mid-banner.info-test .imgtext>#centerText {
}

html.no-boxsizing .mid-banner.info-test .imgtext {
	width: 56%;
}

.mid-banner.info-test h1, .mid-banner.single-cta h1 {
	color: #CD9F86; /* lighten($secondary,39%) */
	text-transform: uppercase;
	font-size: 2.3em;
}

.mid-banner.info-test h2, .mid-banner.single-cta h2 {
	font-weight: 600;
	color: #CD9F86;
	font-size: 2.3em;
	text-transform: uppercase;
}

.mid-banner.info-test h3, .mid-banner.single-cta h3 {
	font-size: 22px;
	color: #DBDFE4;
	font-weight: 400;
	text-transform: uppercase;
}

.mid-banner.info-test p {
	font-style: normal;
	font-size: 22px;
	line-height: 32px;
	padding: 0 5%;
	font-weight: 400;
}

.mid-banner.info-test .imgbtn a {
	display: block;
	background-color: #A26543; /* $secondary */
	color: #FFFFFF; /* $light */
	padding: 10px;
	width: 98%;
	margin-left: 1%;
	font-size: 16px;
	background-image: -webkit-linear-gradient(top,#A26543,#805035); /* $secondary,darken($secondary,21%) */
	background-image: -moz-linear-gradient(top,#A26543,#805035); /* $secondary,darken($secondary,21%) */
	background-image: -o-linear-gradient(top,#A26543,#805035); /* $secondary,darken($secondary,21%) */
	background-image: linear-gradient(to bottom,#A26543,#805035); /* $secondary,darken($secondary,21%) */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mid-banner.info-test .imgbtn a:hover {
	background-color: #8895A6; /* $primary */
	color: #FFFFFF; /* $light */
	background-image: -webkit-linear-gradient(top,#8895A6,#5C697B); /* $primary,darken($primary,29%) */
	background-image: -moz-linear-gradient(top,#8895A6,#5C697B); /* $primary,darken($primary,29%) */
	background-image: -o-linear-gradient(top,#8895A6,#5C697B); /* $primary,darken($primary,29%) */
	background-image: linear-gradient(to bottom,#8895A6,#5C697B); /* $primary,darken($primary,29%) */
}

.Mid-form {
	background-color: rgba(0,0,0,0.5);
	margin: 10px 0px;
}

.Mid-form header {
	width: 25%;
	float: left;
	padding: 10px 2%;
	color: #A26543; /* $secondary */
}

.Mid-form header h2 {
	color: #FFFFFF; /* $light */
}

.Mid-form .contact-form-wrap {
	float: left;
	border-top: none;
	width: 75%;
	padding: 10px 0 0 0px;
}

.Mid-form .contact-form-wrap>div {
	float: left;
	width: 31%;
	margin-right: 1%;
}

.Mid-form input {
	width: 100%;
	background-color: #8895A6; /* $primary */
	border: none;
	color: #FFFFFF; /* $light */
	padding: 10px 5px;
	margin: 0px 0px 5px 0px;
	font-family: 'Cabin', sans-serif;
	outline: none;
}

.Mid-form textarea {
	background-color: #8895A6; /* $primary */
	border: none;
	color: #FFFFFF; /* $light */
	padding: 10px 5px;
	width: 100%;
	margin: 0px;
	height: 50px;
	font-family: 'Cabin', sans-serif;
	resize: none;
	outline: none;
}

.Mid-form .messagebox {
	float: left;
	width: 35.5%;
}

.Mid-form .contactsubmit {
	float: left;
	width: 35%;
}

.Mid-form .contactsubmit .btn {
	background-color: #3B3B3B; /* $dark */
	color: #A26543; /* $secondary */
	margin: 0px 2%;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 15px 10px 0px 10px;
	border-bottom: solid 5px #FFCD23;
}

.Mid-form .contactsubmit .btn icon {
	float: right;
	color: #FFFFFF; /* $light */
}

.Mid-form .contactsubmit .btn:hover {
	color: #FFFFFF; /* $light */
	border-bottom: solid 5px #FFFFFF; /* $light */
}
/* End Mid Banner */

/* Main Area */
main.main {
	background-color: #FFFFFF; /* $light */
	padding: 30px 0 20px 2%;
	box-shadow: 0 0 3px -1px #000;
}

#MainZone {
	float: left;
	clear: left;
	width: 62%;
}

.Case-Evaluation #MainZone {
	width: 100%;
}

.Case-Evaluation main.main {
	padding: 30px 2% 20px;
}

#SideZone {
	float: right;
	clear: right;
	width: 35%;
}

.Case-Evaluation #SideZone {
	display: none;
}

.text {
	line-height: 1.5;
}

.text a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #2A58D9;
}

.text a:hover {
	color: #573724; /* darken($secondary,46%) */
	text-decoration: underline;
}

.text a:hover strong {
}

.text h1 {
	font-size: 2.2em;
	color: #3C57A2;
	font-weight: 400;
	text-transform: uppercase;
}

.text h2 {
	color: #A26543; /* $secondary */
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
}

.text h3 {
	color: #A26543; /* $secondary */
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
}

.text h4 {
	color: #3C57A2;
	text-transform: uppercase;
}

.text strong {
}

.side header {
	position: relative;
	border-bottom: 6px solid #A26543; /* $secondary */
}

.side h2 {
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	color: #323232; /* darken($dark,16%) */
	padding-bottom: 7px;
	position: relative;
	z-index: 2;
}

.side h2 a {
	color: #323232; /* darken($dark,16%) */
}

header > .squares {
	width: 37px;
	height: 38px;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
}

header > .squares div {
	float: left;
	width: 50%;
	height: 19px;
}

header > .squares .sq1 {
	background-color: #A26543; /* $secondary */
}

header > .squares .sq2 {
	background-color: #8895A6; /* $primary */
	float: right;
}

header > .squares .sq3 {
	background-color: #3B3B3B; /* $dark */
	float: right;
}

.side-nav {
	margin: 0px 0px 30px 0px;
}

.side-nav ul {
	border-top: 2px solid #BABABA; /* lighten($dark,65%) */
	margin: 1px 0 0 0;
	padding: 5px 5% 0 0;
	list-style: none;
}

.side-nav ul li {
	background-color: #93B7D5;
	color: #58575A;
}

.side-nav ul li {
	display: block;
	background-color: #CFD5DB; /* lighten($primary,60%) */
	color: #58575A;
	box-shadow: inset 0 0 20px -7px #2B4148;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-bottom: 2px;
	font-weight: 500;
}

.side-nav ul li > ul {
	border-top: none;
	padding: 0;
}

.side-nav ul li > ul li a {
	padding-left: 25px;
}

.side-nav ul li.level1 a {
	padding-left: 15px;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	color: #FFFFFF; /* $light */
	background-color: #1F1F1F; /* darken($dark,47%) */
}

.side-nav ul li.level1 a icon {
	font-size: 1.25em;
	color: #A26543; /* $secondary */
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	-webkit-transition: right 0.2s ease;
	-moz-transition: right 0.2s ease;
	-o-transition: right 0.2s ease;
	transition: right 0.2s ease;
}

.side-nav ul li.level1 a:hover icon, .side-nav ul li.level1.selected a icon {
	opacity: 1;
	right: 8px;
}

.side-nav ul li.level2 {
	margin-bottom: 2px;
}

.side-nav ul li.level2 a icon {
	font-size: 1.25em;
	color: #FFFFFF; /* $light */
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	-webkit-transition: right 0.2s ease;
	-moz-transition: right 0.2s ease;
	-o-transition: right 0.2s ease;
	transition: right 0.2s ease;
}

.side-nav ul li.level2 a:hover, .side-nav ul li.level2.selected a {
	background-color: #3B3B3B; /* $dark */
	color: #FFFFFF;
	box-shadow: none;
}

.side-nav ul li.level2 a:hover icon, .side-nav ul li.level2.selected a icon {
	opacity: 1;
	right: 8px;
}

.item.blog h2 {
	margin: 12px 0;
}

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

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

.blog {
}

.blog .feed {
	margin-bottom: 3px;
}

.blog .feed a:hover {
	color: #3B3B3B; /* $dark */
	background-color: transparent;
}

.blog .feed:hover {
	background-color: #A3A2A5;
	color: #58575A;
}

.blog .info {
	overflow: hidden;
}

.blog .date {
	float: left;
	min-width: 90px;
	text-align: center;
	margin-right: 8px;
}

.blog .date .month {
	float: left;
	padding: 5px 3px;
	background-color: #A26543; /* $secondary */
	width: 50%;
}

.blog .feed a:hover .date .month {
}

.blog .date .day {
	float: left;
	padding: 5px 3px;
	background-color: #3B3B3B; /* $dark */
	width: 50%;
	color: #FFFFFF; /* $light */
}

.blog .date .year {
	float: left;
	padding: 5px 3px;
	background-color: #4C5766; /* darken($primary,41%) */
	color: #FFFFFF; /* $light */
	clear: both;
	width: 100%;
}

.blog .feed-text {
	text-transform: none;
	font-weight: normal;
	padding-top: 8px;
}

.blog .feed-text .blogtitle {
	color: #8895A6; /* $primary */
}

.blog .feed:hover .feed-text .blogtitle {
	color: #FFFFFF;
}

.blog a:hover .feed-text .blogtitle {
}

.blog .feed-text .snippet {
	color: #3B3B3B; /* $dark */
	margin: 5px 0 0 0;
	display: none;
}

.contact-form-wrap {
	padding: 15px 5% 0 0;
	margin-top: 1px;
	border-top: 2px solid #BABABA; /* lighten($dark,65%) */
}

.contact-form {
	background-color: #C7CAD0; /* adjust($primary,50%,-40%,0%) */
	padding: 20px 5% 12px;
	background-repeat: repeat;
	background-position: top right;
}

.contact-form p {
	font-weight: bold;
	color: #4C5766; /* darken($primary,41%) */
	margin: 0 0 1em;
	font-size: 20px;
}

.contact-form p span {
	display: block;
	color: #FFFFFF; /* $light */
}

.contact-form h3 {
}

.contact-form input, .contact-form textarea, .contact-form select {
	width: 100%;
	padding: 1.5%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1em;
	border: none;
	box-shadow: 1px 1px 4px -2px #000;
	margin-bottom: 4px;
	outline: none;
}

html.no-boxsizing .contact-form input, html.no-boxsizing .contact-form textarea {
	width: 318px;
}

.contact-form textarea {
	height: 100px;
	resize: none;
	overflow: auto;
}

.contact-form .btn {
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #5C697B; /* darken($primary,29%) */
	text-align: center;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.contact-form .btn icon {
	font-size: 1.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	color: #FFFFFF; /* $light */
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.contact-form .btn:hover icon {
	color: #A26543; /* $secondary */
}

.awards {
}

.awards ul {
	padding: 0;
	margin: 1px 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border-top: 2px solid #BABABA; /* lighten($dark,65%) */
	border-left: 1px solid #BABABA; /* lighten($dark,65%) */
}

body.sub .awards ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 10px 3% 0;
}

body.sub .awards ul li img {
	max-height: 100px;
	vertical-align: middle;
	min-height: 65px;
}

.awards ul li {
	margin-bottom: 12px;
}

.side-content > div, .side-content,  .side-content object {
	width: 100%!important;
	max-width: 100%!important;
	height: 100%!important;
	max-height: 235px!important;
}

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

#ContactMap, #ContactMap  img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

#SideFeed.side-nav {
	margin: 20px 0;
}

.side-nav .btn {
	display: block;
	background-color: #8895A6; /* $primary */
	color: #FFFFFF; /* $light */
	text-align: center;
	clear: both;
	padding: 10px 0;
	margin: 10px 5% 10px 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.side-nav .btn:hover {
	background-color: #3B3B3B; /* $dark */
	border-bottom: solid 5px #A26543; /* $secondary */
}

.side-nav.test-feed .author {
	color: #3B3B3B; /* $dark */
}

#HomeVideo {
	margin-right: 5%;
}

.side-feed.side-nav li a > div {
	width: 30%;
	height: 80px;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	float: left;
	max-width: 100px;
}

.reviews article icon {
	background-color: #A26543; /* $secondary */
	padding: 3px 5px;
	border-radius: 5px;
}

.reviews article a:hover {
	text-decoration: none;
}

.reviews article a:hover icon {
	background-color: #3B3B3B; /* $dark */
}

.side-feed.side-nav li h3 {
	color: #1E1E1E; /* darken($dark,50%) */
	font-size: 18px;
	font-weight: 400;
}

.side-feed.side-nav.test-feed li {
	margin: 10px 0;
	padding: 10px;
}

.side-feed.side-nav.test-feed li span {
	width: 70%;
}

.side-feed.side-nav li icon {
	font-size: 60px;
	float: left;
	background-color: #8895A6; /* $primary */
	padding: 5px;
	color: #A26543; /* $secondary */
}

.side-feed.side-nav li span {
	color: #3B3B3B; /* $dark */
	font-size: 15px;
	float: right;
	width: 65%;
}

.side-feed.side-nav li:hover {
	background-color: #3B3B3B; /* $dark */
}

.side-feed.side-nav li:hover h3 {
	color: #FFFFFF; /* $light */
}

.side-feed.side-nav li:hover span {
	color: #A26543; /* $secondary */
}

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

.side-feed.side-nav ul {
}
/* End Main Area */

/* Blog Styles */
ul.post-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.post-list > li .category a {
	color: #3B3B3B; /* $dark */
}

ul.post-list > li .category a:hover {
	color: #FFFFFF;
}

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	background-color: #FFFFFF; /* $light */
	border: solid 3px #A26543; /* $secondary */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h4 {
	color: #8895A6; /* $primary */
}

#BlogEntry .pad {
	padding: 10px 2% 15px;
	display: block;
}

ul.post-list > li .category {
	display: block;
	background-color: #8895A6; /* $primary */
	padding: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #8895A6; /* $primary */
	color: #FFFFFF;
}

.blog > nav a {
	color: #A26543; /* $secondary */
}

.blog > nav a:hover {
	color: #FFFFFF;
}

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #A26543; /* $secondary */
}

.blog > nav .blog-nextprev a {
	color: #FFFFFF;
}

.blog > nav .blog-nextprev a:hover {
	color: #A26543; /* $secondary */
}

ul.post-list .upper {
	border-bottom: solid 1px #8895A6; /* $primary */
	margin-bottom: 10px;
}

.blog .content, .blog-system .content {
	display: block;
	margin-bottom: 10px;
}

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
}

ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
	color: #8895A6; /* $primary */
}

ul.post-list > li h4 span.bars {
	top: -2px;
	position: relative;
}

ul.social-icons {
	display: table;
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-nav ul.social-icons {
	width: 100%;
	float: none;
}

ul.social-icons li {
	display: table-cell;
}

html.no-display-table ul.social-icons li {
	display: block;
	float: left;
}

ul.social-icons li a {
	display: block;
	margin-right: 5px;
}

.side-nav ul.social-icons li a {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	text-align: center;
	margin: 5px 0;
}

ul.social-icons icon {
	background-color: #1D5585;
	color: #fff;
	padding: 5px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
}

.side-nav ul.social-icons .addthis_button_facebook icon {
	background-color: #3C57A2;
}

.side-nav ul.social-icons .addthis_button_twitter icon {
	background-color: #00A8E8;
}

.side-nav ul.social-icons .addthis_button_google icon {
	background-color: #DD4B38;
}

.side-nav ul.social-icons .addthis_button_email icon {
	background-color: #2F70B0;
}

.side-nav ul.social-icons li a icon {
	position: static;
	opacity: 1;
	margin: 0;
	background-color: #3B3B3B; /* $dark */
}

ul.social-icons icon:hover {
	background-color: #A26543; /* $secondary */
}

.side-nav ul.social-icons li a icon:hover {
	background-color: #3B3B3B; /* $dark */
}

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #3B3B3B; /* $dark */
	color: #fff;
	margin: -3px 0 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

ul.post-list a.More:hover {
	background-color: #A26543; /* $secondary */
	color: #8895A6; /* $primary */
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #FFFFFF; /* $light */
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}
/* End Blog Styles */

/* Results System Styles */
.case-sys {
}

.case-sys select {
	border: solid 2px #8895A6 !important; /* $primary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important;
	color: #888888 !important;
	outline: none;
	line-height: 1.4em !Important;
}

.case-sys .select {
	position: relative;
}

.case-sys .select:after {
	content: '\E975';
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	font-size: 22px;
	color: #A26543; /* $secondary */
	top: 0px;
	right: 3px;
	pointer-events: none;
}

.case-sys article {
	display: block;
	padding: 10px 2%;
	background-color: #FFFFFF; /* $light */
	border: solid 3px #A26543; /* $secondary */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
	margin-top: 10px;
}

.case-sys h2 {
	color: #8895A6; /* $primary */
	text-transform: none;
}

.case-sys h2 span {
	color: #3B3B3B; /* $dark */
}

.case-sys span {
}

.case-sys .result {
	color: #3B3B3B; /* $dark */
}

.case-sys p {
	margin: 10px 0;
}
/* End Results System Styles */

/* Start Video Styles */
div.video div.item {
	margin: 1%;
	width: 100%;
	color: #fff;
}

div.video div.item > a {
	color: #FFFFFF;
	display: block;
	padding: 10px;
	background-color: #8895A6; /* $primary */
	border: solid 3px #A26543; /* $secondary */
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	border-radius: 3px;
	line-height: 1.2em;
	text-decoration: none !important;
}

div.video div.item a:hover {
	text-decoration: none !important;
	background-color: #3B3B3B; /* $dark */
}

div.video div.item h3 {
	color: #A26543; /* $secondary */
	font-weight: 600;
}

div.video div.item span {
	color: #C8C8C8;
}

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
	clear: both;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	color: #666;
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Start Video Styles */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 98%;
	position: relative;
	margin: 1%;
	clear: both;
}

.reviews article:nth-child(even) {
	clear: left;
}

.reviews.single article {
	width: 100%;
	float: none;
}

.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reviews article .quote {
	padding: 15px;
	background-color: #8895A6; /* $primary */
	border-radius: 5px;
	position: relative;
}

.reviews article .quote:after {
	content: ' ';
	width: 0;
	height: 0;
	bottom: -50px;
	right: 22%;
	position: absolute;
	border-top: solid 60px transparent;
	border-bottom: solid 60px transparent;
	border-right: solid 60px #8895A6; /* $primary */
}

.reviews.single article .quote {
}

.reviews article .c-info {
	padding: 5px 20px 5px;
	color: #A26543; /* $secondary */
	border-radius: 0px 8px 8px 8px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.4em;
	background-color: #3B3B3B; /* $dark */
	float: right;
}

.reviews article h1, .reviews article h2 {
	margin: 0;
	font-size: 1.5em;
	color: #3B3B3B; /* $dark */
}

.reviews article h1 a, .reviews article h2 a {
	color: #3B3B3B;
	font-size: 20px;
}

.reviews article h1:hover a, .reviews article h2:hover a {
	color: #FFFFFF;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF;
}

.reviews article div > span {
	color: #FFFFFF;
}

.reviews article div > span span {
	color: #FFFFFF; /* $light */
}

.reviews .share {
}

.reviews .share span {
	margin-right: 10px;
}

.reviews .share a {
	color: #FFFFFF;
}

.reviews .share a icon {
	display: inline-block;
	background-color: #A26543; /* $secondary */
	padding: 5px;
	color: #8895A6; /* $primary */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #3B3B3B; /* $dark */
	color: #FFFFFF; /* $light */
}

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

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

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

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

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

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

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

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

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

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

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

div.addreview input, div.addreview select {
	display: block;
	outline: none;
}

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

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

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

.webwidget_rating_simple li span {
	display: none;
}

.quote .addthis_toolbox a {
	color: #FFFFFF;
}

.datanavigation {
	clear: both;
	padding-bottom: 30px;
}
/* End Review System Styles */

/* Accolades */
.Accolade-list {
	display: table;
	width: 100%;
	vertical-align: top;
	padding: 10px 0%;
	text-align: center;
}

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

.Accolade-list ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px rgba(90,90,90,0.3);
	padding: 0px 3%;
}

body.sub .Accolade-list ul li {
	display: block;
	padding: 10px 0px;
	border-right: none;
	width: auto;
}

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

.Accolade-list ul li img {
	max-width: 100%;
	max-height: 80px;
	padding: 0px 2%;
}

#AccoladeZone {
	clear: both;
}

.Accolades-Hines {
	display: table;
	width: 100%;
	vertical-align: top;
	padding: 10px 0%;
	text-align: center;
}

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

.Accolades-Hines ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px rgba(90,90,90,0.3);
	padding: 0px 3%;
}

.Accolades-Hines ul li:last-child {
	border-right: none;
}
/* End Accolades */

/* Footer */
.footer {
	background-color: #1F1F1F;
	background-image: url(/images/repeating-patterns/abstract.png);
}

.footer-address {
	color: #FFFFFF;
	padding: 2em 0 7px 0;
}

.footer .third {
	text-align: center;
}

.footer-address h2 {
	font-weight: normal;
	color: #C38C6E;
	text-transform: uppercase;
	font-size: 1em;
}

.footer-address h3 {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
}

.footer-address .address-info {
	font-size: 0.75em;
	text-transform: uppercase;
}

.footer-logo {
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.social-footer .follow {
	font-size: 1em;
}

.footer-logo > a {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
}

.footer-address .phone-info {
	float: none;
	display: block;
	width: 100%;
	top: 0;
}

.footer-address .phone-info .call {
	text-transform: uppercase;
	color: #C38C6E;
	margin-right: 8px;
	display: block;
}

.footer-address .phone-info .call:nth-child(3) {
	margin-top: 15px;
}

.footer-address .phone {
	color: #FFFFFF;
	font-size: 1.75em;
	font-weight: 500;
}

.footer-address  .social-footer {
	background-color: #A26543;
	overflow: hidden;
	padding: 15px 3% 8px;
	margin: 10px 0 15px;
	text-align: center;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
}

html.no-rgba .footer-address  .social-footer {
	background-color: #4C5766;
}

.footer-address  .social-footer .follow {
	float: none;
	display: block;
	line-height: 1.2em;
	color: #FFFFFF;
}

.footer-address ul.social {
	padding: 0;
	margin: 10px 0 0 5px;
	list-style: none;
}

.footer-address ul.social li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 0.875em;
	margin-right: 8px;
}

.footer-address ul.social li a {
	color: #FFFFFF;
	line-height: 25px;
	display: block;
}

.footer-address ul.social li a:hover {
}

.footer-address ul.social li a icon {
	color: #4C5766;
	background-color: #FFFFFF;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 1.25em;
	margin-right: 5px;
}

.footer-address ul.social li a:hover icon {
	background-color: #C28B6C;
}

.footer-address ul.social li a span {
	position: relative;
	top: -3px;
}

.footer-menu {
	border-top: 10px solid #A26543;
	background-color: #8895A6;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}

.footer-menu a {
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	padding: 10px;
}

.footer-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}

.footer-menu ul li {
	display: inline-block;
	padding: 5px 10px;
}

html.no-boxsizing .footer-menu ul li {
	float: left;
	width: 18%;
}

.footer-menu a:hover {
	color: #3B3B3B;
}

.disclaimer {
	background-color: #3B3B3B;
	border-top: 1px solid #95A1B0;
	padding: 0 2% 10px;
	color: #B2BAC5;
}

hmtl.no-rgba .disclaimer {
	background-color: #323A43;
}

.disclaimer a {
	color: #CC9E84;
}

.disclaimer a:hover {
	color: #FFFFFF;
}

.disclaimer .right {
	float: right;
	clear: right;
	margin-left: 15px;
}

.disclaimer .bottom {
	font-size: 0.813em;
}

.pay {
	margin-top: 20px;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
}
/* End Footer */

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

.caseeval input, .caseeval textarea, .caseeval select {
	margin: 0 .5% 10px;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: 'Alegreya Sans', sans-serif;
	border: none;
	background-color: #8895A6;
	width: 49%;
	padding: 15px 15px;
	float: left;
	background-image: url(/images/Grunge_Dark.png);
	border-bottom: solid 2px #A26543;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.caseeval input:focus, .caseeval textarea:focus {
	padding-top
	background-color: 10px#3B3B3B !important; /* $dark */
}

.caseeval input, .caseeval select {
	height: 40px;
}

.caseeval select {
	width: 99%;
	padding: 0 0 0 10px;
}

.caseeval textarea {
	height: 120px;
	overflow: auto;
	resize: none;
	width: 99%;
}

.caseeval a.btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	color: #FFFFFF; /* $light */
	font-size: 18px;
	background-color: #3B3B3B; /* $dark */
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.caseeval a.btn:hover {
	text-decoration: none;
	color: #FFFFFF; /* $light */
	background-color: #A26543; /* $secondary */
}
/* End Case Eval */

/* Mobile Menu */
#MobileNavZone .imenuitem, #MobileNavZone {
	display: none;
}

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(80,92,107,0.95); /* adjust($primary,-38%,0%,95%) */
	text-align: left;
	z-index: 99;
	top: 100%!important;
}

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

div.imenuitem {
	color: #FFFFFF; /* $light */
	font-size: 15px;
	border-bottom: solid 1px #FFFFFF; /* $light */
}

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 */

/* SVG Fonts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 300;
		font-style: italic;
		src: url('/fonts/alegreyasans-thinitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 300;
		font-style: normal;
		src: url('/fonts/alegreyasans-thin-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 400;
		font-style: normal;
		src: url('/fonts/alegreyasans-regular-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: italic;
		src: url('/fonts/alegreyasans-blackitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: normal;
		src: url('/fonts/alegreyasans-black-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 700;
		font-style: italic;
		src: url('/fonts/alegreyasans-bolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 700;
		font-style: normal;
		src: url('/fonts/alegreyasans-bold-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 800;
		font-style: italic;
		src: url('/fonts/alegreyasans-extrabolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 800;
		font-style: normal;
		src: url('/fonts/alegreyasans-extrabold-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 400;
		font-style: italic;
		src: url('/fonts/alegreyasans-italic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 300;
		font-style: italic;
		src: url('/fonts/alegreyasans-lightitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: italic;
		src: url('/fonts/alegreyasans-mediumitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: normal;
		src: url('/fonts/alegreyasans-medium-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 700;
		font-style: normal;
		src: url('/fonts/cabin-bold-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 700;
		font-style: italic;
		src: url('/fonts/cabin-bolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 400;
		font-style: italic;
		src: url('/fonts/cabin-italic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 500;
		font-style: italic;
		src: url('/fonts/cabin-mediumitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 500;
		font-style: normal;
		src: url('/fonts/cabin-medium-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 400;
		font-style: normal;
		src: url('/fonts/cabin-regular-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 600;
		font-style: italic;
		src: url('/fonts/cabin-semibolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 600;
		font-style: normal;
		src: url('/fonts/cabin-semibold-webfont.svg') format('svg');
	}
}
/* End SVG Fonts */

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

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

@media (max-width: 1100px) {
	.nav-area {
		padding: 0 1%;
	}

	.search {
		right: 1%;
	}

	.cta-list ul li h2 {
		font-size: 18px;
		padding: 8px 1%;
	}

	.cta-list ul li p {
		font-size: 15px;
	}
}

@media (max-width:1010px) {
	.phone-info {
		top: 0;
	}

	.phone-info .call {
		top: 0;
	}

	.phone-info {
	}

	.cta-list ul li h2 {
	}

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

	.mid-banner .info p {
		font-size: 1.75em;
	}
}

@media (max-width:990px) {
	.search {
		display: none;
	}

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

	.slide-tagline h4 {
		font-size: 2em;
	}

	.animation .slide img {
		background-position: 80% top;
	}
}

@media (max-width:920px) {
	.mid-banner.info-test .imgtext {
		float: none;
		padding-top: 0;
		text-align: center;
		display: block;
		width: auto;
		margin-left: 0;
	}

	.mid-banner.info-test .imgbtn {
		float: none;
		width: auto;
		text-align: center;
		display: block;
		padding: 0;
	}

	.mid-banner.info-test .imgbtn a {
	}

	.mid-banner.info-test .imgbtn img {
		display: none;
	}

	.cta-list {
		display: block;
	}

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

	.cta-list ul li {
		float: left;
		border-bottom: 1px solid #D2D2D2;
		padding: 10px 4%;
		background-color: #FFFFFF; /* $light */
	}

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

	.cta-list ul li:nth-child(even):after {
		display: none;
	}

	.cta-list ul li a {
		min-height: 120px;
	}

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

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

@media (max-width:890px) {
	.mid-banner .info {
		position: relative;
	}

	.mid-banner img {
		display: none;
	}

	.mid-banner .testimonialdisplay {
		text-align: center;
		float: none;
		width: auto;
	}

	.mid-banner .midbannervar-1 .info .btn {
		position: relative;
		margin: 10px auto 20px auto;
		padding: 10px 5%;
		width: 30%;
	}

	.mid-banner .info p {
		top: auto;
		left: auto;
		padding: 5px 3%;
	}

	.mid-banner .midbannervar .info .btn {
		bottom: 10px;
	}

	.testimonialdisplay .quote {
		width: 100%;
		padding: 10px 0px;
	}
}

@media (max-width:850px) {
	div.slide div.info h2 br {
		display: none;
	}

	.Accolade-list ul li {
		width: 50%;
		display: inline;
		border: none;
	}

	body.sub .Accolade-list ul li {
		display: inline;
	}

	.mid-banner .info p {
		font-size: 2.25em;
		text-align: center;
	}

	.mid-banner .info p span {
		display: inline;
	}

	.contact-form .button {
		text-align: left;
	}

	.Mid-form header {
		width: auto;
		float: none;
		padding: 10px 2% 0px 2%;
	}

	.Mid-form .contact-form-wrap {
		float: none;
		width: 100%;
		padding: 0px 0% 0px 2%;
	}

	.Mid-form input {
		width: 100%;
	}

	.Mid-form .contact-form-wrap>div {
		width: 32%;
	}

	.Mid-form .messagebox {
		width: 96%;
		margin-left: 2%;
	}

	.Mid-form textarea {
		width: 100%;
	}

	.Mid-form .contactsubmit {
		width: 96%;
	}

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

	div.slide .btn {
		font-size: 15px;
	}

	body.sub #CTAWrap {
		display: none;
	}

	body.sub #LowerCTAWrap {
		display: block;
	}

	.mid-banner.testimonialdisplay {
	}

	.mid-banner.testimonialdisplay img {
		display: none;
	}

	.testimonialdisplay .quote {
		width: 94%;
		margin: 10px auto;
	}

	.mid-banner .midbannervar .info .button {
		display: none;
	}

	.mid-banner .info {
		height: 100%;
		top: 0;
		padding-bottom: 1.78%;
		padding-top: 1%;
		position: relative;
	}

	.testimonialdisplay .author {
		text-align: center;
	}
}

@media (max-width:790px) {
	body {
	}

	#TopZone {
		background-image: none;
	}

	nav.top-nav, .espanol {
		display: none;
	}

	.phone-info {
		top: 0;
		width: auto;
	}

	.masthead {
		padding: 8px 1.5%;
	}

	.masthead .logo {
		position: relative;
		top: 5px;
		width: 330px;
	}

	ul.MobileBtns {
		display: table;
	}

	.animation {
		height: 396px;
	}

	.animation .squares {
		width: 214px;
		height: 214px;
	}

	.animation .squares div {
		height: 107px;
	}

	.animation .prev, .animation .next {
		width: 107px;
		height: 107px;
		padding: 21px 21px 22px 22px;
		font-size: 4em;
	}

	.animation .next {
	}

	.mid-banner img {
		width: 125px;
	}

	.mid-banner .info p {
		font-size: 1.25em;
		float: none;
	}

	.mid-banner .midbannervar .info .button {
		top: 20px;
		padding-left: 30px;
	}

	.footer-menu {
		display: none;
	}
}

@media (max-width:750px) {
	#MainZone, #SideZone, .footer .third {
		width: 98%;
		float: none;
		margin: 0px 1%;
	}

	#ProudlyServing {
		display: none;
	}

	#Phone2 {
		display: block;
	}

	.masthead .phone-info {
		width: 100%;
	}

	.masthead .logo {
		width: 100% !important;
		float: none;
		display: block;
		padding-bottom: 15px;
	}

	#SideNavigation {
		display: none;
	}

	div.slide div.info h2 br {
		display: none;
	}

	.footer .third {
		text-align: center;
		display: block;
		margin-bottom: 12px;
	}

	.footer-logo {
		top: 0;
	}

	.footer-address .social-footer .follow, .footer-address ul.social {
		float: none;
		display: inline-block;
	}

	.disclaimer .right, .disclaimer .left {
		float: none;
		display: block;
		margin: 0;
		width: 100%;
	}

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

	.footer-menu a {
		padding: 0;
	}

	.disclaimer .right {
		text-align: center;
		padding-top: 10px;
	}

	.awards ul {
		overflow: hidden;
		padding-top: 12px;
		text-align: center;
		letter-spacing: -4px;
	}

	.footer-logo > a {
		width: 100%;
		text-align: center;
	}

	.awards ul li {
		width: 31%;
		min-height: 165px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 1%;
	}

	.pay {
		width: 100%;
	}

	.footer-address .social-footer {
		width: 100%;
	}
}

@media (max-width:700px) {
	.content-cta.two {
		display: block;
		border-spacing: 0;
		margin-left: 0;
		margin: 0;
		width: 100%;
	}

	.content-cta.two li {
		width: 100%;
		display: block;
		margin: 15px 0;
	}

	.content-cta.two li br {
		display: none;
	}

	.cta-list ul li {
		padding: 10px 1%;
	}
}

@media (max-width:630px) {
	.masthead .phone-info .call {
	}

	.masthead .logo {
		text-align: center;
		float: none;
		display: block;
		width: 100% !important;
	}

	.masthead .logo img {
		max-width: 300px;
	}

	div.imenupanel {
	}

	#TopArea {
	}

	body {
	}

	.animation {
		height: 296px;
	}

	div.slide .button {
		width: 60%;
		left: 20%;
	}

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

	div.slide div.info h2 br {
		display: none;
	}

	.slide-tagline {
		top: 30px;
		border-top: none;
	}

	.slide-tagline h4 {
		font-size: 1em;
		line-height: 1;
		padding: 10px 0;
	}

	.mid-banner .info h2 {
		font-size: 1.75em;
	}

	.animation .squares {
		display: none;
	}

	.animation .prev, .animation .next {
		bottom: 20px;
		background-color: rgba(136,149,166,0.7); /* alpha($primary,70%) */
		height: 40px;
		width: 40px;
		display: block;
		top: auto;
		font-size: 30px;
		padding: 1%;
	}

	.animation .prev {
		left: 0;
	}

	.animation .next {
		right: 0;
	}

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

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

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

	.mid-banner .info p {
	}

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

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

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

	.content-cta.one, .content-cta.three {
		padding: 2%;
		text-align: center;
	}

	.content-cta img {
		display: none;
	}

	.disclaimer {
		text-align: center;
	}

	footer .phone-info {
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
	}
}

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

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

	.footer-logo {
		padding: 0 1.5%;
	}

	.mid-banner .info p {
	}

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

	#BlogFeed {
		display: none;
	}

	.mid-banner img {
		float: left;
		right: auto;
		left: 15px;
	}

	.awards ul li {
		min-height: 0;
	}

	.footer-address .social-footer .follow {
		margin-bottom: 5px;
	}

	.mid-banner .info .button {
		min-width: 50%;
	}

	ul.post-list a.More {
		display: table;
		float: none;
	}

	div.footer-logo.third img {
		max-width: 90%;
	}

	.footer-menu ul li {
		display: block;
	}

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

	body.sub #LowerCTAWrap {
		display: none;
	}

	.Mid-form .contact-form-wrap>div {
		width: 98%;
	}

	.phone-info, #Phone2 {
		display: none;
	}

	.mid-banner.info-test h1, .mid-banner.single-cta h1 {
		font-size: 2em;
	}

	.reviews article .quote:after {
		content: ' ';
		width: 0;
		height: 0;
		bottom: -36px;
		right: 33%;
		position: absolute;
		border-bottom: solid 37px transparent;
		border-right: solid 60px #8895A6;
		-webkit-transform: skew(15deg);
		-moz-transform: skew(15deg);
		-o-transform: skew(15deg);
		transform: skew(15deg);
		border-top: 0;
	}

	.mid-banner.info-test h2, .mid-banner.single-cta h2 {
		font-size: 1.25em;
	}

	body.Case-Evaluation #MainContent p {
		display: none;
	}

	body.Case-Evaluation #CaseEvalForm {
		margin-top: 3em;
	}
}

@media (max-width: 400px) {
	.content-cta p {
		font-size: 16px;
	}

	.content-cta li {
	}

	.content-cta p strong {
		font-size: 17px;
	}

	.content-cta.three h1 {
		font-size: 1.35em;
	}
}

@media (max-width: 700px) and (orientation: landscape) {
	#TopArea {
		position: relative;
	}

	body {
		padding-top: 0;
	}
}
/* End Responsive */

.side-nav ul li a {
	text-transform: uppercase;
	display: block;
	color: #FFFFFF; /* $light */
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding: 10px 20px 10px 15px;
	background-color: #8895A6; /* $primary */
}
