/* General Site Styles */
body {
	background: #FFFFFF; /* $light */
	margin: 0px;
	font-family: 'Alegreya Sans', sans-serif;
	padding: 0;
}

h1 {
	margin: 10px 0;
	font-weight: 400;
	text-transform: none;
	font-size: 26px;
	color: #6A0606;
	font-family: 'Playfair Display', serif;
}

h2, h3 {
	margin: 10px 0;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	color: #4C4B4B;
	font-family: 'Playfair Display', serif;
}

h4 {
	margin: 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	color: #6A0606;
	font-family: 'Playfair Display', serif;
}

.content h2, .content h3, .content h4 {
}

a {
	text-decoration: none;
	color: #790404;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.phonelink {
	cursor: default;
}

ul, #MainZone .side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
}

.content li > ul {
	margin: 0;
}

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

div.fancyfont {
	width: 94%;
	margin: 12px 3% 3%;
}

.fancyfont {
	background-color: #490404;
	color: #FFFFFF;
	margin: 12px;
	padding: 10px 12px;
	box-shadow: 0px 1px 2px #000000;
	width: 60%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 1.1em;
}

.fancyfont h3 {
	color: #FFFFFF;
}

.fancyfont ul {
	list-style: none;
}

.fancyfont ul li {
	border-bottom: solid 1px rgba(255,255,255,0.41); /* alpha($light,41%) */
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.fancyfont ul li:before {
	font-family: 'icomoon-ult';
	content: '\E1A4';
	position: absolute;
	margin: 10px 0 0 -30px;
	font-size: 22px;
}

.fancyfont a {
	color: #C0B391;
	font-weight: 600;
}

.fancyfont a:hover {
	color: #D30202;
}

a.fancyfont:hover {
	color: #FFFFFF; /* $light */
	background-color: #3E3E3E; /* $secondary */
}

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

.info-area > *, #SubInfoArea > * {
	display: block;
	padding: 25px 2%;
}

.info-area {
	min-height: 0 !important;
}

.no-boxsizing .info-area > div {
	width: 45%;
}

#MainZone.content {
	font-size: 16px;
	line-height: 1.8em;
	color: #323232;
}

body.system #MainZone.content {
	float: left;
	width: 66%;
}

#ContentArea > * {
	padding: 1px 10px;
}

#ContentArea .left {
	float: left;
	width: 49.5%;
}

.no-boxsizing #ContentArea .left {
	width: 45%;
}

#ContentArea .right {
	float: right;
	width: 49.5%;
	background-color: #FFFFFF; /* $light */
	display: none;
}

.no-boxsizing #ContentArea .right {
	width: 45%;
}

.side {
	float: right;
	width: 32%;
	margin: 0 0 15px 3%;
	display: block;
	clear: right;
}

body.system .side {
	margin: 0;
	padding: 25px 0;
}

#HiddenPageName {
	visibility: visible;
	line-height: 0;
	color: #FFFFFF; /* $light */
	font-size: .5px;
}

body.cms-layout .isublayout.iswap[active_='Empty'] {
	clear: both;
}

body.cms-layout .isublayout.iswap[active_='Empty'] > * {
	float: none !important;
}

body.cms-layout .cms-zone ul.zone-tab li {
	float: none !important;
}

div#test {
	border: solid 2px #666666;
	width: 240px;
	height: 75px;
	margin: 20px;
	padding: 8px 10px 10px 8px;
	border-radius: 20px;
	background-color: #CBCBCB;
	box-shadow: inset 0px 0px 2px 2px #ffffff;
}

div#test a {
	background-color: #B0B0B0;
	width: 220px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	box-shadow: 0px 2px 2px #000000;
	border-radius: 10px;
	border: solid 2px #6A6A6A;
	color: #2B2B2B;
	display: block;
	background-image: -webkit-linear-gradient(top,#E3E3E3,#AFAFAF);
	background-image: -moz-linear-gradient(top,#E3E3E3,#AFAFAF);
	background-image: -o-linear-gradient(top,#E3E3E3,#AFAFAF);
	background-image: linear-gradient(to bottom,#E3E3E3,#AFAFAF);
}

ul.palist {
	width: 100%;
	background-color: #C0B391;
	display: table;
	padding: 10px;
	margin: 3% 0px;
}

ul.palist li {
	list-style: none;
	display: inline-block;
	padding: 0px 0px;
	margin: 5px .5%;
	width: 32.33%;
	text-align: center;
}

ul.palist li a {
	color: #FFFFFF;
	background-color: #143B5D;
	display: block;
	padding: 4px 8px;
	font-size: .9em;
}

ul.palist li a:hover {
	color: #FFFFFF;
	background-color: #0D263B;
}
/* End General Site Styles */

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

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

.NavContainer {
	position: relative;
	z-index: 20;
}

.Fixed {
	position: fixed;
	width: 100%;
	z-index: 20;
}

body.cms-admin .Fixed {
	position: relative;
}

#NavZone {
	background-color: #3E3E3E; /* $secondary */
	position: relative;
}

#MastheadZone {
	background-color: #490404; /* $primary */
	background-image: -webkit-linear-gradient(top,#490404,#6A0606); /* $primary,lighten($primary,8%) */
	background-image: -moz-linear-gradient(top,#490404,#6A0606); /* $primary,lighten($primary,8%) */
	background-image: -o-linear-gradient(top,#490404,#6A0606); /* $primary,lighten($primary,8%) */
	background-image: linear-gradient(to bottom,#490404,#6A0606); /* $primary,lighten($primary,8%) */
	border-bottom: solid 1px #595959; /* adjust($secondary,14%,-70%,0%) */
	position: relative;
	border-top: solid 1px #676767;
}

#ImageZone {
	height: 519px;
	position: relative;
	z-index: 0;
}

body.sub #ImageZone {
	background-image: url(../images/Subpg-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

#CTAZone {
	background-color: #3E3E3E; /* $secondary */
	box-shadow: inset 0 3px rgba(37,1,1,0.3); /* adjust($primary,-50%,30%,30%) */
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

#InfoZone {
	background-color: #490404; /* $primary */
	background-image: url(../images/repeating-patterns/noise2.png),-webkit-linear-gradient(top,#490404,#6A0606);
	background-image: url(../images/repeating-patterns/noise2.png),-moz-linear-gradient(top,#490404,#6A0606);
	background-image: url(../images/repeating-patterns/noise2.png),-o-linear-gradient(top,#490404,#6A0606);
	background-image: url(../images/repeating-patterns/noise2.png),linear-gradient(to bottom,#490404,#6A0606);
	position: relative;
	background-attachment: fixed;
	z-index: 3;
}

body.sub main {
	background-color: #EAE6DB;
	box-shadow: inset 0 3px rgba(37,1,1,0.3); /* adjust($primary,-50%,30%,30%) */
	border-top: solid 1px #595959; /* adjust($secondary,14%,-70%,0%) */
}

#MainZone {
	background-color: #EAE6DB; /* lighten($dark,67%) */
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

body.sub #MainZone {
	background-color: transparent;
	background-image: none;
}

#InfoZone2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 3;
	background-color: #3E3E3E; /* $secondary */
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.01),rgba(0,0,0,0.49)); /* alpha($light,1%),adjust($secondary,-100%,0%,49%) */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.01),rgba(0,0,0,0.49)); /* alpha($light,1%),adjust($secondary,-100%,0%,49%) */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0.01),rgba(0,0,0,0.49)); /* alpha($light,1%),adjust($secondary,-100%,0%,49%) */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.01),rgba(0,0,0,0.49)); /* alpha($light,1%),adjust($secondary,-100%,0%,49%) */
	box-shadow: inset 0 3px #3E3E3E; /* $secondary */
}

#ALogoZone {
	background-color: #363636; /* darken($secondary,13%) */
	box-shadow: inset 0 5px 15px rgba(0,0,0,0.3), inset 0 -2px 10px rgba(255,255,255,0.15);
	background-image: -webkit-linear-gradient(top,#2F2F2F,#363636); /* darken($secondary,25%),darken($secondary,13%) */
	background-image: -moz-linear-gradient(top,#2F2F2F,#363636); /* darken($secondary,25%),darken($secondary,13%) */
	background-image: -o-linear-gradient(top,#2F2F2F,#363636); /* darken($secondary,25%),darken($secondary,13%) */
	background-image: linear-gradient(to bottom,#2F2F2F,#363636); /* darken($secondary,25%),darken($secondary,13%) */
	position: relative;
	z-index: 2;
}

#FirmImageZone {
	background-image: url(../images/Bottom-Img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-size: auto 140%;
	height: 320px;
	z-index: 2;
	display: none;
}

#FooterZone {
	background-color: #3E3E3E; /* $secondary */
	background-repeat: no-repeat;
	padding: 10px 0 20px 0;
	box-shadow: inset 0 3px rgba(37,1,1,0.3); /* adjust($primary,-50%,30%,30%) */
	position: relative;
	z-index: 2;
}

#SmallerZone {
	background-color: #555555; /* lighten($secondary,12%) */
	padding: 35px 0;
	text-align: center;
	font-size: 12px;
	color: #DADADA; /* $ltgray */
	position: relative;
	z-index: 2;
}

#LogoZone {
	background-color: #FFFFFF; /* $light */
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
/* End Layout Styles */

/* Top Nav Styles */
.top-nav {
}

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

.shrink-nav .top-nav ul.reg-nav {
	display: none;
}

.top-nav ul.sticky-links {
	display: none;
}

.shrink-nav .top-nav ul.sticky-links {
	display: table;
}

.top-nav ul.mobile-btns {
	display: none;
}

.top-nav li {
	display: table-cell;
	text-align: center;
	padding: 0 1%;
}

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

.top-nav a {
	display: block;
	padding: 14px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.top-nav a.mob-call {
	display: none;
}

.top-nav a icon {
	position: relative;
	top: 3px;
	font-size: 1.2em;
	padding-right: 5px;
	color: #949494;
}

.top-nav a:hover {
	color: #490404; /* $primary */
	background-color: #CFC5AB; /* lighten($dark,24%) */
}
/* End Top Nav Styles */

/* Masthead Styles */
#Masthead {
	padding: 10px 1%;
}

#Masthead .Logo {
	display: block;
	float: left;
	max-width: 60%;
}

#Masthead .Logo a {
	display: block;
}

#Masthead .Logo img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	max-width: 100%;
}

#Masthead .Logo img.ready {
	width: 100%;
}

.shrink-nav #Masthead .Logo img.ready {
	width: 75%;
}

#Masthead .Phone {
	float: right;
	text-align: center;
	line-height: 1.4em;
	padding: 37px 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #C0B391; /* $dark */
}

.shrink-nav #Masthead .Phone {
	padding-top: 15px;
}

.Phone a {
	display: block;
	color: #FFFFFF; /* $light */
	font-size: 40px;
	line-height: 1.2em;
}

.Phone span {
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF; /* $light */
}

.Phone strong {
	color: #C0B391; /* $dark */
}
/* End Masthead Styles */

/* Animation Styles */
#Animation {
	display: block;
	height: 519px;
	position: fixed;
	overflow: hidden;
	width: 100%;
	border-top: solid 3px #DADADA; /* $ltgray */
}

body.cms-admin #Animation, body.tablet #Animation, body.tablet-portrait #Animation, body.tablet-landscape #Animation {
	position: relative;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.sub-slide {
	padding: 20px 1%;
	font-size: 60px;
	text-align: center;
}

.sub-slide > * {
	display: inline-block;
}

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

.slide .main {
	height: 100%;
}

.slide img.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: absolute;
	background-size: cover;
}

.slide .info {
	height: 60%;
	display: block;
	position: relative;
	top: 20%;
	width: 100%;
	text-align: center;
}

.var-1 .slide .info {
	top: 25%;
	height: 70%;
	width: 65%;
	text-align: left;
}

.info h2 {
	display: block;
	text-align: center;
	font-size: 60px;
}

.var-1 .info h2 {
	text-align: left;
}

.var-1 .info h2 > br {
	display: none;
}

.info h2 > span {
	display: inline-block;
	margin: 5px auto;
	line-height: 1em;
	padding: 10px 1%;
}

.var-1 .info h2 > span {
	margin: 0;
	display: table;
}

.info h2 span.Top, .sub-slide h1 {
	font-size: 1em;
	color: #FFFFFF; /* $light */
	background-color: rgba(73,4,4,0.8); /* alpha($primary,80%) */
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
	padding: 7px 15px;
}

.no-rgba .info h2 span.Top, .no-rgba .sub-slide h1 {
	background-color: #490404; /* $primary */
}

.info h2 span.Mid {
	font-size: .54em;
	text-transform: none;
	background-color: rgba(35,35,35,0.8); /* adjust($secondary,-43%,-12%,80%) */
	padding: 21px 20px;
	color: #CBC1A5; /* lighten($dark,18%) */
	text-shadow: none;
}

.no-rgba .info h2 span.Mid {
	background-color: #3E3E3E; /* $secondary */
}

.var-1 .info h2 span.Mid {
	font-size: .49em;
}

.info h2 span.Bottom, .sub-slide h2 {
	font-size: 30px;
	color: #323232; /* adjust($secondary,-19%,-10%,0%) */
	padding: 1% 2%;
	background-color: rgba(255,255,255,0.8);
	text-transform: none;
}

.no-rgba .info h2 span.Bottom, .no-rgba .sub-slide h2 {
	background-color: #FFFFFF; /* $light */
}

.var-1 .info h2 span.Bottom {
	font-size: .82em;
}

.info h2 span.Bottom span, .sub-slide h2 strong {
	color: #440404; /* darken($primary,7%) */
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.sub-slide h2 em, .info h2 span.Bottom em {
	font-family: Meddon;
	font-size: .54em;
	text-transform: none;
	color: #440404; /* darken($primary,7%) */
	line-height: 0;
	position: relative;
	top: -5px;
}

.info a {
	display: inline-block;
	margin: 15px 0;
	background-color: #3E3E3E; /* $secondary */
	padding: 14px 70px 12px 20px;
	font-family: Marcellus SC;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	font-size: 18px;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: inset 0 25px 25px -10px rgba(0,0,0,0.15);
}

.info a icon {
	position: absolute !important;
	right: 0;
	display: block;
	top: 0;
	width: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	background-color: #490404; /* $primary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: inset 0 25px 25px -10px rgba(0,0,0,0.15);
}

.sub-slide h1 {
	font-size: .9em;
}

.sub-slide h2 {
	font-size: .82em;
}

@-moz-document url-prefix() {
	.info a icon {
		line-height: 50px;
	}
}

.info a:hover {
	background-color: #490404; /* $primary */
}

.info a:hover icon {
	background-color: #3E3E3E; /* $secondary */
}

#Animation .prev, #Animation .next {
	display: block;
	position: absolute;
	z-index: 11;
	color: #FFFFFF;
	font-size: 50px;
	top: 182px;
	width: 87px;
	height: 87px;
	background-color: rgba(73,4,4,0.803); /* alpha($primary,80%) */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#Animation .prev:hover, #Animation .next:hover {
	background-color: rgba(72,71,74,0.65);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

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

#Animation .next {
	right: 0px;
	padding: 18px 15px 16px 15px;
}
/* End Animation Styles */

/* CTA Styles */
.cta-list ul {
	display: table;
	width: calc(100% + 30px);
	padding: 25px 0;
	border-spacing: 15px 0px;
	margin-left: -15px;
}

.no-csscalc .cta-list ul {
	width: 100%;
	margin-left: auto;
}

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

.cta-list li {
	display: table-cell;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF; /* $light */
}

.cta-list.stacked li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.cta-list.stacked li:last-child {
	margin-bottom: 0;
}

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

.items1 li {
	width: 90% !important;
	display: block !important;
	margin: 0 5% 10px !important;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

.cta-list a {
	display: block;
	padding: 15px 0;
	position: relative;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cta-list.stacked a {
	padding: 15px 3%;
}

.cta-list li a > icon {
	position: absolute;
	right: 3%;
	font-size: 80px;
	color: rgba(217,217,217,0.7); /* adjust($light,-15%,0%,70%) */
	text-shadow: 1px 1px 3px #fff, 0px 0px rgba(0,0,0,0.5);
	z-index: 0;
}

.cta-list h2 {
	text-transform: none;
	color: #3E3E3E; /* $secondary */
	margin: 0 0 10px;
	font-family: Noto Sans;
	font-size: 18px;
	line-height: 1.2em;
	position: relative;
	padding: 0px 15% 0px 7%;
}

.cta-list.stacked h2 br {
	display: none;
}

.cta-list.stacked h2 {
	padding-left: 0;
}

.cta-list p {
	padding: 0px 4% 10px 10%;
	margin: 0;
	font-size: 14px;
	position: relative;
	color: #4A0303; /* saturate($primary,20%) */
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}

.cta-list .Btn {
	display: block;
	padding-left: 4%;
	position: relative;
}

.cta-list.stacked .Btn {
	padding-left: 0;
	width: 60%;
}

.cta-list .Btn>* {
	display: inline-block;
	float: left;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.cta-list .Btn span {
	background-color: #3E3E3E; /* $secondary */
	width: 85%;
	font-size: 13px;
	background-image: -webkit-linear-gradient(left,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-image: -moz-linear-gradient(left,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-image: -o-linear-gradient(left,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-image: linear-gradient(to right,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-size: 200% 100%;
	background-position: 0 0;
	line-height: 1.4em;
	padding: 6px 0 6px 7%;
}

.cta-list .Btn icon {
	width: 15%;
	background-color: rgba(112,4,4,0.85); /* adjust($primary,9%,30%,85%) */
	font-size: 22px;
	background-image: -webkit-linear-gradient(left,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-image: -moz-linear-gradient(left,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-image: -o-linear-gradient(left,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	background-image: linear-gradient(to right,#3E3E3E 50%,#D30202 50%); /* $secondary,adjust($primary,9%,30%,100%) */
	text-shadow: 1px 0 0 #FFFFFF; /* $light */
	background-position: 100% 0;
	background-size: 200%;
	line-height: 30px;
	text-align: center;
}

.cta-list a:hover .Btn span {
	background-position: 100% 0;
	background-color: #700404; /* adjust($primary,9%,30%,0%) */
}

.cta-list a:hover .Btn icon {
	background-position: 0 0;
	background-color: #3E3E3E; /* $secondary */
}
/* End CTA Styles */

/* Content CTAs */
.content-cta, body.sub.system .content-cta {
	display: block;
	width: 100%;
	background-color: #3E3E3E; /* $secondary */
	background-repeat: no-repeat;
	margin: 15px auto;
	text-align: center;
	box-shadow: inset 0 100px 200px -50px rgba(0,0,0,0.3);
	border-bottom: solid 6px #490404; /* $primary */
}

body.sub .content-cta {
	float: left;
	width: 65%;
}

.no-boxsizing .content-cta, body.sub.system .content-cta {
	width: 250px;
}

.content-cta.var-1, body.sub.system .content-cta.var-1 {
	background-image: url(../images/content-CTA-img2.png);
	background-size: 50% 100%;
	background-position: right;
	padding: 15px 43% 15px 3%;
}

body.sub .content-cta.var-1 {
	padding: 15px 25% 15px 1%;
}

.content-cta.var-2, body.sub.system .content-cta.var-2 {
	background-image: url(../images/content-CTA-img3.png);
	background-size: 35% auto;
	background-position: 5% center;
	padding: 15px 3% 15px 43%;
}

body.sub .content-cta.var-2 {
	padding: 15px 1% 15px 27%;
}

.content-cta.var-3, body.sub.system .content-cta.var-3 {
	background-image: url(../images/content-CTA-img4.jpg);
	background-size: 100% 55%;
	background-position: bottom;
	padding: 15px 3%;
}

body.sub .content-cta.var-3 {
	padding: 15px 1%;
}

.content-cta.var-4, body.sub.system .content-cta.var-4 {
	background-image: url(../images/content-CTA-img1.jpg);
	background-size: 40% 100%;
	background-position: left;
	padding: 15px 3% 15px 43%;
}

body.sub .content-cta.var-4 {
	padding: 15px 1% 15px 27%;
}

.content-cta h2 {
	font-family: Marcellus SC;
	margin: 0;
	color: #490404; /* $primary */
	text-transform: uppercase;
}

.content-cta h3 {
	font-family: Marcellus SC;
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFFFFF; /* $light */
	padding: 8px 0 6px;
}

.content-cta p {
	margin: 0;
	color: #FFFFFF; /* $light */
	padding-bottom: 10px;
}

.content-cta.var-3 p {
	padding-top: 15px;
	color: #2B2B2B; /* darken($secondary,30%) */
	font-size: 16px;
}

.content-cta a.Btn, .content-list a {
	display: block;
	width: 90%;
	padding: 5px 10px 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #C39F49;
	border-top: solid 3px rgba(0,0,0,0.3);
	margin: 0 auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.content-cta a.Btn:hover, .content-list a:hover {
	background-color: #143B5D;
}

.content-list {
	margin: 0 auto;
	text-align: center;
	background-color: #3E3E3E; /* $secondary */
	padding: 15px 0 5px;
	background-image: -webkit-linear-gradient(top,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
	background-image: -moz-linear-gradient(top,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
	background-image: -o-linear-gradient(top,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
	background-image: linear-gradient(to bottom,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
}

.content-list h2, .content-list h3 {
	margin: 0;
	font-family: Marcellus SC;
	font-size: 22px;
	text-transform: uppercase;
}

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

.content-list li {
}

.content-list a {
	margin-bottom: 2px;
}

.content-list a:hover {
}
/* End Content CTAs */

/* Middle Zone */
.info-video {
	width: 50% !important;
}

.mid-feed li {
	padding: 12px 0 0;
	font-size: 15px;
	color: #FFFFFF; /* $light */
}

.mid-feed li a {
	display: block;
	background-color: #3E3E3E; /* $secondary */
	padding: 7px 75px 7px 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: inset 0 40px 60px -15px rgba(0,0,0,0.3);
}

.mid-feed li a > span h3 {
	font-family: Noto Sans;
	font-size: 15px;
	color: #FFFFFF; /* $light */
	padding: 8px 15px;
	margin: 0;
	line-height: 1.2em;
}

.mid-feed li a > div {
	float: right;
	display: block;
	position: relative;
	width: 60px;
	height: 52px;
	background-color: #490404; /* $primary */
	padding: 0;
	margin: 0 -76px 0 0;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
	background-image: -webkit-linear-gradient(top,#720606,#420404); /* lighten($primary,10%),darken($primary,10%) */
	background-image: -moz-linear-gradient(top,#720606,#420404); /* lighten($primary,10%),darken($primary,10%) */
	background-image: -o-linear-gradient(top,#720606,#420404); /* lighten($primary,10%),darken($primary,10%) */
	background-image: linear-gradient(to bottom,#720606,#420404); /* lighten($primary,10%),darken($primary,10%) */
}

.mid-feed li a > div:before {
	font-family: 'icomoon-ult';
	position: relative;
	display: block;
	z-index: 5;
	color: #3E3E3E; /* $secondary */
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
	font-size: 32px;
	line-height: 52px;
}

.mid-feed li.num-1 a > div:before {
	content: '\E1A5';
}

.mid-feed li.num-3 a > div:before {
	content: '\E640';
}

.mid-feed li.num-2 a > div:before {
	content: '\E086';
}

.mid-feed li a > div:after {
	font-family: 'icomoon-ult';
	content: '\E915';
	color: #FFFFFF; /* $light */
	position: absolute;
	z-index: 5;
	top: 27px;
	right: -20px;
	font-size: 35px;
	line-height: 0;
	-webkit-transform: scale(1.2,1);
	-moz-transform: scale(1.2,1);
	-o-transform: scale(1.2,1);
	transform: scale(1.2,1);
	text-shadow: -4px 0 0 #3A0303; /* darken($primary,20%) */
}

.mid-feed li a:hover {
	background-color: #323232; /* darken($secondary,20%) */
}

.mid-content h1 {
	color: #FFFFFF; /* $light */
	font-size: 27px;
	margin: 0px 0 15px;
	line-height: 1em;
}

.mid-content h1 strong {
	font-weight: 400;
	color: #C0B391; /* $dark */
}

.info-area .mid-content h2, .info-area .mid-content h3 {
	font-family: Noto Sans;
	font-size: 18px;
	color: #C0B391; /* $dark */
	text-transform: none !important;
}

.info-area .mid-content h2 strong {
	color: #C0B391; /* $dark */
}

.mid-content ul {
	display: table;
	width: 100%;
}

.no-boxsizing .mid-content ul {
	width: auto;
}

.mid-content li {
	display: table-cell;
	text-align: center;
	width: 50%;
}

.mid-content li a {
	padding: 8px 0;
	display: block;
	color: #FFFFFF; /* $light */
	background-color: #3E3E3E; /* $secondary */
	background-image: -webkit-linear-gradient(top,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-image: -moz-linear-gradient(top,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-image: -o-linear-gradient(top,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-image: linear-gradient(to bottom,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-size: 200% 200%;
	background-position: 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mid-content li:last-child a {
	background-color: #D4AE52;
	background-image: -webkit-linear-gradient(bottom,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-image: -moz-linear-gradient(bottom,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-image: -o-linear-gradient(bottom,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-image: linear-gradient(to top,#3E3E3E 50%,#E90505 50%); /* $secondary,adjust($primary,11%,20%,0%) */
}

.mid-content li a:hover {
	background-position: 0 100%;
}
/* End Middle Zone */

/* Side Zone Styles */
.side > * {
	position: relative;
	display: block;
	margin: 0 0 20px;
	width: 100%;
	background-color: #FFFFFF; /* $light */
	font-size: 16px;
	color: #FFFFFF; /* $light */
}

.side header {
	position: relative;
	display: block;
	padding: 15px 0 10px 15px;
}

.side .sys-nav.social header {
	border-bottom: solid 1px #3E3E3E; /* $secondary */
	margin-bottom: 5px;
}

.side h2 {
	margin: 0;
	font-size: 30px;
	color: #3E3E3E; /* $secondary */
	line-height: 1em;
	font-family: Marcellus SC;
	text-transform: uppercase;
}

.side h3 {
	margin: 0;
	padding: 5px 0 0;
	line-height: 1em;
}

.side p {
	margin: 0;
	padding: 10px 0;
	line-height: 1.4em;
}

.side a {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
}

.side li {
	display: block;
	margin-bottom: 1px;
	position: relative;
}

.side #BlogCategoryList li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

.side-nav li a {
	padding: 8px 15px;
	background-color: #3E3E3E; /* $secondary */
	color: #FFFFFF; /* $light */
	box-shadow: inset 0 25px 30px -10px rgba(0,0,0,0.15);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.side-nav.sys-nav li a {
	font-size: 15px;
}

.side-nav .slide-list > li:after {
	content: '\E911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #FFFFFF; /* $light */
	top: 1px;
	right: 10px;
	font-size: 30px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	pointer-events: none;
}

.side-nav .slide-list > li.minus:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-nav li > ul {
	margin-top: 1px;
}

.side-nav .slide-list li > ul {
	display: none;
}

.side-nav li a icon {
	position: absolute;
	right: 100%;
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.side-nav li > ul li a:before {
	content: '\E0EA';
	font-family: 'icomoon-ult';
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #790404; /* adjust($primary,11%,40%,0%) */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.side-nav li > ul li a icon {
	display: none;
}

.side-nav li > ul li a:hover:before, .side-nav li > ul li.selected a:before {
	color: #3E3E3E; /* $secondary */
}

.side-nav li a:hover, .side-nav li.selected a {
	background-color: #730505; /* adjust($primary,10%,20%,0%) */
}

.side-nav li a:hover icon, .side-nav li.selected a icon {
	right: 15px;
	opacity: 1;
	filter: alpha(opacity=1);
}
/* End Side Zone Styles */

/* Side Contact */
.ContactFields {
	display: block;
	background-color: #3E3E3E; /* $secondary */
	padding: 0 15px 10px;
	position: relative;
	background-image: -webkit-linear-gradient(top,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
	background-image: -moz-linear-gradient(top,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
	background-image: -o-linear-gradient(top,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
	background-image: linear-gradient(to bottom,#323232,#3E3E3E); /* darken($secondary,20%),$secondary */
}

.ContactFields .title {
	display: block;
	text-transform: uppercase;
	line-height: 1.4em;
}

.ContactFields input, .ContactFields textarea, .ContactFields select {
	border: none;
	display: block;
	background-color: #DADADA;
	width: 100%;
	color: #3E3E3E;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.15);
	outline: none;
	margin: 0 0 8px;
	font-size: 14px;
}

.ContactFields input, .ContactFields select {
	height: 35px;
	padding: 8px 10px;
}

.ContactFields textarea {
	height: 90px;
	resize: none;
	padding: 8px 10px;
}

.ContactFields .Btn {
	padding: 10px 0;
	text-align: center;
	position: relative;
	background-color: #C0B391; /* $dark */
	color: #3E3E3E; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.ContactFields .Btn:hover {
	background-color: #7E0707; /* lighten($primary,13%) */
	color: #FFFFFF; /* $light */
}
/* End Side Contact */

/* Info Zone */
.info-contact.extended {
	float: none !important;
	width: 100% !important;
	text-align: center;
	border-top: solid 1px #C0B391; /* $dark */
	display: inline-block;
}

.info-area h2, #SubInfoArea .info-contact h2 {
	font-size: 27px;
	color: #FFFFFF; /* $light */
	margin: 0;
	line-height: 1em;
}

#SubInfoArea > * {
	width: 50%;
	float: left;
}

.info-area .info-contact.extended h2 {
	font-size: 34px;
}

.info-area h2 strong, #SubInfoArea .info-contact h2 strong {
	color: #FFFFFF; /* $light */
	font-weight: 400;
}

.info-area p, #SubInfoArea .info-contact p {
	margin: 10px 0;
	font-size: 16px;
	color: #FFFFFF;
}

.info-area .info-contact.extended p {
	font-size: 19px;
}

.bottom-feed li {
	padding: 11px 0;
	font-size: 14px;
	color: #C0B391; /* $dark */
	border-bottom: solid 1px #C4B898; /* lighten($dark,6%) */
}

div#BlogFeed2 h2, div#BlogFeed2 strong {
	color: #FFFFFF; /* $light */
}

.bottom-feed.photo-feed li {
	display: block;
	float: left;
	width: 48%;
	border: none;
	margin: 0 1%;
	padding: 6px 0;
}

.bottom-feed li:last-child {
	border: none;
}

.bottom-feed li a {
	display: block;
	color: #BDBDBD; /* darken($light,26%) */
	padding-left: 70px;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.bottom-feed li a:hover {
	color: transparent;
}

.bottom-feed li a > span {
	padding: 0;
	display: block;
	line-height: 1.3em;
	color: #FFFFFF; /* $light */
}

.bottom-feed li a > span h3 {
	margin: 0;
	font-size: 14px;
	font-family: Noto Sans;
	text-transform: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #C1B38E;
}

.bottom-feed li a:hover > span h3 {
	color: #FFFFFF; /* $light */
}

.bottom-feed li a > div {
	position: relative;
	width: 60px;
	background-color: #770505; /* adjust($primary,11%,20%,0%) */
	color: #FFFFFF; /* $light */
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-left: -70px;
	height: 50px;
	background-size: cover;
	background-position: center;
}

.bottom-feed.photo-feed li div {
	height: 115px;
	position: relative;
	overflow: hidden;
}

.bottom-feed.photo-feed li div .img-info {
	position: absolute;
	bottom: -37%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgba(107,94,61,0.7); /* adjust($dark,-50%,0%,70%) */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 0 2% 8px;
	color: #FFFFFF; /* $light */
}

.bottom-feed.photo-feed li div .img-info h3 {
	color: #CE0505; /* adjust($primary,31%,50%,0%) */
	font-size: 18px;
	margin: 0;
	padding: 8px 0;
}

.bottom-feed.photo-feed li div:hover .img-info {
	bottom: 0;
}

.bottom-feed li a > div span {
	display: block;
}

.bottom-feed li a > div icon {
	font-size: 28px;
}

.info-contact .fields {
	float: left;
	width: 49%;
}

.info-contact.extended .fields {
	width: 100%;
	float: none;
}

.info-contact input, .info-contact textarea, .info-contact select {
	border: none;
	outline: none;
	margin: 0 0 5px;
	display: block;
	background-color: #C0B391;
	padding: 10px;
	font-family: Noto Sans;
	font-size: 13px;
	color: #303030;
	border-radius: 0;
}

.info-contact input, .info-contact select {
	height: 34px;
	width: 100%;
}

.info-contact.extended input {
	width: 32.33%;
	float: left;
	margin: 0 .5% 9px;
}

.info-contact textarea {
	float: right;
	width: 49%;
	height: 112px;
	resize: none;
	overflow: auto;
}

.info-contact.extended textarea {
	width: 99%;
	margin: 0 .5% 9px;
	height: 60px;
	float: none;
}

.info-contact a.Submit, .info-area a.Btn {
	display: block;
	clear: both;
	padding: 10px;
	text-align: center;
	font-family: Marcellus SC;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3E3E3E; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.bottom-feed a.Btn {
	width: 98%;
	margin: 0 1% 0;
}

.info-contact a.Submit:hover, .bottom-feed a.Btn:hover {
	background-color: #8C8C8C;
}

.test-feed div > span {
	display: inline-block;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.test-feed .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #3E3E3E; /* $secondary */
	position: relative;
	width: 100%;
}

.test-feed .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #3E3E3E; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.test-feed .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #490404; /* $primary */
}

.test-feed .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #490404; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-moz-transform: skew(20deg,0deg);
	-o-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

.test-feed .quote h3 {
	color: #740404; /* adjust($primary,10%,30%,0%) */
	font-family: Noto Sans;
	font-size: 19px;
	margin: 0;
	line-height: 1.4em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
	font-style: italic;
	position: relative;
	z-index: 5;
}

.test-feed .c-info span.name {
	display: block;
	font-family: Marcellus SC;
	color: #3E3E3E; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}
/* End Info Zone */

/* A-Logos */
.a-logos.extended {
	width: 100%;
	padding: 5px 1%;
}

.a-logos ul {
	display: block;
}

.a-logos.extended ul {
	display: table;
	padding: 20px 1%;
	width: 100%;
}

.a-logos.extended img {
	vertical-align: middle;
}

.a-logos ul li {
	display: block;
	float: left;
	padding: 0;
	border: none;
	max-width: 32.3%;
	margin: 5px 1%;
}

.a-logos.extended ul li {
	display: table-cell;
	margin: 0;
	padding: 0 .5%;
	border: none;
	width: auto;
	float: none;
	text-align: center;
}

.a-logos img {
	height: auto;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
/* End A-Logos */

/* Footer Styles */
#BottomInfo .top {
	border-bottom: solid 1px #DADADA; /* $ltgray */
	padding-bottom: 10px;
}

#BottomInfo .top .Phone a {
	margin-top: 20px;
}

#BottomInfo .bottom {
	padding: 20px 0 0;
	font-size: 13px;
	color: #C0B391; /* $dark */
}

#BottomInfo .bottom .phonelink {
	color: #DADADA; /* $ltgray */
}

div#SiteSchema a {
	color: #D0C7AE; /* lighten($dark,26%) */
}

div#SiteSchema a:hover {
	color: #FFFFFF; /* $light */
}

#BottomInfo .bottom .bold {
	color: #DADADA; /* $ltgray */
}

#BottomInfo>*>* {
	float: left;
	padding: 0 1.5%;
}

#BottomInfo .One {
	width: 38%;
	text-align: center;
	padding-left: 0;
	color: #D0C7AE;
}

#BottomInfo .bottom .One {
	line-height: 1.4em;
}

#BottomInfo .One .mob-phone {
	display: none;
}

#BottomInfo .One img {
	max-width: 100%;
}

#BottomInfo .Two {
	width: 38%;
}

#BottomInfo .Two ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#BottomInfo .Two ul li a {
	color: #FFFFFF; /* $light */
	font-size: 14px;
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #DADADA; /* $ltgray */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#BottomInfo .Two ul li a:hover {
	color: #C0B391; /* $dark */
}

#BottomInfo .Three {
	width: 24%;
	padding-right: 0;
}

#BottomInfo .Three a {
	display: block;
	padding: 5px 0;
}

#BottomInfo .Three.long-list a {
	float: left;
	width: 25%;
	text-align: left;
	margin-bottom: 10px;
}

#BottomInfo .Three a icon {
	background-color: #770505; /* adjust($primary,11%,20%,0%) */
	padding: 5px;
	color: #FFFFFF; /* $light */
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	font-size: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

#BottomInfo .Three.long-list a icon {
	font-size: 24px;
}

#BottomInfo .Three a span {
	font-size: 16px;
	color: #FFFFFF; /* $light */
	vertical-align: top;
	padding: 0 0 0 10px;
}

#BottomInfo .Three.long-list a span {
	display: none;
}

#BottomInfo .Three a:hover icon {
	background-color: #3E3E3E; /* $secondary */
	color: #FFFFFF; /* $light */
	text-shadow: none;
}

#BottomInfo h2 {
	margin: 0;
	color: #DADADA; /* $ltgray */
	padding-top: 30px;
	font-size: 21px;
}

#BottomFooter span {
	float: left;
	font-size: 13px;
	padding-top: 50px;
	color: #3E3E3E; /* $secondary */
}

#BottomFooter span a {
	color: #3E3E3E; /* $secondary */
}

#BottomFooter span a:hover {
	color: #B00A0A; /* lighten($primary,25%) */
}

#BottomFooter>a {
	float: right;
}
/* End Footer Styles */

/* Case Eval Form */
.case-eval {
	padding: 15px 15px;
	background-color: #3E3E3E; /* $secondary */
	border: solid 4px #490404; /* $primary */
	box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.5);
	display: block;
	width: 100%;
}

.case-eval input, .case-eval textarea, .case-eval select {
	background-color: rgba(0,0,0,0.3);
	border: none !important;
	display: block;
	margin: 0 .5% 10px;
	float: left;
	height: 33px;
	width: 49%;
	padding: 6px 10px;
	box-shadow: 1px 1px rgba(255,255,255,0.1), inset 1px 1px 1px rgba(0,0,0,0.1);
	color: #FFFFFF;
	font-size: 15px;
	outline: none;
	border-radius: 0;
}

html.no-rgba .case-eval input, html.no-rgba .case-eval textarea {
	background-color: #DB723E;
}

.case-eval textarea {
	height: 60px;
	resize: none;
	width: 99%;
}

.case-eval a.Btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	background-color: #700404;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	display: inline-block;
	height: auto;
	cursor: pointer;
}

.case-eval.sys-eval a.Btn {
	width: 32.33%;
	line-height: 60px;
}

.case-eval a.Btn:hover {
	background-color: #5A5A5A;
}

html.no-rgba .case-eval a.Btn:hover {
	background-color: #17446A;
}

@media (max-width:400px) {
	.case-eval input, .case-eval textarea {
		width: 99%;
		float: none;
	}
}
/* End Case Eval Form */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #4D4D4D;
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 0px 0px 0px 0px;
	text-align: left;
	min-width: 225px;
	width: auto!important;
	background-size: cover;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
	max-width: 50%;
	background-image: url(../images/Slide1.jpg);
	background-position: center;
}

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

@-webkit-keyframes flyout {
	0% { -webkit-transform: scale(1,0); }
	100% { -webkit-transform: scale(1,1); }
}

@-moz-keyframes flyout {
	0% { -moz-transform: scale(1,0); }
	100% { -moz-transform: scale(1,1); }
}

@-o-keyframes flyout {
	0% { -o-transform: scale(1,0); }
	100% { -o-transform: scale(1,1); }
}

@keyframes flyout {
	0% { transform: scale(1,0); }
	100% { transform: scale(1,1); }
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(62,62,62,0.9); /* alpha($secondary,90%) */
	display: block;
}

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

nav.top-nav div.ifly {
	background-color: transparent;
	border: none;
	border-top: solid 1px #7B7B7B;
	display: block!important;
	border-bottom: solid 1px #000000;
	position: relative;
	z-index: 1;
}

nav.top-nav div.ifly a {
	padding: 10px 25px;
	min-width: 150px;
	line-height: 1.5em;
	border-bottom: none;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	text-transform: none;
	color: #FFFFFF;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
	background-color: #490404;
}

nav.top-nav div.iflyOver {
}

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

#NavZone nav.top-nav ul li:nth-child(3) div.iflylist .ifly {
	float: left;
	width: 50%;
}

nav.top-nav div.ifly div.iflylist {
	display: none!important;
}

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

div.iflylist div.ui-more-items {
	border-top: solid 1px #ddd;
	position: relative;
	display: none;
}

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

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: #3E3E3E; /* $secondary */
	text-align: left;
	z-index: 50;
	top: 48px !important;
}

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

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
}

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: #FFFFFF; /* $light */
	display: block;
	padding: 12px 15px;
}

div.imenuitem a:hover {
	color: #000000;
}

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

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

.case-sys select {
	border: solid 2px #3E3E3E !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #D2C8B0 !important; /* lighten($dark,28%) */
	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: #490404; /* $primary */
	top: 4px;
	right: 3px;
	pointer-events: none;
}

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

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

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

.case-sys span {
}

.case-sys .result {
	color: #3E3E3E; /* $secondary */
}

.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; /* $light */
	display: block;
	padding: 10px;
	background-color: #3E3E3E; /* $secondary */
	border: solid 3px #490404; /* $primary */
	-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: #C0B391; /* $dark */
}

div.video div.item span {
	color: #C7C7C7; /* darken($light,22%) */
}

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: 100%;
	position: relative;
	margin: 10px 0 45px;
}

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

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

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

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #3E3E3E; /* $secondary */
	position: relative;
	width: 100%;
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #3E3E3E; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #490404; /* $primary */
	text-align: center;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #490404; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-moz-transform: skew(20deg,0deg);
	-o-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

.reviews article h1 {
	margin: 0;
	color: #490404; /* $primary */
	text-transform: none;
}

.reviews article h1 a {
	color: #490404; /* $primary */
	font-size: 20px;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF; /* $light */
}

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

.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #3E3E3E; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.reviews .share {
	position: relative;
	z-index: 5;
}

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

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #490404; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #2B2B2B; /* darken($secondary,30%) */
}

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

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;
}
/* End Review System Styles */

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

ul.post-list > li .category a {
	color: #740404; /* adjust($primary,10%,30%,0%) */
}

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

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

#BlogEntry {
	padding: 0;
}

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

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

ul.post-list > li .category {
	display: block;
	background-color: #3E3E3E; /* $secondary */
	padding: 10px;
	color: #FFFFFF; /* $light */
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #3E3E3E; /* $secondary */
	color: #FFFFFF; /* $light */
}

.blog > nav a {
	color: #C0B391; /* $dark */
}

.blog > nav a:hover {
	color: #FFFFFF; /* $light */
}

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #CA0505; /* adjust($primary,30%,50%,0%) */
}

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

.blog > nav .blog-nextprev a:hover {
	color: #CA0505; /* adjust($primary,30%,50%,0%) */
}

ul.post-list .upper {
	border-bottom: solid 1px #3E3E3E; /* $secondary */
	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: #3E3E3E; /* $secondary */
}

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: #3E3E3E; /* $secondary */
	color: #FFFFFF; /* $light */
	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: #490404; /* $primary */
}

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

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #490404; /* $primary */
	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: #3E3E3E; /* $secondary */
}

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: #FCFCFC; /* darken($light,1%) */
	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 */

/* SVG Fonts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Noto Sans';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/notosans.svg') format('svg');
	}
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Marcellus SC';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/marcellussc.svg') format('svg');
	}
}
/* End SVG Fonts */

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

@media (max-width: 1200px) {
	#FirmImageZone {
		height: 300px;
	}

	.slide img.bg {
		background-position: left center;
	}
}

@media (max-width: 1000px) {
	#FirmImageZone {
		height: auto;
		padding-top: 30%;
	}
}

@media (max-width: 900px) {
	#ImageZone, #Animation {
		height: 419px;
	}

	.slide .info {
		top: 30%;
	}

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

	#MiddleContent h2, #MiddleContent h3 {
		display: none;
	}

	#MiddleContent p {
		line-height: 1.3em;
	}

	.info-area .bottom-feed.photo-feed li div .img-info {
		bottom: 0;
		padding: 0 2%;
	}

	.info-area .bottom-feed.photo-feed li div .img-info span {
		display: none;
	}

	.a-logos {
		display: none;
	}
}

@media (max-width: 800px) {
	.top-nav ul.reg-nav, .top-nav ul.sticky-links {
		display: none !important;
	}

	.top-nav ul.mobile-btns {
		display: table;
	}

	.top-nav {
		padding: 0;
	}

	#Masthead {
		padding: 5px 3%;
	}

	#Masthead .Logo {
		float: none;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	#Masthead .Phone {
		display: none;
	}

	#ImageZone, #Animation {
		height: 380px;
	}

	.info h2, .sub-slide {
		font-size: 43px;
	}

	.cta-list {
		padding: 0;
	}

	.cta-list ul {
		width: 100%;
		margin: 0;
	}

	.cta-list ul.items4 {
		width: 100%;
		margin: 0;
		border-spacing: 0;
		display: block;
	}

	.cta-list ul.items4 li {
		width: 48%;
		margin: 0 1% 2% !important;
		display: block;
		float: left;
	}

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

	.mid-content, .mid-feed, .info-vid {
		display: none;
	}

	.iswap > * {
		width: 100% !important;
		float: none !important;
	}

	#ContentArea .left, #ContentArea .right {
		float: none;
		width: 100%;
	}

	#MainZone {
		border-top: solid 3px #490404; /* $primary */
		padding: 15px 0 0;
	}

	#MainZone > main {
		padding: 0 2%;
	}

	.side {
		display: none;
	}

	#FirmImageZone {
		display: none;
	}

	#FooterZone {
		padding: 15px 0;
	}

	#BottomInfo>*>* {
		float: none;
		display: block;
		padding: 0;
	}

	#BottomInfo .One {
		width: 100%;
		text-align: center;
	}

	#BottomInfo .One .Phone {
		display: none;
	}

	#BottomInfo .One .mob-phone {
		display: block;
	}

	#BottomInfo .One .mob-phone a {
	}

	#BottomInfo .bottom .bold {
		font-size: 24px;
		display: block;
	}

	#BottomInfo .top, #BottomInfo .Two {
		display: none;
	}

	#BottomInfo .bottom {
		padding: 0;
	}

	#BottomInfo .Three {
		display: table;
		width: auto;
		margin: 10px auto 0;
		padding: 0;
	}

	#BottomInfo .Three li {
		display: table-cell;
	}

	#BottomInfo .Three li a {
		margin: 0 5px;
	}

	#BottomInfo .Three a span {
		display: none;
	}

	#SmallerZone {
		padding: 20px 0;
	}

	#BottomFooter>a {
		width: 200px;
	}

	#BottomFooter>a img {
		max-width: 100%;
	}

	.caseeval {
		width: 100%;
		margin-bottom: 15px;
	}

	.caseeval input, .caseeval textarea {
		display: block;
		float: none;
		width: 99% !important;
	}

	.caseeval.sys-eval a.Btn {
		width: 99%;
		line-height: 40px;
	}

	body.sub .content-cta {
		float: none;
		width: 100%;
		padding: 15px 3% 15px 43%;
	}

	body.sub .content-cta.var-1 {
		padding: 15px 43% 15px 3%;
	}

	body.sub .content-cta.var-2 {
		padding: 15px 3% 15px 43%;
	}

	body.sub .content-cta.var-3 {
		padding: 15px 3%;
	}

	.fancyfont {
		width: 94%;
	}

	#Animation .prev, #Animation .next {
		display: none;
	}
}

@media (max-width: 700px) {
	#ImageZone, #Animation {
		height: 350px;
	}

	.info h2, .sub-slide {
		font-size: 38px;
	}

	.info-area {
		padding: 0px 2%;
	}

	#SubInfoArea {
		padding: 10px 0;
	}

	#SubInfoArea .info-contact {
		display: none;
	}

	#SubInfoArea .cta-list.stacked {
		width: 100%;
		display: block;
		float: none;
	}

	#SubInfoArea .cta-list.stacked ul {
		display: table;
		margin: 0;
	}

	#SubInfoArea .cta-list.stacked li {
		display: table-cell;
		width: 50%;
	}

	.info-area .bottom-feed {
		display: none;
	}

	.info-area .info-contact, .info-area .bottom-feed.test-feed {
		width: 100%;
		float: none;
		text-align: center;
		display: block;
		margin: 0;
		padding: 15px 0;
	}

	.info h2 span.Bottom, .sub-slide h2 {
		font-size: 20px;
	}

	.test-feed .c-info {
		display: none;
	}

	.test-feed .quote {
		margin-bottom: 0;
	}

	#ALogoZone {
		display: none;
	}
}

@media (max-width: 650px) {
	.cta-list ul {
		display: block;
		border-spacing: 0;
		width: 100%;
	}

	.cta-list ul li {
		width: 48% !important;
		margin: 0 1% 0 !important;
		display: block !important;
		float: left;
	}

	.cta-list ul.items3 li:last-child {
		width: 98% !important;
		margin-top: 8px !important;
	}

	.cta-list.stacked .Btn {
		width: 100%;
	}

	.reviews .share span {
		display: none;
	}

	.hidecontent {
		display: none;
	}
}

@media (max-width: 600px) {
	.Fixed {
		position: relative;
	}

	#NavZone {
		background-color: transparent;
		position: relative;
		z-index: 20;
	}

	.top-nav {
		padding: 0;
	}

	.top-nav ul.mobile-btns {
		position: fixed;
		background-color: #3E3E3E; /* $secondary */
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	}

	.top-nav li > a > span {
		display: none;
	}

	#Animation {
		position: relative;
		height: 100%;
	}

	.slide .info {
		top: 20%;
		height: 65%;
	}

	.var-1 .slide .info {
		top: 20%;
		height: 80%;
	}

	.info h2, .sub-slide {
		font-size: 35px;
	}

	.info a, .info h2 {
		margin: 0;
	}

	#ImageZone {
		height: 320px;
	}

	.info a icon {
	}

	.cta-list p {
		display: none;
	}

	#BottomFooter span {
		display: block;
		float: none;
		padding: 0 0 5px;
		text-align: center;
	}

	#BottomFooter>a {
		display: block;
		float: none;
		margin: 0px auto 10px;
	}
}

@media (max-width: 550px) {
	.cta-list li a > icon {
		font-size: 65px;
	}

	ul.social-icons {
		float: none;
		margin-bottom: 8px;
	}

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

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

	.reviews .share {
		float: none;
		display: block;
		margin: 10px 0 0;
	}

	.reviews article div > span {
		float: none;
	}

	.top-nav a.mob-call {
		display: block;
	}

	.top-nav a.tab-call {
		display: none;
	}
}

@media (max-width: 500px) {
	.content-cta {
		background-image: none !important;
		padding: 15px 3% !important;
	}

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

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

	.content-cta.var-3 p {
		padding-top: 0;
		color: #FFFFFF; /* $light */
	}

	#ContactMap, #ContactMap * {
		width: 330px !important;
		height: 330px !important;
		margin: 0px auto 15px;
	}
}

@media (max-width: 450px) {
	.var-1 .slide .info {
		width: 100%;
		text-align: center;
	}

	.var-1 .info h2 > span {
		display: block;
		text-align: center;
	}

	.cta-list h2 {
		font-size: 18px;
		padding: 0;
		text-align: center;
		text-shadow: 0 0 5px rgba(255,255,255,0.7);
		margin: 0 0 5px;
	}

	.cta-list .items3 h2 {
		padding-left: 10%;
		text-align: left;
	}

	.cta-list a {
		padding: 10px 4%;
	}

	.cta-list .items3 a {
		padding: 10px 0;
	}

	.cta-list .Btn {
		padding: 0;
	}

	.cta-list .items3 .Btn {
		padding-left: 4%;
	}

	.cta-list .items3 li, .cta-list ul.items3 li:last-child {
		width: 94% !important;
		margin: 0 3% 2% !important;
	}

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

	#BottomInfo .bottom .bold {
		font-size: 18px;
	}

	.var-1 .info h2 > span.bottom {
		padding: 5px 10px;
	}

	.caseeval.sys-eval h2 {
		font-size: 23px;
	}

	.caseeval.sys-eval p {
		font-size: 14px;
	}

	.reviews article .c-info {
		display: none;
	}
}

@media (max-width: 400px) {
	.top-nav a icon {
		display: block;
		padding: 0 0 3px;
		top: 0;
	}

	.top-nav ul li {
		border-right: solid 1px rgba(0,0,0,0.2);
		box-shadow: 1px 0 0 rgba(255,255,255,0.1);
		width: 25%;
	}

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

	#ImageZone {
		height: 280px;
	}

	.var-1 .slide .info {
		width: 100%;
		text-align: center;
	}

	.var-1 .info h2 > span {
		display: block;
		text-align: center;
	}

	.info h2, .sub-slide {
		font-size: 30px;
	}

	.info h2 span {
		margin: 2px auto;
	}

	.info h2 span.Bottom {
		padding: 5px 10px;
	}
}
/* End Responsive */