@charset "utf-8";
/* CSS Document */

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;/**/
}									
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, hgroup, nav, section, details, summary {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%; height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;
-webkit-text-size-adjust: none; /* Never autoresize text */}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: none; background:#eee; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: middle; }
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight:700;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.clear{ clear: both; }  
/* ------------------------------------------------- */
/* --------------- Begin Site Styles --------------- */
/* ------------------------------------------------- */



	#covid-banner {
		padding:20px 0 20px 0;
		background:#B22222;
		text-align:center;
	}
	#covid-banner p{
		 color:#fff;
		 font-size:20px;
	}
	a.covid19-button{
		margin: 5px 0 10px 0;
		display: inline-block;
		text-decoration:none;
		background:#fff;
		color:#B22222;
		padding:10px;
		border-radius:8px;
		font-size:20px;
		-moz-transition:all .25s;
		-webkit-transition:all .25s;
		transition:all .25s;
	}
	a.covid19-button:hover{
			background: #ff6;	
			-moz-transition:all .25s;
			-webkit-transition:all .25s;
			transition:all .25s;
	}


/* =============================== */
/* ======== CONTENT STYLES ======= */
/* =============================== */
.shaded{
	margin:40px 0;
	padding:30px 30px 10px;
	background:#f7f7ff;
	box-sizing:border-box;
	border:solid 1px #dbdbe3;
}

.office-photo {
	float:right;
	padding:10px;
	text-align:center;
}

a.office-button {
	display:inline-block;
	color:#222!important;
	background:#5CE1E6!important;
	padding:5px 30px;
	border-radius:2px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border:none!important;
	font-weight:600!important;
	font-size:24px;
}


a.office-button:hover{
	display:inline-block;
	color:#fff!important;
	background:#606261!important;
	padding:5px 30px;
	border-radius:2px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border:none!important;
	font-weight:600!important;
}



.lightbox img.sm-image{
	box-shadow:none!important;
	max-width:300px;
}

.lightbox a.lg-image{
	max-width:100%
}

#content  iframe{
	padding:20px 0!important!
}
#content .col-1-of-2{
	float:left;
	width: 42%;
}

#content .col-2-of-2{
	float:right;
	width: 42%;
}

#content .col-1-of-3{
		float:left;
		width: 30%;
		padding-right:1%;
}
	
#content .col-2-of-3{
		float:left;
		width: 30%;
		padding-right:1%;
}
#content .col-3-of-3{
		float:left;
		width: 30%;
}

#content p.headshot{
	float:right;
	text-align:center;
}

#content p.headshot img{
	width:250px;
	height:auto;
}

p, #content p {
	margin:20px 0 30px 0;
	line-height:1.6;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:#606261!important;
	font-weight:600!important;
	text-decoration:none;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {

	color:#5CE1E6!important;
	border-color:inherit!important;
}
h1 {
	color:#606261;
	font-size:48px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 16px 0!important;
}
h2 {
	font-size:40px;
	font-weight:normal!important;
	color: #5f6263;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 16px 0!important;
	line-height:normal
}
	.home h2 a{
		font-size:42px;
		text-transform:none;
		margin-bottom:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:400!important;
		color:#5f6263!important;
	}
	.home h2 a:hover {
		color:#5CE1E6!important;
	}
	

h3 {
	font-family:'Open Sans', sans-serif;
	color: #5CE1E6;
	font-size:32px;
	text-transform:uppercase;
	font-weight:normal;
	padding:20px 0 10px 0!important;
}
h4 {
	font-family:'Open Sans', serif;
	color: #5CE1E6;
	font-weight:normal;
	font-size:32px;
}
h5 {
	font-family:'Open Sans', serif;
	color: #5CE1E6;
	font-weight:normal;
	font-size:28px;
	padding:20px 0 10px 0!important;
}
h6 {
	font-family:'Open Sans', serif;
	color: #5CE1E6;
	font-size:24px;
	font-weight:normal;
	letter-spacing:2px;
}
	#footer h6, #footer h6 a {
		font-weight:700!important;
		font-size:20px;
		color:#fdfdfd!important;
		font-family:"Open Sans"!important;
		text-transform:uppercase;
		letter-spacing:normal;
	}
	 #footer h6 a:hover {
		color:#5CE1E6!important;
	 }
.left-col a, #content a, section a {
	text-decoration:none;
	color:#5CE1E6;
	font-weight:700;
	transition:all .25s;
}
.left-col a:hover, #content a:hover, section a:hover {
	text-decoration:none;
	color:#606261;
}

#content ul, #content ol {
	margin:10px 0 30px 40px;
}
#content ul > li, #content ol > li {
	line-height:1.6;
	margin:0 0 10px 10px;
}
#content ul > li {
	list-style:disc;
}
#content ul.nobullets {
	margin-left:0;
}
#content ul.nobullets li img{
	border:none;
}
#content ul.nobullets > li {
	list-style:none;
}
#content ul.nobullets.inline > li {
	list-style:none;
	display:inline-block;
	margin:0 10px;
}

.float-right {
	float:right;
	margin:5px 0 20px 60px;
}
.float-left {
	float:left;
	margin:5px 60px 20px 0;
}
	.float-left.no-margin, .float-right.no-margin {
		margin:0;
	}
.photo {
	transition:all .35s;
	/*box-shadow:0 5px 30px rgba(0,0,0,.4);*/
}

#content a img {
	transition:all .35s;
	box-shadow:0 0 14px 1px #606670;
}
#content a:hover img {
	box-shadow:0 0 4px 1px #606670;
	transition:all .35s;
}

#content a img.noshadow {
	opacity:1;
	transition:all .35s;
	box-shadow:none!important;
}
#content a:hover img.noshadow {
	opacity:.7;
	transition:all .35s;
}




.semibold {font-weight:600;}
.bold {font-weight:700;}
.italic {font-style:italic;}
.center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text22 {font-size:22px!important;}
.text20 {font-size:20px!important; line-height:1.5;}
.text18 {font-size:18px!important; line-height:1.5;}
.text16 {font-size:16px!important; line-height:1.5;}
.text14 {font-size:14px!important; line-height:1.5;}
fieldset {
	border: solid 1px #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px;
}
legend {
	font-weight: normal;
	font-size:32px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	color:#5CE1E6;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote {
	font-size:20px;
	font-style:italic;
}

.inpsec {visibility:hidden;}
/* ========================================================= Input and table styles ==== */
input, textarea, select {
	border:1px solid #ccc;
	outline:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 5px 0 0;
	padding:5px 3px;
	color:#5CE1E6;
	font-weight:400!important;
	font-family:'Open Sans', sans-serif;
}



/* input.formInputTextReadonly, textarea.u {	width:98%;} */

input[type="radio"] {
	width:inherit;
	margin-bottom:10px;
}


input:hover, textarea:hover, select:hover {border-color:#606261!important;}

table {
	border-bottom: none;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}
table thead {
	width:100%;
	border: 1px solid #aaaaaa;
}
table th {
	color:#fff;
	background:#606261;
	font-weight:normal;
	line-height:normal;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border: 1px solid #ffffff;
}
table td {
	/*border-top: 1px solid #fff;*/
	padding: 6px 0;
}
table input[type=button], table input[type=submit], input[type=button], input[type=submit], a.button {
	width:inherit;
	font-weight:600!important;
	padding:5px 30px;
	color:#fff;
	border-radius:2px;
	background:#5CE1E6;
	border:none;
	text-decoration:none;
	-webkit-appearance:none;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
a.button {
	color:#fff!important;
	background:#5CE1E6;
	padding:5px 30px;
	border-radius:2px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border:none!important;
	font-weight:600!important;
	font-size:24px;
}


a.button.fullwidth {
	display:block;
}
table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, a:hover.button {
	background:#606261!important;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
table input[type="radio"] {
	vertical-align:middle;
	margin: 4px 5px 6px 0 !important;
}
 
table.formrequest select{
	font-size:26px!important;
}
/* -----  Provider table styles ---- */

table.providers {
	width:100%;
	margin-top:20px;
}
table.providers td {
    padding-bottom: 40px;
    text-align: center;
	font-size:75%;
	width:25%;
	/*max-width:300px;*/
}
table.providers img {
	max-width:250px;
	height:auto;
	text-decoration:none;
	margin-bottom: 10px;
	transition:all .35s;
	box-shadow:0 0 14px 1px #606670;
}
table.providers a:hover img {
	box-shadow:0 0 4px 1px #606670;
	transition:all .35s;
}

.mobile-only, .mobile-visible, .tablet-mobile-only, .sm-tablet-mobile-only, .small-mobile-only {display:none!important;}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* --------------- Main Structure ---------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
body {
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:28px;
	color:#31313b;
	margin:0;
	padding:50px 0 0 0;
	/*min-width:1000px;*/
	z-index:0;
	overflow:hidden;
}
#wrapper {
	min-width:1620px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#header-wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#header-wrapper.bio {
	background: none;
	box-shadow:0 0 10px 3px rgba(0,0,0,.3);

}

header {
	width:1620px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#top-bar-wrapper {
	background:rgba(255,255,255,.95);
	position:fixed;
	box-shadow:0 0 5px 3px rgba(0,0,0,.6);
	top:0;
	width:100%;
	z-index:999;
}
#nav-wrapper {
	position:absolute;
	top:130px;
	right:0;
	background:#fff;
}


#content-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.inside #content-wrapper {
	background:#fff;
}
#content-container {
	width:1620px;
	margin:0 auto;
	padding:0 0 40px 0;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}

#footer-wrapper {
	width:100%;
	position:relative;
	background:#595c5c;
	z-index:0;
}
.footer-bottom {
	background:#717575;
	padding:30px 0 20px 0;
	color:#fdfdfd;
	font-size:20px;
	font-weight:400;
}
footer {
	width:1600px;
	margin:0 auto;
	padding:40px 0;
	box-sizing:border-box;
	color:#fdfdfd;
	font-size:20px;
	font-weight:400;
	position:relative;
	z-index:999;
}
/* ------------- Main Navigation ---------- */
nav#main-nav {
	width:auto;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	z-index:1000;
}
nav#main-nav ul > li {
    margin:0 20px;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
	overflow:visible;
}
nav#main-nav ul > li a {
	position:relative;
	background:none;
	padding:0 0 30px 0;
	font:24px/40px "Open Sans", sans-serif;
	font-weight:600;
	display:block;
	color:#606261;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	z-index:1000;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
nav#main-nav ul > li a:hover, nav#main-nav ul > li a.current, nav#main-nav ul > li a.current svg {
	color:#5CE1E6;
}
/* ------------------------- */
/* ------------------------- */
/* ---- Dropdown Subnav ---- */
/* ------------------------- */
/* ------------------------- */
div.dropdown h3 {
	padding:10px;
	margin:0;
	background:#606261!important;
	border-bottom:solid 1px rgba(255,255,255,.8);
}
nav#main-nav ul > li.sub > div.dropdown h3 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:400!important;
	text-transform:none;
	text-align:center!important;
    line-height:1;
    color:#fff!important;
	padding:10px 0;
	display:inline-block;
}
nav#main-nav ul > li.sub > div.dropdown h3 a:hover {
	color:#5CE1E6!important;
}
nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall {
	font-size:14px;
	background:rgba(255,255,255,.3);
	border-radius:4px;
	padding:10px 20px;
	cursor:pointer;
	text-transform:none;
}
div.dropdown h3 a.button.showall span.showit, div.dropdown h3 a.button.showall span.hideit {
	display:none;
}
div.dropdown h3 a.button.showall span.showit.active, div.dropdown h3 a.button.showall span.hideit.active {
	display:inline-block;
}
nav#main-nav ul > li.sub > div.dropdown h3 a:hover.button.showall, nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall.active {
    background:#451d74!important;
}
nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall.active svg {
	transform:rotate(180deg);
}
div.dropdown ul.nested h4 {
	color:#fff!important;
	font-weight:400;
	font-size:16px;
	text-align:left;
	background: rgba(255,255,255,.075)!important;
    padding: 5px 10px;
	margin-bottom:0px;
}

nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > div.dropdown {
	margin:0;
	padding:10px;
	position:absolute;
	top:60px;
	left:50%;
	transform:translate(-50%, -5px);
    background:#5CE1E6;
	width:280px;
	height:auto;
	border-radius:2px;
	z-index:900;
	opacity:0;
	visibility:hidden;
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	transition:opacity 0s;
}
nav#main-nav ul > li.sub:hover > div.dropdown {
	/*transform:translate(-50%, 0%);*/
	opacity:1;
	transition:transform .75s, opacity .5s;
	visibility:visible;
	z-index:2000;
}
nav#main-nav ul > li.sub > div.dropdown:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #5CE1E6;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
nav#main-nav ul > li.sub > div.dropdown.wnarrow {
	width:200px;
}
nav#main-nav ul > li.sub > div.dropdown.wmedium {
	width:400px;
}
nav#main-nav ul > li.sub > div.dropdown.wwide {
	width:650px;
}
	nav#main-nav ul > li.sub > div.dropdown.wwide {
		display:flex;
		justify-content:space-evenly;
	}
	nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2 {
		width:50%;
		background:rgba(255,255,255,1);
	}
		nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2:first-of-type {
			border-right:solid 1px #5CE1E6;
		}
		nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2:last-of-type {
			border-left:solid 1px #5CE1E6;
		}
	nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2 > ul > li {
		display:block!important;
		width:100%;
	}
nav#main-nav ul > li.sub > div.dropdown.wxwide {
	width:1000px;
}
nav#main-nav ul > li.sub > div.dropdown.wxwide.position-left {
	left:0;
	transform:translate(0%, -5px);
}
	nav#main-nav ul > li.sub:hover > div.dropdown.wxwide.position-left {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
	}

	nav#main-nav ul > li.sub > div.dropdown.normal > div.col_none:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.normal > div.col_none > ul > li {
		width:100%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul > li, nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested > li > ul > li {
		width:33%;
	}
		nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested {
			display:block;
		}
		nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested > li {
			width:100%;
		}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_4:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_4 > ul > li {
		width:25%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_5:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_5 > ul > li {
		width:20%;
	}
	

nav#main-nav ul > li.sub:last-of-type > div.dropdown {
	left:inherit;
	right:0;
	transform:translate(0%, -5px);
}
nav#main-nav ul > li.sub:last-of-type:hover > div.dropdown {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
}
nav#main-nav ul > li.sub:last-of-type > div.dropdown:before {
	transform:none;
	left:inherit;
	right:20%;
}
nav#main-nav ul > li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul > li.sub:hover a:after {
		width:80%;
		opacity:1;
}
nav#main-nav ul > li.sub:hover div.dropdown li a {
	background:none;
}
nav#main-nav ul > li > div.dropdown > div > ul > li, nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested > li > ul > li {
	font:14px/18px "Open Sans", sans-serif;
	text-align:left;
	color:#fff;
	height:auto;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
	vertical-align:top;
	background:none;
	position:relative;
	border-bottom:solid 1px rgba(255,255,255,.1);
	z-index:2000;
	-moz-transition:background .15s;
	-webkit-transition:background .15s;
	transition:background .15s;
}
nav#main-nav ul > li.sub > div.dropdown > li:last-child a {
	border-bottom:none;
}
nav#main-nav ul > li.sub:hover a {
	color:#5CE1E6;
}
nav#main-nav ul > li > div.dropdown > div > ul > li a, nav#main-nav ul > li.sub > div.dropdown > li > ul > li a, nav#main-nav ul > li > div.dropdown > div > ul > li span.nolink {
	font:14px/18px "Open Sans", sans-serif;
	font-weight:600;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#606261!important;
	z-index:2000;
	padding:10px 10px;
}
	nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
		padding:20px 10px;
	}
nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
	font-size:18px;
	line-height:1.2;
	padding-left:20px;
	background:rgba(255,255,255,.95)!important;
}
nav#main-nav ul > li.sub div.dropdown li a:hover {
	color:#fff!important;
	background:#5f6263!important;
}
	nav#main-nav ul > li a svg {
		color:;
	}

nav#main-nav ul > li.sub > div.dropdown > div > ul {
	display:block;
}
nav#main-nav ul > li.sub > div.dropdown > div > ul.active {
	display:block;
}

/* ------ Subnav (sidebar) ------ */
.subnav {
	padding:20px;
	margin: 0 0 20px 0;
    background: #5CE1E6;
    border-radius: 0 0 3px 3px;
}
nav.subnav h1 {display:none; visibility:collapse;}
.right-col h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:none;
	font-weight:400!important;
	background:none;
    font-size:48px;
	text-align:center;
	line-height:1.75;
    margin: 0;
    border-radius: 3px 3px 0 0;
    padding: 36px 10px 10px 30px;
	color:#31313b;
}
.right-col nav.subnav > ul {
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}
.right-col nav.subnav > ul > li {
	list-style:none!important;
	margin:0;
}
.right-col nav.subnav > ul > li:last-child {
	border-bottom:none;
}
.right-col nav.subnav > ul > li a {
	position:relative;
	margin:0 auto 1px auto;
	padding:40px 30px 40px 30px;
	display:block;
	font-family:'Open Sans', sans-serif;
	font-size:28px;
	font-weight:600;
	color:#606261;
	text-decoration:none;
	line-height:1.1;
	border-radius:0;
	background:#f7f7ff;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.right-col nav.subnav > ul > li a span.fa-wrap {
	left:30px;
	position:absolute;
	display:inline-block;
	transition:all .3s;
}
.right-col nav.subnav > ul > li a:hover span.fa-wrap {
	color:#606261;
}
.right-col nav.subnav > ul > li a svg {
	font-size:6px;
	color:#451d74;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.right-col nav.subnav > ul > li a:hover svg, .right-col nav.subnav > ul > li a.selectedon svg {
	opacity:1;
	color:#fff;
}
.right-col nav.subnav > ul > li a:hover, .right-col nav.subnav > ul > li a.selectedon {
	color:#fff;
	text-decoration:none;
	background:#5f6263;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------ Page Structure (columns) ----------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
.right-col {
	float:right;
	/*width:32.1666667%;*/
	width:460px;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	box-sizing:border-box;
}
.left-col {
	/*width:67.833333%;*/
	width:calc(100% - 480px);
	height:auto;
	float:left;
	margin:0;
	padding:40px 0 0 0;
	text-align:left;
	box-sizing:border-box;
	position:relative;
}
.left-col.fullwidth {
	width:100%;
	float:none;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Top Bar - links and Phone Number */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#top-bar {
	width:1620px;
	margin:0 auto;
	font-size:18px;
	font-weight:400;
}
#top-bar a {
	color:#222;
	text-decoration:none;
	transition:all .35s;
	font-weight:400;
	margin:0 1px 0 0;
	padding:0 20px 0 30px;
	line-height:50px;
	display:inline-block;
	vertical-align:top;
	background:#5CE1E6;
}
#top-bar a:hover {
	color:#222;
	background:#D5B380!important;
	transition:all .35s;
}
#top-bar a.phone {
	font-size:30px;
	font-weight:600;
    padding-left: 20px;
}
#top-bar a.instagram {
	color:#fff;
	position:relative;
	z-index:1;
	padding:0 15px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%), #a44082!important; 
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%), #a44082!important; 
}
#top-bar a.instagram:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background:#5CE1E6;
	z-index:2;
	opacity:0;
	transition:opacity .3s;
}

#top-bar a.instagram svg, #top-bar a.facebook svg, #top-bar a.twitter svg {
	position:relative;
	vertical-align:middle;
	transition:all .2s;
	z-index:3;
}
#top-bar a.instagram:hover, #top-bar a:hover.instagram:before {
	background:#606261!important; 
}
#top-bar a.facebook {
	color:#fff;
	position:relative;
	z-index:1;
	padding:0 18px;
	background:#3460a1!important; 
}
#top-bar a:hover.facebook {
	background:#606261!important; 
}
#top-bar a.twitter {
	position:relative;
	z-index:1;
	padding:0 18px;
	background:#1da1f2!important; 
}
#top-bar a:hover.twitter {
	background:#606261!important; 
}

#address-wrap {
	padding-top:30px;
	text-align:right;
}
.address a {
	font-size:30px;
	font-family:'Open Sans';
	font-weight:400;
	text-decoration:none;
	color:#451d74;
	line-height:1.5;
	transition:all .35s;
	
}
.address a:hover {
	color:#5CE1E6!important; 
}
.address .location a .label {
	display:inline-block;
	margin-right:15px;
	font-family:'Dancing Script';
	font-size:36px;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Services Feature     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#services-feature-wrapper {
	padding:60px 0;
	background:#fff;
}
#services-feature {
	width:1600px;
	margin:0 auto;
}
ul#services-callouts {
		text-align:center;
	}
	ul#services-callouts li {
		display:inline-block;
		/*margin:0 80px 40px 80px;*/
		margin:0 60px 60px;
		max-width:350px;
		width:calc(100% / 3 - 120px);
		position:relative;
		vertical-align:top;
		z-index:0;
	}
	ul#services-callouts li a {
		display:block;
		position:relative;
		z-index:1;
		color:#000;
		text-decoration:none;
		font-size:30px;
		font-family:'Open Sans';
		font-weight:400;
		text-transform:uppercase;
		line-height:1.2;
		transition:all .5s;
	}
	ul#services-callouts li a span.photo-container {
		border-radius:50%;
		display:block;
		position:relative;
		overflow:hidden;
		z-index:1;
		transition:all .5s;
	}
		ul#services-callouts li a:hover {
			color:#5CE1E6;
		}
	ul#services-callouts li a img {
		width:100%;
		height:auto;
		display:block;
		transform-style:preserve-3d;
		transform:scale(1);
		transition:transform .5s cubic-bezier(.49,.7,.57,.94);
	}
		ul#services-callouts li a:hover img {
			transform:perspective(1px) scale(1.06);
			transition:transform 1.75s cubic-bezier(.49,.7,.57,.94);
		}

		_:-ms-input-placeholder, :root ul#services-callouts li a:hover img {transform:none;} /* IE Browser hack to NOT scale img due to shaking */

	ul#services-callouts li a span.label {
		display:block;
		width:100%;
		box-sizing:border-box;
    	padding:20px 0;
		position:relative;
		text-align:center;
		z-index:5;
	}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Providers Home Page     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#providers-wrapper {
	padding:60px 0 0 0;
	background:url(images/bg-providers-wrapper.jpg) no-repeat center top;
	background-size:cover;
	color:#313131;
}
#providers h2 a {
	color:#5f6263!important;
}
#providers h2 a:hover {
	color:#D5B380!important;
}
ul#providers-list {
		text-align:center;
		margin-top:60px;
	}
	ul#providers-list li {
		display:inline-block;
		margin:0 0px 60px 0px;
		/*max-width:260px;*/
		padding-top:20px;
		position:relative;
		vertical-align:top;
		z-index:0;
		box-sizing:border-box;
	}
	ul#providers-list li a {
		display:block;
		position:relative;
		z-index:1;
		color:#313131;
		text-decoration:none;
		font-size:20px;
		font-family:'Open Sans';
		font-weight:600;
		line-height:1.2;
		transition:all .35s;
	}
	ul#providers-list li a:hover {
		color:#313131;
	}
	ul#providers-list li a span.photo-container {
		margin:0 5px 15px 5px;
		width:285px;
		max-width:100%;
		display:block;
		box-shadow:0 0 20px 1px rgba(5,47,77,.3);
		position:relative;
		overflow:hidden;
		z-index:1;
		transition:all .5s;
		border-radius:2px;
	}
		ul#providers-list li a:hover span.photo-container {
			box-shadow:0 0 20px 1px rgba(5,47,77,.5);
		}
	ul#providers-list li a img {
		width:100%;
		/*max-width:280px;*/
		height:auto;
		display:block;
		transform-style:preserve-3d;
		transform:scale(1);
		transition:transform .5s cubic-bezier(.49,.7,.57,.94);
	}
		ul#providers-list li a:hover img {
			transform: perspective(1px) scale(1.06);
			transition: transform 1.75s cubic-bezier(.49,.7,.57,.94);
		}

		_:-ms-input-placeholder, :root ul#providers-list li a:hover img {transform:none;} /* IE Browser hack to NOT scale img due to shaking */

/* Provider pager styles */
.cycle-pager { 
    text-align: center;
	padding:0 0 60px 0;
}
.cycle-pager span { 
    width: 35px; height: 35px; margin:10px; text-indent:-900em; 
    display: inline-block; background:rgba(255,255,255,.55); border-radius:50%; cursor: pointer; 
}
.cycle-pager span:hover {
	background:rgba(255,255,255,.85);
}
.cycle-pager span.cycle-pager-active { background:rgba(255,255,255,1);}
.cycle-pager > * { cursor: pointer;}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Office Section     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#office-wrapper {
	padding:40px 0;
	background:#fff url(images/bg-office-wrapper.jpg) repeat;
	box-shadow:inset 0 50px 40px -50px rgba(89,92,92,1), inset 0 -50px 40px -50px rgba(89,92,92,1);
	width:100%;
}
section#office {
	width:1600px;
	margin:0 auto;
}
.inside section#office h2, section#office h2, section#office h2 a {
	color:#5f6263!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal!important;
}
section#office h2 a:hover {
	color:#D5B380!important;
}
section#office h3, section#office h3 a {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size:38px;
	color:#5f6263!important;
	text-transform:none;
	font-weight:normal!important;
}
section#office h3 a:hover {
	color:#D5B380!important;
}
section#office a.img {
	display:inline-block;
	overflow:hidden;
}
section#office a img {
	display:block;
	transition:all .35s;
}
section#office a:hover img {
	transform:scale(1.05);
}
section#office p a {
	color:#31313b;
	font-weight:400;
	line-height:1.2!important;
}
section#office p a:hover {
	color:#D5B380!important;
}
section#office p.address {
	line-height:1!important;
}
@media (max-width : 1199px) {
	section#office .col-md-6, section#office .col-sm-12 {
		text-align:center;
		margin-bottom:30px;
	}
	section#office .col-md-6 ul.fa-ul, section#office .col-sm-12 ul.fa-ul {
		margin-left:30%;
		text-align:left;
	}
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------             Logo                  ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#logo-wrapper {
	position:relative;
	float:left;
	padding:45px 0;
	vertical-align:top;
	z-index:200;
}
#logo {
	position:relative;
	display:inline-block;
}
#logo img {
	transition:all .35s;
}
#logo:hover img {
	opacity:.75;
	/*filter:brightness(1.2);*/
}

/* Small logo show/hide in #top-bar-wrapper when scroll down */
#top-bar-wrapper.noLogo a#smallLogo {
	padding:0;
	background:none;
	opacity:0;
	visibility:hidden;
}
#top-bar-wrapper.smallLogo a#smallLogo {
	margin-left:5px;
	padding:0;
	background:none;
	opacity:1;
	transition:all 1s;
	color:#a44082!important;
}
#top-bar-wrapper a#smallLogo img {
	max-width:100px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
#top-bar-wrapper a#smallLogo svg {
	vertical-align:middle;
	/*transition:transform .2s;*/
}
#top-bar-wrapper a:hover#smallLogo {
	color:#606261!important;
}
#top-bar-wrapper a:hover#smallLogo img {
}
#top-bar-wrapper a:hover#smallLogo svg {
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------          slideshow                ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#banner-wrapper {
	width:100%;
	position:relative;
	z-index:0;
	transform-style:preserve-3d;
}
#banner {
	width:100%;
	max-height:647px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.inside #banner {
	height:20px;
	background:#606261;
}
.slide {
	box-sizing:border-box;
	width:100%;
	text-align:left;
	position:relative;
	display:none;
}
.slide img {
	width:100%;
	height:auto;
}
.inside #banner img {
	width:62vw;
	max-width:800px!important;
	height:auto;
}
#banner .title-wrap {
	display:block;
	position:absolute;
	bottom:60px;
	left:50%;
	transform:translateX(-50%);
	width:auto;
	background:rgba(255,255,255,.4);
	box-sizing:border-box;
	z-index:999;
	white-space:nowrap;
}
#banner .title a {
	display:block;
	padding:25px 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:italic;
	font-size:48px;
	text-align:center;
	color:#4d525a;
	text-decoration:none;
	text-shadow:0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	line-height:1.2;
	transition:all .3s;
	animation-name:fadeIn;
	animation-delay:1200ms;
	animation-duration:1.5s;
}
#banner .title a:hover {
	color:#222;
}
	.inside #banner .title-wrap {
		bottom:inherit;
		top:50%;
		transform:translateY(-50%);
	}
	.inside #banner .title a {
		padding:25px 35px;
		font-size:36px;
	}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Testimonials  ----------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Testimonial feature on home page */
#testimonials-container {
background: rgb(225,226,227);
background: -moz-linear-gradient(top,  rgba(225,226,227,1) 0%, rgba(240,241,243,1) 50%, rgba(225,226,227,1) 100%);
background: -webkit-linear-gradient(top,  rgba(225,226,227,1) 0%,rgba(240,241,243,1) 50%,rgba(225,226,227,1) 100%);
background: linear-gradient(to bottom,  rgba(225,226,227,1) 0%,rgba(240,241,243,1) 50%,rgba(225,226,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2e3', endColorstr='#e1e2e3',GradientType=0 );

	padding:80px 0;
	box-sizing:border-box;
}
#testimonials {
	margin:0 auto;
	padding:20px 80px 40px 80px;
	/*width:1600px;
	height:160px;*/
	box-sizing:border-box;
	position:relative;
	text-align:center;
	color:#313131;
	font-size:28px;
	z-index:0;
}
#testimonials-wrap {
	position:relative;
	width:80%;
			margin:0 auto;
}
#testimonials span.NewsTitle {
	display:none;
}
#testimonials ul#TestimonialTicker {
	list-style:none;
}
li.testimonial-li {
	display:none;
	list-style:none;


}
a#view-more-testimonials {
	display:inline-block;
	margin-top:10px;
	font-size:24px;
	font-weight:700;
	text-decoration:none!important;
	color:#a44082!important;
}
a:hover#view-more-testimonials {
	color:#726183!important;
}
/* All Testimonials display page */
.testimonial-individual {
	margin:40px 0;
	padding:30px 30px 10px;
	background:#f7f7ff;
	box-sizing:border-box;
	border:solid 1px #dbdbe3;
	position:relative;
	z-index:1;
	border-radius: 3px;
}
.testimonial-individual p {
	margin:0 0 40px 0!important;
}
/*.testimonial-individual p:first-child:first-letter {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 95px;
	font-size: 3em;
	line-height: .95em;
	padding-right: 8px;
	padding-left: 3px;
}*/
/*.testimonial-individual:before {
	content:open-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200px;
	color:rgba(145,147,188,1);
	position:absolute;
	top:-50px;
	left:-50px;
	height:80px;
	line-height:1;
	z-index:-1;
	border-radius:3px;
    border: solid 1px rgba(145,147,188,.6);
    line-height: .92;
}*/
/*.testimonial-individual:after {
	content:close-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200px;
	color:#d1c6c7;
	position:absolute;
	bottom:-40px;
	right:-90px;
	height:80px;
	line-height:1;
}*/
a.testimonial-top {
	position: absolute;
    bottom: -30px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 50%;
	color:#606261!important;
}
a:hover.testimonial-top {
	color: #094a79!important;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- News ----------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
section#news-container {
	background: rgb(244, 244, 244);
	padding:40px 0;
}
div.cycle-carousel-wrap {
	width:100%;
}
#news-wrapper {
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0;
}
.home #news h2 {
	font-size:42px;
	color:#094a79;
	margin-bottom:15px;
	margin-top:0;
}
.home #news h2 a {
	color:#D5B380!important;
}
.home #news h2 a:hover {
	color:#606261!important;
}
#news ul li {
		font-family:'Open Sans'!important;
		color:#828586;
		font-size:22px;
		list-style:none;
	}

/* ======= News Scroller ======= */
.news-wrapper #news-scroller {
	position:relative;
	width:100%;
	height:480px;
	overflow:hidden;
}
ul.scroller {
	margin:0;
	list-style:none!important;
	width:100%;
	box-sizing:border-box;
}
ul.scroller li {
	display:block;
	margin:0 0 5px 0!important;
	width:100%;
	height:9em;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	box-sizing:border-box;
	overflow:hidden;
}
ul.scroller li p {
	font-size:28px;
	margin:0 auto;
	width:80%;
	color:#31313b;
	box-sizing:border-box;
	text-align:center;
	/*padding-left:12px;
	border-left:solid 2px #5cb8fc;*/
}
ul.scroller li.story a {
	display:block;
	margin:0 auto 10px auto;
	padding-bottom:1px;
	color:#5f6263!important;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	font-size:28px!important;
	text-decoration:none;
	/*width:250px;*/
	width:90%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all .35s;
}
ul.scroller li.story a:hover {
	color:#5CE1E6!important;
	text-shadow:none;
	border-color:transparent!important;
}
ul.scroller li.story a.read-more {
	display:inline-block;
	width:auto;
	margin:15px 0 0 0;
	padding:0;
	font-size:24px!important;
	font-weight:700;
	position:relative;
	color:#5CE1E6!important;
}
ul.scroller li.story a:hover.read-more {
	color:#5f6263!important;
}
ul.scroller li.story a.read-more svg {
	font-size:16px;
}
#news-scroller .cycle-paused:after {
	top:0;
	right:5px;
	font-size:12px;
}
/* -- give some space before each heading on the news.php page -- */
div.newsmessage5 {
	margin-bottom:30px;
}

h2.newslistingbodycontent a{
		font-weight:normal!important;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------------ Breadcrumb Nav ------------ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#breadcrumbtree-wrapper {
	padding:50px 0 0 0;
	box-sizing:border-box;
}

#breadcrumbtree {
	width:1620px;
	margin:0 auto;
	padding:0;
	position:relative;
	font-size:18px;
	font-weight:normal!important;
	text-align:left;
	line-height:1.2;
	color:#313131!important;
	box-sizing:border-box;
}
#breadcrumbtree a {
	display:inline-block;
    text-decoration: none;
	font-family: 'Open Sans';
	font-size:16px;
	margin:4px 0;
    padding:5px;
    border-radius: 2px;
	border:solid 1px #5CE1E6;
    display: inline-block;
    transition: all .35s;
	color:#313131!important;
	background:#fff;
}
#breadcrumbtree a:hover {
	text-decoration:none;
    color:#222!important;
	background:#5CE1E6;
}
#breadcrumbtree svg {
	margin:0 5px;
}
#breadcrumbtree svg.fa-home {
	margin:0 2px;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Footer Content ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
footer a, .footer-bottom a {
	color:#fdfdfd;
	text-decoration:none;
	transition:all .25s;
}
footer svg {
	color:#fdfdfd;
	transition:all .25s;
}
footer a:hover svg {
	color:#5CE1E6;
}
footer a:hover, .footer-bottom a:hover {color:#5CE1E6;}
ul.footer-menu {
	margin-bottom:15px;
}
ul.footer-menu li {
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	position:relative;
	font-size:18px;
	line-height:1.5;
	display:inline-block;
}
footer ul.fa-ul {
	margin:20px 0 60px 0;
	margin-left:1.5em;
	font-weight:700;
}
footer ul.fa-ul li {
	margin-bottom:15px;
}
.display1059, .display1059block, .display999, .display-499, nav#main-nav ul.menu.menu-toggle li.display-499 {
	display:none;
}
.hide1059, .hide999, .remove-499 {
	display:inline-block;
}

/*---- PDF link icon ----*/
#content a[href $='.pdf']::after { 
	padding-left: 10px;
	padding-right:5px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	line-height:1;
	display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 	content:"\f1c1";
}
#content a[href $='.pdf'] .svg-inline--fa { 
	padding-left: 10px;
	padding-right:5px;
	width:auto;
}
/* Style to make telephone link non-clickable in browser */
a[href^="tel:"] { text-decoration: none; pointer-events: none; cursor: default; }﻿

/*---- Print Styles -----*/
.screenonly {
	display:block;
	visibility:visible;
}
.printonly {
	display:none;
	visibility:collapse;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*  Begin BOOTSTRAP GRID Styles + RESPONSIVE  */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  address a{
	padding: 0 4px;
  }
  
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
  .home section p {
	  max-width:80%;
	  margin:20px auto!important;
  }

}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 668px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }


}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}

/* @@@@@@@@@ ========== End BOOTSTRAP GRID Styles + RESPONSIVE ========== @@@@@@@@@ */

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* @@@@@@@@@ ========== Begin Responsive Styles ========== @@@@@@@@@ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
@media (min-width : 1060px) { /* This ensure that the mobile toggles don't display and that the main nav and locations list display */
	a.mtoggle, a.mtoggle span, nav#main-nav ul.menu.menu-toggle li.display-499 {
		display:none!important;
	}
	nav#main-nav ul.menu.menu-toggle {
		display:table!important;
	}
}
@media (max-width : 1617px) {
	body, #wrapper, #top-bar, #header-wrapper, header, nav#main-nav, #content-container, #banner, #breadcrumbtree-wrapper, #breadcrumbtree, #services-feature, section#office, #footer {width:100%; min-width:100%; padding:0; box-sizing:border-box;}
	#top-bar {
		padding:0 20px;
	}
	#logo-wrapper {
		padding:100px 0 20px 0;
		margin-left:40px;
	}
	#address-wrap {
		padding-top:60px;
	}
	.address a {
		font-size:22px;
	}
	#breadcrumbtree-wrapper {
		padding:20px 0 0;
	}
	#breadcrumbtree {
		padding:0 4%;
	}
	header {
		padding:0 20px;
	}
	div.bg-content-wrap {
		padding:0;
	}
	#content-wrapper {
		padding:4% 0;
	}
		.inside #content-wrapper, .inside #content-container {
			padding:0 2%;
		}
	#content-container, #services-feature {
		padding:0 4%;
	}
	#footer {padding:4% 2%;}

	.left-col.fullwidth {
		padding-left:2%;
		padding-right:2%;
	}
	#nav-wrapper {
		top:190px;
	}
	nav#main-nav ul > li a {
		font-size:70%;
	}
	.subnav {min-height:inherit;}
	nav.subnav > ul > li a {
		width:auto;
	}
	ul#services-callouts li {
		margin: 0 3vw 60px 3vw;
		width: calc(100% / 3 - 8vw);
	}
	ul#providers-list li a span.photo-container {
		max-width:200px;
	}
	ul#providers-list li a {
		font-size:14px;
	}
	
	#covid-banner{
	  padding-top:60px;
	}
}
@media (max-width : 1449px) {
	#banner .title a {
		font-size:3vw;
	}

}
@media (max-width : 1417px) {
	nav#main-nav ul > li a {
		font-size:60%;
	}
	#logo-wrapper {
		max-width:30%;
	}
	#nav-wrapper {
		top:155px;
	}
	ul#services-callouts li a {
		font-size:2vw;
	}
	.inside #banner img {
		margin-left:-10vw;
	}
}
@media (max-width : 1299px) {
	section#office {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}
	#wrapper {
		padding-top:120px;
	}
	#logo-wrapper {
	    text-align: center;
		float: none;
		margin: 0 auto;
		padding: 0 0 5px 0;
	}
	#nav-wrapper {
		width:100%;
		text-align:center;
		position: relative;
    	top: 0;
	}
	nav#main-nav ul > li a {
		font-size:75%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide {
		width:800px;
		/*width:100vw;
		left:calc(0px - 19vw);*/
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_4 > ul > li {
		width:33%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_5 > ul > li {
		width:25%;
	}
	#banner .title h1, #banner .title h2 {
		font-size:3.8vw;
	}
	#banner .text {
		font-size:1.8vw;
		padding:0 2%;
	}
	nav#main-nav ul > li a {font-size:75%;}
	section#office p a.button {
		font-size:70%;
	}
	.left-col {width:calc(60% - 40px); padding:0; box-sizing:border-box;}
	.inside .right-col {width:40%;}
	ul#providers-list li a span.photo-container {
		max-width:190px;
	}
	

}
@media (max-width : 1152px) {
	nav#main-nav ul > li a {
		font-size:60%;
	}
	#top-bar-wrapper .pull-left, #top-bar-wrapper .pull-right {
		float:none!important;
		width:100%;
		text-align:center;
	}
}
@media (max-width : 1059px) {
	
	.display1059 {
		display:inline-block;
	}
	.display1059block {
		display:block;
	}
	.hide1059 {
		display:none;
	}
	.tablet-mobile-center {
		text-align:center;
	}
	.tablet-mobile-width50 {
		width:50%;
	}
	.tablet-mobile-text-align-left {
		text-align:left;
	}
	.tablet-mobile-text-align-left {
		text-align:right;
	}
	.tablet-mobile-hidden {display:none!important;}
	.tablet-mobile-only {display:inline-block!important;}
	.inside #wrapper {padding-top:120px;}
	#top-bar-wrapper {
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:2;
		/*padding-right:60px;*/
	}
	#top-bar-wrapper .pull-right {
		text-align:center;
		background:#094a79;
	}
	#top-bar {
		padding:0;
	}
	#top-bar a {
		border-left: solid 1px rgba(255,255,255,.3);
		flex-grow:1;
	}
	#top-bar a.phone {padding-left:2.5vw;}
	#top-bar .pull-right {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	#top-bar .pull-right a {
		flex-grow:1;
		padding:0;
	}
	#logo-wrapper {
		max-width:80%;
	}
	ul.scroller li {
		height:7.6em;
	}
	ul.scroller li p {
		font-size:20px;
	}
	.left-col, div#content {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}
	.inside .right-col {width:100%; padding:2%; float:none;}
	/* ------------- Main Navigation ---------- */
	#nav-wrapper {
		border-bottom:none;
		width:100%;
		margin:0;
		border-radius:4px;
		position:fixed;
		bottom:inherit;
		top:0px;
		left:0;
		z-index:999;
		transform:translateY(0);
		visibility:collapse;
		opacity:0;
		transition:all .25s;
	}
	#nav-wrapper.slidein {
		transform:translateY(0);
		visibility:visible;
		opacity:1;
	}
	nav#main-nav {
		width:100%;
		height:auto;
		margin:0 auto;
		position:relative;
		bottom:inherit;
		z-index:999999;
	}
	nav#main-nav ul.menu.menu-toggle {
		margin:0;
		padding:100px 0 0 0;
		background:#5CE1E6;
		width:calc(100% + 17px);
		height:100vh;
		position:relative;
		display:block;
		float:none;
		z-index:1000;
		overflow-y:scroll;
	}
	nav#main-nav ul.menu.menu-toggle:before {
		display:none;
	}
	nav#main-nav ul > li {
		margin:0;
		padding:0 10px;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul > li a {
		background:rgba(255,255,255,.95);
		height:60px;
		padding-right:17px;
		font-size:22px;
		line-height:60px;
		display:block;
		border-top:solid 1px rgba(0,0,0,.1);
		border-bottom:none;
		text-shadow:none;
		text-decoration:none;
		text-align:center;
		position:relative;
		z-index:1000;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	}
	nav#main-nav ul > li a:hover, nav#main-nav ul > li a:hover.current {
		background:#5f6263;
		color:#fff!important;
	}
	nav#main-nav ul > li a:hover.current svg {
		color:#fff;
	}
	.mobile-visible {display:inline-block;}
	nav#main-nav ul > li.sub > div.dropdown, nav#main-nav ul > li.sub > div.dropdown > .col_2, nav#main-nav ul > li.sub > div.dropdown:before, nav#main-nav ul > li.sub > div.dropdown.wwide {
		display:none;
	}
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		width:50px;
		height:50px;
		top:1px;
		right:5px;
		background:none!important;
		border:none!important;
		z-index:9999;
		cursor:pointer;
		display:block;
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	}
	a.mtoggle .icon {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  top: 18px;
	  left:9px;
	  background-color: transparent;
	}
	a.mtoggle .icon:before {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #5CE1E6;
	  content: '';
	  top: -10px;
	  left:0;
	}
	a.mtoggle .icon:after {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #5CE1E6;
	  content: '';
	  top: 10px;
	  left:0;
	}
	a.mtoggle .icon:hover {
	  cursor: pointer;
	}
	a.mtoggle.open .icon {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  background: transparent;
	}
	a.mtoggle.open .icon:before {
	  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
			  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	}
	a.mtoggle.open .icon:after {
	  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
			  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	}
	/* end hamburger toggle */
	a.mtoggle span {
		text-align:center;
		line-height:40px;
		box-sizing:border-box;
		background:none;
		color:#606261;
		font-family:'Open Sans';
		font-size:10px;
		font-weight:700;
		position:absolute;
		top:0;
		left:0;
		letter-spacing:-.75px;
		width:96%;
		transition:opacity .25s, transform .5s;
	}
	a.mtoggle.toggle-active.open span {
		opacity:0;
		transform:scale(0);
	}
	ul#providers-list li {
		margin:20px;
	}
	ul#providers-list li a {
		font-size:12px;
	}
	table.providers tr td {
		display:block;
		font-size:90%;
		margin:0 auto;
	}
	#covid-banner{
	  padding-top:110px;
	}
	
}
@media (max-width : 1019px) {
	.office-photo {
		float:none;
		margin:0 0 20px 0;
		width:100%!important;
		height:auto!important;
		clear:both;
	}
	
	.office-photo a.office-button {
		font-size:20px;
		max-width:500px;
	}
	#logo-wrapper {
		text-align:center;
		float:none;
		margin:0 auto;
		padding:0 0 20px 0;
	}
	#address-wrap {
		float:none!important;
		text-align:center;
		padding:0 0 40px 0;
	}

	
	table.formrequest td {
    	display:block;
		padding:0;
	}
	
	table.formrequest td:first-child {
    	font-weight:bold;
		margin-top:20px;
	}
	
	table.formrequest td fieldset, table.formrequest td textarea,  table.formrequest td select, table.formrequest td input.formInputTextReadonly{
		width:95%;
	}
}



@media (max-width : 799px) {
	.pull-right {
		display: flex;
	    justify-content: space-evenly;
	}

	ul#services-callouts li {
		margin: 0 3vw 60px 3vw;
		width: calc(100% / 2 - 8vw);
	}
	ul#services-callouts li a {
		font-size:3vw;
	}
	.sm-tablet-mobile-hidden {display:none;}
	.sm-tablet-mobile-only {display:inline-block!important;}
	#address-wrap {
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		padding:10px 0;
		background:rgba(255,255,255,.95);
		background:#451d74;
		z-index:1;
	}
	.location {
		display:inline-block;
		margin:0 20px;
	}
	.address a {
		color:#ffb046;
	}
	.address .location a .label {
		font-family:'Open Sans';
		font-size:20px;
	}
	#banner {
		text-align:center;
	}
	#banner img {
		margin:0;
	}
	#banner .title-wrap {
		width: 100%;
		left:0;
		transform: none;
		white-space:normal;
		bottom:50%;
		transform:translateY(50%);
	}
	#banner .title-wrap .title {
		/*top: 50%;
		position: relative;
		transform: translateY(-50%);*/
	}
	.inside #banner .title-wrap {
		top:inherit;
		bottom: 50%;
		right: 4%;
		width: 58%;
		transform: translate(0%, 50%);
		text-align:right;
	}
	
	#banner .title a {
		font-size:5vw;
	}
	#banner .title a, .inside #banner .title a {
		font-size:4vw;
	}
	.inside #banner .title a {
		padding:20px 0;
	}
	.inside #banner img {
		margin-left:-80vw;
	}

	.mobile-only-nav-item {display:block!important;}
	.hidden-nbsp {display:none;}
	header {padding:0 4%;}
	span.remove {display:none;} /* This removes an item with class .remove */
	table.providers tr td {
		font-size:80%;
	}
	.left-col iframe, section#office iframe {
		max-width:100%;
		height:auto;	
		
	}

	.left-col img {
		width:48%;
		height:auto;
	}
	
	.office-photo img{
		width: auto!important;
	}
	#content .col-1-of-2{
		float:none;
		width: 100%;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	#content .col-2-of-2{
		float:none;
		width: 100%;
	}	
	#content ul.nobullets li img{
		width:auto;
		height:auto;
	}
	#header-wrapper {
		position:relative;
		height:inherit!important;
	}
	div.type-selector span {
		display:block;
	}
	ul.footer-menu, #footer .col-md-6.pull-left, #footer .col-md-6.pull-right {
		text-align:center; float:none!important;
	}

}
@media (max-width : 639px) {
	.mobile-hidden {display:none!important;}
	.mobile-only {display:block!important;}
	.home #banner {
		text-align: center;
	}

	
	a.button.fullwidth {
		display:block;
	}
	table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, a:hover.button {
		color:#fff!important;
		background:#a44082!important;
		-webkit-transition:all .15s;
		-moz-transition:all .15s;
		transition:all .15s;
	}

	body, body.inside {
		font-size:20px;
	}
	h1 {
		font-size:38px;
		margin-bottom:20px;
	}
	
	h2 {
		font-size:32px;
		margin-bottom:20px;
	}
	h3 {
		font-size:18px;
		margin-bottom:10px;
	}
	.text20 {
		font-size:16px;
	}
	#top-bar a {
		font-size:2.5vw;
	}
	#top-bar .pull-right a {
	}
	#testimonials-container {
		padding:10px 0;
	}
	#testimonials {
		font-size:16px;
		padding:20px 40px 20px 50px;
	}
	a#view-more-testimonials {
		font-size:16px;
	}
	#testimonials-wrap::before {
		left:-70px;
		font-size:150px;
		text-shadow: 1px 1px rgba(255,255,255,.1);
	}
	#testimonials-wrap::after {
		right:-50px;
		bottom:-60px;
		font-size:150px;
		text-shadow: -1px -1px rgba(255,255,255,.1);
	}
	nav#main-nav ul > li a {
		font-size:18px;
	}
	#news {
		margin-top:30px;
	}
	#address-wrap {
		border-top:solid 3px rgba(255,255,255,.3);
	}
	#services-feature-wrapper, #office-wrapper {
		padding:20px 0;
	}
	.location {
		margin:0;
		width:calc(100% / 4);
	}
	.address .location a .label {
		display:block;
		margin:0;
		font-size:18px;
		font-family:'Open Sans';
	}
	.left-col img.fullwidth {
		width:100%;
		height:auto;
		float:none;
		padding:0;
		margin:0 0 20px 0;
	}
	.left-col iframe {
		width:100%;
		height:auto;
		
	}
	.left-col table td {
		display:block;
	}
	ul#providers-list li {
		width:150px!important;
	}
	ul#providers-list li a span.photo-container {
		max-width:150px;
	}
	ul.footer-menu {width:100%; margin:0; padding:6% 0; text-align:center;}
	/* Style to make telephone link clickable in phone browser */
	a[href^="tel"] { text-decoration: none; pointer-events: inherit; cursor: default; }
}
@media (max-width : 549px) {
	#top-bar a.instagram, #top-bar a.facebook {
		margin:0;
	}
	section#news-container {
		padding:0;
	}
	.home #news h2 {
		font-size:38px;
	}
	#breadcrumbtree-wrapper {

	}
	.small-mobile-only {
		display:inline-block;
	}
	.small-mobile-hidden {
		display:none;
	}
	a.mtoggle {
		right:1%;
	}
	table.providers tr td {
		box-sizing:border-box;
		width:100%;
		margin:0 auto;
	}

	.left-col img.mobile-fullwidth {
		width:100%!important;
		height:auto!important;
		float:none;
	}
	.left-col table.providers tr td img {
		width:75%;
		height:auto;
	}
	.left-col table.providers tr td:nth-child(3) {
		clear:left;
	}
	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}
	
	

	
	#content img.float-right {
		float:none;
		margin:0 0 20px 0;
		width:80%!important;
		height:auto!important;
		clear:both;
	}

	#content .col-1-of-3{
		float:none;
		width: 100%;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	#content .col-2-of-3{
		float:none;
		width: 100%;
	}
	#content .col-3-of-3{
		float:none;
		width: 100%;
	}
	
	
}

@media (max-width : 499px) {
	#content p.headshot{
		float:none;
	}
	#content p.headshot img{
		width:125px;
		height:auto;
	}
	ul#services-callouts li {
		margin: 0 6vw 20px 6vw;
		width: calc(100% / 1 - 26vw);
	}
	ul#services-callouts li a {
		font-size:5.5vw;
	}
	/*ul#providers-list li {
		margin: 0 30px 60px;
		width: calc(100% / 2 - 110px);
	}
	ul#providers-list li a {
		font-size:4vw;
	}*/
	span.remove, .remove-br, .remove-499 {display:none;} /* This removes an item with class .remove */
	.display-499 {display:inline-block;}
	nav#main-nav ul.menu.menu-toggle li.display-499 {display:block!important;}
	#top-bar {
		padding-left:0;
	}
	#top-bar .pull-right {
		float:left!important;
	}
	#logo-wrapper {
		padding-bottom:20px;
	}
	.location {
		width:calc(100% / 3 - 10px);
	}
	.address .location a .label {
		font-size:14px;
	}
	nav#main-nav ul > li {
		padding:0;
	}
	nav#main-nav ul > li a {
		font-size:15px;
		line-height:50px;
		height:50px;
	}
	input[type=text] {
		max-width:100%;
	}
	#content ul.nobullets li img{
		max-width:100%;
		height:auto;
	}
	#content ul.nobullets.inline > li {
		display:block;
	}
}
@media (max-width : 379px) {
	#top-bar a {
		padding:0 .5vw 0 3vw;
		padding-left:2.5vw;
	}
	#top-bar a.phone {
		padding-left:.5vw;
	}
}