@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:600;}

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 --------------- */
/* ------------------------------------------------- */

/* Define Custom CSS Properties for Colors */
html {
	--black:#0f0b0a;
	--darkerBlue:#0e2a5b; /*not edited yet*/
	--darkBlue:#0065cb;
	--mediumBlue:#0892e1;
	--lightBlue:#20c1fe;

	--accent:var(--lightBlue);
	--accentDark:var(--darkerBlue);
}
.covid-banner{
	text-align:center;
	background:#ff6;
	padding:5px 0 5px 0;
	height:auto;
	width:100%;
	margin:0;
}

.covid-banner p{
	font-size:20px;
	text-align:center;
	color: #2d3b37;
	padding:5px 0 5px 0;
		margin:0;
}
a.covid19-button {
	display:inline-block;
	text-decoration:none;
	color:#fff!important;
	background:#309f36;
	padding:5px;
	margin:0;
	border-radius:6px;
	font-size:18px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border:none!important;
	font-weight:400!important;

}
a.covid19-button:hover {
	background:rgb(136, 151, 160);
}
/* =============================== */
/* ======== CONTENT STYLES ======= */
/* =============================== */

.office-photo {
	float:right;
	padding:10px;
	text-align:center;
}

.office-photo a.office-button {
	display:inline-block;
	color:#fff!important;
	background:#a44082!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;
	width:100%;
}


.office-photo a.office-button:hover{
	display:inline-block;
	color:#fff!important;
	background:#6d5989!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  form{
	margin: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 {
	color:var(--darkBlue);
	font-weight:700!important;
	font-family:'Zen Old Mincho', sans-serif;
	padding:20px 0 10px 0!important;
	line-height:normal;
}
.home h1 {
	padding:0;
}
h2 {
	color:var(--mediumBlue);
}
h3, h4, h5, h6 {
	color:var(--mediumBlue);
	font-family:'Zen Old Mincho', sans-serif;
	font-weight:400!important;
	padding:20px 0 10px 0!important;
	line-height:normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:var(--darkBlue)!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:var(--black)!important;
	border-color:inherit!important;
}
h1 {
	font-size:48px;
	font-weight:600!important;
}
h2 {
	font-size:40px;
	font-weight:normal!important;
}
	.home #services-feature h2 a{
		font-size:42px;
		text-transform:none;
		margin-bottom:30px;
		font-family:'Zen Old Mincho', sans-serif;
		font-weight:600!important;
	}
h3 {
	font-size:30px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
h4 {
	font-size:28px;
}
h5 {
	font-size:24px;
}
h6 {
	font-size:20px;
	letter-spacing:2px;
	text-transform:uppercase;
}
	#footer h6, #footer h6 a {
		font-weight:600!important;
		font-size:20px;
		color:#fdfdfd!important;
		font-family:'Open Sans', sans-serif!important;
		text-transform:uppercase;
		letter-spacing:normal;
	}
	 #footer h6 a:hover {
		color:#fff!important;
	 }
.left-col a, #content a, section a {
	text-decoration:none;
	color:var(--darkBlue);
	font-weight:700;
	transition:all .25s;
}
.left-col a:hover, #content a:hover, section a:hover {
	text-decoration:none;
	color:var(--accent);
}

#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;
	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 rgba(0,0,0,.8);*/
}
#content a:hover img {
	/*box-shadow:0 0 14px 1px rgba(0,0,0,.8);*/
	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:37px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	color:var(--darkBlue);
}
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:var(--darkBlue);
	font-weight:400!important;
	font-family:'Open Sans', sans-serif;
}



/* input.formInputTextReadonly, textarea.u {	width:98%;} */

input[type="radio"] {
	width:inherit;
	margin-bottom:10px;
}

table.marketing tr td input{
	/*
	margin-top:10px;
	margin-bottom:10px;
	vertical-align: middle;
	height:auto;
	line-height:40px;
	*/
}

input:hover, textarea:hover, select:hover {border-color:#c3c3ca;}
/* search form in footer */
#searchform-wrap {
	text-align:left;
}

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:#6d5989;
	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:var(--darkerBlue);
	border:none;
	text-decoration:none;
	-webkit-appearance:none;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
a.button {
	display:inline-block;
	color:#fff!important;
	background:var(--darkBlue);
	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 {
	color:#fff!important;
	background:var(--accent)!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%;
}
table.providers td {
    padding-bottom: 40px;
    text-align: center;
	font-size:75%;
}
table.providers img {
	max-width:250px;
	height:auto;
	text-decoration:none;
	margin-bottom: 10px;
	transition:all .35s;
	box-shadow:0 0 14px 1px rgba(0,0,0,.15);
}
table.providers a:hover img {
	box-shadow:0 0 4px 1px rgba(0,0,0,.3);
	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:var(--black);
	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;
	padding-bottom:87px;
	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 #94aec977;
	top:0;
	width:100%;
	z-index:999;
}
#nav-wrapper {
	width:100%;
	height:87px;
	position:absolute;
	bottom:0;
	left:0;
	clear:both;
	background:#fff;
}
	#nav-wrapper:after {
		display:block;
		content:'';
		width:100%;
		height:5px;
		background:#94aec977;
		box-shadow:0 0 5px 3px #94aec977;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
	}
#content-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	background:url(images/bg-home-content-wrap.png) no-repeat center center;
	background-size:100% 100%;
	box-shadow: inset 0 20px 20px -15px rgba(218, 226, 228, 1), /* top shadow */
              inset 0 -20px 20px -15px rgba(218, 226, 228, 1); /* bottom shadow */
	position:relative;
	z-index:0;
	overflow:hidden;
}
.inside #content-wrapper {
	background:#fff;
	box-shadow: none;
}
#content-container {
	width:1620px;
	margin:0 auto;
	padding:10px 0 50px 0;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}

#footer-wrapper {
	width:100%;
	position:relative;
	background:#3c434a;
	z-index:0;
}
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 {
	height:87px;
	display:block;
	max-width:1600px;
	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;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
	overflow:visible;
	line-height:87px;
}
	nav#main-nav ul > li:after {
		content: '';
		display:block;
		opacity:0;
		width: 0; 
		height: 0; 
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid var(--darkBlue);
		z-index: 2;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translate(-50%, 0%);
		-moz-transition:opacity 0s;
		-webkit-transition:opacity 0s;
		transition:opacity 0s;
}




	nav#main-nav ul > li:hover:after, nav#main-nav ul > li.current:after  {
		display:block;
		opacity:1;
		transition:opacity 1s;
		
	}


nav#main-nav ul > li a {
	position:relative;
	background:none;
	font-family: 'Zen Old Mincho', sans-serif;
	font-weight:700;
	font-size:30px;
	display:block;
	color:var(--black);
	text-decoration:none;
	text-align:center;
	z-index:1000;
	transition:color .3s;
}
nav#main-nav ul > li a:hover, nav#main-nav ul > li.sub:hover a {
	color:var(--darkBlue);
}


span.droptoggle{display:none;}
/* ---- Dropdowns on main navigation ---- */
nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > ul.dropdown {
	margin:0;
	padding:0;
	position:absolute;
	top:87px;
	left:50%;
	transform:translate(-50%, -5px);
	background: var(--darkerBlue); 
	border-bottom:12px solid var(--darkBlue);
	border-right:12px solid var(--darkBlue);
	border-left:12px solid var(--darkBlue);
	width:280px;
	height:auto;
	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 > ul.dropdown {
	transform:translate(-50%, 0%);
	opacity:1;
	transition:transform .75s, opacity .5s;
	visibility:visible;
	z-index:2000;
}
nav#main-nav ul > li.sub > ul.dropdown.wnarrow {
	width:180px;
}
nav#main-nav ul > li.sub > ul.dropdown.wmedium {
	width:310px;
}
nav#main-nav ul > li.sub > ul.dropdown.wwide {
	width:350px;
}
nav#main-nav ul > li.sub > ul.dropdown.wxwide {
	width:1100px;
}
nav#main-nav ul > li.sub > ul.dropdown.wxwide.position-left {
	left:0;
	transform:translate(0%, -5px);
}
	nav#main-nav ul > li.sub:hover > ul.dropdown.wxwide.position-left {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
	}

	nav#main-nav ul > li.sub > ul.dropdown.wxwide.position-left:before {
		display:none;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_3 {
		column-count:3;
		column-gap:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_3 ul {
		display:block;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_4 {
		column-count:4;
		column-gap:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_4 ul {
		display:block;
	}
nav#main-nav ul > li.sub:last-of-type > ul.dropdown {
	left:inherit;
	right:0;
	transform:translate(0%, -5px);
}
nav#main-nav ul > li.sub:last-of-type:hover > ul.dropdown {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
		
}
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 ul.dropdown li a {
	background:none;
}
nav#main-nav ul > li > ul.dropdown > li, nav#main-nav ul > li > ul.dropdown > li > ul > li {
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:none;
	background:none;
	position:relative;
	border-bottom:solid 1px rgba(255,255,255,.1);
	z-index:2000;
}
nav#main-nav ul > li.sub > ul.dropdown > li:last-child a {
	border-bottom:none;
}
nav#main-nav ul > li.sub > ul.dropdown > li a, nav#main-nav ul > li.sub > ul.dropdown > li > ul > li a {
	font:22px/24px  'Open Sans', sans-serif;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#fff!important;
	z-index:2000;
	padding:20px;
}
	nav#main-nav ul > li.sub > ul.dropdown > li > ul > li a {
		padding:20px  0 20px 15px;
	}
	nav#main-nav ul > li.sub:hover ul.dropdown li a:hover {
		background:var(--accent); 
		
	}

	nav#main-nav ul > li.sub > ul.dropdown > li:after, nav#main-nav ul > li.sub > ul.dropdown > li ul li:after {
		display:none;
	}
	nav#main-nav ul > li a svg {
		color:#6e7b83;
	}


/* ------ Subnav (sidebar) ------ */
.subnav {
	padding:20px;
	margin: 0 0 20px 0;
    background:var(--darkBlue);
    border-radius: 0 0 3px 3px;
}
nav.subnav h1 {display:none; visibility:collapse;}
.right-col h2 {
	font-family:'Zen Old Mincho', sans-serif;
	text-transform:none;
	font-weight:700!important;
	background:rgb(229, 233, 242);
    font-size:48px;
	text-align:center;
	line-height:1.75;
    margin: 0;
    border-radius: 3px 3px 0 0;
    padding: 36px 10px 10px 30px;
	color:var(--darkerBlue);
}
.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 5px 40px 30px;
	display:block;
	font-family:'Open Sans', sans-serif;
	font-size:28px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	line-height:1.1;
	border-radius:0;
	background:var(--darkerBlue);
	-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:#6d5989;
}
.right-col nav.subnav > ul > li a svg {
	font-size:6px;
	color:var(--darkBlue);
	-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:#9193bc;
	color:#fff;
}
.right-col nav.subnav > ul > li a:hover, .right-col nav.subnav > ul > li a.selectedon {
	color:#fff;
	text-decoration:none;
	background:var(--accent);
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------ 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 60px 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:20px;
	font-weight:400;
}
#top-bar a {
	color:#fff;
	background:#6d5989;
	text-decoration:none;
	transition:all .35s;
	font-weight:400;
	margin:0 0 0 0;
	padding:0 20px 0 30px;
	line-height:51px;
	display:inline-block;
	vertical-align:top;
	border-right: solid 1px rgba(255,255,255,1);
}
#top-bar a:hover {
	background:#a44082;
}
#top-bar a.phone {
	font-size:30px;
	font-weight:600;
    padding-left: 20px;
}
#top-bar a.darkBlue {
	background:var(--darkBlue);
}
#top-bar a.mediumBlue {
	background:var(--mediumBlue);
}
#top-bar a.lightBlue {
	background:var(--lightBlue);
}
#top-bar a:hover {
	background:var(--black);
}
#top-bar a.phone {
	font-size:30px;
	font-weight:600;
    padding-left: 20px;
}

#top-bar a.facebook svg {
	position:relative;
	vertical-align:middle;
	transition:all .2s;
	z-index:3;
}
#top-bar a.facebook {
	position:relative;
	z-index:1;
	padding:0 18px;
	background:var(--black)!important; 
}
#top-bar a:hover.facebook {
	background:var(--mediumBlue)!important; 
}

#locations {
	padding-top:155px;
	text-align:right;
}
.location {
	display:inline-block;
	margin-left:60px;
	text-align:left;
}
.location a {
	font-size:36px;
	font-family:'Zen Old Mincho';
	font-weight:700;
	text-decoration:none;
	color:var(--darkBlue);
	line-height:1.5;
	transition:all .35s;
}
.location a:hover {
	color:var(--accent);
}
.location a svg {
	color:var(--black);
}
.location span.phone {
	padding-left:1.5em;
	display:block;
	margin-top:-5px;
}
.location span.phone a {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:26px;
	color:#0f0b0a;
	font-weight:400;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Services Feature     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#services-feature-wrapper {
	padding:60px 0 10px 0;
	background:url(images/bg-services-wrap.jpg) no-repeat center 0;
	background-size:cover;
}
#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:var(--black);
		text-decoration:none;
		font-size:30px;
		font-family:'Open Sans';
		font-weight:600;
		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:var(--mediumBlue);
		}
	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;
	}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Provider column on Home Page     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
.home .grid {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  gap:30px;
}
.doc {
}
.doc a {
	font-family:'Zen Old Mincho';
	font-weight:700;
	color:var(--darkBlue);
	font-size:36px;
	line-height:1;
}
.doc a img {
	min-width: 280px;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Providers Home Page     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#providers-wrapper {
	padding:60px 0 0 0;
	/*background-size:cover;*/
}
ul#providers-list {
		text-align:center;
		margin-top:60px;
		z-index:0;
	}
	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:var(--mediumBlue);
		text-decoration:none;
		font-size:18px;
		font-family:'Zen Old Mincho';
		font-weight:600;
		line-height:1.2;
		transition:all .35s;
	}
	ul#providers-list li a:hover {
		color:#000;
	}
	ul#providers-list li a span.photo-container {
		margin:0 auto 15px auto;
		max-width:280px;
		display:block;
		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 10px 0px rgba(5,47,77,.3);
		}
	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.02);
			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:#000; border-radius:50%; cursor: pointer; 
}
.cycle-pager span:hover {
	background:var(--accent);
}
.cycle-pager span.cycle-pager-active { background:var(--mediumBlue);}
.cycle-pager > * { cursor: pointer;}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Office Section     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#office-wrapper {
	padding:80px 0;
	background:#fff url(images/bg-offices-wrap.png) repeat;
	
	box-shadow:inset 0 50px 40px -50px rgba(89,92,92,.8);
	width:100%;
}
section#office {
	width:1600px;
	margin:0 auto;
}
section#office iframe {
		max-width:85%;
		height:325px;	
}

section#office a img {
		max-width:660px;
		height:auto;	
}
.inside section#office h2, section#office h2, section#office h2 a {
	font-family:'Zen Old Mincho', serif;
	font-weight:700;
	font-size:42px;
}
section#office h3, section#office h3 a {
	font-family:'Open Sans', sans-serif!important;
	font-size:38px;
	color:var(--darkBlue)!important;
	text-transform:none;
	font-weight: 600;
}
section#office h3 a:hover {
	color:var(--darkerBlue)!important;
}
section#office a img {
	display:inline-block;
	overflow:hidden;
	transition:all .35s;
}
section#office a:hover img {
	transform:scale(.95);
	transition:all .35s;
}
section#office p {
	line-height:1.2;
}
section#office p a {
	color:var(--black);
	font-weight:400;
	line-height:1.2!important;
}
section#office p a:hover {
	color:var(--darkBlue);
}
section#office div.container p {
	line-height:1.2;
	margin-bottom:40px!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:30px 0;
	vertical-align:top;
	z-index:200;
}
#logo {
	position:relative;
	display:inline-block;
}
#logo img {
	transition:all .35s;
}
#logo:hover img {
	opacity:.9;
	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 {
	/*padding:5px;*/
	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-bar-wrapper a#smallLogo svg {
	vertical-align:middle;
	/*transition:transform .2s;*/
}
#top-bar-wrapper a:hover#smallLogo {
	color:#6d5989!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:var(--darkBlue);
}


.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:50px;
	left:50%;
	transform:translateX(-50%);
	width:75%;
	background:rgba(253,252,252,.5);
	box-sizing:border-box;
	z-index:999;
}
#banner .title {
	display:block;
	padding:25px 35px;
	font-family:'Zen Old Mincho', sans-serif;
	font-weight:700;
	font-size:56px;
	text-align:center;
	color:var(--black);
	text-decoration:none;
	line-height:1.2;
	transition:all .3s;
	animation-name:fadeIn;
	animation-delay:1200ms;
	animation-duration:1.5s;
	text-shadow:0 0 6px #fff, 0 0 14px #fff;
}
#banner .title a:hover {
	color:#a44082;
}
	.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(206,197,193);
background: -moz-linear-gradient(top, rgba(206,197,193,1) 10%, rgba(244,235,228,1) 40%, rgba(244,235,228,1) 60%, rgba(206,197,193,1) 90%);
background: -webkit-linear-gradient(top, rgba(206,197,193,1) 10%,rgba(244,235,228,1) 40%,rgba(244,235,228,1) 60%,rgba(206,197,193,1) 90%);
background: linear-gradient(to bottom, rgba(206,197,193,1) 10%,rgba(244,235,228,1) 40%,rgba(244,235,228,1) 60%,rgba(206,197,193,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec5c1', endColorstr='#cec5c1',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:#6d5989;
	font-size:28px;
	z-index:0;
}
#testimonials-wrap {
	position:relative;
}
#testimonials-wrap:before {
	content:open-quote;
	font-family:'Zen Old Mincho', sans-serif;
	font-size:200px;
	color:#d1c6c7;
	position:absolute;
	top:-40px;
	left:-100px;
	height:80px;
	line-height:1;

}
#testimonials-wrap:after {
	content:close-quote;
	font-family:'Zen Old Mincho', sans-serif;
	font-size:200px;
	color:#d1c6c7;
	position:absolute;
	bottom:-40px;
	right:-90px;
	height:80px;
	line-height:1;

}
#testimonials span.NewsTitle {
	display:none;
}
#testimonials ul#TestimonialTicker {
	list-style:none;
}
li.testimonial-li {
	display:none;
	list-style:none;
	line-height:1.3;
}
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:rgba(145,147,188,.2);
	box-sizing:border-box;
	border:solid 1px rgba(145,147,188,.6);
	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:#6d5989!important;
}
a:hover.testimonial-top {
	color: #a44082!important;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- News ----------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
section#news-container {
	background: rgb(239,240,241);
	background: -moz-linear-gradient(top,  rgb(239,240,241) 0%, rgb(255,255,255) 50%, rgb(239,240,241) 100%);
	background: -webkit-linear-gradient(top,  rgb(239,240,241) 0%,rgb(255,255,255) 50%,rgb(239,240,241) 100%);
	background: linear-gradient(to bottom,  rgb(239,240,241) 0%,rgb(255,255,255) 50%,rgb(239,240,241) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#eff0f1',GradientType=0 );
	padding:40px 0;
}
div.cycle-carousel-wrap {
	width:100%;
}
#news-wrapper {
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0;
}
#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:7.6em;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	box-sizing:border-box;
	overflow:hidden;
}
ul.scroller li p {
	line-height:1.2!important;
	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:#01A3AC!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:#8897a0!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:#01A3AC!important;
}
ul.scroller li.story a:hover.read-more {
	color:#8897a0!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;
}

.newsmessage5 h2 a{
	font-weight:normal!important;
}

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:var(--darkBlue)!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 var(--darkBlue);
    display: inline-block;
    transition: all .35s;
	color:var(--darkBlue)!important;
	background:#fff;
}
#breadcrumbtree a:hover {
	text-decoration:none;
    color:#fff!important;
	background:var(--darkBlue);
	border-color:var(--darkBlue);
}
#breadcrumbtree svg {
	margin:0 5px;
}
#breadcrumbtree svg.fa-home {
	margin:0 2px;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Footer Content ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
footer a {
	color:#fdfdfd;
	text-decoration:none;
	transition:all .25s;
}
footer svg {
	color:#fdfdfd;
	transition:all .25s;
}
footer a:hover svg {
	color:#fff;
}
footer a:hover, .footer2 a:hover {color:#ddd;}
ul.footer-menu {
	margin-bottom:15px;
}
ul.footer-menu li {
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	position:relative;
	font-size:20px;
	color:#fdfdfd;
	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;
}
.footer2 {
	background:var(--black);
	color:#fdfdfd;
	padding: 30px 0 10px 0;
}
.footer2 a {
	color:#fdfdfd;
	text-decoration:none;
}
.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 { 
	margin-left: 10px;
	margin-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 { 
	color:#0e2a5b;
	margin-left: 10px;
	margin-right:5px;
}
#content a[href $='.pdf']:hover .svg-inline--fa { 
	color:#0892e1;
}
/* 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 {
  }
}
.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:80px 0 80px 0;
		margin-left:40px;
	}
	#header-wrapper {
		padding-bottom:55px;
	}
	#address-wrap {
		padding-top:60px;
	}

	#breadcrumbtree-wrapper {
		padding:20px 0 0;
	}
	#breadcrumbtree {
		padding:0 4%;
	}
	header {
		padding:0 20px;
	}
	ul#providers-list li a span.photo-container {
		max-width:225px;
	}
	ul#providers-list li a {
		font-size:14px;
	}
	#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#main-nav ul > li a {
		font-size:90%;
	}
	.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);
	}
	#office a img {
		max-width:100%!important;
		height:auto!important;
	}
}
@media (max-width : 1417px) {
	nav#main-nav ul > li a {
		/*font-size:50%;*/
	}
	#logo-wrapper {
		max-width:30%;
	}
	ul#services-callouts li a {
		font-size:2vw;
	}
	.inside #banner img {
		margin-left:-10vw;
	}
	#banner .title-wrap {
		width:90%;
		bottom:30px;
	}
	#banner .title {
		font-size:4vw;
	}
}
@media (max-width : 1299px) {
	section#office {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}
	#wrapper {
		padding-top:80px;
	}
	#header-wrapper {
		padding-bottom:0;
	}
	#logo-wrapper {
	    text-align: center;
		float: none;
		margin: 0 auto;
		padding: 0 0 5px 0;
	}
	#locations {
		padding-top: 5px;
		text-align: center;
		float: none !important;
		padding-bottom: 30px;
	}
	#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%;}

	.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:200px;
	}

}
@media (max-width : 1159px) {
	table.providers tr td {
		display:block;
	}
	table.providers tr td {
		font-size:90%;
		margin:0 auto;
	}
}
@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;}
	#wrapper {padding-top:120px;}
	#top-bar-wrapper {
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:2;
		box-shadow:none;
		/*padding-right:60px;*/
	}
	#top-bar-wrapper .pull-left, #top-bar-wrapper .pull-right {
		float:none!important;
		width:100%;
	}
	#top-bar-wrapper .pull-right {
		text-align:center;
		display:flex;
		justify-content:flex-end;
		background:var(--darkBlue);
	}
	#top-bar {
		padding:0;
	}
	#top-bar a.phone {padding-left:2.5vw;}
	#logo-wrapper {
		max-width:25%;
		max-width:240px;
	}
	.location a {
		font-size:26px;
	}
	.location span.phone {
  		padding-left: 1.1em;
	}
	.location span.phone a {
		font-size:18px;
	}
	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:var(--darkBlue);
		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;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul > li a {
		background:var(--darkerBlue);
		height:60px;
		padding-right:17px;
		font-size:22px;
		color:#fdfdfd;
		line-height:60px;
		display:block;
		border-top:solid 1px rgba(255,255,255,.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:var(--darkBlue);
		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 > ul.dropdown {
		display:none;
	}
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		width:50px!important;
		height:50px;
		top:1px;
		right:5px;
		border:none!important;
		background: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: var(--darkBlue);
	  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: var(--darkBlue);
	  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:var(--darkBlue);
		font-family:'Open Sans';
		font-size:10px;
		font-weight:600;
		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);
	}
	.right-col nav.subnav > ul > li a {
		padding-left:20px;
	}
	ul#providers-list li {
		margin: 0 40px 60px;
		width: calc(100% / 3 - 75px)!important;
	}
	ul#providers-list li a span.photo-container {
		max-width:180px;
	}
}
@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;
	}
	#top-bar a {
		font-size:14px;
		width: calc(100% / 3 - 10px);
		line-height:51px;
		padding:0;
		vertical-align:middle;
	}
	#top-bar a.facebook {
		width:60px;
	}
	#top-bar a.facebook svg {
		margin-top:0;
	}
	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:var(--darkBlue);
		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 {
		display:none;
	}*/
/*	#banner .title-wrap {
		top:inherit;
		bottom: 50%;
		right: 50%;
		width: 100%;
		transform: translate(50%, 50%);
	}*/
	#banner .title-wrap {
		bottom:0;
		width:100%;
	}
	.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  {
		max-width:100%;
		height:auto;	
		
	}
	


	.left-col img {
		width:48%;
		height:auto;
	}
	
	.office-photo img{
		width: auto!important;
	}
	
	#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;}
	

	section#office iframe {
		max-width:85%;
		height:auto;	
		
	}
	.home .grid {
	  display: grid;
	  grid-template-columns: 1fr;
	  gap:30px;
	  padding-bottom: 40px;
	}

	
}
@media (max-width : 639px) {
	.mobile-hidden {display:none!important;}
	.mobile-only {display:block!important;}
	.home #banner .title-wrap .title {
		padding:2%;
	}
	.home #banner .title-wrap a.button {
		background:#6d5989;
		padding:20px;
		border-radius:2px;
		-webkit-transition:all .15s;
		-moz-transition:all .15s;
		transition:all .15s;
		border:none!important;
		font-weight:600!important;
		font-size:4vw;
	}
	.inside #banner.about-us {
		background-size: cover;
	}
	.inside #banner.about-us .title-wrap {
		background: rgba(251,250,250,.8);
	}
	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 {

		-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 {
	}
	.location a {
		font-size: 22px;
	}
	#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;
		padding: 0;
	}
	#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;
	}
	.address .location a .label {
		display:block;
		margin:0;
		font-size:18px;
		font-family:'Open Sans';
	}
	ul#providers-list li a {
		font-size:2.2vw;
	}
	ul#providers-list li {
		margin: 0 40px 60px;
		width: calc(100% / 2 - 75px)!important;
	}
	ul#providers-list li a span.photo-container {
		max-width:160px;
	}
	.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;
	}
	
	
	#providers-wrapper {
	}

	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{
	}
	section#news-container {
		padding:0;
	}
	.home #news h2 {
		font-size:38px;
	}
	/*#banner {
		display:none;
	}*/
	#breadcrumbtree-wrapper {
		/*border-top:solid 10px #6d5989;*/
	}
	.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(4) {
		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-2{
		float:none;
		width: 100%;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	#content .col-2-of-2{
		float:none;
		width: 100%;
	}
	
	#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 40px 60px;
		width: calc(100% / 1 - 75px)!important;
	}
	ul#providers-list li a span.photo-container {
		max-width:200px;
	}
	ul#providers-list li a {
		font-size:3vw;
	}
	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% / 2 - 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%;
	}
}
@media (max-width : 379px) {
	/*#top-bar a {
		padding:0 .5vw 0 3vw;
		padding-left:2.5vw;
	}
	#top-bar a.phone {
		padding-left:.5vw;
	}*/
}