body {
	margin: 0px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: #E2E2E2; /* $secondary */
	position: relative;
}

@media (max-width: 750px) {
	#Header .phone-info {
		display: initial !important;
		margin-top: 2em;
	}

	#Header .phone-info .phone {
		margin-bottom
		display: 2emnone !important;
	}

	#Header .phone-info .tagline {
		display: none !important;
	}
}

.ctct-inline-form input {
	width: 100%;
}

.ctct-inline-form label {
	font-weight: 600;
	color: #2b3769;
}

h1 {
	width
	margin: 100%0px;
	text-transform: uppercase;
	color: #5D5D5D; /* $text1 */
	font-size: 25px;
	line-height: 1.2em;
}

.content h1 {
	margin: 10px 0px;
	color: #32417A; /* $primary */
}

h2, h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #283E8A;
	line-height: 1.2em;
}

.Red {
	font-size: 20px;
	font-weight: bold;
}

.checkbox-box input[type='checkbox'] {
	width: 1rem;
	height: 1rem;
	margin-right: 1rem;
	background-color: transparent;
	box-shadow: none;
}

div.checkbox-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
}

.content h2, .content h3 {
	margin: 10px 0px;
}

a {
	text-decoration: none;
	color: #32417A; /* $primary */
}

a:hover {
	text-decoration: none;
	color: #BC0615; /* $background */
}

a.phonelink {
	color: #BC0615; /* $background */
	cursor: default;
}

.phonelink span {
	font-size: 33px;
}

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

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

.content {
	float: right;
	width: 70%;
	padding: 20px 3% 30px;
	font-size: 14px;
	color: #000000; /* $text4 */
}

.searchcontent {
	width: 100%;
	padding: 20px 3% 30px;
	font-size: 14px;
	color: 5d5d5d;
}

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

.email-btn {
	margin-bottom: 30px;
}

.third {
	float: left;
	width: 33.3%;
}

div#FooterRight {
	margin-top: 39px;
	font-size: 22px;
	line-height: 1.3em;
}

.content-fix {
	clear: left;
}

.mike-box {
	background-color: #FFFFFF; /* $text3 */
	padding: 1em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	width: 21em;
	height: 18em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mike-box > * {
	margin: .5em 0;
}

.mike-box h3 {
	line-height: 1;
	margin: 0;
	font-size: 2.5em;
	padding-bottom: .05em;
	border-bottom: 1px solid #32417A; /* $primary */
	display: inline-block;
	text-transform: capitalize;
}

.mike-box h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #32417A; /* $primary */
}

.mike-box h5 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #32417A; /* $primary */
}

.mike-box p {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 700;
	color: #32417A; /* $primary */
}

.mike-box strong {
	color: #BC0615; /* $background */
	font-size: 1.4em;
	font-weight: 700;
	font-family: serif;
}

.add-this-widget > * {
	padding-left: 0 !important;
}

.blog .item.blog .content {
	min-height: unset !important;
}

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

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

#TopArea {
	background-image: url(/images/BG.jpg);
}

#StickyZone {
	background-color: #FFFFFF; /* $text3 */
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	transition: height 0.4s ease;
}

#HeaderZone {
	padding: 20px 0px 0px 0px;
}

#NavZone {
}

#ImageZone {
	background-color: #32417A; /* $primary */
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.3);
}

body.sub #ImageZone {
}

#ThankYou p {
	margin: .2rem;
}

#CTAZone {
	background-color: #E2E2E2; /* $secondary */
}

#CTAZone2 {
	display: none;
	background-color: #FFFFFF; /* $background2 */
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.3);
}

main {
	background-color: #FFFFFF; /* $text3 */
	background-image: linear-gradient(to bottom,#EAEBEF,#FFFFFF); /* ,$text3 */
}

#MainArea {
	padding-top: 15px;
}

#MainZone {
	background-color: #E7E7E7; /* lighten($secondary,18%) */
	box-shadow: 0px 0px 10px rgba(93,93,93,0.459); /* alpha($text1,46%) */
}

#SideZone {
}

#Footer {
	background-color: #32417A; /* $primary */
}

#FooterZone {
}

#DisclaimerZone {
}
/* End Layout Styles */

/* Header */
#Header .logo {
	float: left;
	max-width: 39%;
	margin-top: 7px;
}

div.NavContainer {
	background-color: white;
}

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

.logo span {
	color: #BC0615; /* $background */
	font-weight: bold;
	font-family: serif;
	padding-left: 15%;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#StickyNav .logo span {
	font-size: 12px;
	padding: 3px 0 0 17%;
}

.phone-info {
	float: right;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}

.phone-info .caseeval {
	font-size: 1em;
	text-transform: uppercase;
	color: #000000; /* $text4 */
	font-weight: bold;
	background-color: #E2E2E2; /* $secondary */
	padding: 3px 20px;
	border-radius: 3px;
	box-shadow: inset -1px -1px 0px #5D5D5D; /* $text1 */
}

.phone-info .caseeval:hover {
	color: #9FABD8;
}

.phone-info div.phone {
	color: #FFFFFF;
	font-size: 3em;
	font-family: 'Crimson Text';
}

.phone-info div.phone icon {
	color: #F1E5E5; /* adjust($secondary,30%,30%,0%) */
	position: relative;
	top: 7px;
	display: none;
}

.phone-info .tagline {
	color: #32417A; /* $primary */
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

#SearchBar {
	position: relative;
	float: right;
	clear: right;
	margin: 20px;
}

#SearchBar input {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}

img.searchbutton {
	background-image: url(/images/accolades/SearchButton.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align: middle;
}
/* End Header */

/* Top Nav */
.top-nav {
	display: table;
	width: 100%;
	background-color: #BC0615; /* $background */
	border-bottom: solid 3px #717171; /* darken($secondary,50%) */
}

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

.top-nav ul li {
	margin: 0px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
}

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

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

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

.top-nav ul li a {
	display: block;
	padding: 15px 1% 12px 1%;
	color: #FFFFFF; /* $text3 */
	font-size: 14px;
	line-height: 1.2em;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
}

.top-nav ul li a:hover {
	color: #FFFFFF; /* $text3 */
	text-shadow: none;
	background-color: #000000; /* $text4 */
	background-image: linear-gradient(to bottom,#32417A,#293563); /* $primary,darken($primary,19%) */
}
/* End Top Nav */

/* Sticky Nav */
#StickyNav {
	padding: 15px 0px 10px 0px;
	height: 175px;
}

#StickyNav a.logo {
	display: inline-block;
	max-height: 88%;
	max-width: 24%;
}

#StickyNav a.logo img {
	max-height: 100%;
	max-width: 100%;
}

#StickyNav .RightFloat {
	float: right;
	width: 68%;
}

#StickyNav .top-nav {
	width: 55%;
	float: left;
	background-image: none;
	background-color: transparent;
	border: none;
	padding-top: 22px;
}

#StickyNav .top-nav ul li a {
	color: #32417A; /* $primary */
	text-shadow: none;
}

#StickyNav .top-nav ul li a:hover {
	background-image: none;
	background-color: transparent;
	color: #BC0615; /* $background */
}

#StickyNav .phone-info {
	font-size: 12px;
	text-align: center;
}

#StickyNav .phone-info .caseeval {
	font-size: 1em;
}

#StickyNav .phone-info .phone {
	font-size: 2.5em;
}

#StickyNav .phone-info .phone icon {
	font-size: 20px;
	top: 2px;
}
/* End Sticky Nav */

/* Mobile Buttons */
ul.MobileBtns {
	display: none;
	width: 100%;
	margin: 0px 0px 0px;
	padding: 15px 0px 0px;
	list-style: none;
}

ul.MobileBtns > li {
	display: table-cell;
	text-align: center;
	width: 25%;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
	background-color: #E8E8E8; /* lighten($secondary,20%) */
	background-image: linear-gradient(to bottom,#F1F1F1,#E8DCDC); /* lighten($secondary,50%),saturate($secondary,20%) */
}

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

ul.MobileBtns li > a {
	display: block;
	padding: 5px 0px;
}

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

ul.MobileBtns li a h2 {
	color: #32417A; /* $primary */
	text-transform: uppercase;
	margin: 0px 0px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 1.2em;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}

ul.MobileBtns li a icon {
	color: #5D5D5D; /* $text1 */
	font-size: 22px;
	text-shadow: 0px -1px rgba(255,255,255,0.5);
	display: none;
}
/* End Mobile Buttons */

/* Animation */
#Animation {
	width: 65%;
	float: right;
	height: 328px;
	position: relative;
	overflow: hidden;
}

#Animation div.slide {
	height: 100%;
	position: absolute;
	width: 100%;
	display: none;
}

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

#Animation div.slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	right: 0px;
	background-size: auto 100%;
}

div.slide div.info {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 50%;
	padding: 10px 2px;
	max-height: 380px;
	color: #223577;
	line-height: 1.25em;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
}

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

div.slide div.info h2 {
	font-size: 30px;
	color: #32417A; /* $primary */
	line-height: 1em;
	font-weight: normal;
}

div.slide div.info h2 strong {
	font-weight: normal;
	font-size: 70px;
	display: block;
	text-transform: uppercase;
	color: #BC0615; /* $background */
}

.button {
	font-size: 14px;
	line-height: 1em;
	display: inline-block;
	color: #FFFFFF; /* $text3 */
	background-color: #000000; /* $text4 */
	text-transform: uppercase;
	text-align: center;
	padding: 15px 20%;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	position: relative;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}

div.slide div.info .button {
	width: 100%;
	padding: 15px 30px 15px 0;
}

.button:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	font-size: 20px;
	color: #000000; /* $text4 */
	background-color: #E2E2E2; /* $secondary */
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1%;
	margin-top: -10px;
}

.button:hover {
	background-color: #5D5D5D; /* $text1 */
	color: #000000; /* $text4 */
	text-shadow: none;
}

div.slide .info span {
	display: block;
	font-size: 22px;
}
/* End Animation */

/* Sub Header */
#SubPageHeader {
	padding: 10px 3% 0px 3%;
	border-bottom: solid 1px #B7C0E2; /* lighten($primary,70%) */
}

#SubPageHeader h2 {
	color: #5D5D5D; /* $text1 */
	font-size: 30px;
}
/* End Sub Header */

/* CTAs */
.cta-list {
	width: 35%;
	float: left;
	padding: 15px 0 15px 2%;
}

#HomeBottomCTAs.cta-list {
	width: 100%;
	float: none;
	padding: 13px 0;
}

body.sub .cta-list {
	width: 100%;
	float: none;
	padding: 13px 0px;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px 3% 0px 0px;
	border-right: solid 1px #9FABD8; /* lighten($primary,60%) */
}

#HomeBottomCTAs.cta-list ul {
	border-right: solid 1px #9FABD8;
	margin: 0;
	padding: 0px 3% 0px 0px;
}

body.sub .cta-list ul {
	border-right: none;
}

.cta-list ul li {
	width: 100%;
	font-size: 13px;
	line-height: 1.6em;
	color: #000000; /* $text4 */
	border-bottom: solid 1px #B7C0E2; /* lighten($primary,70%) */
}

#HomeBottomCTAs.cta-list ul li {
	width: 25%;
	padding: 0 2%;
	border-bottom: none;
	border-right: solid 1px #475CAC;
	float: left;
}

body.sub .cta-list ul li {
	width: 25%;
	float: left;
	border-bottom: none; /* lighten($primary,70%) */
	border-right: solid 1px #475CAC; /* lighten($primary,21%) */
}

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

.cta-list ul li:first-child {
	padding-top: 0px;
}

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

.cta-list ul li>a {
	display: block;
	color: #B5B5B5; /* darken($secondary,20%) */
	padding: 10px 2%;
}

.cta-list ul li icon {
	font-size: 14px;
	border-radius: 3px;
	display: none;
	background-color: #000000; /* $text4 */
	color: #E2E2E2; /* $secondary */
	padding: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	margin-right: 2%;
}

.cta-list ul li:hover icon {
	color: #000000; /* $text4 */
	background-color: #E2E2E2; /* $secondary */
}

.cta-list ul li h2 {
	font-size: 19px;
	color: #FFFFFF; /* $text3 */
	line-height: 1.1em;
	text-align: center;
	padding: 12px;
	font-weight: 300;
}

.sub .cta-list ul li h2 {
	font-size: 17px;
	color: #FFFFFF; /* $text3 */
	text-align: center;
	font-weight: 600;
	line-height: 1.1em;
}

.cta-list ul li>a:hover {
	color: #FFFFFF;
	background-image: linear-gradient(to bottom,#BC0615,#930510);
}

.cta-list ul li p {
	margin: 0px;
	line-height: 1.3em;
	color: #000000; /* $text4 */
}
/* End CTAs */

/* Case Results */
#CaseResults {
	float: left;
	width: 30%;
	padding: 10px 0px;
}

#CaseResults h2 {
	font-size: 20px;
	color: #32417A; /* $primary */
	font-weight: bold;
	padding: 5px 20px;
	border-top: solid 1px rgba(93,93,93,0.2); /* alpha($text1,20%) */
	border-bottom: solid 1px rgba(93,93,93,0.2); /* alpha($text1,20%) */
	x: block;
}

#CaseResults .case {
	padding: 5px 5% 10px 7%;
	font-size: 12px;
	color: #32417A; /* $primary */
	position: relative;
}

#CaseResults .case h3 {
	color: #BC0615;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
}

#CaseResults .case a {
	color: #BC0615; /* $background */
	font-weight: bold;
}

#CaseResults .case a:hover {
	color: #333333; /* darken($text1,45%) */
}

.sub #CaseResults {
	float: none;
	width: 100%;
	padding: 10px 0px;
}
/* End Case Results */

/* Accolades */
#Accolades {
	float: right;
	width: 70%;
	padding: 10px 0px;
	position: relative;
}

#Accolades .case {
	padding-left: 20px;
}

#Accolades .logos:before {
	content: ' ';
	display: block;
	width: 60px;
	height: 60%;
	border-radius: 100px;
	box-shadow: 0px 0px 50px rgba(255,255,255,0.2);
	position: absolute;
	left: -60px;
	top: 20%;
}

#Accolades h2 {
	font-size: 20px;
	color: #000000; /* $text4 */
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	display: block;
	border-top: solid 1px rgba(93,93,93,0.2); /* alpha($text1,20%) */
	border-bottom: solid 1px rgba(93,93,93,0.2); /* alpha($text1,20%) */
}

#Accolades h3 {
	margin: 10px 0px;
}

#Accolades p {
	margin: 0 10px 10px 0px;
}

#Accolades a {
	margin: 0 0 0 0px;
}

#Accolades .table {
	padding: 20px 5%;
}

#Accolades .logos {
	text-align: center;
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
}

#Accolades .logos img {
	margin: 0px 3%;
	max-width: 19%;
}
/* End Accolades */

/* Content CTA Styles */
#ContentCTA {
	display: block;
	max-width: 100%;
	margin: 15px 0px;
}

#ContentCTA a {
	display: block;
	background-color: #BC0615; /* $background */
	color: #fff;
	text-decoration: none;
	padding: 10px 5% 10px;
	border-radius: 8px;
	background-image: url(/images/textures/Wood_Pattern.png);
}

#ContentCTA a:hover {
	text-decoration: none;
}

#ContentCTA h2 {
	color: #fff;
	font-size: 24px;
	margin: 10px 0px 0px;
}

#ContentCTA icon {
	font-size: 34px;
	float: right;
	position: relative;
	padding-top: 0px;
	padding-left: 10px;
}

#ContentCTA p {
	color: #000000; /* $text4 */
	font-size: 16px;
	margin: 0px 0px 10px;
}

#ContentCTA .Btn {
	position: relative;
	display: block;
	padding: 3px 10% 3px;
	text-align: center;
	background-color: #E2E2E2; /* $secondary */
	border-radius: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

#ContentCTA:hover .Btn {
	background-color: #000000; /* $text4 */
	color: #5D5D5D; /* $text1 */
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}
/* End Content CTA Styles */

/* Side Nav */
.side-nav {
	background-color: #D7D9E0;
	margin-bottom: 30px;
	border-radius: 5px;
}

.side > a {
	display: block;
	padding-bottom: 15px;
}

.side-nav h2 {
	background-color: #32417A; /* $primary */
	background-image: linear-gradient(to bottom,#32417A,#252F59); /* $primary,darken($primary,27%) */
	color: #FFFFFF; /* $text3 */
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	padding: 15px 0px 15px 0px;
	border-bottom: solid 4px #B5B5B5; /* darken($secondary,20%) */
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	font-weight: 300;
}

.side-nav h2:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -9px;
	left: 10%;
	width: 80%;
	height: 5px;
}

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

.side-nav ul li > ul {
	padding: 0px 0px 0px 10%;
}

.side-nav ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#ValueList ul li {
	display: block;
	color: #FFFFFF; /* $text3 */
	font-size: 16px;
	padding: 7px 5% 7px 12%;
	line-height: 1.1em;
	border-bottom: solid 1px rgba(174,174,174,0.2); /* adjust($text1,50%,-50%,20%) */
}

.side-nav ul li a {
	display: block;
	color: #32417A; /* $primary */
	font-size: 14px;
	padding: 7px 5% 7px 9%;
	line-height: 1.1em;
	border-bottom: solid 1px #FFFFFF; /* $text3 */
}

.side-nav ul li a:after {
	content: '\e0ea';
	display: none;
	position: absolute;
	top: 7px;
	right: 3%;
	color: #BC0615; /* $background */
	background-color: #E2E2E2; /* $secondary */
	border-radius: 50%;
	width: 15px;
	height: 15px;
	font-family: 'icomoon-ult';
}

.side-nav ul li a:hover {
	background-color: #E2E2E2; /* $secondary */
	color: #BC0615; /* $background */
}

.side-nav ul li.selected a {
	background-color: #B2C8E9;
	color: #BC0615; /* $background */
}

.side-nav ul li a:hover:after {
	display: block;
}

.side-nav p {
	margin: 12px 8% 12px 10%;
	line-height: 1.4em;
	color: #A98785; /* $text2 */
}

.side > a .button {
	width: 80%;
	margin: 0px auto;
}

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

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

.side-nav.blog ul li a {
	padding: 10px 0px 10px 70px;
	border-bottom: solid 1px #526472;
	min-height: 70px;
}

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

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

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

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

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

.side-nav.blog ul li h3 {
	font-size: 16px;
	margin: 0px;
	color: #29E4BF;
}

.side-nav.blog ul li:hover h3 {
	color: #FFFFFF;
}

.side-nav.blog .button {
}

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

.side-nav.blog .button:after {
	content: '[+]';
	color: #15A88B;
	margin-left: 5px;
}

.side-nav.blog .button:hover {
	background: none;
	color: #B1C3D2;
}
/* End Side Nav */

/* Contact Form */
#ContactForm.side-nav {
	background-color: #E2E2E2; /* $secondary */
}

.contact-form {
	padding: 0px 0px 25px 0px;
	margin: 0px 10%;
}

.contact-form h3 {
	color: #000000; /* $text4 */
	font-weight: 600;
	font-size: 18px;
	padding: 20px 0px 5px 0px;
	text-transform: none;
	font-family: 'Open Sans', Helvetica, sans-serif;
	margin: 0px;
	display: block;
}

.contact-form h4 {
	color: #383838; /* darken($text1,40%) */
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.contact-form input {
	border: none;
	margin: 6px 0px;
	padding: 8px 12px;
	width: 100%;
	background-color: #32417A; /* $primary */
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	outline: none;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}

.contact-form input.checkbox {
	width: 20px;
	box-shadow: none;
	float: left;
	margin-right: 10px;
}

.contact-form .checktext {
	color: #223577;
	font-size: 12px;
	line-height: 1em;
	margin: 0px 0px 10px 0px;
}

.contact-form textarea {
	border: none;
	margin: 6px 0px 15px 0px;
	padding: 8px 12px;
	width: 100%;
	background-color: #32417A; /* $primary */
	font-size: 14px;
	color: #FFFFFF; /* $text3 */
	display: block;
	outline: none;
	height: 90px;
	resize: none;
	overflow: auto;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}

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

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

.side .button, .caseeval .button {
	background-color: #32417A;
	font-size: 14px;
	display: block;
	padding: 10px 0px;
	position: relative;
}

.side .button:hover, .side > a:hover .button, .caseeval .button:hover {
	background-color: #BC0615;
	color: #FFFFFF;
}

#ContactUsData h1 {
	margin: 10px 0px;
	color: #243678;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}

#ContactUsData p {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #BC0615;
}

p#ContactPagePhone {
	font-size: 21px;
	color: #32417A;
}
/* End Contact Form */

/* Case Eval */
.caseeval {
}

.caseeval div.Label {
	font-size: 14px;
	float: left;
	padding: 10px 10px 0px 0px;
}

.caseeval input, .caseeval textarea {
	background: #5D5D5D; /* $text1 */
	border: none;
	margin: 0px 0px 10px;
	border-radius: 4px;
	outline: none;
	color: #FFFFFF; /* $text3 */
	font-size: 14px;
	background-position: 0px -58px;
	box-shadow: 0px 4px 1px #000000; /* $text4 */
}

.caseeval input {
	width: 100%;
	height: 30px;
	padding: 0px 3px;
	background-color: #243678;
}

.caseeval textarea {
	width: 100%;
	height: 100px;
	padding: 10px 15px;
	overflow: auto;
	resize: none;
	background-color: #243678;
}
/* End Case Eval */

/* Footer */
#FooterContent {
	padding: 0px 0px;
	background-color: #32417A; /* $primary */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 19px;
	color: #E2E2E2; /* $secondary */
	line-height: 1.2em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: bold;
	text-align: center;
}

#FooterContent .third {
	padding: 0px 4%;
	float: right;
}

#FooterContent a {
	color: #FFFFFF; /* $background2 */
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
}

span.tagline {
	font-size: 15px;
}

#FooterContent a:hover {
	text-decoration: underline;
	color: #939393; /* darken($secondary,35%) */
}

#FooterContent a.logo {
	display: block;
	padding-bottom: 0;
}

#FooterContent a.logo img {
	max-width: 102%;
}

#FooterContent h2 {
	color: #FFFFFF; /* $text3 */
	font-size: 27px;
	font-weight: 300;
	margin-bottom: 30px;
}

#FooterContent ul {
	list-style: none;
	margin: 0px;
	padding-left: 4%;
}

#FooterContent ul li {
}

#FooterContent ul li a {
	color: #E2E2E2; /* $secondary */
	padding: 5px 0px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}

#FooterContent ul li a:hover {
	color: #939393; /* darken($secondary,35%) */
}

#FooterContent nav icon {
	display: inline-block;
	background-color: #FFFFFF; /* $text3 */
	color: #E2E2E2; /* $secondary */
	padding: 1px;
	border-radius: 3px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 8px;
}

#FooterContent nav span {
	vertical-align: middle;
}

#FooterContent .social ul li a {
	background-color: #E2E2E2; /* $secondary */
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-radius: 5px;
	color: #32417A; /* $primary */
	font-weight: normal;
}

#FooterContent .social ul li a icon {
	font-size: 18px;
	padding: 2px;
	color: #32417A; /* $primary */
}

#FooterContent .social ul li a:hover {
	background-color: #FFFFFF; /* $text3 */
	color: #BC0615; /* $background */
	text-decoration: none;
}

#FooterContent .social ul li a:hover icon {
	color: #BC0615; /* $background */
	background-color: #E2E2E2; /* $secondary */
}

#Disclaimer {
	background-color: #E2E2E2; /* $secondary */
	padding: 20px 3%;
	font-size: 12px;
	color: #32417A; /* $primary */
	border-top: solid 4px #BC0615; /* $background */
}

#Disclaimer img {
	float: right;
}

.phonefooter {
	clear: both;
	float: right;
	color: #FFFFFF;
	font-size: 25px;
	line-height: 1em;
	text-align: center;
	margin: -20px 0 0 0;
}

.left {
}

.Footerlogo {
	position: relative;
	float: right;
}
/* End Footer */

/* Blog */
div.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	padding: 22px;
}
/* End Blog */

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

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

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

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

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

nav.top-nav div.ifly a {
	padding: 10px 25px;
	color: #32417A; /* $primary */
	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: #32417A; /* $primary */
}

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

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

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

div.iflylist div.ui-more-items {
	background-color: #32417A; /* $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;
}

.page5508242 .iflylist {
	display: none !important;
}
/* End Flyout Menu */

/* Review System Styles */
div.reviews {
}

div.reviews div.reviews_widget {
	margin-top: 15px;
}

div.reviews h1 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

div.reviews div.divider {
	margin: 10px 0px;
	border-top: solid 1px #cccccc;
	clear: both;
}

div.reviews div.share {
	padding-top: 10px;
}

div.reviews div.share a {
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
}

div.reviews div.share a:hover {
	text-decoration: none;
	color: #666;
}

div.reviews div.share div.social {
	display: inline-block;
}

div.reviews a.addreviewbtn img {
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	width: 10px;
	height: 17px;
	background-position: -14px -5px;
	border: none;
}

span.rating {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 20px;
	margin: 0px 10px;
}

span.rating span.starsgray {
	width: 120px;
	height: 20px;
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -29px;
	display: inline-block;
	margin-right: 10px;
}

span.rating span.stars {
	height: 20px;
	width: 0px;
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -55px;
	position: absolute;
	top: 0px;
	left: 0px;
}

span.rating span.stars.rating05 {
	width: 12px;
}

span.rating span.stars.rating1 {
	width: 24px;
}

span.rating span.stars.rating15 {
	width: 36px;
}

span.rating span.stars.rating2 {
	width: 48px;
}

span.rating span.stars.rating25 {
	width: 60px;
}

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: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

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

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

p.ContactPagePhone {
	color: #BC0615;
	font-weight: bold;
	font-size: 25px;
}
/* End Review System Styles */

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: #122052;
	text-align: left;
	z-index: 2;
	top: 100% !important;
}

#MobileArea>div>div.imenupanel {
	position: absolute;
	z-index: 99;
	top: 40px !important;
}

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

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

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

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

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

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

@media (min-width:651px) {
	#CTAs ul li:last-child {
		display: none !important;
	}
}

@media (max-width:1060px) {
	body {
		box-shadow: none;
	}

	#Header .logo {
		padding: 0px 1%;
	}

	.phone-info {
		padding: 0px 1%;
	}
}

@media (max-width:1000px) {
	.logo span {
		padding-left: 11%;
		font-size: 17px;
	}
}

@media (max-width:900px) {
	.cta-list {
		float: none;
		width: 100%;
	}

	#Animation div.slide img {
		height: 123%;
	}

	.cta-list ul {
		border-top: solid 1px #BBBBBB;
	}

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

	.cta-list ul li {
		width: 25%;
		float: left;
		padding: 10px 2% !important;
		border-bottom: none;
		border-right: solid 1px #B7C0E2; /* lighten($primary,70%) */
	}

	.cta-list ul li:first-child {
		border-left: solid 1px #B7C0E2; /* lighten($primary,70%) */
	}

	#Animation {
		float: none;
		width: 100%;
	}

	div.slide div.info {
		background-color: rgba(255,255,255,.5);
	}

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

	#CaseResults {
		float: none;
		width: 100%;
	}

	#Accolades {
		float: none;
		width: 100%;
	}

	#StickyNav a.logo {
		max-width: 32%;
	}

	#StickyNav .RightFloat {
		width: 65%;
	}

	#StickyNav .top-nav {
		float: right;
		width: 95%;
	}

	#StickyNav .top-nav ul li a {
		padding: 3px 1%;
		font-size: 15px;
	}

	#StickyNav .phone-info {
		clear: right;
		padding: 0px 1% 0px 0px;
	}

	#StickyNav .phone-info .caseeval {
		display: none;
	}

	.logo span {
		font-size: 14px;
	}

	#BottomNavigation {
		display: none;
	}

	#HomeBottomNavigation {
		display: none;
	}
}

@media (max-width:800px) {
	.content {
		float: none;
		width: 100%;
	}

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

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

	#FooterContent {
		background-image: none;
	}

	#FooterContent .third:nth-of-type(2) {
		display: none;
	}

	#FooterContent h2 {
		margin: 10px 0px;
	}

	#FooterContent ul {
		width: auto;
		margin: 0px auto;
		padding: 0;
	}

	#FooterContent ul li {
		padding: 0px;
		margin: 0px;
		width: auto;
	}

	#FooterContent ul li a {
		margin: 0px 5%;
	}

	#FooterContent nav icon {
		margin-right: 0px;
	}

	#FooterContent ul li a span {
		display: none;
	}

	#Disclaimer .sdlogo {
		display: block;
		width: 100%;
		text-align: center;
	}

	#Disclaimer img {
		float: none;
	}
}

@media (max-width:760px) {
	.logo span {
		font-size: 13px;
	}
}

@media (max-width:750px) {
	#StickyNav {
		display: none;
	}

	body.sub #TopArea {
		padding-bottom: 15px;
	}

	#TopNavigation {
		display: none;
	}

	ul.MobileBtns {
		display: table;
	}

	#HeaderZone {
		padding-bottom: 0px;
		width: 100%;
		background-color: #FFFFFF;
		background-image: url(/images/textures/Wood_Pattern.png);
		z-index: 90;
	}

	.phone-info .tagline {
		display: none;
	}

	body.sub #ImageZone {
		display: none;
	}

	#CTAZone2 {
		display: block;
	}

	.cta-list ul li {
		float: none !important;
		width: 100% !important;
		border-bottom: solid 1px #B7C0E2 !important; /* lighten($primary,70%) */
		border-right: none !important;
		border-left: none !important;
	}

	#CTAZone2 .sub .cta-list ul li h2 {
		color: #FFFFFF;
	}

	#CTAZone2 .cta-list ul li h2 {
		color: #FFFFFF;
	}

	body.sub .cta-list {
		background-color: #32417A;
	}
}

@media (max-width:650px) {
	#Header .logo {
		float: none;
		text-align: center;
		display: block;
		max-width: 100%;
		padding: 0px 2%;
	}

	#HeaderZone {
		padding-top: 10px;
	}

	ul.MobileBtns {
		padding-top: 10px;
	}

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

	#Header .logo img {
		margin: 0px auto 0px auto;
	}

	#Header .phone-info {
		display: none;
	}

	#Header .phone-info .tagline {
		display: none;
	}

	#Animation {
		height: 210px;
	}

	div.slide div.info {
		width: 100%;
		top: auto;
		bottom: 0px;
		text-align: center;
		background-color: rgba(255,255,255,0.8); /* alpha($background2,80%) */
	}

	div.slide div.info h2 {
		margin-bottom: 10px;
	}

	div.slide div.info p {
	}

	.arrow-left-12 {
		display: none;
	}

	.arrow-right-12 {
		display: none;
	}

	.logo span {
		padding-left: 0;
		font-size: 20px;
	}
}

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

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

	#Animation {
		height: 220px;
	}

	#Animation div.slide img {
		background-position: right;
		background-size: auto auto;
	}

	div.slide div.info {
		top: 10px;
		bottom: auto;
	}

	#Animation div.slide p {
		font-size: 16px;
		line-height: 1.2em;
	}

	#ContentCTA {
		text-align: center;
	}

	#ContentCTA icon {
		display: none;
	}

	.caseeval input, .caseeval textarea {
		max-width: 100%;
		width: 100%;
	}
}
/* End Responsive */

.Red a {
	color: #ED1A1E;
	font-size: 14px;
}

.Red a:hover {
	color: #ED1A1E;
}

.side .button:before, .caseeval .button:before {
	display: none;
}

.submitting .button {
	pointer-events: none;
}

.submitting .button:after {
	content: 'Submitting...';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #BC0615; /* $background */
	color: white;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transition: 0.2s;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@-webkit-keyframes flash {
	0% { color: currentcolor; }
	50% { color: transparent; }
	100% { color: currentcolor; }
}

@-moz-keyframes flash {
	0% { color: currentcolor; }
	50% { color: transparent; }
	100% { color: currentcolor; }
}

@-o-keyframes flash {
	0% { color: currentcolor; }
	50% { color: transparent; }
	100% { color: currentcolor; }
}

@keyframes flash {
	0% { color: currentcolor; }
	50% { color: transparent; }
	100% { color: currentcolor; }
}

@media screen and (max-width: 700px) {
	body[_pageid='5553348'] #CTAs > ul > li:nth-child(5) {
		display: none !important;
	}
}
