/*
Theme Name: Law Offices of Jonathan M. Pennell (Responsive Website)
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: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: #0071ab;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}

.animated{ opacity: 0; }
.officiallyAnimated{ opacity: 1; }

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
  -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
#mhWrapper {
	padding: 0 20px;
	background-color: #fff;
}
#mainHeader {
	padding: 30px 0;
	max-width: 1040px;
	margin: 0px auto;
}
#mainHeader.animated {opacity: 1;}
	#logo-main {
		display: block;
		max-width: 342px; /*modme*/
		margin: 0 auto 30px auto;
		width: 90%
	}
	#logo-main img {display: block; width: 100%;}
	#mhRight {
		font-family: 'Montserrat', sans-serif;
		color: #000;
		text-align: center;
	}
		.mhCTA {
			text-transform: uppercase;
			font-size: 15px;
			display: block;
			padding: 0 0 10px 0;
			margin: 0 auto 15px auto;
			position: relative;
			transition: .5s;
			-webkit-transition: .5s;
		}
			.mhCTA:after {
				content: '';
				display: block;
				position: relative;
				background-color: #c1c1c1;
				width: 75px;
				margin: 0px auto;
				height: 1px;
				bottom: -10px;
				left: 0;
				transition: .5s;
				-webkit-transition: .5s;
			}
		.mhPhone {
			display: block;
			color: #000;
			font-size: 25px;
			position: relative;
			transition: .5s;
			-webkit-transition: .5s;
		}
			.mhPhone:before {
				content: '';
				display: inline-block;
				position: relative;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-image: url(img/icons/handset.png);
				width: 18px;
				height: 34px;
				bottom: -8px;
				left: -10px;
				transition: .5s;
				-webkit-transition: .5s;
			}

	#mmSearch a {width: 26px; height: 45px;} /* width of icon, height of cell */
	#mmsForm {top: 45px;} /* height of cell */
	#mmsForm, #mmSearch:hover a {background-color: #e1e1e1;}
	#mmsSubmit:hover {background: #333;} /* mod me (optional) */
	#mmSearch {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; vertical-align: middle; display: none; position: relative;}
	#mmSearch a {
		padding-top: 0;
		padding-bottom: 0;
		cursor: default;
		background: url(img/icons/search.png) center center no-repeat;
	}
	#mmsForm {
		display: inline-block;
		box-sizing: border-box;
		padding: 7px 10px 7px 40px;
		border-radius: 5px;
		width: 200px;
	}
	#mmSearch:hover #mmsForm {display: block;}
	#mmsInput {
		display: block;
		font-size: 13px;
		height: 16px;
		width: 90%;
		line-height: 1;
		color: #000;
		background: #e1e1e1;
		text-transform: uppercase;
		padding: 3px 5px;
		border: 1px solid #DDD8D1;
		border: none;
	}
	#mmsSubmit {
		float: right;
		display: none;
		border: 0;
		height: 24px;
		width: 60px;
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		text-transform: uppercase;
		margin: 13px 10px 0 0;
		padding: 0;
		background: #000;
		color: #fff;
		cursor: pointer;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}


/* 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: #e9892e;
	position: relative;
	z-index: 100;
}
	body.home nav.mm:after {
		display: none;
	}
	nav.mm:after {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/subNavShadow.png);
		width: 100%;
		height: 34px;
		bottom: -34px;
		left: 0px;
		z-index: 3;
	}
nav.mm > ul > li {
	border-right: 1px solid #fcbb6f;
	position: relative;
}
nav.mm > ul > li:first-child {
	padding: 0 0 0 1px;
}
nav.mm > ul > li:first-child:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #c16828;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0px;
}
nav.mm > ul > li > a {
    padding: 14px 10px;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1;
		border-right: 1px solid #c16828;
		position: relative;
}
/*nav.mm > ul > li > a {
    padding: 13px 10px;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1;
		border-right: 1px solid #002c48;
		position: relative;
}*/
/*nav.mm > ul > li:first-child a:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #1f88cd;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0px;
}*/
nav.mm > ul > li:first-child a:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fcbb6f;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0px;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 40px;}
nav.mm > ul {height: 40px;}
nav.mm > ul > li:hover > a {
	background: #ffb45d;
	background: -webkit-linear-gradient(#ffb45d, #ff8e00);
	background: -o-linear-gradient(#ffb45d, #ff8e00);
	background: -moz-linear-gradient(#ffb45d, #ff8e00);
	background: linear-gradient(#ffb45d, #ff8e00);
}
nav.mm ul ul {background: #f7aa61; width: 180px; border: 1px solid #e48225;}

nav.mm ul ul li:hover > a {background: #fbbb7f; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #e48225;}
nav.mm ul ul a {
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
		font-family: 'Montserrat', sans-serif;
    text-transform: none;
		font-weight: bold;
    line-height: 1.3;
    font-weight: normal;
}
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; z-index: 90;}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #ed8c29;} /*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: 'Montserrat', 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 #e67604;} /*modme*/
	#mm1 {border-left: 1px solid #e67604;} /*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%;
	background: #eab986; /*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: #ffad58; /*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: #ed8c29; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #ffad58;} /*modme*/



/*				MEDIA QUERIES MAIN HEADER        */


@media screen and (min-width: 550px) {
			#mhRight {

			}
			.mhCTA {
				display: inline-block;
				padding: 0 25px;
				margin: 0 0 20px 0;
			}
}
@media screen and (min-width: 800px) {
    #wrapper {
        padding: 169px 0 0; /*modme*/
    }
    #persistentHeader{
    	background: #fff; /*modme*/
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
    }
    body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	#mainHeader {
		overflow: hidden;
		padding: 20px 0;
		transition: .5s;
		-webkit-transition: .5s;
	}
		body.sticky_zone #mainHeader {
			padding: 10px 0;
		}
		#logo-main {
			display: inline-block;
			float: left;
			max-width: none;
			width: 310px;
			margin: 0;
			transition: .5s;
			-webkit-transition: .5s;
		}
			body.sticky_zone #logo-main {
				width: 260px;
			}
		#mhRight {
			display: inline-block;
			width: 435px;
			float: right;
			text-align: right;
			padding: 24px 0 0 0;
			transition: .5s;
			-webkit-transition: .5s;
		}
			body.sticky_zone #mhRight {
				padding: 18px 0 0 0;
			}
			.mhCTA {
				font-size: 14px;
				margin: 0 0 10px 0;
			}
				body.sticky_zone .mhCTA {
					margin: 0 0 5px 0;
				}
				.mhCTA:after {
					right: 0;
					bottom: 0;
					top: 3px;
					width: 1px;
					position: absolute;
					display: block;
					height: 12px;
					background-color: #000;
					margin: 0;
					left: inherit;
				}
			.mhCTA2 {
				padding: 0 0 0 20px;
			}
				.mhCTA2:after {
					display: none;
				}
			.mhPhone {
				display: inline-block;
				padding: 7px 0 0 0;
				margin: -5px 0 0 0;
			}
				.mhPhone:before {
					background-size: 14px 27px;
					width: 14px;
					height: 27px;
					top: 3px;
				}
			#mmSearch {
				display: inline-block;
				position: relative;
				vertical-align: top;
				margin: 0 0 0 20px;
			}
				#mmSearch:before {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(img/icons/search.png);
					width: 23px;
					height: 23px;
					top: 8px;
					left: 10px;
				}
				#mmSearch:hover:before {
					background-position: -23px 0;
				}
				#mmSearch:hover #mmsInput {
					color: #59ade0;
				}
}
@media screen and (min-width: 1000px) {
body.home nav.mm > ul > li > a {
	padding: 14px 19px;
}
nav.mm > ul > li > a {
	padding: 13px 19px;
}
}
@media screen and (min-width: 1100px) {
	#mhRight {
		width: 550px;
	}
		#mmsForm {
			width: 250px;
			transition: .5s; -webkit-transition: .5s;
		}
}
@media screen and (min-width: 1460px) {
	#wrapper {
		padding: 200px 0 0 0;
	}
	#mainHeader {
		max-width: 1400px;
	}
		#logo-main {
			width: 342px;
		}
			body.sticky_zone #logo-main {
				width: 342px;
			}
		#mhRight {
			width: 900px;
			max-width: none;
			padding: 41px 0 0 0;
		}
			body.sticky_zone #mhRight {
				padding: 43px 0 0 0;
			}
			.mhCTA {
				position: relative;
				bottom: 4px;
			}
			.mhCTA2 {
				padding: 0 20px;
			}
				.mhCTA2:after {
					display: block;
				}
			.mhPhone {
		    padding: 7px 0 0 28px;
			}
			#mmSearch {
				margin: 0 0 0 10px;
			}
			nav.mm > ul {
				height: 48px;
			}
				nav.mm > ul > li > ul {
					top: 48px;
				}
					nav.mm > ul > li > a {
						font-size: 15px;
						padding: 17px 35px 16px 35px;
					}
					body.home nav.mm > ul > li > a {
						font-size: 15px;
						padding: 17px 35px 16px 35px;
					}
}
@media screen and (min-width: 1860px) {
	#wrapper {
		padding: 221px 0 0 0;
	}
	#mainHeader {
		max-width: 1800px;
	}
		#mhRight {
			width: 1100px;
		}
		.mhPhone {
			padding: 0 0 0 33px;
		}
			.mhPhone:before {
				background-size: 18px 34px;
				width: 18px;
				height: 34px;
				top: 6px;
			}
		.mhCTA {
			padding: 0 30px;
		}
			.mhCTA:after {
				background-position: 0 0;
				background-image: url(img/icons/mhPseudo.png);
				width: 2px;
				height: 15px;
				top: 1px;
			}
		#mmSearch {
			margin: 0 0 0 15px;
		}
		nav.mm > ul {
			height: 55px;
		}
			nav.mm > ul > li > ul {
				top: 55px;
			}
				body.home nav.mm > ul > li > a {
					font-size: 16px;
					padding: 20px 60px 19px 60px;
				}
				nav.mm > ul > li > a {
					font-size: 16px;
					padding: 20px 60px 19px 60px;
				}
}

#hsWrapper {
	background-color: #001c2f;
	overflow: hidden;
}
#homeslidesWrapper {overflow: hidden;}
#homeslides {
    position: relative;
    height: 420px;
    background-color: #012237;
		overflow: hidden;
}
.homeslide {
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
		display: none;
}
	.homeslideImg {
		background-position: center top;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	#homeslide1 {display: block;}
	#homeslide2 .homeslideImg {
		background-position: right 0;
	}
	#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);
	}
.slideBox {
    position: absolute;
    bottom: 0;
    background: #012237;
    width: 100%;
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;
		text-align: center;
		font-family: 'Lato', sans-serif;
}
.slideHeadTop {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.slideHead {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
	padding: 0 0 10px 0;
	display: block;
}
	.slideHead span {
		font-family: 'Montserrat', sans-serif;
		color: #59ade0;
		display: block;
		font-size: 20px;
	}
.slideBody {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	max-width: 500px;
	margin: 0px auto;
	padding: 0 0 10px 0;
}
.slideMore {
	display: block;
}
.slideMore a {
	display: block;
	color: #fff;
	padding: 5px 5px 7px 5px;
	border: 1px solid #59ade0;
	max-width: 280px;
	margin: 0px auto;
	border-radius: 3px;
	transition: .5s;
	-webkit-transition: .5s;
}
	.slideMore a:hover {
		border: 1px solid #fff;
		background-color: #5baee0;
	}
.subslide {
		margin: 0 0 20px 0;
		max-width: 1312px;
}
	.subslide img {
		display: block;
		width: 100%;
	}


/*      MEDIA QUERIES HOMESLIDES      */



@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides {
		height: 400px;
		overflow: hidden;
		background-color: #001c2f;
	}
	@keyframes ncburnsZoomIn {
		0% {
			opacity: 0;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
			1.5625% {
			opacity: 1;
		}
		100% {
			-webkit-transform: scale(1.31);
			transform: scale(1.31);
		}
	}
	.homeslideImg {
			background-position: right top;
			background: no-repeat 50% 50%;
			-webkit-animation-name: ncburnsZoomIn; /* modify */
			animation-name: ncburnsZoomIn; /* modify */
			-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;
			opacity: 1;
			-webkit-transform: scale(1.2);
			transform: scale(1.2);*/
			-webkit-animation-name: ncburnsZoomIn; /* modify */
			animation-name: ncburnsZoomIn; /* modify */
		}
		#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);
		}
		.homeslide .homeslideImg.ieSlide {
		  -webkit-animation-name: none;
		  animation-name: none;
		  transform: none;
		  -webkit-transform: none;
		}
		.slideContent {
			height: 100%;
			max-width: 1040px;
			margin: 0px auto;
			transition: .5s;
			-webkit-transition: .5s;
		}
		@-webkit-keyframes fadeInDown {
		  from {
		    opacity: 0;
		    -webkit-transform: translate3d(0, -100%, 0);
		    transform: translate3d(0, -100%, 0);
		  }

		  to {
		    opacity: 1;
		    -webkit-transform: none;
		    transform: none;
		  }
		}
		@keyframes fadeInDown {
		  from {
		    opacity: 0;
		    -webkit-transform: translate3d(0, -100%, 0);
		    transform: translate3d(0, -100%, 0);
		  }

		  to {
		    opacity: 1;
		    -webkit-transform: none;
		    transform: none;
		  }
		}
			.slideBox {
				background-color: transparent;
				bottom: 68px;
				width: 400px;
				transition: .5s;
				-webkit-transition: .5s;
			}
			.slideBox2 {
				bottom: 45px;
			}
			.slideBox3 {
				bottom: 59px;
			}
				.slideHead {
					font-size: 42px;
					position: relative;
					margin: 0 0 30px 0;
					opacity: 0;
					left: -3000px;
					transition: 2s;
					-webkit-transition: 2s;
				}
				.slideHead span {
					opacity: 0;
					transition: 2s;
					-webkit-transition: 2s;
				}
				.slideTxtAnimate .slideHead {
					left: 0;
					opacity: 1;
				}
					.slideHead:after {
						content: '';
						display: block;
						position: relative;
						background-color: #59ade0;
						width: 0;
						height: 2px;
						bottom: -20px;
						left: 0px;
						margin: 0px auto;
						opacity: 0;
					}
					@keyframes ruler {
						0% {
							width: 0;
						}
						25% {
							width: 20px;
						}
						50% {
							width: 40px;
						}
						75% {
							width: 60px;
						}
						90% {
							width: 80px;
						}
						100% {
							width: 80px;
						}
					}
					@-webkit-keyframes ruler {
						0% {
							width: 0;
						}
						25% {
							width: 20px;
						}
						50% {
							width: 40px;
						}
						75% {
							width: 60px;
						}
						90% {
							width: 80px;
						}
						100% {
							width: 80px;
						}
					}
					.slideTxtAnimate2 .slideHead:after {
						opacity: 1;
						-webkit-animation: ruler .75s ease-in; /* Safari 4.0 - 8.0 */
						animation: ruler .75s ease-in;
						  -webkit-animation-fill-mode: forwards;
					}
					.slideTxtAnimate2 .slideHead2:after {
						opacity: 1;
						-webkit-animation: ruler .75s ease-in; /* Safari 4.0 - 8.0 */
						animation: ruler .75s ease-in;
						  -webkit-animation-fill-mode: forwards;
					}
					.slideTxtAnimate2 .slideHead span {
						opacity: 1;
					}
					.slideTxtAnimate2 .slideHead2 span {
						opacity: 1;
					}
					.slideHead2 {
						font-size: 32px;
					}
					.slideHead3 {

					}
			.slideBody {
				opacity: 0;
				padding: 0 0 25px 0;
				position: relative;
				bottom: -75px;
				transition: 1s;
				-webkit-transition: 1s;
			}
				.slideTxtAnimate3 .slideBody {
						bottom: 0;
						opacity: 1;
				}
			.slideMore {
				padding: 5px;
				border-top: 2px solid #59ade0;
				border-bottom: 2px solid #59ade0;
				max-width: 290px;
				margin: 0px auto;
				position: relative;
				height: 55px;
				box-sizing: border-box;
				opacity: 0;
				top: -50px;
				transition: 1s;
				-webkit-transition: 1s;
			}
				.slideTxtAnimate4 .slideMore {
					top: 0;
					opacity: 1;
				}
				.slideMore:before {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(img/icons/hsButtonBefore.png);
					width: 4px;
					height: 55px;
					top: -2px;
					left: -3px;
					overflow: hidden;
				}
				.slideMore:after {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(img/icons/hsButtonAfter.png);
					width: 4px;
					height: 55px;
					top: -2px;
					right: -4px;
					overflow: hidden;
				}
				.slideMore a {
					border: 0;
					height: 41px;
					padding: 9px 10px 0 10px;
					box-sizing: border-box;
					font-size: 17px;
				}
				.slideMore:hover {
					border-top: 2px solid #fff;
					border-bottom: 2px solid #fff;
				}
					.slideMore:hover:before {
						background-position: -5px 0;
					}
					.slideMore:hover:after {
						background-position: -4px 0;
					}
				.slideMore:hover a {
					background-color: #59ade0;
				}
				.slideMore a:hover {
					border: 0;
				}
}
@media screen and (min-width: 1460px) {
			#homeslides {
				height: 475px;
			}
			#homeslideImg1 {
				background-image: url(img/slides/home/1460/1.jpg);
			}
			#homeslideImg2 {
				background-image: url(img/slides/home/1460/2.jpg);
			}
			#homeslideImg3 {
				background-image: url(img/slides/home/1460/3.jpg);
			}
			.slideContent {
				max-width: 1400px;
			}
				.slideBox {
					width: 730px;
					padding: 15px 20px 15px 80px;
				}
				.slideBox2 {
					padding: 15px 20px 15px 0px;
					width: 770px;
					bottom: 35px;
				}
				.slideBox3 {
					padding: 15px 20px 15px 40px;
					bottom: 55px;
				}
					.slideHead {
						font-size: 75px;
					}
					.slideHeadTop {
						font-size: 40px;
					}
						.slideHead:after {
							width: 100px;
						}
					.slideHead span {
						font-size: 28px;
					}
				.slideBody {
					font-size: 20px;
					padding: 0 0 40px 0;
				}
				.slideBox2 .slideBody {
					max-width: 585px;
				}
				.subslide {
					margin: 0 0 30px 0;
				}
}
@media screen and (min-width: 1860px) {
			#homeslides {
				height: 525px;
			}
			#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);
			}
			.slideContent {
				max-width: 1800px;
			}
				.slideBox {
					width: 850px;
					bottom: 80px;
					padding: 15px 20px 15px 80px;
				}
				.slideBox2 {
					padding: 15px 20px 15px 0;
					width: 950px;
					bottom: 54px;
				}
				.slideBox3 {
					bottom: 76px;
				}
				.slideHeadTop {
					font-size: 60px;
					line-height: 1;
				}
					.slideHead {
						font-size: 90px;
					}
					.slideHead2 {
						line-height: 1;
					}
					.slideHead3 {
						line-height: 1;
					}
						.slideHead2 span {
							padding: 10px 0 0 0;
						}
						.slideHead:after {
							width: 100px;
						}
					.slideHead span {
						font-size: 35px;
					}
				.slideBody {
					font-size: 24px;
					max-width: 600px;
					padding: 0 0 40px 0;
				}
				.slideBox2 .slideBody {
					max-width: 700px;
				}
}
@media screen and (min-width: 2000px) {
	#homesildeImg {
		background-size: cover;
	}
}
/*			END OF HOMESLIDES MEDIA QUERIES      */



#paWrapper {
	background-color: #002f4d;
	padding: 0;
}
	#pAreas {
		padding: 0;
		border-top: 1px solid #cd8428;
		border-bottom: 1px solid #cd8428;
	}
		.pArea {
			list-style-type: none;
			list-style-position: outside;
			border-top: 1px solid #cd8428;
			border-bottom: 1px solid #cd8428;
			position: relative;
			transition: .5s;
			-webkit-transition: .5s;
		}
			.pArea a {
				font-family: 'Montserrat', sans-serif;
				display: block;
				color: #fff;
				padding: 20px 0 0 70px;
				height: 60px;
				box-sizing: border-box;
				font-weight: bold;
				text-transform: uppercase;
				border-top: 2px solid #57abde;
				border-bottom: 2px solid #57abde;
				font-size: 14px;
				transition: .5s;
				-webkit-transition: .5s;
				position: relative;
				background-image: #004e81;
				background-image: -webkit-linear-gradient(#004e81, #117dc3);
				background-image: -o-linear-gradient(#004e81, #117dc3);
				background-image: -moz-linear-gradient(#004e81, #117dc3);
				background-image: linear-gradient(#004e81, #117dc3);
			}
				.pArea a br {
					display: none;
				}
				.pArea a:before {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-repeat: no-repeat;
					width: 40px;
					left: 12px;
					transition: .5s;
					-webkit-transition: .5s;
				}
				.pArea:hover {
					border-top: 1px solid #d2a56b;
					border-bottom: 1px solid #d2a56b;
				}
				#pArea1 a:before {
					background-image: url(img/icons/carMob.png);
					top: 19px;
					height: 16px;
				}
				#pArea2 a:before {
					background-image: url(img/icons/motorcycleMob.png);
					top: 15px;
					height: 23px;
				}
				#pArea3 a:before {
					background-image: url(img/icons/familyMob.png);
					top: 12px;
					height: 36px;
					width: 30px;
				}
				#pArea4 a:before {
					background-image: url(img/icons/fallMob.png);
					top: 12px;
					height: 35px;
				}
				#pArea5 a:before {
					background-image: url(img/icons/wasteMob.png);
					top:10px;
					height: 36px;
				}
					.pArea:hover a {
						border-top: 2px solid #d2eeff;
						border-bottom: 2px solid #d2eeff;
						background-image: #1f81c2;
						background-image: -webkit-linear-gradient(#1f81c2, #6db7e5);
						background-image: -o-linear-gradient(#1f81c2, #6db7e5);
						background-image: -moz-linear-gradient(#1f81c2, #6db7e5);
						background-image: linear-gradient(#1f81c2, #6db7e5);
					}
					#pArea1:hover a:before {
						-ms-transform: rotate(35deg); /* IE 9 */
						-webkit-transform: rotate(35deg); /* Chrome, Safari, Opera */
						transform: rotate(-35deg);
					}
					#pArea2:hover a:before {
						-ms-transform: rotate(35deg); /* IE 9 */
						-webkit-transform: rotate(35deg); /* Chrome, Safari, Opera */
						transform: rotate(-35deg);
					}
					#pArea3:hover a:before {
						-ms-transform: rotateY(180deg); /* IE 9 */
						-webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
						transform: rotateY(180deg);
					}
					#pArea4:hover a:before {
						-ms-transform: rotate(-35deg); /* IE 9 */
						-webkit-transform: rotate(-35deg); /* Chrome, Safari, Opera */
						transform: rotate(-35deg);
					}
					#pArea5:hover a:before {
						-ms-transform: rotateZ(-360deg); /* IE 9 */
						-webkit-transform: rotateZ(-360deg); /* Chrome, Safari, Opera */
						transform: rotateZ(-360deg);
						transition-property: transform;
						transition-duration: 1s;
						-webkit-transition-propery: transform;
						transition-duration: 1s;
					}


/*				MEDIA QUERIES PRACTICE AREAS					*/


@media screen and (min-width: 500px) {
				.pArea a {
					padding: 23px 0 0 100px;
					height: 65px;150
				}
					.pArea a:before {
						left: 35px;
					}
					#pArea1 a:before {
						top: 23px;
					}
					#pArea2 a:before {
						top: 19px;
					}
					#pArea3 a:before {
						top: 15px;
					}
					#pArea4 a:before {
						top: 16px;
					}
					#pArea5 a:before {
						top: 15px;
					}
}
@media screen and (min-width: 800px) {
	#paWrapper {
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/pAreasWrapper.jpg);
		background-color: transparent;
		padding: 20px 0;
	}
			#pAreas {
				border-top: none;
				border-bottom: none;
				padding: 0 20px;
				text-align: center;
				max-width: 1040px;
				margin: 0px auto;
			}
				.pArea {
					display: inline-block;
					width: 137px;
					border-top: none;
					border-bottom: none;
					vertical-align: top;
					margin: 0 5px;
					height: 118px;
					z-index: 8;
				}
					.pArea:after {
						content: '';
						display: block;
						position: absolute;
						background-position: 0 0;
						background-repeat: no-repeat;
						background-image: url(img/pAreasShadow800.png);
						width: 169px;
						height: 139px;
						top: 0;
						left: 8px;
					}
					.pArea a {
						background-position: 0 0;
						background-repeat: no-repeat;
						background-image: url(img/pArea800.png);
						height: 118px;
						padding: 60px 0 0 0;
						font-size: 9px;
						border-top: none;
						border-bottom: none;
						transition-property: transform;
						transition-duration: .5s;
						z-index: 9;
					}
					.pArea a br {
						display: block;
					}
					#pArea1 a:before {
						left: 50px;
						top: 30px;
					}
					#pArea2 a:before {
						left: 49px;
						top: 25px;
					}
					#pArea3 a:before {
						left: 50px;
						top: 21px;
					}
					#pArea4 a:before {
						left: 45px;
						top: 21px;
					}
					#pArea5 a:before {
						left: 47px;
						top: 19px;
					}
					.pArea:hover {
						border-top: none;
						border-bottom: none;
						transition-property: transform;
						transition-duration: .5s;
					}
					.pArea:hover a {
						background-image: url(img/pArea800.png);
						background-position: -138px 0;
						border-top: none;
						border-bottom: none;
						-ms-transform: rotate(30deg); /* IE 9 */
						-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
						transform: rotate(-30deg);
						transition-property: transform;
						transition-duration: .5s;
					}
					#pArea2:hover a {
						background-position: -137px 0;
					}
					#pArea4:hover a {
						background-position: -137px 0;
					}
}
@media screen and (min-width: 1000px) {
				.pArea {
					margin: 0 19px;
				}
}
@media screen and (min-width: 1100px) {
				.pArea {
					margin: 0 19px;
				}
}
@media screen and (min-width: 1460px) {
			#pAreas {
				max-width: 1400px;
		    padding: 0 0 14px 0;
			}
				.pArea {
					margin: 0 5px;
					height: auto;
					width: auto;
				}
					.pArea:after {
						background-image: url(img/pAreasShadow1400.png);
						width: 270px;
						height: 222px;
						top: 2px;
						left: 15px;
					}
				.pArea a {
					background-image: url(img/pArea1400.png);
					width: 224px;
					height: 191px;
					font-size: 14px;
					padding: 98px 0 0 0;
					transition-property: transform;
					transition-duration: .5s;
				}
				.pArea a:before {
					width: 90px;
				}
				#pArea1 a:before {
					height: 35px;
					top: 50px;
					left: 68px;
					background-image: url(img/icons/car1400.png);
				}
				#pArea2 a:before {
					height: 52px;
					top: 37px;
					left: 68px;
					background-image: url(img/icons/motorcycle1400.png);
				}
				#pArea3 a:before {
					height: 60px;
					width: 50px;
					top: 34px;
					left: 83px;
					background-image: url(img/icons/family1400.png);
				}
				#pArea4 a:before {
					height: 55px;
					width: 63px;
					top: 35px;
					left: 77px;
					background-image: url(img/icons/fall1400.png);
				}
				#pArea5 a:before {
					height: 50px;
					width: 55px;
					top: 38px;
					left: 83px;
					background-image: url(img/icons/waste1400.png);
				}
					.pArea:hover a {
						background-position: -224px 0;
						background-image: url(img/pArea1400.png);
					}
					#pArea2:hover a {
						background-position: -224px 0;
					}
					#pArea4:hover a {
						background-position: -224px 0;
					}
						#pArea1:hover a:before {
							-ms-transform: rotate(20deg); /* IE 9 */
							-webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
							transform: rotate(-20deg);
						}
						#pArea2:hover a:before {
							-ms-transform: rotate(20deg); /* IE 9 */
							-webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
							transform: rotate(-20deg);
						}
}
@media screen and (min-width: 1860px) {
		#paWrapper {
			padding: 40px 0 0 0;
			height: 307px;
			box-sizing: border-box;
		}
			#pAreas {
				max-width: 1800px;
				padding: 0;
			}
				.pArea {
					margin: 0 19px;
				}
					.pArea:after {
						background-image: url(img/pAreasShadow.png);
						width: 320px;
						height: 263px;
					}
					.pArea a {
						background-image: url(img/pArea.png);
						width: 269px;
						height: 229px;
						font-size: 16px;
						box-sizing: border-box;
						padding: 120px 0 0 0;
					}
					.pArea:hover a {
						background-image: url(img/pArea.png);
						background-position: -269px 0;
					}
					#pArea2:hover a {
						background-position: -269px 0;
					}
					#pArea4:hover a {
						background-position: -269px 0;
					}
					#pArea1 a:before {
						width: 127px;
						height: 50px;
						top: 57px;
						left: 70px;
						background-image: url(img/icons/car.png);
					}
					#pArea2 a:before {
						width: 105px;
						height: 61px;
						top: 48px;
						left: 84px;
						background-image: url(img/icons/motorcycle.png);
					}
					#pArea3 a:before {
						height: 76px;
						width: 63px;
						top: 39px;
						left: 99px;
						background-image: url(img/icons/family.png);
					}
					#pArea4 a:before {
						height: 72px;
						width: 82px;
						top: 38px;
						left: 90px;
						background-image: url(img/icons/fall.png);
					}
					#pArea5 a:before {
						height: 71px;
						width: 78px;
						top: 38px;
						left: 95px;
						background-image: url(img/icons/waste.png);
					}
}


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


#caWrapper {
	background-color: #e6e6e6;
}
#contentArea {
	padding: 0;
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #454545;
	padding: 30px 20px;
	transition: .5s;
	-webkit-transition: .5s;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li {list-style-position: outside;}
	.article ul li {
		list-style-type: none;
		list-style-position: outside;
		position: relative;
	}
		.article ul li:before {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-image: url(img/icons/mcListBullet.png);
			width: 6px;
			height: 7px;
			top: 6px;
			left: -15px;
		}
	.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;
		color: #000;
		padding: 0 0 5px 0;
	}
	#hpHeadingCont {overflow: hidden;}
	.hpHeading {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 25px;
		padding: 30px 20px 20px 20px;
		text-align: center;
		transition: .5s;
		-webkit-transition: .5s;
		text-transform: uppercase;
		overflow: hidden;
	}
	.article h1 {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 25px;
		padding: 0 0 20px 0;
		text-align: center;
		transition: .5s;
		-webkit-transition: .5s;
		text-transform: uppercase;
	}
	.article h2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		font-size: 18px;
		color: #0070ba;
		padding: 0 0 10px 0;
		transition: .5s;
		-webkit-transition: .5s;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	#mainContent p {
		padding: 0 0 30px 0;
	}
	.hpCTA {
		display: block;
		text-align: center;
		padding: 0 20px 0 20px;
		color: #0070ba;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		transition: .5s;
		-webkit-transition: .5s;
	}
	.mcBold {
		font-weight: bold;
	}
	.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 {
	margin: 0px auto;
}
#sbTestsCont {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/sbTestimonials.jpg);
	background-size: cover;
	padding: 0 0 40px 0;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
}
		#sbTestsCont h2 {
			color: #fff;
			text-transform: uppercase;
			font-family: 'Lato', sans-serif;
			font-weight: 300;
			padding: 20px 0;
			background: #2a86c3;
			background: -webkit-linear-gradient(#2a86c3, #074369);
			background: -o-linear-gradient(#2a86c3, #074369);
			background: -moz-linear-gradient(#2a86c3, #074369);
			background: linear-gradient(#2a86c3, #074369);
			font-size: 22px;
			transition: .5s;
			-webkit-transition: .5s;
			text-align: center;
			padding: 30px 30px;
		}
			#sbTestsCont:before {
				content: '';
				display: block;
				position: absolute;
				background-position: 0 0;
				background-repeat: repeat-x;
				background-image: url(img/sbTestShadow.png);
				width: 100%;
				height: 118px;
				top: 115px;
				left: 0px;
			}
			#sbTestimonails:before {
				content: '';
				display: block;
				position: absolute;
				background-position: 0 bottom;
				background-repeat: repeat-x;
				background-image: url(img/sbTestShadow.png);
				width: 100%;
				height: 50px ;
				top: 0;
				left: 0px;
			}
			#sbTestimonials {
				font-family: 'Open Sans', sans-serif;
				color: #fff;
				font-style: italic;
				font-size: 18px;
				width: 200px;
				overflow: hidden;
				height: 640px;
				margin: 0px auto;
				position: relative;
				line-height: 1.6;
			}
				.sbTestAuthor {
					color: #59ade0;
					font-family: 'Open Sans', sans-serif;
					font-weight: bold;
					display: block;
					text-align: center;
					position: relative;
					transition: .5s;
					-webkit-transition: .5s;
				}
					.sbTestAuthor:before {
						content: '';
						display: inline-block;
						position: relative;
						background-position: 0 0;
						background-repeat: no-repeat;
						background-image: url(img/icons/sbAuthor.png);
						width: 28px;
						height: 4px;
						top: -5px;
						left: -8px;
					}
					.sbTest {
						display: none;
						position: absolute;
						width: 100%;
						height: 100%;
					}
					#sbTest1 {
						display: block;
					}
					.sbInnerTest {
						display: table;
						position: absolute;
						width: 100%;
						height: 100%;
						padding: 0;
						box-sizing: border-box;
						padding: 0 20px;
					}
					.sbInner2Test {
						display: table-cell;
						vertical-align: middle;
						width: 100%;
						height: 100%;
					}
					.sbTestBody {
						font-size: 17px;
						text-align: center;
					}
			#sbTestNav {
				position: relative;
				bottom: 440px;
				width: 100%;
			}
				.sbPrevNextTest {
					position: absolute;
					display: block;
				}
					.sbPrevNextTest a {
						display: block;
						width: 44px;
						height: 237px;
						position: relative;
						background-position: 0 0;
						background-repeat: no-repeat;
						font-size: 0;
						text-indent: -900px;
					}
						.sbPrevTest {
							left: 0;
							background-image: url(img/sbPrevBack.png);
						}
						.sbNextTest {
							right: 0;
							background-image: url(img/sbNextBack.png);
						}
							.sbPrevNextTest a:before {
								display: block;
								width: 19px;
								height: 35px;
								content: '';
								display: block;
								position: absolute;
								background-position: 0 0;
								background-repeat: no-repeat;
								background-image: url(img/icons/sbTestArrows.png);
								top: 100px;
								left: 10px;
							}
							.sbNextTest:hover {
								background-position: -44px 0;
							}
							.sbNextTest a:before {
								background-position: -19px 0;
								left: 15px;
							}
							.sbPrevNextTest a:hover:before {
								background-position: 0 -35px;
							}
							.sbPrevTest:hover {
								background-position: -44px 0;
							}
							.sbNextTest a:hover:before {
								background-position: -19px -35px;
							}
			#sbMoreTestimonials {
				background-color: #f7941d;
				color: #fff;
				text-transform: uppercase;
				font-family: 'Montserrat', sans-serif;
				border-radius: 5px;
				display: block;
				text-align: center;
				max-width: 280px;
				margin: 0px auto;
				padding: 10px;
				transition: .5s;
				-webkit-transition: .5s;
			}
				#sbMoreTestimonials:hover {
					background-color: #feb157;
				}
			#sbAreasCont {
				padding: 30px 30px 15px 30px;
				background-color: #17425d;
			}
			#sbAreas {
			  padding: 0;
			}
			  .sbArea {
			    list-style-type: none;
			    list-style-position: outside;
			    border: 5px solid #f7941d;
			    position: relative;
					border-radius: 5px;
					margin: 0 auto 15px auto;
			    transition: .5s;
					padding: 3px;
					max-width: 329px;
					position: relative;
			    -webkit-transition: .5s;
					box-shadow: 8px 8px 10px #0c2a40;
			  }
			    .sbArea a {
			      font-family: 'Montserrat', sans-serif;
			      display: block;
			      color: #fff;
			      padding: 12px 0 0 0;
			      height: 42px;
			      box-sizing: border-box;
			      font-weight: bold;
						text-align: center;
			      text-transform: uppercase;
			      font-size: 14px;
						border-radius: 2px;
			      transition: .5s;
			      -webkit-transition: .5s;
			      background-image: #004e81;
			      background-image: -webkit-linear-gradient(#004e81, #117dc3);
			      background-image: -o-linear-gradient(#004e81, #117dc3);
			      background-image: -moz-linear-gradient(#004e81, #117dc3);
			      background-image: linear-gradient(#004e81, #117dc3);
			    }
			        .sbArea a:hover {
			          background-image: #1f81c2;
			          background-image: -webkit-linear-gradient(#1f81c2, #6db7e5);
			          background-image: -o-linear-gradient(#1f81c2, #6db7e5);
			          background-image: -moz-linear-gradient(#1f81c2, #6db7e5);
			          background-image: linear-gradient(#1f81c2, #6db7e5);
			        }
		#sbAttCont {
			background-position: center 0;
			background-repeat: no-repeat;
			background-image: url(img/sbAtt.jpg);
			padding: 0 20px;
			position: relative;
			margin: 0 0 50px 0;
			height: 550px;
			box-sizing: border-box;
		}
			#sbAttBox {
				font-family: 'Open Sans', sans-serif;
				color: #fff;
				border: 1px solid #fff;
				padding: 20px 20px;
				background-color: rgba(0, 0, 0, .7);
				border-radius: 5px;
				position: absolute;
				bottom: 20px;
				width: 80%;
				box-sizing: border-box;
				transform: translateX(-50%);
				left: 50%;
			}
				.sbAttHeading {
					font-family: 'Lato', sans-serif;
					text-transform: uppercase;
					text-align: center;
					font-size: 17px;
					display: block;
					padding: 0 0 15px 0;
					transition: .5s;
					-webkit-transition: .5s;
					font-weight: 300;
				}
				.sbAttBody {
					line-height: 1.5;
					padding: 0;
					transition: .5s;
					-webkit-transition: .5s;
					padding: 0 0 20px 0;
				}
				#sbViewAtt {
					display: block;
					margin: 0px auto;
					border-top-right-radius: 5px;
					border-top-left-radius: 5px;
					font-family: 'Montserrat', sans-serif;
					color: #fff;
					background-color: #f7941d;
					text-transform: uppercase;
					font-size: 14px;
					padding: 10px;
					text-align: center;
					position: absolute;
					width: 200px;
					bottom: 0;
					transform: translateX(-50%);
					left: 50%;
					transition: .5s;
					-webkit-transition: .5s;
				}
					#sbViewAtt:hover {
						background-color: #feb157;
					}
		#sbBadges {
			padding: 0 20px;
			text-align: center;
		}
			.sbBadge {
				text-align: center;
				margin: 0 auto 40px auto;
				padding: 0 10px;
				transition: .5s;
				-webkit-transition: .5s;
			}
				.sbBadge img {
					display: block;
					width: 100%;
				}
				#sbBadge1 {
					max-width: 240px;
				}
				#sbBadge2 {
					max-width: 189px;
				}
				#sbBadge3 {
					max-width: 219px;
				}
				#sbBadge4 {
					max-width: 255px;
					margin: 0 auto;
				}

/*       MEDIA QUERIES CONTENT AREA      */


@media screen and (min-width: 375px) {
				#sbTestimonials {
					width: 255px;
				}
				.sbTestBody {
					font-size: 19px;
				}
				.sbTestAuthor {
					font-size: 19px;
				}
}
@media screen and (min-width: 400px) {
			.sbAttHeading {
				font-size: 22px;
			}
}
@media screen and (min-width: 420px) {
		#sbAttCont {
			background-size: cover;
		}
}
@media screen and (min-width: 500px) {
	.hpHeading {
		font-size: 25px;
	}
	.article h1 {
		font-size: 25px;
	}
	#sbTestsCont h2 {
		font-size: 24px;
	}
		#sbTestsCont:before {
			top: 122px;
		}
		#sbTestimonials {
			width: 370px;
		}
			.sbTestBody {
				font-size: 23px;
			}
			.sbTestAuthor {
				font-size: 23px;
			}
}
@media screen and (min-width: 600px) {
	.hpHeading {
		font-size: 30px;
	}
	.article h1 {
		font-size: 30px;
	}
		.sbTestBody {
			line-height: 1.7;
		}
	#sbAttCont {
		width: 600px;
		margin: 40px auto 40px auto;
		box-sizing: border-box;
	}
		.sbAttHeading {
			font-size: 24px;
		}
		.sbAttBody {
			line-height: 1.7;
		}
			#sbBadges {
				width: 540px;
				margin: 0px auto;
			}
				.sbBadge {
					display: inline-block;
					vertical-align: middle;
				}
				#sbBadge3 {
					margin: 0;
				}
}
@media screen and (min-width: 700px) {
	.hpHeading {
		font-size: 35px;
	}
	.article h1 {
		font-size: 35px;
	}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	body.home #caWrapper {
		background-position: 0 0;
		background-repeat: repeat;
		background-image: url(img/caWrapper.jpg);
	}
	#caWrapper {
		background-color: transparent;
		background-image: none;
	}
	body.home #subCaWrapper {
		background-image: none;
		padding: 0;
	}
	#subCaWrapper {
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/subCaWrapper.jpg);
		padding: 0 0 207px 0;
		position: relative;
		background-size:cover;
		z-index: 18;
	}
	body.home #contentArea {
		overflow: hidden;
		padding: 35px 20px 50px 20px;
	}
	#contentArea {
		overflow: hidden;
		padding: 50px 20px;
	}
	#mainContent {
		display: inline-block;
		padding: 0;
		width: calc(100% - 60px - 300px);
		float: right;
		line-height: 1.5;
	}
	.hpHeading  {
		font-size: 30px;
		padding: 30px 20px 5px 20px;
	}
		body.home .article h1 {
			font-size: 30px;
			text-align: center;
		}
		.article h1 {
			font-size: 30px;
			text-align: left;
			padding: 0 0 30px 0;
		}
		.hpCTA {
			font-size: 12px;
		}
	#sidebar {
		display: inline-block;
		width: 300px;
		float: left;
	}
	#sbTestsCont {
		margin: 0 auto 40px auto;
		box-shadow: 8px 8px 10px #a5a5a5;
	}
	#sbTestsCont h2 {
		font-size: 21px;
		padding: 20px 0;
	}
		#sbTestsCont:before {
			top: 94px;
		}
		#sbTestimonials {
			width: 210px;
		}
		.sbTestBody {
			line-height: 1.6;
			font-size: 17px;
		}
		.sbTestAuthor {
			font-size: 17px;
		}
		#sbMoreTestimonials {
			width: 210px;
			font-size: 15px;
		}
		#sbAreasCont {
			margin: 0 auto 40px auto;
			width: auto;
			background-color: #16415c;
			padding: 30px 30px 15px 30px;
		}
		#sbAttCont {
			width: auto;
			box-shadow: 8px 8px 10px #a5a5a5;
		}
		#sbAreasCont {
			box-shadow: 8px 8px 10px #a5a5a5;
		}
				.sbAttHeading {
					font-size: 17px;
				}
				.sbAttBody {
					font-size: 15px;
				}
				#sbBadges {
					width: auto;
				}
					#sbBadge1 {
						width: 190px;
					}
					#sbBadge2 {
						width: 180px;
					}
					#sbBadge3 {
						width: 180px;
					}
					#sbBadge4 {
						width: 190px;
					}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1100px) {
	.hpHeading {
		font-size: 35px;
	}
	body.home .article h1 {
		font-size: 35px;
		padding: 0 0 10px 0;
	}
	.article h1 {
		font-size: 35px;
	}
	.hpCTA {
		font-size: 16px;
	}
}
@media screen and (min-width: 1460px) {
	body.home #subCaWrapper {
		padding: 0;
	}
	#subCaWrapper {
		padding: 0 0 177px 0;
	}
	body.home #contentArea {
		width: 1400px;
		max-width: none;
		padding: 50px 0 60px;
	}
	#contentArea {
		width: 1400px;
		max-width: none;
		padding: 60px 0;
	}
		#mainContent {
			width: calc(100% - 60px - 400px);
		}
		.hpHeading {
			font-size: 54px;
			padding: 45px 20px 5px 20px;
		}
			body.home .article h1 {
				font-size: 54px;
			}
			.article h1 {
				font-size: 47px;
			}
			.article h2 {
				font-size: 20px;
			}
			.hpCTA {
				font-size: 20px;
			}
		#sidebar {
			width: 400px;
		}
		#sbTestsCont {
			width: 342px;
			margin: 0 0 88px 0;
			padding: 0;
			position: relative;
			box-shadow: none;
		}
		#sbTestsInnerCont {
			position: relative;
			padding: 0 0 40px 0;
		}
		#sbTestsInnerCont:before {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 98%;
			background-image: url(img/sbTestBottomShadow1400.png);
			width: 400px;
			height: 88px;
			bottom: -88px;
			left: 0;
		}
			#sbTestsInnerCont:after {
				content: '';
				display: block;
				position: absolute;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-size: 61px 100%;
				background-image: url(img/sbTestRightShadow.png);
				width: 61px;
				height: 100%;
				top: 0;
				right: -61px;
			}
		#sbTestsCont h2 {
			font-size: 26px;
		}
		.sbTestBody {
			font-size: 18px;
		}
		#sbAreasCont {
			width: 342px;
			box-sizing: border-box;
			padding: 30px 30px 15px 30px;
			margin: 0 0 88px 0;
			position: relative;
			box-shadow: none;
			background: #184a5d;
			background: -webkit-linear-gradient(#184a5d, #002f4d);
			background: -o-linear-gradient(#184a5d, #002f4d);
			background: -moz-linear-gradient(#184a5d, #002f4d);
			background: linear-gradient(#184a5d, #002f4d);
		}
		#sbAreasCont:before {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 98%;
			background-image: url(img/sbTestBottomShadow1400.png);
			width: 400px;
			height: 88px;
			bottom: -88px;
			left: 0;
		}
			#sbAreasCont:after {
				content: '';
				display: block;
				position: absolute;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-size: 61px 100%;
				background-image: url(img/sbTestRightShadow.png);
				width: 61px;
				height: 100%;
				top: 0;
				right: -61px;
			}
				.sbArea {
					width: 244px;
				}

		#sbAttCont {
			width: 342px;
			box-shadow: none;
			margin: 0 0 88px 0;
		}
		#sbAttCont:before {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 98%;
			background-image: url(img/sbTestBottomShadow1400.png);
			width: 400px;
			height: 88px;
			bottom: -88px;
			left: 0;
		}
			#sbAttCont:after {
				content: '';
				display: block;
				position: absolute;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-size: 61px 550px;
				background-image: url(img/sbTestRightShadow.png);
				width: 61px;
				height: 550px;
				top: 0;
				right: -61px;
			}
			#sbAttBox {
				width: 93%;
			}
				.sbAttHeading {
					font-size: 28px;
				}
				#sbViewAtt {
					font-size: 17px;
					width: 260px;
					padding: 12px;
				}
			#sbBadges {
				width: 342px;
				box-sizing: border-box;
				padding: 0;
			}
			#sbBadge1 {
				width: 220px;
			}
			#sbBadge3 {
				width: 200px;
			}
			#sbBadge4 {
				width: 210px;
			}
}
@media screen and (min-width: 1860px) {
	body.home #subCaWrapper {
		padding: 0;
	}
	#subCaWrapper {
		padding: 0 0 241px 0;
	}
			body.home #contentArea {
				width: 1800px;
				padding: 60px 0 25px;
			}
			#contentArea {
				width: 1800px;
				padding: 80px 0;
			}
				#mainContent {
					width: calc(100% - 30px - 483px);
				}
				.hpHeading {
					font-size: 60px;
					padding: 60px 20px 5px 20px;
				}
				body.home .article h1 {
					font-size: 60px;
				}
				.article h1 {
					font-size: 60px;
				}
				.article h2 {
					font-size: 22px;
				}
				#sidebar {
					width: 483px;
				}
					#sbTestsCont {
						width: 422px;
					}
					#sbTestsInnerCont:after {
						background-size: 61px 100%;
						height: 100%;
					}
					#sbTestsInnerCont:before {
						background-size: 98.5%;
						width: 483px;
					}
						#sbTestsCont h2 {
							font-size: 30px;
						}
						#sbTestimonials {
								width: 325px;
						}
						.sbTestBody {
							font-size: 22px;
						}
						.sbTestAuthor {
							font-size: 22px;
						}
						#sbMoreTestimonials {
							width: 280px;
							font-size: 18px;
						}
				#sbAreasCont {
					width: 422px;
					padding: 45px 30px 30px 30px;
				}
				#sbAreasCont:before {
					background-size: 98.5%;
					width: 483px;
				}
				#sbAreasCont:after {
					background-size: 61px 565px;
					height: 100%;
				}
				#sbAttCont {
					width: 422px;
				}
				#sbAttCont:before {
					background-size: 98.5%;
					width: 483px;
				}
				.sbAttHeading {
					font-size: 30px;
				}
				.sbAttBody {
					font-size: 18px;
					padding: 0 0 25px 0;
				}
				#sbViewAtt {
					width: 315px;
					font-size: 18px;
				}
				#sbBadges {
					width: 422px;
				}
					#sbBadge1 {
						width: 250px;
					}
					#sbBadge2 {
						width: 189px;
					}
					#sbBadge3 {
						width: 219px;
					}
					#sbBadge4 {
						width: 299px;
					}
}
@media screen and (min-width: 2000px) {
	#caWrapper {
		background-size: cover;
	}
}
/*				END OF MEDIA QUERIES CONTENT AREA					*/



#hpAttWrapper {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/attWrapper.jpg);
	position: relative;
	padding: 60px 0 80px 0;
	background-size: cover;
	z-index: 15;
	overflow: hidden;
}
	#hpAttWrapper:before {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/attsTopShadow.png);
		width: 100%;
		height: 105px;
		top: 0;
		left: 0;
	}
	#hpAttWrapper:after {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/attsBottomShadow.png);
		width: 100%;
		height: 105px;
		bottom: 0;
		left: 0;
	}
		#hpAttCont {
			max-width: 1040px;
			margin: 0px auto;
			padding: 0 20px;
			position: relative;
			z-index: 16;
		}
		#hpAttInnerCont {
			padding: 20px;
			background-color: rgba(0, 0, 0, .7);
			border: 1px solid #fff;
			border-radius: 5px;
			color: #fff;
		}
			.hpAttHeading {
				font-family: 'Lato', sans-serif;
				text-transform: uppercase;
				font-weight: 300;
				display: block;
				padding: 0 0 20px 0;
				font-size: 24px;
				transition: .5s;
				-webkit-transition: .5s;
			}
			.hpAttBody {
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				line-height: 1.4;
			}
		#hpMoreAtt {
			color: #fff;
			padding: 10px;
			text-align: center;
			background-color: #f7941d;
			position: absolute;
			width: 225px;
			bottom: -80px;
			transform: translateX(-50%);
			left: 50%;
			text-transform: uppercase;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#hpMoreAtt:hover {
				background-color: #feb157;
			}


/*					MEDIA QUERIES ATTORNEY SECTION					*/


@media screen and (min-width: 800px) {
	#hpAttWrapper {
		background-attachment: fixed;
		background-position: center 0;
	}
	.hpAttHeading br {
		display: none;
	}
	.hpAttBody {
		width: calc(100% - 300px);
		transition: .5s;
		-webkit-transition: .5s;
	}
	#hpAttInnerCont {
		position: relative;
		transition: .5s;
		-webkit-transition: .5s;
	}
		#hpAttInnerCont:after {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-image: url(img/hpAtt800.png);
			width: 364px;
			height: 296px;
			bottom: 0px;
			right: 0px;
			transition: .5s;
			-webkit-transition: .5s;
		}
	#hpAttMore {

	}
}
@media screen and (min-width: 1100px) {
#hpAttInnerCont:after {
	width: 539px;
	height: 438px;
	background-image: url(img/hpAtt1100.png);
	right: -20px;
	bottom: -81px;
}
.hpAttBody {
    width: calc(100% - 395px);
}
}
@media screen and (min-width: 1460px) {
	#hpAttWrapper {
		padding: 80px 0;
	}
		#hpAttCont {
			max-width: 1400px;
		}
		#hpAttInnerCont {
			padding: 30px 30px 10px 30px;
		}
		.hpAttHeading {
			font-size: 32px;
		}
		.hpAttBody {
			font-size: 17px;
			line-height: 1.5;
			width: calc(100% - 420px);
		}
}
@media screen and (min-width: 1860px) {
		#hpAttCont {
			max-width: 1800px;
		}
		#hpAttInnerCont {
			padding: 60px 70px 40px 70px;
		}
		#hpAttInnerCont:after {
			width: 693px;
			height: 563px;
			background-image: url(img/hpAtt.png);
			right: -20px;
			bottom: -81px;
		}
		.hpAttHeading {
			font-size: 40px;
		}
		.hpAttBody {
				font-size: 18px;
		    width: calc(100% - 550px);
				line-height: 1.7;
		}
		#hpMoreAtt {
	      width: 330px;
				font-size: 18px;
		}
}
/*				END OF MEDIA QUERIES ATTORNEY section				*/


#hpBadgesWrapper {
	background-color: #fff;
	padding: 0 20px;
	overflow: hidden;
}
	#hpBadges {
		padding: 30px 0 0 0;
		max-width: 1040px;
		margin: 0px auto;
	}
		.hpBadge {
			list-style-type: none;
			list-style-position: outside;
			margin: 0px auto 30px auto;
			max-width: 200px;
		}
			.hpBadge img {
				display: block;
				width: 100%;
			}


/*						MEDIA QUERIES BADGES						*/


@media screen and (min-width: 500px) {
	#hpBadges {
		text-align: center;
		max-width: 760px;
		margin: 0px auto;
	}
		.hpBadge {
			display: inline-block;
			max-width: 175px;
			margin: 0 10px 30px 10px;
			vertical-align: middle;
		}
}
@media screen and (min-width: 1000px) {
	#hpBadges {
		max-width: 960px;
		padding: 25px 0;
	}
	.hpBadge {
		display: inline-block;
		max-width: 140px;
		padding: 0 14px 0 17px;
		vertical-align: top;
		margin: 0;
		position: relative;
	}
		.hpBadge:before {
			content: '';
			display: block;
			position: absolute;
			background-color: #ccc;
			width: 1px;
			height: 75px;
			top: 4px;
			left: 0px;
		}
			#hpBadge4 img {
				position: relative;
				top: -10px;
			}
		#hpBadge1 {
			padding: 17px 20px 0 23px;
		}
		#hpBadge1:before {display: none;}
		#hpBadge2 {padding: 12px 20px 0 23px;}
		#hpBadge3 {padding: 12px 20px 0 23px;}
		#hpBadge4 {padding: 11px 20px 0 23px;}
		#hpBadge5 {padding: 0 20px 0 23px;}
}
@media screen and (min-width: 1460px) {
	#hpBadges {
		max-width: 1400px;
		padding: 50px 0 40px 0;
	}
		.hpBadge {
			padding: 0 30px 0 35px;
			max-width: 175px;
		}
			.hpBadge:before {
				height: 95px;
				top: 3px;
			}
		#hpBadge1 {
			padding: 5px 28px 0 33px;
			max-width: 270px;
		}
		#hpBadge2 {
			max-width: 180px;
			padding: 13px 28px 0 33px;
		}
		#hpBadge3 {
			padding: 6px 28px 0 33px;
			max-width: 232px;
		}
		#hpBadge4 {
			max-width: 218px;
			padding: 0px 28px 0 33px;
		}
		#hpBadge5 {padding: 0 28px 0 33px;}
}
@media screen and (min-width: 1860px) {
	#hpBadges {
		max-width: 1800px;
		padding: 60px 0 50px 0;
	}
	.hpBadge {
		padding: 0 40px 0 45px;
		max-width: 175px;
	}
		.hpBadge:before {
			height: 106px;
			top: 0;
		}
	#hpBadge1 {
		padding: 2px 40px 0 45px;
		max-width: 331px;
	}
	#hpBadge2 {
		max-width: 250px;
		padding: 0 40px 0 45px;
	}
	#hpBadge3 {
		padding: 0px 40px 0 45px;
		max-width: 290px;
	}
	#hpBadge4 {
		max-width: 299px;
		padding: 0 40px 0 45px;
	}
	#hpBadge5 {
		max-width: 186px;
		padding: 0 40px 0 45px;
	}
}

#hpFormWrapper {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/formWrapper.jpg);
	padding: 0 20px;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
	#hpFormCont {
		max-width: 1040px;
		margin: 0px auto;
		padding: 30px 0;
	}
		.hpFormHeading {
			color: #fff;
			text-transform: uppercase;
			font-weight: 300;
			font-family: 'Lato', sans-serif;
			text-align: center;
			padding: 0 0 20px 0;
			font-size: 21px;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.formInfo {
			color: #70c2f4;
			padding: 0 0 20px 0;
			border-bottom: 1px solid #b6dcf9;
			margin: 0 auto 20px auto;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.form3 input {
			box-sizing: border-box;
			width: 100%;
			background-color: transparent;
			color: #fff;
			padding: 12px 10px 12px 20px;
			border: 1px solid #59ade0;
			margin: 0 0 10px 0;
		}
		.form3 textarea {
			box-sizing: border-box;
			width: 100%;
			background-color: transparent;
			color: #fff;
			padding: 10px 10px 10px 20px;
			border: 1px solid #59ade0;
			margin: 0 0 10px 0;
			height: 150px;
		}
		.captchaCont3 {
			display: block;
			margin: 0px auto 10px auto;
		}
			.captchaCont3 img {
				display: block;
				width: 100%;
			}
			.checkBoxTitle {
				color: #70c2f4;
				font-weight: bold;
				font-family: 'Droid Sans', sans-serif;
				font-size: 15px;
				display: block;
				padding: 0 0 10px 0;
			}
			.form3 .hpCheckBox {
			  display: inline-block;
				width: 13px;
				height: 13px;
				padding: 0;
				vertical-align: top;
				margin: 0;
			}
			.form3 .hpCheckBox + label {
			  display: inline-block;
				vertical-align: top;
			  border: 2px solid #70c2f4;
			  height: 27px;
			  width: 27px;
			}
			.form3 input[type="checkbox"]:checked + label:after {
				content: "X";
		    display: block;
		    color: #fff;
		    position: relative;
		    font-size: 20px;
		    top: 0px;
		    left: 7px;
			}
			.hpCheckDesc {
			  font-size: 12px;
			  padding: 0 10px 20px 10px;
			  display: inline-block;
			  width: calc(100% - 55px);
			  vertical-align: top;
			  transition: .5s;
			  color: #000;
			  -webkit-transition: .5s;
			}
			.checkBoxBody {
				display: inline-block;
				color: #70c2f4;
				font-family: 'Droid Sans', sans-serif;
				font-size: 12px;
				width: calc(100% - 39px - 15px);
				padding: 0 0 0 5px;
				position: relative;
				line-height: 1.5;
			}
				input.submit-button3 {
					font-family: 'Montserrat', sans-serif;
					font-size: 16px;
					background-color: #f7941d;
					border: none;
					border-radius: 5px;
					text-transform: uppercase;
				}
				input.submit-button3:hover {
					background-color: #feb157;
				}


@media screen and (min-width: 600px) {
			.hpFormHeading {
				font-size: 25px;
			}
			#submitCont {
				text-align: center;
			}
			#checkBoxCont {
				text-align: left;
			}
}
@media screen and (min-width: 700px) {
	.captchaCont3 {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	input.submit-button3 {
		display: inline-block;
		vertical-align: top;
		width: 250px;
		margin: 10px 0 0 10px;
	}
}
@media screen and (min-width: 800px) {
	#hpFormWrapper {
		position: relative;
	}
		#hpFormWrapper:before {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: repeat-x;
			background-image: url(img/attsTopShadow.png);
			width: 100%;
			height: 105px;
			top: 0;
			left: 0;
		}
		#hpFormWrapper:after {
			content: '';
			display: block;
			position: absolute;
			background-position: 0 0;
			background-repeat: repeat-x;
			background-image: url(img/attsBottomShadow.png);
			width: 100%;
			height: 105px;
			bottom: 0;
			left: 0;
		}
	#hpFormCont {
		padding: 45px 0;
	}
		.hpFormHeading {
			padding: 0 0 30px 0;
		}
			#form3InputsCont {
				display: inline-block;
				width: 48%;
				vertical-align: top;
				padding: 0 20px 20px 0;
			}
			#form3Text {
				display: inline-block;
				width: 48%;
				vertical-align: top;
				padding: 10px 10px 20px 20px;
				height: 152px;
			}
}
@media screen and (min-width: 1100px) {
	#hpFormCont {
		padding: 50px 0;
	}
}
@media screen and (min-width: 1460px) {
		#hpFormCont {
			max-width: none;
			width: 1400px;
			padding: 55px 0;
		}
		.hpFormHeading {
			font-size: 32px;
			padding: 0 0 40px 0;
		}
		.formInfo {
			display: inline-block;
			width: 32.5%;
			line-height: 1.65;
		}
		#form3InputsCont {
			width: 32.5%;
			padding: 0 10px 25px 10px;
		}
		.form3 input {
			padding: 17px 17px 17px 20px;
			font-size: 19px;
		}
		#form3Text {
			font-size: 19px;
			width: 32.5%;
			padding: 17px 17px 17px 20px;
			height: 194px;
		}
		#submitCont {
			overflow: hidden;
		}
			#checkBoxCont {
				display: inline-block;
				float: left;
				width: 760px;
			}
			.captchaCont3 {
				float: left;
				padding: 0 0 0 30px;
			}
			input.submit-button3 {
				float: left;
				height: 63px;
				box-sizing: border-box;
				margin: 0 0 0 30px;
				width: 260px;
			}
}
@media screen and (min-width: 1860px) {
			#hpFormCont {
				width: 1800px;
				padding: 62px 0;
			}
			.hpFormHeading {
				font-size: 40px;
				padding: 0 0 45px 0;
			}
			.formInfo {
				font-size: 18px;
				width: 31%;
				line-height: 1.9;
				margin: 0 43px 0 0;
				border-bottom: 2px solid #b6dcf9;
			}
			.form3 input {
				font-size: 22px;
				padding: 20px 20px 20px 20px;
			}
			#form3Text {
				font-size: 22px;
				padding: 20px 20px 20px 20px;
				height: 224px;
			}
			.captchaCont3 {
				max-width: 302px;
				padding: 0 0 0 138px;
				margin: 0;
			}
			input.submit-button3 {
				width: 302px;
				height: 76px;
				font-size: 20px;
				margin: 0 0 0 15px;
			}
}
/*			END OF HP FORM MEDIA QUERIES			*/


#mainFooter {
	overflow: hidden;
}
	#mfTopWrapper {
		background-color: #e6e6e6;
		padding: 0 20px;
	}
		#mfTopCont {
			max-width: 1040px;
			margin: 0px auto;
			padding: 40px 0 30px 0;
		}
			#mfLogo {
				display: block;
				max-width: 300px;
				margin: 0px auto 30px auto;
				transition: .5s;
				-webkit-transition: .5s;
			}
				#mfLogo img {
					display: block;
					width: 100%;
				}
				.mfBox {
					color: #000;
					font-family: 'Montserrat', sans-serif;
					font-size: 16px;
					display: block;
					padding: 0 0 10px 0;
				}
					.mfBox span {
						color: #0070ba;
						font-weight: bold;
					}
					.mfBox a {
						color: #000;
					}
					#mfDisclaimer a {
						color: #0070ba;
						font-family: 'Montserrat', sans-serif;
						transition: .5s;
						-webkit-transition: .5s;
					}
					#mfSiteMap a {
						color: #0070ba;
						font-family: 'Montserrat', sans-serif;
						transition: .5s;
						-webkit-transition: .5s;
					}
						#mfDisclaimer a:hover {
							color: #54a9de;
						}
						#mfSiteMap a:hover {
							color: #54a9de;
						}
			#mfMapCont {
				/*max-width: 558px;*/
				margin: 0px auto;
			}
				#mfMapCont a {
					display: block;
					width: 100%;
					height: 100%;
				}
				#mfMapCont img {
					display: block;
					width: 200%;
				}
					#mfMapCont a:hover img {
						margin: 0 0 0 -100%;
					}
				#mfDowntownCont {
					/*max-width: 1442px;*/
					margin: 0px auto;
				}
					#mfDowntownCont img {
						display: block;
						width: 100%;
					}
					#ncBrandingWrapper {
						padding: 30px 20px 30px;
						font-size: 0;
						text-align: center;
						background: #000;
					}
					#ncBranding {
						/* margins, paddings, etc. */
						overflow: hidden;
					}
						#ncBranding, #ncBranding a {
							color: #fff;
							font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
							text-decoration: none;
						}
						#ncBranding a:hover {text-decoration: underline; font-weight: normal;}
						#logo-nextclient {
							display: block;
							margin: 0 auto 15px;
						}
						#ncBranding p {
							padding: 0;
							max-width: 320px; /*modme*/
							margin: 0 auto;
						}
						#ncBranding br {display: none;}


/*				MEDIA QUERIES MAIN FOOTER        */



@media screen and (min-width: 550px) {
	#mfTopCont {
		text-align: center;
		width: 490px;
	}
		#mfPhone {
			display: inline-block;
			padding: 0 10px 10px 10px;
		}
		#mfFax {
			display: inline-block;
			padding: 0 10px 10px 10px;
		}
		#mfDisclaimer {
			display: inline-block;
			padding: 0 10px 0 20px;
		}
		#mfSiteMap {
			display: inline-block;
			padding: 0 20px 0 10px;
		}
		#mfBottomWrapper {
			overflow: hidden;
		}
		#mfMapCont {
			display: inline-block;
			float: left;
			width: 27.90%;
		}
		#mfDowntownCont {
			width: 72.10%;
			height: 100%;
			float: right;
			display: inline-block;
		}
}
@media screen and (min-width: 600px) {
	#ncBranding {
		display: inline-block;
	}
	#logo-nextclient {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#ncBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}
@media screen and (min-width: 800px) {
	body.home #mainFooter {
		position: relative;
		z-index: 20;
		margin: 0;
	}
	#mainFooter {
		position: relative;
		z-index: 20;
		margin: -207px 0 0 0;
	}
	body.home #mfTopWrapper {
		background-position: center 0;
		background-repeat: repeat-x;
		background-image: url(img/mfTopBack.jpg);
	}
	#mfTopWrapper {
		background-image: none;
		background-color: transparent;
	}
	body.home #mfTopCont {
		width: auto;
		padding: 40px 0 30px 0;
	}
	#mfTopCont {
		width: auto;
		padding: 0 0 30px 0;
	}
			#mfAddress br {
				display: none;
			}
		#mfFax {
			position: relative;
		}
			#mfFax:before {
				content: '';
				display: block;
				position: absolute;
				background-color: #666;
				width: 2px;
				height: 14px;
				top: 2px;
				left: -4px;
			}
			#mfDisclaimer {
				padding: 0 10px;
				position: relative;
			}
			#mfDisclaimer:before {
				content: '';
				display: block;
				position: absolute;
				background-color: #666;
				width: 2px;
				height: 14px;
				top: 2px;
				left: -4px;
			}
			#mfSiteMap {
				padding: 0 10px;
				position: relative;
			}
			#mfSiteMap:before {
				content: '';
				display: block;
				position: absolute;
				background-color: #666;
				width: 2px;
				height: 14px;
				top: 2px;
				left: -4px;
			}
}
@media screen and (min-width: 1460px) {
	body.home #mainFooter {
		margin: 0;
	}
	#mainFooter {
		margin: -177px 0 0 0;
	}
	body.home #mfTopCont {
		max-width: 1300px;
		padding: 50px 0 40px 0;
	}
	#mfTopCont {
		max-width: 1300px;
		padding: 0 0 40px 0;
	}
		#mfAddress {
			display: inline-block;
			padding: 0 24px 0 20px;
		}
		#mfPhone {
			position: relative;
			padding: 0 20px;
		}
			#mfPhone:before {
				content: '';
				display: block;
				position: absolute;
				background-color: #666;
				width: 2px;
				height: 14px;
				top: 2px;
				left: -4px;
			}
		#mfFax {
			padding: 0 20px;
		}
		#mfDisclaimer {
			padding: 0 20px;
		}
		#mfSiteMap {
			padding: 0 20px;
		}
		#ncBrandingWrapper {
			padding: 45px 20px;
		}
}
@media screen and (min-width: 1860px) {
	body.home #mainFooter {
		margin: 0;
	}
	#mainFooter {
		margin: -241px 0 0 0;
	}
	#mfTopWrapper {
		padding: 0;
	}
	body.home #mfTopCont {
		max-width: 1700px;
		padding: 58px 0 48px 0;
	}
	#mfTopCont {
		max-width: 1700px;
		padding: 0 0 50px 0;
	}
		#mfLogo {
			max-width: 342px;
			padding: 0 0 30px 0;
		}
		.mfBox {
			font-size: 18px;
		}
		#mfAddress {
			padding: 0 30px;
		}
		#mfPhone {
			padding: 0 30px;
		}
		#mfFax {
			padding: 0 30px;
		}
		#mfDisclaimer {
			padding: 0 30px;
		}
		#mfSiteMap {
			padding: 0 30px;
		}
		#ncBrandingWrapper {
			padding: 55px 20px;
		}
}
@media screen and (min-width: 2000px) {
	/*#mfDowntownCont {
		height: 365px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/mfLocation.png);
		background-size: cover;
		background-color: green;
	}
	#mfDowntownCont img {
		display: none;
	}
	#mfMapCont {
		height: 365px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/mfMap.png);
		background-size: cover;
		background-color: red;
	}
	#mfMapCont img {
		display: none;
	}*/
}

#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;
	}
}
#homeslide1 {
	/*display: block;*/
}
#homeslide2 {
	/*display: block;*/
}
#homeslide3 {
	/*display: block;*/
}
