/* General Site Styles */
body {
	background: #ffffff;
	margin: 0px;
	font-family: Noto Sans;
	padding: 0;
}

h1 {
	margin: 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
	color: #691113; /* $primary */
	font-family: Marcellus SC;
}

h2, h3 {
	margin: 10px 0;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	color: #1E232C; /* $secondary */
	font-family: Marcellus SC;
}

h4 {
	margin: 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	color: #1E232C; /* $secondary */
	font-family: Marcellus SC;
}

.content h2, .content h3, .content h4 {
	font-family: Noto Sans;
}

a {
	text-decoration: none;
	color: #691113; /* $primary */
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: #1E232C; /* $secondary */
}

a.phonelink {
	cursor: default;
	font-weight: bold;
}

ul, #MainZone .side ul {
	list-style: none;
	margin: 0;
	padding: 0 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%;
}

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

.Columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.Columns h1 {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}

#MainZone.content {
	font-size: 14px;
	line-height: 1.8em;
	color: #5D6168; /* $dark */
	box-shadow: inset 0 8px #691113; /* $primary */
	background-image: linear-gradient(to right,#FFFFFF 90%,#CCCCCC);
}

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

#ContentArea > * {
	padding: 10px;
}

#ContentArea .left {
	float: left;
	width: 49%;
	padding: 10px 10px 10px 10px;
}

#ContentArea .right {
	float: right;
	width: 49%;
	padding: 10px 10px 10px 10px;
	background: #EAEAEA;
}

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

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

#HiddenPageName {
	visibility: hidden;
	line-height: 0;
	color: #fff;
	font-size: .5px;
}

.content-table {
	margin-top: -18px;
}

.content-table td {
	vertical-align: baseline;
}
/* End General Site Styles */

/* Layout Styles */
form *,form *:before,form *:after {
	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 {
	position: relative;
	background-image: linear-gradient(181deg,#873634 0%,#691113); /* ,$primary */
}

#MastheadZone {
	background-color: #FFFFFF; /* $light */
	background-image: linear-gradient(to bottom,#BDBFBF,#FFFFFF); /* ,$light */
	border-top: solid 1px #F5F5F5; /* darken($light,4%) */
	border-bottom: solid 1px #1E232C; /* $secondary */
	position: relative;
}

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

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

#CTAZone {
	background-color: #1E232C; /* $secondary */
	box-shadow: inset 0 3px rgba(55,6,7,0.3); /* adjust($primary,-50%,30%,30%) */
	background-image: url(/images/CTA-BG.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
	background-size: auto 100%;
}

#SecondaryCTAZone {
	position: relative;
	z-index: 2;
	background: url(/images/Video_BG.jpg) no-repeat center;
	background-size: cover;
}

body.sub main {
	background-color: #FFFFFF; /* $light */
	box-shadow: inset 0 3px rgba(55,6,7,0.3); /* adjust($primary,-50%,30%,30%) */
	background-image: linear-gradient(to top,#BDBFBF,#FFFFFF);
	border-top: solid 1px #404247; /* adjust($secondary,14%,-70%,0%) */
}

#MainZone {
	background-color: #F5F5F5; /* darken($light,4%) */
	background-image: linear-gradient(to bottom,#FEFEFE,#FFFFFF); /* adjust($primary,84%,-60%,0%),$light */
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

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

#InfoZone {
	background-image: url(/images/Info_BG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
	box-shadow: inset 0 -5px #1E232C; /* $secondary */
}

#ALogoZone {
	background-color: #1A1E26; /* 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: linear-gradient(to bottom,#161A21,#1A1E26); /* 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 130%;
	height: 210px;
	z-index: 2;
}

#FooterZone {
	background-color: #E3CDCE; /* adjust($primary,80%,-60%,0%) */
	background-image: url(/images/Brushed_Rain.png);
	background-repeat: no-repeat;
	padding: 20px 0;
	box-shadow: inset 0 3px rgba(55,6,7,0.3); /* adjust($primary,-50%,30%,30%) */
	position: relative;
	z-index: 2;
}

#SmallerZone {
	background-color: #12151A; /* darken($secondary,40%) */
	padding: 35px 0;
	text-align: center;
	font-size: 12px;
	color: #6C6F78;
	position: relative;
	z-index: 2;
	line-height: 18px;
}

#LogoZone {
	background-color: #1E232C; /* $secondary */
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

#MastheadAlt {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 1%;
}
/* 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 3%;
}

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

.top-nav a {
	display: block;
	padding: 12px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	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: #7D8CA7; /* lighten($secondary,50%) */
}

.top-nav a:hover {
	color: #7D8CA7; /* lighten($secondary,50%) */
}
/* End Top Nav Styles */

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

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

#Masthead .Logo a {
	display: block;
}

#Masthead .Logo img {
	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: 0;
	transition: .5s;
}

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

.Phone a {
	display: block;
	font-family: TrajanPro;
	color: #1E232C; /* $secondary */
	font-size: 28px;
	font-weight: 600;
	text-align: right;
}

.Phone span {
	text-transform: uppercase;
	font-size: 13px;
	color: #1E232C; /* $secondary */
	line-height: 24px;
}

.Phone strong {
	color: #911013; /* adjust($primary,10%,30%,0%) */
}
/* End Masthead Styles */

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

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: center;
	position: absolute;
	background-size: cover;
	box-shadow: inset 0 -60px rgba(30,35,44,0.8); /* alpha($secondary,80%) */
}

.slide .info {
	height: 100%;
	display: block;
	position: relative;
	top: 5%;
	width: 100%;
	text-align: left;
	left: 0;
	padding: 50px 0px 0 40%;
	z-index: 2;
}

.slide .main:after {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	top: 0;
	max-width: 454px;
	background-size: contain;
	z-index: 0;
	background-image: url(/images/staff_Charlie-Glanzer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

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

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

.no-rgba .info h2 span.Top, .no-rgba .sub-slide h1 {
	background-color: #C39F49;
}

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

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

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

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

.info h2 span.Mid {
	font-size: .54em;
	font-family: Meddon;
	text-transform: none;
	padding: 10px 20px 8px;
	color: #FFFFFF; /* $light */
	text-shadow: none;
}

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

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

.info h2 span.Bottom, .sub-slide h2 {
	font-size: .82em;
	color: #1E232C; /* $secondary */
	padding: 5px 20px;
	background-color: rgba(255,255,255,0.8);
}

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

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

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

.info h2 span.Bottom span, .sub-slide h2 strong {
	color: #691113; /* $primary */
	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: #BB963E;
	line-height: 0;
	position: relative;
	top: -5px;
}

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

.info a br {
	display: none;
}

.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: #691113; /* $primary */
	transition: .5s;
	box-shadow: inset 0 25px 25px -10px rgba(0,0,0,0.15);
}

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

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

.info a:hover icon {
	background-color: #1E232C; /* $secondary */
}
/* End Animation Styles */

/* CTA Styles */
.cta-list ul {
	display: block;
	width: 102%;
	padding: 25px 0;
	margin-left: -1%;
}

.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: block;
	box-shadow: 0px 1px 2px -6px rgba(0,0,0,0.3);
	float: left;
}

.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: 23%;
	margin: 0 1%;
}

.cta-list a {
	display: block;
	padding: 15px 0;
	position: relative;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-ms-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: linear-gradient(to bottom,#DDDFDF,#FFFFFF);
}

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

.cta-list li a > icon {
	position: absolute;
	right: 3%;
	font-size: 35px;
	color: rgba(93,97,104,0.3);
	text-shadow: 1px 1px 3px #fff, 0px 0px rgba(0,0,0,0.5);
	z-index: 0;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-ms-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .5s;
	padding: 5px;
}

.cta-list li a:hover > icon {
	color: #FFFFFF;
	background: #691113;
	text-shadow: none;
	font-size: 40px;
}

.cta-list h2 {
	text-transform: none;
	color: #1E232C; /* $secondary */
	margin: 0 0 15px;
	font-family: Noto Sans;
	font-size: 20px;
	padding-left: 4%;
	line-height: 1.2em;
	position: relative;
}

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

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

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

.cta-list .Btn br {
	display: none;
}

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

.cta-list .Btn>* {
	display: inline-block;
	float: left;
	color: #FFFFFF; /* $light */
	line-height: 30px;
}

.cta-list .Btn span {
	background-color: #1E232C; /* $secondary */
	width: 85%;
	font-size: 13px;
	padding-left: 7%;
}

.cta-list .Btn icon {
	width: 15%;
	background-color: #691113; /* $primary */
	font-size: 22px;
	text-shadow: 1px 0 0 #FFFFFF; /* $light */
	text-align: center;
}

.cta-list a:hover .Btn span {
}

.cta-list a:hover .Btn icon {
}
/* End CTA Styles */

/* Middle Zone */
#MiddleArea {
	display: block;
	padding: 25px 0%;
}

#MiddleArea header a {
	display: block;
}

#MiddleArea h2 {
	text-transform: uppercase;
}

#MiddleArea>* {
	display: block;
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	color: #BDBDBD; /* darken($light,26%) */
	padding: 0 2%;
}

#MiddleArea #HomeVideo {
	width: 50% !important;
}

.mid-feed {
}

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

.mid-feed li a {
	display: block;
	background-color: #1E232C; /* $secondary */
	padding: 7px 75px 7px 0;
	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: #691113; /* $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: linear-gradient(to bottom,#8A1619,#5E0F11); /* lighten($primary,10%),darken($primary,10%) */
}

.mid-feed li a > div:before {
	font-family: 'icomoon-ult';
	position: relative;
	display: block;
	z-index: 5;
	color: #1E232C; /* $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);
	-ms-transform: scale(1.2,1);
	transform: scale(1.2,1);
	text-shadow: -4px 0 0 #540E0F; /* darken($primary,20%) */
}

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

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

#MiddleContent h1 strong {
	font-weight: 400;
	color: #911013; /* adjust($primary,10%,30%,0%) */
}

#MiddleArea #MiddleContent h2, #MiddleArea #MiddleContent h3 {
	font-family: Noto Sans;
	font-size: 18px;
	color: #F1E2BD;
	text-transform: none !important;
}

#MiddleArea #MiddleContent h2 strong {
	color: #F1E2BD !important;
}

#MiddleContent ul {
	display: table;
	width: 100%;
}

.no-boxsizing #MiddleContent ul {
	width: auto;
}

#MiddleContent li {
	display: table-cell;
	text-align: center;
}

#MiddleContent li a {
	padding: 8px 0;
	display: block;
	color: #FFFFFF;
	background-color: #1D5585;
	background-image: linear-gradient(to bottom,#1E232C 50%,#F1191F 50%); /* $secondary,adjust($primary,11%,20%,0%) */
	background-size: 200% 200%;
	background-position: 0 0;
	transition: .5s;
}

#MiddleContent li:last-child a {
	background-color: #921215; /* adjust($primary,11%,20%,0%) */
	background-image: linear-gradient(to top,#1E232C 50%,#F1191F 50%); /* $secondary,adjust($primary,11%,20%,0%) */
}

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

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

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

.side .sys-nav.social ul {
	background-color: #1E232C; /* $secondary */
	box-shadow: inset 0 25px 30px -10px rgba(0,0,0,0.15);
	padding: 3px 0 0;
}

.side h2 {
	margin: 0;
	font-size: 30px;
	color: #1E232C; /* $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: #1E232C; /* $secondary */
	color: #FFFFFF; /* $light */
	box-shadow: inset 0 25px 30px -10px rgba(0,0,0,0.15);
	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;
	transition: .5s;
	pointer-events: none;
}

.side-nav .slide-list > li.minus:after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.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);
	transition: .5s;
	top: 5px;
}

.side-nav li > ul li a:before {
	content: '\E0EA';
	font-family: 'icomoon-ult';
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #970E11; /* adjust($primary,11%,40%,0%) */
	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: #1E232C; /* $secondary */
}

.side-nav li a:hover, .side-nav li.selected a {
	background-color: #8F1215; /* 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: #1E232C; /* $secondary */
	padding: 0 15px 10px;
	position: relative;
	background-image: linear-gradient(to bottom,#181C23,#1E232C); /* darken($secondary,20%),$secondary */
}

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

.ContactFields input, .ContactFields textarea {
	border: none;
	display: block;
	background-color: #FFFFFF; /* $light */
	width: 100%;
	color: #565A61; /* darken($dark,7%) */
	box-shadow: 1px 1px 0 rgba(255,255,255,0.15);
	outline: none;
	margin: 0 0 8px;
	font-size: 14px;
}

.ContactFields input {
	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: #691113; /* $primary */
	color: #FFFFFF; /* $light */
	transition: .5s;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.ContactFields .Btn:hover {
	background-color: #6C7079; /* lighten($dark,10%) */
}
/* End Side Contact */

/* Info Zone */
#InfoBottom, #SubInfoArea {
	padding: 25px 0;
}

#InfoBottom header a, #SubInfoArea header a {
	display: block;
}

#InfoBottom > div, #SubInfoArea > * {
	display: block;
	width: 50%;
	float: left;
	padding: 0 2%;
}

.no-boxsizing #InfoBottom > div, .no-boxsizing #SubInfoArea > * {
	width: 45%;
}

.home-contact.extended {
	float: none !important;
	width: 100% !important;
	text-align: center;
}

#InfoBottom h2, .home-contact h2, #MiddleArea h2 {
	font-size: 32px;
	color: #FFFFFF;
	margin: 0;
	line-height: 1em;
	background: rgba(255,
				255,
				255,
				.3);
	padding: 10px 0 10px 20px;
	display: block;
	width: 100%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3), inset 0 1px rgba(255,255,255,.5);
}

#MiddleArea .home-contact.extended h2, #InfoBottom .home-contact.extended h2 {
	font-size: 34px;
}

#MiddleArea .home-contact.extended h2 {
	font-size: 45px !important;
}

#InfoBottom h2 strong, .home-contact h2 strong, #MiddleArea h2 strong {
	color: #691113; /* $primary */
	font-weight: 400;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
}

#InfoBottom p, .home-contact p {
	margin: 10px 0;
	font-size: 15px;
	color: #BDBDBD;
	line-height: 24px;
}

#MiddleArea .home-contact.extended p, #InfoBottom .home-contact.extended p {
	font-size: 19px;
}

#InfoBottom li {
	padding: 11px 0;
	font-size: 14px;
	color: #BDBFC4; /* lighten($dark,60%) */
	border-bottom: solid 1px #666A72; /* lighten($dark,6%) */
}

#InfoBottom #PhotoFeed li {
	display: block;
	float: left;
	width: 48%;
	border: none;
	margin: 0 1%;
	padding: 6px 0;
}

#InfoBottom li:last-child {
	border: none;
}

#InfoBottom li a {
	display: block;
	color: #9CA0A6; /* lighten($dark,40%) */
	padding-left: 70px;
	position: relative;
	transition: .5s;
}

#InfoBottom li a:hover {
	color: #FFFFFF;
}

#InfoBottom li a > span {
	padding: 0;
	display: block;
	line-height: 1.3em;
}

#InfoBottom li a > span h3 {
	margin: 0;
	font-size: 14.5px;
	font-family: Noto Sans;
	text-transform: none;
	transition: .5s;
	color: #FFFFFF; /* $light */
	padding-bottom: 3px;
}

#InfoBottom li a > div {
	position: relative;
	width: 60px;
	background-color: #921215; /* 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;
}

#InfoBottom #PhotoFeed li div {
	height: 115px;
	position: relative;
	overflow: hidden;
}

#InfoBottom #PhotoFeed li div .img-info {
	position: absolute;
	bottom: -37%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgba(45,45,45,0.7);
	transition: .5s;
	padding: 0 2% 8px;
	color: #FFFFFF; /* $light */
}

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

#InfoBottom #PhotoFeed li div:hover .img-info {
	bottom: 0;
}

#InfoBottom li a > div span {
	display: block;
}

#InfoBottom li a > div icon {
	font-size: 28px;
}

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

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

.home-contact input, .home-contact textarea {
	border: none;
	outline: none;
	margin: 0 0 5px 0;
	display: block;
	background-color: #CCCCCC;
	padding: 10px;
	font-family: Noto Sans;
	font-size: 13px;
	color: #565A61; /* darken($dark,7%) */
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.3);
	border-radius: 0;
}

.home-contact input {
	height: 34px;
	width: 100%;
}

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

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

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

.home-contact a, #InfoBottom 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: #691113; /* $primary */
	box-shadow: inset 0 25px 30px -5px rgba(0,0,0,0.3);
	transition: .5s;
}

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

.home-contact a:hover, #InfoBottom a.Btn:hover {
	background-color: #6B6B6B;
}

#BottomLogos img {
	max-width: 32.3%;
	margin: 5px 1%;
}

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

.test-feed .quote {
	padding: 20px 20px 40px;
	margin: 10px 0;
	border-radius: 15px;
	background: #691113; /* $primary */
}

.test-feed .quote:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 100px solid #691113; /* $primary */
	position: absolute;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	z-index: -1;
	left: 5%;
}

.test-feed .c-info {
	padding: 10px 20px 10px;
	color: #3F4247; /* darken($dark,32%) */
	float: right;
	background-image: linear-gradient(to bottom,#BDBDBD,#5D6168); /* ,$dark */
	border-radius: 8px;
	margin-top: -30px;
}

.test-feed .c-info:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 30px solid #5D6168;
	position: absolute;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	z-index: -1;
	bottom: -13px;
	right: 10%;
}

.test-feed .quote h3 {
	color: #9CA0A6; /* lighten($dark,40%) */
	font-family: Noto Sans;
	font-size: 16px;
	margin: 0;
	line-height: 1.4em;
	transition: .5s;
}

.test-feed .c-info span.name {
	display: block;
	font-family: Marcellus SC;
	color: #1E232C; /* $secondary */
	font-size: 20px;
}

.test-feed a:hover .quote h3 {
	color: #FFFFFF; /* $light */
}
/* End Info Zone */

/* Bottom A-Logos */
#ALogos ul {
	display: table;
	padding: 20px 1%;
	width: 100%;
}

#ALogos li {
	display: table-cell;
	margin: 0;
	padding: 0 .5%;
}

#ALogos img {
	max-width: 100%;
}
/* End Bottom A-Logos */

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

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

#BottomInfo .bottom .bold {
	color: #181B21; /* adjust($secondary,-23%,-15%,0%) */
}

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

#BottomInfo .One {
	width: 35%;
	text-align: left;
	padding-left: 0;
	line-height: 20px;
	font-size: 12px;
}

#BottomInfo .bottom .One {
	padding-top: 8px;
}

.One a.phonelink {
	color: #5D6168; /* $dark */
}

.One a.phonelink:hover {
	color: #5D6168; /* $dark */
}

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

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

#BottomInfo .Two {
	width: 41%;
}

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

#BottomInfo .Two ul li a {
	color: #181B21; /* adjust($secondary,-23%,-15%,0%) */
	font-size: 14px;
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #9E1A1D; /* lighten($primary,16%) */
	transition: all ease .5s;
}

#BottomInfo .Two ul li a:hover {
	color: #9E1A1D; /* lighten($primary,16%) */
}

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

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

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

#BottomInfo .Three a icon {
	background-color: #921215; /* adjust($primary,11%,20%,0%) */
	padding: 8px;
	color: #FFFFFF; /* $light */
	font-size: 14px;
	transition: .5s;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	position: relative;
}

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

#BottomInfo .Three a span {
	font-size: 16px;
	color: #181B21; /* adjust($secondary,-23%,-15%,0%) */
	vertical-align: top;
	padding: 0 0 0 10px;
}

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

#BottomInfo .Three a:hover icon {
	background-color: #1E232C; /* $secondary */
	color: #FFFFFF; /* $light */
	box-shadow: none;
	text-shadow: none;
	margin-left: 4px;
}

#BottomInfo h2 {
	margin: 0;
	color: #181B21; /* adjust($secondary,-23%,-15%,0%) */
	padding-top: 23px;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
	font-size: 21px;
}

#BottomFooter span {
	float: left;
	font-size: 13px;
	padding-top: 50px;
	color: #A1A1A1; /* darken($light,37%) */
}

#BottomFooter span a {
	color: #A1A1A1; /* darken($light,37%) */
}

#BottomFooter span a:hover {
	color: #5D6168; /* $dark */
}

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

/* Case Eval Form */
.eval {
	width: 100%;
	padding: 0;
	border-right: none;
	line-height: 1.4em;
}

.eval h4 {
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 10px 0;
}

.eval > div {
	display: block;
}

.eval > div > div {
	float: left;
	padding: 10px;
	border: solid 1px #1E232C; /* $secondary */
}

.eval .quarter {
	width: 25%;
}

.eval .third {
	width: 33.3333337%;
}

.eval .half {
	width: 50%;
}

.eval .full {
	width: 100%;
}

.eval .primary {
	background-color: #8A1619; /* lighten($primary,10%) */
}

.eval .secondary {
	background-color: #5D6168; /* $dark */
}

.eval > div label {
	display: block;
}

.eval input, .eval textarea {
}

.eval input {
}

.eval textarea {
}

.eval .Submit {
	display: block;
	text-align: center;
	font-size: 24px;
	padding: 10px;
	color: #FFFFFF; /* $light */
	margin: 0;
}

.eval .Submit:hover {
	color: #8A1619; /* lighten($primary,10%) */
}

.eval td {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caseeval {
	padding: 15px 15px;
	background-color: #1E232C; /* $secondary */
	border: solid 4px #691113; /* $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: 66%;
}

.caseeval.sys-eval {
	width: 100%;
	margin-top: 15px;
}

.caseeval.sys-eval h2 {
	font-family: Marcellus SC;
	margin: 0 .5%;
	font-size: 26px;
	text-align: center;
}

.caseeval.sys-eval p {
	margin: 5px .5%;
	font-size: 16px;
	color: #FFFFFF; /* $light */
	text-align: center;
}

.caseeval input, .caseeval textarea {
	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; /* $light */
	font-size: 15px;
	outline: none;
	border-radius: 0;
}

.caseeval.sys-eval input {
	width: 32.33%;
}

html.no-rgba .caseeval input, html.no-rgba .caseeval textarea {
	background-color: #181C23; /* darken($secondary,20%) */
}

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

.caseeval.sys-eval textarea {
	width: 65.66%;
}

.caseeval a.Btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	background-color: #921215; /* adjust($primary,11%,20%,0%) */
	color: #FFFFFF; /* $light */
	font-size: 20px;
	text-align: center;
	transition: .5s;
	text-transform: uppercase;
}

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

.caseeval a.Btn:hover {
	background-color: rgba(0,0,0,0.3);
}

html.no-rgba .caseeval a.Btn:hover {
	background-color: #181C23; /* darken($secondary,20%) */
}
/* End Case Eval Form */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #FFFFFF;
	color: #1E232C; /* $secondary */
	border: none;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

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

nav.top-nav div.ifly {
	background-color: #FFFFFF;
	border: none;
	border-top: solid 1px #ddd;
	transition: .35s;
}

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

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

nav.top-nav div.iflyOver {
	background-color: #1E232C; /* $secondary */
}

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

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

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}

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

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

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

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

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

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

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

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: #fff;
	display: block;
	padding: 12px 15px;
}

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

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

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

.case-sys select {
	border: solid 2px #1E232C !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #888D95 !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: #C39F49;
	top: 4px;
	right: 3px;
	pointer-events: none;
}

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

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

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

.case-sys span {
}

.case-sys .result {
	color: #1E232C; /* $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: #1E232C; /* $secondary */
	border: solid 3px #691113; /* $primary */
	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: #5D6168; /* $dark */
}

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: 48%;
	position: relative;
	float: left;
	margin: 1%;
}

.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 {
	background-image: linear-gradient(to bottom,#181B21,#1E232C); /* ,$secondary */
	padding: 20px 20px 40px;
	border-radius: 8px;
}

.reviews article .quote:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 100px solid #1E232C;
	position: absolute;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	z-index: -1;
	left: 5%;
	bottom: -40px;
}

.reviews.single article .quote {
	border-radius: 15px;
	background-image: linear-gradient(to bottom,#1E232C,#181C23); /* $secondary,darken($secondary,20%) */
	padding-bottom: 15px;
}

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

.reviews article .c-info:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 30px solid #691113;
	position: absolute;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	z-index: -1;
	bottom: -13px;
	right: 10%;
}

.reviews article h1 {
	margin: 0;
	color: #5D6168; /* $dark */
}

.reviews article h1 a {
	color: #5D6168; /* $dark */
	font-size: 20px;
	transition: .5s;
}

.reviews article h1 a:hover {
	color: #FFFFFF; /* $light */
}

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

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

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

.reviews .share {
}

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

.reviews .share a {
}

.reviews a icon {
	display: block;
	background-color: #691113;
	padding: 5px;
	color: #FFFFFF;
	margin: 0 0 0 5px;
	transition: .5s;
}

.reviews a icon:hover {
	background-color: #5D6168; /* $dark */
}

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: #911013; /* 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 #1E232C; /* $secondary */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
}

#BlogEntry {
	padding: 0;
}

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

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

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

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

.blog > nav a {
	color: #ACB0B5; /* lighten($dark,50%) */
}

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

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

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

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

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

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

.blog img.thumbnail {
	float: right;
	width: auto !important;
	max-width: 35%;
	margin: 15px;
}

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: #1E232C; /* $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: #1E232C; /* $secondary */
	color: #fff;
	padding: 5px;
	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: #5D6168; /* $dark */
}

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

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

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

ul.post-list a.More:hover {
	background-color: #1E232C; /* $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;
	}
}

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

	.reviews article .quote {
		border-radius: 15px;
		background-image: linear-gradient(to bottom,#1E232C,#181C23); /* $secondary,darken($secondary,20%) */
		padding-bottom: 15px;
	}

	.eval .quarter {
		width: 50%;
	}
}

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

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

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

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

	#InfoBottom #PhotoFeed li div .img-info {
		bottom: 0;
		padding: 0 2%;
	}

	#InfoBottom #PhotoFeed li div .img-info span {
		display: none;
	}

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

	.cta-list .Btn span {
		padding: 5px 0 5px 7%;
		line-height: 1.4em;
	}

	.cta-list .Btn icon {
		line-height: 46px;
	}

	.cta-list .Btn br {
		display: block;
	}

	.cta-list li a > icon {
		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;
	}

	.slide-in .info {
		padding-top: 20px;
		text-align: center;
	}

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

	.info h2 {
		display: table;
		margin: 0 auto;
		text-align: center;
	}

	.info a br {
		display: block;
	}

	.info a icon {
		line-height: 66px;
	}

	#CTAZone {
		padding-bottom: 10px;
	}

	.cta-list {
		padding: 0;
	}

	.cta-list li a > icon {
		display: block;
	}

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

	#SecondaryCTAZone {
		display: none;
	}

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

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

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

	.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: inline-block;
		width: 100%;
	}

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

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

	.eval .third {
		width: 50%;
	}
}

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

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

	#InfoBottom {
		padding: 0px 2%;
	}

	#SubInfoArea {
		padding: 10px 0;
	}

	#SubInfoArea .home-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%;
	}

	#InfoBottom .bottom-feed {
		display: none;
	}

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

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

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

	.reviews .share span {
		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: #691113; /* $primary */
		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 {
	}

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

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

	.info a, .info h2 {
		margin: 5px auto;
	}

	#ImageZone {
		height: 320px;
	}

	.info a icon {
	}

	#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) {
	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;
	}

	#ImageZone {
		height: 350px;
	}

	.slide .main:after {
		background-position: center bottom;
		max-width: 100%;
	}

	.slide-in .info {
		position: absolute;
		bottom: 3px;
		padding: 0 1%;
		top: auto;
		height: auto;
	}

	.info h2 {
		display: block;
		width: 100%;
		font-size: 32px;
	}

	.info h2 span.Bottom {
		padding: 5px 0;
		width: 100%;
		display: block;
		margin: 0;
	}

	.info h2 span.Bottom br {
		display: none;
	}

	.info a {
		background-color: #5D6168; /* $dark */
	}

	.info a {
		font-size: 15px;
		background-color: #5D6168;
	}

	.info a br {
		display: none;
	}

	.info a icon {
		line-height: 43px;
	}

	.cta-list li a > icon {
		display: none;
	}
}

@media (max-width: 500px) {
	.eval > div > div {
		width: 100% !important;
	}
}

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

	.info h2 span.Top {
		display: none;
	}

	.info h2 br {
		display: none;
	}

	.info h2 span.Bottom {
		font-size: .9em;
	}

	.info h2 span.Bottom br {
		display: block;
	}

	.info a br {
		display: block;
	}

	.info a {
		font-size: 18px;
	}

	.info a icon {
		line-height: 66px;
	}
}

@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 {
	}

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

/* Locations list */
.NavContainer .locations-list {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.NavContainer .locations-list li {
	margin: .5em;
}

.NavContainer .Phone h4 {
	margin-bottom: 0;
}

.NavContainer .Phone a {
	text-align: center !important;
}
/* End Locations list */
