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

article#MainContent {
}

h1 {
	color: #1C1921; /* $dark */
	font-size: 24px;
	line-height: 1.2em;
	margin: 15px 0px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
}

h2, h3, h4 {
	margin: 10px 0px;
	color: #005078;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	font-family: 'Merriweather', serif;
}

a {
	text-decoration: none;
	color: #716585; /* lighten($dark,39%) */
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: #253137; /* 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: 30px 0px 50px -0px rgba(0,0,0,0.5), -30px 0px 50px -0px rgba(0,0,0,0.5);
}

.cf {
	padding: 0;
}

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

.content img {
	margin: 0 1.75em .5em 1.75em !important;
	max-width: 100% !important;
	display: inline-block;
}

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

.content h2, .content h3 {
	color: #355979; /* $primary */
	font-size: 18px;
	font-weight: 600;
}

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

.side {
	float: left;
	width: 38%;
	background-image: -webkit-linear-gradient(left,#FFFFFF,#FEFEFE); /* $light,lighten($background,70%) */
	background-image: -moz-linear-gradient(left,#FFFFFF,#FEFEFE); /* $light,lighten($background,70%) */
	background-image: -o-linear-gradient(left,#FFFFFF,#FEFEFE); /* $light,lighten($background,70%) */
	background-image: linear-gradient(to right,#FFFFFF,#FEFEFE); /* $light,lighten($background,70%) */
	padding: 1em 0 4em;
	background-color: #17315C;
}

.no-flexbox .side {
}

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

.btn {
	display: inline-block;
	background-color: #D4AF37;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	text-align: center;
	padding: 20px 3em;
	vertical-align: top;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.btn:hover {
	background-color: #A98928;
	color: #FFFFFF; /* $light */
}

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 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

#TopArea {
}

#TopArea .iswapfeed {
	background-color: #F2F2F2;
	text-align: center;
	padding-top: 3em;
	margin-top: -4em;
}

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

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

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

#ImageZone {
	height: 893px;
}

body.sub #ImageZone {
	height: 208px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 0;
}

#SloganTagline {
	padding: 2em;
	text-align: center;
}

#CTAZone {
}

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

#MainArea {
	background-color: #FFFFFF; /* $light */
	padding: 0px 2% 0px 0px;
}

#MainZone {
}

#SideZone {
}

#Footer {
}

#LowerFeedZone {
}

#FooterZone {
}

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

/* Masthead */
#Masthead {
	padding: 10px 2%;
	/*background-color: #17315C;*/
	background-image: url(../images/MainBanner.png);
}

#Masthead .main,.top-nav .main {
	box-shadow: none;
}

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

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

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

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

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

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

#Masthead div.Phone div.Number a:before {
	font-family: 'icomoon-ult';
	content: '\f051';
	font-size: 1.4em;
	position: absolute;
	right: 20%;
	bottom: 0;
}

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

ul.MobileBtns {
	display: none;
	width: 49%;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	float: right;
	background-color: #005078; /* $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 #003854; /* darken($secondary,30%) */
}

ul.MobileBtns li:nth-child(even) {
	border-left: solid 1px #004060; /* 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);
}
/* End Masthead */

/* Top Nav */
nav.top-nav {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.topnav-bg {
	background-color: #04152A;
}

.topnav-bg .main {
	box-shadow: none;
}

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, nav.top-nav a.selected {
	color: #9EDEFF;
}
/* End Top Nav */

/* Logo Scroll */
#AssocScroll {
	height: 102px; /* This should be about the same height as the image */
	-webkit-animation: acclogos 40s linear infinite;
	-moz-animation: acclogos 40s linear infinite;
	-o-animation: acclogos 40s linear infinite;
	animation: acclogos 40s linear infinite;
	background-image: url(../images/scrolling-logos.png);
	background-repeat: repeat-x;
}

@-webkit-keyframes acclogos {
	0% { background-position: -1400px 50%; /* Same pixel number as image width */ }
	100% { background-position: 0px 50%; }
}

@-moz-keyframes acclogos {
	0% { background-position: -1400px 50%; /* Same pixel number as image width */ }
	100% { background-position: 0px 50%; }
}

@-o-keyframes acclogos {
	0% { background-position: -1400px 50%; /* Same pixel number as image width */ }
	100% { background-position: 0px 50%; }
}

@keyframes acclogos {
	0% { background-position: -1400px 50%; /* Same pixel number as image width */ }
	100% { background-position: 0px 50%; }
}
/* End Logo Scroll */

/* Animation */
.animation {
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	background-image: url(../images/Slide1.png);
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sub .animation {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	background-image: none;
	width: 100%;
	padding: 3em 2%;
}

.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;
	width: 65%;
	padding: 3em 0 3em 10em;
	right: 0;
	top: 30%;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(23,49,92,0.8) 25%,rgba(23,49,92,0.8) 100%); /* alpha($secondary,10%),, */
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(23,49,92,0.8) 25%,rgba(23,49,92,0.8) 100%); /* alpha($secondary,10%),, */
	background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(23,49,92,0.8) 25%,rgba(23,49,92,0.8) 100%); /* alpha($secondary,10%),, */
	background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(23,49,92,0.8) 25%,rgba(23,49,92,0.8) 100%); /* alpha($secondary,10%),, */
}

.sub div.slide div.info {
	top: auto;
	bottom: 0;
	width: 100%;
	padding: 3em 2%;
}

.no-flexbox div.slide div.info {
	background-color: rgba(0,80,120,0.8); /* alpha($secondary,80%) */
}

div.info .slide-btn {
	font-size: 13px;
	position: relative;
	display: none;
	background-color: #355979; /* $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 #28435B; /* darken($primary,25%) */
	vertical-align: top;
}

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

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

div.info h3 {
	/*
	display: block;
	padding: 0;
	color: #D4AF37;
	font-size: 3.5em;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2em;
	position: relative;
	text-align: left;
	letter-spacing: 2px;
	*/
		display: inline-block;
	padding: 0;
	color: #FFFFFF; /* $light */
	font-size: 3.5em;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2em;
	position: relative;
	text-align: left;
	letter-spacing: 2px;
}

div.info h4 {
	display: inline-block;
	padding: 0px 1%;
	color: #FFFFFF;
	font-size: 3.5em;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2em;
	position: relative;
	text-align: left;
	letter-spacing: 2px;
}

div.info h4 span {
	font-size: .4em;
	position: relative;
	top: -26px;
}

.sub div.info h4 span {
	position: absolute;
	top: -.6em;
	right: -1.5em;
}

.sub div.info {
	font-size: .6em;
}

.sub div.info h2 {
	text-align: center;
}

.sub div.info h3 {
	text-align: center;
}

div.info .btn:hover {
}

html.no-rgba div.info h2 {
	background-color: #004F77; /* 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(158,222,255,0.8); /* adjust($secondary,75%,0%,80%) */
	font-size: 30px;
	color: #000000;
}

.animation a.prev, .animation a.next {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	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.prev icon {
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.animation a.next {
	right: 0;
}

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

.animation a.prev:hover {
}

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

.animation a.next:hover {
}

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

/* Top Feed Section */
.iswapfeed.top-feed {
	padding: 10px 5%;
}

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

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

.Accolade-list ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 2%;
	position: relative;
	width: 25%;
}

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

.Accolade-list ul li img {
	padding: 0px 2%;
}

.accolades-content {
	background-color: #FFFFFF; /* $light */
	padding: 0;
	margin: 0;
}

.accolades-content .Accolade-list {
	padding: 0;
}

.accolades-content .Accolade-list ul {
	background-image: -webkit-linear-gradient(top,#355879,#18325D);
	background-image: -moz-linear-gradient(top,#355879,#18325D);
	background-image: -o-linear-gradient(top,#355879,#18325D);
	background-image: linear-gradient(to bottom,#355879,#18325D);
}

.accolades-content .Accolade-list li {
	border-right: solid 1px #04152A;
	color: #D4AF37;
	padding: 2.5em 4%;
	font-style: italic;
}

.accolades-content .btn {
	font-size: 1.4em;
	background-color: transparent;
	position: relative;
}

.accolades-content .btn strong {
	position: relative;
	z-index: 2;
	font-weight: normal;
}

.accolades-content .btn:after {
	content: '';
	background-color: #04152A;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	-webkit-transform: skew(-6deg);
	-moz-transform: skew(-6deg);
	-o-transform: skew(-6deg);
	transform: skew(-6deg);
}

.accolades-content .btn:hover:after {
	background-color: #1B3353;
}

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

.iswapfeed h2 {
	font-size: 35px;
	line-height: 1em;
	margin: 0;
	padding: 2em 0;
	text-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
	color: #5A5A5A; /* $background */
	width: 100%;
	text-align: center;
}

div#AccoladeContent h2 {
	padding: 2em 0 0;
}

.iswapfeed h2 em {
	color: #A98928;
	font-style: normal;
	display: block;
}

.iswapfeed h3 {
	color: #355979; /* $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.top-feed .btn {
	position: relative;
	left: auto;
	bottom: auto;
}

.test-feed .quote {
	color: #1C1921; /* $dark */
	font-style: italic;
	font-size: 15px;
	margin: 15px 0px;
	text-shadow: 1px 1px 1px #FFFFFF; /* $light */
	line-height: 1.75em;
}

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

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

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

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

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

.info-video {
	width: 90% !important;
	position: relative;
	left: 5%;
}

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

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

.info-contact input, .info-contact textarea {
	border: none;
	outline: none;
	margin: 0 0 10px;
	display: block;
	background-color: #FFFFFF; /* $light */
	padding: 10px;
	color: #1C1921; /* $dark */
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
}

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

.info-contact {
	background-image: -webkit-linear-gradient(top,#E6E6E6,#C4C4C4); /* darken($light,10%),lighten($background,40%) */
	background-image: -moz-linear-gradient(top,#E6E6E6,#C4C4C4); /* darken($light,10%),lighten($background,40%) */
	background-image: -o-linear-gradient(top,#E6E6E6,#C4C4C4); /* darken($light,10%),lighten($background,40%) */
	background-image: linear-gradient(to bottom,#E6E6E6,#C4C4C4); /* darken($light,10%),lighten($background,40%) */
	padding: 3em 0 6em;
	font-size: 18px;
	background-color: #17315C;
}

.case-eval.info-contact {
	background-image: none;
	background-color: transparent;
	padding: 0;
}

.case-eval.info-contact textarea {
	width: 100%;
	float: none;
	margin: 10px 0;
}

.info-contact .contact-wrap {
	max-width: 755px;
	margin: 0 auto;
}

.info-contact input {
	width: 100%;
}

.info-contact textarea {
	float: left;
	width: 49.25%;
	height: 152px;
	resize: none;
	overflow: auto;
	outline: none;
	margin-left: 1.5%;
}

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

.info-contact a.Submit {
	display: table;
	margin: 0 0 0 auto;
}

.info-contact h2 {
	padding: .5em 0;
	color: #253E55; /* darken($primary,30%) */
}

.info-contact h2 em {
	color: #30506D; /* darken($primary,10%) */
}

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

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

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

.case-feed em {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #355979; /* $primary */
}

.form-disclaimer {
	color: #1C1921; /* $dark */
	display: inline;
	font-size: .7em;
	float: left;
}
/* End Top Feed Section */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
	background-image: url(../images/CTABG.jpg);
	padding: 15px 2% 20px;
	border-spacing: 5px 0px;
	text-align: center;
	background-size: cover;
}

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

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

.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: 80%;
	left: 10%;
	position: absolute;
	text-align: center;
	bottom: 0px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	font-weight: 600;
	font-size: 14px;
	margin: 0px auto;
	padding: 10px 3em;
}

.cta-list ul li .btn icon {
}

.cta-list ul li:hover .btn {
}

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

.cta-list ul li icon {
	font-size: 38px;
	color: #E6BE46;
	text-shadow: 1px 1px rgba(255,255,255,0.1);
	position: relative;
	background-color: #A98928;
	padding: 10px;
	border-bottom: solid 4px #16709C; /* adjust($secondary,15%,-25%,0%) */
	margin-bottom: 10px;
}

.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: 13px;
	line-height: 1.4em;
	margin: 0px 0px 5px;
	color: #FFFFFF; /* $light */
	font-family: Open Sans;
	padding: 10px 10% 20px 10%;
	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: #1D3143; /* 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: #1E7AA8; /* 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 #96D4F3; /* 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: #355979; /* $primary */
}

.content-cta h2 {
	margin: 0;
	color: #B1E5FF; /* 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: #005078; /* $secondary */
	font-size: 16px;
}

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

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

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

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

#Logos h3 {
	color: #4C788D; /* 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;
	font-size: 24px;
	color: #A98928;
}

.side-nav h2 strong {
	color: #D4AF37;
	font-size: 18px;
	font-weight: normal;
}

.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: 1em;
	color: #FFFFFF; /* $light */
	line-height: 1.2em;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
}

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

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

.side-nav ul li a {
	display: block;
	color: #1C1921; /* $dark */
	padding: 10px 20px 10px 0;
	border-bottom: solid 1px #6E91AC;
	position: relative;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.side-nav ul li.level2 a {
	padding: 10px 20px 10px 30px;
	font-size: .9em;
}

.side-nav ul li:hover a, .side-nav ul li.selected a {
	color: #FFFFFF;
}

.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: #112444;
	left: -100%;
	top: 0;
	z-index: 0;
	-webkit-transition: .5s left ease-in-out, opacity .5s ease;
	-moz-transition: .5s left ease-in-out, opacity .5s ease;
	-o-transition: .5s left ease-in-out, opacity .5s ease;
	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 */
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	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 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;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
	text-shadow: none;
}

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

.side-ctas {
	display: block;
	background-size: 100% 200%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	position: relative;
	color: #1C1921; /* $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(21,49,63,0.8); /* adjust($secondary,-30%,-50%,80%) */
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px #1C1921; /* $dark */
}

.side-ctas h2 {
	color: #63B1D8; /* 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 #355979; /* $primary */
	box-shadow: 0px 4px 0px #50B7EC; /* adjust($secondary,50%,-20%,0%) */
}

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

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

.side-ctas li a:hover icon {
	right: 5%;
	opacity: 1;
}
/* End Side-Nav Styles */

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

.Contact input, .Contact textarea {
	border: none;
	outline: none;
	width: 100%;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFFFFF; /* $light */
	background-color: rgba(10,49,68,0.7); /* adjust($secondary,-35%,-25%,70%) */
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	overflow: auto;
}

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

.Contact textarea {
	height: 80px;
	margin: 0px;
	padding: 8px 5% 0px;
	resize: none;
}

.Contact a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 8px 0px 10px;
	padding: 10px 0px;
	background-color: #355979; /* $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 #264057; /* darken($primary,28%) */
	background-image: -webkit-linear-gradient(top,#355979 50%,#1C1921 50%); /* $primary,$dark */
	background-image: -moz-linear-gradient(top,#355979 50%,#1C1921 50%); /* $primary,$dark */
	background-image: -o-linear-gradient(top,#355979 50%,#1C1921 50%); /* $primary,$dark */
	background-image: linear-gradient(to bottom,#355979 50%,#1C1921 50%); /* $primary,$dark */
	background-size: 100% 200%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	position: relative;
}

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

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

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

/* Side Testimonials */
#TestimonialsFeed {
}

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

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

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

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

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

#TestimonialsFeed > a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 5px 0px 0px;
	background-color: #005078; /* $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: #9EDEFF; /* 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: #B1E5FF; /* 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: #0775AB; /* adjust($secondary,15%,-8%,0%) */
	background-image: -webkit-linear-gradient(top,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	background-image: -moz-linear-gradient(top,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	background-image: -o-linear-gradient(top,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	background-image: linear-gradient(to bottom,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	font-size: 13px;
}

#BlogEntry {
	padding: 0;
}

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

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

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

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

.blog > nav a {
	color: #63B1D8;
}

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

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

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

.blog > nav .blog-nextprev a:hover {
	color: #63B1D8;
}

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

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

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
	color: #005078; /* $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: #355979; /* $primary */
	color: #FFFFFF; /* $light */
	padding: 5px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
}

.side-nav ul.social-icons .addthis_button_facebook icon {
	background-color: #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: #355979; /* $primary */
}

ul.social-icons icon:hover {
	background-color: #005078; /* $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: #005078; /* $secondary */
	color: #FFFFFF; /* $light */
	margin: -3px 0 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

ul.post-list a.More:hover {
	background-color: #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: #1C1921; /* $dark */
	text-align: center;
	border-bottom: solid 4px #355979; /* $primary */
}
/* End Blog Styles */

/* Footer Styles */
#BottomInfo {
	padding: 5em 0 0;
	color: #FFFFFF; /* $light */
	font-size: 13px;
	text-align: center;
	background-image: url(../images/Footer-BG.png);
	background-size: cover;
	background-position: 50%;
	margin-top: -5em;
	position: relative;
}

#BottomInfo .main {
	box-shadow: none;
}

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

#BottomInfo a.phonelink,#BottomInfo a.phonelink:hover {
	font-size: 2em;
	color: #D4AF37;
	cursor: default;
}

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

.footerlinks {
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.footerlinks nav {
	display: table;
	width: 100%;
	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 */
	font-size: 1.2em;
}

#BottomInfo .footerlinks ul li:hover a {
	color: #72BEFF;
}

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

#BottomInfo .middle h3 {
	color: #73C6EF; /* 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: 20px;
	color: #FFFFFF; /* $light */
}

#BottomInfo ul.social li:hover icon {
	color: #355979; /* $primary */
}

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

.disclaimer {
	background-color: #1B1B1B; /* darken($background,70%) */
	color: #828282; /* lighten($background,24%) */
	font-size: 14px;
	padding: 15px 2%;
}

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

#BottomInfo .footertag {
	background-color: #005078; /* $secondary */
	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;
	margin-top: 1em;
}

.bottom-tag {
	background-image: url(../images/Banner-BG.jpg);
}

.bottom-tag h2 {
	color: #D4AF37;
	line-height: 1.6em;
	padding: .25em 0;
}

.bottom-tag h2 strong {
	display: block;
	font-size: 2em;
	text-transform: uppercase;
	color: #EFEFEF;
}

.bottom-tag h2 strong small {
	font-size: .6em;
}

.bottom-feed {
	display: table;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 0;
}

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

.bottom-feed h2 {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #1C1921; /* $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: #F2F2F2; /* lighten($background,92%) */
	position: relative;
	width: 33.33%;
	font-size: 1em;
	border-right: solid 1px #BDBDBD; /* lighten($background,60%) */
	padding: 5em 1.5%;
}

.bottom-feed ul li:nth-child(even) {
	background-color: #FDFDFD; /* lighten($background,99%) */
}

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

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

.bottom-feed ul li .feeddate {
	background-color: #355979; /* $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: #005D8C; /* lighten($secondary,5%) */
}

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

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

/* Case Eval Form */
.caseeval {
	padding: 15px 15px;
	background-color: #005078; /* $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: -webkit-linear-gradient(left,#1E7AA8,#00486C); /* adjust($secondary,20%,-30%,0%),darken($secondary,10%) */
	background-image: -moz-linear-gradient(left,#1E7AA8,#00486C); /* adjust($secondary,20%,-30%,0%),darken($secondary,10%) */
	background-image: -o-linear-gradient(left,#1E7AA8,#00486C); /* adjust($secondary,20%,-30%,0%),darken($secondary,10%) */
	background-image: linear-gradient(to right,#1E7AA8,#00486C); /* 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 {
	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; /* $light */
	font-size: 13px;
	outline: none;
	border-radius: 4px;
	font-family: 'Open Sans';
}

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

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

.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;
	color: #FFFFFF; /* $light */
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

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

.caseeval a.btn:hover {
}

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

.caseeval a.btn:hover:before {
}

html.no-rgba .caseeval a.btn:hover {
}
/* End Case Eval Form */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 20px 3% 10px;
	background-color: #1C1921; /* $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: #0775AB; /* adjust($secondary,15%,-8%,0%) */
	background-image: -webkit-linear-gradient(top,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	background-image: -moz-linear-gradient(top,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	background-image: -o-linear-gradient(top,#FFFFFF,#B1E5FF); /* ,lighten($secondary,80%) */
	background-image: linear-gradient(to bottom,#FFFFFF,#B1E5FF); /* ,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 {
	margin: 0;
	color: #355979; /* $primary */
}

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

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

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

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

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

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

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

.reviews .share a {
}

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

.reviews .share a icon:hover {
	background-color: #005078; /* $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 #005078 !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: #355979; /* $primary */
	top: 1px;
	right: 2px;
	pointer-events: none;
	background-color: #5A5A5A; /* $background */
	padding: 3px;
}

.case-sys article {
	display: block;
	padding: 10px 2%;
	background-color: #BEE1F2; /* 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: #1C1921; /* $dark */
	font-size: 13px;
}

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

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

.case-sys span {
}

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

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

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #1C1921; /* $dark */
	color: #355979; /* $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;
}

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: #1C1921; /* $dark */
	border: none;
	border-top: solid 1px #ddd;
}

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: #355979; /* $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: #355979; /* $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(28,25,33,0.95); /* alpha($dark,95%) */
	text-align: left;
	top: 164px !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.iright:before {
	content: '\e0ec';
	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;
}
	.MobileBottomBtns{
		display:none;
	
	}
	
	.TopLogo2{
		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.html') 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.html') 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: 1400px) {
	div.info h2 {
		font-size: 2.5em;
	}

	#TopArea .iswapfeed {
		margin-top: 0;
		padding-top: 0;
	}

	#ImageZone {
		height: 758px;
	}

	.animation {
		background-position: 30% 50%;
	}
}

@media (max-width:1200px) {
	div.slide div.info {
		font-size: .9em;
	}
}

@media (max-width:1050px) {
	div.slide div.info {
		font-size: .8em;
	}
}

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

	.content img {
		width: 50% !important;
		height: auto !important;
	}

	.animation {
		background-position: 0 0;
	}

	div.slide div.info {
		top: auto;
		bottom: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		padding: 3em 2%;
	}

	div.info h2 {
		display: block;
		margin: 0 auto;
	}

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

	#BottomInfo {
		padding: 2em 0 0;
		margin-top: 0;
		background-image: none;
		background-color: #112444;
		border-top: solid 10px #476A88; /* adjust($primary,10%,-20%,0%) */
	}

	.info-contact {
		padding: 2em 0;
	}

	#SloganTagline {
		background-color: #355979; /* $primary */
	}
	
	.MobileBottomBtns{
		display:none;
	
	}
}

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

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

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

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

	#BottomInfo #FooterLinks {
		display: none;
	}

	#BottomInfo > *.third {
		width: 49.8%;
		padding-top: 15px;
	}

	#BottomInfo .middle {
		text-align: left;
	}

	#BottomInfo h2 {
		margin: 0px;
	}

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

	#BottomInfo > *.third.last {
		width: 100%;
	}

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

	.info-contact .contact-wrap {
		margin: 0 1%;
	}
	
	.MobileBottomBtns{
		display: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;
		padding-top: 15px;
	}

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

	#Mobile_Menu {
		display: block;
	}

	.iswapfeed .half {
		width: 100%;
	}

	#Masthead {
		padding: 15px 1%;
	}

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

	div.info h2 {
	}

	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: 0 0 10px;
		border: none;
		text-align: left;
	}

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

	.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: 10%;
		top: 0;
	}

	#LogoZone {
		display: none;
	}

	#MainArea {
		padding: 0;
	}

	body.sub #ImageZone {
		height: 160px;
	}

	.content {
		width: 90%;
		float: none;
		margin-left: 5%;
		padding: 15px 0 0 !important;
	}

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

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

	nav.top-nav {
		display: none;
	}

	.bottom-feed ul li {
		width: 100%;
		float: none;
		display: block;
		padding: 1em 1%;
		border: none;
	}

	#TopArea .iswapfeed {
		display: none;
	}
	
	.MobileBottomBtns{
		display:block;
		position:fixed;
		text-align:center;
		position:fixed;
		bottom:0px;
		width:100%;
	}
}

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

	#BottomInfo .footertag {
		display: none;
	}

	.animation {
		background-size: auto 113%;
	}

	div.slide div.info {
		padding: 2em 2% 1em;
	}

	#ImageZone {
		height: 650px;
	}
}

@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;
	}
	.TopLogo{
		display:none;
	}
	.TopLogo2{
		display:block;
		background-image: url(../images/MainBanner.png);
	}
	ul.MobileBtns {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}

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

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

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

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

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

	.bottom-tag h2 {
		font-size: 2em;
	}

	.form-disclaimer {
		float: none;
		text-align: center;
		display: block;
	}

	.info-contact a.Submit {
		margin: 1em auto 0 auto;
	}
}

@media (max-width: 500px) {
	#ImageZone {
		height: 400px;
	}

	body.sub #ImageZone {
		display: none;
	}

	div.slide div.info {
		background-image: none;
		background-color: rgba(19,63,103,0.8); /* adjust($primary,-30%,50%,80%) */
		padding: 1em 1% .5em;
		font-size: .5em;
	}

	div.info h2 {
	}

	.content img {
		width: 80% !important;
		display: block;
		margin: 0 10%;
		float: none !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 #253E55; /* darken($primary,30%) */
	}

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

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

	.bottom-tag h2 {
		font-size: 1.2em;
	}

	.info-contact h2 {
		font-size: 25px;
	}

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

	.info-contact textarea {
		height: 120px;
		margin-left: 0;
	}

	.info-contact a.Submit {
		margin: 0 auto;
	}

	#SideNavigation header {
		text-align: center;
		border: solid 1px #005078; /* $secondary */
	}

	.side-nav ul {
		display: none;
	}

	.cta-list ul li h2 br {
		display: block;
	}
}
/* End Responsive */

/* Print Layout */
@media print {
	#ImageZone {
		display: none;
	}

	div.NavContainer {
		display: none;
	}

	#Masthead {
		display: none;
	}

	#CTAZone {
		display: none;
	}

	#SideZone {
		display: none;
	}

	#LowerFeedZone {
		display: none;
	}

	#Footer {
		background-color: #355979 !important; /* $primary */
		-webkit-print-color-adjust: exact;
	}
}
/* End Print Layout */

.fancy1 {
	width: 50%;
	float: left;
	margin-bottom: 3%;
	border-top: solid 1px #1E7AA8;
	border-bottom: solid 1px #1E7AA8;
}

.fancy2 {
	width: 50%;
	float: right;
	margin-bottom: 3%;
	border-top: solid 1px #1E7AA8;
	border-bottom: solid 1px #1E7AA8;
}

.whyhire {
	padding: 2%;
	margin: 2% 5% 4% 5%;
	background: #17315C;
	color: #FFFFFF;
}

.fancy {
	padding: 1% 2%;
	background: rgba(239,
				239,
				239,
				0.8);
	margin: 2% 0% 4% 0%;
}

.whyhire h2 {
	text-align: center;
	color: #D4AF37;
}

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