/*
Theme Name: Breghoff
Theme URI: http://nextclient.com/
Description: Designed and Powered by NextClient, Inc.
Author: NextClient, Inc.
Version: 1.0
Template: universal
*/

/* 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 {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: 0px; 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; }
.officiallyAnimated{ opacity: 1; }

.image {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}
img.homeimg{
	margin-left:10px;
	border: 3px solid #999;
}
#wrapper {}
	#persistentHeader{}
		#mhWrapper {padding: 0;}
			#mainHeader {
				font-family: 'Open Sans', sans-serif;
				color: #fff;
				padding: 0;
				background: #126192;
				transition: .4s;
				-webkit-transition: .4s;
			}
				#logo-main {
					display: block;
					width: 90%;
					max-width: 400px; /*modme*/
					margin: 0 auto;
					padding: 5px 20px;
					transition: .8s;
					-webkit-transition: .8s;
				}
				#logo-main img {display: block; width: 100%;}
				#mhPhone {
					/*background-color: #0d5788;*/
					padding: 5px 20px;
					background-image: url('img/mainHeader.jpg');
					background-repeat;
					background-position: 0 0;
					font-size: 12px;
					text-align: center;
				}
					#mhPhone a {
						display: block;
						padding: 0 0 10px 0;
						max-width: 280px;
						text-align: center;
						margin: 0px auto;
						font-size: 22px;
						line-height: 1;
						color: #fff;
						position: relative;
						transition: .4s;
						-webkit-transition: .4s;
					}
						#mhPhone a:before {
							content: " ";
							display: inline-block;
							position: relative;
							background-image: url('img/icons/mhPhoneMob.png');
							background-repeat: no-repeat;
							background-position: 0 0;
							right: 10px;
							background-size: 30px 30px;
					    top: 7px;
					    width: 30px;
							height: 30px;
							transition: .4s;
							-webkit-transition: .4s;
						}

			/* Enable these next two lines to modify dropdown colors
			html body nav.mm ul li:nth-child(2) ul {display: block;}
			html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
			*/
			nav.mm {
				text-align: center;
				background: ##0a43690a4369;
				position: relative;
				z-index: 100;
				bottom: 5px;
				padding: 5px 0;
			}
			nav.mm > ul > li > a {
			    padding: 10px 10px;
			    font-size: 14px;
			    color: #fff;
			    font-family: 'Open Sans', sans-serif;
					font-weight: bold;
			    line-height: 1;
					border: 3px solid transparent;
					transition: .4s;
					-webkit-transition: .4s;
			}
			nav.mm > ul > li > a:hover {transition: background 300ms linear; border-left: 3px solid #3198db; border-bottom: 3px solid #3198db;}
			nav.mm > ul > li > ul {top: 39px;}
			nav.mm > ul {height: 39px;}
			nav.mm > ul > li:hover > a {color: white;}
			nav.mm ul ul {background: #5f9fd0; width: 180px; border: 1px solid #4381b1;}
			nav.mm ul ul li:hover > a {background: #7fb3da; color: #fff;}
			nav.mm ul ul li {border-top: 1px solid #4381b1;}
			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: .4s;
					-webkit-transition: .4s;
			}
			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;}
			nav.mm ul ul {display: none; position: absolute; text-align: left; left: 0; top: -1px;}
			nav.mm ul li:hover > ul {display: block;}
			nav.mm ul ul ul {left: 100%; background: #7fb3da;}
			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;}
			#contact-tab-wrap {
				display: none;
				position: fixed;
				right: -440px;
				z-index: 999;
				overflow: hidden;
				top: 230px;
				transition: 300ms;
				padding: 0 0 39px;
				background-image: url('img/qct-wrap-shadow.png');
				background-repeat: no-repeat;
				background-position: right bottom;
			}
			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: #0a4369;} /*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: 260px;
				padding: 0 0 0 12px;
				margin: 0 auto;
				text-transform: uppercase;
				overflow: hidden;
				font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			}
				.mmi {
					height: 100%;
					font-size: 14px;
					float: left;
					display: inline;
					list-style-type: none;
					list-style-position: outside;
				}
				.mmi a {
					box-sizing: border-box;
					color: #fff;
					display: block;
					height: 100%;
					line-height: 34px;
					background-image: url(img/icons/menu2015.png);
					background-repeat: no-repeat;
					background-position: 10px 0;
					text-indent: -222px;
					overflow: hidden;
					text-align: left;
				}
				#mm2 {width: 37px;}
				#mm3 {width: 46px;}
				#mm4 {width: 32px;}
				#mm5 {width: 37px;}
				.mmi a:hover {text-decoration: none;}
				.mmi {border-right: 1px solid #0d3650;} /*modme*/
				#mm1 {border-left: 1px solid #0d3650;} /*modme*/
				#mm1 a {text-indent: 0; width: 90px; padding: 0 0 0 27px; text-align: center;}
				#mm2 a {background-position: 10px -34px;}
				#mm3 a {background-position: 10px -68px;}
				#mm4 a {background-position: 10px -102px;}
				#mm5 a {background-position: 10px -136px;}
			nav.mm_mob {
				position: absolute;
				padding: 34px 0 10px;
				left: 0;
				top: 0;
				width: 100%;
				z-index: 100;
				background: #768590; /*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: #3198db; /*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: #0a4369; /*modme*/
				font-size: 10px;
				height: 21px;
				line-height: 20px;
				text-align: center;
				text-transform: uppercase;
				color: #fff;
				cursor: pointer;
			}
			#mblsSubmit:hover {background: #13527b;} /*modme*/
.homemainslider .slideContent {
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
padding: 0px;
}
#homeslides .slideBox {
width: 100%;
left: 0px;
float:none;
opacity: 1;
background: rgba(0,0,0, 0.5);
background: -moz-linear-gradient(left, rgba(230,202,0,0) 0%, rgba(230,202,0, 0.7) 11%, rgba(230,202,0, 0.7) 90%, rgba(230,202,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(230,202,0,0) 0%,rgba(230,202,0, 0.7) 11%,rgba(230,202,0, 0.7) 90%,rgba(230,202,0,0) 100%);
background: linear-gradient(to right, rgba(230,202,0,0) 0%,rgba(230,202,0, 0.7) 11%,rgba(230,202,0, 0.7) 90%,rgba(230,202,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
#homeslides .slideHead {
font-size: 40px;
padding: 10px 0;
text-transform: capitalize;
color: #222;
text-align: center;
}
#homeslides .slideBox p {
text-align: center;
font-size: 35px;
font-style: italic;
}
.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
.nav_reviews {display:none;}

.home #homeslides.high {height: 460px!important;}
.home #homeslides.high .slideBox {position:relative; bottom:auto;}

@media screen and (max-width: 800px) {
	img.homeimg{display:none;}
	.mobile {display:block!important; padding-top: 35px; background:url('img/sbAreas.webp')}
	body.home .mobile .sbAreasCont {float:none; display:block;}
	body.home #sbAreasCont {display:none;}
	body.home .hptesti {display:none;}
	.nav_reviews {display:block;}
	.home .slideMore {max-width: 400px; padding:10px 18px 10px 5px;}
	.home .slideMore:after {right:5px;}
	
	.homeslideImg {position: relative!important;}
	.home #homeslides .slideContent{
    background-image: url(img/sbAreas.jpg);
    background-repeat: repeat;
    background-position: center center;
    text-align: center;
	}
	#homeslides .slideBox {
		background: none;
	}
	.home #homeslides .slideBox {
    background: transparent;
    background-color: transparent;
    bottom: -15px;
	}
	button.submenu-toggle{
		display: block !important;
	}

	#homeslides.homemainslider {
    	height: 100%;
        background: url('img/sbAreas.jpg');
	}
	img.state-logo {
    width: auto;
    height: 65px;
	}
	#slideBox8 p{
		margin-bottom: 0px!important;
		padding-bottom: 0px!important;
	}
	#homeslide1{/*display: none!important;*/}
	#homeslides .slideHead {
   		font-size: 18px;
    	font-weight: bold;
		color: #cdac05 !important;
	}
	#homeslide10 {height: 385px;}
	#homeslideImg10 {background-size:inherit}

	#homeslides #slideHead8.slideHead {
    margin-bottom: 0px;
    padding: 5px 0px;
	}
	#homeslides div#slideBox8 {
    padding-bottom: 24px;
	}
	#homeslides .slideBox p {
    font-size: 13px;
    font-weight: 600;
	color: #cdac05;
	}
    .home_slide .slideHead, .home_slide .slideBox p {
    color: #cdac05!important;
	}
	#homeslideImg9 {
    background: transparent;
    background-image: none;
	}
	.homemainslider .slideBox {
    position: relative;
    margin-top: 0px;
    background: #ffe004;
	}
	.slideBoxBottom {
    max-width: 100%;
    position: relative;
	}
	.slideBoxBottom p {
    width: 95%;
    padding: 20px 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
	}
	.page-template-default #sidebar, .page-template-testimonials-page #sidebar, .blog #sidebar, .single #sidebar, .error404 #sidebar {
    display: none!important;
	}
	.home.page-template-default #sidebar {
    display: block!important;
	}
	.home .homeslideImg {
    background-size: 100% auto;
	position: relative;
	}
	.home #homeslides {
    height: 360px;
    margin-bottom: 0px;
	background: url('img/sbAreas.webp');
	}
	.cright, .cleft {float:none!important; width:100%!important;}
	
}
@media screen and (max-width: 600px) {
	.home #homeslides {height:315px!important;}
}
@media screen and (max-width: 500px) {
	.home #homeslides {height:270px!important;}
}
@media screen and (min-width: 450px) {
				#mhPhone a {
					font-size: 16px;
					padding: 0 0 5px 0;
				}
				#mhPhone a:before {
						top: 4px;
						width: 20px;
						height: 20px;
						background-size:20px;
					}
}
@media screen and (min-width: 600px) {
				#mhPhone a {
					font-size: 16px;
				}
					#mhPhone a:before {
						top: 4px;
						width: 20px;
						height: 20px;
						background-size:20px;
					}
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
    #wrapper {
        padding: 123px 0 0; /*modme*/
    }
    #persistentHeader {
    	background: #092554; /*modme*/
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
				-webkit-transform: perspective(1px) translateZ(0);
				-moz-transform: perspective(1px) translateZ(0);
				-ms-transform: perspective(1px) translateZ(0);
				transform: perspective(1px) translateZ(0);
    }
    body.admin-bar #persistentHeader {
        top: 32px;
    }
		#mhWrapper {
			background-image: url('img/mainHeader.webp');
			background-position: 0 0;
			background-repeat: repeat;
		}
			#mainHeader {
				position: relative;
				height: 124px;
				background: none;
			}
					#logo-main {
						display: inline-block;
						margin: 0;
						position: relative;
						left: 0;
						padding: 0;
						max-width: none;
						background-color: transparent;
						width: 365px;
					}
					#mhPhone {
						background-image: none;
						position: absolute;
						display: inline-block;
						right: 0;
						top: 14px;
						width: auto;
						font-size: 14px;
					}
}
@media screen and (min-width: 1250px) {
	#wrapper {
	padding: 84px 0 0 0;
	}
	#mainHeader {
	height: 84px;
	max-width: 1300px;
	margin: 0px auto;
	}
	#logo-main {
	width: 430px;
	padding: 16px 7px;
	}
	#mhPhone {
	top: 0px;
	}
	#mhPhone a {
	padding: 5px 40px 5px 0;
	font-size: 16px;
	}
	#mhPhone a:before {
	display: none;
	}
	#mhPhone a:after {
	content:  " ";
	right: 0;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('img/icons/mhPhoneMob.png');
	background-size: 20px;
	top: 3px;
	width: 30px;
	height: 29px;
	}
	nav.mm {
	width: 700px;
	top: 0;
	left: 50px;
	padding: 0;
	background-color: transparent;
	margin: -65px auto 0 auto;
	position: relative;
	}
}
@media screen and (min-width: 1300px) {
	nav.mm {
		width: 520px;
	}
}
@media screen and (min-width: 1600px) {
		#wrapper {
			padding: 101px 0 0 0;
		}
			#mainHeader {
				max-width: none;
				width: 1500px;
				height: 101px;
			}
				#logo-main {
					width: 310px;
				}
				nav.mm {
					margin: -73px auto 0 auto;
					width: 840px;
					left: 35px;
				}
				nav.mm > ul > li > a {
					padding: 10px 19px;
				}
				#mhPhone {
					top: 2px;
				}
				#logo-main {
				    width: 450px;
				    padding: 25px 7px;
				}
					#mhPhone a {
						font-size: 20px;
						padding: 6px 60px 6px 0;
					}
					#mhPhone a:after{
						background-image: url('img/icons/mhPhoneFull.png');
						width: 43px;
						height: 42px;
						top: 3px;
						background-size: 30px;
					}
}
@media screen and (min-width: 1800px) {
			#mainHeader {
				max-width: none;
				width: 1700px;
				height: 101px;
			}
			nav.mm {
				width: 1020px;
			}
			nav.mm > ul > li > a {
				padding: 10px 32px;
			}
}
@media screen and (min-width: 2040px) {
		#wrapper {
			padding: 107px 0 0 0;
		}
			#mainHeader {
				max-width: none;
				width: 2000px;
				height: 107px;
			}
				#logo-main {
					width: 382px;
					padding: 0;
				}
				nav.mm {
					margin: -76px auto 0 auto;
					width: auto;
					width: 1200px;
					left: 50px;
				}
				nav.mm > ul > li > a {
					padding: 10px 44px;
				}
				#mhPhone {
					top: 25px;
				}
				#mhPhone a {
					font-size: 31px;
				}
					#mhPhone a:after {
						top: 4px;
					}
}

#homeslides {
    position: relative;
    height: 300px;
}
.homeslide {
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	display: none;
}
#homeslide1 {
/*display: block;*/
}
#homeslide2 {
/*display: block;*/
}
#homeslide3 {
/*display: block;*/
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {
	background-image: url('img/slides/home/320/1.jpg');
}
#homeslideImg2 {
	background-image: url('img/slides/home/320/2.jpg');
}
#homeslideImg3 {
	background-image: url('img/slides/home/320/3.jpg');
}
#homeslideImg4 {
	background-image: url('img/slides/home/320/4.jpg');
}
#homeslideImg5 {
	background-image: url('img/slides/home/320/5.jpg');
}
#homeslideImg6 {
	background-image: url('img/slides/home/320/6.jpg');
}
#homeslideImg7 {
	background-image: url('img/slides/home/320/7.jpg');
}
#homeslideImg8 {
	background-image: url('img/slides/home/320/8.jpg');
}

#homeslideImg10 {
	background-image: url('img/slides/home/320/10.jpg');
}

#homeslideImg9 {
	background-image: url('img/slides/sub/320/1.jpg');
}
.slideBox {
    position: absolute;
		font-family: 'Open Sans', sans-serif;
    bottom: 0;
    background: pink;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
		background-color: rgba(0, 31, 70, 0.7);
}
.home .slideBox {
	padding: 5px 20px;
}
#slideBox3 {
	background-color: #0a4369;
}
.slideHead {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	padding: 0 0 15px 0;
	transition: .4s;
	-webkit-transition: .4s;
}
	.slideHead br {
		display: none;
	}
.slideMore {
	display: block;
	color: #fff;
	font-size: 14px;
	border: 1px solid #722e12;
	max-width: 200px;
	margin: 0px auto;
	text-align: center;
	padding: 5px 5px;
	box-sizing: border-box;
	background: #8f3d1a; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#8f3d1a, #6d2c10); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#8f3d1a, #6d2c10); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#8f3d1a, #6d2c10); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#8f3d1a, #6d2c10); /* Standard syntax */
	border-radius: 5px;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}
	.slideMore:after {
		content: " ";
		display: block;
		position: absolute;
		background-image: url("img/icons/hsArrowMobile.png");
		background-repeat: no-repeat;
		background-position: 0 center;
		width: 15px;
		height: 100%;
		right: 10px;
		top: 0;
		transition: right .1s;
		-webkit-transition: right .1s;
		-webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	}
	.slideMore:hover {
		border: 1px solid #2496df;
		background: #1474b1; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#1474b1, #1f94dd); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#1474b1, #1f94dd); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#1474b1, #1f94dd;) /* For Firefox 3.6 to 15 */
		background: linear-gradient(#1474b1, #1f94dd); /* Standard syntax */
	}
		.slideMore:hover:after {
			background-position: -15px center;
			right: 5px;
		}
.subslide {
    background-position: center bottom;
    background-repeat: no-repeat;
		height: 80px;
		transition: .4s;
		-webkit-transition: .4s;
}
#subslide1 {
	background-image: url('img/slides/sub/320/1.jpg');
}



/*      MEDIA QUERIES HOMESLIDES      */

@media screen and (min-width: 450px) {
			.slideHead {
				font-size: 19px;
			}
}
@media screen and (min-width: 600px) {
			.slideHead {
				font-size: 22px;
			}
}
@media screen and (min-width: 800px) {
		@keyframes
		ncburnsZoomIn {
		0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		}
		1.5625% {
		opacity: 1;
		}
		23.4375% {
		opacity: 1;
		}
		26.5625% {
		opacity: 1;
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		}
		100% {
		opacity: 1;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		}
		98.4375% {
		opacity: 1;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		}
		100% {
		opacity: 1;
		}
		}
		#homeslides {
			height: 382px;
			overflow: hidden;
		}
			.homeslideImg {
				background: no-repeat 50% 50%;
				background-size: cover;
				opacity: 1;
/*				-webkit-animation-name: ncburnsZoomIn; 
				animation-name: ncburnsZoomIn; 
				-webkit-animation-timing-function: linear;
				animation-timing-function: linear;
				-webkit-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
				-webkit-animation-duration: 36s;
				animation-duration: 36s;
				-webkit-transform: scale(1.2);
				transform: scale(1.2);
				-webkit-animation-name: ncburnsZoomIn; 
				animation-name: ncburnsZoomIn; */
			}
			.homeslide .homeslideImg.ieSlide {
			  -webkit-animation-name: none;
			  animation-name: none;
			  transform: none;
			  -webkit-transform: none;
			}
			#homeslideImg1 {
				background-image: url('img/slides/home/800/1.jpg');
			}
			#homeslideImg2 {
				background-image: url('img/slides/home/800/2.jpg');
			}
			#homeslideImg3 {
				background-image: url('img/slides/home/800/3.jpg');
			}
			#homeslideImg4 {
				background-image: url('img/slides/home/800/4.jpg');
			}
			#homeslideImg5 {
				background-image: url('img/slides/home/800/5.jpg');
			}
			#homeslideImg6 {
				background-image: url('img/slides/home/800/6.jpg');
			}
			#homeslideImg7 {
				background-image: url('img/slides/home/800/7.jpg');
			}
			#homeslideImg8 {
				background-image: url('img/slides/home/800/8.jpg');
			}
			#homeslideImg9 {
				background-image: url('img/slides/sub/1100/1.jpg');
			}
				.slideContent {
					position: relative;
					z-index: 6;
					height: 100%;
					max-width: 100%;
					margin: 0px;
					box-sizing: border-box;
					padding: 95px 0px 0 0;
					
				}
				.home #homeslide8 .slideContent {
					display:none;
				}
					.slideBox {
						position: relative;
						width: 400px;
						float: right;
						background-color: transparent;
						transition: .8s;
						-webkit-transition: .8s;
					}
					#slideBox2 {
						width: 365px;
					}
					#slideBox3 {
						width: 305px;
						background-color: rgba(0, 31, 70, 0.7);
					}
						.slideHead {
							color: #3d3d3d;
							font-weight: bold;
							font-size: 26px;
							padding: 0 0 30px 0;
						}
						#slideHead3 {
							color: #fff;
						}
							.slideHead br {
								display: block;
							}
						.slideMore {
							text-transform: uppercase;
							max-width: none;
							width: 400px;
							text-align: left;
							padding: 10px 5px 10px 15px;
							margin: 20px auto 0;
						}
}
@media screen and (min-width: 900px) {
	.slideContent {
	padding: 85px 0px 0 0;
	}
	.home .slideContent {

	}
	.homemainslider .slideContent {
    padding: 0px;

	}
	.slideBox {
	width: 475px;
	opacity: 0;
	left: 100%;
	}
	#slideBox2 {
	width: 415px;
	}
	#slideBox3 {
	width: 330px;
	}
	.slideTxtAnimate .slideBox {
	left: 0%;
	opacity: 1;
	-webkit-transition: left 1.75s;
	transition: left 1.75s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	}
	.slideHead {
		font-size: 30px;
	}
	.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
}
@media screen and (min-width: 1100px) {
	.slideContent {
	padding: 100px 0px 0 0;
	}
	.homemainslider .slideContent {
    padding: 0px;
	}
	.slideBox {
	width: 525px;
	}
	#slideBox2 {
	width: 480px;
	}
	#slideBox3 {
	width: 380px;
	background-color: transparent;
	}
	.slideHead {
		font-size: 35px;
	}
	#slideHead3 {
		color: #3d3d3d;
	}
	.subslide {
			height: 115px;
	}
	#subslide1 {
		background-image: url('img/slides/sub/1100/1.jpg');
	}
	.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
}
@media screen and (min-width: 1300px) {
	#homeslides {
		height: 500px;
	}
	#homeslides.homemainslider{
		height: auto;
	}
	#homeslideImg1 {
		background-image: url('img/slides/home/full/1.jpg');
	}
	#homeslideImg2 {
		background-image: url('img/slides/home/full/2.jpg');
	}
	#homeslideImg3 {
		background-image: url('img/slides/home/full/3.jpg');
	}
	#homeslideImg4 {
		background-image: url('img/slides/home/full/4.jpg');
	}
	#homeslideImg5 {
		background-image: url('img/slides/home/full/5.jpg');
	}
	#homeslideImg6 {
		background-image: url('img/slides/home/full/6.jpg');
	}
	#homeslideImg7 {
		background-image: url('img/slides/home/full/7.jpg');
	}
	#homeslideImg8 {
		background-image: url('img/slides/home/full/8.jpg');
	}
	#homeslideImg9 {
		background-image: url('img/slides/sub/full/1.jpg');
	}
	.slideContent {
		padding: 130px 0px 0 0;
	}
	.homemainslider .slideContent {
    padding: 0px;
	}
	.slideBox {
		width: 650px;
	}
	#slideBox2 {
		width: 575px;
	}
	#slideBox3 {
		width: 470px;
	}
	.homemainslider .slideContent {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
	}
	#homeslides .slideBox {
    width: 100%;
    left: 0px;
    float: none;
    opacity: 1;
    background: rgba(0,0,0, 0.5);
	background: -moz-linear-gradient(left, rgba(230,202,0, 0) 0%, rgba(230,202,0, 0.7) 11%, rgba(230,202,0, 0.7) 90%, rgba(230,202,0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(230,202,0, 0) 0%,rgba(230,202,0, 0.7) 11%,rgba(230,202,0, 0.7) 90%,rgba(230,202,0, 0) 100%);
	background: linear-gradient(to right, rgba(230,202,0, 0) 0%,rgba(230,202,0, 0.7) 11%,rgba(230,202,0, 0.7) 90%,rgba(230,202,0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	}
	.slideHead {
		font-size: 43px;
		padding: 0 0 40px 0;
	}
	#homeslides .slideHead {
    font-size: 40px;
    padding: 10px 0;
    text-transform: capitalize;
    color: #222;
    text-align: center;
	}
	#homeslides.home_slide .slideHead {
    font-size: 32px;
	}
	#homeslides .slideBox p {
    text-align: center;
    font-size: 35px;
    font-style: italic;
	}
	#homeslides.home_slide .slideBox p {
    font-size: 25px;
	}
	.slideMore {
		font-size: 18px;
		width: 510px;
		padding: 10px 5px 11px 15px;
		margin-top: 30px;
	}
	.slideMore:after {
		background-image: url('img/icons/hsArrow.png');
		width: 30px;
	}
	.slideMore:hover:after {
		background-position: -30px center;
	}
	.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
}
@media screen and (min-width: 1600px) {
	#homeslides {
	height: 600px;
	}
	.slideContent {
	padding: 180px 0px 0 0;
	max-width: 100%;
	}
	.homemainslider .slideContent {
    padding: 0px;
    max-width: none;
    width: 100%;
	}
	#slideBox2 {
	width: 595px;
	}
	#slideBox3 {
	width: 485px;
	}
	.slideHead {
		font-size: 45px;
	}
	.subslide {
			height: 144px;
	}
	#subslide1 {
		background-image: url('img/slides/sub/full/1.jpg');
	}
	.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
}
@media screen and (min-width: 1800px) {
	#homeslides {
	height: 670px;
	}
	.slideContent {
	padding: 230px 0px 0 0;
	}
	.homemainslider .slideContent {
    padding: 0px;
    width: 100%;
	}
	.slideBox {
	width: 725px;
	}
	#slideBox2 {
	width: 645px;
	}
	#slideBox3 {
	width: 515px;
	}
	.slideHead {
	font-size: 49px;
	}
	.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
}
@media screen and (min-width: 2000px) {
		.subslide {
			background-size: cover;
		}
		.slideBoxBottom {
	    width: 100%;
	    max-width: 930px;
	    color: #fff;
	    margin: auto;
	    display: block;
		}
		.slideBoxBottom p {
	    width: 100%;
	    float: left;
	    color: #fff;
	    margin: auto;
	    display: block;
	    padding: 50px 30px;
	    font-size: 20px;
	    text-align: center;
	    line-height: 30px;
	    font-weight: 300;
		}
}
@media screen and (min-width: 2040px) {
	#homeslides {
		height: 742px;
	}
	.slideContent {
		padding: 175px 0px 0 0;
	}
	#slideBox2 {
		width: 680px;
	}
	#slideBox3 {
		width: 550px;
	}
	.slideHead {
		font-size: 52px;
	}
	.slideMore {
		font-size: 28px;
		width: 438px;
		padding: 10px 5px 11px 29px;
	}
	.slideMore:after {
		right: 20px;
	}
	.slideBoxBottom {
    width: 100%;
    max-width: 930px;
    color: #fff;
    margin: auto;
    display: block;
	}
	.slideBoxBottom p {
    width: 100%;
    float: left;
    color: #fff;
    margin: auto;
    display: block;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
	}
}


#css3-calc {width: 10px; width: calc(10px + 10px); display: none;}
#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%;}

body.home #caWrapper {
	border-top: 5px solid #1e4368;
	background-color: #126192;
}
#caWrapper {
	border-top: 5px solid #1e4368;
	background-color: #fff;
}
#contentArea {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	transition: .4s;
	-webkit-transition: .4s;
	/*display: table;*/
}
.page-id-241 #contentArea {
	display: block;
}
body.home #mainContent {
	font-family: 'Gentium Basic', serif;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5;
	color: #e8edf3;
	padding: 20px 20px;
}
#mainContent {
	font-family: 'Gentium Basic', serif;
	font-size: 16px;
	line-height: 1.5;
	width: auto;
	color: #000;
	padding: 20px 20px;
}
.breadcrumbs {
	padding: 0 0 20px 0;
}
	#mainContent p {
		padding: 0 0 22px 0;
		text-align: justify;
	}
	#mainContent a {
		color: #0b5d91;
	}
	.home #mainContent a {
		color: #B5CCFF;
	}
		#mainContent a:hover {
			color: #3198db;
			text-decoration: none;
		}
	.article ul, .article ol {padding: 0 0 20px 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.2;
		font-weight: normal;
		font-family: Georgia, Times, "Times New Roman", serif;
		
		padding: 0 0 5px 0;
	}
	body.home .article h1 {
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 21px;
		padding: 0 0 20px 0;
		transition: .4s;
		-webkit-transition: .4s;
	}
	.article h1 {
		font-family: 'Open Sans', sans-serif;
		color: #1e4368;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 21px;
		padding: 0 0 20px 0;
		transition: .4s;
		-webkit-transition: .4s;
	}
	body.home .article h2 {
		font-size: 24px;
		font-weight: bold;
		padding: 0 0 10px 0;
		font-style: italic;
		color: #fff;
		transition: .4s;
		-webkit-transition: .4s;
	}
	body.home .article h3 {
		color: #fff;		
}
	.article h2 {
		font-size: 18px;
		padding: 0 0 22px 0;
		font-style: italic;
		color: #0b5d91;
		transition: .4s;
		-webkit-transition: .4s;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		transition: .4s;
		-webkit-transition: .4s;
		color: #000;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		float: left;
		margin: 0 15px 5px 0;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#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; background-image: url(https://d78c52a599aaa8c95ebc-9d8e71b4cb418bfe1b178f82d9996947.ssl.cf1.rackcdn.com/dsk_sharing/icons/ftlg_16.png);}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_facebook{background-position: 0 0;}
	.dskSharingIcon_twitter{background-position: -16px 0;}
	.dskSharingIcon_linkedin{background-position: -32px 0;}
	.dskSharingIcon_googleplus{background-position: -48px 0;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {
	padding: 0;
}

#sidebar iframe {
	margin:0 auto;
	display: block;
}
#sidebar .image-badge {
	margin: 0 auto;
	padding: 35px;
	text-align: center;
}
body.home #sbAreasCont, body.home .sbAreasCont {
padding: 20px 20px 15px 20px;
width: 100%;
box-sizing: border-box;
}
#sbAreasCont, .sbAreasCont {
background-image: url('img/sbAreas.webp');
background-repeat: repeat;
background-position: 0 0;
padding: 20px 20px 15px 20px;
}
#sbAreas, .sbAreas  {
padding: 0;
}
#sbAreas li, .sbAreas li {
list-style-type: none;
list-style-position: outside;
border: 2px solid #0c6196;
margin: 0 auto 5px auto;
}
#sbAreas li a, .sbAreas li a {
color: #fff;
display: block;
text-transform: uppercase;
font-size: 16px;
position: relative;
box-sizing: border-box;
padding: 19px 10px 19px 62px;
transition: .4s;
-webkit-transition: .4s;
}
#sbAreas li a:before, .sbAreas li a:before {
content: " ";
display: block;
position: absolute;
background-image: url('img/icons/sbAreasArrowMobile.png');
background-repeat: no-repeat;
background-position: 0 center;
width: 38px;
height: 100%;
top: 0;
left: 10px;
}
#sbAreas li:hover, .sbAreas li:hover {
background-color: rgba(20, 112, 156, 0.5);
}
#sbAreas li a:hover:before, .sbAreas li a:hover:before {
	background-position: -39px center;
}
.sidebar .gform_widget {
    padding: 30px;
    color: #aec6e8;
    font-size: 16px;
    background: #336094;
    margin: 30px 23px;
    display: block;
    position: relative;
    
}
.sidebar-title {
    padding: 0 0 15px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.sidebar .widget_recent_entries li{
	border-bottom: 1px solid #aec6e8;
}
.sidebar .widget_recent_entries li a {
    position: relative;
    display: block;
    padding: 7px 0 6px 14px;
    color: #aec6e8;
    font-size: 16px;
    line-height: 1.3;
}
.sidebar .widget_recent_entries li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: url(img/arrows.png) no-repeat left center;
}
.sidebar .gform_widget .gform_wrapper ul.gform_fields li.gfield{padding-right:0}
.sidebar .gform_widget .gform_wrapper ul.gform_fields li.gfield input{width: 100%!important;}
.sidebar .gform_widget .gform_wrapper .top_label .gfield_label{display:none}
.sidebar .gform_widget .gform_wrapper form {
    max-width: 273px;
}
.sidebar .gform_widget .gform_wrapper .ginput_recaptcha {
    transform: scale(.2);
    -webkit-transform: scale(.2);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.sidebar .gform_widget .gform_wrapper .gform_footer{
	padding: 0px;
	margin-top: 10px;
}
.sidebar .gform_widget .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 20px!important;
    width: 100px;
    height: 40px;
    font-size: 16px;
}
.sidebar .gform_widget .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100%!important}
.sidebar .gform_widget .gform_wrapper .validation_message{color:#fff; display: none;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background: transparent!important;
	border: 0px!important;
}
#sbAttsCont {
	background-image: url('img/sbAtts.jpg');
	background-repeat: repeat;
	background-position: 0 0;
	border-top: 2px solid #126192;
	padding: 20px 20px;
	margin: 0 auto 25px auto;
}
	#sbAtts {
		padding: 0;
		font-family: 'Gentium Basic', serif;
	}
		.sbAtt {
			display: block;
			margin: 0px auto 3px auto;
			border: 1px solid #417db9;
		}
			.sbAtt a {
				display: block;
				color: #fff;
				font-weight: bold;
				font-size: 20px;
				padding: 47px 20px 47px 135px;
				position: relative;
				background-color: #21476c;
				transition: .4s;
				-webkit-transition: .4s;
			}
				.sbAtt a:before {
					content: " ";
					display: block;
					position: absolute;
					background-image: url('img/attorneys/sbAtts.jpg');
					background-repeat: no-repeat;
					background-position: 0 center;
					left: 20px;
					top: 0;
					width: 93px;
					height: 100%;
				}
				#sbAtt2 a:before {
					background-position: -93px center;
				}
				#sbAtt3 a:before {
					background-position: -186px center;
				}
				#sbAtt4 a:before {
					background-position: -279px center;
				}
				.sbAtt a:after {
					content: " ";
					display: block;
					position: absolute;
					background-image: url('img/icons/sbAttsPseudo.png');
					background-repeat: no-repeat;
					background-position: 0 0;
					right: 3px;
					top: 3px;
					width: 13px;
					height: 13px;
				}
				.sbAtt a:hover {
					background-color: #2b5d8e;
				}
					.sbAtt a:hover:after {
						background-position: -13px 0;
					}
  #sbTestCont {
		padding: 43px 20px 0 20px;
		margin: 0px auto;
		background-color: #fff;
	}
		#sbTestBox {
			border: 1px solid #288ac8;
			padding: 60px 20px 0 20px;
			position: relative;
			font-family: 'Gentium Basic', serif;
		}
			#sbTestBox:before {
				content: " ";
				display: block;
				position: absolute;
				background-image: url('img/icons/testQuotes.png');
				background-repeat: no-repeat;
				background-position: center 0;
				width: 100%;
				height: 86px;
				top: -43px;
				left: 0;
			}
				#sbTests {
					padding: 0;
					height: 300px;
					position: relative;
					overflow: hidden;
				}
					.sbTest {
						width: 100%;
						height: 100%;
						position: absolute;
						color: #3a4955;
						font-size: 22px;
						text-align: center;
						font-style: italic;
						display: none;
						top: 0;
						left: 0;
					}
						.sbTestInnerBox {
							position: absolute;
							top: 50%;
							transform: translateY(-53%);
							width: 100%;
						}
							.sbTest p {
								padding: 0 0 10px 0;
							}
							.sbTest span {
								color: #288ac8;
								display: block;
							}
					#sbMoreTests {
						display: block;
						font-family: 'Open Sans', sans-serif;
						font-weight: bold;
						font-size: 14px;
						text-transform: uppercase;
						color: #288ac8;
						text-align: center;
						max-width: 200px;
						margin: 0px auto;
						padding: 0 0 20px 0;
						position: relative;
						letter-spacing: 2px;
					}
						#sbMoreTests:after {
							content: " ";
							display: block;
							position: absolute;
							background-image: url('img/icons/sbMoreTest.png');
							background-repeat: no-repeat;
							background-position: center -10px;
							width: 100%;
							height: 10px;
							bottom: 0;
						}
					#sbTestBox.sbMTHover {
						border: 1px solid #dee8ec;
					}
						#sbTestBox:hover #sbMoreTests {
							color: #b9cad1;
						}
							#sbTestBox:hover #sbMoreTests:after {
								background-position: center 0;
							}


/*      MEDIA QUERIES CONTENT AREA       */


@media screen and (min-width: 450px) {
	.article h1 {
		font-size: 22px;
	}
}
@media(max-width: 360px){
	#homeslides {

	}
	.homeslideImg {
		background-size: cover;
	}
}
@media(min-width: 361px) and (max-width: 499px){
	#homeslides {

	}
	.homeslideImg {
		background-size: cover;
	}
}
@media(min-width: 500px) and (max-width: 767px){
	#homeslides {
	    /*height: 100%;*/
	    min-height: 109px!important;
	}

	.homeslideImg {
		background-size: cover;
	}
}
@media screen and (min-width: 600px) {
			body.home .article h1 {
				font-size: 26px;
			}
			.article h1 {
				font-size: 22px;
			}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
}
@media screen and (min-width: 900px) {
	body.home #caWrapper {
		/*background-image: url('img/caWrapper.jpg');*/
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	#caWrapper {
		background-image: none;
	}
		body.home #contentArea {
			padding: 35px 0;
			max-width: none;
		}
		#contentArea {
			padding: 35px 0;
			max-width: 1260px;
			margin: 0px auto;
		}
		.mcTable td {display: table-cell; padding: 0 0 0 40px;}
		.mcTable td:first-child {padding: 0;}
		body.home #mcCont {
			padding: 0;
			display: inline-block;
			width: calc(70% - 30px);
		}
		#mcCont {
			padding: 0 0 0 20px;
			display: inline-block;
			float: left;
			width: calc(100% - 50px - 375px);
		}
			body.home #mainContent {
				padding: 0 35px;
				float: right;
				font-size: 18px;
			}
			#mainContent {
				padding: 0;
				float: none;
				font-size: 18px;
			}
		body.home #sidebar {
			max-width: none;
			display: inline-block;
			float: right;
			width: 30%;
			background-color: rgba(24, 56, 88, .5);
		}
		body.home #sbAreasCont {
			background-image: none;
			margin: 0;
		}
			#sbAreasCont {
				margin: 0 auto 45px auto;
			}
		#sidebar {
			max-width: none;
			display: inline-block;
			float: right;
			width: 375px;
		}
		body.home #sbAreas li {
			position: initial;
			/*min-height: initial;*/
		}
		#sbAreas li {
			position: relative;
			min-height: 64px;
		}
				body.home #sbAreas li a {
					padding: 19px 10px 19px 62px;
					position: relative;
					top: initial;
					transform: translateY(0%);
					-webkit-transform: translateY(0%);
					font-weight: bold;
				}
				#sbAreas li a {
					padding: 10px 90px 10px 62px;
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
				}
				.sbAtt a {
					padding: 30px 30px 30px 135px;
					font-size: 26px;
				}
		#sbTests {
			height: 330px;
		}
			.sbTest {
				font-size: 28px;
			}
			.sbTest span {
				font-size: 24px;
			}
			#sbMoreTests {
				padding: 0 0 26px 0;
			}
}
@media screen and (min-width: 1300px) {
		#caWrapper {
			border-top: 10px solid #1e4368;
		}
				#contentArea {
					padding: 50px 0;
				}
				body.home #mainContent {
				 
				}
					body.home .article h1 {
						font-size: 32px;
						padding: 0 0 30px 0;
					}
					.article h1 {
						font-size: 24px;
					}
				body.home #sbAreasCont {
					width: 530px;
				}
				#sbAreasCont {
					margin: 0 auto 60px auto;
				}
				body.home #sbAreas li {
					/*min-height: initial;*/
				}
				#sbAreas li {
					min-height: 78px;
				}
					body.home #sbAreas li a {
						font-size: 20px;
				    padding: 26px 10px 25px 85px;
					}
					#sbAreas li a {
						font-size: 19px;
				    padding: 15px 40px 15px 85px;
					}
						body.home #sbAreas li a:before {
							background-image: url('img/icons/sbAreasArrow.png');
							width: 53px;
							left: 15px;
						}
						#sbAreas li a:hover:before {
							background-position: -54px center;
						}
						#sbAreas li a:before {
							background-image: url('img/icons/sbAreasArrow.png');
							width: 53px;
							left: 15px;
						}
}
@media screen and (min-width: 1600px) {
			body.home #contentArea {
				padding: 75px 0;
				width: auto;
			}
			#contentArea {
				padding: 75px 0;
				max-width: none;
				width: 1350px;
			}
				body.home #mainContent {
				  
				}
				#mcCont {
					width: calc(100% - 75px - 375px);
				}
					#mainContent p {
						padding: 0 0 32px 0;
					}
					body.home .article h1 {
						font-size: 37px;
						padding: 0 0 40px 0;
					}
					.article h1 {
						padding: 0 0 30px 0;
					}
					.article h2 {
						padding: 0 0 32px 0;
					}
				body.home #sbAreasCont {
					width: 620px;
				}
					body.home #sbAreas li a {
						font-size: 23px;
					}
					#mhPhone a {
					    max-width: 350px;
					}
}
@media screen and (min-width: 1800px) {
		body.home #contentArea {
			width: auto;
		}
		#contentArea {
			width: 1550px;
		}
				body.home #mainContent {
				  width: 1225px;
				}
				#mainContent p {
					padding: 0 0 36px 0;
				}
					body.home .article h1 {
						font-size: 41px;
					}
					.article h1 {
						padding: 0 0 34px 0;
					}
					.article h2 {
						padding: 0 0 36px 0;
					}
				body.home #sbAreasCont {
					width: 690px;
				}
					body.home #sbAreas li a {
						font-size: 22px;
					}
}
@media screen and (min-width: 2040px) {
			body.home #contentArea {
				padding: 95px 0;
				width: auto;
			}
			#contentArea {
				padding: 95px 0;
				width: 1820px;
			}
			body.home #mcCont {
				width: calc(55% - 115px);
			}
			#mcCont {
				width: calc(100% - 100px - 375px);
			}
				body.home #mainContent {
				  width: 870px;
					padding: 0;
				}
					body.home .article h1 {
						font-size: 45px;
						padding: 0 0 50px 0;
					}
				body.home #sbAreasCont {
					width: 820px;
				}
}
/*   END OF CONTENT AREA MEDIA QUERIES   */
@media(min-width: 801px) and (max-width: 1299px){
	#homeslides.homemainslider {
    height: 130px;
	}
	#homeslides .slideHead {
    font-size: 24px;
	}
	#homeslides .slideBox p {
    font-size: 24px;
	}
	.slideBoxBottom {
    position: relative;
	}
	#homeslideImg9 {
    background-size: cover;
	}
	.homemainslider .slideBox {
    position: relative;
    margin-top: 0px;
	}
	.slideBoxBottom {
    position: relative;
    float: left;
	}
	.slideBoxBottom p {
    width: 95%;
    padding: 30px 10px;
    font-size: 16px;
	}
}
@media(min-width: 1000px) and (max-width: 1299px){
	.homemainslider .slideBox {
    margin-top: 0%;
	}
	.slideBoxBottom {
    float: none;
	}
}
#hpAttsWrapper {
	background-color: #1e4368;
	padding: 20px 20px;
}
	#hpAtts {
		padding: 0;
	}
		.hpAtt {
			list-style-type: none;
			list-style-position: outside;
			max-width: 304px;
			margin: 0 auto 10px auto;
			border: 2px solid transparent;
			box-sizing: border-box;
		}
			.hpAttPic {
				display: block;
				width: 100%;
			}
			.hpAtt:hover {
				padding: 6px 6px;
				border: 2px solid #18afe9;
			}
			.hpAttHover:hover {
				border: 2px solid #fff;
			}
				/*.hpAtt:hover .hpAttPic {
					display: none;
				}
				.hpAtt:hover .hpAttInner {
					display: block;
				}*/
		.hpAttInner {
			display: none;
			position: relative;
			overflow: hidden;
			font-family: 'Gentium Basic', serif;
		}
			.hpAttPicHover {
				display: block;
				width: 400%;
			}
			#hpAtt2 .hpAttPicHover {
				margin: 0 0 0 -100%;
			}
			#hpAtt3 .hpAttPicHover {
				margin: 0 0 0 -200%;
			}
			#hpAtt4 .hpAttPicHover {
				margin: 0 0 0 -300%;
			}
			.hpAttInnerBox {
				position: absolute;
				top: 50%;
				transform: translateY(-53%);
				width: 100%;
				text-align: center;
			}
				.hpAttInnerBox span {
					color: #fff;
					font-size: 32px;
					display: block;
					position: relative;
					line-height: 1.1;
					padding: 0 0 30px 0;
					margin: 0 auto 30px auto;
				}
					.hpAttInnerBox span:after {
						display: block;
						content: " ";
						position: absolute;
						background-image: url('img/icons/attsPseudo.png');
						background-repeat: no-repeat;
						background-position: top center;
						width: 100%;
						height: 3px;
						left: 0;
						bottom: 0;
					}
					.hpAttHover .hpAttInnerBox span:after {
						background-position: bottom center;
					}
			.hpAttInnerBox a {
				font-family: 'Open Sans', sans-serif;
				font-weight: bold;
				color: #18afe9;
				text-transform: uppercase;
				font-size: 16px;
			}
				.hpAttInnerBox a:hover {
					color: #fff;
				}




/*      MEDIA QUERIES   HPATTS      */


@media screen and (min-width: 450px) {
		#hpAttsWrapper {
			padding: 20px 20px 10px 20px;
		}
			#hpAtts {
				text-align: center;
			}
				.hpAtt {
					display: inline-block;
					vertical-align: top;
					width: 40%;
					margin: 0 5px 10px 5px;
				}
					.hpAttInnerBox span {
						font-size: 22px;
					}
					.hpAttInnerBox a {
						font-size: 14px;
					}
}
@media screen and (min-width: 800px) {
			#hpAtts {
				overflow: hidden;
			}
				.hpAtt {
					width: 22%;
					margin: 0 0 10px 20px;
				}
				#hpAtt1 {
					margin: 0 0 10px 0;
				}
}
@media screen and (min-width: 900px) {
				#hpAttsWrapper {
					padding: 30px 10px 20px 10px;
				}
						.hpAtt {
							width: 21%;
							margin: 0 0 10px 30px;
						}
}
@media screen and (min-width: 1300px) {
				#hpAttsWrapper {
					padding: 40px 10px 30px 10px;
				}
					#hpAtts {
						width: 1280px;
						margin: 0px auto;
					}
						.hpAtt {
							margin: 0 0 10px 40px;
						}
							.hpAttInnerBox span {
								font-size: 27px;
							}
							.hpAttInnerBox a {
								font-size: 16px;
							}
}
@media screen and (min-width: 1800px) {
				#hpAttsWrapper {
					padding: 50px 0 40px 0;
				}
					#hpAtts {
						width: 1460px;
					}
						.hpAtt {
							margin: 0 0 10px 50px;
							max-width: 377px;
						}
						.hpAttInnerBox span {
							font-size: 35px;
						}
						.hpAttInnerBox a {
							font-size: 18px;
						}
}
@media screen and (min-width: 2040px) {
				#hpAttsWrapper {
					padding: 55px 0 45px 0;
				}
					#hpAtts {
						width: 1660px;
					}
						.hpAtt {
							margin: 0 0 10px 55px;
						}
							.hpAttInnerBox span {
								font-size: 42px;
								line-height: 1;
							}
							.hpAttInnerBox a {
								font-size: 20px;
							}
							.hpAtt:hover {
								margin: 0 0 9px 55px;
							}
							#hpAtt1:hover {
								margin: 0 0 9px 0;
							}
}




#hpTestsWrapper {
	background-color: #f7f7f7;
	padding: 0 20px;
}
	#hpTestsCont {
		padding: 20px 0;
	}
		#hpMoreTestsCont {
			padding: 0 0 20px 0;
			font-family: 'Open Sans', sans-serif;
		}
			#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
				text-transform: uppercase;
				font-size: 25px;
				color: #288ac8;
				font-weight: bold;
				padding: 0 0 20px 0;
				transition: .4s;
				-webkit-transition: .4s;
			}
				#hpMoreTestsCont h2 br, #hpMoreTestsCont .hpMoreTestsCont-heading br {
					display: none;
				}
			#hpMoreTests {
				color: #1e4368;
				text-transform: uppercase;
				font-size: 18px;
				border-radius: 7px;
				display: block;
				font-weight: bold;
				border: 3px solid #1e4368;
				padding: 10px 20px;
				max-width: 160px;
				position: relative;
				line-height: 1;
			}
				#hpMoreTests:after {
					content: " ";
					display: block;
					background-image: url('img/icons/viewMoreTest.png');
					background-repeat: no-repeat;
					background-position: 0 center;
					height: 100%;
					width: 22px;
					position: absolute;
					top: 0;
					right: 10px;
					transition: right .1s;
					-webkit-transition: right .1s;
					-webkit-transition-timing-function: ease-out;
					transition-timing-function: ease-out;
				}
				#hpMoreTests:hover {
					background-color: #1e4368;
					color: #fff;
				}
					#hpMoreTests:hover:after {
						background-position: -22px center;
						right: 5px;
					}
				#hpTests {
					padding: 0;
					margin: 0px auto;
					overflow: auto;
					max-width: 600px;
					white-space: nowrap;
				}
				body.sticky_touch_zone {
					padding: 0 0 25px 0;
				}
					.hpTest {
						margin: 0 auto 20px auto;
						padding: 43px 0 0 0;
						display: inline-block;
						max-width: 600px;
						width: 99.5%;
						transition: .4s;
						-webkit-transition: .4s;
						vertical-align: top;
					}
						.hpTestInner {
							position: relative;
							border: 1px solid #dee8ec;
							padding: 60px 30px 0 30px;
							background-color: #fff;
							font-family: 'Gentium Basic', serif;
							text-align: center;
						}
							.hpTestInner:before {
								content: "";
								display: block;
								position: absolute;
								background-image: url('img/icons/testQuotes.png');
								background-repeat: no-repeat;
								background-position: center 0;
								left: 0;
								top: -43px;
								width: 100%;
								height: 86px;
							}
							.hpTestInner p {
								color: #3a4955;
								font-style: italic;
								font-size: 18px;
								line-height: 1.4;
								white-space: normal;
								padding: 0 0 20px 0;
							}
							.hpTestInner span {
								color: #288ac8;
								display: block;
								font-style: italic;
								font-size: 18px;
								line-height: 1;
								padding: 0 0 020px 0;
							}
							.hpReadMoreTest {
								font-family: 'Open Sans', sans-serif;
								display: block;
								color: #b9cad1;
								font-weight: bold;
								text-transform: uppercase;
								position: relative;
								bottom: 0;
								width: calc(100%);
								padding: 0 0 20px 0;
							}
								.hpReadMoreTest:after {
									content: " ";
									display: block;
									position: absolute;
									background-image: url('img/icons/readMoreTestArrow.png');
									background-repeat: no-repeat;
									background-position: center 0;
									left: 0;
									bottom: 0;
									width: 100%;
									height: 10px;
								}
						.hpTestInner:hover {
							border: 1px solid #288ac8;
						}
							.hpTestInner:hover .hpReadMoreTest {
								color: #288ac8;
							}
								.hpTestInner:hover .hpReadMoreTest:after {
									background-position: center -10px;
								}


/*      MEDIA QUERIES HPTESTIMONIALS     */



@media screen and (min-width: 800px) {
				#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
					font-size: 30px;
				}
					#hpTests {
						max-width: 1290px;
						margin: 0px auto;
						text-align: center;
						overflow: hidden;
					}
						.hpTest {
							max-width: none;
							width: 32%;
							margin: 0;
							margin: 0 4px;
						}
						#hpTest2 {
							margin: 0 10px;
						}
}
@media screen and (min-width: 900px) {
			#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
				font-size: 35px;
			}
						.hpTestInner p {
							font-size: 20px;
						}
						.hpTestInner span {
							font-size: 20px;
						}
}
@media screen and (min-width: 1100px) {
			#hpTestsWrapper {
				background-repeat: repeat-x;
				background-position: 0 0;
				background-image: url('img/testWrapper.jpg');
			}
				#hpTestsCont {
					overflow: hidden;
					text-align: center;
					padding: 30px 0 63px 0;
					max-width: 1260px;
					margin: 0px auto;
				}
						#hpMoreTestsCont {
							display: inline-block;
							width: 28%;
							box-sizing: border-box;
							padding: 25px 30px 0 0;
							text-align: left;
							vertical-align: top;
						}
							#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
								padding: 0 0 40px 0;
								font-size: 37px;
							}
							#hpMoreTestsCont h2 br, #hpMoreTestsCont .hpMoreTestsCont-heading br {
								display: block;
							}
						#hpTests {
							display: inline-block;
							width: 71%;
							vertical-align: top;
						}
}
@media screen and (min-width: 1300px) {
				#hpTestsCont {
					padding: 40px 0 73px 0;
				}
						#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
							font-size: 43px;
						}
}
@media screen and (min-width: 1600px) {
				#hpTestsCont {
					padding: 50px 0 83px 0;
					max-width: 1400px;
				}
						#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
							font-size: 49px;
						}
						#hpMoreTests {
							font-size: 21px;
							padding: 14px 20px;
							max-width: none;
							width: 200px;
						}
								.hpTestInner p {
									font-size: 23px;
								}
								.hpTestInner span {
									font-size: 21px;
								}
}
@media screen and (min-width: 1800px) {
						#hpTestsCont {
							max-width: 1540px;
						}
							#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
								font-size: 52px;
							}
							.hpTestInner p {
								font-size: 26px;
							}
							.hpTestInner span {
								font-size: 22px;
							}
							.hpTest {
								  margin: 0 5px;
							}
}
@media screen and (min-width: 2040px) {
					#hpTestsCont {
						padding: 65px 0 100px 0;
					}
						#hpTestsCont {
							max-width: 1800px;
						}
							#hpMoreTestsCont h2, #hpMoreTestsCont .hpMoreTestsCont-heading {
								font-size: 59px;
							}
							#hpMoreTests {
								font-size: 22px;
								padding: 17px 20px;
								width: 240px;
							}
							.hpTestInner p {
								font-size: 28px;
							}
							.hpTestInner span {
								font-size: 24px;
							}
							.hpTest {
									margin: 0 6px;
							}
}
/*   END OF HPTESTIMONIALS MEDIA QUERIES   */


				.testScroll {
					display: none;
					text-transform: uppercase;
					color: #1e4368;
					font-size: 18px;
					font-weight: bold;
					text-align: center;
				}
				body.touchScreen .testScroll {
					display: block;
					text-transform: uppercase;
					color: #1e4368;
					font-size: 18px;
					font-weight: bold;
					text-align: center;
				}

				/* 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;
				}
				.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;
				}
/* end of slick  */


#hpSettlementsWrapper {
	background-color: #ededed;
	font-family: 'Open Sans', sans-serif;
	padding: 0 20px;
	background-image: url('img/settlementsTop.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
	#hpSettlementsCont {
		padding: 30px 0;
		position: relative;
	}
		#hpSettlements {
			padding: 0;
			margin: 0 auto 20px auto;
		}
			.hpSettlement {
				list-style-type: none;
				list-style-position: outside;
				margin: 0;
				padding: 0 20px;
				text-align: center;
				position: relative;
			}
				.hpMoney {
					display: block;
					color: #5f5f5f;
					font-size: 30px;
					padding: 0 0 10px 0;
					line-height: 1;
					font-weight: bold;
					transition: .4s;
					-webkit-transition: .4s;
				}

				/* Push */
				@-webkit-keyframes hvr-push {
				  50% {
				    -webkit-transform: scale(0.8);
				    transform: scale(0.8);
				  }
				  100% {
				    -webkit-transform: scale(1);
				    transform: scale(1);
				  }
				}
				@keyframes hvr-push {
				  50% {
				    -webkit-transform: scale(0.8);
				    transform: scale(0.8);
				  }
				  100% {
				    -webkit-transform: scale(1);
				    transform: scale(1);
				  }
				}
				.learnMoreSettlement {
					color: #adadad;
					font-weight: bold;
					font-size: 16px;
					text-transform: uppercase;
					position: relative;
					transition: .4s;
					-webkit-transition: .4s;
				}
					.learnMoreSettlement:before {
						content: " ";
						display: inline-block;
						position: relative;
						background-image: url('img/icons/settlementPseudo.png');
						background-repeat: no-repeat;
						background-position: 0 0;
						height: 20px;
						width: 20px;
						top: 5px;
						right: 10px;
					  -webkit-transform: perspective(1px) translateZ(0);
					  transform: perspective(1px) translateZ(0);
					  box-shadow: 0 0 1px transparent;
					}
					.learnMoreSettlement:hover {
						color: #288ac8;
					}
						.learnMoreSettlement:hover:before {
							-webkit-animation-name: hvr-push;
						  animation-name: hvr-push;
						  -webkit-animation-duration: 0.3s;
						  animation-duration: 0.3s;
						  -webkit-animation-timing-function: linear;
						  animation-timing-function: linear;
						  -webkit-animation-iteration-count: 1;
						  animation-iteration-count: 1;
						}
			#hpSettlementsNav {
				max-width: 400px;
				overflow: hidden;
				margin: 0px auto;
			}
				.hpSNav {
					list-style-type: none;
					list-style-position: outside;
					display: inline-block;
					float: left;
					width: 57px;
					height: 57px;
					overflow: hidden;
				}
					#hpSNav2 {
						float: right;
					}
					#hpSNav1:hover img {
						margin: 0 0 0 -58px;
					}
					#hpSNav2:hover img {
						margin: 0 0 0 -58px;
					}


/*      MEDIA QUERIES SETTLEMENTS      */


@media screen and (min-width: 450px) {
			#hpSettlements {
				width: calc(100% - 134px);
				margin: 0px auto;
			}
				.hpMoney {
					font-size: 35px;
				}
			#hpSettlementsNav {
				position: absolute;
				max-width: none;
				margin: 0px auto;
				width: 100%;
				top: 38px;
			}
}
@media screen and (min-width: 600px) {
				.hpSettlement:before {
					content: " ";
					display: block;
					position: absolute;
					width: 2px;
					height: 100%;
					background-repeat: no-repeat;
					background-position: 0 0;
					background-image: url('img/icons/settlementBorder.png');
					top: 0;
					left: 0;
				}
				#hpSettlement1:before {
					display: none;
				}
}
@media screen and (min-width: 800px) {
			.hpMoney {
				font-size: 39px;
			}
}
@media screen and (min-width: 1300px) {
			#hpSettlements {
				width: 1220px;
			}
				.hpMoney {
					font-size: 45px;
					padding: 0 0 15px 0;
				}
}
@media screen and (min-width: 1600px) {
			#hpSettlements {
				width: 1280px;
			}
				.hpMoney {
					font-size: 48px;
					padding: 0 0 15px 0;
				}
}
@media screen and (min-width: 1800px) {
			#hpSettlements {
				width: 1410px;
			}
				.hpMoney {
					font-size: 53px;
					padding: 0 0 15px 0;
				}
}
@media screen and (min-width: 2040px) {
			#hpSettlements {
				width: 1750px;
			}
				.hpMoney {
					font-size: 53px;
					padding: 0 0 15px 0;
				}
}


#mainFooter {
	font-family: 'PT Sans', sans-serif;
	overflow: hidden;
	padding: 0 20px;
	background-repeat;
	background-position: center 0;
	background-image: url('img/mfWrapper.jpg');
	background-size: cover;
	color: #fff;
}
	#mfCont {
		padding: 30px 0;
	}
		.fBlock {
			margin: 0 0 30px 0;
		}
		#fBlock1 {
			text-align: center;
		}
			#fBlock1 h2, #fBlock1 .mainFooter-heading {
				padding: 0 0 5px 0;
				line-height: 1;
				font-size: 36px;
				text-transform: uppercase;
				font-weight: bold;
				transition: .4s;
				-webkit-transition: .4s;
			}
			#fBlock1 h3 {
				padding: 0 0 30px 0;
				font-size: 21px;
				text-transform: uppercase;
				font-weight: bold;
				transition: .4s;
				-webkit-transition: .4s;
			}
			#mfAddress {
				display: block;
				padding: 0 0 30px 36px;
				position: relative;
				line-height: 1.5;
				font-size: 16px;
				max-width: 280px;
				box-sizing: border-box;
				margin: 0px auto;
				transition: .4s;
				-webkit-transition: .4s;
			}
				#mfAddress:before {
					content: " ";
					display: inline-block;
					position: absolute;
					background-repeat: no-repeat;
					background-position: 0 0;
					background-image: url('img/icons/fMapMarker.png');
					width: 46px;
					height: 46px;
					top: 1px;
					left: 23px;
					transition: .4s;
					-webkit-transition: .4s;
				}
			.mfDigits {
				display: block;
				color: #33a3e9;
				font-size: 20px;
				transition: .4s;
				-webkit-transition: .4s;
			}
				.mfDigits a {
					color: #fff;
				}

		#fBlock2 {
			max-width: 500px;
			margin: 0px auto 30px auto;
			/*transition: .4s;
			-webkit-transition: .4s;*/
		}
   /*    FBLOCK2 FORM STYLING   */


/* Change these css classes and id's to the ones with the gravity form  */

		.gform_wrapper div.validation_error {
			 display:none;
		 }
		 .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
			 padding: 0;
			 margin-bottom: 0!important;
		 }
		 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
			 margin-top: 0!IMPORTANT;
		 }
		 .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
			 margin-bottom: 0!important;
		 }
		 #gform_wrapper_1 {
			 margin: 0;
		 }
	 	 #gform_1 {
			 font-family: 'PT Sans', sans-serif;
		 }
		 #gform_1 .gform_title {
			 display: none;
		 }
		 #gform_1 .gfield_label {
			 display: none;
		 }
		 #gform_1 .gfield {
			 margin-top: 0;
		 }
		 #gform_1 .ginput_container {
			 margin-top: 0;
		 }
     #gform_1 input {
			 color: #000;
			 text-transform: uppercase;
			 font-weight: bold;
			 box-sizing: border-box;
			 width: 100%;
			 font-size: 18px;
			 padding: 13px 20px 11px 53px;
			 margin: 0 0 5px 0;
			 background-repeat: no-repeat;
			 background-position: 10px 15px;
			 background-image: url("img/icons/person.png");
			 border: 0;
		 }
		 #field_1_2 input {
			 background-position: 10px 15px;
			 background-image: url("img/icons/phone.png");
		 }
		 #field_1_3 input {
			 background-position: 10px 15px;
			 background-image: url("img/icons/email.png");
		 }
		 #field_1_4 input {
			 background-position: 10px 15px;
			 background-image: url("img/icons/security.png");
		 }
		 #field_1_5 input {
			 background-position: 10px 15px;
			 background-image: url("img/icons/pencil.png");
		 }
		 #gform_1 textarea {
			 color: #000;
			 text-transform: uppercase;
			 font-weight: bold;
			 box-sizing: border-box;
			 width: 100%;
			 font-size: 18px;
			 padding: 13px 20px 11px 53px;
			 margin: 0 0 12px 0;
			 background-repeat: no-repeat;
			 background-position: 10px 8px;
			 background-image: url("img/icons/person.png");
			 border: 0;
			 height: 130px;
		 }
		 #gform_1 #gform_submit_button_1 {
			 border: 3px solid #288ac8;
			 border-radius: 9px;
			 background: transparent;
			 color: #fff;
			 font-size: 20px;
			 padding: 13px 20px 11px 20px;
			 transition: .4s;
			 -webkit-transition: .4s;
		 }
		 	#gform_1 #gform_submit_button_1:hover {
				background-color: #288ac8;
				color: #fff;
			}
			#gform_1 .gform_footer {
				padding: 0;
				margin: 0;
			}

	/*  END OF FBLOCK2 FORM STYLING  */



	#fBlock3 {
		margin: 0;
	}
  #mfMap {
		display: block;
		max-width: 439px;
		margin: 0 auto 40px auto;
		overflow: hidden;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		width: 100%;
	}
		#mfMap img {
			display: block;
			width: 200%;
		}
		#mfMap:hover {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
		}
		#mfMap:hover img {
			margin: 0 0 0 -100%;
		}
		.mfFollow {
			font-weight: bold;
			font-size: 18px;
			display: block;
			padding: 0 0 20px 0;
			text-transform: uppercase;
			text-align: center;
			transition: .4s;
			-webkit-transition: .4s;
		}
		#socials {
				overflow: visible;
				max-width: 220px;
				padding: 0;
				margin: 0 auto;
				text-align: center;
		}
		.fs {
				width: 63px;
				height: 67px;
				display: inline-block;
				list-style-type: none;
				list-style-position: outside;
				margin: 0 1px;
		}
		#fs1 {margin: 0;}
		#fs6 {
			width: 67px;
		}
		.fs a {
				display: block;
				height: 100%;
				width: 100%;
				overflow: hidden;

				vertical-align: middle;
				-webkit-transform: perspective(1px) translateZ(0);
				transform: perspective(1px) translateZ(0);
				-webkit-transition-duration: 0.3s;
				transition-duration: 0.3s;
				-webkit-transition-property: transform;
				transition-property: transform;
				-webkit-transition-timing-function: ease-out;
				transition-timing-function: ease-out;
		}
		.fs img {display: block;}
		.fs a:hover {
			-webkit-transform: translateY(-8px);
			transform: translateY(-8px);
		}
		.fs a:hover img {margin-top: -68px;}
		#fs2 img {margin-left: -64px;}
		#fs3 img {margin-left: -128px;}
		#fs4 img {margin-left: -192px;}
		#fs5 img {margin-left: -256px;}
		#fs6 img {margin-left: -320px;}

#amnBrandingWrapper {
	background: #fff;
	font-family: 'PT Sans', sans-serif;
}
	#amnDisclaimerCont {
		max-width: 1200px;
		margin: 0px auto;
		padding: 40px 20px 0 20px;
	}
	#amnBrandingCont {
		text-align: left;
		padding: 10px 20px 20px 20px;
	}
		#amnLogo {
			display: block;
			max-width: 127px;
			margin: 0 auto 10px auto;
		}
			#amnLogo img {
				display: block;
				width: 100%;
			}
		#amnBranding {
			display: block;
			color: #000;
			font-weight: bold;
			font-size: 17px;
			text-transform: uppercase;
			position: relative;
			padding: 0 0 10px 20px;
		}
			#amnBranding:before {
				content: " ";
				display: inline-block;
				position: relative;
				background-repeat: no-repeat;
				background-position: 0 0;
				right: 6px;
				top: 2px;
				background-image: url("img/icons/copyright.png");
				width: 15px;
				height: 15px;
			}
			#amnFooterLinks {
				padding: 0;
				text-align: center;
			}
				.amnFLink {
					list-style-type: none;
					list-style-position: outside;
					display: inline-block;
				}
					.amnFLink a {
						display: block;
						color: #000;
						position: relative;
						padding: 0 12px 0 8px;
						text-transform: uppercase;
						font-size: 12px;
						font-weight: bold;
						transition: .4s;
						-webkit-transition: .4s;
					}
					#amnFLink1 a {
						padding: 0 12px;
					}
						.amnFLink a:hover {
							color: #288ac8;
						}
						#amnFLink1 a:before {
							content: " ";
							display: block;
							position: absolute;
							background-repeat: no-repeat;
							background-position: 0 0;
							width: 2px;
							height: 11px;
							left: 0;
							top: 1px;
							background-image: url('img/icons/brandingPseudo.png');
						}
						.amnFLink a:after {
							content: " ";
							display: block;
							position: absolute;
							background-repeat: no-repeat;
							background-position: 0 0;
							width: 2px;
							height: 11px;
							right: 0;
							top: 1px;
							background-image: url('img/icons/brandingPseudo.png');
						}


/*      MEDIA QUERIES FOOTER     */


@media screen and (min-width: 450px) {
					#fBlock1 h2, #fBlock1 .mainFooter-heading {
						font-size: 41px;
					}
					#socials {
						max-width: none;
						width: 300px;
					}
}
@media screen and (min-width: 500px) {
					#amnBrandingCont {
						overflow: hidden;
						width: 430px;
						margin: 0px auto;
					}
						#amnLogo {
							display: inline-block;
							float: left;
							margin: 2px auto 0 auto;
						}
						#amnBranding {
							display: inline-block;
							float: left;
							font-size: 19px;
							padding: 0 0 0 20px;
						}
						#amnFooterLinks {
							display: inline-block;
							float: left;
							padding: 0 0 0 15px;
						}
}
@media screen and (min-width: 600px) {
					#fBlock1 {
						width: 460px;
						margin: 0px auto;
						overflow: hidden;
					}
					#fBlock1 h2, #fBlock1 .mainFooter-heading {
						font-size: 46px;
					}
					#fBlock1 h3 {
						font-size: 28px;
					}
						#mfAddress {
							display: inline-block;
							float: none;
							padding: 0 0 30px 57px;
							font-size: 20px;
							line-height: 1.3;
							max-width: none;
						}
							#mfAddress:before {
								left: 0;
								top: 3px;
							}
						#mfDigitsCont {
							display: block;
							overflow: hidden;
							float: none;
						}
}
@media screen and (min-width: 641px) {
	#gform_1 input {
		background-position: 10px 8px;
	}
}
@media screen and (min-width: 800px) {
				#mfCont {
					overflow: hidden;
					padding: 40px 0;
					max-width: 960px;
					margin: 0px auto;
				}
					#fBlock2 {
						display: inline-block;
						float: left;
						max-width: none;
						width: 58%;
					}
					#fBlock3 {
						display: inline-block;
						float: right;
						max-width: 439px;
						width: 38%;
					}
						#socials {
							width: 220px;
						}
						#gform_1 .gform_heading {
							margin-bottom: 0;
						}
						#gform_1 .gform_description {
							margin-bottom: 0;
						}
						#gform_1 .gfield {
							padding-right: 0;
						}
}
@media screen and (min-width: 1000px) {
					#fBlock1 h2, #fBlock1 .mainFooter-heading {
						font-size: 50px;
					}
					#fBlock1 h3 {
						font-size: 29px;
					}
						#socials {
							width: 300px;
						}
}
@media screen and (min-width: 1100px) {
			#mfCont {
				max-width: 1200px;
				padding: 70px 0;
			}
				#fBlock1 {
					display: inline-block;
					float: left;
					width: 30%;
					text-align: left;
				}
					#mfAddress {
						display: block;
						float: none;
						text-align: left;
						margin: 0;
						width: auto;
					}
					#mfDigitsCont {
						display: block;
						float: none;
					}
				#fBlock2 {
					width: 30%;
					margin: 0 6% 0 4%;
				}
					#gform_1 textarea {
						height: 155px;
					}
				#fBlock3 {
					width: 30%;
					float: left;
				}
					.mfFollow {
						padding: 0 0 10px 0;
					}
						#socials {
							width: 220px;
						}
}
@media screen and (min-width: 1300px) {
		#mfCont {
			padding: 100px 0;
		}
				#fBlock1 h2, #fBlock1 .mainFooter-heading {
					font-size: 53px;
				}
				.mfDigits {
					font-size: 22px;
				}
			#fBlock2 {
				margin: 0 85px 0 35px;
			}
					#socials {
						width: 300px;
						margin: 0;
					}
						.mfFollow {
							text-align: left;
						}
			#amnDisclaimerCont {
				padding: 52px 20px 0 20px;
			}
			#amnBrandingCont {
				padding: 21px 20px 37px 20px;
			}
}
@media screen and (min-width: 1600px) {
		#mfCont {
			padding: 120px 0;
			width: 1320px;
			max-width: none;
		}
				#fBlock1 h2, #fBlock1 .mainFooter-heading {
					font-size: 56px;
				}
				#fBlock1 h3 {
					font-size: 31px;
					padding: 0 0 36px 0;
				}
				#mfAddress {
					font-size: 22px;
					padding: 0 0 36px 57px;
				}
				.mfDigits {
					font-size: 23px;
				}
			#fBlock2 {
		    margin: 0 100px 0 32px;
			}
			#gform_1 input {
				padding: 17px 20px 15px 53px;
				background-position: 11px 12px;
			}
			#gform_1 #gform_submit_button_1 {
				font-size: 22px;
			}
			.mfFollow {
				font-size: 20px;
			}
			#mfMap {
		    margin: 0 auto 46px auto;
			}
			#amnDisclaimerCont {
				max-width: 1300px;
			}
}
@media screen and (min-width: 1800px) {
		#mfCont {
			padding: 140px 0;
			width: 1420px;
			max-width: none;
		}
				#fBlock1 h2, #fBlock1 .mainFooter-heading {
					font-size: 60px;
				}
				#fBlock1 h3 {
					font-size: 33px;
				}
				#mfAddress {
					font-size: 24px;
				}
					#mfAddress:before {
						top: 7px;
					}
				.mfDigits {
					font-size: 26px;
				}
		#fBlock2 {
			margin: 0 115px 0 27px;
		}
		#gform_1 #gform_submit_button_1 {
			font-size: 24px;
		}
				.mfFollow {
					font-size: 22px;
				}
			#amnDisclaimerCont {
				max-width: 1400px;
			}
			#socials {
				width: 414px;
			}
}
@media screen and (min-width: 2040px) {
		#mfCont {
			padding: 160px 0;
			width: 1720px;
			max-width: none;
		}
				#fBlock1 h2, #fBlock1 .mainFooter-heading {
					font-size: 63px;
				}
				#fBlock1 h3 {
					font-size: 36px;
					padding: 0 0 42px 0;
				}
				#mfAddress {
					font-size: 26px;
					padding: 0 0 42px 57px;
				}
					#mfAddress:before {
						top: 9px;
					}
				.mfDigits {
					font-size: 28px;
				}
		#fBlock2 {
			margin: 0 194px 0 55px;
		}
				#gform_1 #gform_submit_button_1 {
					font-size: 26px;
				}
				#mfMap {
					margin: 0 auto 52px auto;
				}
				#amnDisclaimerCont {
					max-width: 1700px;
				}
}
/* @media screen and (min-width: 641px) { */
/* #gform_wrapper_3 { */
  /* max-width: none; */
  /* width: 440px; */
  /* display: inline-block; */
  /* transition: 300ms; */
  /* float: right; */
  /* vertical-align: top; */
  /* background: #c0383c; */
  /* border-radius: 0 0 0 5px; */
  /* padding: 5px 20px 20px 20px; */
  /* vertical-align: top; */
/* margin: 0px; } */
/* #contact-tab-wrap { */
	/* right: -385px; */
	/* } */
/* } */
@media screen and (max-width: 1199px) {
#gform_wrapper_3 {
  max-width: none;
  width: 440px;
  display: inline-block;
  transition: 300ms;
  float: right;
  vertical-align: top;
  background: #c0383c;
  border-radius: 0 0 0 5px;
  padding: 5px 20px 20px 20px;
  vertical-align: top;
margin: 0px; }
#contact-tab-wrap {
	right: -480px;
	}
}
@media screen and (min-width: 1200px) {
#contact-tab-wrap {
  display: block;
  position: fixed;
  right: -480px;
  z-index: 999;
  overflow: hidden;
  top: 130px;
  transition: 300ms;
  padding: 0 0 39px;
}
#gform_wrapper_3 h3.gform_title {
  display: none;
}
  #contact-tab-wrap.slide {
    right: 0;
  }
#contact-tab {
  display: block;
  float: left;
  right: 0;
  z-index: 999;
  width: 110px;
  height: 161px;
  overflow: hidden;
  transition: 300ms;
  /*background: url(img/qcf-shdw.png) right bottom no-repeat;*/
  padding: 0 0 39px;
}
#contact-tab img {display: block;}
#gform_wrapper_3 {
  max-width: none;
  width: 440px;
  display: inline-block;
  transition: 300ms;
  float: right;
  vertical-align: top;
  background: #c0383c; /* mod me */
  border-radius: 0 0 0 5px;
  padding: 5px 20px 20px 20px;
  vertical-align: top;
  margin: 0px;
}
  #gform_wrapper_3.gform_show {
    display: inline-block;
  }
    #gform_fields_3 .gfield .ginput_container textarea {
      border-radius: 5px;
      border: none;
      height: 100px;
    }
    #gform_fields_3 .gfield .ginput_container input {
      display: block;
      outline: none;
      border: none;
      border-radius: 5px;
      font-family: 'Droid Sans', sans-serif;
      color: #000;
      padding: 10px 0 10px 10px;
      margin: 0 0 20px;
      width: 100%;
      resize: none;
      height: 39px;
      box-sizing: border-box;
      background: #fff;
    }
    #gform_fields_3 .gfield .gfield_captcha_input_container input {
      display: block;
      outline: none;
      border: none;
      border-radius: 5px;
      font-family: 'Droid Sans', sans-serif;
      color: #000;
      padding: 10px 0 10px 10px;
      margin: 0 0 20px;
      width: 50%;
      resize: none;
      height: 39px;
      box-sizing: border-box;
      background: #fff;
    }
    #gform_wrapper_3 .gfield_captcha_input_container {
      padding-top: 0;
    }
    #gform_wrapper_3 .gfield_captcha_container img.gfield_captcha {
      float: right!important;
    }
    #gform_wrapper_3 .top_label .gfield_label {
      color: #fff;
      display: none;
    }
      #gform_wrapper_3 .gfield_required {
        color: #fff;
      }
    #gform_wrapper_3 .gform_footer #gform_submit_button_3 {
      background-image: url(img/icons/form-arrow.png);
      background-repeat: no-repeat;
      background-position: center right 20px;
      background-color: #eb6a6e; /* mod me */
      color: #fff;
      width: 300px;
      margin: 0 auto;
      border-radius: 5px;
      text-indent: -20px;
      font-weight: bold;
      display: block;
      outline: none;
      border: none;
      height: 39px;
      box-sizing: border-box;
      padding: 10px 0 10px 10px;
      transition: 300ms;
    }
      #gform_wrapper_3 .gform_footer #gform_submit_button_3:hover {
        background-color: #f88185; /* mod me */
        background-position: center right 10px;
        transition: 300ms;
      }
}
/*#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;
}
.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;
	}
	.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;
	}
}
@media screen and (min-width: 600px){
#amnBrandingCont {
    width: 618px;
}
}
.home .video-wrap {
    max-width: 300px;
    margin: auto;
}
.banner-2 {
    background: url(img/librery.png) no-repeat bottom left, url(img/banbg2.png) repeat;
    text-align: center;
    padding: 30px 30px;
}
.banner-2 p {
    color: #fff!important;
    font-size: 28px;
    font-weight: 100;
    margin: 0!important;
    padding: 0px!important;
	line-height: 57px;
}
.banner-2 img {
    float: left;
    border: 5px solid #FFF;
    box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.17);
    border-radius: 100%;
    border-color: #3f2625;
}
.banner-2 p b {
    color: #e6ca00;
    font-weight: 600;
}
#fBlock1 li a {
    color: #fff;
}
#fBlock1 li a:hover{
	color: #33a3e9;
}
@media(min-width: 361px) and (max-width: 400px){
	.home #homeslides .slideBox {
    bottom: 0%;
	}
}
@media screen and (max-width:360px) {
	#contentArea {
		overflow: inherit
	}
	.home #homeslides .slideBox {
    bottom: 0%;
	}
}
@media screen and (max-width:899px){
	#mcCont {
		/*display: table-footer-group;*/
	}
	#sidebar {
		display: table-header-group;
	}
	#mainMenu li ul {
	    display: none;
	}
}
.fa-star:before {
    color: #f8c713;
}
.Stars {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
.Stars .fa{
	font-size: 18px;
}
.sbTestInnerBox .Stars {
	margin-bottom: 0px;
}
.testimonial-section ul {
	list-style: none!important;
	padding: 0;
}
.testimonial-section .right {float: right;}
.testimonial-section span {
	float: right;
}
.footer_cta {
    color: #fff;
    line-height: 1;
    text-align: center;
    background: #325f93;
}
.footer_cta>.wrap {
    margin: auto;
    padding: 20px;
    max-width: 1040px;
}
.footer_cta .highlight {
    display: block;
    padding: 10px 0 10px;
    color: #aec6e8;
    font-size: 22px;
    text-transform: uppercase;
    vertical-align: middle;
}
.footer_cta a.number {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
}
.footer_cta a.number>span {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 3px 0 0 24px;
    height: 29px;
}
.footer_cta a.number>span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background: url(img/icons/phone-white.png) no-repeat center;
    background-size: 16px;
}
@media screen and (min-width: 500px){
.footer_cta .highlight, .footer_cta .label, .footer_cta a.number {
    display: inline-block;
    vertical-align: middle;
}
.footer_cta .highlight {
    padding: 0 20px 0;
}
}
@media screen and (min-width: 800px){
.footer_cta .label {
    font-size: 28px;
}
.footer_cta .highlight {
    font-size: 30px;
}
.footer_cta a.number {
    font-size: 34px;
}
.footer_cta a.number>span {
    padding: 3px 0 0 34px;
    height: 42px;
}
.footer_cta a.number>span:before {
    width: 24px;
    background-size: 24px;
}
}
@media screen and (min-width: 1100px){
.footer_cta>.wrap {
    padding: 39px 20px 37px;
}
.footer_cta .label {
    padding: 4px 0 0;
    font-size: 35px;
}
.footer_cta .highlight {
    padding: 6px 20px 0 16px;
    font-size: 35px;
}
.footer_cta a.number {
    font-size: 55px;
}
.footer_cta a.number>span {
    padding: 8px 0 0 51px;
    height: 68px;
}
.footer_cta a.number>span:before {
    width: 38px;
    background-size: auto;
}
}
@media (min-width: 600px){
.brand{
	float: left;
}
}
.banner-2 {
    margin-bottom: 30px;
}
#socials {
    max-width: 270px;
    width: 270px;
}
.hreview-aggregate {
    text-align: center;
    padding: 25px 10px 0px;
}
@media(max-width: 767px){
.banner-2 img {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#mainContent .banner-2 p {
    text-align: center;
    font-size: 20px;
}
body.home #sbAreasCont, .page-template-default #sidebar {
    display: block!important;
}
#hpMoreTestsCont h2 {
    text-align: center;
    margin-top: 20px;
}
#hpMoreTests {
    margin-left: auto;
    margin-right: auto;
}
.sidebar aside#black-studio-tinymce-2.gform_widget {
    display: none;
}
}



/*css for h2 heading  */
.article h2 {
    font-size: 20px;
    
}

#contact-tab-wrap {
    display: block !important;
    
}


/* try */
h2 {
  font-size: 1.8rem;
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.accordion a::after {
	font-family: 'FontAwesome';
    content: '\f067';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    text-align: center;
}

.accordion a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #03b5d2;
}

.accordion .content {
  display: none;
  padding: 1rem;
  overflow: hidden;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

nav.mm ul ul ul {
    left: 100%;
    background: #7fb3da;
    overflow-y: auto;
    height: auto;
    max-height: 300px;
}


button.submenu-toggle{
    position: absolute;
    top: 10px;
    right: 3px;
    width: 20px;
    text-align: center;
    border: 0;
    background: #0a4369;
    color: #fff;
    display: none;
}

#mainMenu ul li{
	position: relative;
}





/*------------------------css for tab view menu ---------------------*/


@media (max-width: 1249px) and (min-width: 800px) {
	nav.mm {
	    background: #222 !important;
	    bottom: -10px;
	}
	#logo-main {
	    margin: 10px;
	}
	#mhPhone {
	    top: 0px;
	}
}
