/*
Theme Name: The Port Law Firm (Responsive Website)
Theme URI: https://www.milemarkmedia.com/
Description: Designed and Powered by MileMark Media
Author: MileMark Media
Version: 1.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

div.entry-meta {font-size: 90%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {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 */

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 14px;
	left: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}

@media screen and (max-width:768px) {
	.adaBtn{
		bottom: 10px;
	}
}
/*  </ adaBtn >  */
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: #4f90c8;}
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 {
	background: #353535;
}
#mainHeader {
	padding: 20px 0 0 0;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 180px; /*modme*/
		margin: 0 auto 20px auto;
		transition: .5s;
		-webkit-transition: .5s;
	}
	#logo-main.animated {opacity: 1;}
	#logo-main img {display: block; width: 100%;}
	#mhRight {
		padding: 0 20px;
	}
	#mhRight.animated {opacity: 1;}
		#mhPayment {
			display: none;
			color: #fff;
			font-family: 'Open Sans', sans-serif;
			font-style: italic;
			background-color: #205b8d;
			text-align: center;
			padding: 5px;
			max-width: 280px;
			text-transform: uppercase;
			border-radius: 7px;
			font-size: 14px;
			margin: 0 auto;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#mhPayment:hover {
				background-color: #2b6fa9;
			}
		#mhClientPortal {
			display: none;
			font-family: 'Montserrat', sans-serif;
			color: #fff;
			text-transform: uppercase;
			background-color: #3274ab;
			text-align: center;
			padding: 5px;
			max-width: 280px;
			border-radius: 7px;
			font-size: 14px;
			margin: 0 auto;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#mhClientPortal:hover {
				background-color: #4586be;
			}
		#mhConsultation {
			display: none;
			font-family: 'Montserrat', sans-serif;
			color: #fff;
			text-transform: uppercase;
			background-color: #4f90c8;
			text-align: center;
			padding: 5px;
			max-width: 280px;
			border-radius: 7px;
			font-size: 14px;
			margin: 0 auto;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#mhConsultation:hover {
				background-color: #85bce6;
			}
		.mhLocation {
			color: #2b6fa9;
			display: block;
			font-size: 12px;
			text-align: center;
			padding: 0 0 10px 0;
			font-family: 'Droid Serif', serif;
			text-transform: uppercase;
			transition: .5s;
			-webkit-transition: .5s;
			line-height: 1;
		}
		.mhLocation:last-of-type {padding: 0;}
			.mhLocation a {
				color: #fff;
				display: inline-block;
				font-size: 16px;
				padding: 0 0 0 25px;
				position: relative;
				font-family: 'PT Sans', sans-serif;
				font-weight: bold;
				transition: .5s;
				line-height: 1;
				-webkit-transition: .5s;
			}
				.mhLocation a:before {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-size: 9px 17px;
					background-repeat: no-repeat;
					background-image: url(img/icons/handset.png);
					width: 9px;
					height: 17px;
					top: 2px;
					left: 10px;
					transition: .5s;
					-webkit-transition: .5s;
				}
		#socialsCont {
			display: none;
			padding: 0 20px;
			text-align: center;
			transition: .5s;
			-webkit-transition: .5s;
		}
		#socialsCont.animated {opacity: 1;}
			#socialsConnect {
				font-family: 'Montserrat', sans-serif;
				color: #9ccbed;
				display: block;
				padding: 0 0 10px 0;
				line-height: 1;
				font-size: 17px;
				transition: .5s;
				-webkit-transition: .5s;
			}
			#socials {
			    padding: 0;
			    margin: 0 auto;
			}
			.hs {
			    width: 34px;
			    height: 30px;
			    display: inline-block;
			    list-style-type: none;
			    list-style-position: outside;
			    margin: 0 0 0 30px;
					/*vertical-align: middle;*/

					vertical-align: middle;
					-webkit-transform: perspective(1px) translateZ(0);
					transform: perspective(1px) translateZ(0);
					box-shadow: 0 0 1px transparent;
					-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;
			}
			#hs1 {
				margin: 0;
				width: 16px;
				height: 34px;
			}
			#hs3 {
				margin: 0 0 0 15px;
				width: 37px;
				height: 34px;
			}
			.hs a {
			    display: block;
			    height: 100%;
			    width: 100%;
			    overflow: hidden;
					vertical-align: middle;
					-webkit-transform: perspective(1px) translateZ(0);
					transform: perspective(1px) translateZ(0);
					box-shadow: 0 0 1px transparent;
					-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;
			}
			.hs a:hover {
				-webkit-transform: translateY(-8px);
				transform: translateY(-8px);
			}
			.hs img {display: block;}
			.hs a:hover img {margin-top: -39px;}
			#hs1 a:hover img {margin-top: -35px;}
			#hs2 img {margin-left: -17px;}
			#hs3 img {margin-left: -52px;}
			#hs3 a:hover img {margin-top: -34px;}


/* 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: #fff;
	background: -webkit-linear-gradient(#fff, #d7d7d7);
	background: -o-linear-gradient(#fff, #d7d7d7);
	background: -moz-linear-gradient(#fff, #d7d7d7);
	background: linear-gradient(#fff, #d7d7d7);
	position: relative;
	z-index: 100;
}
nav.mm > ul > li {
	border-right: 1px solid #fff;
}
nav.mm > ul > li > a > span {
	display: none;
}
nav.mm > ul >li:first-child {
	border-left: 1px solid #979797;
}
nav.mm > ul > li > a {
	  display: block;
    padding: 10px 10px;
    font-size: 14px;
    color: #11273e;
    font-family: 'Montserrat', sans-serif;
/*     text-transform: uppercase; */
    line-height: 1;
		border-right: 1px solid #979797;
		transition: .1s;
		-webkit-transition: .1s;
}
	nav.mm > ul >li:first-child a {
		border-left: 1px solid #fff;
	}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 34px;}
nav.mm > ul {height: 34px; transition: .1s; -webkit-transition: .1s;}
nav.mm > ul > li:hover > a {background: #74b3ea; color: white;}
nav.mm ul ul {background: #205b8d; width: 180px; border: 1px solid #10436d;}
nav.mm ul ul li:hover > a {background: #659bca; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #10436d;}
nav.mm ul ul a {
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    line-height: 1.3;
    font-weight: normal;
}
nav.mm .multiCol ul {
    z-index: 2;
    width: 100%;
    background: #205b8d;
}
nav.mm .multiCol ul ul {
    background: #77b2e6;
}
nav.mm .multiCol > ul {
    width: 420px;
    background: #5187b5;
}
nav.mm .multiCol > ul > li {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
nav.mm .multiCol > ul > li:nth-child(odd) {
    border-right: 1px solid #10436d;
}
nav.mm .multiCol > ul > li:nth-child(odd) > ul,
nav.mm .multiCol > ul > li:nth-child(even) > ul ul {
    left: 96%;
}
nav.mm .multiCol > ul > li:nth-child(even) > ul,
nav.mm .multiCol > ul > li:nth-child(odd) > ul ul {
    left: auto;
    right: 96%;
}
nav.mm .multiCol > ul > li:nth-child(2) {
    border-top: 0;
}
nav.mm .multiCol ul ul li:hover > a {
    background: #a0d2ff;
}
nav.mm_mob ul li a {height: auto !important;}


#mmSearch {
	height: 34px;
	display: none;
	box-sizing: border-box;
	padding: 0 0 0 0;
}
#mmSearch a {
	display: block;
	cursor: default;
	width: 33px;
	height: 30px;
	padding: 0 0 4px;
	transition: none;
	background-size: 33px 125px;
  background-image: url(img/icons/search.png);
  background-position: 0 2px;
	background-repeat: no-repeat;
}
#mmSearch:hover a {
	background-color: transparent;
}

#mmSearch:hover a, #mmSearch a:hover {background-position: 0 -92px;}
#mmsForm {
	position: absolute;
	right: 0;
	top: 34px;
	width: 300px;
	height: 50px;
	background-color: #9598a0;
	display: none;
}
#mmSearch:hover #mmsForm {display: block;}
#mmsInput {
	float: left;
	width: 200px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	height: 16px;
	line-height: 1;
	color: #fff;
	background: #bbbfc1;
	margin: 14px 0 0 10px;
	padding: 3px 5px;
	border: none;
	border-radius: 3px;
}
#mmsSubmit {
	float: right;
	display: inline;
	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: #5c6477;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#mmsSubmit:hover {background: #aaaeb1;}

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%;}
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: #203f71;} /*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 #335080;} /*modme*/
	#mm1 {border-left: 1px solid #335080;} /*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: #cacaca; /*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: #74b3ea; /*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: #203f71; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #5a7196;} /*modme*/



/*					MEDIA QUERIES HEADER        */


@media screen and (min-width: 320px) {
				.mhLocation a {
					font-size: 19px;
				}
}
@media screen and (min-width: 400px) {
			.mhLocation {
				font-size: 14px;
			}
				.mhLocation a {
					font-size: 22px;
				}
					.mhLocation a:before {
						top: 4px;
					}
}
@media screen and (min-width: 600px) {
			#mhRight {
				text-align: center;
			}
				.mhLocation {
					display: inline-block;
					font-size: 12px;
				}
				#mhPortSaintLucie {
					padding: 0 0 10px 15px;
				}
					.mhLocation a {
						font-size: 20px;
					}
					.mhLocation a:before {
						top: 3px;
					}
}
@media screen and (min-width: 700px) {
				#mhPortSaintLucie {
					padding: 0 0 10px 25px;
				}
				.mhLocation {
					font-size: 14px;
				}
					.mhLocation a {
						font-size: 22px;
					}
						.mhLocation a:before {
							top: 4px;
						}
}
@media screen and (min-width: 800px) {
    #wrapper {
        padding: 0; /*modme*/
    }
    #persistentHeader {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
    }
    body.admin-bar #persistentHeader {top: 32px;}
		body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
		#mhWrapper {
			background-color: rgba(0, 0, 0, .7);
		}
			#mainHeader {
				overflow: hidden;
				padding: 20px;
				transition: .5s;
				-webkit-transition: .5s;
			}
			body.sticky_zone #mainHeader {
				padding: 10px 20px;
			}
				#logo-main {
					display: inline-block;
					float: left;
					margin: 0;
					max-width: none;
					width: 180px;
				}
				#mhRight {
					display: inline-block;
					float: right;
					text-align: right;
					width: 450px;
					padding: 3px 0 0 0;
					transition: .5s;
					-webkit-transition: .5s;
				}
				/* body.sticky_zone #mhRight {
					padding: 14px 0 0 0;
				} */
				#mmSearch {
					display: inline-block;
					vertical-align: top;
				}
				body.sticky_zone nav.mm {
					box-shadow: 1px 1px 5px #a9a9a9;
				}
				.mhLocation {
					color: #9ccbed;
					padding: 0 0 5px 0;
				}
				#mhPortSaintLucie {
					padding: 0 0 5px 25px;
				}
}
@media screen and (min-width: 900px) {
				#mhRight {
					/* width: 660px; */
					/* padding: 30px 0 0 0; */
				}
				body.sticky_zone #mhRight {
					/* padding: 30px 0 0 0; */
				}
				nav.mm > ul > li > a {padding: 10px 16px;}
}
@media screen and (min-width: 1000px) {
	nav.mm > ul > li > a {padding: 10px 22px;}
}
@media screen and (min-width: 1100px) {
	#logo-main{
		width: 215px;
	}
				#mhRight {
					padding: 18px 0 0 0;
					width: 820px;
				}
					body.sticky_zone #mhRight {
						padding: 18px 0 0 0;
					}
					#mhPayment {
						display: inline-block;
						margin: 0 0 15px 0;
						transition: .5s;
						-webkit-transition: .5s;
						opacity: 1;
					}
					body.sticky_zone #mhPayment {
						/*display: none;*/
						opacity: 0;
						height: 0;
						margin: 0;
						padding: 0;
					}
					#mhClientPortal {
						display: inline-block;
						margin: 0 0 15px 12px;
						transition: .5s;
						-webkit-transition: .5s;
						opacity: 1;
					}
					#mhConsultation {
						display: inline-block;
						margin: 0 0 15px 12px;
						transition: .5s;
						-webkit-transition: .5s;
						opacity: 1;
					}
					body.sticky_zone #mhClientPortal,
					body.sticky_zone #mhConsultation {
						/*display: none;*/
						height: 0;
						opacity: 0;
						margin: 0;
						padding: 0;
					}
					.mhLocation {
						padding: 0;
						font-size: 12px;
					}
					#mhPortSaintLucie {
						padding: 0 5px 5px;
					}
					.mhLocation a {
						font-size: 18px;
					}
					.mhLocation a:before {
						top: 0px;
					}
					nav.mm > ul > li > a {
						/* padding: 10px 35px; */
						text-transform: uppercase;
						
					}
}
@media screen and (min-width: 1300px) {
	#logo-main {
		width: 255px;
	}
		body.sticky_zone #logo-main {
			width: 245px;
		}
		#mhRight {
			padding: 30px 0 0 0;
			width: 805px;
		}
			body.sticky_zone #mhRight {
				padding: 25px 0 0 0;
			}
		#socialsCont {
			display: inline-block;
			float: right;
			padding: 30px 0 0 25px;
			width: auto;
		}
		body.sticky_zone #socialsCont {
			padding: 25px 0 0 25px;
		}
				.hs {
					margin: 0 0 0 15px;
				}
				nav.mm > ul {
					height: 44px;
				}
					nav.mm > ul > li > a {
						padding: 15px 15px;
					}
					nav.mm > ul > li > a > span {display: inline;}

						nav.mm > ul > li:hover > ul {
							top: 44px;
						}
			#mmSearch {
				height: 44px;
				padding: 0 10px;
				margin: 0;
				box-sizing: border-box;
				width: 218px;
			}
			#mmSearch a {
				display: none;
			}
				#mmsForm {
					position: relative;
					width: 100%;
					height: 34px;
					left: 0;
					border-radius: 4px;
					top: 5px;
					display: block;
					background-position: 0 0;
					background-repeat: repeat-x;
					background-image: url(img/searchBackground.jpg);;
					border-radius: 17px;
				}
					#mmsForm:before {
						content: '';
						display: block;
						position: absolute;
						background-size: 33px 125px;
						background-image: url(img/icons/search.png);
						background-position: 0 0;
						background-repeat: no-repeat;
						width: 33px;
						height: 30px;
						top: 2px;
						left: 3px;
					}
					#mmsForm:after {
						content: '';
						display: block;
						position: absolute;
						background-color: #979797;
						width: 1px;
						height: 44px;
						top: -5px;
						right: -10px;
					}
				#mmsForm:hover:before {
				background-position: 0 -95px;
				}
				#mmsInput {
				float: left;
				display: block;
				line-height: 1;
				font-size: 14px;
				text-transform: uppercase;
				height: 34px;
				width: 100%;
				padding: 2px 0 0 40px;
				box-sizing: border-box;
				border: 0;
				outline: 0;
				background: transparent;
				margin: 0;
				}
				#mmsSubmit {
				border: 0;
				margin: 0;
				width: 22px;
				height: 22px;
				float: right;
				display: inline;
				background-repeat: no-repeat;
				background-color: transparent;
				cursor: pointer;
				display: none;
				}
				#mmsSubmit:hover {background-position: left bottom;}
}
@media screen and (min-width: 1600px) {
				#mainHeader {
					max-width: 1800px;
					margin: 0px auto;
				}
					#logo-main {
						width: 360px;
					}
					body.sticky_zone #logo-main {
						width: 300px;
					}
					#mhRight {
						width: 1010px;
				    	padding: 40px 0 0 0;
					}
					body.sticky_zone #mhRight {
						padding: 31px 0 0 0;
					}
						#mhPayment {
							max-width: none;
							width: auto;
							font-size: 17px;
							padding: 10px 20px;
							margin: 0 0 20px 0;
						}
						#mhClientPortal {
							max-width: none;
							width: auto;
							font-size: 17px;
							padding: 10px 20px;
							margin: 0 0 20px 0;
						}
						#mhConsultation {
							max-width: none;
							width: auto;
							font-size: 17px;
							padding: 10px 20px;
							margin: 0 0 20px 0;
						}
						.mhLocation {
							font-size: 15px;
						}
							.mhLocation a {
								font-size: 23px;
								padding: 0 0 0 28px;
							}
								/* .mhLocation a:before {
									background-size: 18px 33px;
									width: 18px;
									height: 33px;
									top: -5px;
									left: 16px;
								} */
								.mhLocation a:before {
									top: 4px;
								}
								#socialsCont {
									padding: 40px 0 0 18px;
								}
								body.sticky_zone #socialsCont {
									padding:31px 0 0 28px;
								}
								#socialsConnect {
									font-size: 18px;
									padding: 0 0 20px 0;
								}
								nav.mm > ul > li > a {
									padding: 15px 33px;
								}
}
@media screen and (min-width: 1840px) {
		/* #mainHeader {
			padding: 25px 0;
		}
			#logo-main {
				width: 414px;
			}
				body.sticky_zone #logo-main {
					width: 350px;
				}
			#mhRight {
				width: 1000px;
				padding: 42px 0 0 0;
			}
				#mhPayment {
					font-size: 20px;
			    margin: 0 0 22px 0;
					padding: 15px 37px 14px 37px;
					vertical-align: top;
				}
				#mhConsultation {
					font-size: 25px;
			    margin: 0 0 22px 8px;
					padding: 12px 37px 11px 37px;
				}
				.mhLocation {
					font-size: 18px;
				}
					.mhLocation a {
						font-size: 35px;
					}
						.mhLocation a:before {
							top: 0;
						}
				#mhPortSaintLucie {
					padding: 0 0 0 16px;
				}
					#socialsCont {
						padding: 64px 0 0 38px;
					}
						body.sticky_zone #socialsCont {
							padding: 44px 0 0 28px;
						}
					#socialsConnect {
						font-size: 22px;
						padding: 0 0 27px 0;
					}
					body.sticky_zone #socialsConnect {
						padding: 0 0 17px 0;
					}
						.hs {
							margin: 0 0 0 30px;
						}
						#hs3 {
							margin: 0 0 0 30px;
						} */
				#mhRight {width: 1200px;}
				.mhLocation a {
					font-size: 27px;
					padding: 0 0 0 35px;
				}
				.mhLocation {
					font-size: 18px;
				}
				.mhLocation a:before {
					background-size: 18px 33px;
					width: 18px;
					height: 33px;
					top: -3px;
					left: 9px;
				}
				nav.mm > ul {
					height: 74px;
				}
				body.sticky_zone nav.mm > ul {
					height: 54px;
				}
					nav.mm > ul > li > a {
						font-size: 18px;
						padding: 28px 27px;
					}
					body.sticky_zone nav.mm > ul > li > a {
						padding: 18px 27px;
					}
					nav.mm > ul > li:hover > ul {
						top: 74px;
					}
					body.sticky_zone nav.mm > ul > li:hover > ul {
						top: 54px;
					}
					#mmSearch {
						height: 74px;
						width: 310px;
						box-sizing: content-box;
					}
					body.sticky_zone #mmSearch {
						height: 54px;
					}
					#mmsForm {
						height: 42px;
						border-radius: 45px;
						width: 310px;
						top: 17px;
					}
					body.sticky_zone #mmsForm {
						top: 6px;
					}
						#mmsForm:before {
							background-size: 46px 174px;
							width: 46px;
							height: 42px;
							top: 0;
						}
						#mmsForm:after {
							height: 74px;
							top: -17px;
						}
						body.sticky_zone #mmsForm:after {
							height: 54px;
							top: -6px;
						}
						#mmsForm:hover:before {
							background-position: 0 -132px;
						}
					#mmsInput {
						padding: 2px 0 0 56px;
						font-size: 18px;
						height: 42px;
						overflow: hidden;
					}
}
/*    END OF HEADER MEDIA QUERIES   */



#homeslides {
    position: relative;
    height: 300px;
    background-color: #000;
		overflow: hidden;
}
.homeslide {
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
		display: none;
}
#homeslide1 {display: block;}
.homeslideImg {
	background-position: right 0;
	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);
}
.slideBox {
    position: absolute;
    bottom: 0;
    background: #313131;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
		text-align: center;
}
.slideHead {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 19px;
	color: #fff;
	display: block;
	padding: 0 0 5px 0;
}
.slideBody {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 0;
}
.slideMore {

}
.subslide {
    background-position: center top;
    background-repeat: no-repeat;
		height: 145px;
}
#subslide1 {
	background-image: url(img/slides/sub/320/1.jpg);
}
#subslide2 {
	background-image: url(img/slides/sub/320/2.jpg);
}
#subslide3 {
	background-image: url(img/slides/sub/320/3.jpg);
}
#subslide4 {
	background-image: url(img/slides/sub/320/4.jpg);
}
#subslide5 {
	background-image: url(img/slides/sub/320/5.jpg);
}
#subslide6 {
	background-image: url(img/slides/sub/320/6.jpg);
}
#subslide7 {
	background-image: url(img/slides/sub/320/7.jpg);
}




/*      	MEDIA QUERIES HOMESLIDES      */



@media screen and (min-width: 600px) {
			#homeslides {

			}
			#homeslideImg1 {
			  background-image: url(img/slides/home/600/1.jpg);
			}
			#homeslideImg2 {
			  background-image: url(img/slides/home/600/2.jpg);
			}
			#homeslideImg3 {
			  background-image: url(img/slides/home/600/3.jpg);
			}
			#homeslideImg4 {
			  background-image: url(img/slides/home/600/4.jpg);
			}
			#homeslideImg5 {
			  background-image: url(img/slides/home/600/5.jpg);
			}
			#homeslideImg6 {
			  background-image: url(img/slides/home/600/6.jpg);
			}
}
@media screen and (min-width: 800px) {
	@keyframes ncburnsZoomIn {
	0% {
	    opacity: 0;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	1.5625%, 23.4375% {
	    opacity: 1;
	}
	26.5625% {
	    opacity: 1;
	    -webkit-transform: scale(1.07);
	    transform: scale(1.07);
	}
	100%, 98.4375% {
	    opacity: 1;
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	}
	100% {
	    opacity: 1;
	}
}


	#homeslides {
		height: 558px;
		overflow: hidden;
	}
	#syncMenu {z-index: 1;}
	.homeslideImg {
			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 */
		}
		.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);
		}
    .slideContent {
      position: relative;
			height: 100%;
			max-width: 1800px;
			margin: 0px auto;
    }
    .slideBox {
      position: relative;
			top: 270px;
			width: 460px;
			left: 0;
			background-color: transparent;
    }
		#slideBox2 {
			width: 550px;
			top: 260px;
			position: relative;
		}
		#slideBox3 {
			top: 260px;
		}
		#slideBox4 {
			top: 245px;
			width: 610px;
		}
		#slideBox5 {
			top: 260px;
			width: 480px;
		}
		#slideBox6 {
			top: 260px;
			width: 480px;
		}
			#slideBox2:after {
				content: '';
				display: block;
				position: absolute;
				background-size: 200px 248px;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-image: url(img/hsBook.png);
				width: 200px;
				height: 248px;
				top: -30px;
				right: -200px;
			}
			.slideHead {
				font-size: 40px;
				text-align: left;
				position: relative;
				padding: 0 0 0 25px;
				margin: 0 0 10px 0;
				line-height: 1.2;
				opacity: 0;
				left: -100%;
			}
			.slideTxtAnimate .slideHead {
				left: 0%;
				opacity: 1;
				-webkit-transition: left 1.75s;
				transition: left 1.75s;
				transition-timing-function: ease;
				-webkit-transition-timing-function: ease;
			}
				.slideHead:before {
					content: '';
					display: block;
					position: absolute;
					background-color: #4f90c8;
					width: 10px;
					height: 100%;
					top: 0;
					left: 0px;
				}
				#slideBox2 .slideHead {
					font-size: 25px;
				}
				#slideBox5 .slideHead {
					font-size: 32px;
				}
				#slideBox6 .slideHead {
					font-size: 32px;
				}
			.slideBody {
				position: relative;
				padding: 10px 0 0 25px;
				text-align: left;
				opacity: 0;
				left: -100%;
			}
			.slideTxtAnimate .slideBody {
				left: 0%;
				opacity: 1;
				-webkit-transition: left 3.75s;
				transition: left 3.75s;
				transition-timing-function: ease;
				-webkit-transition-timing-function: ease;
			}
			.slideBody:before {
				content: '';
				display: block;
				position: absolute;
				background-color: #636363;
				width: 10px;
				height: 100%;
				bottom: 5px;
				left: 0px;
			}
			.subslide {
					height: 374px;
			}
			#subslide1 {
			  background-image: url(img/slides/sub/800/1.jpg);
			}
			#subslide2 {
			  background-image: url(img/slides/sub/800/2.jpg);
			}
			#subslide3 {
			  background-image: url(img/slides/sub/800/3.jpg);
			}
			#subslide4 {
			  background-image: url(img/slides/sub/800/4.jpg);
			}
			#subslide5 {
			  background-image: url(img/slides/sub/800/5.jpg);
			}
			#subslide6 {
			  background-image: url(img/slides/sub/800/6.jpg);
			}
			#subslide7 {
			  background-image: url(img/slides/sub/800/7.jpg);
			}
}
@media screen and (min-width: 1100px) {
	#homeslides {
		height: 569px;
	}
	#homeslideImg1 {
	  background-image: url(img/slides/home/1100/1.jpg);
	}
	#homeslideImg2 {
	  background-image: url(img/slides/home/1100/2.jpg);
	}
	#homeslideImg3 {
	  background-image: url(img/slides/home/1100/3.jpg);
	}
	#homeslideImg4 {
	  background-image: url(img/slides/home/1100/4.jpg);
	}
	#homeslideImg5 {
	  background-image: url(img/slides/home/1100/5.jpg);
	}
	#homeslideImg6 {
	  background-image: url(img/slides/home/1100/6.jpg);
	}
		.slideBox {
			width: 550px;
			top: 250px;
		}
		#slideBox2 {
			width: 760px;
			top: 230px;
		}
		#slideBox4 {
			width: 675px;
			top: 230px;
		}
		#slideBox5 {
			width: 640px;
			top: 245px;
		}
		#slideBox6 {
			width: 640px;
			top: 245px;
		}
			.slideHead {
				font-size: 55px;
			}
			#slideBox2 .slideHead {
				font-size: 44px;
			}
			#slideBox3 .slideHead {
				font-size: 45px;
			}
			#slideBox5 .slideHead {
				font-size: 45px;
			}
			#slideBox6 .slideHead {
				font-size: 45px;
			}
			.slideBody {
				font-size: 21px;
			}
}
@media screen and (min-width: 1300px) {
	#homeslides {
		height: 701px;
	}
	#homeslideImg1 {
	  background-image: url(img/slides/home/1300/1.jpg);
	}
	#homeslideImg2 {
	  background-image: url(img/slides/home/1300/2.jpg);
	}
	#homeslideImg3 {
	  background-image: url(img/slides/home/1300/3.jpg);
	}
	#homeslideImg4 {
	  background-image: url(img/slides/home/1300/4.jpg);
	}
	#homeslideImg5 {
	  background-image: url(img/slides/home/1300/5.jpg);
	}
	#homeslideImg6 {
	  background-image: url(img/slides/home/1300/6.jpg);
	}
		.slideBox {
			width: 650px;
			top: 300px;
		}
		#slideBox2 {
			width: 870px;
			top: 275px;
		}
			#slideBox2:after {
				width: 400px;
				height: 511px;
				background-size: 400px 511px;
				top: -85px;
				right: -400px;
			}
		#slideBox3 {
			top: 312px;
		}
		#slideBox4 {
			width: 710px;
			top: 265px;
		}
		#slideBox5 {
			top: 295px;
			width: 740px
		}
		#slideBox6 {
			top: 295px;
			width: 740px
		}
			.slideHead {
				font-size: 68px;
			}
			#slideBox2 .slideHead {
				font-size: 51px;
			}
			#slideBox3 .slideHead {
				font-size: 53px;
			}
			#slideBox4 .slideHead {
				font-size: 60px;
			}
			#slideBox5 .slideHead {
				font-size: 52px;
			}
			#slideBox6 .slideHead {
				font-size: 52px;
			}
			.slideBody {
				font-size: 26px;
			}
	.subslide {
		height: 529px;
	}
	#subslide1 {
	  background-image: url(img/slides/sub/1300/1.jpg);
	}
	#subslide2 {
	  background-image: url(img/slides/sub/1300/2.jpg);
	}
	#subslide3 {
	  background-image: url(img/slides/sub/1300/3.jpg);
	}
	#subslide4 {
	  background-image: url(img/slides/sub/1300/4.jpg);
	}
	#subslide5 {
	  background-image: url(img/slides/sub/1300/5.jpg);
	}
	#subslide6 {
	  background-image: url(img/slides/sub/1300/6.jpg);
	}
	#subslide7 {
	  background-image: url(img/slides/sub/1300/7.jpg);
	}
}
@media screen and (min-width: 1600px) {
	#homeslides {
		height: 806px;
	}
	#homeslideImg1 {
	  background-image: url(img/slides/home/1600/1.jpg);
	}
	#homeslideImg2 {
	  background-image: url(img/slides/home/1600/2.jpg);
	}
	#homeslideImg3 {
	  background-image: url(img/slides/home/1600/3.jpg);
	}
	#homeslideImg4 {
	  background-image: url(img/slides/home/1600/4.jpg);
	}
	#homeslideImg5 {
	  background-image: url(img/slides/home/1600/5.jpg);
	}
	#homeslideImg6 {
	  background-image: url(img/slides/home/1600/6.jpg);
	}
		.slideBox {
			width: 800px;
			top: 345px;
		}
		#slideBox2 {
			width: 1070px;
			top: 320px;
		}
		#slideBox2:after {
			top: -58px;
		}
		#slideBox3 {
			width: 860px;
			top: 360px;
		}
		#slideBox4 {
			width: 880px;
			top: 320px;
		}
		#slideBox5 {
			width: 950px;
			top: 315px;
		}
		#slideBox6 {
			width: 950px;
			top: 315px;
		}
			.slideHead {
				font-size: 85px;
			}
			#slideBox2 .slideHead {
				font-size: 64px;
			}
			#slideBox3 .slideHead {
				font-size: 75px;
			}
			#slideBox4 .slideHead {
				font-size: 76px;
			}
			#slideBox5 .slideHead {
				font-size: 76px;
			}
			#slideBox6 .slideHead {
				font-size: 76px;
			}
			.slideBody {
				font-size: 31px;
			}
			#slideBox4 .slideBody {
				font-size: 28px;
			}
}
@media screen and (min-width: 1840px) {
	#homeslides {
		height: 1095px;
	}
	.homeslideImg {
		background-position: center 0;
	}
	#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);
	}
		.slideBox {
			width: 1000px;
			top: 500px;
		}
		#slideBox2 {
			width: 1200px;
			top: 470px;
		}
		#slideBox4 {
			width: 1160px;
			top: 440px;
		}
		#slideBox5 {
			width: 1245px;
			top: 440px;
		}
		#slideBox6 {
			width: 1200px;
			top: 440px;
		}
			#slideBox2:after {
				background-size: 584px 739px;
				width: 584px;
				height: 739px;
				right: -584px;
				top: -125px;
			}
		#slideBox3 {
			width: 1140px;
			top: 500px;
		}
			.slideHead {
				font-size: 110px;
				padding: 0 0 0 47px;
				margin: 0;
			}
			#slideBox2 .slideHead {
				font-size: 71px;
				margin: 0 0 12px 0;
			}
			#slideBox3 .slideHead {
				font-size: 100px;
				margin: 0 0 12px 0;
			}
			#slideBox4 .slideHead {
				font-size: 100px;
				margin: 0;
			}
				#slideBox4 .slideHead:before {
					height: 310px;
				}
			#slideBox5 .slideHead {
				font-size: 101px;
				margin: 0;
			}
			#slideBox6 .slideHead {
				font-size: 101px;
				margin: 0;
			}
				#slideBox5 .slideHead:before {
					height: 310px;
				}
				#slideBox6 .slideHead:before {
					height: 310px;
				}
			.slideHead:before {
				width: 20px;
				top: 24px;
				height: 214px;
			}
			.slideBody {
				font-size: 40px;
				padding: 20px 0 0 47px;
				line-height: 1;
			}
			#slideBox2 .slideBody {
				font-size: 36px;
			}
			.slideBody:before {
				width: 20px;
			}
			#slideBox4 .slideBody {
				font-size: 36px;
			}
	.subslide {
		height: 719px;
	}
	#subslide1 {
	  background-image: url(img/slides/sub/full/1.jpg);
	}
	#subslide2 {
	  background-image: url(img/slides/sub/full/2.jpg);
	}
	#subslide3 {
	  background-image: url(img/slides/sub/full/3.jpg);
	}
	#subslide4 {
	  background-image: url(img/slides/sub/full/4.jpg);
	}
	#subslide5 {
	  background-image: url(img/slides/sub/full/5.jpg);
	}
	#subslide6 {
	  background-image: url(img/slides/sub/full/6.jpg);
	}
	#subslide7 {
	  background-image: url(img/slides/sub/full/7.jpg);
	}
}
@media screen and (min-width: 2500px) {
	.homeslideImg {
		background-size: cover;
	}
}
/*   END OF HOMESLIDES MEDIA QUERIES   */



#paWrapper {
	background: #203270;
	background: -webkit-linear-gradient(#203270, #30609c);
	background: -o-linear-gradient(#203270, #30609c);
	background: -moz-linear-gradient(#203270, #30609c);
	background: linear-gradient(#203270, #30609c);
}
	#pAreas {
		text-align: center;
		padding: 20px 20px 10px 20px;
		font-family: 'Montserrat', sans-serif;
	}
		.pArea {
			list-style-type: none;
			list-style-position: outside;
			border: 2px solid #4f90c8;
			margin: 0 5px 10px 5px;
			padding: 2px;
			border-radius: 5px;
		}
			.pArea a {
				display: block;
				padding: 10px;
				color: #fff;
				transition: .2s;
				-webkit-transition: .2s;
				text-transform: uppercase;
				font-size: 14px;
			}
				.pArea a br {
					display: none;
				}
			.pArea:hover a {
				background-color: #6caee6;
			}



/*	     	MEDIA QUERIES PAREAS       */


@media screen and (min-width: 400px) {
				#pAreas {
					max-width: 650px;
					margin: 0px auto;
				}
						.pArea {
							display: inline-block;
							width: 44%;
							height: 60px;
							vertical-align: top;
						}
							.pArea a {
								padding: 21px 10px;
							}
							.pAreaBr a {
								padding: 13px 10px 11px 10px;
							}
							.pArea a br {
								display: block;
							}
}
@media screen and (min-width: 575px) {
				.pArea {
					width: 29%;
				}
}
@media screen and (min-width: 750px) {
		#paWrapper {
			background-position: center 0;
			background-repeat: no-repeat;
			background-image: url(img/paWrapper.jpg);
		}
			#pAreas {
				max-width: none;
			}
				.pArea {
					width: 150px;
				}
}
@media screen and (min-width: 1100px) {
		#pAreas {
			padding: 35px 20px;
		}
			.pArea {
				width: 10.5%;
				margin: 0 5px;
				max-width: 210px;
			}
			#pArea1 {
				margin: 0 5px 0 0;
			}
			#pArea8 {
				margin: 0 0 0 5px;
			}
				.pArea a {
					font-size: 11px;
					padding: 23px 10px;
				}
				.pAreaBr a {
					padding: 17px 10px 15px 10px;
				}
}
@media screen and (min-width: 1300px) {
			#pAreas {
				padding: 40px 20px;
			}
					.pArea a {
						font-size: 12px;
						padding: 23px 10px 22px 10px;
					}
					.pAreaBr a {
						padding: 16px 10px 14px 10px;
					}
}
@media screen and (min-width: 1400px) {
					.pArea a {
						font-size: 13px;
						padding: 22px 10px;
					}
					.pAreaBr a {
						padding: 15px 10px 13px 10px;
					}
}
@media screen and (min-width: 1500px) {
			#pAreas {
				padding: 45px 20px;
				max-width: 1800px;
				margin: 0px auto;
			}
				.pArea {
					width: 11%;
				}
					.pArea a {
						font-size: 15px;
						padding: 21px 10px 20px 10px;
					}
					.pAreaBr a {
						padding: 12px 10px 10px 10px;
					}
}
@media screen and (min-width: 1600px) {
			#pAreas {
				padding: 50px 20px;
				max-width: 1800px;
				margin: 0px auto;
			}
					.pArea a {
						font-size: 16px;
						padding: 21px 10px 19px 10px;
					}
					.pAreaBr a {
						padding: 11px 10px 9px 10px;
					}
}
@media screen and (min-width: 1840px) {
					#pAreas {
						padding: 54px 0;
					}
}
@media screen and (min-width: 2500px) {
		#paWrapper {
			background-size: cover;
		}
}
/*   END OF PRACTICE AREAS MEDIA QUERIES   */


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

#caWrapper {
	border-top: 3px solid #9ccbed;
	background-color: #ebebeb;
	padding: 0;
	overflow: hidden;
}
#contentArea {
	margin: 0 auto;
	padding: 20px 0;
}
#hpH1 {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	color: #203270;
	font-size: 22px;
	transition: .5s;
	-webkit-transition: .5s;
	padding: 0 20px 20px 20px;
}
	#hpH1 br {
		display: none;
	}
#mainContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight: normal;
	padding: 0 20px 20px 20px;
}
	#crumbs {font-size: 11px; margin: 0 0 20px;}
	.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;
		color: #000;
		padding: 0 0 5px 0;
		transition: .5s;
		-webkit-transition: .5s;
	}
	.article h1 {
		font-family: 'Droid Serif', serif;
		font-weight: bold;
		color: #203270;
		font-size: 22px;
		transition: .5s;
		-webkit-transition: .5s;
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-family: 'Vollkorn', serif;
		font-style: italic;
		font-size: 18px;
		color: #4f90c8;
		padding: 0 0 10px 0;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.article ul li {
		color: #000;
	}
	.edwardPort {
		max-width: 331px;
		margin: 0 0 15px 0;
	}
		.edwardPort img {
			display: block;
			width: 100%;
		}
	.headshot {
		float: left;
		margin: 0 15px 5px 0;
	}
	.article hr {
		border: 0;
		height: 1px;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
		width: 80%;
		margin: 0 auto 20px;
	}
	#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; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

#hpBoxWrapper {
	margin: 0 20px 20px 0;
	/*padding: 0 0 55px 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(img/hpBoxShadow.png);*/
}
	#hpBox {
		background-color: #fff;
		padding: 20px 20px 20px 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		width: 89%;
		transition: .5s;
		-webkit-transition: .5s;
	}
	#hpBoxInner {
		overflow: hidden;
	}
		#hpBox span {
			display: block;
			padding: 0 0 15px 20px;
			text-align: center;
			font-family: 'PT Sans', sans-serif;
			font-weight: bold;
			font-size: 18px;
			float: right;
			max-width: 330px;
			margin: 0px auto;
		}
		#hpBoxImg {
			border-top: 7px solid #4f90c8;
			background-position: right 0;
			background-repeat: no-repeat;
			background-image: url(img/coupleMob.jpg);
			height: 132px;
			border-bottom: 7px solid #636363;
			font-size: 0;
			text-indent: -1000px;
			margin: 0 0 20px 0;
			clear: right;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#hpBoxList {
				padding: 0 20px;
				max-width: 280px;
				margin: 0px auto;
				float: right;
			}
				.hpBoxItem {
					list-style-type: none;
					list-style-position: outside;
					color: #203270;
					text-transform: uppercase;
					font-weight: bold;
					font-size: 16px;
					padding: 10px 0 10px 30px;
					position: relative;
				}
					.hpBoxItem:before {
						content: '';
						display: block;
						position: absolute;
						background-position: 0 0;
						background-repeat: no-repeat;
						background-size: 24px 24px;
						background-image: url(img/icons/check.png);
						width: 24px;
						height: 24px;
						top: 6px;
						left: 0px;
					}
					#hpBox .hpBoxItem span {
						font-size: 12px;
						display: block;
						margin: 0;
						padding: 0;
						text-align: left;
						float: none;
					}
.hpGReviews {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 500px;
}
.hpGReviews iframe {
	height: 300px !important;
}
#sidebar {
	padding: 0 20px;
	max-width: 450px;
	margin: 0 auto;
}
	.blog-sidebar {
	}
		.blog-sidebar h2 {
			color: #003984;
			font-weight: bold;
			padding: 0 0 20px 0;
			font-size: 24px;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.blog-sidebar ul {
			padding: 0 0 20px 30px;
		}
			.blog-sidebar ul li {
				list-style-type: none;
				list-style-position: outside;
			}
				.blog-sidebar ul li a {
					display: block;
					color: #000;
					font-size: 16px;
					transition: .5s;
					-webkit-transition: .5s;
					padding: 0 0 10px 0;
				}
	#sbBookWrapper {
		margin: 0 0 20px 0;
	}
	#sbBook {
		border-top: 3px solid #9ccbed;
		border-bottom: 3px solid #9ccbed;
		padding: 40px 20px 0 20px;
		background-position: 0 bottom;
		background-repeat: no-repeat;
		background-image: url(img/sbBook.jpg);
		overflow: hidden;
	}
		#sbBook h2 {
			font-family: 'Droid Serif', serif;
			color: #fff;
			font-weight: bold;
			display: block;
			text-align: center;
			padding: 0 0 20px 0;
			font-size: 20px;
			transition: .5s;
			-webkit-transition: .5s;
		}
		#sbBook a {
			color: #fff;
			background-color: #74b1e1;
			text-align: center;
			padding: 10px;
			margin: 0;
			display: block;
			border-radius: 7px;
			text-transform: uppercase;
			max-width: 280px;
			margin: 0px auto 20px auto;
			font-size: 14px;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#sbBook a:hover {
				background-color: #95c9ed;
			}
		#sbBookCont {
			max-width: 225px;
			margin: 0 auto;
			float: right;
		}
			#sbBookCont img {
				display: block;
				width: 100%;
			}
	#sbPAreas {
		margin: 0 0 20px 0;
	}
	#sbPAreas {
		padding: 30px 30px 25px 30px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(img/sbAreas.jpg);
	}
		.sbPArea {
			list-style-type: none;
			list-style-position: outside;
			border: 2px solid #4f90c8;
			padding: 2px;
			border-radius: 5px;
			margin: 0 0 5px 0;
		}
			.sbPArea a {
				color: #fff;
				text-transform: uppercase;
				text-align: center;
				padding: 10px;
				display: block;
				transition: .3s;
				-webkit-transition: .3s;
			}
				.sbPArea a br {
					display: none;
				}
			.sbPArea:hover a {
				background-color: #6caee6;
			}
		#sbTestimonialsWrapper {
			margin: 0 0 20px 0;
		}
		#sbTestimonialsCont {
			background-color: #1d5b9b;
			padding: 20px;
		}
			#sbStarsCont {
				max-width: 206px;
				margin: 0 auto;
			}
				#sbStarsCont img {
					display: block;
					width: 100%;
				}
				#sbTestimonials {
					 position: relative;
					 height: 525px;
					 max-width: 240px;
					 margin: 0px auto;
					 overflow: hidden;
				}
					.sbTestimonial {
						display: none;
						position: absolute;
						width: 100%;
						padding: 0;
						height: 100%;
						font-family: 'Montserrat', sans-serif;
						text-align: center;
						color: #fff;
					}
						.sbTestInner {
							position: absolute;
							top: 50%;
							transform: translateY(-50%);
							padding: 0 20px;
						}
						.sbTestimonial h2 {
							color: #fff;
							font-weight: bold;
							font-size: 20px;
							padding: 0 20px 20px 20px;
						}
						.sbTestimonial p {
							color: #bbc8da;
							font-size: 16px;
						}
						.sbTestimonial span {
							font-weight: bold;
							font-size: 16px;
						}
			#sbTestNav {
				padding: 0;
				max-width: 79px;
				margin: 0px auto;
				text-align: center;
			}
				.sbPrevNextTest {
					list-style-type: none;
					list-style-position: outside;
					width: 32px;
					height: 45px;
					display: inline-block;
					overflow: hidden;
				}
					.sbPrevNextTest a {
						display: block;
					}
						.sbPrevNextTest a img {
							display: block;
							width: 200%;
						}
				.sbNextTest a img {
					margin: 0 0 0 -32px;
				}
				.sbPrevNextTest:hover a img {
					margin: -45px 0 0 0;
				}
				.sbNextTest:hover a img {
					margin: -45px 0 0 -32px;
				}
 	#sbAttorneyWrapper {
		margin: 0 auto;
	}
		#sbAttorney h2 {
			color: #203270;
			padding: 0 0 17px 0;
			font-size: 22px;
			font-family: 'Droid Serif', serif;
			font-weight: bold;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#sbAttorney h2 span {
				font-size: 18px;
				transition: .5s;
				-webkit-transition: .5s;
			}
		#sbAttorney p {
			line-height: 1.5;
			padding: 0;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.caClear {
			display: none;
		}


/*      MEDIA QUERIES CONTENT AREA      */


@media screen and (min-width: 350px) {
				#sbBook a {
					font-size: 15px;
				}
				#sbTestimonials {
					max-width: none;
					width: 270px;
					height: 430px;
				}
}
@media screen and (min-width: 400px) {
				#hpBoxList {
					padding: 0 30px 0 0;
				}
				#sbBook h2 {
					font-size: 23px;
				}
				#sbTestimonials {
					width: 320px;
					height: 360px;
				}
				#sbAttorneyWrapper {
					background-position: right 0;
					background-repeat: no-repeat;
					background-image: url(img/sbAtt3.jpg);
				}
				#sbAttorney h2 {
					width: 65%;
				}
					#sbAttorney p {
						width: 56%;
					}
}
@media screen and (min-width: 490px) {
			#hpH1 {
				font-size: 24px;
			}
				.article h1 {
					font-size: 24px;
				}
				.article h2 {
					font-size: 20px;
				}
				#hpBox {
					width: 83%;
				}
					#hpBox span {
						font-size: 20px;
					}
				#sbBook h2 {
					font-size: 27px;
				}
				#sbBook a {
					font-size: 18px;
				}
				#sbTestimonials {
					width: 410px;
					height: 300px;
				}
				#sbAttorney h2 {
					font-size: 26px;
				}
					#sbAttorney p {
						width: 62%;
					}
}
@media screen and (min-width: 530px) {
	.edwardPort {
		float: left;
		margin: 0 15px 10px 0;
	}
}
@media screen and (min-width: 600px) {
					#hpBox {
						width: 79%;
					}
}
@media screen and (min-width: 700px) {
					#hpBox {
						width: 74%;
					}
}
@media screen and (min-width: 650px) {
			#hpBoxImg {
				background-position: right 0;
				background-repeat: no-repeat;
				background-image: url(img/couple650.jpg);
				height: 153px;
			}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	body.home #contentArea {
		padding: 30px 0;
		max-width: 1800px;
		margin: 0px auto;
		overflow: hidden;
	}
	#contentArea {
		padding: 30px 20px;
		max-width: 1800px;
		margin: 0px auto;
		overflow: hidden;
	}
	#hpH1 {
		text-align: center;
		padding: 0 20px 30px 20px;
		font-size: 28px;
	}
		#hpH1 br {
			display: block;
		}
	body.home #mainContent {
		display: inline-block;
		float: right;
		width: calc(100% - 60px - 300px);
		padding: 0 60px 0 0;
		box-sizing: border-box;
		font-size: 18px;
	}
	.article h1 {
		padding: 0 0 30px 0;
		font-size: 26px;
	}
	.article h2 {
		font-size: 22px;
	}
		.edwardPort {
			float: none;
			margin: 0 0 15px 0;
		}
		#hpBoxWrapper {
			display: inline-block;
			float: left;
			width: 300px;
			padding: 0 0 55px 0;
			background-position: right bottom;
			background-repeat: no-repeat;
			background-image: url(img/hpBoxShadow.png);
		}
		#hpBox {
			width: auto;
		}
		#hpBox span {
			max-width: none;
		}
			#hpBoxImg {
				background-position: right 0;
				background-repeat: no-repeat;
				background-image: url(img/coupleMob.jpg);
				height: 130px;
			}
			#hpBoxList {
				max-width: none;
			}
	.hpGReviews {
		float: left;
		width: 300px;
		box-sizing: border-box;
	}
	#mainContent {
		display: inline-block;
		float: left;
		width: calc(100% - 60px - 300px);
		padding: 0;
		font-size: 18px;
	}
	#sidebar {
		width: 300px;
		max-width: none;
		display: inline-block;
		padding: 0 0 0 60px;
	}
	#sbBookWrapper {
		background-position: 0 bottom;
		background-repeat: no-repeat;
		background-image: url(img/sbShadow800.png);
		padding: 0 0 31px 0;
	}
	#sbBook {
		padding: 45px 20px 0 20px;
	}
		#sbBook h2 {
			font-size: 22px;
		}
		#sbBook a {
			font-size: 14px;
		}
		#sbPAreasWrapper {
			background-position: 0 bottom;
			background-repeat: no-repeat;
			background-image: url(img/sbShadow800.png);
			padding: 0 0 31px 0;
			margin: 0 0 20px 0;
		}
			#sbPAreas {
				margin: 0;
			}
			#sbTestimonialsWrapper {
				background-position: 0 bottom;
				background-repeat: no-repeat;
				background-image: url(img/sbShadow800.png);
				padding: 0 0 31px 0;
				margin: 0 0 20px 0;
			}
		#sbTestimonials {
			width: auto;
			height: 420px;
		}
			.sbTestimonial h2 {
				font-size: 17px;
			}
			#sbTestNav {
				max-width: none;
				width: 84px;
				overflow: hidden;
			}
			.sbPrevTest {
				float: left;
			}
			.sbNextTest {
				float: right;
			}
		#sbAttorneyWrapper {
			background-image: none;
			position: relative;
		}
			#sbAttorneyWrapper:after {
				content: '';
				display: block;
				position: absolute;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-image: url(img/sbAtt3.jpg);
				width: 150px;
				height: 403px;
				top: 0;
				right: -60px;
			}
			#sbAttorney h2 {
				font-size: 21px;
				width: 75%;
			}
			#sbAttorney p {
				width: 67%;
			}
}
@media screen and (min-width: 870px) {
	.edwardPort {
		float: left;
		margin: 0 15px 15px 0;
	}
}
@media screen and (min-width: 900px) {
	#hpH1 {
		font-size: 30px;
	}
	.article h1 {
		font-size:
	}
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1100px) {
		#hpH1 {
			font-size: 35px;
		}
		.article h1 {
			font-size: 35px;
		}
}
@media screen and (min-width: 1300px) {
	body.home #contentArea {
		padding: 40px 0;
	}
	#contentArea {
		padding: 40px 20px;
	}
		#hpH1 {
			font-size: 40px;
		}
		.article h1 {
			font-size: 40px;
		}
}
@media screen and (min-width: 1600px) {
	body.home #contentArea {
		padding: 65px 0;
	}
	#contentArea {
		padding: 65px 20px;
	}
	#hpBoxWrapper {
		width: 450px;
	}
		#hpBox {
			padding: 30px 30px 20px 0;
		}
			#hpBox span {
				font-size: 25px;
				padding: 0 0 22px 0;
			}
			#hpBoxImg {
				background-image: url(img/couple650.jpg);
				height: 153px;
			}
			#hpBoxList {
				width: 340px;
			}
			.hpBoxItem {
				font-size: 22px;
				padding: 14px 0 12px 65px;
				margin: 0 0 10px 0;
			}
				.hpBoxItem:before {
					background-size: 48px 48px;
					width: 48px;
					height: 48px;
					top: 3px;
				}
	.hpGReviews {width: 450px;}
	.hpGReviews iframe {
		height: 340px !important;
	}
	body.home #mainContent {
		width: calc(100% - 60px - 450px);
	}
	#mainContent {
		width: calc(100% - 60px - 450px);
	}
	body.home #mainContent p {
		padding: 0 0 30px 0;
	}
	#mainContent p {
		padding: 0 0 30px 0;
	}
		#hpH1 {
			font-size: 45px;
			padding: 0 0 40px 0;
		}
		.article h1 {
			font-size: 45px;
			padding: 0 0 40px 0;
		}
		.article h2 {
			font-size: 25px;
		}
	#sidebar {
		width: 450px;
	}
	.blog-sidebar h2 {
		font-size: 30px;
	}
	.blog-sidebar ul li a {
		font-size: 18px;
	}
	#sbBookWrapper {
		background-image: url(img/sbShadow.png);
		padding: 0 0 55px 0;
	}
	#sbBook {
		background-position: 0 top;
	}
		#sbBook h2 {
			font-size: 32px;
			padding: 0 0 25px 0;
		}
		#sbBook a {
			font-size: 16px;
			margin: 0px auto;
		}
		#sbBookCont {
			max-width: none;
			width: 300px;
			position: relative;
			top: 15px;
		}
	#sbPAreasWrapper {
		background-image: url(img/sbShadow.png);
		padding: 0 0 55px 0;
	}
		#sbPAreas {
			text-align: center;
		}
		.sbPArea {
			display: inline-block;
			width: 44%;
			vertical-align: top;
			margin: 0 2px 10px 2px;
			height: 60px;
		}
		.sbPArea a {
			padding: 21px 10px 19px 10px;
		}
		.sbPAreaBr a {
    	padding: 11px 10px 9px 10px;
		}
		.sbPArea a br {
			display: block;
		}
		#sbTestimonialsWrapper {
			background-image: url(img/sbShadow.png);
			padding: 0 0 55px 0;
		}
		#sbStarsCont {
			margin: 0 auto;
		}
		#sbTestimonialsCont {
			padding: 30px;
		}
		#sbTestimonials {
			height: 420px;
		}
			.sbTestimonial h2 {
				font-size: 22px;
			}
			.sbTestimonial p {
				font-size: 18px;
				line-height: 1.5;
			}
			#sbAttorneyWrapper {
				padding: 0 0 117px 0;
			}
			#sbAttorneyWrapper:after {
				position: absolute;
				width: 283px;
				height: 760px;
				background-image: url(img/sbAtt1600.jpg);
				right: -110px;
			}
			#sbAttorney h2 {
				font-size: 28px;
			}
			#sbAttorney p {
				width: 59%;
			}
}
@media screen and (min-width: 1840px) {
	body.home #contentArea {
		padding: 90px 0;
		overflow: visible;
	}
	#hpBoxWrapper {
		width: 450px;
		float: none;
		margin: 0 0 0 -9999px;
		padding: 0 0 55px 9999px;
	}
		#hpBox {
			padding: 30px 30px 20px 9558px;
			margin: 0 0 0 -9999px;
			width: 862px;
		}
			#hpBox span {
				font-size: 28px;
				padding: 0 20px 22px 0;
				float: right;
				width: 440px;
				box-sizing: border-box;
			}
			#hpBoxImg {
				background-image: url(img/couple.jpg);
				height: 228px;
			}
			#hpBoxList {
				width: 360px;
				padding: 0 50px 0 0;
			}
			.hpBoxItem {
				font-size: 25px;
				padding: 14px 0 12px 65px;
				margin: 0 0 10px 0;
			}
				.hpBoxItem:before {
					background-size: 48px 48px;
					width: 48px;
					height: 48px;
					top: 3px;
				}
	.hpGReviews {
		width: 450px;
    float: none;
    margin: 0 0 0 -9999px;
    padding: 0 0 0 9999px;
		box-sizing: content-box;
	}
	body.home #mainContent {
		width: calc(100% - 60px - 450px);
	}
	#mainContent {
		width: calc(100% - 60px - 555px);
	}
	#sidebar {
		width: 555px;
	}
		#hpH1 {
			font-size: 50px;
			padding: 0 0 50px 0;
		}
		.article h1 {
			padding: 0 0 50px 0;
		}
		.article h2 {
			font-size: 28px;
		}
		#sbBook {
			padding: 56px 20px 0 20px;
			border-top: 7px solid #9ccbed;
			border-bottom: 7px solid #9ccbed;
		}
		#sbBook h2 {
			font-size: 42px;
			line-height: 1.2;
		}
		#sbBook a {
			width: 410px;
			max-width: none;
			font-size: 20px;
		}
		#sbBookCont {
			width: 355px;
			top: 24px;
		}
		.sbPArea {
			height: 90px;
		}
		.sbPArea a {
			font-size: 18px;
			padding: 34px 10px 33px 10px;
		}
		.sbPAreaBr a {
			padding: 23px 10px 21px 10px;
		}
		.sbTestimonial h2 {
			font-size: 24px;
		}
		.sbTestimonial p {
			line-height: 1.8;
		}
		#sbAttorneyWrapper {
			padding: 10px 0 140px 0;
		}
			#sbAttorneyWrapper:after {
				right: -125px;
			}
		#sbAttorney h2 {
				font-size: 40px;
				line-height: 1.2;
		}
			#sbAttorney h2 span {
				font-size: 28px;
			}
		#sbAttorney p {
			font-size: 18px;
		}
		.caClear {
			display: block;
			height: 0;
			clear: both;
		}
}
@media screen and (min-width: 1900px) {
	#contentArea {
		padding: 90px 0;
		overflow: visible;
	}
}
/*    END MEDIA QUERIES CONTENT AREA   */


#hpBookWrapper {
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(img/bookWrapper.jpg);
	background-size: cover;
	border-top: 5px solid #9ccbed;
	border-bottom: 5px solid #9ccbed;
	padding: 30px 20px 0 20px;
}
	#hpBookCont {
		max-width: 1800px;
		margin: 0px auto;
		font-family: 'Droid Serif', serif;
	}
		#hpBookCont h2 {
			color: #fff;
			padding: 0 0 20px 0;
			font-weight: bold;
			font-size: 20px;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#hpBookCont h2 br {
				display: none;
			}
		#hpBookCont p {
			font-family: 'Droid Sans', sans-serif;
			color: #f1f1f1;
			font-size: 16px;
			line-height: 1.4;
			padding: 0 0 20px 0;
			transition: .5s;
			-webkit-transition: .5s;
		}
			#hpFreeBook {
				font-family: 'Montserrat', sans-serif;
				display: block;
				color: #fff;
				background-color: #74b1e1;
				text-align: center;
				padding: 10px;
				border-radius: 5px;
				text-transform: uppercase;
				max-width: 300px;
				margin: 0px auto 30px auto;
				transition: .5s;
				-webkit-transition: .5s;
			}
				#hpFreeBook:hover {
					background-color: #95c9ed;
				}
			#hpBookImgCont {
				max-width: 200px;
				margin: 0px auto;
			}
				#hpBookImgCont img {
					display: block;
					width: 100%;
				}
    .showForm {
			display: block;
		}
		.hideForm {
			display: none;
		}
		#bookFormOverlay {
			height: 100%;
			width: 100%;
			background-color: rgba(0, 0, 0, .5);
			position: absolute;
			top: 0;
			left: 0;
			z-index: 9999;
			position: absolute;
		}
		#bookFormCont {
			width: 100%;
			height: 430px;
			position: fixed;
			top: -999px;
			transition: 1s;
			-webkit-transition: 1s;
			-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
		}
	 	#bookFormCont.showAnimation {
			top: 30px;
		}
			.bookForm {
				display: block;
				width: 200px;
				margin: 0px auto;
				position: relative;
				top: 0;
				background-color: #153173;
				padding: 20px;
				box-shadow: 0 0 30px #000;
				transition: 5s;
				-webkit-transition: 5s;
			}
				.bookFormClose {
					content: '';
					display: block;
					position: absolute;
					width: 25px;
					height: 25px;
					top: -9px;
					right: -9px;
				}
				.bookForm input {
					display: block;
					width: 100%;
					box-sizing: border-box;
					padding: 5px 5px 5px 10px;
					margin: 0 0 15px 0;
					font-size: 14px;
				}
				.captchaCont4 {
					display: block;
					box-sizing: border-box;
					width: 100%;
					margin: 0 0 15px 0;
				}
					.captchaCont4 img {
						display: block;
						width: 100%;
					}
				.bookForm .requiredFields {
					color: #fff;
					padding: 0 0 20px 0;
					font-size: 14px;
				}
				input.submit-button-book {
					color: #fff;
					background-color: #b3b3b3;
					transition: .2s;
					-webkit-transition: .2s;
					font-size: 14px;
					margin: 0;
				}
					.submit-button-book:hover {
						background-color: #ccc;
					}
			#bookFormOverlay.fixed #bookFormCont {
				height: 500px;
			}
			#bookFormOverlay.fixed #bookFormCont.showAnimation {
				top: 40px;
			}
			#bookFormOverlay.fixed .bookForm input {
				padding: 10px 10px;
			}
/*      MEDIA QUERIES HOMEPAGE BOOK SECTION     */


@media screen and (min-width: 450px) {
	.bookForm {
		width: 300px;
	}
}
@media screen and (min-width: 500px) {
			#hpBookWrapper {
				padding: 30px 20px;
			}
				#hpBookCont {
					overflow: hidden;
				}
					#hpBookContInner {
						display: inline-block;
						float: left;
						width: calc(100% - 20px - 37%);
					}
					#hpBookImgCont {
						display: inline-block;
						float: right;
						width: 37%;
						max-width: none;
						padding: 0 0 0 20px;
					}
					#hpFreeBook {
						margin: 0px auto;
					}
}
@media screen and (min-width: 800px) {
			#hpBookWrapper {
				padding: 35px 20px 40px 20px;
			}
				#hpBookCont {
					overflow: hidden;
				}
					#hpBookCont h2 {
						font-size: 23px;
					}
					#hpBookCont p {
						line-height: 1.6;
						font-size: 18px;
					}
					#hpBookContInner {
						display: inline-block;
						float: left;
						width: calc(100% - 20px - 25%);
					}
					#hpBookImgCont {
						display: inline-block;
						float: right;
						width: 25%;
						max-width: none;
						padding: 0 0 0 20px;
					}
					#hpFreeBook {
						margin: 0px auto;
					}
				#bookFormOverlay.fixed #bookFormCont {
					height: auto;
				}
				#bookFormOverlay.fixed #bookFormCont.showAnimation {
					height: auto;
					top: 15%;
				}
}
@media screen and (min-width: 900px) {
	#hpBookCont h2 {
		padding: 0 0 25px 0;
	}
	#hpBookCont p {
		padding: 0 0 30px 0;
	}
}
@media screen and (min-width: 1000px) {
	#hpBookCont {
		overflow: visible;
		position: relative;
	}
		#hpBookContInner {
			width: calc(100% - 25px - 240px);
			float: none;
		}
			#hpBookContInner:after {
				content: '';
				display: block;
				position: absolute;
				background-size: 240px 312px;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-image: url(img/book.png);
				width: 240px;
				height: 312px;
				top: -75px;
				right: 0px;
			}
		#hpBookCont h2 {
		 font-size: 25px;
		}
		#hpBookCont p {
			padding: 0 0 30px 0;
		}
		#hpBookImgCont {
			display: none;
			float: none;
		}
}
@media screen and (min-width: 1300px) {
	#hpBookWrapper {
		padding: 45px 20px 50px 20px;
	}
	#hpBookCont h2 {
	 font-size: 35px;
	}
	#bookFormOverlay.fixed #bookFormCont.showAnimation {
		top: 20%;
	}
}
@media screen and (min-width: 1600px) {
	#hpBookWrapper {
		padding: 55px 20px 60px 20px;
	}
		#hpBookContInner {
			width: calc(100% - 25px - 375px);
			float: none;
		}
			#hpBookContInner:after {
				content: '';
				display: block;
				position: absolute;
				background-size: 375px 488px;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-image: url(img/book.png);
				width: 375px;
				height: 444px;
				top: -110px;
				right: 0px;
			}
			#hpBookCont h2 br {
				display: block;
			}
		#hpBookCont p {
			line-height: 1.8;
		}
}
@media screen and (min-width: 1840px) {
	#hpBookWrapper {
		padding: 70px 0 75px 0;
	}
		#hpBookContInner {
			width: calc(100% - 500px);
			float: none;
		}
			#hpBookContInner:after {
				content: '';
				display: block;
				position: absolute;
				background-size: 533px 693px;
				background-position: 0 0;
				background-repeat: no-repeat;
				background-image: url(img/book.png);
				width: 533px;
				height: 600px;
				top: -165px;
				right: -0px;
			}
		#hpBookCont h2 {
		 font-size: 39px;
	    padding: 0 0 50px 0;
		}
		#hpBookCont p {
			padding: 0 0 60px 0;
			line-height: 2;
		}
		#hpFreeBook {
			font-size: 20px;
			max-width: 400px;
		}
		#bookFormOverlay.fixed #bookFormCont.showAnimation {
			top: 30%;
		}
}

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


/*Testimonials*/
#hpTestimonialsWrapper {
	padding: 20px;
	background-color: #ebebeb;
}
.testAttInfo{ padding: 0 20px; }
.testimonialsTitle{
	display: block;
	position: relative;
	color: #145389;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 22px; /*50*/
	padding: 0 0 15px;
	margin: 0 auto 15px;
	transition: 300ms;
}
.testimonialsTitle br{ display:none; }
.testimonialsTitle:after{
	content:"";
	display: block;
	height: 2px;
	width: 100%;
	background: #b9b9b9;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 300ms;
}
.testimonialsBody{
	font-family: 'Droid Sans', sans-serif;
	color: #454545;
	transition: 300ms;
	line-height: 1.5;
	position: relative;
	margin: 0 0 20px 0;
}
.testimonialsBody:after{
	content:"";
	display: block;
	height: 2px;
	width: 100%;
	background: #b9b9b9;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 300ms;
}
.testList{
	overflow: hidden;
}
.testList .test {
	height: 465px;
	width: 100%;
	position: relative;
}
.testList .test1 {
	background-color: #1d5b9b;
}
.testList .test2 {
	background-color: #213573;
}
.testList .test3 {
	background-color: #4d7ab9;
}
.testList .test4 {
	background-color: #394e91;
}
.testList .test5 {
	background-color: #1d5b9b;
}
.testList .test6 {
	background-color: #213573;
}
.testList .test7 {
	background-color: #4d7ab9;
}
.testList .test8 {
	background-color: #394e91;
}
.testList .test9 {
	background-color: #1d5b9b;
}
.testList .test10 {
	background-color: #213573;
}
.testList .test11 {
	background-color: #394e91;
}
.testCont{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 20px;
	color: #454545;
	/*height: 465px;*/
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testStarsCont {
	max-width: 150px;
	margin: 0px auto;
}
	.testStarsCont img {
		display: block;
		width: 100%;
	}
.testTitle{
	display: block;
	position: relative;
	color: #fff;
	font-size: 18px; /*34*/
	font-weight: bold;
	padding: 20px 0 10px;
	transition: 300ms;
}
.testBody{ line-height: 1.4; padding: 0; transition: 300ms; color: #fff;}
.testAuthor{
	display: block;
	font-weight: bold;
	padding: 10px 0 0;
	color: #fff;
}
.testNav{ width: 85px; margin: 20px auto; overflow: hidden; }
.testNav a {
	display: block;
	height: 45px;
	width: 32px;
	overflow: hidden;
}
.testPrev{ float: left; }
.testNext{ float: right; }
.testNext img{ margin-left: -32px; }
.testNav li:hover img{ margin-top: -45px; }
.testAvvoImgCont {
	max-width: 243px;
	margin: 0 auto 20px auto;
}
	.testAvvoImgCont img {
		display: block;
		width: 100%;
	}
	.testNACBAImgCont {
		max-width: 278px;
		margin: 0px auto;
	}
		.testNACBAImgCont img {
			display: block;
			width: 100%;
		}
@media screen and (min-width: 400px) {
	.testBody {
		line-height: 1.7;
	}
}
@media screen and (min-width: 500px) {
	.testTitle {
		font-size: 20px;
	}
	.testAttInfoImgBox {
		overflow: hidden;
		text-align: center;
	}
		.testAvvoImgCont {
			display: inline-block;
			vertical-align: top;
			width: 42%;
		}
		.testNACBAImgCont {
			display: inline-block;
			vertical-align: top;
			width: 45%;
			margin: 0 0 0 10px;
		}
}
@media screen and (min-width: 800px) {
	#hpTestimonialsWrapper {
		padding: 30px 20px;
	}
	.testAttInfo {
		overflow: hidden;
		text-align: center;
	}
		.testimonialsTitle {
			display: inline-block;
			float: left;
			width: auto;
			text-align: left;
		}
			.testimonialsTitle br {
				display: block;
			}
			.testimonialsTitle:after {
				display: none;
			}
		.testimonialsBody {
			display: inline-block;
			width: calc(100% - 260px);
			text-align: left;
			padding: 0 0 0 20px;
			margin: 0 0 30px 0;
			box-sizing: border-box;
		}
			.testimonialsBody:after {
				width: 2px;
				height: 100%;
			}
		.testNav {
			margin: 30px auto;
		}
		.testAttInfoImgBox {
			clear: left
		}
		.testNACBAImgCont {
			margin: 0 0 0 23%;
		}
}
@media screen and (min-width: 900px){
	#hpTestimonialsWrapper{
		padding: 40px 0;
		overflow: hidden;
		background-image: url(img/attorney900.jpg);
		background-repeat: no-repeat;
		background-position: 20px 20px;
	}
	.testimonialsCont{ overflow: hidden; }
	.testAttInfo{ clear: right; width: 860px; margin: 0px auto;}
	.testimonialsTitle{ font-size: 24px; text-align: left; padding: 60px 20px 0 0 ; margin: 0 0 25px;  }
	.testimonialsTitle:after{ padding: 0 0 0 9999px; margin: 0 0 0 -9999px; height: 5px; }
	.testimonialsBody{ font-size: 14px; width: calc(100% - 270px - 195px); float: left; padding: 0 20px; margin: 0;}
	.testimonialsBody:before{
		content:"";
		display: block;
		height: 100%;
		width: 2px;
		background: #b9b9b9;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: 300ms;
	}
	.testimonialsBody:after {
		right: 0;
		left: inherit;
	}
	.testOuterCont{ float: right; width: calc(100% - 460px); box-sizing: border-box; }
	.testList .test {
		height: 506px;
	}
	.testList li {
		position: relative;
	}
	.testList li:nth-child(even) {
		margin: 32px 0 0 0;
	}
	.testList li:nth-child(even):after {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/icons/testPseudoOdd.png);
		width: 27px;
		height: 32px;
		top: -32px;
		right: 0px;
	}
	.testList li:nth-child(odd):after {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/icons/testPseudoEven.png);
		width: 27px;
		height: 32px;
		bottom: -32px;
	  right: 0px;
	}
	.testList .slick-list{ padding: 0 100px 0 0 !important; }
	.testList .slick-active:first-child:before {
		content: '';
		display: block;
		position: absolute;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(img/icons/testFirst.png);
		width: 27px;
		height: 506px;
		top: 0;
		left: -27px;
	}
	.testCont{ padding: 25px; }
	.testBody{ line-height: 1.6; }
	.testNav{ margin: 20px 0; }
	.testAttInfoImgBox {
		display: inline-block;
		clear: none;
		float: right;
		width: 175px;
	}
	.testAvvoImgCont {
		width: auto;
		margin: 0 0 20px 0;
	}
	.testNACBAImgCont {
		width: auto;
		margin: 0;
	}
}
@media screen and (min-width: 1200px) {
		#hpTestimonialsWrapper {
			background-image: url(img/attorney1200.jpg);
			background-position: -120px 20px;
		}
			.testOuterCont {
				width: calc(100% - 280px);
			}
				.testAttInfo {
					padding: 0 20px 0 275px;
					float: left;
				}
}
@media screen and (min-width: 1300px) {
	#hpTestimonialsWrapper {
		padding: 50px 0;
	}
	.testTitle {
		font-size: 24px;
	}
	.testBody {
		font-size: 18px;
	}
	.testAuthor {
		font-size: 18px;
	}
	.testAttInfo {
		width: 990px;
	}
	.testimonialsBody {
		font-size: 16px;
	}
}
@media screen and (min-width: 1600px) {
	#hpTestimonialsWrapper {
		padding: 60px 0;
	}
	.testAttInfo {
		width: 1250px;
	}
	.testimonialsTitle {
		font-size: 34px;
		padding: 45px 40px 0 0;
	}
	.testimonialsBody {
		font-size: 18px;
		width: calc(100% - 420px - 195px);
		padding: 0 40px;
	}
	.testAvvoImgCont {
		margin: 10px 0 30px 0;
	}
}
@media screen and (min-width: 1840px) {
	#hpTestimonialsWrapper {
		padding: 150px 0;
		background-image: none;
	}
	#hpTestimonialsCont {
		width: 1840px;
		margin: 0px auto;
		position: relative;
	}
		#hpTestimonialsCont:before {
			content: " ";
			display: block;
			position: absolute;
			background-repeat: no-repeat;
			background-position: 0 0;
			background-image: url(img/attorneyFull.jpg);
			left: -150px;
			top: -70px;
			width: 485px;
			height: 1081px;
		}
	.testOuterCont {
		width: calc(100% - 400px);
		overflow: visible;
		margin: 0 0 40px 0;
	}
	.testAttInfoCont {
		width: 1840px;
		margin: 0px auto;
		overflow: hidden;
	}
	.testAttInfo {
		width: 1430px;
		margin: 0 auto;
		padding: 0 0 0 350px;
		float: none;
	}
	.testimonialsTitle {
		font-size: 40px;
		padding: 50px 40px 0 0;
	}
	.testimonialsBody {
		font-size: 18px;
		width: calc(100% - 600px - 195px);
		padding: 0 40px;
		line-height: 1.9;
	}
	.testAttInfoImgBox {
		width: 278px;
		float: none;
	}
	.testAvvoImgCont {
		width: 243px;
		margin: 0 0 20px 0;
	}
	.testNACBAImgCont {
		width: 278px;
	}
}


/*@media screen and (min-width: 1400px){
	#hpTestimonialsWrapper{ padding: 60px 0; }
	.testAttInfo{ width: 460px; }
	.testimonialsTitle{ font-size: 50px; line-height: 1; padding: 0 0 50px; margin: 0 0 45px; }
	.testimonialsTitle br{ display: block; }
	.testimonialsBody{ line-height: 1.7; }
	.testOuterCont{ width: calc(100% - 515px); }
	.testList li:nth-child(odd) .testCont{ border-bottom: 15px solid #4f90c8; }
	.testList li:nth-child(even) .testCont{ border-bottom: 15px solid #145389; }
	.testCont{ height: 550px; padding: 50px 25px; }
	.testTitle{ font-size: 28px; padding: 60px 0 25px; }
	.testTitle:before{
		height: 34px;
		width: 200px;
		left: calc(50% - 100px);
	}
	.testBody{ font-size: 19px; }
	.testNav{ margin: 30px 0; }
}
@media screen and (min-width: 1900px){
	#hpTestimonialsWrapper{ padding: 80px 0; }
	.testOuterCont{ width: calc(100% - 550px); }
	.testCont{ padding: 50px 30px; }
	.testTitle{ font-size: 34px; }
	.testBody{ font-size: 21px; }
}*/



#consultationWrapper {
	background-image: url(img/formWrapper.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 0;
}
	#consultationOuterCont1 {
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/formTopShadow.png);
	}
	#consultationOuterCont2 {
		background-position: 0 bottom;
		background-repeat: repeat-x;
		background-image: url(img/formBottomShadow.png);
	}
	#consultationCont {
		padding: 30px 20px;
		color: #fff;
		max-width: 1510px;
		margin: 0px auto;
		overflow: hidden;
	}
		#consultationCont h2 {
			font-family: 'Droid Serif', serif;
			font-weight: bold;
			text-align: center;
			padding: 0 0 20px 0;
			transition: .5s;
			-webkit-transition: .5s;
			font-size: 22px;
		}
		#consultationCont p {
			font-family: 'Droid Sans', sans-serif;
			padding: 0 0 30px 0;
			text-align: center;
		}
		.form3 {
			color: #74b1e1;
			padding: 0;
			max-width: 600px;
			margin: 0px auto;
		}
		.form3 input {
			font-family: 'Source Sans Pro', sans-serif;
			color: #74b1e1;
			border: 2px solid #74b1e1;
			background-color: transparent;
			padding: 10px;
			width: 100%;
			font-size: 16px;
			/*transition: .5s;
			-webkit-transition: .5s;*/
			box-sizing: border-box;
			margin: 0 0 10px 0;
			outline: none;
		}
		.form3 textArea {
			font-family: 'Source Sans Pro', sans-serif;
			color: #74b1e1;
			border: 2px solid #74b1e1;
			background-color: transparent;
			padding: 10px;
			width: 100%;
			box-sizing: border-box;
			margin: 0 0 5px 0;
			height: 130px;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.hpRequired {
			display: block;
			padding: 10px 0 20px 0;
			text-align: center;
			font-weight: bold;
			font-family: 'Droid Sans', sans-serif;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.hpForm .hpCheckBox {
			display: none;
		}
		.hpForm .hpCheckBox + label {
			display: inline-block;
			border: 2px solid #74b1e1;
			height: 24px;
			width: 24px;
		}
		.hpCheckDesc {
			font-size: 12px;
			padding: 0 10px 20px 10px;
			display: inline-block;
			width: calc(100% - 55px);
			vertical-align: top;
			transition: .5s;
			-webkit-transition: .5s;
		}
		.reCaptchaImgCont {
			max-width: 302px;
			margin: 0px auto 20px auto;
		}
			.reCaptchaImgCont img {
				display: block;
				width: 100%;
			}
		input.submit-button3 {
			display: block;
			background-color: #74b1e1;
			color: #fff;
			border-radius: 5px;
			max-width: 400px;
			margin: 0px auto;
			transition: .5s;
			-webkit-transition: .5s;
			text-transform: uppercase;
		}
			input.submit-button3:hover {
				background-color: #95c9ed;
			}
			.hpForm input[type="checkbox"]:checked + label:after {
				content: "X";
		    display: block;
		    color: #c4e5ff;
		    position: relative;
		    font-size: 20px;
		    top: 0;
		    left: 7px;
			}


/*     	MEDIA QUERIES CONSULTATION WRAPPER     */


@media screen and (min-width: 600px) {
	#consultationCont h2 {
		font-size: 23px;
	}
	#consultationCont p {
		line-height: 1.5;
		max-width: 1400px;
		margin: 0px auto;
	}
}
@media screen and (min-width: 700px) {
		.hpCheckWrap {
			overflow: hidden;
			margin: 0px auto;
		}
				.reCaptchaImgCont {
					display: inline-block;
				}
				input.submit-button3 {
					max-width: none;
					width: 250px;
					display: inline-block;
					float: right;
				}
}
@media screen and (min-width: 800px) {
	#consultationWrapper {
		background-attachment: fixed;
		background-size: cover;
	}
	#consultationCont h2 {
		font-size: 28px;
	}
	.form3 {
		max-width: none;
	}
		input.form3TopInputs {
			display: inline-block;
			float: left;
			width: calc(33% - 5px);
		}
		input.form3TopEmail {
			margin: 0 10px;
		}
		.form3 textArea {
			height: 200px;
		}
		.hpCheckWrap {
			width: 660px;
		}
}
@media screen and (min-width: 900px) {
	#consultationCont {
		padding: 40px 20px;
	}
	#consultationCont h2 {
		font-size: 32px;
	}
	input.form3TopInputs {
		width: calc(33.33% - 7px);
	}
	.hpCheckWrap {
		width: auto;
		max-width: 1315px;
		margin: 0px auto;
	}
	.hpCheckCont {
		display: inline-block;
		float: left;
		width: calc(100% - 545px - 20px);
	}
	.form3 textArea {
		margin: 0 0 20px 0;
	}
	.reCaptchaImgCont {
		float: left;
		margin: 20px 0 0 0;
	}
		.hpCheckDesc {
			padding: 0 20px 20px 10px;
			width: calc(100% - 65px);
		}
		input.submit-button3 {
			margin: 20px 0 0 0;
		}
}
@media screen and (min-width: 1000px) {
	#consultationCont h2 {
		font-size: 35px;
	}
	#consultationCont p {
		line-height: 1.7;
	}
}
@media screen and (min-width: 1300px) {
	#consultationCont {
		padding: 50px 20px 56px 20px;
	}
	#consultationCont h2 {
		font-size: 42px;
	}
	#consultationCont p {
		font-size: 18px;
	}
	input.form3TopInputs {
		font-size: 20px;
	}
	input.submit-button3 {
		font-size: 22px;
		width: 360px;
		height: 76px;
		box-sizing: border-box;
	}
	.form3 textArea {
		font-size: 20px;
	}
	.hpCheckCont {
		width: calc(100% - 670px - 20px);
	}
}
@media screen and (min-width: 1600px) {
	#consultationCont {
		padding: 60px 20px 67px 20px;
	}
	#consultationCont h2 {
		padding: 0 0 30px 0;
		font-size: 46px;
	}
	#consultationCont p {
		padding: 0 0 45px 0;
	}
}
@media screen and (min-width: 1840px) {
	#consultationCont {
		padding: 93px 20px 101px 20px;
	}
	#consultationCont h2 {
		padding: 0 0 40px 0;
		font-size: 52px;
	}
	#consultationCont p {
		padding: 0 0 60px 0;
	}
	input.form3TopInputs {
		font-size: 22px;
		padding: 19px 15px;
	}
	input.submit-button3 {
		font-size: 24px;
	}
	.form3 textArea {
		font-size: 22px;
		height: 233px;
	}
}
/*   	END OF CONSULTATION MEDIA QUERIES   */


#mainFooter {
	overflow: hidden;
}
	#mfLogoWrapper {
		padding: 30px 20px;
		background-color: #4d7ab9;
	}
		#mfLogoCont {
			max-width: 283px;
			margin: 0px auto;
		}
			#mfLogoCont a {
				display: block;
			}
				#mfLogoCont img {
					display: block;
					width: 100%;
				}
	#mfLocationsWrapper {
		background-color: #3161a5;
		background-position: 0 0;
		background-repeat: repeat-x;
		background-image: url(img/footerShadow.png);
		padding: 40px 20px;
		overflow: hidden;
	}
		#mfLocationsCont {text-align: center;}
		.mfLocationBox {
			margin: 0 auto 40px;
			display: block;
    		text-align: left;
    		max-width: 400px;
		}
			.mfLocImgCont {
				max-width: 391px;
				margin: 0 auto;
				padding: 0 0 7% 0;
				background-position: center bottom;
				background-size: 100%;
				background-repeat: no-repeat;
				background-image: url(img/locShadow.png);
			}
				.mfLocImgCont img {
					display: block;
					width: 100%;
				}
			.mfLocationBox h3 {
				font-family: 'Droid Serif', serif;
				font-weight: bold;
				font-size: 23px;
				color: #fff;
				padding: 0 0 20px 0;
				text-transform: uppercase;
				letter-spacing: 1px;
				transition: .5s;
				-webkit-transition: .5s;
			}
			.mfPhone {
				font-family: 'PT Sans', sans-serif;
				color: #fff;
				position: relative;
				font-size: 32px;
				display: block;
				padding: 0 0 20px 41px;
			}
				.mfPhone:before {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(img/icons/handset.png);
					width: 18px;
					height: 33px;
					top: 0px;
					left: 0px;
				}
			.mfAddress {
				display: block;
				font-family: 'Montserrat', sans-serif;
				color: #b0dbf8;
				font-size: 16px;
				position: relative;
				padding: 0 0 20px 41px;
			}
				.mfAddress:before {
					content: '';
					display: block;
					position: absolute;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(img/icons/hotel.png);
					width: 19px;
					height: 29px;
					top: -3px;
					left: 0px;
				}
				.mfDirections {
				  display: block;
				  font-family: 'Montserrat', sans-serif;
				  color: #b0dbf8;
				  font-size: 16px;
				  position: relative;
				  padding: 0 0 0 41px;
					transition: .5s;
					-webkit-transition: .5s;
				}
				  .mfDirections:before {
				    content: '';
				    display: block;
				    position: absolute;
				    background-position: 0 0;
				    background-repeat: no-repeat;
				    background-image: url(img/icons/car.png);
				    width: 28px;
				    height: 18px;
				    top: -3px;
				    left: -3px;
				  }
					.mfDirections:hover {
						color: #fff;
					}
					.mfDirections:hover:before {
						background-position: -28px 0;
					}
			#mfMapCont {
				max-width: 1100px;
				margin: 0px auto;
			}
				#mfMapCont img {
					display: block;
					width: 100%;
				}
					#mmBrandingWrapper {
						padding: 30px 20px 30px;
						font-size: 0;
						text-align: center;
						background: #000;
					}
					#mfLinks {
						padding: 0 0 20px 0;
						text-align: center;
					}
						.mfLink {
							display: inline-block;
							list-style-type: none;
							list-style-position: outside;
							margin: 0 10px;
							position: relative;
						}
						#mfLink2:after {
							content: '';
							display: block;
							position: absolute;
							background-position: 0 0;
							background-repeat: no-repeat;
							background-color: #fff;
							width: 1px;
							height: 100%;
							top: 1px;
							left: -10px;
						}
							.mfLink a {
								display: block;
								color: #fff;
								font-size: 12px;
								text-transform: uppercase;
							}
								.mfLink a:hover {
									text-decoration: underline;
								}
					#mmBranding {
						display: inline-block;
						/* margins, paddings, etc. */
						overflow: hidden;
					}
						#mmBranding, #mmBranding a {
							color: #fff;
							font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
							text-decoration: none;
						}
						#mmBranding a:hover {text-decoration: underline; font-weight: normal;}
						#logo-mmm {
							display: inline-block;
						}
						#mmBranding p {
							margin: auto;
							padding: 12px 0 0;
							max-width: 320px; /*modme*/
							text-align: center;
						}
						#mmBranding br {display: none;}


/*		  MEDIA QUERIES MAIN FOOTER    */


@media screen and (min-width: 350px){
	.mfLocationBox h3 {
		font-size: 25px;
	}
}
@media screen and (min-width: 440px) {
	.mfLocImgCont {
		padding: 0 0 28px 0;
	}
	.mfLocationBox h3 {
		font-size: 27px;
	}
	#mmBrandingWrapper {
		padding: 30px 20px 80px;
	}
}
@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
	}
	#logo-mmm {
		display: inline-block;
		margin: 0 0 3px;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 800px) {
			#mmBrandingWrapper {
				padding: 40px 20px;
			}
		.mfLocationBox {
			margin: 0 10px;
			display: inline-block;
    		text-align: left;
    		max-width: 400px;
		}			
}
@media screen and (min-width: 1000px) {
	#mfLocationsCont {
		max-width: 960px;
		margin: 0px auto;
		overflow: hidden;
		transition: .5s;
		-webkit-transition: .5s;
	}
		.mfLocationBox {
			margin: 0 10px 40px;
			display: inline-block;
    		max-width: 400px;
		}
		.mfLocationBox h3 {
			text-align: center;
		}
			/* #mfLocation2 h3 {
				padding: 0 10px 20px 0;
			} */
/*		#mfLoc2ImgCont {
			max-width: none;
			width: 254px;
			margin: 0px auto;
			padding: 0 0 28px 0;
		}*/
		.mfPhone {
			margin: 0 0 0 10px;
			font-size: 24px;
		}
		.mfAddress {
			margin: 0 0 0 10px;
			font-size: 14px;
		}
		.mfDirections {
			margin: 0 0 0 10px;
		}
		.mfLocationBox h3 {
			font-size: 23px;
		}
		.mfLocImgCont {
			background-position: center bottom 9px;
		}
}
@media screen and (min-width: 1100px) {
				/* #mfLeft {
					width: 60%;
					height: 612px;
					display: inline-block;
					float: left;
				} */
				#mfLocationsWrapper {
					padding: 43px 20px;
				}
				#mfLocationsCont {
					max-width: 1080px;
				}
					.mfLocationBox {
						width: calc(49%);
					}
					.mfLocImgCont {
				    padding: 0 0 22px 0;
					}
					#mfLoc2ImgCont {
						width: 374px;
						padding: 0 0 22px 0;
					}
					.mfPhone {
						margin: 0 0 0 25px;
					}
					.mfAddress {
						margin: 0 0 0 25px;
						font-size: 16px;
					}
					.mfDirections {
						margin: 0 0 0 25px;
					}
				#mfRight {
					width: 40%;
					height: 612px;
					display: inline-block;
					float: right;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(img/map.jpg);
				}
					#mfMapCont {
						display: none;
					}
			#mmBrandingWrapper {
				text-align: center;
			}
			#mmBrandingCont {
				text-align: center;
				overflow: hidden;
				width: 690px;
				margin: 0px auto;
			}
				#mmBranding {
					display: inline-block;
					vertical-align: top;
					float: left;
				}
					#mmBranding p {
						margin: 0 0 0 60px;
					}
				#mfLinks {
					display: inline-block;
					vertical-align: top;
					float: right;
					padding: 12px 0 0 20px;
				}
}
/* @media screen and (min-width: 1200px) {
			#mfLocationsCont {
				width: 660px;
			}
} */
@media screen and (min-width: 1300px) {
	#mfLocationsWrapper {
		padding: 55px 20px;
	}
}
@media screen and (min-width: 1600px) {
	/* #mfLeft {
		height: 693px;
		box-sizing: border-box;
	} */
			#mfLogoWrapper {
				padding: 13px 20px;
			}
			#mfLocationsWrapper {
				padding: 55px 20px;
				box-sizing: border-box;
				/* height: 541px; */
			}
			/* #mfLocationsCont {
				width: 830px;
			}
				#mfLocation2 {
					width: 371px;
					float: right;
				}
				.mfLocationBox {
					width: 391px;
				} */
				.mfLocationBox {
					width: calc(25% - 25px);
					vertical-align: top;
				}				
			#mfLocationsCont {
				max-width: 1600px;
			}
			.mfLocImgCont {
		    	padding: 0 0 28px 0;
				margin: 0px auto;
			}
			#mfLoc2ImgCont {
				width: 361px;
				padding: 0 0 28px 0;
			}
			.mfLocationBox h3 {
				font-size: 25px;
			}
			#mfLocation2 h3 {
				padding: 0 0 20px 0;
			}
			.mfPhone {
				line-height: 1;
				font-size: 30px;
				padding: 0 0 38px 35px;
				margin: 0 0 0 80px;
			}
				.mfPhone:before {
					top: 2px;
				}
			.mfAddress {
				font-size: 18px;
				margin: 0 0 0 80px;
			}
				.mfAddress:before {
					top: -10px;
				}
			.mfDirections {
				margin: 0 0 0 80px;
			}
			.mfLocImgCont {background-position: center bottom 2px;}
		#mfRight {
			height: 693px;
		}
}
/* @media screen and (min-width: 1700px) {
	#mfLogoWrapper {
		overflow: hidden;
	}
	#mfLogoCont2 {
		width: 980px;
		float: right;
	}
	#mfLocationsWrapper {
		overflow: hidden;
	}
		#mfLocationsCont2 {
			width: 980px;
			float: right;
		}
}
@media screen and (min-width: 2600px) {
	#mfRight {
		background-size: cover;
	}
} */


#contact-tab {
	display: none;
  position: fixed;
  right: 0;
  z-index: 999;
	overflow: hidden;
  top: 292px;
	width: 107px;
	height: 135px;
}
#contact-tab:hover img {margin: 0 0 0 -107px;}
#contact-tab img {display: block;}


@media screen and (min-width: 1300px) {
		#contact-tab {
			display: block;
		}
}
@media screen and (min-width: 1600px) {
	#contact-tab {
		display: block;
		top: 340px;
	}
}
@media screen and (min-width: 2000px) {
	#contact-tab {
		display: block;
		top: 381px;
	}
}


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

/* Vimeo CSS */

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont iframe{ border: 0;}

.article .vimeo-embed-cont {margin: 0 0 30px;}

/* Vimeo CSS */

/* Videos Page */
.mcVideoSet {
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto;
}
.mcVideosTitles {
	display: none;
}
.mcVideoSet h2 {
	text-align: center;
	vertical-align: center;
}
.mcVideosEmbeds .vimeo-embed-cont iframe {
	height: 200%;
	top: -50%;
}
.mcVideosEmbeds .vimeo-embed-cont {
	padding-bottom: 177.25%;
	margin: 0 0 50px;
}
@media screen and (min-width: 900px) {
	.mcVideoSet { 
		display: table; 
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}
	.mcVideosRow { 
		display: table-row; 
	}
	.mcVideoEmbed h2 {
		display: none;
	}
	.mcVideoTitle, .mcVideoEmbed {
		display: table-cell; 	
		vertical-align: middle;
	}
	.mcVideoSetOf1 {
		width: 50%;
		max-width: 400px;
	}
	.mcVideoSetOf1 .mcVideoTitle, .mcVideoSetOf1 .mcVideoEmbed { 
		width: 45%;
		padding: 0 2.5%;
	}
	.mcVideoSetOf2 .mcVideoTitle, .mcVideoSetOf2 .mcVideoEmbed { 
		width: 45%;
		padding: 0 2.5%;
	}
}
