/*
Theme Name: Kelley Kaplan Delaney & Eller, PLLC
Theme URI: https://www.milemarkmedia.com/
Description: Designed and Powered by MileMark Media
Author: MileMark Media
Version: 100.1
Template: universal_mm
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

i strong, em strong {font-style: italic;}
b em {font-weight: bold;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {outline: none;}

#nav-below {margin: 10px 0; overflow: hidden;}
.nav-previous, .nav-next {float: left; display: inline; width: 50%;}
.nav-next {float: right;text-align: right;}
.nav-previous a, .nav-next a {text-decoration: none;}

div.entry-meta {font-size: 90%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

blockquote {padding: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animated, #persistentHeader .animated, #persistentHeader.animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 55px;
	left: 5px;
	width: 55px;
	height: 55px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -56px; }
@media screen and (min-width: 770px){
	.adaBtn{ bottom: 5px; }
}
@media screen and (min-width: 1200px){
	.adaBtn{
		width: 93px;
		height: 93px;
	}
	.adaBtn:hover > img{ margin-top: -94px; }
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
						z-index: 99999 !important;
}
#mhWrapper {overflow: hidden;}
#mainHeader {
	padding: 0;
	font-family: 'Lato', sans-serif;
	max-width: 1800px;
	margin: 0px auto;
}
#logo-main {
	display: block;
	width: 90%;
	padding: 20px;
	max-width: 542px; /*modme*/
	margin: 0 auto;
	box-sizing: border-box;
}
#logo-main img {display: block; width: 100%; height: auto;}
.mhRight {
	background-color: #dce1e4;
	padding: 10px 20px;
	text-align: center;
	color: #1f69a5;
}
.mhCTA {
	display: block;
	font-size: 18px;
	padding: 0 0 5px 0;
}
.mhPhone {
	display: inline-block;
	position: relative;
	font-size: 26px;
	/*transition: .3s;
	-webkit-transition: .3s;*/
	color: #1f69a5;
	padding: 0 0 0px 10px;
}
.mhPhone:before {
	content: '';
	display: inline-block;
	position: relative;
	background-position: 0 0;
	background-size: 34px 30px;
	background-repeat: no-repeat;
	background-image: url(img/header/handset.png);
	width: 34px;
	height: 30px;
	top: 5px;
	left: -10px;
	/*transition: .3s;
	-webkit-transition: .3s;*/
}
/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	background: #195485;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 14px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover {background: #3586c8;}
nav.mm ul ul {background: #3586c8; width: 180px; border: 1px solid #2e77b3;}
nav.mm ul ul li:hover {background-color: #51a2e4;}
nav.mm ul ul li {border-top: 1px solid #2e77b3;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
	transition: .3s;
	-webkit-transition: .3s;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {
	display: inline-block;
	position: relative;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
}
nav.mm > ul > li > a {
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-webkit-backface-visibility: hidden;
}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm > ul > li:hover > ul {
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-webkit-backface-visibility: hidden;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #195485;} /*modme*/
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	width: 293px;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: 'Lato', sans-serif;
}
	.mmi {
		height: 100%;
		float: left;
		display: inline;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #144771;} /*modme*/
	#mm1 {border-left: 1px solid #144771;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mobMenuItems {width: 357px;}
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #6699c3; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 15px;
			padding: 3px 1em 3px 0;
			color: #fff;
		}
		nav.mm_mob a:hover {
			background: #3180c1; /*modme*/
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 1em;}
			nav.mm_mob ul ul a {padding-left: 2em;}
			nav.mm_mob ul ul ul a {padding-left: 3em;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 10px 1em;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	box-sizing: border-box;
	border: 0;
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #195485; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #3180c1;} /*modme*/



/*			MEDIA QUERIES MAIN HEADER			*/



@media screen and (min-width: 800px) {
	#wrapper {
			padding: 130px 0 0 0;
	}
	#persistentHeader{
		background: #f1f1f0; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	#mhWrapper {
		background-color: rgba(255, 255, 255, .3);
		overflow: visible;
	}
	body.sticky_zone #mhWrapper {
		box-shadow: 3px 2px 15px #000;
	}
	#mainHeader {
	}
	.logo-main-box {
		max-width: 400px;
		width: auto;
		float: left;
		position: relative;
		background-color: #fff;
		/*transition: .3s;
		-webkit-transition: .3s;*/
	}
	#logo-main {
		padding: 20px 40px 20px 20px;
		max-width: 400px;
		z-index: 5;
		width: auto;
		position: relative;
		background-color: #fff;
		/*transition: .3s;
		-webkit-transition: .3s;*/
	}
	.logo-main-box:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #fff;
		width: 70px;
		height: 100%;
		top: 0;
		right: -35px;
		transform: skew(30deg);
	}
	body.sticky_zone #logo-main {
		padding: 10px 40px 10px 20px;
	}
	.mhRight {
		float: right;
		text-align: right;
		background-color: transparent;
		padding: 15px 20px 0 0;
		/*transition: .3s;
		-webkit-transition: .3s;*/
	}
	body.sticky_zone .mhRight {
		padding: 6px 20px 0 0;
	}
	.mhCTA {
		padding: 0 0 0px 0;
		/*transition: .3s;
		-webkit-transition: .3s;*/
	}
	body.sticky_zone .mhCTA {
		font-size: 16px;
	}
	nav.mm {
		clear: both;
	}
}
@media screen and (min-width: 900px) {
	nav.mm > ul > li > a {padding: 14px 19px;}
}
@media screen and (min-width: 1000px) {
	#persistentHeader {background-color: transparent;}
	#wrapper {
		padding: 0;		
	}
	#mhWrapper {
		background-color: rgba(255, 255, 255, .7);
	}
	body.sticky_zone #mhWrapper {background-color: #ececec;}
	#logo-main {padding: 30px 40px 30px 20px;}
	.logo-main-box:before {width: 75px;}
	.mhRight {padding: 33px 20px 0 0;}
	body.sticky_zone .mhRight {padding: 13px 20px 0 0;}
	.mhCTA {
		display: inline-block;
		padding: 8px 15px 0 0;
		vertical-align: top;
	}
	body.sticky_zone .mhCTA {font-size: 18px;}
}
@media screen and (min-width: 1200px) {
	#mhWrapper {
		transition: .3s;
		-webkit-transition: .3s;
	}
	#mainHeader {min-height: 128px; position: relative}
	body.sticky_zone #mainHeader {min-height: 98px;}
	.logo-main-box {z-index: 10;}
	#logo-main {padding: 43px 40px 42px 20px;}
	body.sticky_zone #logo-main {padding: 29px 40px 27px 20px;}
	nav.mm {
		width: calc(100% - 400px);
		/*float: right;*/
		clear: none;
		/*position: relative;*/
		z-index: 9;
		box-sizing: border-box;
		padding: 0 20px 0 80px;
		text-align: left;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	.mhRight {padding: 20px 20px 27px 0;}
	body.sticky_zone .mhRight {padding: 7px 20px 10px 0;}
	.mhCTA {font-size: 19px;}
	.mhPhone {font-size: 30px;}
	nav.mm > ul > li > a {padding: 14px 9px;}
}
@media screen and (min-width: 1300px) {
	nav.mm > ul > li > a {padding: 14px 15px;}
}
@media screen and (min-width: 1400px) {
	#mainHeader {min-height: 138px;}
	body.sticky_zone #mainHeader {min-height: 108px;}
	.logo-main-box {max-width: 470px;}
	.logo-main-box:before {width: 100px; right: -55px;}
	#logo-main {max-width: 100%; padding: 44px 40px 43px 20px;}
	nav.mm {width: calc(100% - 470px); padding: 0 20px 0 100px;}
	.mhRight {padding: 21px 20px 27px 0;}
	body.sticky_zone .mhRight {padding: 12px 20px 15px 0;}
	.mhCTA {font-size: 23px;}
	.mhPhone {font-size: 37px;}
	body.sticky_zone .mhPhone {font-size: 30px;}
	.mhPhone:before {
		background-size: 40px 35px;
		width: 40px;
		height: 35px;
		top: 4px;
	}
	body.sticky_zone .mhPhone:before {
		width: 34px;
		height: 30px;
		background-size: 34px 30px;
		top: 5px;
	}
	nav.mm > ul > li > a {padding: 14px 19px;}
}
@media screen and (min-width: 1640px) {
	#mainHeader {min-height: 157px;}
	body.sticky_zone #mainHeader {min-height: 107px;}
	.logo-main-box {max-width: 627px;}
	.logo-main-box:before {width: 100px; right: -55px;}
	#logo-main {max-width: 100%; padding: 44px 40px 44px 29px;}
	body.sticky_zone #logo-main {padding: 20px 40px 16px 20px;}
	nav.mm {width: calc(100% - 602px); padding: 0 20px 0 100px;}
	.mhRight {padding: 20px 20px 27px 0;}
	body.sticky_zone .mhRight {padding: 12px 20px 16px 0;}
	.mhCTA {font-size: 27px; padding: 10px 15px 0 0;}
	.mhPhone {font-size: 45px;}
	body.sticky_zone .mhPhone {font-size: 30px;}
	.mhPhone:before {
		background-size: 49px 43px;
		width: 49px;
		height: 43px;
		top: 4px;
	}
	body.sticky_zone .mhPhone:before {
		width: 34px;
		height: 30px;
		background-size: 34px 30px;
		top: 5px;
	}
	nav.mm > ul > li > a {font-size: 18px; padding: 17px 14px;}
	body.sticky_zone nav.mm > ul > li > a {padding: 11px 14px;}
}
@media screen and (min-width: 1800px) {
	#mhWrapper {position: relative;}
	#mhWrapper:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #fff;
		width: calc(100% - 1800px);
		height: calc(100%);
		top: 0;
		left: 0;
		transition: .3s;
		-webkit-transition: .3s;
	}
	nav.mm:after {
		content: '';
		display: block;
		position: absolute;
		background-color: #195485;
		width: calc(100%);
		height: 100%;
		top: 0;
		right: -100%;
	}
	nav.mm > ul > li > a {font-size: 18px; padding: 17px 22px;}
	body.sticky_zone nav.mm > ul > li > a {padding: 11px 22px;}
}



/*			END OF HEADER MEDIA QUERIES			*/



#homeslides {
	position: relative;
	height: 20px;
	padding: 47% 0;
	background-color: #fff;
}
.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	font-family: 'Lato', sans-serif;
	background-color: #1F69A5;
	color: #fff;
}
#homeslide1 {
	display: block;
}
#homeslide2 {}
#homeslide3 {}
#homeslide5 {

}
.homeslideImg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.no-webp #homeslideImg1 {background-image: url(img/slides/home/600/1.jpg);}
.no-webp #homeslideImg2 {background-image: url(img/slides/home/1120/2.jpg);}
.no-webp #homeslideImg3 {background-image: url(img/slides/home/1120/3.jpg);}
.no-webp #homeslideImg4 {background-image: url(img/slides/home/1120/4.jpg);}
.no-webp #homeslideImg5 {background-image: url(img/slides/home/1120/5-v3.jpg);
	background-size: 500px;
	background-position: center 0;
}
.webp #homeslideImg1 {background-image: url(img/slides/home/600/1.webp);}
.webp #homeslideImg2 {background-image: url(img/slides/home/1120/2.webp);}
.webp #homeslideImg3 {background-image: url(img/slides/home/1120/3.webp);}
.webp #homeslideImg4 {background-image: url(img/slides/home/1120/4.webp);}
.webp #homeslideImg5 {background-image: url(img/slides/home/1120/5-v3.webp);
	background-size: 500px;
	background-position: center 0;
}
.slideBox {
	position: absolute;
	bottom: 0;
	background-color: rgba(31, 105, 165, .7);
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
#homeslide5 .slideBox {
	background-color: #1F69A5;

}
.slideHead {
	font-family: 'Merriweather', serif;
	display: block;
	font-size: 26px;
	transition: .3s;
	-webkit-transition: .3s;
	padding: 0 0 10px 0;
	line-height: 1.2;
	text-transform: uppercase;
}
.slideBody {
	font-size: 15px;
	transition: .3s;
	-webkit-transition: .3s;
	line-height: 1.4;
	padding: 0;
	max-width: 400px;
	margin: 0px auto;
}
.slideMore {}
.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	padding: 12% 0;
	background-size: cover;
}
.no-webp #subslide1 {background-image: url(img/slides/sub/600/1.jpg);}
.no-webp #subslide2 {background-image: url(img/slides/sub/600/2.jpg);}
.no-webp #subslide3 {background-image: url(img/slides/sub/600/3.jpg);}
.no-webp #subslide4 {background-image: url(img/slides/sub/600/4.jpg);}

.webp #subslide1 {background-image: url(img/slides/sub/600/1.webp);}
.webp #subslide2 {background-image: url(img/slides/sub/600/2.webp);}
.webp #subslide3 {background-image: url(img/slides/sub/600/3.webp);}
.webp #subslide4 {background-image: url(img/slides/sub/600/4.webp);}


/*			MEDIA QUERIES HOMESLIDES			*/



@media screen and (min-width: 400px) {
	#homeslides {
		padding: 190px 0;
	}
	#homeslideImg5 {
		background-size: 600px;
	}
}
@media screen and (min-width: 500px) {
	.webp #homeslideImg5 {background-size: 600px;}
}
@media screen and (min-width: 600px) {
	.webp #homeslideImg5 {
		background-size: 700px;
	}
}
@media screen and (min-width: 700px) {
	.webp #homeslideImg5 {
		background-size: 800px;
	}
}
@media screen and (min-width: 800px) {
	#homeslides {
		position: relative;
		overflow: hidden;
		height: 400px;
		padding: 0;
	}
	@-webkit-keyframes
	ncburnsZoomIn {
	  0% {
	    -webkit-transform: scale(1);
	    transform: scale(1);
	  }
	  100% {
	    -webkit-transform: scale(1.6);
	    transform: scale(1.6);
	  }
	}
	@keyframes
	ncburnsZoomIn {
	  0% {
	    -webkit-transform: scale(1);
	    transform: scale(1);
	  }
	  100% {
	    -webkit-transform: scale(1.6);
	    transform: scale(1.6);
	  }
	}
	.homeslideImg {
		background: no-repeat 50% 50%;
	  -webkit-animation-name: ncburnsZoomIn;
	  animation-name: ncburnsZoomIn;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  animation-fill-mode: forwards;
	  -webkit-animation-fill-mode: forwards;
	  -webkit-animation-duration: 36s;
	  animation-duration: 36s;
	  opacity: 1;
	}
	.homeslide {
		background-color: #000;
	}
	.no-webp #homeslideImg1 {background-image: url(img/slides/home/full/1.jpg);}
	.no-webp #homeslideImg2 {background-image: url(img/slides/home/full/2.jpg);}
	.no-webp #homeslideImg3 {background-image: url(img/slides/home/full/3.jpg);}
	.no-webp #homeslideImg4 {background-image: url(img/slides/home/full/4.jpg);}
	.no-webp #homeslideImg5 {background-image: url(img/slides/home/full/5-v3.jpg);
	  background-size: 500px;
	  background-position: center 0;
	}
	.webp #homeslideImg1 {background-image: url(img/slides/home/full/1.webp);}
	.webp #homeslideImg2 {background-image: url(img/slides/home/full/2.webp);}
	.webp #homeslideImg3 {background-image: url(img/slides/home/full/3.webp);}
	.webp #homeslideImg4 {background-image: url(img/slides/home/full/4.webp);}
	.webp #homeslideImg5 {background-image: url(img/slides/home/full/5-v3.webp);
	  background-image: url(img/slides/home/full/5-v3.jpg);
	  background-size: 1400px;
	  background-position: -120px -110px;
	  animation: none;
	  -webkit-animation: none;
	}
	.slideContent {
	  height: 100%;
		max-width: 1800px;
		margin: 0px auto;
		position: relative;
	}
	.slideBox {
		bottom: 0;
		right: 0;
		width: 450px;
		padding: 75px 40px 20px 50px;
		height: 100%;
		text-align: left;
		background-color: transparent;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#homeslide5 .slideBox {background-color: transparent;}
	.slideBox:before {
		content: '';
		display: block;
		position: absolute;
		background-color: rgba(31, 105, 165, .7);
		width: calc(100% + 200px);
		height: 100%;
		transform: skew(30deg);
		-webkit-transform: skew(30deg);
		-ms-transform: skew(30deg);
		top: -5px;
		left: 0px;
	}
	#homeslide5 .slideBox:before {display: none;}
	.slideHead {
		position: relative;
		z-index: 15;
		font-size: 30px;
		padding: 0 0 20px 0;
		transition: right .6s ease, opacity .6s ease;
		-webkit-transition: right .6s ease, opacity .6s ease;
		opacity: 0;
		right: -100px;
	}
	.slideTxtAnimate .slideHead {
		transition-delay: .5s;
		-webkit-transition-delay: .5s;
		opacity: 1;
		right: 0;
	}
	.slideBody {
		position: relative;
		z-index: 15;
		max-width: none;
		transition: right .7s ease, opacity .7s ease;
		-webkit-transition: right .7s ease, opacity .7s ease;
		opacity: 0;
		right: -200px;
	}
	.slideTxtAnimate .slideBody {
		transition-delay: 1s;
		-webkit-transition-delay: 1s;
		opacity: 1;
		right: 0;
	}
	.subslide {padding: 0; height: 230px;}
	.no-webp #subslide1 {background-image: url(img/slides/sub/1120/1.jpg);}
	.no-webp #subslide2 {background-image: url(img/slides/sub/1120/2.jpg);}
	.no-webp #subslide3 {background-image: url(img/slides/sub/1120/3.jpg);}
	.no-webp #subslide4 {background-image: url(img/slides/sub/1120/4.jpg);}

	.webp #subslide1 {background-image: url(img/slides/sub/1120/1.webp);}
	.webp #subslide2 {background-image: url(img/slides/sub/1120/2.webp);}
	.webp #subslide3 {background-image: url(img/slides/sub/1120/3.webp);}
	.webp #subslide4 {background-image: url(img/slides/sub/1120/4.webp);}
}
@media screen and (min-width: 1000px) {
	#homeslides {
		height: 520px;
	}
	.no-webp #homeslideImg5 {background-size: cover; background-position: -170px 0;}
	.webp #homeslideImg5 {
		background-size: cover;
    background-position: -170px 0;
	}
	.slideBox {
		width: calc(100% - 600px);
		box-sizing: border-box;
		height: calc(100% - 150px);
		padding: 75px 20px 20px 5%;
	}
	#homeslide5 .slideBox:before {display: block;}
	.slideBody {
		max-width: 300px;
		margin: 0;
	}
	.subslide {
		height: 350px;
	}
}
@media screen and (min-width: 1100px) {
	.slideBox {padding: 75px 20px 20px 9%;}
	.no-webp #subslide1 {background-image: url(img/slides/sub/full/1.jpg);}
	.no-webp #subslide2 {background-image: url(img/slides/sub/full/2.jpg);}
	.no-webp #subslide3 {background-image: url(img/slides/sub/full/3.jpg);}
	.no-webp #subslide4 {background-image: url(img/slides/sub/full/4.jpg);}

	.webp #subslide1 {background-image: url(img/slides/sub/full/1.webp);}
	.webp #subslide2 {background-image: url(img/slides/sub/full/2.webp);}
	.webp #subslide3 {background-image: url(img/slides/sub/full/3.webp);}
	.webp #subslide4 {background-image: url(img/slides/sub/full/4.webp);}
}
@media screen and (min-width: 1200px) {
	.slideBox {width: calc(100% - 586px); padding: 75px 20px 20px 10%; height: calc(100% - 128px);}
	.slideHead {font-size: 36px;}
	.slideBody {max-width: 400px;}
}
@media screen and (min-width: 1400px) {
	#homeslides {height: 580px;}
	.slideBox {
		width: calc(100% - 690px);
		padding: 95px 20px 20px 11%;
	}
	.slideHead {font-size: 39px;}
	.subslide {height: 420px;}
}
@media screen and (min-width: 1640px) {
	#homeslides {height: 640px;}
	.no-webp #homeslideImg5 {background-position: center 0; background-size: cover;}
	.webp #homeslideImg5 {background-position: center 0; background-size: cover;}
	.slideBox {
		width: calc(100% - 843px);
		padding: 95px 20px 20px 150px;
		height: calc(100% - 157px);
	}
	.slideBox:before {width: calc(200%);}
	.slideHead {font-size: 49px; padding: 0 0 30px 0;}
	.slideBody {font-size: 20px; max-width: 530px;}
	.subslide {height: 497px;}
}
@media screen and (min-width: 1840px) {
	.slideBox {padding: 95px 20px 20px 260px;}
}
@media screen and (min-width: 2000px) {
	.homeslideImg {background-size: cover;}
	.subslide {background-size: cover;}
}


/*			END OF HOMESLDES MEDIA QUERIES			*/


#hpAreasOuterWrap {overflow: hidden;}
#hpAreasWrap {
	padding: 0 20px;
	background-color: #144770;
}
.hpAreasCont {
	padding: 40px 0;
	font-family: 'Lato', sans-serif;
	max-width: 1500px;
	margin: 0px auto;
	transition: .3s;
	-webkit-transition: .3s;
	overflow: hidden;
}
.hpAreas {padding: 0;}
.hpAreaInner {
	padding: 175px 20px 0 20px;
	display: block;
	color: #2e86ce;
	text-align: center;
	font-size: 24px;
	transition: .3s;
	-webkit-transition: .3s;
	position: relative;
}
.hpAreaInner:before {
	content: '';
	display: block;
	position: absolute;
	background-size: 600px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 149px;
	height: 156px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -75px;
	transition: transform 1s ease;
	-webkit-transition: transform 1s ease;
	transform: rotateY(0deg);
}
.no-webp .hpAreaInner:before {background-image: url(img/areas/areas.png);}
.webp .hpAreaInner:before {background-image: url(img/areas/areas.webp);}
.hpAreaInner2:before {background-position: -151px 0;}
.hpAreaInner3:before {background-position: -301px 0;}
.hpAreaInner4:before {background-position: -451px 0;}
.hpAreaInner:hover {color: #fff;}
.hpAreaInner:hover:before {background-position: 0 -157px;}
.hpAreaInner2:hover:before {background-position: -151px -157px;}
.hpAreaInner3:hover:before {background-position: -301px -157px;}
.hpAreaInner4:hover:before {background-position: -451px -157px;}
.hpAreaInner:hover:before {
	transform: rotateY(180deg);
}




/*			MEDIA QUERIES HOME PAGE AREAS			*/



@media screen and (min-width: 800px) {
	#hpAreasOuterWrap {
		position: relative;
		z-index: 20;
		overflow: hidden;
		padding: 130px 0 200px 0;
    margin: -155px 0 0 0;
	}
	#hpAreasWrap {position: relative; padding: 0; background-color: transparent;}
	#hpAreasWrap:before {
		content: '';
		display: block;
		position: absolute;
		top: -60px;
		left: -30px;
		background-color: #13466f;
		width: calc(100% + 120px);
		height: 700px;
		transform: rotate(-3deg);
	}
	.hpAreasInnerWrap {
		padding: 0 20px;
		position: relative;
		background-color: #13466f;
		background-position: center center;
		background-repeat: no-repeat;
	}
	html.no-webp .hpAreasInnerWrap {background-image: url(img/areas/areas_bg.jpg);}
	html.webp .hpAreasInnerWrap {background-image: url(img/areas/areas_bg.webp);}
	.hpAreasCont {padding: 0px 0;}
}
@media screen and (min-width: 1000px) {
	#hpAreasOuterWrap {margin: -120px 0 0 0;}
}
@media screen and (min-width: 1400px) {
	#hpAreasOuterWrap {margin: -135px 0 0 0;}
	.hpAreasCont {padding: 10px 0;}
	.hpAreaInner {
		padding: 250px 20px 0 20px;
		font-size: 28px;
	}
	.hpAreaInner:before {
		background-size: 883px 461px;
		width: 220px;
		height: 230px;
		margin: 0 0 0 -110px;
	}
	.hpAreaInner2:before {background-position: -221px 0;}
	.hpAreaInner3:before {background-position: -442px 0;}
	.hpAreaInner4:before {background-position: -663px 0;}
	.hpAreaInner:hover:before {background-position: 0 -231px;}
	.hpAreaInner2:hover:before {background-position: -221px -231px;}
	.hpAreaInner3:hover:before {background-position: -442px -231px;}
	.hpAreaInner4:hover:before {background-position: -663px -231px;}
}
@media screen and (min-width: 1640px) {
	.hpAreasInnerWrap {background-size: 100%;}
	.hpAreaInner {font-size: 35px;}
}
@media screen and (min-width: 2200px) {
	#hpAreasOuterWrap {padding: 200px 0 300px 0; margin: -180px 0 0 0;}
	#hpAreasWrap:before {top: -90px;}
}



/*			END OF HOME PAGE AREAS MEDIA QUERIES			*/



@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

#caWrap {padding: 0;}
#contentArea {
	padding: 40px 20px;
	margin: 0 auto;
	overflow: hidden;
}
#crumbs {font-size: 13px; margin: 0 0 20px;}
#mainContent {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding: 0;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.3;
		font-weight: normal;
		font-family: 'Merriweather', serif;
		color: #000;
		padding: 0 0 5px 0;
		transition: .3s;
		-webkit-transition: .3s;
	}
	.article h1 {
		line-height: 1.2;
		font-size: 27px;
		color: #113d60;
		padding: 0 0 20px 0;
	}
	body.home .article h1 {text-align: center;}
	.article h2 {
		font-size: 20px;
		padding: 0 0 15px 0;
		color: #1e68a4;
		font-style: italic;
	}
	.article .ctah2 {
		padding: 0 0 100px 0;
		margin: 0 0 40px 0;
		position: relative;
		text-align: center;
		background-position: center bottom;
		background-repeat: no-repeat;
		font-style: normal;
	}
	.article .ctah2 {background-image: url(img/content/main/mc-logo-v4.webp);}
	.ctah2:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #c7c7c7;
		width: calc(50% - 40px);
		height: 1px;
		bottom: 32px;
		left: 0;
	}
	.ctah2:after {
		content: '';
		display: block;
		position: absolute;
		background-color: #c7c7c7;
		width: calc(50% - 40px);
		height: 1px;
		bottom: 32px;
		right: 0;
	}
	.article h3 {
		font-size: 17px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	#mainContent a {
		color: #358bd2;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#mainContent a:hover {
		color: #5eadec;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
			margin: 10px auto;
	}
	.hpDowntown {
		max-width: 944px;
		margin: 0 0 30px 0;
	}
	.hpDowntown img {
		display: block;
		width: 100%;
		height: auto;
	}
	.hideContent {
		display: none;
	}
	.mcMoreButton {
		padding: 0;
		margin: 0 0 30px 0;
		position: relative;
	}
	.mcMoreButton:after {
		content: '';
		display: block;
		position: absolute;
		background-color: #c7c7c7;
		width: calc(100% - 180px);
		height: 1px;
		bottom: 11px;
		right: 0;
	}
	.mcMoreButton span {
		display: inline-block;
		color: #2e86ce;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
		line-height: 1;
	}
	.mcMoreButton span:after {
		content: '';
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0 0 0 10px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/content/main/mc_more_arrow.png);
		width: 18px;
		height: 11px;
		top: 2px;
		right: 0;
	}
	.mcMoreButton span:hover {
		cursor: pointer;
	}
	.mcMoreButton span.pushed {
		color: #55a8ed;
	}
	.mcMoreButton span.pushed:after {
		background-position: -19px 0;
	}
	.mcAtts {
		max-width: 300px;
		margin: 0;
	}
	.article .mcAtts {padding: 0;}
	.article .mcAtt {
		list-style-type: none;
		list-style-position: outside;
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 30px 0;
	}
	.mcAtt img {
		display: block;
		margin: 10px 0;
	}
	#mainContent .mcAtt a {
		color: #fff;
		background-color: #348cd4;
		padding: 3px 10px;
		border-radius: 9px;
		display: inline-block;
		text-transform: uppercase;
	}
	#mainContent .mcAtt a:hover {background-color: #61b3f7; text-decoration: none;}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	body.home #shareThisPage {border-top: none;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {
	max-width: 450px;
	margin: 0px auto;
	padding: 40px 0 0 0;
	font-family: 'Lato', sans-serif;
}
.blog-sidebar {
	margin: 0 0 40px 0;
	font-family: 'Lato', sans-serif;
}
.blog-sidebar h2 {
	font-weight: bold;
	color: #316fb3;
	font-size: 26px;
	font-family: 'Merriweather', serif;
	padding: 0 0 5px 0;
}
.blog-sidebar ul {
	padding: 0 0 10px 20px;
}
.blog-sidebar ul li a {
	font-size: 17px;
	display: block;
	padding: 0 0 5px 0;
	color: #3586c8;
	transition: .3s;
	-webkit-transition: .3s;
}
.blog-sidebar ul li a:hover {color: #9fd4ff;}
.sbAreasCont {
	max-width: 350px;
	margin: 0px auto 40px auto;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.no-webp .sbAreasCont.imgSet {
	background-image: url(img/content/sidebar/areas/sb_areas_bg.jpg);
}

.webp .sbAreasCont.imgSet {
	background-image: url(img/content/sidebar/areas/sb_areas_bg.webp);
}
.sbArea a {
	display: block;
	color: #fff;
	font-size: 16px;
	height: 113px;
	box-sizing: border-box;
	padding: 36px 0 0 115px;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
}
.sbArea a:before {
	content: '';
	display: block;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/content/sidebar/areas/sb_areas.png);
	width: 78px;
	height: 72px;
	top: 22px;
	left: 20px;
}
.no-webp .sbArea a:before {
	background-image: url(img/content/sidebar/areas/sb_areas.png);
}
.webp .sbArea a:before {
	background-image: url(img/content/sidebar/areas/sb_areas.webp);
}
.sbArea2 a:before {background-position: -79px 0;}
.sbArea3 a:before {background-position: -158px 0;}
.sbArea4 a:before {background-position: -237px 0;}
.sbArea a:hover {background-color: #3176af;}
.sbArea a:hover:before {background-position: 0 -73px;}
.sbArea2 a:hover:before {background-position: -79px -73px;}
.sbArea3 a:hover:before {background-position: -158px -73px;}
.sbArea4 a:hover:before {background-position: -237px -73px;}
.sbTestsCont {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 10px 25px 10px;
	text-align: center;
	margin: 0 auto 40px auto;
}

.no-webp .sbTestsCont.imgSet {
	background-image: url(img/content/sidebar/testimonials/sb_tests_bg.jpg);
}
.webp .sbTestsCont.imgSet {
	background-image: url(img/content/sidebar/testimonials/sb_tests_bg.webp);
}
.sbTestInner {
	padding: 0 20px;
	color: #fff;
}
.sb5Stars {
	max-width: 211px;
	margin: 0 auto 10px auto;
}
.sb5Stars img {
	display: block;
	width: 100%;
}
.sbTestBody {
	font-size: 17px;
	padding: 0 0 30px 0;
	line-height: 1.5;
}
.sbPrevNextTest {
	width: 44px;
	height: 44px;
	overflow: hidden;
	display: inline-block;
	margin: 0 10px;
}
.sbNextTest img {margin: 0 0 0 -45px;}
.sbPrevNextTest:hover img {margin-top: -45px;}
.sbMoreTest {
	display: inline-block;
}
.sbMoreTest a {color: #00abff;}
.sbMoreTest a:hover {text-decoration: underline;}
.sbFAQSCont {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/content/sidebar/faqs/sb_faqs_bg.jpg);
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.sbFAQSHeading {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	position: relative;
	display: block;
	padding: 20px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
.sbFAQSHeading span {position: relative; z-index: 20;}
.sbFAQSHeading:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #164e7b;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	top: -40px;
	left: -20px;
	box-sizing: border-box;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
}
.sbFAQS {
	margin: 0 0 50px 0;
}
.sbFAQInner {
	padding: 0 20px;
}
.sbFAQVid {
	max-width: 298px;
	margin: 0px auto 15px auto;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
}
.sbFAQVid img {
	display: block;
	width: 200%;
}
.sbFAQVid:hover {cursor: pointer;}
.sbFAQVid:hover img {margin: 0 0 0 -100%;}
.sbFAQTitle {
	color: #f0d79e;
	font-size: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	display: block;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.sbFAQBody {
	padding: 0 10px;
	line-height: 1.5;
	transition: .3s;
	-webkit-transition: .3s;
}
.sbMoreFAQSBox {position: relative; padding: 20px;}
.sbMoreFAQSBox:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #164e7b;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	top: -10px;
	left: -20px;
	box-sizing: border-box;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
}
.sbMoreFAQS {
	display: block;
	color: #1f69a5;
	box-sizing: border-box;
	border: 3px solid #e4d6ab;
	transition: .3s;
	-webkit-transition: .3s;
	padding: 8px 20px;
	position: relative;
	background: #e4d6ab;
	background: -webkit-linear-gradient(#e4d6ab, #e3c583);
	background: -o-linear-gradient(#e4d6ab, #e3c583);
	background: -moz-linear-gradient(#e4d6ab, #e3c583);
	background: linear-gradient(#e4d6ab, #e3c583);
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 10px;
	text-align: left;
	max-width: 220px;
	margin: 0px auto;
	box-shadow: 3px 3px 15px #002948;
}
.sbMoreFAQS:after {
	content: '';
	display: block;
	position: absolute;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url(img/content/sidebar/faqs/sb_more_faqs_arrow.png);
	width: 20px;
	height: 100%;
	top: 0;
	right: 20px;
}
.sbMoreFAQS:hover {
	background: #fff8e8;
	background: -webkit-linear-gradient(#fff8e8, #f1deb3);
	background: -o-linear-gradient(#fff8e8, #f1deb3);
	background: -moz-linear-gradient(#fff8e8, #f1deb3);
	background: linear-gradient(#fff8e8, #f1deb3);
	border: 3px solid #fff;
}


/*			MEDIA QUERIES CONTENT AREA			*/



@media screen and (min-width: 350px) {
	.sbArea a {font-size: 19px; padding: 33px 0 0 115px;}
}
@media screen and (min-width: 580px) {
	.mcAtts {max-width: 600px;}
}
@media screen and (min-width: 700px) {
	#contentArea {
		max-width: 1600px;
		margin: 0px auto;
	}
	.hpDowntown {
		float: right;
		margin: 0 0 10px 20px;
		width: calc(50% + 20px);
		padding: 0;
		position: relative;
    box-sizing: border-box;
    right: -20px;
	}
	.mcMoreButton {clear: right;}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#caOuterWrap2 {
		overflow: hidden;
		position: relative;
		z-index: 28;
		padding: 50px 0 0 0;
		margin: -100px 0 0 0;
	}
	body.home #caOuterWrap2 {margin: -170px 0 0 0;}
	#caOuterWrap {
		padding: 0 0 60px 0;
		position: relative;
	}
	#caOuterWrap:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #fff;
		width: calc(100% + 120px);
		height: 100%;
		top: -20px;
    right: -91px;
    transform: rotate(-3deg);
		-webkit-transform: rotate(-3deg);
	}
	body.home #caOuterWrap:before {
		transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
		right: 0;
		left: -91px;
	}
	#caWrap {
		position: relative;
		z-index: 28;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.no-webp #caWrap.imgSet {
		background-image: url(img/content/ca_wrap_sub.jpg);
	}
	.webp #caWrap.imgSet {
		background-image: url(img/content/ca_wrap_sub.webp);
	}
	body.home #caWrap.imgSet {
		background-image: none;
	}
	#contentArea {
		padding: 40px 40px 170px 40px;
	}
	body.home #contentArea {
		padding: 40px 40px;
	}
	#mainContent {
		float: left;
		padding: 0;
		width: calc(100% - 40px - 300px);
	}
	body.home #mainContent {
		float: none;
		width: 100%;
	}
	body.home .article h1 {font-size: 31px;}
	.hpDowntown {width: calc(50% + 40px); right: -40px; margin: 0 0 10px 0;}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	.mcAtts {max-width: 300px;}
	#sidebar {
		float: right;
		width: 300px;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1000px) {
	body.home .article h1 {font-size: 34px;}
	.mcAtts {max-width: 600px;}
}
@media screen and (min-width: 1200px) {
	#caOuterWrap2 {padding: 95px 0 0 0; margin: -180px 0 0 0;}
	#caOuterWrap:before {top: -45px;}
	#contentArea {padding: 45px 60px 210px 60px;}
	body.home #contentArea {padding: 45px 60px;}
	#mainContent {width: calc(100% - 300px - 60px);}
	body.home #mainContent {width: 100%;}
	body.home .article h1 {font-size: 42px;}
	.article .ctah2 {
		font-size: 21px;
	}
	.hpDowntown {
		width: calc(50% + 60px);
		right: -60px;
		margin: 0 0 20px 0;
	}
}
@media screen and (min-width: 1400px) {
	#contentArea {padding: 45px 60px 270px 60px;}
	#mainContent {line-height: 1.7; font-size: 17px;}
	body.home .article h1 {font-size: 49px;}
	.article p {padding: 0 0 30px 0;}
	.article h2 {font-size: 20px;}
	.article .ctah2 {font-size: 24px; padding: 0 0 110px 0;}
	.article .mcMoreButton {padding: 0;}
	.mcMoreButton span {font-size: 17px;}
	.mcMoreButton:after {bottom: 13px;}
}
@media screen and (min-width: 1500px) {
	.mcAtts{max-width: none;}
}
@media screen and (min-width: 1640px) {
	#caOuterWrap2 {padding: 160px 0 0 0; margin: -190px 0 0 0;}
	body.home #caOuterWrap2 {padding: 135px 0 0 0;}
	#caOuterWrap:before {top: -80px;}
	#contentArea {padding: 45px 60px 300px 60px;}
	#mainContent {line-height: 1.9; font-size: 18px; width: calc(100% - 350px - 80px);}
	body.home .article h1 {font-size: 61px;}
	.article p {padding: 0 0 30px 0;}
	.article h1 {font-size: 34px;}
	.article h2 {font-size: 26px;}
	.article .ctah2 {font-size: 31px; padding: 0 0 110px 0;}
	.mcMoreButton span {font-size: 18px;}
	.mcMoreButton:after {bottom: 15px;}
	#sidebar {width: 350px;}
	.sbAreasCont {margin: 0 auto 50px auto;}
	.sbArea a {font-size: 24px; padding: 26px 0 0 115px;}
	.sbTestsCont {padding: 50px 10px; margin: 0 0 50px 0;}
	.sbTestBody {font-size: 22px;}
	.sbFAQSHeading span {font-size: 31px;}
	.sbFAQTitle {font-size: 28px;}
	.sbFAQBody {font-size: 24px;}
	.sbMoreFAQS {font-size: 18px;}
	.blog-sidebar h2 {font-size: 29px;}
}
@media screen and (min-width: 2200px) {
	body.home #caOuterWrap2 {
		padding: 220px 0 0 0;
		margin: -290px 0 0 0;
	}
	body.home #caOuterWrap:before {top: -145px;}
}



/*			END OF CONTENT AREA MEDIA QUERIES			*/



#attsWrap {padding: 0; background-color: #195485; overflow: hidden;}
.attsCont {
	padding: 40px 10px 10px 10px;
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.attsBox h2 {
	display: none;
	font-size: 25px;
	transition: .3s;
	-webkit-transition: .3s;
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #2568a0;
}
.attsBox h2 span {
	font-style: italic;
	color: #3797e6;
	font-weight: 300;
	font-family: 'Merriweather', serif;
}
.att {
	margin: 0 0 20px 0;
}
.att a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 10px 5px 10px;
	overflow: hidden;
	background-color: #245c8e;
	transition: .3s;
	-webkit-transition: .3s;
}
.att a:hover {
	background-color: #3571a7;
}
.attThumbImg {
	display: inline-block;
	overflow: hidden;
	width: 101px;
	height: 126px;
	position: relative;
}
.att.selected .attThumbImg img {margin-top: -127px;}
.att2 .attThumbImg img {margin: 0 0 0 -102px;}
.att3 .attThumbImg img {margin: 0 0 0 -204px;}
.att4 .attThumbImg img {margin: 0 0 0 -305px;}
.att5 .attThumbImg img {margin: 0 0 0 -407px;}
.att .attThumbImg.attThumbImg-dummy img {margin: 0;}
.attThumbImg:before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 0px;
	left: 0px;
	border: 1px solid #fff;
}
.attNameMob {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding: 40px 0 0 10px;
	transition: .3s;
	-webkit-transition: .3s;
}
.attTitle {
	color: #3797e6;
	font-style: italic;
	font-weight: 300;
	font-family: 'Merriweather', serif;
}
.attInfoBox {
	display: none;
}
.attReadMoreBox {
	position: relative;
}
.attReadMoreBox:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #2680ca;
	width: calc(100% - 130px);
	height: 1px;
	bottom: 4px;
	right: 0;
}
.attReadMore {
	line-height: 1;
	color: #3998e5;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	transition: .3s;
	-webkit-transition: .3s;
}
.attReadMore:hover {
	color: #fff;
}



/*			MEDIA QUERIES ATTORNEY ZONE			*/



@media screen and (min-width: 320px) {
	.attNameMob {font-size: 16px;}
}
@media screen and (min-width: 350px) {
	.attNameMob {font-size: 17px;}
}
@media screen and (min-width: 375px) {
	.attNameMob {font-size: 18px;}
}
@media screen and (min-width: 400px) {
	.attNameMob {font-size: 19px;}
}
@media screen and (min-width: 450px) {
	.attNameMob {font-size: 20px; padding: 40px 0 0 20px;}
	.atts {max-width: 480px; margin: 0px auto;}
}
@media screen and (min-width: 700px) {
	.attsCont {
		padding: 45px 40px;
	}
	.attsBox {
		max-width: 620px;
		margin: 0px auto;
	}
	.attsBox h2 {display: block;}
	.attsBox h2 {font-size: 28px;}
	.atts {
		max-width: none;
/*		width: 101px;*/
		display: inline-block;
	}
	.att {
		margin: 0 5px 0 0;
		position: relative;
		display: inline-block;
	}
	.att a {
		padding: 0;
	}
	.attNameMob {display: none;}
	.attInfoBox {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 101px - 50px);
		padding: 20px 0 0;
	}
/*	.att:after {
		content: '';
		display: none;
		position: absolute;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/attorneys/atts_arrow.png);
		width: 10px;
		height: 44px;
		top: 42px;
		right: -10px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}*/
	.attThumbImg {display: block;}
	.attThumbImg:hover {cursor: pointer;}
	.attThumbImg:before {display: none;}
	.att.selected .attThumbImg:before {display: block;}
	.att.selected:after {display: block;}
}
@media screen and (min-width: 800px) {
	#attsOuterWrap2 {
		overflow: hidden;
		padding: 130px 0 200px;
		position: relative;
		z-index: 29;
		margin: -100px 0 0 0;
	}
	#attsOuterWrap {
		background-color: #195485;
		position: relative;
	}
	#attsOuterWrap:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #195485;
		width: calc(100% + 100px);
		height: calc(100% + 600px);
		top: -60px;
		left: -60px;
		transform: rotate(-3deg);
	}
	#attsWrap {
		background-position: center 0;
		background-repeat: no-repeat;
		position: relative;
		z-index: 30;
	}
	#attsWrap.imgSet {
		background-image: url(img/attorneys/atts_bg.jpg);
	}
	.attsCont {padding: 20px 40px;}
}
@media screen and (min-width: 1120px) {
	#attsOuterWrap2 {padding: 130px 0 150px 0;}
	.attsCont {padding: 20px 40px 80px 40px; max-width: 1320px; margin: 0px auto;}
	.attInfoBox {
		padding: 20px 0 40px;
	}
	.attsBox {
		float: right;
		position: relative;
		max-width: 860px;
		width: calc(100% - 400px - 60px);
	}
	.attsBox:before {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: no-repeat;
		top: 265px;
		left: 0;
		background-size: 100%;
	}
	.attsBox.one:before {
		width: 530px;
		height: 589px;
		left: -550px;
		top: 210px;
	}
	html.no-webp .imgSet .attsBox.one:before {background-image: url(img/attorneys/craig_kelley.png);}
	html.webp .imgSet .attsBox.one:before {background-image: url(img/attorneys/craig_kelley.webp);}
	.attsBox.two:before {
		width: 530px;
		height: 472px;
		left: -540px;
		top: 55px;
	}
	html.no-webp .imgSet .attsBox.two:before {background-image: url(img/attorneys/dana_kaplan.png);}
	html.webp .imgSet .attsBox.two:before {background-image: url(img/attorneys/dana_kaplan.webp);}
	.attsBox.three:before {
		width: 400px;
		height: 449px;
		left: -440px;
		top: 15px;
	}
	html.no-webp .imgSet .attsBox.three:before {background-image: url(img/attorneys/brandon_woodward.png);}
	html.webp .imgSet .attsBox.three:before {background-image: url(img/attorneys/brandon_woodward.webp);}
	.attsBox.four:before {
		width: 420px;
		height: 587px;
		left: -470px;
		top: 75px;
	}
	html.no-webp .imgSet .attsBox.four:before {background-image: url(img/attorneys/suzanne.png);}
	html.webp .imgSet .attsBox.four:before {background-image: url(img/attorneys/suzanne.webp);}
	html.no-webp .imgSet .attsBox.five:before {background-image: url(img/attorneys/c-craig-eller.png);}
	html.webp .imgSet .attsBox.five:before {background-image: url(img/attorneys/c-craig-eller.webp);}	
	.attsBox.five:before {
		width: 500px;
		height: 500px;
		left: -520px;
		top: 50px;
	}
	.attsBox h2 {font-size: 31px;}
	.att:after {
		right: inherit;
		left: -10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
}
@media screen and (min-width: 1200px) {
	.attInfoBox {font-size: 17px; line-height: 1.4;}
}
@media screen and (min-width: 1400px) {
	.attInfoBox {font-size: 17px; line-height: 1.6;}
	.attsBox h2 {font-size: 36px;}
}
@media screen and (min-width: 1640px) {
	.attsCont {max-width: 1500px;}
	.attInfoBox {font-size: 18px; line-height: 1.6; min-height: 400px;}
	.attsBox h2 {font-size: 44px;}
	.attsBox.one:before {
		width: 678px;
		height: 755px;
		background-size: 678px;
		left: -730px;
		top: 40px;
		opacity: 1;
	}
	.attsBox.two:before {
		width: 640px;
		height: 755px;
		background-size: 640px;
		left: -720px;
		top: 40px;
		opacity: 1;
	}
	.attsBox.three:before {
		width: 470px;
		height: 686px;
		background-size: 470px;
		left: -610px;
		top: 40px;
		opacity: 1;
	}
	.attsBox.four:before {
		width: 620px;
		height: 755px;
		background-size: 620px;
		left: -720px;
		top: 40px;
		opacity: 1;
	}
	.attsBox.five:before {
		width: 809px;
		height: 693px;
		background-size: 809px;
		left: -830px;
		top: 40px;
		opacity: 1;
	}
}
@media screen and (min-width: 1840px) {
	#attsOuterWrap2 {padding: 155px 0 150px 0;}
	#attsOuterWrap:before {top: -70px;}
}
@media screen and (min-width: 2000px) {
	#attsWrap {background-size: 100%;}
}



/* 			END OF ATTORNEY ZONE MEDIA QUERIES			*/



#badgesWrap {padding: 0; background-color: #fff; overflow: hidden;}
.badgesCont {max-width: 1600px; margin: 0px auto; padding: 50px 30px; font-family: 'Lato', sans-serif;}
.badgesBox  {
	padding: 0;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	margin: 0 auto;
	max-width: 350px;
}
.awardsBox {margin: 0 auto 40px auto;}
.badgesBox h2 {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 10px 20px;
	color: #a8a8a8;
	transition: .3s;
	-webkit-transition: .3s;
}
.awardInner1 {
	height: 180px;
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 0 20px;
}
.awardInner2 {
	display: table-cell;
	vertical-align: middle;
}
.awardImg {
	margin: 0px auto;
}
.awardImg img {
	display: block;
	width: 100%;
	height: auto;
}
.award1Img {max-width: 124px;}
.award2Img {max-width: 200px;}
.award3Img {max-width: 172px;}
.award4Img {max-width: 180px;}
.award5Img {max-width: 124px;}
.award8Img {max-width: 300px;}
.award9Img {max-width: 180px;}
.award10Img {max-width: 180px;}
.supportInner1 {
	height: 180px;
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 0 20px;
}
.supportInner2 {
	display: table-cell;
	vertical-align: middle;
}
.supportImg {
	margin: 0px auto;
}
.supportImg img {
	display: block;
	width: 100%;
	height: auto;
}
.support1Img {max-width: 171px;}
.support2Img {max-width: 177px;}



/*			BADGES MEDIA QUERIES			*/



@media screen and (min-width: 700px) {
	.badgesCont {
		overflow: hidden;
	}
	.badgesBox {
		max-width: none;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.awardsBox {
		float: left;
		width: calc(60% - 2px);
		border-right: 0;
		margin: 0;
	}
	.supportsBox {
		float: right;
		width: calc(40% - 2px);
	}
	.badgesBox h2 {padding: 0 0 10px 0;}
}
@media screen and (min-width: 800px) {
	#badgesOuterWrap2 {
		position: relative;
		z-index: 30;
		padding: 85px 0;
		overflow: hidden;
		margin: -160px 0 0 0;
	}
	#badgesOuterWrap {
		position: relative;
	}
	#badgesOuterWrap:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #fff;
		width: calc(100% + 120px);
		height: 200px;
		top: -55px;
		left: -60px;
		transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
	}
	#badgesOuterWrap:after{
		content: '';
		display: block;
		position: absolute;
		background-color: #fff;
		width: calc(100% + 120px);
		height: 200px;
		bottom: -55px;
		left: -60px;
		transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
	}
	#badgesWrap {
		position: relative;
		z-index: 32;
	}
	.badgesCont {padding: 10px 40px;}
}
@media screen and (min-width: 1000px) {
	#badgesOuterWrap2 {margin: -195px 0 0 0; padding: 105px 0 105px 0;}
	.badgesCont {max-width: 1000px; margin: 0px auto;}
	.awards {padding: 0 20px;}
	.supports {padding: 0 20px;}
}
@media screen and (min-width: 1400px) {
	.badgesCont {
		max-width: 1200px;
	}
	.supportsBox {width: 400px;}
	.awardsBox {
		width: calc(100% - 400px);
	}
	.badgesBox h2 {font-size: 21px;}
}

@media screen and (min-width: 1640px) {
	#badgesOuterWrap2 {
		margin: -220px 0 0 0;
    padding: 135px 0;
	}
	#badgesOuterWrap:before {top: -80px;}
	#badgesOuterWrap:after {bottom: -86px;}
	.badgesCont {
		max-width: 1500px;
	}
	.supportsBox {width: 500px;}
	.awardsBox {
		width: calc(100% - 500px);
	}
	.badgesBox h2 {font-size: 28px;}
}
@media screen and (min-width: 2000px) {
	#badgesOuterWrap2 {padding: 155px 0 155px 0;}
	#badgesOuterWrap:after {
		bottom: -106px;
		transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
	}
}


/*			END OF BADGES MEDIA QUERIES			*/



#testsWrap{
	padding: 0;
	overflow: hidden;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.no-webp #testsWrap.imgSet {background-image: url(img/reviews/reviews_bg.jpg);}
.webp #testsWrap.imgSet {background-image: url(img/reviews/reviews_bg.webp);}
.testsCont {
	text-align: center;
	padding: 40px 10px 40px 10px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}
.testsCont h2 {
	color: #fff;
	display: inline-block;
	font-size: 34px;
	position: relative;
	float: left;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: .9;
	padding: 0 0 8px 0;
	margin: 0 0 30px 0;
	text-align: left;
	transition: .3s;
	-webkit-transition: .3s;
}
.testsCont h2:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	width: calc(100% + 1000px);
	height: 5px;
	bottom: 0;
	left: calc(-1000px);
	transform: skew(-20deg);
}
.testsCont h2 span {
	display: block;
	text-transform: none;
	font-weight: 300;
	font-size: 22px;
	line-height: .9;
	letter-spacing: 0px;
	transition: .3s;
	-webkit-transition: .3s;
}
.testsOuter {text-align: center;}
.tests {
	clear: left;
	text-align: center;
	background-color: rgba(15, 56, 89, .7);
	padding: 50px 20px 20px 20px;
	margin: 0 auto 40px auto;
}
.tests:before {
	content: '';
	display: block;
	position: absolute;
	background-size: 211px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 211px;
	height: 55px;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -106px;
	z-index: 30;
}
.no-webp .tests:before {background-image: url(img/reviews/5_stars.png);}
.webp .tests:before {background-image: url(img/reviews/5_stars.webp);}
.testInner {
	background-color: #fff;
	padding: 35px 20px 30px 20px;
	color: #000;
}
.testBody {
	font-size: 17px;
	padding: 0 0 20px 0;
	line-height: 1.5;
}
.testAuthor {
	font-weight: bold;
	font-size: 18px;
	transition: .3s;
	-webkit-transition: .3s;
}
.prevNextTest {
	width: 82px;
	height: 82px;
	overflow: hidden;
	display: inline-block !important;
	margin: 0 10px;
}
.nextTest img {margin: 0 0 0 -83px;}
.prevNextTest:hover img {margin-top: -83px;}



/*			MEDIA QUERIES HOME PAGE TESTIMONIALS			*/



@media screen and (min-width: 700px) {
	.testsCont {padding: 40px 20px;}
	.testsOuter {padding: 0 100px; position: relative; clear: left;}
	.tests {margin: 0;}
	.prevNextTest {
		position: absolute;
		top: 50%;
		margin: -41px 0 0 0;
	}
	.prevTest {
		left: 0;
	}
	.nextTest {
		right: 0;
	}
}
@media screen and (min-width: 800px) {
	#testsWrap {margin: -100px 0 0 0;}
	.testsCont {padding: 140px 20px;}
	.testsCont h2 {font-size: 43px;}
	.testsCont h2 span {font-size: 26px;}
}
@media screen and (min-width: 1120px) {
	.tests {padding: 60px 30px 40px 30px;}
	.testBody {font-size: 18px;}
	.tests:before {
		width: 280px;
		height: 73px;
		background-size: 280px;
		margin: 0 0 0 -140px;
		top: 30px;
	}
	.testInner {padding: 45px 40px 35px 40px;}
	.tesAuthor {font-size: 20px;}
}
@media screen and (min-width: 1400px) {
	.testsOuter {
		padding: 0 160px;
	}
	.testsCont h2 {font-size: 57px;}
	.testsCont h2 span {font-size: 33px;}
}
@media screen and (min-width: 1640px) {
	.testsCont {
		max-width: 1800px; margin: 0px auto;
		padding: 140px 20px 200px 20px;
	}
	.testsOuter {
		padding: 0 160px;
	}
	.testsCont h2 {font-size: 91px;}
	.testsCont h2 span {font-size: 53px; line-height: .7;}
	.tests {padding: 80px 30px 40px 30px;}
	.testInner {padding: 65px 60px 40px 60px;}
	.testBody {font-size: 22px;}
	.testAuthor {font-size: 24px;}
	.tests:before {
		width: 389px;
		height: 102px;
		background-size: 389px;
		margin: 0 0 0 -195px;
		top: 40px;
	}
}


/*			END OF HOMEPAGE TESTIMONIALS MEDIA QUERIES			*/


#hpFAQSWrap {
	background-color: #1f69a5;
}
.hpFAQSCont {
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 40px 20px;
	max-width: 1500px;
	margin: 0px auto;
}
.hpFAQSHeading {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}
.hpFAQSBox {
	padding: 0 40px;
	position: relative;
}
.hpFAQS {
	margin: 0 0 50px 0;
}
.hpFAQInner {
	padding: 0 20px;
}
.hpFAQVid {
	max-width: 408px;
	margin: 0px auto 15px auto;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
}
.hpFAQVid img {
	display: block;
	width: 200%;
	height: auto;
}
.hpFAQVid:hover {cursor: pointer;}
.hpFAQVid:hover img {margin: 0 0 0 -100%;}
.hpFAQTitle {
	color: #f0d79e;
	font-size: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	display: block;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.hpFAQBody {
	padding: 0 10px;
	line-height: 1.5;
	transition: .3s;
	-webkit-transition: .3s;
}
.hpMoreFAQSBox {position: relative;}
.hpPrevNextFAQ {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
}
.hpPrevFAQ {
	left: 0;
}
.hpNextFAQ {
	right: 0;
}
.hpNextFAQ img {margin: 0 0 0 -33px;}
.hpPrevNextFAQ:hover img {margin-top: -33px;}
.hpMoreFAQS {
	display: block;
	color: #1f69a5;
	box-sizing: border-box;
	border: 3px solid #e4d6ab;
	transition: .3s;
	-webkit-transition: .3s;
	padding: 8px 20px;
	position: relative;
	background: #e4d6ab;
	background: -webkit-linear-gradient(#e4d6ab, #e3c583);
	background: -o-linear-gradient(#e4d6ab, #e3c583);
	background: -moz-linear-gradient(#e4d6ab, #e3c583);
	background: linear-gradient(#e4d6ab, #e3c583);
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 10px;
	text-align: left;
	max-width: 220px;
	margin: 0px auto;
	box-shadow: 3px 3px 15px #002948;
}
.hpMoreFAQS:after {
	content: '';
	display: block;
	position: absolute;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url(img/content/sidebar/faqs/sb_more_faqs_arrow.png);
	width: 20px;
	height: 100%;
	top: 0;
	right: 20px;
}
.hpMoreFAQS:hover {
	background: #fff8e8;
	background: -webkit-linear-gradient(#fff8e8, #f1deb3);
	background: -o-linear-gradient(#fff8e8, #f1deb3);
	background: -moz-linear-gradient(#fff8e8, #f1deb3);
	background: linear-gradient(#fff8e8, #f1deb3);
	border: 3px solid #fff;
}



/*			MEDIA QUERIES HOME PAGE FAQS			*/


@media screen and (min-width: 800px) {
	#hpFAQSOuterWrap2 {
		padding: 80px 0 150px 0;
		position: relative;
		z-index: 35;
		margin: -90px 0 0 0;
		overflow: hidden;
	}
	#hpFAQSOuterWrap {
		position: relative;
	}
	#hpFAQSOuterWrap:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #236aa5;
		width: calc(100% + 120px);
		height: 100%;
		top: -50px;
		left: -60px;
		transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
	}
	#hpFAQSOuterWrap:after {
		content: '';
		display: block;
		position: absolute;
		background-color: #236aa5;
		width: calc(100% + 120px);
		height: 100%;
		bottom: -50px;
		left: -60px;
		transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
	}
	#hpFAQSWrap {
		background-position: center 0;
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 30;
		position: relative;
	}
	#hpFAQSWrap.imgSet {
		background-image: url(img/faqs/hp_faqs_bg2.jpg);
	}
	.hpFAQSCont {padding: 10px 20px;}
	.hpFAQSHeading {font-size: 32px;}
}
@media screen and (min-width: 1120px) {
	#hpFAQSOuterWrap2 {padding: 95px 0 150px 0;}
	.hpFAQSHeading {font-size: 41px;}
}
@media screen and (min-width: 1400px) {
	.hpFAQSHeading {font-size: 51px;}
}
@media screen and (min-width: 1640px) {
	.hpFAQSHeading {font-size: 70px;}
	.hpFAQTitle {font-size: 26px;}
	.hpFAQBody {font-size: 26px;}
	.hpMoreFAQS {font-size: 23px; max-width: 245px; padding: 10px 20px 8px 20px;}
}
@media screen and (min-width: 1840px) {
	/* #hpFAQSWrap {background-image: none;} */
}
@media screen and (min-width: 2000px) {
	#hpFAQSOuterWrap:before {
		transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
	}
	#hpFAQSOuterWrap:after {
		transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
	}
}



/*			END OF HOME PAGE FAQS MEDIA QUERIES			*/



/*  < sxn_form >  */
.sxn_form {
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-align: center;
	background: #0e3759 no-repeat center top;
	background-size: cover;
}
.sxn_form .sxn_wrap {
	margin: auto;
	padding: 20px;
	max-width: 1800px;
}
.sxn_form h2 {
	padding: 0 0 20px;
	font: 22px/1 'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_form h2 span {
	display: block;
	color: #e4c684;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_form form {
	box-sizing: border-box;
	overflow: hidden;
	background: transparent;
}
.sxn_form form .form-part {
	position: relative;
	padding: 0;
}
.sxn_form form .form-part-input {
	padding: 0 0 10px;
}
.sxn_form form input[type="text"],
.sxn_form form textarea {
	box-sizing: border-box;
	padding: 0 14px 0;
	width: 100%;
	height: 45px;  /* padding breaks placeholder text position in chrome */
	color: #fff;
	font: 16px/1 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
}
.sxn_form form textarea {
	padding: 14px;
	height: 100px;
}
/*  < placeholder >  */
.sxn_form form ::-webkit-input-placeholder { color: #fff; }
.sxn_form form :-ms-input-placeholder { color: #fff; }
.sxn_form form ::-moz-placeholder { opacity: 1; color: #fff; }
.sxn_form form :-moz-placeholder { opacity: 1; color: #fff; }
.sxn_form form :placeholder-shown { color: #fff; }
.sxn_form form ::placeholder { color: #fff; }
.sxn_form form input[placeholder],
.sxn_form form [placeholder],
.sxn_form form *[placeholder] { color: #fff; }
/*  </ placeholder >  */
.sxn_form form label {
	display: block;
}
.sxn_form form .error {
	padding: 10px;
	color: #fff;
	font: 16px/1 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ce3426;
}
.sxn_form form .form-part-disclaimer {
	margin: auto;
	padding: 20px 0 20px;
	max-width: 710px;
	font: 12px/1.3 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_form form .captcha-wrapper {
	display: block;
	margin: auto;
	padding: 0 0 10px;
	width: 100%;
	max-width: 302px;
	height: auto;
}
.sxn_form form .captcha-wrapper img {
	display: block;
}
.sxn_form form input[type="submit"] {
	opacity: 1;
	box-sizing: border-box;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 302px;
	height: 76px;
	color: #fff;
	font: bold 28px/normal 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	background: #1f69a5;
	border: 0;
	border-radius: 2px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 250ms ease;
}
.sxn_form form input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
	background-color: #e4c684;
}
@media screen and (min-width: 600px) {
	.sxn_form form .form-part-input {
		display: inline-block;
		margin: 0 10px 0 0;
		width: calc( ( 100% - 21px ) / 3 );
		vertical-align: top;
	}
	.sxn_form form .form-part-input-3 {
		margin: 0;
	}
}
@media screen and (min-width: 700px) {
	.sxn_form .sxn_wrap {
		padding: 40px 20px 60px;
	}
	.sxn_form form .captcha-wrapper {
		display: inline-block;
		padding: 0;
		margin: 0 10px 0 0;
		vertical-align: top;
	}
	.sxn_form form input[type="submit"] {
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (min-width: 800px) {
	.sxn_form {
		padding: 100px 20px 60px;
		position: relative;
		margin: -160px 0 0 0;
	}
	.sxn_form.imgSet {
		background-image: url(img/form/form-bg.jpg);
	}
	.sxn_form h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_form {margin: -200px 0 0 0;}
	.sxn_form .sxn_wrap {
		padding: 100px 20px 100px;
	}
	.sxn_form h2 {
		padding: 0 0 35px;
		font-size: 40px;
		line-height: 0.9;
	}
	.sxn_form form .form-part-input {
		margin: 0 20px 0 0;
		padding: 0 0 20px;
		width: calc( ( 100% - 41px ) / 3 );
	}
	.sxn_form form .form-part-input-3 {
		margin: 0;
	}
	.sxn_form form input[type="text"],
	.sxn_form form textarea {
		font-size: 20px;
	}
	.sxn_form form input[type="text"] {
		height: 50px;
	}
	.sxn_form form textarea {
		height: 150px;
	}
	.sxn_form form .form-part-disclaimer {
		padding: 35px 0 35px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_form {margin: -260px 0 0 0;}
	.sxn_form .sxn_wrap {
		padding: 200px 20px 198px;
	}
	.sxn_form h2 {
		padding: 0 0 51px;
		font-size: 45px;
		line-height: 0.8;
	}
	.sxn_form form input[type="text"],
	.sxn_form form textarea {
		font-size: 22px;
	}
	.sxn_form form input[type="text"] {
		padding: 0 20px 0;
		height: 56px;
	}
	.sxn_form form textarea {
		padding: 20px 20px 0;
		height: 211px;
	}
	.sxn_form form .form-part-disclaimer {
		padding: 50px 0 50px;
	}
	.sxn_form form .captcha-wrapper {
		margin: 0 20px 0 0;
	}
}
/*  </ sxn_form >  */

/*  < sxn_bottom_angle >  */
.sxn_bottom_angle {
	position: relative;
	height: 0;
	overflow: hidden;
	/* background: orange; */
}
@media screen and (min-width: 800px) {
	.sxn_bottom_angle:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		background: #fff;
		-webkit-transform: perspective(1px) skewX( 87.15deg );
		-ms-transform: perspective(1px) skewX( 87.15deg );
		transform: perspective(1px) skewX( 87.15deg );
		transform-origin: bottom left;
	}
	.sxn_bottom_angle {
		margin: -60px auto 0;
		width: 100%;
		height: 60px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_bottom_angle:before {
		height: 100px;
	}
	.sxn_bottom_angle {
		margin: -100px auto 0;
		height: 100px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_bottom_angle:before {
		height: 140px;
	}
	.sxn_bottom_angle {
		margin: -140px auto 0;
		height: 140px;
	}
}
/*  </ sxn_bottom_angle >  */

/*  < main_footer >  */
.main_footer {
	color: #003a5d;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}
.main_footer .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1800px;
}
.main_footer .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.main_footer a {
	color: #003a5d;
}
.main_footer a:hover {
	color: #378fd6;
}

.main_footer .block_bucket {
	box-sizing: border-box;
	display: block;
}

.main_footer .block_cta {
	padding: 0 0 20px;
}
.main_footer .element_directions {
	display: block;
	margin: auto;
	padding: 0 0 20px;
	width: 246px;
}
.main_footer .cont_image {
	padding: 7px;
	background: #f1f1f1;
	border: 1px solid #d7d7d7;
}
.main_footer .cont_image img {
	display: block;
	width: 100%;
	max-width: 230px;
	height: auto;
}
.main_footer .element_directions a {
	display: block;
	color: #fff;
	font: bold 16px/1 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
	background: #1f69a5;
}
.main_footer .element_directions a:hover {
	background: #378fd6;
}
.main_footer .element_directions a span:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: url(img/footer/loc_icon.png) no-repeat center;
}
.main_footer .element_directions a span {
	position: relative;
	display: inline-block;
	padding: 14px 0 14px 23px;
}

.main_footer h2 {
	padding: 0 0 20px;
	color: #003a5d;
	font: bold italic 22px/1 'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer h2 > span{ color: #9ec5d1; }
.main_footer h3 {
	padding: 0 0 4px;
	color: #003a5d;
	font: bold 18px/1 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.main_footer .cont_address {
	padding: 0 0 20px;
	font: 16px/1.15 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer a.cont_directions_link {
	display: inline-block;
	color: #1f69a5;
	font-size: 16px;
	letter-spacing: 2px;
	transition: .2s;
	margin: 0 auto 20px auto;
	-webkit-transition: .2s;
	position: relative;
	text-transform: uppercase;
	line-height: 1.45;
	font-weight: bold;
}
.main_footer a.cont_directions_link:before {
	content: '';
	display: inline-block;
	margin: 0 8px 0 0;
	position: relative;
	vertical-align: top;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/footer/loc_icons.png);
	width: 13px;
	height: 20px;
	top: 1px;
	left: 0;
}
.main_footer a.cont_directions_link:hover {color: #b59857; }
.main_footer a.cont_directions_link:hover:before {background-position: -14px 0;}
.main_footer .cont_numbers {
	padding: 0;
	font: 16px/1.25 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer .cont_numbers span {display: none;}
.main_footer .element_text {
	padding: 0 0 20px;
	font: italic 16px/1.21 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: 1px solid #ddd;
}

.main_footer .element_nav {
	position: relative;
	padding: 20px 0 0;
}
.main_footer .element_nav:after {
	content:'';
	clear: both;
	display: block;
}

.main_footer .cont_social {
	margin: auto;
	padding: 0 0 20px;
	font-size: 0;
}
.main_footer .cont_social li {
	display: inline-block;
	margin: 0 6px 0 0;
	width: 40px;
	height: 34px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: top;
}
.main_footer .cont_social .item_1 {
	width: 13px;
}
.main_footer .cont_social .item_2 {
	width: 28px;
}
.main_footer .cont_social .item_3 {
	width: 30px;
}
.main_footer .cont_social .item_4 {
	width: 28px;
}
.main_footer .cont_social .item_5 {
	width: 38px;
}

.main_footer .cont_social li a {
	position: relative;
	display: block;
	text-align: center;
	transition: all 500ms ease;
}
.main_footer .cont_social li a:hover {
	transform: translateY( -7px );
}
.main_footer .cont_social li a:hover:after {
	content:'';
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	margin: auto;
	width: 24px;
	width: 100%;
	height: 3px;
}
.main_footer .cont_social .item_1 a:hover:after {
	background: #40559a;
}
.main_footer .cont_social .item_2 a:hover:after {
	background: #41ace3;
}
.main_footer .cont_social .item_3 a:hover:after {
	background: #2b76bd;
}
.main_footer .cont_social .item_4 a:hover:after {
	background: #e54a41;
}
.main_footer .cont_social .item_5 a:hover:after {
	background: #32addb;
}

.main_footer .cont_social li:last-of-type { margin: 0; }
.main_footer .cont_social li a span {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_footer .cont_social li a img {
	display: block;
	width: auto;
}
.main_footer .cont_social li a:hover img {}
.main_footer .cont_social .item_2 img { margin-left: -15px; }
.main_footer .cont_social .item_3 img { margin-left: -45px; }
.main_footer .cont_social .item_4 img { margin-left: -77px; }
.main_footer .cont_social .item_5 img { margin-left: -107px; }
.main_footer .f_nav {
	padding: 0;
}
.main_footer .f_nav li {
	position: relative;
	display: inline-block;
	padding: 0 16px 0 6px;
	color: #003a5d;
	font: bold 14px/1 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	list-style-type: none;
	list-style-position: outside;
}
.main_footer .f_nav li:first-of-type {
	padding-left: 0;
}
.main_footer .f_nav li:last-of-type {
	padding-right: 0;
}
.main_footer .f_nav li:after {
	content:'•';
	position: absolute;
	top: 0;
	right: 0;
}
.main_footer .f_nav li:last-of-type:after {
	display: none;
}

.main_footer .f_nav a {
	color: #003a5d;
}
.main_footer .f_nav a:hover {
	color: #2383be;
}
@media screen and (min-width: 450px) {
	.main_footer .cont_social {
		float: left;
		padding: 0;
	}
	.main_footer .f_nav {
		float: right;
		display: inline-block;
		padding: 10px 0 0;
	}
}
@media screen and (min-width: 600px) {
	.main_footer {text-align: left;}
	.main_footer .cont_numbers {padding: 15px 0 0 0;}
	.main_footer .cont_numbers span {
		display: inline-block;
		padding: 0 8px;
	}
	.main_footer .cont_numbers br {display: none;}
	.main_footer .element_directions {
		display: inline-block;
		margin: 0 20px 0 0;
		padding: 0;
		vertical-align: top;
	}
	.main_footer .element_cta {
		display: inline-block;
		vertical-align: top;
	}
	.locBox {
		display: inline-block;
		vertical-align: top;
	}
	.locBox2 {
		padding: 0 0 0 40px;
		position: relative;
	}
}
@media screen and (min-width: 800px) {
	.locBox2 {padding: 0 0 0 60px; margin: 0 0 20px 0;}
	.locBox2:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #dddddd;
		width: 1px;
		height: 100%;
		top: 0;
		left: 30px;
	}
	.main_footer a.cont_directions_link {margin: 0;}
}
@media screen and (min-width: 1120px) {
	.main_footer .sxn_wrap {
		padding: 40px 20px 28px;
	}
	.main_footer .block_cta {
		float: left;
		display: inline-block;
	}
	.main_footer .block_disclaimer {
		float: right;
		display: inline-block;
		width: calc( 100% - 620px );
	}
	.main_footer .cont_social li {
		margin: 0 20px 0 0;
	}
}
@media screen and (min-width: 1640px) {
	.main_footer .sxn_wrap {
		padding: 54px 20px 36px;
	}
	.main_footer .element_directions {
		margin: 0 31px 0 0;
	}
	.main_footer .element_directions a {
		font-size: 18px;
	}

	.main_footer h2 {
		padding: 0 0 27px;
		font-size: 36px;
	}
	.main_footer h3 {
		font-size: 21px;
	}
	.main_footer .cont_address {
		font-size: 18px;
	}
	.main_footer .cont_numbers {
		font-size: 18px;
	}

	.main_footer .block_disclaimer {
		width: 800px;
	}

	.main_footer .element_text {
		padding: 0 0 40px;
		font-size: 18px;
	}

	.main_footer .element_nav {
		padding: 38px 0 0;
	}
	.main_footer .cont_social li {
		margin: 0 31px 0 0;
	}

	.main_footer .f_nav {
		padding: 4px 0 0;
	}
	.main_footer .f_nav li {
		font-size: 16px;
	}

}
/*  </ main_footer >  */

/*  < sxn_agency >  */
.sxn_agency {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 80px 20px;
	font-size: 0;
	line-height: 1;
	text-align: center;
	background: #15466d;
}
.sxn_agency .sxn_wrap {
	position: relative;
	z-index: 4;
	display: inline-block;
	padding: 0;
	overflow: hidden;
	background: #15466d;
}
.sxn_agency p,
.sxn_agency a {
	color: #fff;
	font: normal 10px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}
.sxn_agency a:hover {
	text-decoration: underline;
}
.sxn_agency .cont_logo {
	vertical-align: bottom;
}
.sxn_agency p {
	display: block;
	margin: auto;
	padding: 20px 0 0;
	max-width: 320px;
	vertical-align: bottom;
}
.sxn_agency p br { display: none; }
@media screen and (min-width: 600px) {
	.sxn_agency .cont_logo {
		display: inline-block;
		margin: 0 0 3px;
	}
	.sxn_agency p {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 20px;
		max-width: none;
		text-align: left;
	}
	.sxn_agency p br { display: inline-block; }
}
@media screen and (min-width: 800px) {
	.sxn_agency:before {
		content:'';
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		margin: auto;
		width: calc( 100% + 40px );
		height: calc( 100% + 40px );
		transform: skewY( -2.8deg );
		transform-origin: right top;
		background: #15466d;
	}
	.sxn_agency {
		background: transparent;
	}
	.sxn_agency {
		padding: 60px 20px 20px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_agency { padding: 80px 20px 40px; }
}
@media screen and (min-width: 1640px) {
	.sxn_agency { padding: 114px 20px 52px; }
}
/*  </ sxn_agency >  */

/* Anniversary badge */
.kfkAnniversary {
	display: block;
	position: fixed;
	top: 275px;
	z-index: 100;
	right: 0;
	width: 100px;
	height: 105px;
}
.kfkAnniversary img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.kfkAnniversary {top: 200px;}
}
@media screen and (min-width: 1000px) {
	.kfkAnniversary {top: 210px;}
}
@media screen and (min-width: 1120px) {
	.kfkAnniversary {top: 220px;}
}
@media screen and (min-width: 1640px) {
	.kfkAnniversary {
		top: 220px;
		width: 230px;
   		height: 231px;
	}
}

#contact-tab {
	display: none;
	position: fixed;
	right: 0;
	z-index: 200;
	overflow: hidden;
	top: 240px;
	height: 98px;
}
#contact-tab:hover img {margin: -98px 0 0 0;}
#contact-tab img {display: block;}

/* Contact Form Styling */
.nc_form {
	background-color: #f0f0f0;
	padding: 1.25em 2%;
	margin: 0 0 1.25em;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
}
.nc_form .req {color: #F71704;}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 98%; padding: 0;}
	.nc_form input, .nc_form textarea {background: #fff; color: #8B898C;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 .125em;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 0.6em 2%;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 1em;
	padding: 0.33em 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
.nc_form .captcha-wrapper {}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
#form_2.nc_form .captcha-container {
	background: none;
	border: none;
	border-radius: 0;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
.nc_form .checkbox {margin: 0 0 10px;}
	.nc_form .checkbox input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .checkbox input.delin {margin: 0;}
.nc_form .radio {margin: 0 0 10px;}
	.nc_form .radio input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .radio input.delin {margin: 0;}
.nc_form .inlineSelect select {display: inline; width: auto;}

/* Contact Form - Custom */

/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99999999;
}
.ytContent {
  position: relative;
  max-width: 640px;
  max-height: 360px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.youtube-embed-cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .youtube-embed-cont {margin: 0 0 30px;}
/*  </ youtube css + modal >  */


nav.mm .multiCol ul {
    z-index: 999;
    width: 100%;
		background-color: #3586c8;
}
nav.mm .multiCol ul ul {
    background: #51a2e4;
}
nav.mm .multiCol > ul {
    width: 310px;
}
nav.mm .multiCol > ul > li {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
nav.mm .multiCol > ul > li:nth-child(odd) {
    border-right: 1px solid #2e77b3;
}
nav.mm .multiCol > ul > li:nth-child(odd) > ul,
nav.mm .multiCol > ul > li:nth-child(even) > ul ul {
    left: 96%;
}
nav.mm .multiCol > ul > li:nth-child(even) > ul,
nav.mm .multiCol > ul > li:nth-child(odd) > ul ul {
    left: auto;
    right: 96%;
}
nav.mm .multiCol > ul > li:nth-child(2) {
    border-top: 0;
}
nav.mm_mob ul li a {height: auto !important;}

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
    background-color: #3b8bcc;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;
}
a#univ_load_more_posts:hover {
    background-color: #529edc;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/* Sidebar - Recent Posts */
.sbRecentPostsList li {
	padding: 0 0 10px;
}

/* Pagination - Single */
#pagination-single {
	margin: 10px 0;
	overflow: hidden;
}
#pagination-single a {
	text-decoration: none;
	font-weight: normal;
}
.pag-single-prev, .pag-single-next {
    box-sizing: border-box;
}
.pag-single-prev {margin: 0 0 20px;}
@media screen and (min-width: 600px) {
    .pag-single-prev, .pag-single-next {
        width: 50%;
    }
	.pag-single-prev {
		padding: 0 30px 0 0;
	}
	.pag-single-next {
		padding: 0 0 0 30px;
	}
	.pag-single-prev {
		float: left;
	}
	.pag-single-next {
		float: right;
	}
}
/* Ends: Get More Posts - Ajax */


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

/* YouTube Plugin */
.epyt-gallery-thumb {width: 33.333%;}
.epyt-gallery {display: none;}