/* General Site Styles */
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background-image: url(/images/BackgroundBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0% !important;
	background-attachment: fixed;
	background-color: #222222; /* $dark */
}

body:before {
	position: fixed;
	height: 150px;
	background-color: #222222; /* $dark */
	width: 100%;
	content: ' ';
	border-bottom: solid 10px #09517C; /* $primary */
	box-shadow: 5px 0 200px #000000;
}

h1 {
	color: #222222; /* $dark */
	font-size: 24px;
	line-height: 1.2em;
	margin: 15px 0px;
	font-weight: 400;
	text-transform: uppercase;
}

h2, h3 {
	margin: 10px 0px;
	color: #363839; /* $secondary */
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
}

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

a:hover {
	text-decoration: none;
	color: #2B2B2B; /* adjust($secondary,-23%,-80%,0%) */
}

a.phonelink {
	cursor: default;
}

.main {
	max-width: 1060px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding: 0px;
	box-shadow: none;
}

.cf {
	padding: 0px 0%;
}

.content {
	float: right;
	width: 68%;
	padding: 25px 0px 15px;
	color: #2B2B2B; /* adjust($secondary,-23%,-80%,0%) */
	font-size: 14px;
	line-height: 1.75em;
	background-color: #FFFFFF; /* $light */
}

.content img {
	margin: 10px auto;
	max-width: 100% !important;
	display: inline-block;
	height: auto;
}

.content h1 {
	color: #5A5A5A; /* $background */
	font-size: 24px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.content h2, .content h3 {
	color: #09517C; /* $primary */
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.content h4 {
	color: #535658; /* lighten($secondary,15%) */
}

.side {
	float: left;
	width: 32%;
	background-image: linear-gradient(to right,#5E6061,#4A4C4D); /* adjust($secondary,20%,-40%,0%),adjust($secondary,10%,-26%,0%) */
	border-right: solid 5px #DBDBDB; /* lighten($background,78%) */
	background-color: #5A5A5A;
}

.side a:hover {
	color: #FFFFFF; /* $light */
}

.btn {
	display: inline-block;
	background-color: #09517C; /* $primary */
	text-transform: uppercase;
	font-weight: 600;
	color: #FFFFFF; /* $light */
	text-align: center;
	padding: 10px 1%;
	box-shadow: 1px 1px rgba(0,0,0,0.3);
	border-bottom: solid 4px #073D5D; /* darken($primary,25%) */
	vertical-align: top;
	transition: 0.2s ease;
}

.btn:hover {
	box-shadow: 0px 4px 0px #85888A; /* adjust($secondary,40%,-30%,0%) */
	border-bottom: solid 4px #09517C; /* $primary */
	background: #00A8E8;
}

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

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

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

body.sub:before {
	height: 163px;
}

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

#TopArea {
}

div.NavContainer {
	position: relative;
	height: 184px;
	z-index: 20;
}

#MastBG {
	z-index: 10;
	max-height: 184px;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	max-width: 100%;
	translate: (-50%, -50%);
	position: fixed;
}

#NavZone {
	z-index: 10;
	width: 100%;
	max-width: 1060px;
	margin: 0px auto;
	min-width: 320px;
	position: relative;
}

#NavZone:before {
	content: ' ';
	background-color: rgba(255,255,255,0.15); /* alpha($light,15%) */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease 0.2s;
}

#MastBG.mast-header-color #NavZone:before {
	-webkit-transform: scalex(1);
	-ms-transform: scalex(1);
	transform: scalex(1);
	background-color: rgba(255,255,255,0.15); /* alpha($light,15%) */
}

body.sub #MastBG.mast-header-color #NavZone:before {
	background-color: rgba(0,0,0,0.5);
}

#MastBG.mast-header-solid #NavZone:before {
	-webkit-transform: scalex(2);
	-ms-transform: scalex(2);
	transform: scalex(2);
	background-color: #222222; /* $dark */
}

#ImageZone {
	height: 584px;
	margin-top: -185px;
}

body.sub #ImageZone {
	height: 158px;
	display: block;
	background-image: url(/images/Slide1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 0;
}

#CTAZone {
}

#CTAZone2 {
	width: 100%;
	clear: both;
}

#MainZone {
	padding: 20px 30px;
}

#SideZone {
}

#Footer {
}

#LowerFeedZone {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
	background-color: #C2C4C4;
}

#LowerFeedZone:empty {
	padding: 0;
}

#FooterZone {
}

.isublayout.iswap {
	min-height: 0;
}
/* End Layout Styles */

/* Masthead */
#Masthead {
	padding: 25px 2% 10px;
}

#Masthead div.TopLogo {
	float: left;
	width: 49%;
}

#Masthead div.TopLogo a {
	display: block;
}

#Masthead div.TopLogo a img {
	max-width: 100%;
}

#Masthead div.Phone {
	float: right;
	text-align: center;
	padding: 0px 0px 0px;
	display: block;
	width: auto;
}

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

#Masthead div.Phone > span icon {
	color: #363839; /* $secondary */
}

#Masthead div.Phone div.Number a {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}

#Masthead div.Phone div.Number span {
	font-size: 14px;
	color: #CCCECE; /* lighten($secondary,75%) */
	display: block;
	font-weight: 400;
}

ul.MobileBtns {
	display: none;
	width: 49%;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	float: right;
}

html.no-rgba ul.MobileBtns {
	background-color: #363839; /* $secondary */
}

ul.MobileBtns li {
	display: block;
	text-align: center;
	width: 50%;
	float: left;
	padding: 10px 0px;
}

ul.MobileBtns li:first-child, ul.MobileBtns li:nth-child(2) {
	border-bottom: solid 1px #262728; /* darken($secondary,30%) */
}

ul.MobileBtns li:nth-child(even) {
	border-left: solid 1px #2B2D2E; /* darken($secondary,20%) */
}

ul.MobileBtns li a {
	display: block;
}

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

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

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

.espanol {
	color: #FFFFFF; /* $light */
}

html.no-rgba .mast-header-color {
	background: #222222; /* $dark */
}
/* End Masthead */

/* Top Nav */
nav.top-nav {
	position: relative;
	display: table;
	width: 100%;
	padding: 0px 2%;
	border-top: solid 1px rgba(255,255,255,0.2); /* alpha($light,20%) */
	background-color: rgba(34,34,34,0.7); /* alpha($dark,70%) */
}

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

nav.top-nav ul li {
	padding: 0px 1%;
	vertical-align: middle;
	text-align: center;
	width: auto;
	display: table-cell;
}

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

nav.top-nav a {
	font-size: 16px;
	color: #FFFFFF; /* $light */
	line-height: 20px;
	display: block;
	padding: 15px 0px;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
}

nav.top-nav a:hover {
	color: #00A8E8;
}
/* End Top Nav */

/* Animation */
.animation {
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0p 2%;
	background-color: rgba(0,0,0,0.95);
}

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

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

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

div.slide div.info {
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 100%;
	background-color: rgba(54,56,57,0.6); /* alpha($secondary,60%) */
	padding: 10px 0px;
	border-top: 1px solid rgba(255,255,255,0.1); /* alpha($light,10%) */
	text-align: center;
}

div.slide div.info a {
	display: inline;
}

div.info .slide-btn {
	font-size: 13px;
	position: relative;
	display: none;
	background-color: #09517C; /* $primary */
	text-transform: uppercase;
	font-weight: 600;
	color: #FFFFFF; /* $light */
	text-align: center;
	padding: 10px 1%;
	box-shadow: 1px 1px rgba(0,0,0,0.3);
	border-bottom: solid 4px #073D5D; /* darken($primary,25%) */
	vertical-align: top;
}

div.info .slide-btn:hover {
	box-shadow: 0px 4px 0px #85888A; /* adjust($secondary,40%,-30%,0%) */
	border-bottom: solid 4px #09517C; /* $primary */
}

div.info h2 {
	display: inline-block;
	color: #FFFFFF; /* $light */
	font-weight: 600;
	font-size: 34px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 1.2em;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
}

div.info h2 strong {
	font-weight: 400;
	display: block;
	font-size: 20px;
}

div.info .btn:hover {
}

html.no-rgba div.info h2 {
	background-color: #353738; /* darken($secondary,1%) */
}

div.info p {
	display: inline-block;
	margin: 0px;
	padding: 0px 1%;
	color: #fff;
	font-size: 14px;
	max-width: 43%;
	vertical-align: top;
}

html.no-rgba div.info p {
	background-color: #5A5A5A; /* desaturate($background,20%) */
}

#PageName {
	position: relative;
	margin: 0px;
	padding: 25px 0px 20px 5%;
	display: block;
	background-color: rgba(204,206,206,0.8); /* adjust($secondary,75%,0%,80%) */
	font-size: 30px;
	color: #000000;
}

.animation a.prev, .animation a.next {
	transition: all ease .3s;
	background-color: rgba(255,255,255,0.3); /* alpha($light,30%) */
	text-shadow: 1px 1px 5px rgba(90,90,90,0.5);
	font-size: 30px;
	width: 50px;
	height: 50px;
	display: none;
	color: #FFFFFF; /* $light */
	bottom: 39%;
	position: absolute;
	z-index: 3;
	line-height: 1em;
	vertical-align: middle;
	padding: 1%;
}

.animation a.prev {
	left: 0;
}

.animation a.next {
	right: 0;
}

.animation a.prev:hover,.animation a.next:hover {
	background-color: #09517C; /* $primary */
	width: 55px;
}

.animation a.prev:hover {
	padding-left: 5px;
}

.animation a.next:hover {
	padding-right: 5px;
}
/* End Animation */

/* Top Feed Section */
.iswapfeed {
	background-color: #F5F5F5; /* lighten($background,94%) */
	text-align: center;
}

.iswapfeed.top-feed {
	padding: 10px 5%;
}

.Accolade-list {
	background-color: #FFFFFF; /* $light */
	display: none;
	width: 100%;
	vertical-align: top;
	padding: 10px 0%;
	text-align: center;
}

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

.Accolade-list ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px rgba(90,90,90,0.3); /* alpha($background,30%) */
	padding: 0px 2%;
	position: relative;
}

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

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

.singlecta p {
	font-size: 13px;
	color: #222222; /* $dark */
	line-height: 1.75em;
}

.iswapfeed h2 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 15px 0;
	padding: 0;
	text-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
	color: #222222; /* $dark */
}

.iswapfeed h2 span {
	color: #09517C; /* $primary */
	font-size: 20px;
}

.iswapfeed h3 {
	color: #09517C; /* $primary */
	text-transform: uppercase;
	font-size: 20px;
}

.iswapfeed .half {
	width: 48%;
	padding: 20px 2.5% 50px 2.5%;
	position: relative;
}

.iswapfeed .half.left:after {
	content: ' ';
	width: 1px;
	position: absolute;
	right: -2.5%;
	height: 80%;
	background-color: rgba(90,90,90,0.5); /* alpha($background,50%) */
	top: 10%;
}

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

.iswapfeed .half.right {
	float: right;
}

.iswapfeed .btn {
	display: inline-block;
	font-size: 13px;
	margin: 0px auto;
	padding: 5px 2%;
	color: #FFFFFF; /* $light */
}

.iswapfeed.top-feed .btn {
	position: relative;
	left: auto;
	bottom: auto;
}

.test-feed .quote {
	color: #222222; /* $dark */
	font-style: italic;
	font-size: 15px;
	margin: 15px 0px;
	line-height: 1.75em;
}

.test-feed.extended .quote {
	width: 70%;
	margin: 15px auto;
}

.test-feed .quote icon {
	color: #09517C; /* $primary */
}

.test-feed .c-info {
	margin: 15px 0px;
}

.test-feed .c-info .name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #09517C; /* $primary */
}

.test-feed .c-info .t-city {
	color: #222222; /* $dark */
	font-size: 13px;
}

.info-video {
	width: 50% !important;
}

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

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

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

body.sub .info-contact.extended {
	padding: 10px;
}

.info-contact input, .info-contact textarea {
	border: none;
	outline: none;
	margin: 0 0 5px;
	display: block;
	background-color: #363839; /* $secondary */
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFFFFF; /* $light */
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	background-image: linear-gradient(to top,#606263,#363839); /* adjust($secondary,21%,-56%,0%),$secondary */
	border-radius: 3px;
}

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

.info-contact.extended, .test-feed.extended, .bottom-feed.extended {
	float: none !important;
	width: 100% !important;
	text-align: center;
	padding: 25px 0;
}

.info-contact input {
	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;
	outline: none;
}

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

.info-contact a.Submit, .info-area a.btn {
	clear: both;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
}

.info-contact a.Submit {
	display: block;
	width: 25%;
}

.case-feed ul {
	list-style: none;
	text-align: left;
	color: #222222; /* $dark */
}

.case-feed ul li {
	margin: 10px 0;
}

.case-feed ul li a {
	color: #222222; /* $dark */
	font-style: italic;
}

.case-feed em {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #09517C; /* $primary */
}
/* End Top Feed Section */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
	background-image: url(/images/repeating-patterns/cloudy-dark.png);
	padding: 15px 0 20px;
	border-spacing: 5px 0px;
	text-align: center;
	border-left: 5px solid #09517C; /* $primary */
	border-right: 5px solid #09517C;
}

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

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

.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 0px 0px 0px;
	margin: 0px;
	border-right: solid 1px rgba(242,242,242,0.3);
	transition: background 0.25s, color 0.25s;
}

.cta-list ul li:hover icon {
	background: #FFFFFF; /* $light */
	color: #363839; /* $secondary */
	transition: background 0.25s, color 0.25s;
}

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

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

body.sub #LowerCTAs {
	display: none;
}

.cta-list ul li .btn {
	display: block;
	width: 90%;
	left: 5%;
	position: absolute;
	text-align: center;
	bottom: 0px;
	transition: 0.2s ease;
	font-weight: 600;
	font-size: 14px;
	margin: 0px auto;
	padding: 5px 0;
}

.cta-list ul li .btn icon {
}

.cta-list ul li:hover .btn {
	box-shadow: 0px 4px 0px #85888A; /* adjust($secondary,40%,-30%,0%) */
	border-bottom: solid 4px #09517C; /* $primary */
	background: #00A8E8;
}

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

.cta-list ul li icon {
	font-size: 38px;
	color: #FFFFFF; /* $light */
	position: relative;
	padding: 10px 18px;
	background-color: #222222; /* $dark */
	border-radius: 50%;
}

.cta-list ul li h2 {
	font-size: 18px;
	line-height: 1.2em;
	color: #FFFFFF; /* $light */
	margin: 0px;
	padding: 10px 3% 0px 3%;
	text-transform: uppercase;
	border-radius: 6px 6px 0px 0px;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.cta-list ul li p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0px 0px 15px;
	color: #FFFFFF; /* $light */
	font-family: Open Sans;
	padding: 10px 3% 20px 3%;
	border-radius: 0px 0px 6px 6px;
	text-shadow: 0px -1px rgba(0,0,0,0.3);
}

.cta-list ul li .ctaicon {
	padding: 0px 0% 60px 0%;
}

.cta-list ul li a > span span {
	color: #052D44; /* darken($primary,45%) */
}

.cta-list ul li a:hover > span {
}

@-moz-document url-prefix() {
	.cta-list {
		height: 100%;
	}

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

	.cta-list ul li {
	}

	.cta-list ul li .btn {
		position: relative;
		left: auto;
		bottom: 0;
	}

	.cta-list ul li a > span {
		position: relative;
		left: auto;
		bottom: 0;
	}
}
/* End CTA Styles */

/* Content CTAs */
.content-cta {
	display: block;
	width: 100%;
	background-color: #5E6061; /* adjust($secondary,20%,-30%,0%) */
	background-repeat: no-repeat;
	margin: 15px auto;
	text-align: center;
	background-image: url(/images/content-CTA-img1.jpg);
	box-shadow: inset 0 100px 200px -50px rgba(0,0,0,0.3);
	background-size: 40% 100%;
	background-position: left;
	padding: 15px 3% 15px 43%;
	border-bottom: solid 6px #C2C4C4; /* adjust($secondary,70%,-20%,0%) */
}

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

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

.content-cta.var-3 {
	padding: 15px 3%;
	background-image: none;
	text-align: center;
}

.content-cta.var-3 ul {
	display: table;
	color: #FFFFFF; /* $light */
	width: auto;
	padding: 0;
	margin: 0;
}

.content-cta.var-3 ul li {
	width: 48%;
	float: left;
	display: table-cell;
	padding: 0;
	margin: 0;
	position: relative;
}

.content-cta.var-3 ul li:before {
	font-family: 'icomoon-ult';
	content: '\e134';
	margin-right: 10px;
	color: #09517C; /* $primary */
}

.content-cta h2 {
	margin: 0;
	color: #D6D7D8; /* lighten($secondary,80%) */
	text-transform: uppercase;
}

.content-cta h3 {
	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: #363839; /* $secondary */
	font-size: 16px;
}

.content-cta a.btn {
	display: block;
	width: 80%;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	background-color: #09517C; /* $primary */
	margin: 5px auto;
	transition: .5s ease;
}

.content-cta a.btn:hover {
	background-color: #222222; /* $dark */
	box-shadow: none;
}
/* End Content CTAs */

/* Logo Area */
#Logos {
	background-color: #252626; /* adjust($secondary,-32%,-45%,0%) */
	padding: 10px 1%;
	text-align: center;
}

#Logos img {
	max-width: 100%;
}

#Logos h3 {
	color: #696A6A; /* adjust($secondary,25%,-70%,0%) */
	font-size: 14px;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}
/* End Logo Area */

/* Side-Nav Styles */
.side > * {
	display: block;
	position: relative;
	margin: 10px 0px 0px;
}

.side-nav {
	padding: 10px 7%;
}

.side-nav h2 {
	display: block;
	margin: 10px 0px 1px;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 21px;
	color: #FFFFFF; /* $light */
}

.side-nav h2 strong {
	font-weight: 400;
	color: #2CA7F0; /* lighten($primary,40%) */
	font-size: 18px;
}

.side-nav ul {
	list-style: none;
	margin: 15px 0px 20px;
	padding: 0px;
	width: 100%;
	position: relative;
}

.side li > ul {
	padding: 0px 10%;
	margin: 2px 0px;
}

.side-nav ul li {
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	color: #FFFFFF; /* $light */
	line-height: 1.2em;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
}

.side-nav ul li.level2 {
	padding-left: 20px;
}

#ValueList ul li {
	padding: 5px 0px 5px 25px;
}

#ValueList ul li icon {
	color: #313233; /* darken($secondary,10%) */
	position: absolute;
	left: 0px;
}

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: 10px 20px 10px 0;
	border-bottom: solid 1px rgba(54,56,57,0.3); /* alpha($secondary,30%) */
	position: relative;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

.side-nav.social ul li a {
	border-bottom: none;
}

.side-nav li a span {
	z-index: 2;
	position: relative;
}

.side-nav ul li a:before {
	content: ' ';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #09517C; /* $primary */
	left: -100%;
	top: 0;
	z-index: 0;
	transition: .5s left ease-in-out, opacity .5s ease;
	opacity: 0;
}

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

.side-nav ul li a icon {
	position: absolute;
	left: -10px;
	font-size: 25px;
	top: 7px;
	text-shadow: none;
	color: #FFFFFF; /* $light */
	transition: .5s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	padding: 10px 0px 10px 20px;
}

.side-nav ul li.level2 a:hover, .side-nav ul li.selected.level2 a {
	padding-left: 30px;
}

.side-nav ul li a:hover:before, .side-nav ul li.selected a:before {
	left: 0%;
	opacity: 1;
}

.side-nav ul li a:hover icon,  .side-nav ul li.selected a icon {
	opacity: 1;
	filter: alpha(opacity=1);
}

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

.side-nav .slide-list > li:after {
	content: '\e9a4';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #FFFFFF; /* $light */
	top: 10px;
	right: 10px;
	font-size: 15px;
	transition: all 0.3s ease;
	pointer-events: none;
	text-shadow: none;
}

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

.side-ctas {
	display: block;
	background-size: 100% 200%;
	transition: 0.2s ease;
	position: relative;
	color: #222222; /* $dark */
	margin: 0px 7% 10px 7%;
}

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

.side-ctas ul li {
	padding: 10px;
	margin: 10px 0;
	background-color: rgba(38,39,39,0.8); /* adjust($secondary,-30%,-50%,80%) */
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px #222222; /* $dark */
}

.side-ctas h2 {
	color: #9A9C9D; /* adjust($secondary,50%,-40%,0%) */
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}

.side-ctas p {
	color: #FFFFFF; /* $light */
	font-size: 13px;
}

.side-ctas .btn {
	padding: 5px 10px;
	font-size: 13px;
}

.side-ctas li a:hover {
	color: #FFFFFF; /* $light */
}

.side-ctas li a:hover .btn {
	border-bottom: solid 4px #09517C; /* $primary */
	box-shadow: 0px 4px 0px #999C9D; /* adjust($secondary,50%,-20%,0%) */
}

.side-ctas.side-nav h2 {
	padding: 0;
	margin: 0;
}

.side-ctas icon {
	transition: 0.3s ease;
	right: 30%;
	position: absolute;
	color: #C2C4C5; /* lighten($secondary,70%) */
	opacity: 0;
}

.side-ctas li a:hover icon {
	right: 5%;
	opacity: 1;
}

#dui_button {
	background-color: #09517C; /* $primary */
	text-align: center;
	border-radius: 5px;
	margin: 20px auto -20px;
	width: 86%;
	padding: 10px;
	transition: 0.5s all;
	box-shadow: inset 0 0 40px #333;
	background-image: linear-gradient(148deg,#0E7FC2,#063653); /* lighten($primary,20%),darken($primary,33%) */
}

#dui_button:hover {
	box-shadow: none;
}

#dui_button:hover h3, #dui_button:hover span {
	color: #FFFFFF; /* $light */
}

#dui_button h3, #dui_button span {
	color: #C3E6FB; /* lighten($primary,83%) */
	transition: 0.5s all;
}

#dui_button h3 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* End Side-Nav Styles */

/* Side Contact */
.side-nav header p {
	font-size: 14px;
	color: #D6D7D8; /* adjust($secondary,80%,-40%,0%) */
}

.Contact input, .Contact textarea, .Contact select {
	border: none;
	outline: none;
	width: 100%;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: rgba(35,36,37,0.7);
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	overflow: auto;
}

html.no-rgba .Contact input, .Contact textarea {
	background-color: #363839; /* $secondary */
}

.Contact input {
	height: 35px;
	margin: 0px 0px 5px;
	padding: 0px 16px;
}

.Contact select {
	height: 35px;
	margin: 0px 0px 5px;
	padding: 0 12px;
}

.Contact input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.Contact input:focus::-webkit-input-placeholder {
	color: #7E8081;
}

.Contact input::-moz-placeholder {
	color: #FFFFFF;
}

.Contact input:focus::-moz-placeholder {
	color: #7E8081;
}

.Contact textarea {
	height: 80px;
	margin: 0px;
	padding: 8px 16px 0px;
	resize: none;
	color: #FFFFFF; /* $light */
}

.Contact textarea::-webkit-input-placeholder {
	color: #FFFFFF; /* $light */
}

.Contact textarea:focus::-webkit-input-placeholder {
	color: #7E8081;
}

.Contact textarea::-moz-placeholder {
	color: #FFFFFF !important;
}

.Contact textarea:focus::-moz-placeholder {
	color: #7E8081;
}

.Contact a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 8px 0px 10px;
	padding: 10px 0px;
	background-color: #09517C; /* $primary */
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: 0px -1px rgba(0,0,0,0.3);
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 5px #063A59; /* darken($primary,28%) */
	background-image: linear-gradient(to bottom,#09517C 50%,#222222 50%); /* $primary,$dark */
	background-size: 100% 200%;
	transition: 0.2s ease;
	position: relative;
}

.Contact a icon {
	color: #063754; /* darken($primary,32%) */
	text-shadow: 1px 1px rgba(255,255,255,0.1);
	position: absolute;
	font-size: 18px;
	top: 10px;
	opacity: 0;
	right: 50%;
	transition: 0.2s ease;
}

html.no-rgba .Contact a icon {
	display: none;
}

.Contact a:hover {
	background-position: 0% 100%;
}

html.no-rgba .Contact a:hover {
	background: #00A8E8;
}

.Contact a:hover icon {
	color: #FFFFFF; /* $light */
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	right: 5%;
	opacity: 1;
}

#ContactHeader p {
	color: #00A8E8;
	margin-top: 0;
	font-size: 16px;
}
/* End Side Contact */

/* Side Testimonials */
#TestimonialsFeed {
}

#TestimonialsFeed article {
	border-top: solid 6px #7E8081; /* adjust($secondary,36%,-60%,0%) */
	border-bottom: solid 6px #7E8081; /* adjust($secondary,36%,-60%,0%) */
	padding: 15px 0px;
}

#TestimonialsFeed article a {
	display: block;
	color: #242525; /* adjust($secondary,-34%,-80%,0%) */
	font-size: 16px;
	position: relative;
	padding: 0px 0px 0px 50px;
}

#TestimonialsFeed article a:hover {
	color: #313233; /* darken($secondary,10%) */
}

#TestimonialsFeed article a icon {
	color: #363839; /* $secondary */
	font-size: 40px;
	position: absolute;
	left: 0px;
}

#TestimonialsFeed article span {
	display: block;
	text-align: right;
	margin: 15px 0px 0px;
	color: #313233; /* darken($secondary,10%) */
}

#TestimonialsFeed > a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 5px 0px 0px;
	background-color: #363839; /* $secondary */
	padding: 10px 0px;
	color: #FFFFFF; /* $light */
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	text-shadow: 0px -1px rgba(0,0,0,0.3);
}

#TestimonialsFeed > a:hover {
	color: #CCCECE; /* lighten($secondary,75%) */
}
/* End Side Testimonials */

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

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	background-color: #D6D7D8; /* lighten($secondary,80%) */
	border: solid 1px rgba(239,239,239,0.8); /* adjust($background,90%,0%,80%) */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	width: 98%;
	color: #535658; /* adjust($secondary,15%,-8%,0%) */
	background-image: linear-gradient(to bottom,#FFFFFF,#D6D7D8); /* ,lighten($secondary,80%) */
	font-size: 13px;
}

#BlogEntry {
	padding: 0;
}

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

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

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

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

.blog > nav a {
	color: #00A8E8;
}

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

.blog > nav icon {
	font-size: 10px;
	line-height: 1em;
	position: relative;
	top: auto;
	color: #09517C; /* $primary */
}

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

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

ul.post-list .upper {
	border-bottom: solid 1px #B7BABB; /* lighten($secondary,65%) */
	margin-bottom: 10px;
}

.blog .content, .blog-system .content {
	display: block;
	margin-bottom: 10px;
	float: none;
	width: 100%;
	background-color: transparent;
	color: #535658; /* adjust($secondary,15%,-8%,0%) */
	padding-top: 7px !important;
}

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
	color: #363839; /* $secondary */
}

ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
}

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: #09517C; /* $primary */
	color: #FFFFFF; /* $light */
	padding: 5px;
	transition: .25s ease;
	outline: none;
	display: none;
}

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

.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: #09517C; /* $primary */
}

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

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

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

ul.post-list a.More:hover {
	background-color: #5A5A5A; /* $background */
}

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

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

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

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

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

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

.sys-nav header {
	background-color: #222222; /* $dark */
	text-align: center;
	border-bottom: solid 4px #09517C; /* $primary */
}

#SharePostIcons {
	display: none;
}
/* End Blog Styles */

/* Footer Styles */
#BottomInfo {
	padding: 0;
	color: #FFFFFF; /* $light */
	background-color: #1B1B1B; /* darken($dark,20%) */
	font-size: 13px;
	text-align: center;
}

.third.last {
	display: block;
}

.third.schema {
	margin-top: 30px;
}

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

#BottomInfo h2 {
	color: #FFFFFF; /* $light */
	font-size: 14px;
	text-transform: uppercase;
}

#BottomInfo h2.SM {
	text-align: center;
}

#BottomInfo a {
	color: #CCCCCC; /* darken($light,20%) */
}

#BottomInfo a.phonelink:hover {
	color: #FFFFFF; /* $light */
}

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

#BottomInfo > *.third {
	float: right;
	width: 50%;
	padding: 0 2%;
}

.footerlinks {
	padding: 0px 0px 30px 0px;
	width: 96%;
	margin: 0px 2%;
	border-top: solid 1px rgba(255,255,255,0.4);
	position: relative;
	display: table;
	text-align: center;
}

.footerlinks nav {
	display: table;
	width: 70%;
	margin: 0px auto;
}

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

.footerlinks ul li {
	display: table-cell;
	text-transform: uppercase;
	padding: 0px 1%;
	text-align: center;
	vertical-align: middle;
	width: auto;
	color: #FFFFFF; /* $light */
	position: relative;
}

#BottomInfo .footerlinks ul li a {
	display: block;
	padding: 15px 0px;
	color: #FFFFFF; /* $light */
}

#BottomInfo .footerlinks ul li:after {
	content: ' ';
	width: 1px;
	height: 30%;
	position: absolute;
	top: 35%;
	background-color: #FFFFFF; /* $light */
	right: 0;
}

#BottomInfo .footerlinks ul li:last-child:after {
	display: none;
}

#BottomInfo .footerlinks ul li:hover a {
	color: #4FB5F2; /* lighten($primary,50%) */
}

#BottomInfo .middle {
	text-align: center;
	font-size: 14px;
}

#BottomInfo .middle h3 {
	color: #ADB0B1; /* adjust($secondary,60%,-20%,0%) */
	font-size: 14px;
	text-transform: uppercase;
}

#BottomInfo .middle .phonelink {
	color: #FFFFFF; /* $light */
	cursor: default;
	font-size: 30px;
}

#BottomInfo img.BottomLogo {
	max-width: 100%;
	margin: 0px auto 15px;
}

#BottomInfo ul.social {
	list-style: none;
	margin: 0px auto;
	padding: 10px 0px;
	display: table;
}

#BottomInfo ul.social:after {
	content: ' ';
	display: block;
	width: 100%;
	clear: both;
}

#BottomInfo ul.social li {
	margin: 0px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	padding: 0px 5%;
	display: table-cell;
	border-left: solid 1px rgba(255,255,255,0.15); /* alpha($light,15%) */
}

#BottomInfo ul.social li:first-child {
	border-left: none;
}

#BottomInfo ul.social li icon {
	padding: 5px;
	border-radius: 3px;
	font-size: 30px;
	color: #FFFFFF; /* $light */
}

#BottomInfo ul.social li:hover icon {
	color: #1091DE; /* lighten($primary,28%) */
}

#BottomInfo a.SDLogo {
	float: right;
	max-width: 30%;
}

.disclaimer {
	background-color: #363839; /* $secondary */
	color: #FFFFFF; /* $light */
	font-size: 12px;
	float: left;
	padding: 15px 2%;
}

.disclaimer p {
	max-width: 70%;
	float: left;
	text-align: left;
}

#BottomInfo .footertag {
	background-color: #09517C; /* $primary */
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	letter-spacing: 15px;
	padding: 10px 0px;
	font-size: 16px;
}

div.footersite {
	font-size: 12px;
}

.bottom-feed {
	display: table;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 15px 2%;
	border-spacing: 10px 0px;
}

.bottom-feed header {
	text-align: center;
	display: table;
	width: 100%;
}

.bottom-feed h2 {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #222222; /* $dark */
	margin: 0px 0 15px 0;
}

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

.bottom-feed ul li {
	display: table-cell;
	text-align: center;
	background-color: #FFFFFF; /* $light */
	position: relative;
	width: 30%;
	border-bottom: solid 5px #BDBDBD; /* lighten($background,60%) */
	font-size: 13px;
}

.bottom-feed ul li a {
	display: block;
}

.bottom-feed ul li img {
	height: 100%;
	background-size: cover;
	width: 100%;
	max-height: 97px;
	z-index: 1;
}

.bottom-feed ul li .feeddate {
	background-color: #09517C; /* $primary */
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	width: 40%;
	margin: -10px auto;
	z-index: 2;
	position: relative;
	padding: 5px;
}

.bottom-feed ul li h3 {
	padding: 15px 4% 0px 4%;
	font-size: 18px;
	margin: 0;
	color: #404243; /* lighten($secondary,5%) */
}

.bottom-feed ul li p {
	padding: 10px 4%;
	color: #222222; /* $dark */
	margin: 0;
}

.bottom-feed ul li:hover p {
	color: #09517C; /* $primary */
}
/* End Footer Styles */

/* Case Eval Form */
.caseeval {
	padding: 20px 15px;
	background-color: #363839; /* $secondary */
	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%;
	background-image: linear-gradient(to right,#5E6061,#313233); /* adjust($secondary,20%,-30%,0%),darken($secondary,10%) */
}

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

.caseeval.sys-eval h2 {
	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, .caseeval 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 5px rgba(0,0,0,0.1);
	color: #FFFFFF;
	font-size: 13px;
	outline: none;
	border-radius: 4px;
	font-family: 'Open Sans';
}

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

.caseeval select {
	width: 99%;
}

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

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

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

.caseeval a.btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 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: #00A8E8;
}

.caseeval a.btn:before {
	top: 10px;
}

.caseeval a.btn:hover:before {
}

html.no-rgba .caseeval a.btn:hover {
}

#ContactMap {
	height: auto !important;
}

body[_pageid='5869061'] #SideZone {
	display: none;
}

body[_pageid='5869061'] #MainZone {
	width: 100%;
	padding: 20px;
}

body[_pageid='5869061'] #MainArea {
	padding: 0;
}
/* End Case Eval Form */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 20px 3% 10px;
	background-color: #222222; /* $dark */
	border: solid 1px rgba(239,239,239,0.8); /* adjust($background,90%,0%,80%) */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	width: 100%;
	margin-top: 10px;
	position: relative;
	color: #535658; /* adjust($secondary,15%,-8%,0%) */
	background-image: linear-gradient(to bottom,#FFFFFF,#D6D7D8); /* ,lighten($secondary,80%) */
	font-size: 13px;
}

.reviews article > * {
	position: relative;
}

.reviews article:before, .reviews article:after {
	font-family: 'icomoon-ult';
	font-size: 50px;
	position: absolute;
	color: #888888; /* adjust($background,28%,-13%,0%) */
	z-index: 0;
	display: none;
}

.reviews article:before {
	content: '\E1D8';
	top: 10px;
	left: 10px;
}

.reviews article:after {
	content: '\E1D7';
	bottom: 60px;
	right: 10px;
}

.reviews article h1, .reviews article h2 {
	margin: 0;
	color: #09517C;
	font-size: 1.6em;
}

.reviews article h1 a {
	color: #09517C; /* $primary */
}

.reviews article h1:hover a {
	color: #222222; /* $dark */
}

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

.reviews article div > span {
	display: block;
	float: left;
}

.reviews article div > span span {
	color: #222222; /* $dark */
}

.reviews .share {
	display: block;
	float: right;
}

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

.reviews .share a {
}

.reviews .share a icon {
	background-color: #09517C; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #363839; /* $secondary */
}

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

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

.case-sys select {
	border: solid 2px #363839 !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important;
	color: #888888 !important;
	outline: none;
	line-height: 1.4em !Important;
	font-family: 'Open Sans';
}

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

.case-sys .select:after {
	content: '\E975';
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	font-size: 16px;
	color: #09517C; /* $primary */
	top: 1px;
	right: 2px;
	pointer-events: none;
	background-color: #5A5A5A; /* $background */
	padding: 3px;
}

.case-sys article {
	display: block;
	padding: 10px 2%;
	background-color: #D6D7D8; /* adjust($secondary,80%,-33%,0%) */
	border: solid 1px #FFFFFF; /* $light */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	width: 100%;
	margin-top: 10px;
	color: #222222; /* $dark */
	font-size: 13px;
}

.case-sys h2 {
	text-transform: uppercase;
}

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

.case-sys span {
}

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

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

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #222222; /* $dark */
	color: #09517C; /* $primary */
	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;
	display: none !important;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 20px;
	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: #222222; /* $dark */
	border: none;
	border-top: solid 1px #5A5A5A; /* $background */
}

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

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

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

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

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: #09517C; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

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

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

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

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

/* Mobile Menu */
#Mobile_Menu {
	border-bottom: none !important;
	display: none;
}

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(34,34,34,0.95); /* alpha($dark,95%) */
	text-align: left;
	top: 160px !important;
}

#TopNavigation>div>div.imenupanel {
	position: fixed;
	z-index: 99;
	top: 195px !important;
}

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

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px #5A5A5A; /* $background */
}

div.imenuitem:hover > a {
	color: #00A8E8;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #fff;
	line-height: 41px;
	padding-left: 25%;
}

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

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

/* Review System Styles */
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.excerpt {
	height: 15px;
	margin: 15px 0px;
}

div.clientreviews div.excerpt div.title {
	font-size: 20px;
	float: left;
}

div.clientreviews div.excerpt div.leftquote {
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -39px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 8px;
}

div.clientreviews div.excerpt div.rightquote {
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -65px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-left: 8px;
}

div.clientreviews div.reviewinfo {
	font-size: 12px;
}

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

div.reviews span.textlight {
	color: #888888;
}

div.divider.dashed {
	border-top: dashed 1px #ccc;
	clear: both;
	margin-bottom: 20px;
}

div.addreview {
	background: #f2f2f2;
	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.reviews div.thankyou {
	background-color: #5A5A5A; /* $background */
	color: #FFFFFF;
	padding: 10px;
}

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

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

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

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

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

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

@media (max-width: 950px) {
	body {
		background-image: none;
	}

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

	div.info h2 strong {
		font-size: 27px;
	}

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

	.cta-list ul li icon {
		font-size: 22px;
	}

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

	.cta-list ul li a > span {
		width: 95%;
		left: 2.5%;
	}
}

@media (max-width: 850px) {
	.animation div.slide img {
		background-size: 140% 100%;
		background-position: right;
	}

	div.info a > * {
		text-align: center;
	}

	div.info h2 {
		width: 55%;
		font-size: 30px;
	}

	div.info h2 strong {
		font-size: 23px;
	}

	div.info a > span {
		width: 55%;
	}

	.cta-list {
		border-spacing: 0px;
	}

	.cta-list ul li {
		display: block;
		width: 48%;
		margin: 0px 1% 10px;
		float: left;
		border: none;
	}

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

	.cta-list ul.items3 li:nth-child(2) {
		border-right: none;
	}

	.cta-list ul.items3 li:last-child {
		width: 98%;
	}

	.cta-list ul li .ctaicon {
		padding-bottom: 20px;
	}

	.cta-list ul li .btn {
		position: relative;
		left: auto;
	}

	#BottomInfo #FooterLinks {
		display: none;
	}

	#BottomInfo h2 {
		margin: 0px;
	}

	#FooterLinks ul li a {
		padding-top: 5px;
	}

	#BottomInfo ul.social {
		display: table;
		width: 100%;
	}

	#BottomInfo ul.social li {
		float: none;
		display: table-cell;
	}

	#BottomInfo ul.social li:last-child {
		border-right: none;
	}
}

@media (max-width: 750px) {
	ul.MobileBtns {
		display: table;
	}

	.Accolade-list {
		display: none;
	}

	.caseeval {
		width: 100%;
	}

	#ImageZone {
		padding-bottom: 0;
	}

	#Masthead div.Phone {
		float: left;
		margin-left: 30px;
	}

	#Masthead div.Phone span, #Masthead div.Phone div.Number span {
		display: none;
	}

	#Mobile_Menu {
		display: block;
	}

	.iswapfeed .half {
		width: 100%;
	}

	#Masthead {
		padding: 15px 1%;
	}

	.animation div.slide img {
		background-size: auto auto;
		background-position: center;
	}

	div.slide div.info {
		text-align: center;
		left: 0px;
	}

	div.info h2 {
		font-size: 27px;
		width: 75%;
	}

	div.info p {
		max-width: 75%;
	}

	div.info a > span {
		display: inline-block;
	}

	.cta-list ul li {
		width: 100%;
		float: none;
		display: inline-block;
		margin: 0px 0px 10px;
		border: none;
		text-align: left;
	}

	.cta-list ul li a > span {
		width: 90%;
		margin-left: 5%;
	}

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

	.cta-list ul li .ctaicon {
		padding-bottom: 0;
	}

	.cta-list ul li a icon {
		position: absolute;
		right: 5%;
		top: 10px;
	}

	#LogoZone {
		display: none;
	}

	#MainArea {
	}

	.content {
		width: 100%;
		padding-top: 15px;
		float: none;
	}

	.side {
		width: 100%;
		float: none;
	}

	.side > * {
		margin: 20px 0px 0px;
	}

	nav.top-nav {
		display: none;
	}

	.bottom-feed ul li {
		width: 99%;
		float: none;
		display: block;
	}

	#SideNavigation {
		display: none;
	}
}

@media (max-width: 700px) {
	.iswap > * {
		width: 100% !important;
		float: none !important;
	}

	#BottomInfo .footertag {
		display: none;
	}
}

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

@media (max-width: 650px) {
	#Masthead div.TopLogo {
		float: none;
		width: 100%;
		text-align: center;
	}

	ul.MobileBtns {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}

	ul.MobileBtns li {
		display: table;
		width: 25%;
		border: none !important;
	}

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

	div.imenupanel {
		top: 67px !important;
	}

	#Masthead div.Phone {
		display: none;
	}

	#Masthead {
		padding: 0;
	}

	#BottomInfo > *.third {
		width: 100%;
		float: none;
		text-align: center;
		padding: 15px 3%;
	}

	#BottomInfo .middle, #BottomInfo h2.SM {
		text-align: center;
	}

	#BottomInfo ul.social {
		margin: 0px auto 15px;
		display: table;
		width: auto;
	}

	#BottomInfo ul.social li {
		float: none;
		display: table-cell;
		text-align: center;
		padding: 0px 5px;
	}

	#BottomInfo a.SDLogo {
		display: block;
		float: none;
		max-width: 100%;
	}

	.disclaimer p {
		max-width: 100%;
		float: none;
	}
}

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

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

	#ImageZone {
		height: 300px;
		margin-top: 0 !important;
	}

	body.sub #ImageZone {
		display: none;
	}

	div.slide div.info {
	}

	.animation a.next, .animation a.prev {
		display: none;
	}

	.animation div.slide div.info a > * {
		width: 95% !important;
		max-width: 95% !important;
	}

	a.CCTA {
		display: none;
	}

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

	.caseeval .list-picker {
		width: 98%;
	}

	.schedule-date li {
		font-size: 25px;
		padding: 15px 0px;
	}

	.caseeval .list-picker a.scheduled-more {
		top: 30px;
	}

	.schedule-time li {
		float: none;
		width: 100%;
		padding: 15px 0px;
		border-bottom: solid 1px #063957; /* darken($primary,30%) */
	}

	.schedule-time li:last-child {
		border: none;
	}

	div.info p {
		display: none;
	}

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

	div.info h2 strong {
		font-size: 21px;
	}

	.footerlinks nav {
		display: none;
	}

	.footerlinks {
		border-top: none;
	}

	.content-cta {
		background-image: none !important;
		padding: 15px 3% !important;
	}

	.bottom-feed ul li {
		display: none;
	}

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

	.info-contact {
		display: none !important;
	}

	#SideNavigation header {
		background-color: #09517C; /* $primary */
		text-align: center;
		display: none;
	}

	.side-nav ul {
		display: none;
	}

	body[_pageid='5869061'] #MainArea p {
		display: none;
	}

	.content .content-image {
		float: none !important;
		display: block !important;
		margin: 0 auto 10px !important;
		text-align: center;
	}

	.content-image {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}

	ul.social-icons {
		float: none;
		margin: 0 auto 15px;
	}

	ul.post-list a.More {
		float: none;
		width: 50%;
		margin: 0 auto;
		min-width: 200px;
		padding: 5px 0;
	}

	.sys-nav {
		display: none;
	}
}
/* End Responsive */

.content-image {
	float: right;
	margin: 0 0 12px 30px !important;
}

#MainArea {
	background: #FFFFFF; /* $light */
}

#TopNavigation ul {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: space-around !important;
	justify-content: space-around !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

#SocialList li:last-child::after {
	content: '';
	background-image: url(/images/gmb.png);
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

#SocialList li:last-child icon {
	opacity: 0;
	position: relative;
	z-index: 5;
}

#SocialList li:last-child a {
	position: relative;
	z-index: 5;
}

body[_pageid='5869071'] ul.list:nth-child(2) {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

body[_pageid='5869071'] ul.list:nth-child(2) li:nth-child(1) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

body[_pageid='5869071'] ul.list:nth-child(2) li:nth-child(3) {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

body[_pageid='5869071'] ul.list:nth-child(2) li {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

#BlogEntry_ctl01_PublishDate {
	display: none;
}

.blog-crumbs span, 
.blog-crumbs a {
	display: none;
}
