@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
-------------------------------------------------------------------------------*/

/* preload added by JOM to get rid of flash of CSS transitions animating as page loads */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* end preload fix */
*{
	box-sizing:border-box;
}
html { scroll-behavior: smooth; }
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 --------------- */
/* ------------------------------------------------- */

/* =============================== */
/* ======== 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 .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;
}
.inside #content div.testimonial-individual {
	background: #f9f9f9;
    border: solid 1px #efeeee;
    border-radius: 3px;
    padding:20px;
	margin:40px 0;
}

#content blockquote {
	font-size: 24px;
	line-height: 1.5;
	font-style: normal;
	padding-top: 20px;
	font-weight: 700;
	color: #003153;
}
p, #content p {
	margin: 20px 0 20px 0;
	line-height: 1.5;
}
h1, h2 {
	color:#003153;
	font-weight:normal!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 10px 0!important;
	line-height:1;
}
	.inside #banner .right-col h1 {
		color:#000;
		font-size:60px;
		font-weight:400!important;
	}
	.inside #banner .right-col h2 {
		font-size:48px;
	}

h3, h4, h5, h6 {
	color:#003153;	
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	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:#003153!important;
	font-weight:normal!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:#b70101!important;
	border-color:inherit!important;
}
h1 {
	font-size:40px;
	font-weight:normal!important;
	margin:0 0 30px 0;
	color:#003153;
}
h2 {
	font-size:32px;
}

	.home h2 a{
		font-size:36px;
		text-transform:none;
		margin-bottom:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
	}
	

h3 {
	font-size:28px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:20px;
}
h6, #footer span.h6 {
	font-size:22px;
	text-transform: uppercase;
}
	#footer h6, #footer h6 a, #footer span.h6, #footer span.h6 a {
		font-weight:700!important;
		font-size:20px;
		color:#fff!important;
		font-family:'Montserrat', sans-serif;
		letter-spacing:normal;
	}
	 #footer h6 a:hover, #footer span.h6 a:hover {
		color:#b70101!important;
	 }
.left-col a, #content a, section a {
	text-decoration:none;
	color:#b70101;
	font-weight:700;
	transition:all .25s;
}
.left-col a:hover, #content a:hover, section a:hover {
	text-decoration:none;
	color:#003153;
}

#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;
	width:73px!important;
	height:auto;
}
#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.white-border {
	transition:all .35s;
	/*box-shadow:0 5px 30px rgba(0,0,0,.4);*/
	border:solid 3px #fff;
}
.photo {
	max-width:50%;
	height:auto;
}
#content a img {
	transition:all .35s;
	/*box-shadow:0 0 14px 1px rgba(109,89,137,1);*/
}
#content a:hover img {
	/*box-shadow:0 0 4px 1px rgba(109,89,137,1);*/
	transition:all .35s;
}
#content table.pollen {
    width:600px;
	max-width:100%
}

#content table.pollen td {
font-weight:300!important;
max-width:300px;
}

#content table.pollen td:first-child {
font-weight:500!important;

}
#content table.pollen td:last-child {
text-align:right;
}

#content table.pollen td:last-child h3{
text-align:left;
}

#content table.hours td {
font-weight:300!important;

}

#content table.hours td:first-child {
font-weight:500!important;
padding-right:10px;
}





.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;}
.color-red {
	color:#b70101;
}
.bg-blue {
	background:#003153;
}
form#searchformct select{
	margin:12px 0;
}
fieldset {
	border: solid 1px #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px;
}
legend {
	font-weight: 500;
	font-size:34px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	color:#003153;
}
blockquote {
	font-size:20px;
	font-style:italic;
}

.inpsec {visibility:hidden;}
/* ========================================================= Input and table styles ==== */
input, textarea, select {
	max-width:100%;
	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:#003153;
	font-weight:400!important;
	font-family:'Montserrat', 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;}
div#searchform-wrap {
	width:325px;
	box-sizing:border-box;
	padding:10px;
	background:#003153;

}
div#searchform-wrap form {
	position:relative;
}
div#searchform-wrap input {
	padding:10px 50px 10px 10px;
	width:100%;
	border-radius:3px;
	border:solid 1px rgba(255,255,255,.7);
	background:none;
	color:rgba(255,255,255,.7);
	font-style:italic;
	box-sizing:border-box;
}
	div#searchform-wrap input:focus {
		color:rgba(255,255,255,1);
		font-style:normal;
	}
div#searchform-wrap a.search-btn {
	position:absolute;
	top:50%;
	right:10px;
	background:none;
	padding:0;
	line-height: 1;
	transform: translateY(-50%);
	color:rgba(255,255,255,.7);
	transition:color .25s;
}
div#searchform-wrap a:hover.search-btn {
	color:rgba(255,255,255,1);
}
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:#003153;
	font-weight:normal;
	line-height:normal;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border: 1px solid #ffffff;
}
table td {
	padding: 6px 0;
}
table input[type=button], table input[type=submit], input[type=button], input[type=submit], a.button {
	width:auto;
	font-weight:400!important;
	padding:5px 30px;
	border-radius:2px;
	color:#fff;
	background:#003153;
	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:#003153;
	padding:5px 30px;
	border-radius:2px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border:none!important;
	font-weight:400!important;
	font-size:24px;
}


a.button.fullwidth {
	display:block;
}

#content a img{
	box-shadow:0 0 0 0px rgba(5,47,77,.3);
	transition:all .35s;
}

#content a:hover img{
	box-shadow:0 0 10px 0px rgba(5,47,77,.3);
	transition:all .35s;
}

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: #b70101!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;
}
table.providers img {
	max-width:250px;
	height:auto;
	text-decoration:none;
	margin-bottom: 10px;
	transition:all .35s;

}
table.providers a:hover img {
	box-shadow:0 0 10px 0px rgba(5,47,77,.3);
	transition:all .35s;
}
/* -----  Provider List styles !! flex !!---- */
#content ul.providers {
	display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    gap: 20px;
}
#content ul.providers li {
	list-style:none;
	display: flex;
    max-width: 204px;
    text-align: center;
    margin: 0;
    line-height: 1.1;

}
#content ul.providers li a img {
	box-shadow:none;
    border: solid 2px transparent;
}

#content ul.providers li a:hover img {
	box-shadow:none;
    border: solid 2px #b70101;
}
/* -----  Clinical Trials Results table styles ---- */
table.resulttable {
	border-bottom: solid 1px #003153;
    border-top: solid 5px #003153;
    margin-top: 7px;
}
table.resulttable td {
	padding:20px;
}
table.resulttable td.resulttitle {
	font-weight: 600;
	text-align: right;
	border-right: solid 1px #003153;
	color: #000;
}
#content table.resulttable td p {
	margin-top:0;
}
#content table.phone-table tbody tr td:first-child{
	width:50%;
}
#content table.phone-table tbody tr td.phone-font {
	font-family:'Open Sans';
	font-weight:bold;
}
#content table.phone-table tbody tr td.phone-font a {
	color:#000;
}

/* -----  ### END Clinical Trials Results table styles ---- */

.mobile-only, br.mobile-only.block, .mobile-visible, .tablet-mobile-only, .sm-tablet-mobile-only, .small-mobile-only {display:none!important;}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* --------------- Main Structure ---------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
body {
	background:#fff;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:24px;
	color:#00121e;
	margin:0;
	padding:0;
	z-index:0;
	overflow:hidden;
}
#wrapper {
	/*min-width:1920px;*/
	height:100%;
	margin:0 auto;
	padding:393px 0 0 0; /* This is a fallback in case javascript height & padding fails */
	position:relative;
	z-index:1;
}
.header-fixed {
	position:fixed;
	top:0;
	width:100%;
	background:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index:999;
}
#header-wrapper {
	background:#e1eaf8;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	box-shadow: inset 0 -40px 30px -35px rgba(202, 210, 222), inset 0 40px 30px -35px rgba(202, 210, 222);
}
#header-wrapper.bio {
	background: none;
	box-shadow:0 0 10px 3px rgba(0,0,0,.3);

}

header {
	display: flex;
	justify-content: center;
	width:1620px;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	z-index:1;
}
#content-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.home #content-wrapper {
	background:url(images/content-bg.jpg) no-repeat center 0;
	background-size: cover;
}
.inside #content-wrapper {
	background:#fff;
}
#content-container {
	width:1220px;
	min-height:500px;
	margin:0 auto;
	padding:30px 0 60px 0;
	text-align:center;
	position:relative;
	z-index:2;
}
	.inside #content-container {
		width:1620px;
		text-align:left;
	}
#footer-wrapper {
	padding:20px 45px;
	width:100%;
	position:relative;
	background:#001d31;
}
footer {
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:400;
	position:relative;
}
footer #seals{
	max-width:80%;
	margin:0 auto;	
}
footer #seals hr{
	color:#e1eaf8!important;
	background:#e1eaf8!important;
}
footer #seals img{
	max-width:150px;height:auto;
}
div#copyright-creds {
	text-align:center;
	font-weight:400;
	background:#002844;
	padding:20px 0 5px 0;
}
/* ------------- Main Navigation ---------- */
.home #nav-wrapper {
	border-bottom:none;
}
#nav-wrapper {
	position:relative;
	background:#fff;
	border-bottom: solid 1px #003153;
}
.shrink #nav-wrapper {
	transition:all 1s, transform .45s, opacity .4s;
	background:#003153;
	border-bottom: solid 1px #fff;
}
nav#main-nav {
	width:1620px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul.menu {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:flex;
	justify-content:space-between;
	z-index:1000;
}
nav#main-nav ul > li {
	display:flex;
	padding:0;
	text-align:center;
	position:relative;
	z-index:1000;
	overflow:visible;
}
nav#main-nav ul > li a {
	position:relative;
	background:none;
	padding:0;
	font:32px/80px Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	display:block;
	color:#000;
	text-decoration:none;
	text-align:center;
	z-index:1000;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
	.shrink nav#main-nav > ul > li > a {
		transition:line-height 1s;
		line-height:60px;
		color:#fff!important;
	}
	nav#main-nav > ul > li.current > a{color:#b70101 !important}

	nav#main-nav > ul > li > a:before, nav#main-nav ul > li.current:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 10px solid #003153;
		z-index: 2;
		position: absolute;
		bottom:0;
		left: 50%;
		transform: translateX(-50%);
		opacity:0;
		transition:opacity .35s;
	}
		.shrink nav#main-nav > ul > li > a:before, nav#main-nav ul > li.current:before  {
			border-bottom: 10px solid #ffffff;
		}
	nav#main-nav > ul > li > a:hover:before, nav#main-nav ul > li.current:before {
		opacity:1;

	}

nav#main-nav ul > li a:hover, nav#main-nav ul > li.current, nav#main-nav ul > li.current svg {
	color:#003153!important;
}
.shrink nav#main-nav ul > li a:hover, .shrink nav#main-nav ul > li.current, .shrink nav#main-nav ul > li.current svg {
	color:#ffffff!important;
}
.shrink nav#main-nav ul > li.sub:hover a ,.shrink nav#main-nav ul > li.sub a:hover {
	color:#ffffff!important;
}


/* ------------------------- */
/* ------------------------- */
/* ---- Dropdown Subnav ---- */
/* ------------------------- */
/* ------------------------- */
nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > div.dropdown {
	margin:0;
	padding:8px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%, 0);
    background:#003153;
	width:320px;
	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;
}
.shrink nav#main-nav ul > li.sub > div.dropdown {
	background:#003153;
}
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 #003153;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.shrink nav#main-nav ul > li.sub > div.dropdown:before {
    border-bottom: 10px solid #ffffff;
}
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:760px;
}
	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); allows lines to show horizontally between menu items when this is commmentd out */ 
	}
		nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2:first-of-type {
			border-right:solid 1px #0b609e;
		}
		nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2:last-of-type {
			border-left:solid 1px #0b609e;
		}
	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%, 0%);
}
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 > a:before {
	display:none;
}
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;
	/*max-height: 61px;*/
}
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 'Montserrat', 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:#003153;
}
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 'Montserrat', sans-serif;
	font-weight:500;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#003153!important;
	padding:10px 10px;
}
	nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
		color:#003153!important;
		padding:14px 10px;
	}
nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
	color:#003153!important;
	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, .shrink nav#main-nav ul > li.sub div.dropdown li a  {
	color:#003153!important;

}
nav#main-nav ul > li.sub div.dropdown li a:hover {
	color:#fff!important;
	background:#b70101!important;
}
	nav#main-nav ul > li a svg {
		color:#b70101;
		margin-right:3px;
	}

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:10px;
	margin: 0 0 20px 0;
    background: #003153;
    border-radius:3px;
}
nav.subnav h1 {display:none; visibility:collapse;}
#sidebar-nav{
	margin-top:30px;
}
#right-column h2 {
	font-size:40px;
}
#right-column nav.subnav > ul {
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}
#right-column nav.subnav > ul > li {
	list-style:none!important;
	margin:0;
}
#right-column nav.subnav > ul > li:last-child {
	border-bottom:none;
}
#right-column nav.subnav > ul > li a {
	position:relative;
	margin:0 auto 1px auto;
	padding: 20px 20px 20px 20px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color:#00121e;
	text-decoration:none;
	line-height:1.1;
	border-radius:0;
	background:#e1eaf8!important;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#right-column nav.subnav > ul > li a span.fa-wrap {
	left:30px;
	position:absolute;
	display:inline-block;
	transition:all .3s;
}
#right-column nav.subnav > ul > li a:hover span.fa-wrap {
	color:#6d5989;
}
#right-column nav.subnav > ul > li a svg {
	font-size:6px;
	color:#003153;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#right-column nav.subnav > ul > li a:hover svg, #right-column nav.subnav > ul > li a.selectedon svg {
	opacity:1;
	color:#fff!important;
}

#right-column nav.subnav > ul > li a.selectedon {
	color:#fff!important;
	text-decoration:none;
	background:#b70101!important;
}
#right-column nav.subnav > ul > li a:hover{
	color:#003153!important;
	text-decoration:none;
	background:#fff!important;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------ Page Structure (columns) ----------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
#container-inner .content-grid-column-wrap {
	display:grid;
	grid-template-columns:1fr 400px;
	grid-column-gap:60px;
}
.nosubnav #container-inner .content-grid-column-wrap {
	grid-template-columns:1fr;
	grid-column-gap:0;
}
#container-inner .content-grid-column-wrap #right-column {
}
.bio #container-inner .content-grid-column-wrap #right-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 3px;
	padding:0 20px;
}
.bio #container-inner .content-grid-column-wrap #right-column h3 a {
	font-weight:500!important;
}
.bio #container-inner .content-grid-column-wrap #right-column p {
	margin:0 0 20px 0;
}
.bio #container-inner .content-grid-column-wrap #right-column a.button {
	margin-bottom:60px;
}
.bio #container-inner .content-grid-column-wrap #right-column span.phone,
.bio #container-inner .content-grid-column-wrap #right-column a[href^="tel:"] {
	color:#212121;
	font-weight:600;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Top Bar - links and Phone Number */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#top-bar-wrapper {
	background:#fff;
	/*border-bottom:solid 1px #efeeee;*/
}
#top-bar {
	display: flex;
	width:1620px;
	margin:0 auto;
	font-size:24px;
	font-weight:400;
}
.utility {
	display:flex;
	justify-content:flex-start;
	align-content:center;
}
#top-bar > .social-call-us {
	margin-left:auto;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position: relative;
}
#top-bar > .social-call-us > .label {
	margin-right:40px;
	color:#003153;
}
#top-bar a {
	color:#003153;
	text-decoration:none;
	transition:all .35s;
	font-weight:400;
	padding:0 20px;
	line-height:80px;
	background:#f9f9f9;
}
	.shrink #top-bar a {
		transition:all 1s;
		line-height:45px;
	}
#top-bar a:hover {
	color:#fff;
	background:#003153;
}
#top-bar .utility a {
	border-left:solid 1px #efeeee;
}
#top-bar .utility a:last-child {
	border-right:solid 1px #efeeee;
}
#top-bar .utility a svg {
	color:#b70101;
	transition:all .35s;
}
#top-bar .utility a:hover svg {
	color:#e1eaf8;
}
#top-bar a.phone {
	background:none;
	font-weight:400;
	margin-right:0;
    padding-left:10px;
	color:#00121e;
	font-size:38px;
	cursor:pointer;
	min-width: 272px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
}
#top-bar a.phone svg{color:#b70101;font-size:30px;}
#top-bar a:hover.phone {
	color:#b70101;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Top Phone Numbers Toggle under Call Us */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#phone-numbers-top {
	background: rgb(0, 108, 163);
	background: -moz-linear-gradient(top,  rgba(0, 108, 163,1) 0%, rgba(0, 0, 0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 108, 163,1) 0%,rgba(0, 0, 0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0, 108, 163,1) 0%,rgba(0, 0, 0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ca3', endColorstr='#001630',GradientType=0 );
}
#phone-numbers-top ul {
	display:flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 0;
}
#phone-numbers-top ul li {
	display:flex;
	flex-direction:row;
	align-items: center;
	gap: 15px;
	padding-left:15px;
	border-bottom: solid 1px rgba(255,255,255,.2);
	min-height:100px;
}
#phone-numbers-top ul li:last-of-type {
	border:none;
}
#phone-numbers-top ul li svg {
	color:#b70101;
}
#top-bar #phone-numbers-top a[href^="tel:"] {
	color:#fff;
	text-decoration:none;
	background:none;
	display: flex;
	flex-direction: column;
	gap:10px;
	line-height: 1;
	padding:0;
}
#top-bar #phone-numbers-top span.label {
	color:#fff;
	font-size:28px;
	text-decoration:none;
	font-weight:400;
	line-height:1;
	transition:color .25s;
}
#top-bar #phone-numbers-top span.phone {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
#top-bar #phone-numbers-top span.icon-phone {
	font-size: 20px;
	margin-top: 7%;
	align-self: stretch;
}

	/* Call us toggle */
	div.menu.call-toggle {
		min-width:360px;
		margin:0;
		padding:0;
		position:absolute;
		top:100%;
		right:0;
		display:block;
		visibility:collapse;
		opacity:0;
		transform: translateY(-30px);
		z-index:9998;
		box-shadow:0 5px 10px rgba(0,0,0,.3);
		transition:all .5s;
	}
	div.menu.call-toggle.slidein {
		transform:translateY(0);
		visibility:visible;
		opacity:1;
	}
	a.phone svg.rotate {
		transition:transform .25s;
	}
	a.phone.toggle-active.open svg.rotate {
		transform:rotate(180deg);
	}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    3 Services Callout section     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
.services-callouts > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.services-callouts > ul > li {
	text-align:center;
}
.services-callouts > ul > li > a {
	font-weight:400;
}
.services-callouts > ul > li > a > figure {
	max-height: 369px;
	overflow: hidden;
	position: relative;
}
.services-callouts > ul > li > a > figure > img {
	width: 100%;
	display:block;
	transition:all .35s, transform .15s;
}
	.services-callouts > ul > li > a:hover > figure > img {
		filter:grayscale(1);
		transform:scale(1.1);
	}
.services-callouts > ul > li > a > figure > figcaption {
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width: 100%;
	text-align:center;
	padding:0 60px;
}
.services-callouts > ul > li > a > figure > figcaption h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#003153!important;
}
.services-callouts > ul > li > a:hover > figure > figcaption h3 {
	color:#b70101!important;
}
.services-callouts > ul > li > a > figure > figcaption p {
	font-family:'Montserrat', sans-serif;
	margin-top:0;
	color:#00121e;
	font-size:22px;
	transition:all .35s;
}
.services-callouts > ul > li > a:hover > figure > figcaption p {
	color:#003153;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Map/Offices Section     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#map {
	background: #003a57;
	color:#00121e;
	font-weight:400;
	display:grid;
	grid-template-columns:1fr 1fr;
}
#map iframe#themap  {
	width:100%;
	min-height:100%;
	display:block;
	border: none;
}
#map .locations-info {
	display:flex;
	flex-direction: column;
	justify-content: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#map .locations-info h2 {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0;
}
#map .locations-info h2 a{
	color:#003153!important;
	font-size: 40px;
	margin-bottom: 0;
	font-family:Georgia, "Times New Roman", Times, serif!important;
}
#map .locations-info h2 a:hover{
	color:#b70101!important;
}
#map .locations-info > div {
	padding:0 80px 60px 130px;
}
#map .locations-content{
	position:relative;
}
#map .locations-content img{
	position:absolute;
	right:40px;
	bottom:80px;
}
#map .locations-content p {
	line-height: 1.35;
	font-size: 22px;
	font-weight:400;
}
#map .locations-info > div > div{
	display: flex;
	justify-content: flex-start;
	gap: 10%;
	padding: 20px 0;
}
#map .locations-info > div > div > div {
	display: flex;
	flex-direction: column;
	gap: 50px;
	/*flex: 1;*/
}
#map .fa-ul {
	margin-left:1.5em;
}
#map .fa-ul>li {
	margin-bottom:15px;
	line-height:1.2;
	font-weight:400;
	font-size: 22px;
	color: #00121e;
}
#map .fa-ul>li>a{
	font-weight:400;
	font-size: 22px;
	color: #00121e;
}
#map .fa-ul>li>h3{padding-top:0!important; margin-top:0!important}
#map .fa-ul>li>h3 a {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size: 30px;
	text-decoration: none;
	color: #003153;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
	transition:all .25s;
}
#map .fa-ul>li>h3 a:hover {
	color:#b70101!important;
}
#map .fa-ul>li svg{
	color:#b70101;
	top:0;
}

@media (max-width : 1199px) {
	#map ul.fa-ul {
		margin-left:0;
	}

}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------             Logo                  ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#logo {
	position:relative;
	display:inline-block;
	/*margin:50px 0 40px 0;*/
	transition:all .35s;
}
#logo img {
	width:auto;
	max-height:220px;
	transition:all .35s;
}
#logo:hover img {
	opacity:.9;
	filter:brightness(1.2);
}
.shrink #logo {
		transition:all 1s;
	/*margin:30px 0 20px 0;*/
}
.shrink header {
		transition:all 1s;
	padding:20px;
}
.shrink #logo img {
	width:auto;
	max-height:80px;
	transition:all 1s;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------          slideshow                ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#banner-wrapper {
	width:100%;
	position:relative;
	z-index:0;
	transform-style:preserve-3d;
}
#banner {
	width:100%;
	max-height:655px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}

	.img-banner {
		border-radius:50%;
		border:solid 3px #fff;
		display:inline-block;
		overflow:hidden;
	}
	.img-banner img {
		display:block;
	}


/* banner slides */
.slide {
	box-sizing:border-box;
	width:100%;
	text-align:left;
	position:relative;
	display:none;
}
.slide img {
	width:100%;
	height:auto;
}
#banner .title-wrap {
	text-align:center;
	display:flex;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:auto;
	box-sizing:border-box;
	z-index:999;
	
	justify-content: center;
	padding-bottom: 60px;
	padding-top: 40px;
	background: rgba(205, 222, 247, .5); /* 50% blue 006ca3 */
}
#banner .title h2 {
	color:#003153;
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1;
	padding: 0 !important;
	font-weight:400!important;
	text-decoration:none;
	line-height:1.2;
	transition:all .3s;
}

#banner .title h2 svg {
	font-size:32px;
	color:#b70101;
	transform:translateY(-30%);
	margin:0 10px;
	vertical-align:text-bottom;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- CALLOUT APPT BAR  ----------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
section.callout-appt {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:30px 0;
}
section.callout-appt > div{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10%;
	width:1620px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color:#003153;
}
section.callout-appt .button {
	font-size:40px;
	font-family:'Montserrat', sans-serif;
	color: #fff!important;
	background:#b70101!important;
	font-weight:400!important;
	padding:22px 25px;
}
section.callout-appt .button:hover {
	color: #fff!important;
	background:#003153!important;
	transition:all .25s;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------------ Breadcrumb Nav ------------ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#breadcrumbtree-wrapper {
	padding:10px 10px 10px 2%;
	background:#e1eaf8;
	background:#003153
}

#breadcrumbtree {
	margin:0 auto;
	padding:0;
	min-height: 60px;
	position:relative;
	font-size:18px;
	font-weight:normal!important;
	text-align:left;
	line-height:1.5;
	color:#fff!important;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}
.inside #breadcrumbtree a {
    text-decoration: none;
	font-family: 'Montserrat';
	font-size:18px;
    padding:4px 5px;
    border-radius: 2px;
    transition: background .25s;
	background:#fff;
	color:#003153!important;
}
#breadcrumbtree a:hover {
	text-decoration:none;
	color:#b70101!important;

}
#breadcrumbtree svg {
	margin:0 5px;
    transition: color .15s;
}
.inside #breadcrumbtree a:first-of-type {
	margin-left:-5px;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Testimonials Section ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#testimonials {
	position:relative;
	background:#003153 url(images/testimonials-bg.jpg) no-repeat center 0;
	/*background-size:auto 100%;*/
	background-size:cover;
	min-height:530px;
	padding-top:40px;
}
#testimonials .cycle-slideshow {
	z-index:0;
}

#testimonials h2 a{
	font-size:36px;
	color:#fff!important;
	text-shadow:0 0 10px #003153, 0 0 15px #003153;
}
#testimonials h2 a:hover{
	border-bottom: 3px solid #fff!important;
}
.stars {
	padding-top:40px;
	color:#edaa1d;
	font-size:36px;
	margin-bottom:40px;
}
.testimonial {
	width:100%;
}
.testimonial h2, .testimonial p {
	color:#fff!important;
}
.testimonial p {
	/*max-width:830px;*/
	width:80%;
	margin:0 auto;
	font-size:26px;
	font-weight:500;
}
#testimonials #prev, #testimonials #next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	font-size:60px;
	color:#fff!important;
	z-index:500;
}
#testimonials #prev:hover, #testimonials #next:hover {
	color:#edaa1d!important;
}
#testimonials #prev {
	left:5px;
}
#testimonials #next {
	right:5px;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Footer Content ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
footer{color:#e1eaf8}
footer a {
	color:#e1eaf8;
	text-decoration:none;
	transition:all .25s;
}
footer svg {
	color:#e1eaf8;
	transition:all .25s;
}
footer a:hover svg{border-bottom:none;color:#fff;transition:all .25s;}
footer a:hover {border-bottom:solid 1px #fff;color:#fff;transition:all .25s;}
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;
}
ul.footer-menu:nth-of-type(2n) li {
	margin-left: 20px;
	margin-right: 20px;
}
ul.footer-menu:nth-of-type(2n) li a {
	border-bottom:solid 0px transparent;
	transition:all .15s;
}
ul.footer-menu:nth-of-type(2n) li a:hover {
	border-bottom:solid 1px #fff;
}
footer ul.fa-ul {
	margin:5px 0 10px 0;
	margin-left:1.5em;
}
footer ul.fa-ul li {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom:15px;
}
#copyright-creds ul.footer-menu li, #copyright-creds ul.footer-menu li a {
	color:#fff;
	text-decoration:none;
}
#copyright-creds ul.footer-menu li a:hover {
	text-decoration:underline;
}
.display1059, .display1059block, .display999, .display-499, nav#main-nav ul.menu.menu-toggle li.display-499 {
	display:none;
}
.hide1059, .hide999, .remove-499 {
	display:inline-block;
} 
.visually-hidden {
  visibility: hidden;
	display: inline-block;
	position: absolute;
	z-index: 0;
}
#footer img#footer-logo {
	position:absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
}
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ---- Feature: scroll up icon  ------*/
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
a.scrollup {
    opacity:.8;
    position:fixed;
    bottom:2%;
    right:2%;
	color:#b70101;
	z-index:1;
	font-size:80px;
    display:none;
	transition:all .35s;
}
a:hover.scrollup {
    opacity:1;
	color:#b70101;
}
a.scrollup.hide {
	display:none!important;
}
/*---- 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 { 
	margin-left: 10px;
	margin-right:5px;
}
/* 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;
  }
  
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1630px) {
  .container {
    width: 1630px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
	#footer .container-fluid {
		padding-left:80px;
	}
.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-center {
		text-align:center;
	}
.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-xs-center {
		text-align:left;
	}
  .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-xs-center {
		text-align:left;
	}
  .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-xs-center {
		text-align:left;
	}
  .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:flex!important;
		justify-content:space-between;
	}
}
@media (max-width : 1620px) {
	body, #wrapper, #top-bar, #header-wrapper, header, nav#main-nav, #content-container, #banner, #breadcrumbtree-wrapper, #breadcrumbtree, #services-feature, section#office, #treatments, #footer {width:100%; min-width:100%; padding:0; box-sizing:border-box;}
	#wrapper {
		/*padding-top:393px;  This is a fallback in case javascript height & padding fails */
	}
	#top-bar {
		padding:0;
	}
	#top-bar .pull-left {
		width:50%;
	}
	#breadcrumbtree-wrapper {
		margin:0;
	}
	div#searchform-wrap {
		width:100%;
		padding:10px 20px 10px 10px;
	}
	#top-bar a.phone {
		/*position:absolute;
		top:0;
		right:0;
		width:50%;
		min-width: unset;
		margin:0;*/
	}
	
	/* Call us toggle */
	#phone-numbers-top div {
		text-align:left;
		padding-right:0;
	}
	div.menu.call-toggle {
		margin:0;
		padding:0;
		width:auto;
		display:block;
		transform:translateX(100%);
		visibility:collapse;
		opacity:0;
		z-index:1001;
		transition:all .5s;
	}
	div.menu.call-toggle.slidein {
		transform:translateX(0);
		visibility:visible;
		opacity:1;
	}
	nav#main-nav ul.menu.menu-toggle {
		justify-content:space-evenly;
	}
	#social {
		padding-top:150px;
	}
	#nav-wrapper {
	}
	#banner .title h2 {
		font-size:3vw;
	}
	#banner .title h2 svg {font-size:3vw!important;}
	#banner .title p {
		font-size:1.75vw;
	}
	#banner .title a.button {
		font-size:2vw;
	}
	#breadcrumbtree {
		padding:10px;
	}
	header {
		padding:30px 20px;
	}
	#content-wrapper {
		padding:4% 0;
	}
		.home #content-wrapper {
			padding:0;
		}
		.inside #content-wrapper {
			padding:40px 2%;
		}
		.inside #content-container {
			padding:0;
			width:100%;
		}
	#content-container, #services-feature {
		/*padding:0 4%;*/
		display:block;
	}
	.home #content-container {
		display:flex;
	}
	#footer-wrapper {
		padding:20px 10px;
	}
	#footer {padding:0;}
	div#copyright-creds {
	  padding: 20px 10px 5px 10px;
	}
	.left-col.fullwidth {
		padding-left:2%;
		padding-right:2%;
	}
	.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:220px;
	}
	#office-locations ul li.office h3 a {
		font-size:2.2vw;
	}
	#office-locations ul li.office h3 a:hover {
		color:#b70101!important;
	}
	#office-locations ul li.office span.content {
		font-size:1.4vw;
		width: 100%;
		padding: 0;
	}
	section#blog ul#blog-ul {
		display:block;
		margin:0;
	}
	section#blog ul#blog-ul > li {
		margin:0 50px;
		margin-bottom:60px;
		vertical-align:top;
	}

	#map .locations-info > div {
		gap: 10%;
		padding-left: 30px;
	}
	section.callout-appt > div {
		font-size: 2.8vw;
		gap: 2%;
		width: 100%;
		padding: 0 10px;
	}
	section.callout-appt .button {
		font-size: 2vw;
	}
}
@media (max-width : 1517px) {
	#wrapper {
		/*padding-top:140px; THIS IS NOW SET VIA JAVASCRIPT */
	}
	#social {
		position: absolute;
		top: 0;
		padding-top: 0;
		right: 20px;
		display:block;
	}
	#nav-wrapper {
		width:100%;
		text-align:center;
		position: relative;
    	top: 0;
	}
	nav#main-nav ul > li a {
		font-size:26px;
	}
	nav#main-nav ul > li.sub > div.dropdown.wwide::before  {
		transform:none;
		left:7%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wwide {
		left: -10%;
		transform: none;
	}
	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%;
	}
	ul#services-callouts li a {
		font-size:2vw;
	}

	ul.treatments-callouts li a {
		font-size:24px;
	}
	#content iframe {
		max-width:100%;
	}
	.services-callouts > ul > li > a > figure > figcaption h3 {
	font-size:30px;
	}
	.services-callouts > ul > li > a > figure > figcaption p {
		font-size:18px;
	}
}
@media (max-width : 1299px) {
	#top-bar a, .social-call-us span.label {
		font-size:22px;
	}
	#top-bar .utility a {
		padding:0 10px;
	}
	#phone-numbers-top {
		height: calc(100vh - 63px);
	}
	#treatments h2::before, #treatments h2::after {
	  margin: 0 5% 0 0;
	  flex: 1 0 10%;
	}
	#treatments h2::after {
	  margin: 0 0 0 5%;
	}
	#treatments h2 {
	  margin-bottom: 60px;
	}

	.inside #banner-wrapper {
		background-size:contain;
	}
	.inside #banner {
		height:auto;
		max-height:none;
	}
	.inside #banner .left-col {
		width:45%;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	.inside #banner .right-col {
		float: none;
		width:100%;
	}
	.inside #banner .right-col .content, .inside #banner .right-col .content a[href^="tel:"] {
		font-size:16px;
		color:#b70101!important;
	}
	.inside.location #banner .right-col .content a.button {
		font-size:20px;
	}
	.inside #banner .right-col h1, .inside #banner .right-col .content h3, .inside #banner .right-col .content a {
		color:#fff!important;
	}
	.inside #banner .right-col h1 {
		text-align:center;
	}
	/*#content-container {
		display:block;
	}*/
	#content.left-col, #phone-numbers.right-col {
		float:none;
		width:100%;
	}
	.bio #content.left-col {
		float:left;
	}
	.location #content.left-col {
		width:50%;
		float:left;
	}
	.location #map.right-col {
		margin-top:60px;
	}
	.location #map.right-col iframe {
		max-height:300px;
	}
	#phone-numbers div {
		text-align:center;
	}
	ul#providers-list li a {
		font-size:16px;
	}
	section#office {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}

	#banner .text {
		font-size:1.8vw;
		padding:0 2%;
	}
	nav#main-nav ul > li a {font-size:24px;}
	section#office p a.button {
		font-size:70%;
	}
	.left-col {width:calc(60% - 40px); padding:0; box-sizing:border-box;}
	.inside .right-col {width:100%; padding:2%; float:none;}
	#footer img#footer-logo {
		max-width:280px;
	}
	#footer .container-fluid {
		padding-left:30px;
	}
 	.location #content.left-col,
	.location #map.right-col {
		width:100%;
		float:none;
		padding:0!important;
		margin:0;
	}
	.services-callouts > ul > li > a > figure > figcaption h3 {
		font-size:26px;
		line-height:1.2;
	}
	.services-callouts > ul > li > a > figure > figcaption p {
		font-size:16px;
		line-height:1.2;
	}
}
@media (max-width : 1199px) {
	#treatments > div {
	  margin-left: 5%;
	  gap: 5%;
	  margin-right: 5%;
	}
	#map {
		grid-template-columns: 1fr;
	}
	#map .locations-info > div > div {
	  flex: 1;
	  padding-left: 60px;
	}
	table.providers tr td, 	table.locations tr td {
		display:block;
	}
	table.providers tr td {
		font-size:90%;
		margin:0 auto;
	}

}
@media (max-width : 1080px) {
	.services-callouts > ul > li > a > figure > figcaption {
		padding:0 5%;
		top: 20px;
		transform:none;
	}
}
@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;}
	.tablet-mobile-only.flex {display:flex!important;}
	.tablet-mobile-only.nav-item {display:block!important;}
	/*#wrapper {
	  padding-top: 29vw;
	} THIS IS NOW SET VIA JAVASCRIPT */
	.utility {
		justify-content: center;
		background: rgba(255,255,255,.95);
		margin: 10px;
	}
	.utility a {
		border-left: solid 10px #003153;
		text-decoration: none;
		color: #212121;
		width: 100%;
		height: 100%;
		padding: 20px;
		font-size: 2.25vw;
		font-family: 'Montserrat', sans-serif;
	}
	.utility a:first-child {
		border-left:none;
	}
	.utility a svg {
		color:#b70101;
		transition:all .35s;
	}

	.bio #content.left-col {
		float:none!important;
		padding:0;
	}
	.bio #locations.right-col, .location #map.right-col {
		float:none;
		margin:40px auto 0 auto;
		width:100%;
	}

	.inside #banner .left-col {
		text-align:center;
	}
	.inside #banner .right-col h1 {
		text-align:center;
	}
		
	#top-bar {
		padding:0;
	}
	#top-bar a.phone {
		text-align:left;
	}
	.shrink #top-bar a {
		line-height:80px;
	}
	ul.scroller li {
		height:7.6em;
	}
	ul.scroller li p {
		font-size:20px;
	}
	.home #content-container {
		display:block;
		padding-bottom: 4%;
	}
	.left-col, div#content {width:100%; min-width:100%; padding:0 10px; box-sizing:border-box;float:none;}
	.inside #banner .left-col {
		width:60%;
		min-width:60%;
		padding-top:40px;
	}
	#map .fa-ul > li a[href^="tel:"] span.phone, #map .fa-ul > li a[href^="tel:"] span.fax {
		color:#b70101!important;
		font-family:'Montserrat', sans-serif!important;
		font-size:20px!important;
	}

	/* ------------- Main Navigation ---------- */
	#nav-wrapper {
		border-bottom:none;
		width:100%;
		margin:0;
		border-radius:4px;
		position:fixed;
		bottom:inherit;
		top:80px;
		left:0;
		z-index:999;
		transform:translateX(100%);
		visibility:collapse;
		opacity:0;
		transition:all .5s;
	}
	#nav-wrapper.slidein {
		transform:translateX(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:0;
		background:#003153;
		width:100%;
		height:100vh;
		position:relative;
		display: flex;
		float: none;
		z-index: 1000;
		/*overflow-y: scroll;*/
		flex-direction: column;
		justify-content: flex-start;
	}
	nav#main-nav ul.menu.menu-toggle:before, nav#main-nav ul > li a:hover:before {
		display:none;
	}
	nav#main-nav ul > li {
		margin:0;
		padding:0 10px;
		display:block;
		border-top: solid 1px rgba(255,255,255,.1);
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul > li a {
		background:rgba(255,255,255,.95) !important;
		height:50px;
		padding-right:0;
		font-size:26px;
		color:#003153!important;
		line-height:50px;
		display:block;
		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;
	}
		.shrink nav#main-nav > ul > li > a {
			color:#00121e;
			line-height:50px;
		}
	nav#main-nav ul > li a:hover, nav#main-nav ul > li a:hover.current {
	}
	nav#main-nav > ul > li > a:before, nav#main-nav ul > li.current:before {

		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 10px solid #003153;

	}
	.mobile-visible {display:inline-block;}
	nav#main-nav ul > li.sub > div.dropdown, nav#main-nav ul > li.sub > div.dropdown.wwide {
		display:none;
	}
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		width:80px;
		height:100%;
		top:-2px;
		right:0;
		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: 50%;
	  left:50%;
	  background-color: #000;
		transform: translateX(-50%);
	}
	a.mtoggle .icon:before {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #000;
	  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: #000;
	  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 {
		visibility: collapse;
		opacity:0;
		/*text-align:center;
		line-height:40px;
		box-sizing:border-box;
		background:none;
		color:#001c2f;
		font-family:'Montserrat', sans-serif;
		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);
	}

	.services-callouts > ul > li > a > figure > figcaption h3 {
		padding: 5px 0!important;
    margin: 0;
	}
	.services-callouts > ul > li > a > figure > figcaption p {
		padding: 5px 0!important;
    margin: 0;
	}

}
@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;
	}
	#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%;
	}
	table.formrequest select{
		font-size:100%!important;
	}
	#content img{
		max-width:40%;
		height:auto;
	}
	#content ul.nobullets li img{
		border:none;
		width:73px!important;
		max-width:73px;
		height:auto;
	}
	#content ul.providers li a img {
		max-width:200px;
	}
}

@media (max-width : 992px) {
	#footer img#footer-logo {
		left: 160px;
	}
	#social span.label {
		display:block!important;
		font-size:15.5px;
	}
	#container-inner .content-grid-column-wrap {
	  grid-template-columns: 1fr;
	}
	.services-callouts > ul {
	  grid-template-columns: repeat(1, 1fr);
	}
	.services-callouts > ul > li > a > figure {
    	max-height: 200px;
	}
	.services-callouts > ul > li > a > figure > figcaption {
		top: 50%;
		transform: translateY(-50%);
	}

@media (max-width : 799px) {
	#nav-wrapper {
		top:63px;
	}
	.pull-right {
		display: flex;
	    justify-content: space-evenly;
	}
	#top-bar-wrapper .pull-right {
		padding:10px 0;
	}
	#top-bar a {
		line-height:1.2;
	}
	#top-bar a.phone {
		line-height:63px;
	}
	ul.treatments-callouts li a {
	  font-size: 20px;
	  background: rgba(255,255,255,.8);
	}
	.services-callouts > ul > li > a > figure {
    	max-height: 369px;
	}
	.services-callouts > ul > li > a > figure > figcaption h3 {
		font-size:34px;
	}
	.services-callouts > ul > li > a > figure > figcaption p {
		font-size:22px;
	}
	#map .locations-info > div > div {
	  padding-left: 30px;
	  padding-bottom: 40px;
	}
	#map .fa-ul > li {
	  font-size: 18px;
	}
	#map .fa-ul > li > a:first-of-type {
	  font-size: 28px;
	}
	#map iframe#themap {
	  min-height: 40vh;
	  min-height: 85vh;
	}
	.sm-tablet-mobile-hidden {display:none;}
	.sm-tablet-mobile-only {display:inline-block!important;}
	.inside #banner {
		width:100%; min-width:100%;
		height:auto;
		max-height:none;
	}
	#phone-numbers div {
		line-height:65px;
	}
	#phone-numbers div a.label, #phone-numbers div a[href^="tel:"], #phone-numbers div span.coming-soon {
		font-size:20px;
		line-height:50px;
	}
	#banner {
		text-align:center;
	}
	#banner img {
		margin:0;
	}	
	#banner .title a {
		font-size:5vw;
	}
	#banner .title a, .inside #banner .title a {
		font-size:4vw;
	}
	.inside #banner .title a {
		padding:20px 0;
	}
	
	#map ul.office  {
		clear:both!important;
		display:block!important;
		float:none;
		margin:0;padding:0;
	}
	#map ul.fa-ul::after{
		clear:both!important;
		display:block!important;
		float:none;
		width: 100%;
		position:static;
		margin:0;padding:0;
	}
	#map h3{margin:0;padding:0}
	
	.mobile-only-nav-item {display:block!important;}
	.hidden-nbsp {display:none;}
	header {padding: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, iframe {
		max-width:100%;
		height:auto;	
		
	}
	.left-col iframe.billpay, #content iframe.billpay {
		width:100%;
		height:1450px!important;
	}
	.left-col img {
		width:48%;
		height:auto;
	}


	.left-col .img-banner img {
		width:100%;
	}
	.office-photo img{
		width: auto!important;
	}
	
	#content ul.nobullets li img{
		width:auto;
		height:auto;
	}
	#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%;
	}
	#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; margin-left: 0 !important;}
	
	#office-locations ul#offices {
		flex-wrap: wrap;

	}
	#office-locations ul li.office {
		width:calc(100% / 2);
		height: 40vw;
	}
	#office-locations ul li.office h3 {
		padding: 0 !important;
	}
	#office-locations ul li.office h3 a {
		font-size: 4.5vw;
	}
	#office-locations ul li.office span.content, #office-locations ul li.office span.content ul li a {
		font-size:3vw;
	}
	section.callout-appt > div {
		max-width: 100%;
		flex-direction: column;
		text-align: center;
		gap: 20px;
		font-size: 28px;
	}
	section.callout-appt .button {
		font-size: 20px;
	}
}
@media (max-width : 699px) {
	#footer img#footer-logo {
		max-width: 74%;
		left: 50%;
		bottom: 50px;
	}
	#phone-numbers-top div span.label {
		display:block;
		width:100%;
	}

}
@media (max-width : 639px) {
	.mobile-hidden {display:none!important;}
	.mobile-only {display:inline-block!important;}
	.mobile-only.block {display:block!important;}
	a.button.mobile-fullwidth {width:100%;}
	#content table.hours td {
		display:block;}
	#content table.pollen{width:auto;max-widht:90%}
	/*#content table.pollen td{max-width:100px}	*/	
	.header-fixed {
		position:relative;
	}

	#wrapper, #banner-wrapper, #breadcrumbtree-wrapper {
	  padding-top: 0!important; /* set as important, otherwise huge gap at mobile size at top of page */
	  margin-top: 0!important; /* set as important, otherwise huge gap at mobile size at top of page */
	}
	#top-bar-wrapper {
		position:fixed;
		width:100%;
		z-index:2;
		border-bottom: solid 1px #fff;
	}
	#phone-numbers-top {
		height:100vh;
		padding-bottom: 30vh;
	}
	#phone-numbers-top ul, #phone-numbers-top ul li {
	  height: 100%;
	  min-height: inherit;
	}
	#phone-numbers-top ul li {
		align-items:flex-start;
	}
	#top-bar #phone-numbers-top span.label {
		font-size:24px;
	}
	#top-bar #phone-numbers-top a[href^="tel:"] {
		margin-top:5.5%;
	}
	#header-wrapper {
		padding-top:63px;
	}
	#logo, .shrink #logo {
		margin:20px 0 15px 0;
		margin:0;
	}
	#logo img, .shrink #logo img {
		width:auto;
		max-height:auto;
	}

	#social {display:block; text-align:right;}
	#nav-wrapper, div.menu.call-toggle {
		top:63px;
	}
	.utility {
		flex-direction:row-reverse;
		background:#003153;
	}
	.utility a:first-child {
		border-left:none;
	}
	.utility a {
		border-left:none;
		/*border-bottom: solid 5px #003777;*/
		padding: 0px;
		font-size: 18px;
		font-weight:400;
		color:#fff;
	}
	.utility a svg {
		/*color:#003777;*/
	}
	.social-mobile-nav {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 10px;
	  color: #fff;
	  gap: 15px;
	}
	.social-mobile-nav a.facebook svg {
		color:#fff;
	}
	div.menu.call-toggle {
		transform:translateX(-100%);
	}
	.shrink nav#main-nav > ul > li > a, .shrink nav#main-nav ul > li.sub:hover a, .shrink nav#main-nav ul > li.sub a:hover {
		color:#212121!important;
		line-height:50px;
	}
	#breadcrumbtree {
		padding:5px;
		gap:0;
		min-height:inherit;
	}
	#breadcrumbtree, .inside #breadcrumbtree a {
		font-size:14px;
	}		
	#treatments-wrapper {
		background-size: auto 100%;
	}
	#treatments h2 {
		margin-bottom: 30px;
	}
	#treatments > div {
		flex-direction:column-reverse;
	}
	ul.treatments-callouts {
		gap: 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	.services-callouts > ul > li > a > figure {
	  height: 90vw;
	}
	.services-callouts > ul > li > a > figure > img {
	  object-position: center;
	  object-fit: none;
	  height: 100%;
	}
	.services-callouts > ul > li > a > figure > figcaption h3 {
	  font-size: 34px;
	  font-weight: 500 !important;
	  line-height: 1.1;
	}
	.services-callouts > ul > li > a > figure > figcaption p {
	  font-size: 19px;
	  font-weight: 500;
	  line-height: 1.3;
	}
	#map .locations-content p {
		line-height: 1.3;
		font-size: 19px;
		font-weight:500;
	}
	.testimonial p {
		font-size:19px;
		font-weight:500;
	}
	#testimonials #prev, #testimonials #next {
		top:40%;
	}
	.home #banner {
		text-align: center;
	}
	ul.treatments-callouts:first-of-type li:nth-child(6) { /* Seasonal Allergies */
		order:-10;
	}
	ul.treatments-callouts:first-of-type li:nth-child(7) { /* Hay Fever */
		order:-9;
	}
	ul.treatments-callouts:first-of-type li:nth-child(1) { /* Food Allergies */
		order:-8;
	}
	ul.treatments-callouts:first-of-type li:nth-child(9) { /* Eczema */
		order:-7;
	}
	ul.treatments-callouts:first-of-type li:nth-child(8) { /* Hives */
		order:-6;
	}
	ul.treatments-callouts:first-of-type li:nth-child(5) { /* Environmental Allergies */
		order:-5;
	}
	ul.treatments-callouts:first-of-type li:nth-child(4) { /* Pet Allergies */
		order:-4;
	}
	ul.treatments-callouts:first-of-type li:nth-child(2) { /* Drug Allergies */
		order:-3;
	}
	ul.treatments-callouts:first-of-type li:nth-child(3) { /* Insect Bites & Stings */
		order:-2;
	}
	#treatments h2 a, .home h2 a, #map .locations-info h2 a {
	  font-size: 2.2rem;
	}
	#map .locations-info > div {
		flex-direction: column;
		padding: 0 30px;
		gap:0;
	}
	#map .locations-info div div {
		gap:40px;
	}
	#map ul.fa-ul{
		display:block;
		margin:0;padding:0;
	}
	#map ul.fa-ul::after {
	  content: '';
	  position: relative;
	  display: table;
	  width: calc(100% + 30px);
	  height: 1px;
	  background: rgba(255,255,255,.1);
	  margin-left: -30px;
	  margin-top: 30px;
	}
	.home #banner .title-wrap {
		padding:0;
		top:0;
		align-items:center;
	}
	.home #banner .title-wrap .title {
		padding:2%;
	}
	#banner .title h2  {
		font-size:4.5vw;
	}
	#banner .title h2 svg {font-size:4.5vw!important;}
	.home #banner .title-wrap a.button {
		font-size:4vw;
		padding:5px 10px;
	}
	.inside #banner {
		padding:10px;
	}
	a.button.fullwidth {
		display:block;
	}
	section.callout-appt > div {
		max-width: 100%;
		flex-direction: column;
		text-align: center;
		padding: 15px;
		font-size: 28px;
		gap: 20px;
	}
		section.callout-appt .button {
			font-size:22px;
		}
	#providers-wrapper {
	  background-size:auto 100%;
	}
	body, body.inside {
		font-size:20px;
	}
	#breadcrumbtree{
		margin-left:1%;
	}
	#breadcrumbtree a {
		font-size:16px;
	}
	#breadcrumbtree svg.fa-home {
		font-size:16px;
	}
	p, #content p {
	  margin: 0 0 20px 0;
	  font-size: 1.2rem;
	}
	h1 {
		font-size:40px;
		margin-bottom:10px;
	}
	
	h2 {
		font-size: 34px;
		margin-bottom: 5px;
	}
	h3 {
		font-size:28px;
		margin-bottom:10px;
	}
	.text20 {
		font-size:16px;
	}
	#top-bar a {
		font-size:3.25vw;
	}
	#top-bar .pull-right a {
		margin-left:2px;
		margin-right:2px;
	}

	nav#main-nav ul > li a {
		font-size:26px;
		font-weight:400;
	}
	#news {
		margin-top:30px;
	}
	#services-feature-wrapper, #office-wrapper {
		padding:20px 0 0 0;
	}
	.inside #office-wrapper {
		padding-bottom:0;
	}
	.location {
		margin:0;
		width:calc(100% / 4);
	}
	.address .location a .label {
		display:block;
		margin:0;
		font-size:18px;
		font-family:'Montserrat', sans-serif;
	}
	ul#providers-list li a {
		font-size:3vw;
	}
	.photo, .float-right-photo,	#content img.float-right{ 
		max-width:80%;
		width:80%;
		float:none!important;
		padding:0;
		margin:0 0 20px 0!important;
	}

	.left-col iframe {
		width:100%;
		height:auto;
		
	}
	.left-col iframe.billpay, #content iframe.billpay {
		width:100%;
		height:1450px!important;
	}
	.left-col table td {
		display:block;
	}
	#content table.phone-table tbody tr td:last-child{
		padding-bottom:20px;
	}
	.inside #content-wrapper {
	  padding: 20px 2%;
	}
	#top-bar > div:last-of-type {
		width:100%;
		margin:0;
		justify-content:flex-start;
	}
	div.menu.call-toggle {
		left:0;
	}
	#content ul.providers {
		justify-content:center;
	}
/* -----  Clinical Trials Results table styles ---- */
	table.resulttable td {
		padding:10px;
	}
	table.resulttable td.resulttitle {
		text-align: left;
		border-right:none;
		border-bottom: solid 1px #ccc;
		color: #000;
	}
/* -----  ### END Clinical Trials Results table styles ---- */
	ul.footer-menu {width:100%; margin:0; padding:6% 0 0 0; text-align:center;}
	ul.footer-menu:nth-of-type(2n) li {
	  margin-left: 20px;
	  margin-right: 20px;
	  width: 100%;
	  margin: 0 0 10px 0;
	}
	/* 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 {
		border-bottom:2px solid #003153;
	}
	#top-bar a{
		margin: 0 3px;
		padding: 0;
	}
	#top-bar a.instagram, #top-bar a.facebook {
		margin:0;
	}
	section#news-container {
		padding:0;
	}
	.home #news h2 {
		font-size:38px;
		text-align:left;
	}
	.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 {
		max-width:100%!important;
		width:100%!important;
		margin-left:0!important;
		padding-left:0!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;
	}*/

	
	#office-locations ul li.office {
		width: calc(100% / 1);
		height: 65vw;
	}
	#office-locations ul li.office span.content,#office-locations ul li.office span.content ul li a {
		font-size:4.5vw;
	}
	#office-locations ul li.office span.content ul {
		padding-top:10px;
	}
	#office-locations ul li.office span.content ul li {
		padding:5px 0;
		font-size:4.5vw;
	}
	#office-locations ul li.office h3 a {
		font-size: 7vw;
	}
	#phone-numbers-top div span.label {
		width:50%;
		display:inline-block;
	}
}

@media (max-width : 499px) {
	.inside #banner .right-col .content-container {
		display:block;
	}
	.inside #banner .right-col .content {
		width:100%;
		padding:0!important;
	}
	.bio #locations.right-col, .location #map.right-col {
		margin-top:20px;
		width:100%;
	}
	#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 {
		margin-top:0;
	}
	ul#providers-list li a {
		font-size:4vw;
	}
	section#blog ul#blog-ul > li {
		max-width:270px;
	}
	section#blog ul#blog-ul > li div.news-img-wrap {
		max-height:192px;
	}
	section#blog ul#blog-ul > li img {
		min-height:192px;
	}
	a.button {
		padding:5px 10px;
	}
	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;
	}
	.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 {
		line-height:50px;
		height:50px;
	}
	input[type=text] {
		max-width:100%;
	}

	/* Call us toggle */
	div.menu.call-toggle {
		width:100%;
	}
	#top-bar .pull-right a.phone {
		margin:0;
	}
	#phone-numbers-top div span.label {
		width:42%;
		display:inline-block;
	}
	nav#main-nav ul.menu.menu-toggle {
	}
	#top-bar > div:last-of-type {
		width:100%;
		margin:0;
		justify-content:flex-start;

	}
}
@media (max-width : 379px) {
	#top-bar a {
		padding:0;
	}
	#top-bar a.phone {
		padding-left:2.5vw;
		padding-right:2.5vw;
		font-size: 6vw;
		margin:0;
		min-width:inherit;
	}
	a.mtoggle {
		transform: scale(1.15);
	}
}