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

h1, h2, h3, h4 {
	margin: 0;
	color: #777E86;
}

h1 {
	line-height: 1.5em;
}

h2, h3 {
	line-height: 1.125em;
}

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

a:hover {
	text-decoration: none;
}

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

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

.btn {
	background-color: #102F5D; /* $primary */
	text-transform: uppercase;
	color: #FFFFFF; /* $extracolor2 */
	position: relative;
	overflow: hidden;
	padding: 15px 8%;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	border: none;
	font-weight: 600;
	font-family: 'Open Sans';
	line-height: 1em;
	cursor: pointer;
}

.btn:hover {
	background-color: #565D65; /* $light */
}

.btn:before {
	font-family: 'icomoon-ult';
	color: #1C60BF; /* $secondary */
	opacity: 0;
	left: -30%;
	position: absolute;
	font-size: 100%;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	line-height: 1em;
}

.btn:hover:before {
	opacity: 1;
	left: 2%;
}

#TopInfoEXT .btn, .case-feed .btn, #BottomInfoEXT .btn, #ContactFormBottomRight .btn {
	background-color: #777E86;
}

#TopInfoEXT .btn:hover, .case-feed .btn:hover, #BottomInfoEXT .btn:hover, #ContactFormBottomRight .btn:hover {
	background-color: #FFFFFF;
	color: #102F5D;
}

#TopInfoEXT .left {
	padding-top: 25px;
}

#BottomInfoEXT {
	text-align: center;
	padding: 0px 5% 15px;
}

.btn icon {
	color: #1C60BF; /* $secondary */
}

.phone-link {
	cursor: default;
}

.half {
	width: 48%;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.Fixed {
	width: 100%;
	z-index: 5;
}

.two-thirds {
	width: 60%;
	text-align: center;
}

.third {
	width: 33.3%;
}

.content h1, .content h2, .content h3, .content h4 {
	font-weight: 400;
}

.content h1 {
	color: #102F5D; /* $primary */
	text-transform: uppercase;
	font-size: 25px;
}

.content h2, .content h3 {
	color: #777E86; /* $extracolor1 */
	text-transform: uppercase;
	font-size: 20px;
}

.content h3 {
	font-size: 18px;
}

.content a {
	color: #0D6FF6; /* adjust($secondary,14%,73%,0%) */
}

.content a:hover {
	color: #565D65; /* $light */
	text-decoration: underline;
}

#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap, #ContactMap img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

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

.iswap:empty {
}
/* End General Site Styles */

/* Sticky Masthead */
.sticky-mast {
	background-color: #FFFFFF; /* $extracolor2 */
	box-shadow: 0px 0px 10px rgba(119,126,134,0.5); /* alpha($extracolor1,50%) */
}

.sticky-mast .main {
	padding: 10px 1%;
	position: relative;
}

.sticky-mast .main:before {
	content: ' ';
	width: 150%;
	height: 100%;
	position: absolute;
	left: -122%;
	top: 0;
}

.sticky-mast .main > * {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}

.sticky-mast .logo {
	width: 35%;
	position: relative;
}

.sticky-mast .logo img {
	max-width: 329px;
}

.sticky-mast .top-nav {
	width: 50%;
	padding-left: 3%;
}

.sticky-mast .top-nav li {
	display: table-cell;
	font-size: 14px;
}

.sticky-mast .top-nav li a {
	font-size: 13px;
	padding: 14px 3px;
	text-transform: none;
}

.sticky-mast .right-info {
	text-align: right;
}

.sticky-mast .right-info span {
	float: none;
	font-size: 11px;
	margin-right: 0;
	display: block;
}

#StickyContainer {
	top: -100%;
	z-index: 10;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.no-display-table #StickyContainer {
	display: none;
}

.sticky-mast .right-info a.phone-link:before {
	display: none;
}
/* End Sticky Masthead */

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

form {
	overflow-x: hidden;
}

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

#TopArea {
	background-color: #777E86; /* $extracolor1 */
	background-image: url(/images/Pattern1.png);
	padding: 0;
	margin: 0;
}

#NavZone {
	background-color: #FFFFFF; /* $extracolor2 */
	padding: 0;
	margin: 0;
	box-shadow: 0px 0px 10px rgba(119,126,134,0.6); /* alpha($extracolor1,60%) */
}

#ImageZone {
	background-image: url(/images/SlideBG.jpg);
	-webkit-animation: slidebgloop 80s linear infinite;
	-moz-animation: slidebgloop 80s linear infinite;
	-o-animation: slidebgloop 80s linear infinite;
	animation: slidebgloop 80s linear infinite;
	background-size: cover;
}

body.sub #ImageZone {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	padding: 20px 0;
	background-size: contain;
	background-image: url(/images/ISwapBG1.jpg);
}

body.sub.Sub-Variation-1 #ImageZone {
	display: none;
}

body.sub.Sub-Variation-2 #ImageZone {
}

body.Variation-3 #ImageZone {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

body.sub.Case-Evaluation #ImageZone {
	display: none;
}

body.sub.Sub-Variation-1 #CTAZone {
	border-top: solid 5px #1C60BF; /* $secondary */
}

body.sub.Sub-Variation-2 #CTAZone {
	border-top: solid 5px #FFFFFF; /* lighten($extracolor2,20%) */
}

#CTAZone {
	background-color: #565D65; /* $light */
}

#SubCTAZone {
	background-color: #283040;
}

#InfoZone {
	background-color: #1C60BF; /* $secondary */
	background-image: url(/images/ISwapBG1.jpg);
	background-size: cover;
	padding: 30px 0;
	margin: 0;
}

body.sub #InfoZone {
	display: none;
}

#InfoZone2 {
	background-image: url(/images/ISwapBG2.jpg);
	background-size: cover;
	padding: 20px 0;
}

#MastheadZone {
	background-color: #FFFFFF; /* $extracolor2 */
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 5px;
}

main.mainsection {
	background-image: url(/images/repeating-patterns/grunge.png);
	padding: 0;
	background-color: #FFFFFF; /* $extracolor2 */
	display: block;
}

#MainArea {
}

#MainZone {
}

#MainZone.content {
	font-size: 13px;
	line-height: 2em;
	color: #102F5D; /* $primary */
	float: right;
	width: 68%;
	padding: 0 0 15px 25px;
	position: relative;
	border-left: solid 1px rgba(0,0,0,0.075);
	margin: 30px 0;
}

#SideZone {
}

.side {
	float: left;
	width: 28%;
	padding: 0 0 15px 0;
	margin: 30px 0;
}

#Footer {
}

#FooterZone {
	background-color: #FFFFFF; /* $extracolor2 */
}

#LogoZone {
	background-color: #F0F1F2; /* lighten($extracolor1,89%) */
	color: #565D65; /* $light */
	font-size: 13px;
}

#FooterLinkArea {
	background-color: #FFFFFF; /* $extracolor2 */
	box-shadow: 0px 0px 10px rgba(86,93,101,0.49); /* alpha($light,49%) */
}
/* End Layout Styles */

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

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

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

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

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

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

.top-nav li {
	display: table-cell;
	text-align: center;
}

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

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

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

.top-nav a icon {
	position: relative;
	top: 3px;
	font-size: 1.2em;
	padding-right: 5px;
	color: #1C60BF; /* $secondary */
}

.top-nav a:hover {
	background-color: #102F5D; /* $primary */
	color: #FFFFFF; /* $extracolor2 */
}

.top-nav a:hover icon {
	color: #FFFFFF; /* $extracolor2 */
}
/* End Top Nav Styles */

/* Masthead Styles */
.masthead {
	padding: 8px 1% 28px;
	position: relative;
	z-index: 1;
}

.masthead:before {
	content: ' ';
	width: 150%;
	height: 100%;
	position: absolute;
	left: -105%;
	top: 0;
	z-index: -1;
}

.masthead .top-logo {
	display: block;
	float: left;
	max-width: 50%;
	z-index: 1;
}

.masthead .top-logo a {
	display: block;
}

.masthead .top-logo img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	max-width: 115%;
	padding-top: 1.25%;
}

.masthead .top-logo img.ready {
	width: 100%;
}

.shrink-nav .masthead .top-logo img.ready {
	width: 75%;
}

.masthead .right-info {
	float: right;
	text-align: center;
	line-height: 1.4em;
	padding: 0px 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	vertical-align: middle;
	width: 50%;
}

.shrink-nav .masthead .right-info {
	padding-top: 15px;
}

.right-info a.phone-link {
	color: #102F5D;
	font-size: 34px;
	font-weight: 600;
	float: right;
	clear: both;
	padding: 9px 0px;
}

.right-info a.phone-link:before {
	font-family: 'icomoon-ult';
	font-size: 22px;
	float: left;
	content: '\f04a';
	margin-top: -1px;
	padding-right: 8px;
}

.right-info div {
	float: right;
	clear: both;
	font-size: 14px;
}

#StickyBar .right-info a {
	font-size: 20px;
}

.right-info span {
	text-transform: none;
	font-size: 15px;
	color: #777E86; /* $extracolor1 */
	float: right;
	margin-right: 15px;
}

.right-info strong {
}
/* End Masthead Styles */

/* Animation */
#Animation {
	display: block;
	height: 593px;
	position: relative;
	width: 100%;
}

#Animation .main {
	height: 593px;
}

.static-slideimg {
	position: relative;
}

.static-slideimg img {
	position: absolute;
	left: 0;
	bottom: 0px;
	max-width: 100%;
	height: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	display: none;
}

.var-1 .static-slideimg img {
	display: none;
}

.static-slideimg {
}

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

html.no-csstransitions .slide {
	left: 0;
}

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

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

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

.slide .info h2 {
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0,0,0,0.5); /* adjust($extracolor2,-100%,0%,50%) */
	padding: 20px;
	box-shadow: inset 0px 0px 8px rgba(119,126,134,0.65); /* alpha($extracolor1,65%) */
}

.var-1 .slide .info h2 {
	position: relative;
	padding: 0;
}

.nav-text {
	display: none;
}

.var-1 .slide .info {
	width: 100%;
	left: 0;
	top: 200px;
}

.var-1 .nav-text {
	background-color: rgba(166,70,70,0.9);
	width: 30%;
	height: 100%;
	color: #FFFFFF;
	font-family: Georgia, Arial;
	font-weight: 400;
	text-transform: none;
	font-size: 30px;
	display: block;
	position: relative;
	float: left;
}

.var-1 .Top {
	float: right;
	width: 50%;
}

.var-1 .Top, .var-1 .Mid, .var-1 .Bottom {
	float: right;
	width: 70%;
	clear: right;
}

.sub-slide {
	background-color: rgba(0,0,0,0.33); /* adjust($light,-100%,0%,33%) */
	text-align: center;
}

.sub-slide h2 {
	font-size: 30px;
	text-align: center;
	padding: 20px;
	color: #FFFFFF; /* $extracolor2 */
	font-weight: 400;
	font-family: 'Times New Roman', serif;
	font-style: italic;
}

.sub-slide h3 {
	color: #FFFFFF; /* $extracolor2 */
}

.sub-slide p {
	color: #FFFFFF; /* $extracolor2 */
}

.slide .info h2 span {
	color: #FFFFFF; /* $extracolor2 */
	font-weight: 400;
	font-family: 'Times New Roman', serif;
	text-transform: none;
}

.slide .info h2 span.Bottom {
	font-style: italic;
	font-size: 20px;
}

.slide .info h2 span.Top {
	font-style: italic;
	font-size: 40px;
	display: inline-block;
	padding-bottom: 7px;
}

.slide .info h2 span.Mid {
	font-size: 24px;
}

.slide .info h3 {
	font-size: 26px;
	line-height: 1em;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.slide .info>span {
	font-size: 28px;
	color: #3F2806;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
}

.dark {
	color: #102F5D; /* $primary */
}

.light {
	color: #565D65; /* $light */
}

.slide .info .btn {
	font-size: 15px;
	font-weight: 600;
	margin: 10px auto;
}

@-webkit-keyframes slidebgloop {
	from { background-position: 4000px; }
	to { background-position: 0px; }
}

@-moz-keyframes slidebgloop {
	from { background-position: 4000px; }
	to { background-position: 0px; }
}

@-o-keyframes slidebgloop {
	from { background-position: 4000px; }
	to { background-position: 0px; }
}

@keyframes slidebgloop {
	from { background-position: 4000px; }
	to { background-position: 0px; }
}
/* End Animation */

/* CTA Styles */
.cta-list ul {
	display: table;
	width: 100%;
	padding: 0px 0 0;
	margin: 0;
	background-image: -webkit-linear-gradient(top,#565D65,#41464C); /* $light,darken($light,25%) */
	background-image: -moz-linear-gradient(top,#565D65,#41464C); /* $light,darken($light,25%) */
	background-image: -o-linear-gradient(top,#565D65,#41464C); /* $light,darken($light,25%) */
	background-image: linear-gradient(to bottom,#565D65,#41464C); /* $light,darken($light,25%) */
}

.cta-list li {
	display: table-cell;
}

.cta-list li:last-child {
}

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

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

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

.cta-list a {
	display: block;
	padding: 10px 3% 15px;
	position: relative;
	text-align: center;
}

.cta-list a .top-box {
	position: relative;
	text-align: center;
	display: block;
	padding: 0px;
}

.cta-list li a icon {
	font-size: 45px;
	color: #FFFFFF; /* $extracolor2 */
	padding: 10px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}

.cta-list li.topcta2 a icon {
}

.cta-list li.topcta1 a:hover icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.cta-list li.topcta4 a:hover icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.cta-list li.topcta2 a:hover icon {
	-webkit-transition: 1.0s ease;
	-moz-transition: 1.0s ease;
	-o-transition: 1.0s ease;
	transition: 1.0s ease;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.cta-list li.topcta3 a:hover icon {
	-webkit-transition: 1.0s ease;
	-moz-transition: 1.0s ease;
	-o-transition: 1.0s ease;
	transition: 1.0s ease;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.cta-list h2 {
	color: #FFFFFF; /* $extracolor2 */
	font-size: 22px;
	line-height: 1.2em;
	position: relative;
	margin: 0;
	font-weight: 400;
	font-family: 'Times New Roman', serif;
	text-transform: none;
	font-style: italic;
}

.cta-list h2 span {
	display: block;
}

.cta-list p {
	font-size: 14px;
	line-height: 1.4em;
	color: #FFFFFF; /* $extracolor2 */
	margin: 0;
	padding: 10px 0;
}

.cta-list .btn {
	letter-spacing: 1px;
	font-size: 14px;
}

.cta-list a:hover .btn {
	background-color: #727C86; /* lighten($light,19%) */
}

.cta-list a:hover .btn:before {
	opacity: 1;
	left: 2%;
}

#ContentCTA {
	background-image: url(/images/ISwapBG1.jpg);
	text-align: center;
	padding: 1%;
	margin: 15px 0;
}

#ContentCTA h1 {
	font-size: 28px;
	color: #ffffff;
}

#ContentCTA h1 icon {
	color: #347CE1; /* lighten($secondary,20%) */
	position: relative;
	top: 3px;
	left: 4px;
}

#ContentCTA p {
	width: 48%;
	margin: 10px 1%;
	float: left;
}

#ContentCTA p a {
	color: #ffffff;
	font-size: 16px;
	display: block;
	background-color: rgba(255,255,255,.2);
	padding: 8px 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

#ContentCTA p a span {
	display: inline-block;
}

#ContentCTA p a:hover {
	background-color: rgba(255,255,255,.8);
	color: #102F5D; /* $primary */
	text-decoration: none !important;
}

html.no-rgba #ContentCTA p a {
	background-color: #425A7F;
}

html.no-rgba #ContentCTA p a:hover {
	background-color: #ffffff;
}

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

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

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

	.cta-list ul li a {
		height: 100%;
		position: relative;
		width: 100%;
	}
}
/* End CTA Styles */

/* topfeed section */
.top-feed {
	color: #FFFFFF; /* $extracolor2 */
	font-size: 14px;
	line-height: 1.75em;
}

.top-feed h1 {
	font-size: 40px;
	font-weight: 400;
	color: #FFFFFF; /* $extracolor2 */
	text-transform: uppercase;
	line-height: 1em;
}

.top-feed h2, .top-feed h3 {
	font-weight: 400;
	color: #B4B8BD; /* lighten($extracolor1,45%) */
	line-height: 1.2em;
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
}

.top-feed h2 {
	font-family: 'Times New Roman', serif;
	text-transform: none;
	font-size: 24px;
	border-bottom: 2px solid #D6D8DB; /* lighten($extracolor1,70%) */
}

.accolades .acco-list {
	float: right;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
	list-style: none;
	width: 32.5%;
}

.accolades .acco-list ul {
	padding: 0;
	margin: 0;
}

.acco-list ul li {
	width: 47%;
	background-color: #0C2549; /* darken($primary,22%) */
	display: block;
	float: left;
	margin: 1.5%;
	overflow: hidden;
}

.acco-list ul.items2 li {
	width: 97%;
	height: 0;
	padding-bottom: 50%;
}

.acco-list ul li:empty {
	display: none;
}

.acco-list ul li.acc2 {
	background-color: #1C60BF; /* $secondary */
}

.acco-list ul li.acc3 {
	background-color: #565D65; /* $light */
}

.acco-list ul.items3 li.acc3 {
	width: 97%;
	max-height: 93px;
}

.acco-list ul.items3 li.acc3 img {
	background-position: 50% 6%;
}

.acco-list ul li.acc4 {
	background-color: #393D43; /* darken($light,34%) */
}

.acco-list ul li img {
	width: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
	height: auto;
}

.single-cta img {
	width: 32%;
	background-position: top center;
	background-size: cover;
}

.single-cta.tophalf img {
	width: 100%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	max-height: 190px;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.top.test-feed .c-info {
	color: #777E86; /* $extracolor1 */
	display: block;
	width: auto;
	padding-top: 10px;
}

.case-feed  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.case-feed  ul li {
	background-color: #102F5D; /* $primary */
	color: #565D65; /* $light */
	padding: 10px 0;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left,#102F5D,#295494); /* $primary,adjust($primary,20%,-20%,0%) */
	background-image: -moz-linear-gradient(left,#102F5D,#295494); /* $primary,adjust($primary,20%,-20%,0%) */
	background-image: -o-linear-gradient(left,#102F5D,#295494); /* $primary,adjust($primary,20%,-20%,0%) */
	background-image: linear-gradient(to right,#102F5D,#295494); /* $primary,adjust($primary,20%,-20%,0%) */
	position: relative;
}

.case-feed  ul li h3 {
	text-transform: uppercase;
}

.case-feed  ul li p {
	font-style: italic;
	font-size: 13px;
	font-family: georgia;
}

.case-feed  .btn {
	width: 100%;
}

.imapinfo {
	text-align: center;
}

.imap {
	display: block;
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
}

.two-thirds .info-form .contactsubmit .btn {
	padding: 33px 5%;
	height: 80px;
}

.two-thirds .info-form .contactsubmit .btn:after {
	display: none;
}

.two-thirds .info-form header:before {
	display: none;
}
/* End topfeed section */

/* Content CTA */
.content-cta {
	background-color: #102F5D; /* $primary */
	margin: 10px 0;
	color: #565D65; /* $light */
}

.content-cta .btn {
	display: block;
	color: #565D65; /* $light */
	width: 100%;
}

.content-cta p {
	margin: 10px 20px;
}

.content-cta h3 {
	border-bottom: solid 1px rgba(188,190,121,0.6);
	margin: 10px 20px 0 20px;
	padding-top: 10px;
}

.content-cta h2 {
	border-bottom: solid 1px rgba(188,190,121,0.6);
	margin: 10px 20px 0 20px;
	padding-top: 10px;
}

.content-cta img {
	float: right;
	margin: 10px 10px -20px 10px;
	padding: 0;
	border: solid 10px #777E86; /* $extracolor1 */
	max-width: 100%;
}

.content-cta ul {
	list-style: none;
	margin: 0;
	display: table;
	width: 100%;
	border-collapse: separate;
	padding: 0;
}

.content-cta ul li {
	display: table-cell;
	width: 48%;
	padding: 0px 10px;
}

.content-cta.var-1 {
	background-color: transparent;
}

.content-cta.var-1 {
	background-color: transparent;
	color: #102F5D; /* $primary */
}
/* End Content CTA */

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

.side header {
	position: relative;
	display: block;
	padding: 0px 0 10px;
	border-bottom: solid 4px #777E86; /* $extracolor1 */
}

.side .sys-nav.social header {
	border-bottom: solid 1px #A08C74;
	margin-bottom: 5px;
}

.side h2 {
	margin: 0;
	font-size: 28px;
	color: #102F5D; /* $primary */
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
}

.side h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 20px;
	color: #102F5D; /* $primary */
	letter-spacing: 1px;
}

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

.side a {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
	color: #102F5D; /* $primary */
}

.side .btn:hover {
}

.side ul {
	padding: 5px 0 25px 0;
}

.no-display-table .side ul {
	list-style-type: none;
}

.side li {
	display: block;
	position: relative;
}

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

.side-nav li a {
	padding: 10px 12px 8px;
	color: #102F5D; /* $primary */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,0.075);
	position: relative;
	font-size: 14px;
	background-color: #DADCDE; /* lighten($extracolor1,73%) */
	background-image: -webkit-linear-gradient(top,#EBECED,#D6D8DB); /* lighten($extracolor1,85%),lighten($extracolor1,70%) */
	background-image: -moz-linear-gradient(top,#EBECED,#D6D8DB); /* lighten($extracolor1,85%),lighten($extracolor1,70%) */
	background-image: -o-linear-gradient(top,#EBECED,#D6D8DB); /* lighten($extracolor1,85%),lighten($extracolor1,70%) */
	background-image: linear-gradient(to bottom,#EBECED,#D6D8DB); /* lighten($extracolor1,85%),lighten($extracolor1,70%) */
}

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

.side #BlogCategoryList li a {
	padding: 8px;
	border: none;
	background-color: #EEEDF2;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.side-nav .slide-list > li:after {
	content: '\ea58';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #144386; /* darken($secondary,30%) */
	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;
}

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

.side-nav li > ul {
}

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

.side-nav li a icon {
	position: absolute;
	right: -15px;
	font-size: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #FFFFFF; /* $extracolor2 */
	line-height: 0;
	top: 20px;
}

.side-nav li > ul li a:before {
	content: '\ea59';
	font-family: 'icomoon-ult';
	font-size: 15px;
	line-height: 0;
	position: absolute;
	top: 15px;
	color: #144386; /* darken($secondary,30%) */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: 15px;
}

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

.side-nav li > ul li a:hover:before, .side-nav li > ul li.selected a:before {
}

.side-nav li a:hover, .side-nav li.selected a {
	color: #FFFFFF; /* $extracolor2 */
	background-color: #102F5D; /* $primary */
	padding: 10px 12px 8px 24px;
	background-image: -webkit-linear-gradient(top,#102F5D,#0D264B); /* $primary,darken($primary,19%) */
	background-image: -moz-linear-gradient(top,#102F5D,#0D264B); /* $primary,darken($primary,19%) */
	background-image: -o-linear-gradient(top,#102F5D,#0D264B); /* $primary,darken($primary,19%) */
	background-image: linear-gradient(to bottom,#102F5D,#0D264B); /* $primary,darken($primary,19%) */
}

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

.side .side-form {
	position: relative;
	height: 100%;
}

div#SideForm {
	border: solid 4px #102F5D; /* $primary */
	padding: 8px;
	background-color: #FFFFFF; /* $extracolor2 */
}

body.cms-admin .side .side-form, body.sub .side .side-form {
	display: block;
}

.side input, .side textarea {
	width: 48%;
	border: 1px solid #C2C5C9; /* lighten($extracolor1,55%) */
	resize: none;
	outline: none;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #1C60BF; /* $secondary */
	background-color: #FFFFFF; /* $extracolor2 */
	padding: 8px 10px;
	display: block;
	margin: 5px 2% 0px 0;
	overflow: auto;
	border-radius: 0;
	float: left;
}

.side input {
	height: 38px;
}

.side input.Email {
	width: 50%;
	margin-right: 0;
}

.side textarea {
	height: 92px;
	margin-right: 0;
	width: 50%;
}

.side-form .Submit.btn {
	position: relative;
	float: left;
	margin-top: -49px;
	width: 48%;
	color: #FFFFFF; /* $extracolor2 */
	font-size: 15px;
	padding: 15px 0;
}

.accolade-logos {
	margin: 20px 0;
}

.accolade-logos h2 {
	font-size: 28px;
}

.accolade-logos ul {
	padding: 0;
}

.accolade-logos ul li {
	width: 48%;
	float: left;
	background-color: #777E86; /* $extracolor1 */
	height: 130px;
	display: table-cell;
	padding: 2%;
	margin: 1% 2% 1% 0;
	overflow: hidden;
}

.accolade-logos ul li:nth-child(even) {
	margin-right: 0;
	width: 50%;
}

.accolade-logos ul li:nth-child(2) {
	background-color: #102F5D; /* $primary */
}

.accolade-logos ul li:nth-child(3) {
	background-color: #113A73; /* darken($secondary,40%) */
}

.accolade-logos ul li:nth-child(4) {
	background-color: #FFFFFF; /* lighten($extracolor2,20%) */
}

.accolade-logos ul li img {
	max-width: 100%;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.side-feed {
	position: relative;
	margin: 20px 0;
}

.side-feed ul {
	margin: 15px 0;
	padding: 0;
}

.side-feed h1 {
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
}

.side-feed icon {
	float: right;
	font-size: 30px;
	color: #1C60BF; /* $secondary */
}

.side-feed .btn {
	color: #FFFFFF; /* $extracolor2 */
}

.side-feed ul li span p {
	font-size: 14px;
}

.side-feed h3 {
	font-size: 16px;
}

#TestFeed ul li {
	padding: 20px 0;
	border-bottom: 1px solid #75859C; /* adjust($primary,41%,-77%,0%) */
}

#TestFeed ul li:last-child {
	border-bottom: none;
}

#SideCTA {
	background-image: -webkit-linear-gradient(top,#565D65,#41464C);
	background-image: -moz-linear-gradient(top,#565D65,#41464C);
	background-image: -o-linear-gradient(top,#565D65,#41464C);
	background-image: linear-gradient(to bottom,#565D65,#41464C);
}

#SideCTA:hover {
	background-image: -webkit-linear-gradient(top,#305285,#102F5D);
	background-image: -moz-linear-gradient(top,#305285,#102F5D);
	background-image: -o-linear-gradient(top,#305285,#102F5D);
	background-image: linear-gradient(to bottom,#305285,#102F5D);
}

#SideCTA a {
	display: block;
	height: 100%;
}

#SideCTA div {
	background-image: url(/images/SideCTABG.png);
	background-position: 92% 90%;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

#SideCTA h1 {
	color: #ffffff;
	text-align: center;
	line-height: 1.4em;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Times New Roman';
	padding-top: 10px;
}

#SideCTA p {
	color: #FFFFFF; /* $extracolor2 */
	font-family: 'Times New Roman';
	font-size: 14px;
	padding: 15px 0 0 15px;
	width: 69%;
	text-shadow: 1px 1px rgba(0,0,0,.6);
}
/* End Side Zone Styles */

/* Bottom Feed Section */
.iswap {
	padding: 0;
}

.iswap > * {
	min-height: 15px;
	padding: 0;
}

.iswap.half.left {
}

.iswap.half {
	text-align: center;
	padding-top: 5px;
}

.iswap.half h2 {
	color: #FFFFFF; /* $extracolor2 */
	text-transform: uppercase;
	font-size: 31px;
	font-weight: 400;
	margin: 0px 0 20px 0;
	padding: 0;
	text-align: center;
}

.iswap.half h3 {
	font-family: 'Times New Roman', serif;
	text-transform: none;
	font-weight: normal;
	font-size: 24px;
	color: #B4B8BD; /* lighten($extracolor1,45%) */
}

.test-feed.Extended {
	text-align: center;
}

.test-feed.Extended a {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.test-feed.Extended>a {
	margin-top: 25px;
}

.test-feed.Extended a:hover {
	box-shadow: 0px 0px 8px #638ECB;
}

.test-feed header {
	margin-bottom: 20px;
}

.test-feed header a {
	display: block;
}

.test-feed.Extended h2 {
	color: #FFFFFF; /* $extracolor2 */
	text-transform: uppercase;
	font-weight: 400;
	font-size: 40px;
}

.test-feed .quote h3 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 34px;
}

.blog-feed {
}

.blog-feed ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.blog-feed ul li {
	background-color: rgba(119,126,134,0.72); /* alpha($extracolor1,72%) */
	margin: 0 0 10px 0;
	padding: 10px 5px 10px 10px;
	position: relative;
	color: #FFFFFF; /* $extracolor2 */
}

html.no-rgba .blog-feed ul li {
	background-color: #5A697A;
}

.blog-feed .btn {
	background-color: #777E86;
}

.blog-feed .btn:hover {
	background-color: #FFFFFF;
}

.blog-feed .btn:hover a {
	color: #102F5D; /* $primary */
}

.blog-feed .btn a {
	color: #ffffff;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.blog-feed ul li.feed-post2 {
	background-color: #102F5D; /* $primary */
	color: #565D65; /* $light */
}

.blog-feed ul li:before {
	content: ' ';
	width: 1px;
	height: 90%;
	background-color: #777E86; /* $extracolor1 */
	position: absolute;
	top: 0;
	left: 42.5%;
}

.blog-feed ul li h3 {
	float: left;
	width: 40%;
	margin: 0;
	color: #EDEEEF !important; /* lighten($extracolor1,87%) */
	font-size: 17px !important;
	font-weight: 600;
	display: block;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Open Sans' !important;
}

.blog-feed ul li.feed-post2 h3 {
	color: #1C60BF; /* $secondary */
}

.blog-feed ul li > div {
	float: right;
	width: 55%;
	font-size: 13px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.blog-feed ul li a {
	color: #FFFFFF; /* $extracolor2 */
	text-shadow: 0px -1px 1px #102F5D; /* $primary */
	font-weight: bold;
}

.blog-feed ul li a:hover {
	color: #C0D6F6; /* lighten($secondary,75%) */
}

.blog-feed ul li > div > span {
	color: #C0D6F6; /* lighten($secondary,75%) */
	text-transform: none;
	display: inline-block;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 15px;
	line-height: 1.4em;
}

.blog-feed ul li > div > div {
	text-transform: none;
}

.blog-feed ul li.feed-post2 > div > span {
	color: #34383D; /* darken($light,40%) */
}

.info-form {
	margin: 0;
	padding: 15px 0;
	line-height: 1.2em;
	position: relative;
}

.info-form header:before {
	font-family: 'icomoon-ult';
	content: '\e212';
	position: absolute;
	font-size: 160px;
	color: rgba(255,255,255,0.5);
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	left: -5%;
	top: 80%;
	z-index: 0;
}

.info-form header {
	width: auto;
	padding: 0px 2%;
	color: #102F5D; /* $primary */
	font-size: 15px;
	text-align: center;
	position: relative;
}

.info-form header h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 40px;
	margin: 0;
	line-height: 1em;
}

.info-form .contact-form-wrap {
	border-top: none;
	width: 100%;
	z-index: 20;
	position: relative;
}

.info-form .contact-form-wrap>div {
	float: left;
	width: 32.333%;
	margin-right: .5%;
}

.info-form input {
	width: 100%;
	background-color: #777E86; /* $extracolor1 */
	border: none;
	color: #565D65; /* $light */
	padding: 10px 5px;
	margin: 5px .5% 5px 0;
	font-family: 'Open Sans';
	outline: none;
}

.info-form textarea {
	background-color: #777E86; /* $extracolor1 */
	border: none;
	color: #565D65; /* $light */
	padding: 10px 5px;
	width: 100%;
	margin: 0px;
	height: 80px;
	font-family: 'Open Sans';
	resize: none;
	position: relative;
	outline: none;
}

.info-form textarea:focus, .info-form input:focus {
	background-color: #102F5D; /* $primary */
	color: #565D65; /* $light */
}

textarea:focus {
	color: #102F5D; /* $primary */
}

.info-form .messagebox {
	float: left;
	width: 65.337%;
	margin-right: 0;
}

.info-form .contactsubmit {
	float: left;
	width: 32.1%;
	margin-left: .25%;
}

.info-form .contactsubmit .btn {
	display: block;
	width: 100%;
	padding: 32px 25% 32px 0;
	background-color: #102F5D; /* $primary */
	margin: 0px 1%;
	position: relative;
	font-size: 15px;
}

.info-form .contactsubmit .btn:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	max-width: 100%;
	background-image: url(/images/ContactIcon1.jpg);
	width: 25%;
	background-size: cover;
	height: 100%;
}

.info-form .contactsubmit .button icon {
	float: right;
	color: #FFFFFF;
}

.info-form .contactsubmit .button:hover {
	color: #FFFFFF;
}

.iswap.half .side-form {
	color: #FFFFFF; /* $extracolor2 */
	text-align: left;
}

.iswap.half .side-form input, .iswap.half .side-form textarea {
	background-color: #FFFFFF; /* $extracolor2 */
	border: none;
	padding: 15px 15px;
	color: #565D65; /* $light */
	width: 48%;
	font-family: 'Open Sans';
	float: left;
	margin: 3px 2% 5px 0;
	resize: none;
}

.iswap.half .side-form .Submit.btn {
	float: left;
}

.iswap.half .side-form textarea {
	height: 100px;
	width: 50%;
	margin-right: 0;
}

.iswap.half .side-form input.Email {
	margin-right: 0;
	width: 50%;
}

.iswap.half .side-form .btn {
	float: left;
	margin-top: -51px;
	width: 48%;
}

.iswap.half .side-form .contact-fields {
	border-top: solid 2px #C7CACD; /* lighten($extracolor1,59%) */
	padding: 0px 0 20px 0;
}

.iswap.half .side-form .contact-fields p {
	text-align: center;
}

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

.bottom-feed li {
	padding: 11px 0;
	font-size: 14px;
	color: #BDBDBD;
	background-color: rgba(16,47,93,0.7); /* alpha($primary,70%) */
	margin-bottom: 5px;
}

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

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

.bottom-feed li a > div img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 2px #565D65; /* $light */
	background-size: cover;
}

.bottom-feed li a {
	display: block;
	color: #565D65; /* $light */
	padding-left: 70px;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.bottom-feed li a > span {
	padding: 0;
	display: block;
	line-height: 1.3em;
}

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

.bottom-feed li a:hover > span h3 {
	color: #488CEA; /* adjust($secondary,30%,20%,0%) */
}

.bottom-feed li a > div {
	position: relative;
	width: 80px;
	background-color: #1C60BF; /* $secondary */
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-left: -60px;
	height: 70px;
	background-size: cover;
	background-position: center;
}

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

.bottom-feed.photo-feed li div .img-info {
	position: absolute;
	bottom: -37%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgba(45,45,45,0.7);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 0 2% 8px;
	color: #FFFFFF;
}

.bottom-feed.photo-feed li div .img-info h3 {
	color: #1C60BF; /* $secondary */
	font-size: 18px;
	margin: 0;
	padding: 8px 0;
}

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

.bottom-feed.photo-feed .btn {
	width: 98%;
}

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

.bottom-feed li a > div icon {
	font-size: 28px;
}
/* End Bottom Feed Section */

/* Footer Styles */
.footer-links {
}

.footer-links ul {
	display: table;
	margin: 0 auto;
}

.footer-links li {
	display: table-cell;
	position: relative;
}

.footer-links li:after {
	content: ' ';
	width: 1px;
	position: absolute;
	right: 0;
	background-color: #92989E; /* lighten($extracolor1,20%) */
	height: 50%;
	top: 25%;
}

.footer-links li:last-child:after {
	display: none;
}

.no-display-table .footer-links li {
	float: left;
}

.test-feed {
}

.test-feed icon {
	font-size: 90px;
	color: #FFFFFF; /* $extracolor2 */
	display: block;
}

.test-feed .c-info {
	color: #649DEB; /* adjust($secondary,40%,10%,0%) */
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: solid 1px #565D65; /* $light */
	padding-bottom: 10px;
	font-weight: 700;
}

.test-feed.Extended .c-info {
	border-bottom: none;
	padding-top: 10px;
	display: inline-block;
}

.test-feed .quote {
	color: #D3D6DA; /* lighten($light,75%) */
	font-family: Georgia, Arial;
	font-style: italic;
	font-size: 18px;
	line-height: 1.8em;
}

.footer-links a {
	color: #1C60BF; /* $secondary */
	font-size: 13px;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer-links a:hover {
	color: #FFFFFF; /* $extracolor2 */
	background-color: #206EDB; /* lighten($secondary,11%) */
}

.footer-info {
	padding: 25px 0;
	color: #565D65; /* $light */
	font-size: 13px;
	line-height: 1.4em;
}

.footer-info span.mobile-phone {
	display: none;
}

.footer-info .third {
	width: 33.3%;
	float: left;
	text-align: center;
}

.footer-info .third.mid {
	padding: 0 2% 1.5%;
}

.footer-info a {
	color: #565D65; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-info .third a.phone-link {
	color: #1C60BF; /* $secondary */
}

.footer-info a:hover {
	color: #102F5D; /* $primary */
}

.footer-info .highlight {
	font-size: 15px;
	text-transform: uppercase;
	color: #1C60BF; /* $secondary */
	padding: 10px 0;
	text-align: center;
}

.footer-info .address .highlight {
	font-size: 14px;
}

.footer-info img {
	max-width: 100%;
}

.footer-info .social-list {
	margin: 0px auto;
	display: table;
	width: auto;
	border-collapse: separate;
	padding: 0;
	border-spacing: 10px;
}

.footer-info .social-list li {
	display: table-cell;
	padding: 10px 0;
}

html.no-display-table .footer-info .social-list li {
	width: 19%;
	float: left;
}

.footer-info .social-list li:nth-child(4) {
}

.footer-info .social-list li:nth-child(3) {
	display: block;
}

.footer-info .social-list a {
	display: block;
}

.footer-info .social-list a span {
	line-height: 22px;
	vertical-align: top;
}

.footer-info .social-list icon {
	font-size: 20px;
	padding: 7px;
	background-color: #1C60BF; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: solid 1px rgba(86,93,101,0.2); /* alpha($light,20%) */
	color: #FFFFFF; /* $extracolor2 */
}

.footer-info .social-list a:hover icon {
	color: #565D65; /* $light */
	background-color: #EBECED; /* lighten($extracolor1,85%) */
}

icon.youtube-3:before {
	content: '\f93a';
}

.footer-info .bottom-schema {
	display: block;
	clear: both;
	border-top: solid 1px rgba(86,93,101,0.2); /* alpha($light,20%) */
	border-bottom: solid 1px rgba(86,93,101,0.2); /* alpha($light,20%) */
	padding: 10px 0;
	margin-top: 15px;
	color: #102F5D; /* $primary */
}

.footer-info .bottom-schema .phone-info {
	float: right;
	color: #1C60BF; /* $secondary */
}

.footer-info .bottom-schema .site-info {
	float: left;
	padding-top: 6px;
}

.footer-info .bottom-schema .phone-title {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 8px 0 0;
}

.footer-info .bottom-schema a.phone-link {
	font-size: 24px;
	line-height: 1em;
}

.footer-info .bottom-schema a.phone-link:hover {
	color: #565D65; /* $light */
}

#SDFooter {
	padding: 15px 0;
	color: #102F5D; /* $primary */
}

#SDFooter small {
	padding-right: 25%;
	display: block;
	line-height: 1.6em;
}

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

/* Case Eval Form */
.caseeval {
	padding: 15px 15px;
	background-color: #565D65; /* $light */
	border: solid 4px #777E86; /* $extracolor1 */
	box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.5);
	display: block;
}

.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;
	text-align: center;
}

.caseeval input, .caseeval textarea {
	background-color: #FFFFFF; /* $extracolor2 */
	border: none !important;
	display: block;
	margin: 0 .5% 10px;
	float: left;
	height: 33px;
	width: 49%;
	padding: 6px 10px;
	box-shadow: 1px 1px rgba(255,255,255,0.1), inset 1px 1px 1px rgba(0,0,0,0.1);
	color: #102F5D; /* $primary */
	font-size: 13px;
	outline: none;
	border-radius: 0;
	font-family: 'Open Sans';
}

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

html.no-rgba .caseeval input, html.no-rgba .caseeval textarea {
	background-color: #102F5D; /* $primary */
}

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

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

.caseeval a.btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	color: #FFFFFF;
	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 {
	text-decoration: none !important;
}

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

.caseeval a.btn:hover:before {
}

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

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #FFFFFF;
	color: #102F5D; /* $primary */
	border: none;
	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: -8px;
	left: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #102F5D; /* $primary */
}

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: #102F5D; /* $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: #A1A6AC; /* lighten($extracolor1,31%) */
}

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

div.iflylist div.ui-more-items {
	background-color: #102F5D; /* $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 */
html.boxsizing body {
	overflow-x: hidden;
}

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

#Masthead>div>div.imenupanel {
	position: fixed;
	z-index: 99;
}

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

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 100%;
	position: relative;
	float: left;
	margin: 10px 0;
}

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

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

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

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 0;
	background-color: #F1F2F3; /* lighten($light,92%) */
	position: relative;
	width: 100%;
	border: solid 5px #777E86; /* $extracolor1 */
}

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

.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #1C60BF; /* $secondary */
	float: right;
	background-color: #EFF0F2; /* lighten($light,91%) */
	text-align: center;
	border: solid 3px #1C60BF; /* $secondary */
}

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

.reviews article h1 {
	margin: 0;
	color: #102F5D; /* $primary */
	text-transform: none;
	font-size: 21px;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #102F5D; /* $primary */
}

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

.reviews article div > span span {
	display: block;
	color: #102F5D; /* $primary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}

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

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

.reviews .share a {
}

.reviews .share a:hover {
	text-decoration: none;
}

.reviews .share a icon {
	display: block;
	background-color: #102F5D; /* $primary */
	padding: 5px;
	color: #969EA6; /* lighten($light,40%) */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #ADB2B6; /* lighten($extracolor1,40%) */
	color: #102F5D; /* $primary */
}

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

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

.case-sys select {
	border: solid 2px #1C60BF !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #F1F2F3; /* lighten($light,92%) */
	color: #1C60BF !important; /* $secondary */
	outline: none;
	line-height: 1.4em !Important;
}

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

.case-sys .select:after {
	content: '\E975';
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	font-size: 13px;
	color: #102F5D; /* $primary */
	top: 2px;
	right: 5px;
	pointer-events: none;
}

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

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

.case-sys h2 span {
	color: #777E86; /* $extracolor1 */
}

.case-sys span {
}

.case-sys .result {
	color: #102F5D; /* $primary */
	font-weight: bold;
}

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

/* Video Responsive */
div.vidContainer {
	width: 98% !important;
	margin: 0 auto;
}

div.videoResponsive {
	width: 100% !important;
	height: 0px !important;
	padding-bottom: 56.25% !important;
	position: relative !important;
}

div.videoResponsive > div {
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	width: 100% !important;
	height: 100% !important;
}
/* End Video Responsive */

/* Start Video Styles */
div.video div.item {
	margin: 1%;
	width: 98%;
	float: left;
	color: #fff;
}

div.video div.item > a {
	color: #102F5D; /* $primary */
	display: block;
	padding: 10px;
	background-color: #F1F2F3; /* lighten($light,92%) */
	border: solid 3px #102F5D; /* $primary */
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	line-height: 1.2em;
	text-decoration: none !important;
}

div.video div.item a:hover {
	color: #666666; /* darken($extracolor2,60%) */
	text-decoration: none !important;
	background-color: #BBD1F3; /* lighten($primary,80%) */
}

div.video div.item a:hover h3 {
	color: #777E86; /* $extracolor1 */
}

div.video div.item span {
	color: #FFFFFF; /* $extracolor2 */
}

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
	clear: both;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	color: #666;
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Start Video Styles */

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

ul.post-list > li .category a {
	color: #1C60BF; /* $secondary */
}

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

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

#BlogEntry {
	padding: 0;
}

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

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

ul.post-list > li .category {
	display: block;
	background-color: #102F5D; /* $primary */
	padding: 10px;
	color: #565D65; /* $light */
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #777E86; /* $extracolor1 */
	color: #FFFFFF; /* $extracolor2 */
}

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

.blog > nav a:hover {
	color: #CCCCCC;
	text-decoration: none !important;
}

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #565D65; /* $light */
}

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

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

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

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

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
}

ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
	color: #102F5D; /* $primary */
}

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: #144386; /* darken($secondary,30%) */
	color: #747D88; /* lighten($light,20%) */
	padding: 5px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
	line-height: 1em;
}

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

.side-nav ul.social-icons .addthis_button_twitter icon {
	background-color: #00A8E8;
}

.side-nav ul.social-icons .addthis_button_google icon {
	background-color: #DD4B38;
}

.side-nav ul.social-icons .addthis_button_email icon {
	background-color: #2F70B0;
}

.side-nav ul.social-icons li a icon {
	position: static;
	opacity: 1;
	margin: 0;
	background-color: #777E86; /* $extracolor1 */
	line-height: 1em;
	color: #565D65; /* $light */
}

ul.social-icons icon:hover {
	background-color: #777E86; /* $extracolor1 */
	color: #102F5D; /* $primary */
}

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #777E86; /* $extracolor1 */
	color: #FFFFFF; /* $extracolor2 */
	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: #102F5D; /* $primary */
}

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

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

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

div.blog.comment {
	background-color: #FCFCFC;
	margin-top: 20px;
}

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

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

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

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

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

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

@media (max-width: 980px) {
	.top-nav li a {
		padding: 14px 1%;
	}
}

@media (max-width:950px) {
	.right-info span {
		clear: right;
		margin-right: 0;
	}

	.masthead .top-logo img {
		padding-top: 2.5%;
	}

	#ContentCTA p a span {
		display: block;
	}

	#ContentCTA h1 {
		font-size: 24px;
	}
}

@media (max-width:870px) {
	.cta-list {
		display: block;
	}

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

	.cta-list ul li {
		float: left;
	}

	.cta-list ul.items4 li, .cta-list ul.items3 li {
		width: 50%;
	}

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

	.masthead:before {
		left: -100%;
	}

	.masthead .right-info {
		padding: 0;
	}

	body.sub #ImageZone {
		display: none;
	}

	.slide .info h2 {
		line-height: 1.25em;
	}

	.info-form .contactsubmit .btn {
		padding: 32px 0;
	}

	.info-form .contactsubmit .btn:after {
		display: none;
	}
}

@media (max-width:850px) {
	.site-info span {
		display: block;
	}

	#ContentCTA h1 {
		font-size: 22px;
	}
}

@media (max-width:800px) {
	.side, #MainZone.content {
		width: 100%;
		margin: 0;
	}

	#MainZone.content {
		border-left: none;
		padding: 15px 0;
	}

	.side {
		margin: 0;
	}

	.side-nav {
		display: none;
	}

	.footer-info .third {
		width: 50%;
	}

	.footer-info .third.left {
		display: none;
	}

	.footer-info .bottom-schema {
		text-align: center;
	}

	.footer-info .bottom-schema .phone-info {
		float: none;
	}

	.footer-info .bottom-schema .phone-title {
		display: none;
	}

	.footer-info .bottom-schema .site-info {
		float: none;
	}

	.var-1 .nav-text, .var-1 .Top, .var-1 .Mid, .var-1 .Bottom {
		float: none;
		width: 100%;
	}
}

@media (max-width:750px) {
	.static-slideimg img {
		background-image: none;
	}

	#ContentCTA p a span {
		display: inline-block;
	}

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

	.slide .info {
		left: 5%;
		width: 90%;
		top: 30px;
	}

	#Animation {
		height: 350px;
	}

	.Phone span {
		display: none;
	}

	#Animation .main {
		height: auto;
	}

	body.Variation-2 .side .side-form {
		display: none;
	}

	.half {
		width: 100%;
	}

	.two-thirds {
		width: 100%;
	}

	.third {
		width: 100%;
	}

	.accolades {
		text-align: center;
	}

	.accolades ul {
		width: 100%;
	}

	.accolades .acco-list {
		width: 100%;
	}

	.acco-list ul.items3 li {
		width: 30%;
		padding-bottom: 20%;
		height: 0;
	}

	.acco-list ul.items3 li.acc3 {
		padding-bottom: 20%;
		width: 30%;
	}

	.acco-list ul.items2 li {
		width: 47%;
		float: left;
		padding: 25%;
	}

	.caseeval {
		width: 100%;
	}

	.accolades ul li {
		width: 22%;
	}

	.accolades.short-list ul li.acc3 {
		width: 22%;
		height: auto;
		padding-bottom: 0;
	}

	.test-feed icon {
		display: none;
	}

	#InfoZone {
		padding: 0;
	}

	.iswap.half h2, .iswap.Extended h2, .test-feed .quote h3 {
		font-size: 30px;
	}

	.iswap {
		padding: 10px 0;
	}

	.test-feed .quote {
		font-size: 18px;
	}

	.blog-feed ul li.feed-post2, .blog-feed ul li.feed-post3 {
		display: none;
	}

	#StickyContainer {
		display: none;
	}

	.top-nav {
		padding: 0;
	}

	.top-nav ul.mobile-btns {
		display: table;
		background-color: #FFFFFF; /* lighten($extracolor2,20%) */
		background-image: -webkit-linear-gradient(top,#FFFFFF,#FFFFFF); /* $extracolor2,lighten($extracolor2,30%) */
		background-image: -moz-linear-gradient(top,#FFFFFF,#FFFFFF); /* $extracolor2,lighten($extracolor2,30%) */
		background-image: -o-linear-gradient(top,#FFFFFF,#FFFFFF); /* $extracolor2,lighten($extracolor2,30%) */
		background-image: linear-gradient(to bottom,#FFFFFF,#FFFFFF); /* $extracolor2,lighten($extracolor2,30%) */
		top: 0;
		left: 0;
		z-index: 5;
	}

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

	.iswap.half.left {
		margin-bottom: 20px;
		border-bottom: solid 1px rgba(28,96,191,0.9); /* alpha($secondary,90%) */
	}

	.var-1 .slide .info h2:before {
		display: none;
	}

	.var-1 .slide .info {
		top: 30px;
	}

	.single-cta img {
		margin: 0px auto;
		float: none;
		width: 100%;
		display: none;
	}

	.side .accolade-logos {
		display: none;
	}

	.info-form header:before {
		display: none;
	}

	.bottom-feed.photo-feed li, .bottom-feed li {
		display: none;
	}

	.bottom-feed li:first-child, .bottom-feed.photo-feed li:first-child, .bottom-feed.photo-feed li:nth-child(2) {
		display: block;
	}

	.masthead .top-logo img {
		padding-top: 4%;
	}

	#ContentCTA h1 {
		font-size: 26px;
	}
}

@media (max-width:630px) {
	.cta-list ul.items4 li, .cta-list ul.items3 li {
		width: 100%;
		border-bottom: solid 1px #565D65; /* $light */
	}

	.cta-list ul.items3 li.lastitem {
		border-bottom: none;
	}

	.slide .info h2 span.Top {
		font-size: 35px;
		line-height: 1.2em;
	}

	.cta-list a {
		text-align: left;
	}

	.cta-list a .top-box {
		float: right;
	}

	.cta-list h2 {
		margin: 10px 0;
	}

	.cta-list ul li p {
		display: none;
	}

	#ContentCTA p {
		width: 98%;
		float: none;
		margin: 0 1% 10px;
	}

	#Animation {
	}

	.slide .info {
		width: 90%;
		left: 5%;
	}

	.slide .info .btn {
		font-size: 13px;
	}

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

	.footer-links {
		display: none;
	}

	.footer-info .third {
		width: 100%;
	}

	#SDFooter {
		text-align: center;
	}

	#SDFooter a {
		float: none;
	}

	#SDFooter small {
		padding-right: 0;
	}

	.footer-info .social-list {
		display: table;
		margin: 0px auto;
		border-collapse: separate;
		padding: 10px;
	}

	.footer-info .social-list li {
		margin: 0px auto;
		display: table-cell;
		float: none;
	}

	.top-feed h1, .content h1 {
		font-size: 30px;
	}

	.content h2, .content h3 {
		font-size: 18px;
	}
}

@media (max-width:600px) {
	.accolades ul {
		display: none;
	}

	.info-form header {
		width: auto;
		float: none;
	}

	.info-form .contact-form-wrap>div {
		width: 32%;
	}

	.info-form .contact-form-wrap>div:last-child {
		margin-right: 0;
		width: 34%;
	}

	.info-form .contact-form-wrap, .info-form .messagebox, .info-form .contactsubmit {
		float: none;
		padding: 0px 2%;
		width: auto;
	}

	.info-form .contactsubmit .btn {
		margin: 0;
		padding: 15px 0;
	}

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

	.top-nav ul.mobile-btns .mob-call {
		display: block;
	}

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

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

	.masthead .right-info {
		display: none;
	}

	.masthead .top-logo {
		float: none;
		max-width: 100%;
		margin: 0px auto;
		text-align: center;
	}

	.masthead:before {
		left: 0;
	}

	.masthead .top-logo img {
		max-width: 100%;
		padding: 0px;
	}

	.masthead {
		padding: 5px 0px;
	}

	#ContentCTA h1 {
		font-size: 22px;
	}
}

@media (max-width:550px) {
	.Phone a {
		font-size: 24px;
	}

	.info-form header:before {
		display: none;
	}

	.content-cta img {
		margin: 10px;
	}

	.slide .info h2 span.Mid {
		font-size: 21px;
	}

	.slide .info h2 span.Bottom {
		font-size: 17px;
	}

	.slide .info h2 {
		padding: 15px 10px;
	}

	.slide .info {
		top: 15px;
	}

	#ContentCTA h1 {
		font-size: 18px;
	}

	body.Case-Evaluation #MainContent p {
		display: none;
	}

	.masthead:before {
		content: none;
	}
}

@media (max-width: 400px) {
	.masthead .top-logo img {
	}

	.slide .info {
		width: 98%;
		left: 1%;
	}

	.side input, .side textarea {
		width: 98%;
		float: none;
		margin-bottom: 5px;
	}

	.side-form .Submit.btn {
		width: 98%;
		float: none;
		margin-top: 0;
	}

	.side input.Email {
		width: 98%;
	}

	#ContentCTA h1 {
		font-size: 24px;
		padding: 0 7%;
	}

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

	.slide .info h2 span.Mid {
		font-size: 19px;
	}
}
/* End Responsive */

div.video div.item > a h3 {
	padding-top: 0;
	margin: 0;
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
}

.audioResponsive > div {
	max-width: 314px !important;
}

.no-display-table .sticky-mast .main > * {
	float: right;
}

.no-display-table .sticky-mast .logo {
	float: left !important;
}

nav.top-nav div.iflyRight>div {
	display: none !important;
}
