@charset "utf-8";
/* CSS Document */

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;/**/
}									
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, hgroup, nav, section, details, summary {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%; height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;
-webkit-text-size-adjust: none; /* Never autoresize text */}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: none; background:#eee; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: middle; }
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight:700;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.clear{ clear: both; }  
/* ------------------------------------------------- */
/* --------------- Begin Site Styles --------------- */
/* ------------------------------------------------- */

/* =============================== */
/* ======== 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;
}

p, #content p {
	margin: 20px 0 20px 0;
	line-height: 1.6;
}
h1, h2 {
	color:#005d9b;
	font-weight:normal!important;
	font-family:'EB Garamond', serif;
	padding:20px 0 10px 0;
	line-height:1;
}
	.inside #banner .right-col h2 {
		color:#001c2f;
		font-size:3vw;
		font-weight:400!important;
		padding:0;
	}

h3, h4, h5, h6 {
	color:#005d9b;
	font-family:"Raleway"!important;
	font-weight:normal!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:#005d9b!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:#5b9549!important;
	border-color:inherit!important;
}
h1 {
	font-size:48px;
	font-weight:normal!important;
}
h2 {
	font-size:42px;
}

	.home h2 a{
		font-size:48px;
		text-transform:none;
		margin-bottom:30px;
		font-family:'EB Garamond', serif;
		font-weight:normal;
	}
	

h3 {
	font-size:34px;
}
h4 {
	font-size:30px;
}
h5 {
	font-size:28px;
}
h6, #footer span.h6 {
	font-size:26px;
	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:"Raleway"!important;
		letter-spacing:normal;
	}
	 #footer h6 a:hover, #footer span.h6 a:hover {
		color:#5b9549!important;
	 }
.left-col a, #content a, section a {
	text-decoration:none;
	color:#014775;
	font-weight:700;
	transition:all .25s;
}
.left-col a:hover, #content a:hover, section a:hover {
	text-decoration:none;
	color:#5b9549;
}

#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.white-border {
	transition:all .35s;
	/*box-shadow:0 5px 30px rgba(0,0,0,.4);*/
	border:solid 3px #fff;
}
a img.photo.white-border:hover {
	transition:all .35s;
	/*box-shadow:0 5px 30px rgba(0,0,0,.4);*/
	border:solid 3px #5b9549;
}
#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;
}






.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-jade{
	color: #5b9549;
}
.color-yellow {
	color:#edaa1d;
}

#big-buttons{
	margin:40px 0;
	width:100%;
}


#big-buttons.mobile-only-button{
	display:none;
	visibility:collapse;
}

#big-buttons #faq{
	display:block;
	margin:30px 0;
	width:66%;
	min-height:80px;
	padding:20px;
	background:#5b9549!important;
}
#big-buttons #faq a svg{
	color:#002f4e;
	float:left;
	font-size: 46px!important;
	transition:all .15s;
}
#big-buttons #faq a span{
	font-family:  'EB Garamond', serif;
	font-size:30px;
	padding-left:20px;
	float:left;
	color:#fff;
	transition:all .15s;	
}
#big-buttons #faq a p.button-home{
	float:right;
	font-weight:400;
	background:#fff;
	color:#002f4e;
	padding:2px 6px;
	margin:0;
	border-radius:4px;
	transition:all .15s;
}
#big-buttons #faq a:hover svg{
	color:#fff;
	transition:all .15s;	
}
#big-buttons #faq a:hover span{
	color:#272870;
	transition:all .15s;
}
#big-buttons #faq a:hover p.button-home{
	background:#002f4e;
	color:#fff;
	transition:all .15s;
}





form#searchformct select{
	margin:12px 0;
}
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:#005d9b;
}
blockquote {
	font-size:20px;
	font-style:italic;
	line-height:36px;
}

.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:#005d9b;
	font-weight:400!important;
	font-family:'Raleway', 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:#004472;

}
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 .search-btn {
	position:absolute;
	top:50%;
	right:10px;
	background:none;
	padding:0;
	line-height: 1;
	font-size: 18px;
	border:none;
	transform: translateY(-50%);
	color:rgba(255,255,255,.7);
	transition:color .25s;
}
div#searchform-wrap .search-btn:hover {
	color:rgba(255,255,255,1);
}
#search::placeholder {
	color: rgba(255, 255, 255, .7);
}
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:#005d9b;
	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!important;
	background:#5b9549;
	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:#5b9549;
	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:#005d9b !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;
}
/* -----  Clinical Trials Results table styles ---- */
table.resulttable {
	border-bottom: solid 1px #005d9b;
    border-top: solid 5px #005d9b;
    margin-top: 7px;
}
table.resulttable td {
	padding:20px;
}
table.resulttable td.resulttitle {
	font-weight: 600;
	text-align: right;
	border-right: solid 1px #005d9b;
	color: #001c2f;
}
#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:#001c2f;
}

/* -----  ### 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:'Raleway', sans-serif;
	font-weight:400;
	font-size:24px;
	color:#001c2f;
	margin:0;
	padding:50px 0 0 0;
	z-index:0;
	overflow:hidden;
}
#wrapper {
	/*min-width:1920px;*/
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#header-wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#header-wrapper.bio {
	background: none;
	box-shadow:0 0 10px 3px rgba(0,0,0,.3);

}

header {
	width:1920px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#top-bar-wrapper {
	background: rgb(76,130,180);
	background: -moz-linear-gradient(top,  rgb(76,130,180) 0%, rgb(25,47,94) 100%);
	background: -webkit-linear-gradient(top,  rgb(76,130,180) 0%,rgb(25,47,94) 100%);
	background: linear-gradient(to bottom,  rgb(76,130,180) 0%,rgb(25,47,94) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82b4', endColorstr='#192f5e',GradientType=0 );
	border-bottom: solid 1px rgb(255, 255, 255);
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
#nav-wrapper {
	position:absolute;
	bottom:30px;
	right:0;
	background:#fff;
}
#content-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.home #content-wrapper {
}
.inside #content-wrapper {
	background:#fff;
}
#content-container {
	/*width:1920px;*/
	margin:0 auto;
	padding:0 0 0 0;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}
	.inside #content-container {
		width:1920px;
		padding-bottom:60px;
	}
	
#logos-wrapper {
	background:#fff;
	padding:50px 0 40px 0;
}
#logos-wrapper #logos {
	height:260px;
}	
	
	
#footer-wrapper {
	padding:60px;
	width:100%;
	position:relative;
	background:#31313b url(images/bg-footer.jpg) no-repeat center 0;
	background-size: cover;
	z-index:0;
}
footer {
	width:100%;
	margin:0 auto;
	padding:40px 0;
	box-sizing:border-box;
	color:#fff;
	font-size:18px;
	font-weight:400;
	position:relative;
	z-index:999;
	background:rgba(0,28,47,.8);
}
div#copyright-creds {
	background:#fff;
	padding:40px;
}
/* ------------- Main Navigation ---------- */
nav#main-nav {
	width:auto;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	z-index:1000;
}
nav#main-nav ul > li {
    margin:0 20px;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
	overflow:visible;
}
nav#main-nav ul > li a {
	position:relative;
	background:none;
	padding:0 0 5px 0;
	font:21px/40px "Raleway", sans-serif;
	font-weight:400;
	display:block;
	color:#32303c;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	z-index:1000;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
nav#main-nav ul > li a:hover, nav#main-nav ul > li a.current, nav#main-nav ul > li a.current svg {
	color:#005d9b;
}
/* ------------------------- */
/* ------------------------- */
/* ---- Dropdown Subnav ---- */
/* ------------------------- */
/* ------------------------- */
div.dropdown h3, div.dropdown h3 a {
	padding:0!important;
	margin:0;
	background:#e6edf1!important;
	border-bottom:solid 1px #e6edf1;
	text-align:center;
	font-size: 20px!important;
	text-decoration:none;
	color:#fff;
	font-family:'Raleway';
	/* new button-like styles*/
	background:#005d9b!important;
	text-align:left!important;
	color:#fff!important;
	font-weight:600!important;
	border:solid 2px #fff;
}
div.dropdown h3 a {
	padding:20px 10px!important;
}
div.dropdown h3 a:hover {
	color:#fff!important;
	/* new button-like styles*/
	background:#5b9549!important;
}
nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall {
	font-size:14px;
	background:rgba(255,255,255,.3);
	border-radius:4px;
	padding:10px 20px;
	cursor:pointer;
	text-transform:none;
}
div.dropdown h3 a.button.showall span.showit, div.dropdown h3 a.button.showall span.hideit {
	display:none;
}
div.dropdown h3 a.button.showall span.showit.active, div.dropdown h3 a.button.showall span.hideit.active {
	display:inline-block;
}
nav#main-nav ul > li.sub > div.dropdown h3 a:hover.button.showall, nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall.active {
    background:#005d9b!important;
}
nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall.active svg {
	transform:rotate(180deg);
}
div.dropdown ul.nested h4 {
	color:#fff!important;
	font-weight:400;
	font-size:16px;
	text-align:left;
	background: rgba(255,255,255,.075)!important;
    padding: 5px 10px;
	margin-bottom:0px;
}

nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > div.dropdown {
	margin:0;
	padding:10px;
	text-align:left;
	position:absolute;
	top:50px;
	left:50%;
	transform:translate(-50%, -5px);
    background:#0b609e;
	width:280px;
	height:auto;
	border-radius:2px;
	z-index:900;
	opacity:0;
	visibility:hidden;
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	transition:opacity 0s;
}
nav#main-nav ul > li.sub:hover > div.dropdown {
	/*transform:translate(-50%, 0%);*/
	opacity:1;
	transition:transform .75s, opacity .5s;
	visibility:visible;
	z-index:2000;
}
nav#main-nav ul > li.sub > div.dropdown:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #0b609e;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
nav#main-nav ul > li.sub > div.dropdown.wnarrow {
	width:200px;
}
nav#main-nav ul > li.sub > div.dropdown.wmedium {
	width:400px;
}
nav#main-nav ul > li.sub > div.dropdown.wwide {
	width: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%, -5px);
}
nav#main-nav ul > li.sub:last-of-type:hover > div.dropdown {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
}
nav#main-nav ul > li.sub:last-of-type > div.dropdown:before {
	transform:none;
	left:inherit;
	right:20%;
}
nav#main-nav ul > li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul > li.sub:hover a:after {
		width:80%;
		opacity:1;
}
nav#main-nav ul > li.sub:hover div.dropdown li a {
	background:none;
	/*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 "Raleway", 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:#005d9b;
}
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 "Raleway", sans-serif;
	font-weight:600;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#0b609e!important;
	z-index:2000;
	padding:10px 10px;
}
	nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
		padding:20px 10px;
	}
nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
	font-size:18px;
	line-height:1.2;
	padding-left:20px;
	background:rgba(255,255,255,.95)!important;
}
nav#main-nav ul > li.sub div.dropdown li a:hover {
	color:#fff!important;
	background:#094a79!important;
}
	nav#main-nav ul > li a svg {
		color:#5b9549;
		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:20px;
	margin: 0 0 20px 0;
    background: #0b609e;
    border-radius: 0 0 3px 3px;
}
nav.subnav h1 {display:none; visibility:collapse;}
#sidebar-nav{
	margin-top:30px;
}

.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 20px 40px 20px;
	display:block;
	font-family:'Raleway', sans-serif;
	font-size:28px;
	font-weight:600;
	color:#005d9b;
	text-decoration:none;
	line-height:1.1;
	border-radius:0;
	background:rgba(255,255,255,.95);
	-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:#005d9b;
	-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!important;
}
.right-col nav.subnav > ul > li a:hover, .right-col nav.subnav > ul > li a.selectedon {
	color:#fff!important;
	text-decoration:none;
	background:#094a79;
}
.right-col nav.subnav > ul > li a.selectedon {
	color:#fff!important;
	text-decoration:none;
	background:#5b9549;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------ 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;
}
	/* locations template specific */
	.location #map.right-col {
		width:50%;
		margin-top:95px;
	}
	/* bio template specific */
	.bio #locations.right-col {
		font-size:26px;
		width:450px;
		float:right;
		text-align:center;
		background:#e6edf1;
		border:solid 2px #d9e4ea;
		border-radius:4px;
		margin-top:50px;
		box-sizing:border-box;
	}
		.bio #locations.right-col h3 {
			font-family:'EB Garamond'!important;
			text-transform:none;
			font-size:42px;
			color:#001c2f;
		}
		.bio #locations.right-col h4, .bio #locations.right-col h4 a {
			font-family:'EB Garamond'!important;
			font-size:36px;
			color:#005d9b!important;
			padding:0;
		}
		.bio #locations.right-col h4 a:hover {
			color:#5b9549!important;
		}
		.bio #locations.right-col img {
			max-width:290px!important;
			height:auto;
		}
		.bio #locations.right-col p {
			line-height:1;
			margin:10px 20px 30px 20px;
		}
		.bio #locations.right-col p a.button {
			font-family:'EB Garamond';
			padding:10px 20px;
			margin-bottom:50px;
		}
		.bio #locations.right-col p a:hover.button {
			background:#005d9b!important;
			color:#fff!important;
		}
		.bio #locations.right-col a[href^="tel:"] {
			font-family:'Open Sans';
			font-size:28px;
			font-weight:400;
			text-decoration:none;
			color:#005d9b;
		}
	.bio #content.left-col {
		width:calc(100% - 450px);
		box-sizing:border-box;
		padding-right:40px;
	}
	.bio #content.left-col ul.ratings {
		margin:10px 0 40px -10px;
	}
	.bio #content.left-col ul.ratings li {
		list-style:none;
		background: #f5f8f9;
		border: solid 2px #f0f4f7;
		border-radius: 4px;
		padding: 12px 20px 20px;
		color:#212121;
		line-height:1.3;
		margin-bottom:50px;
	}
	ul.ratings li span.date {
		font-weight:600;
		display:inline-block;
		margin-right:10px;
	}
	ul.ratings li span.stars {
		color:#edaa1d;
	}
	ul.ratings li span.testimonial {
		display:block;
		margin-top:10px;
	}
	a.button.testimonials-read-more {
		padding:20px;
		background:#005d9b!important;
		color:#fff!important;
		/*border:solid 2px #ebebeb;*/
		border-radius:5px;
		color:#005d9b;
		font-weight:400!important;
		font-family:'Raleway'!important;
		display:block;
		text-align:center;
	}
	a:hover.button.testimonials-read-more {
		background:#5b9549!important;
		color:#fff!important;
	}
.left-col {
	/*width:67.833333%;*/
	width:calc(100% - 510px);
	height:auto;
	float:left;
	margin:0;
	padding:20px 40px 0 0;
	text-align:left;
	box-sizing:border-box;
	position:relative;
}
.left-col.home{
		padding:20px 40px 0 20px!important;
}
.left-col.fullwidth {
	width:100%;
	float:none;
}
	/* locations template specific */
	.location #content.left-col {
		width:50%;
		padding-right:40px;
	}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Right Side Phone Numbers Column */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#phone-numbers.right-col {
	width:510px;
	background:#005d9b;
}
#phone-numbers div {
	padding:0 60px 0 30px;
	text-align:right;
	line-height:168px;
	box-sizing:border-box;
}
#phone-numbers div a.label {
	color:#fff;
	font-size:34px;
	font-family:'EB Garamond', serif;
	text-align:right;
	text-decoration:none;
	font-weight:400;
	transition:color .25s;
}
#phone-numbers div a:hover.label {
	color:#5b9549;
}
#phone-numbers div a[href^="tel:"], #phone-numbers div span.coming-soon {
	font-size:34px;
	text-align:right;
	/*color:#5b9549; this had low contrast ratio */
	color:#a4d496; /* changed to appease accessibility checkers to pass AA rating for contrast ratio */
	text-decoration:none;
	font-family:'Open Sans', sans-serif;
}
	#phone-numbers div span.coming-soon {
		font-size:30px;
	}
#phone-numbers div.phone-01 {
	background:#002f4e;
}
#phone-numbers div.phone-02 {
	background:#003b62;
}
#phone-numbers div.phone-03 {
	background:#004472;
}
#phone-numbers div.phone-04 {
	background:#015187;
}
#phone-numbers div.phone-05 {
	background:#005d9b;
}
#phone-numbers div.phone-06 {
	background:#0068ae;
}
#phone-numbers div.phone-07 {
	background:#0172bd;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Top Bar - links and Phone Number */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#top-bar {
	width:1920px;
	margin:0 auto;
	font-size:18px;
	font-weight:400;
}
#top-bar a {
	color:#fff;
	text-decoration:none;
	transition:all .35s;
	font-weight:400;
	margin:0 10px 0 10px;
	padding:0 10px 0 10px;
	line-height:63px;
	display:inline-block;
	vertical-align:middle;
}
#top-bar a:hover {
	color:#5b9549;
}
#top-bar a.phone {
	font-size:24px;
	font-weight:400;
	margin-right:0;
    padding-left:10px;
	background:#5b9549;
	color:#ffffff;
	cursor:pointer;
	min-width: 272px;
	text-align: center;
}
#top-bar a:hover.phone {
	color:#ffffff;
}
#top-bar a.phone span.label {
	font-size:18px;
}
#top-bar .pull-right {
	  position:relative;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Top Phone Numbers Toggle*/
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#phone-numbers-top {
	background:#005d9b;
}
#phone-numbers-top div {
	padding:20px 60px 20px 30px;
	text-align:right;
	box-sizing:border-box;
}
#phone-numbers-top div span.label {
	display:inline-block;
	width:40%;
	color:#fff;
	font-size:24px;
	font-family:'EB Garamond', serif;
	text-decoration:none;
	font-weight:400;
	line-height: 1.5;
	vertical-align: bottom;
	transition:color .25s;
}
#phone-numbers-top div a[href^="tel:"], #phone-numbers-top div span.coming-soon {
	font-size:24px;
	text-align:right;
	color:#5b9549;
	text-decoration:none;
	font-family:'Open Sans', sans-serif;
	line-height: 1.5;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
	#phone-numbers-top div span.coming-soon {
		font-size:20px;
	}
#phone-numbers-top div.phone-01 {
	background:#002f4e;
}
#phone-numbers-top div.phone-02 {
	background:#003b62;
}
#phone-numbers-top div.phone-03 {
	background:#004472;
}
#phone-numbers-top div.phone-04 {
	background:#015187;
}
#phone-numbers-top div.phone-05 {
	background:#005d9b;
}
#phone-numbers-top div.phone-06 {
	background:#0068ae;
}
#phone-numbers-top div.phone-07 {
	background:#0172bd;
}
	/* Call us toggle */
	div.menu.call-toggle {
		margin:0;
		padding:0;
		width:450px;
		position:absolute;
		top:63px;
		right:0;
		display:none;
		z-index:1000;
		z-index:9998;
		box-shadow:0 5px 10px rgba(0,0,0,.3);
	}
	a.phone.ptoggle.open span.arrow.yes {
		display:inline-block!important;
	}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Treatments Section     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#treatments-wrapper {
	padding:60px 0;
	background:#014775;
}
#treatments {
	width:1920px;
	margin:0 auto;
	color:#fff;
}
#treatments h2 a {
	color:#c0d9e9!important;
}
#treatments h2 a:hover {
	color:#5b9549!important;
}
ul#treatments-callouts {
		text-align:center;
	}
	ul#treatments-callouts li {
		display:inline-block;
		/*margin:0 80px 40px 80px;*/
		margin:0 8px 60px 8px;
		width:calc(100% / 9 - 30px);
		position:relative;
		vertical-align:bottom;
		z-index:0;
	}
	ul#treatments-callouts li a {
		display:block;
		position:relative;
		z-index:1;
		color:#c0d9e9;
		text-decoration:none;
		font-size:28px;
		font-family:'Raleway';
		font-weight:600;
		line-height:1.2;
		transition:all .5s;
	}
	ul#treatments-callouts li a span.photo-container {
		border-radius:50%;
		display:block;
		position:relative;
		overflow:hidden;
		z-index:1;
		transition:all .5s;
	}
		ul#treatments-callouts li a:hover {
			color:#fff;
		}
	ul#treatments-callouts li a img {
		width:auto;
		height:auto;
		display:block;
		margin:0 auto;
		opacity:.5;
		transition:all .3s;
	}
		ul#treatments-callouts li a:hover img {
			opacity:1;
			/*filter: saturate(1.5);*/
			transform:translateY(-5px);
		}

		_:-ms-input-placeholder, :root ul#treatments-callouts li a:hover img {transform:none;} /* IE Browser hack to NOT scale img due to shaking */

	ul#treatments-callouts li a span.label {
		display:block;
		width:100%;
		box-sizing:border-box;
    	padding:20px 0;
		position:relative;
		text-align:center;
		z-index:5;
	}
#treatments a.button {
	background:#c0d9e9!important;
	color:#014775!important;
}
#treatments a:hover.button {
	background:#5b9549!important;
	color:#fff!important;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Providers Home Page     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#providers-wrapper {
	padding:60px 0 0 0;
	background:#fff url(images/bg-providers-wrapper.jpg) no-repeat center 0;
	background-size:100% 100%;
	color:#001c2f;
}
#providers h2 a {
	color:#002f4e!important;
}
#providers h2 a:hover {
	color:#5b9549!important;
}
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;
	}
		.inside.location ul#providers-list li {
			padding:0 40px 20px 40px;
			margin-bottom:20px;
		}
		.inside.location ul#providers-list li a:hover {
			color:#5b9549;
		}
	ul#providers-list li a {
		display:block;
		position:relative;
		z-index:1;
		color:#004472;
		text-decoration:none;
		font-size:20px;
		font-family:'Raleway';
		font-weight:600;
		line-height:1.2;
		transition:all .35s;
	}
	ul#providers-list li a:hover {
		color:#80a3ba;
	}
	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.06);
			transition: transform 1.75s cubic-bezier(.49,.7,.57,.94);
		}

		_:-ms-input-placeholder, :root ul#providers-list li a:hover img {transform:none;} /* IE Browser hack to NOT scale img due to shaking */

/* Provider pager styles & News pageer styles */
.cycle-pager, .cycle-pager-news { 
    text-align: center;
	padding:0 0 60px 0;
}
.cycle-pager-news {
	margin-top:30px;
}
.cycle-pager span, .cycle-pager-news span { 
    width: 35px; height: 35px; margin:10px; text-indent:-900em; 
    display: inline-block; background:#80a3ba; border-radius:50%; cursor: pointer; color:#000;
}
.cycle-pager span:hover, .cycle-pager-news span:hover {
	background:#005d9b; color:#fff;
}
.cycle-pager span.cycle-pager-active, .cycle-pager-news span.cycle-pager-active { background:#005d9b; color:#fff;}
.cycle-pager > *, .cycle-pager-news > * { cursor: pointer;}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Office Section     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#office-wrapper {
	padding:40px 0 0;
	background:#004472;
	width:100%;
}
section#office-locations {
	margin:0 auto;
	color:#fff;
}
.inside section#office-locations h2, section#office-locations h2, section#office-locations h2 a {
	font-family:'EB Garamond', serif;
	font-weight:normal!important;
	color:#fff!important;
}
section#office-locations h2 a:hover {
	color:#5b9549!important;
}
section#office-locations h3, section#office-locations h3 a {
	font-family:'EB Garamond'!important;
	font-size:38px;
	color:#fff!important;
	text-transform:none;
	font-weight:400!important;
}
section#office-locations h3 a:hover {
	color:#6d5989!important;
}
#office-locations ul#offices {
	width:100%;
	display:flex;
	justify-content:space-between;
}
	#office-locations ul li.office ul {
		display:block;
	}
#office-locations ul li.office {
	/*width:calc(100% / 3);
	height:19.8vw;
	height:33vw;*/
	width:100%;
	height:25vw;
	margin:0 auto;
	background:#004472;
	text-align:center;
	position:relative;
	overflow:hidden;
}
#office-locations ul li.office a {

}
#office-locations ul li.office img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	z-index:0;
	transition:transform 1.5s;
}
#office-locations ul li.office:hover img {
	transform:scale(1.05);
}
#office-locations ul li.office span.content {
	color:#fff!important;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: rgba(205,232,217,0);
	box-shadow:0 0px 5px rgba(0,0,0,0);
    padding: 40px;
    box-sizing: border-box;
    width: fit-content;
	width:max-content;
	border-radius:3px;
	transition:background .7s, box-shadow 1.2s;
}
#office-locations ul li.office:hover span.content {
	/*background: rgba(255,255,255,.85);
	box-shadow:0 10px 60px rgba(0,0,0,.6);*/
}
#office-locations ul li.office ul.fa-ul {
	margin-left:0;
}
#office-locations ul li.office ul.fa-ul li {
	font-family:'Open Sans';
}
#office-locations ul li.office a {
	text-decoration:none;
	color:#fff;
	transition:color .2s;
}
#office-locations ul li.office a[href^="tel:"], #office-locations ul li.office:hover a[href^="tel:"] {
	font-weight:400;
	color:#fff!important;
}
#office-locations ul li.office span.phone, #office-locations ul li.office span.phone a {
	font-size:36px;
	text-decoration:none;
	color:#fff;
	transition:color .2s;
}
#office-locations ul li.office:hover a, #office-locations ul li.office:hover span.phone {
	color:#5b9549!important;
}
#office-locations ul li.office:hover a:hover {
	color:#5b9549!important;
}
@media (max-width : 1199px) {

}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------             Logo                  ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#logo-wrapper {
	position:relative;
	float:left;
	padding:40px 0 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);
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------         social media              ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#social {
	padding:40px 0 30px 0;
	font-size:22px;
    z-index: 201;
}
#social a {
	color:#005d9b;
	padding: 0 1px;
	transition:color .25s;
}
#social a:hover {
	color:#5b9549;
}
#social span.label {
	padding-right:5px;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------          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;
}
@media (min-width : 2000px) {
        #banner {
            max-height:none;
        }
    }
.inside #banner-wrapper {
	background:#192f5e url(images/bg-inside-banner.jpg) no-repeat center top;
}
.inside #banner {
	height:742px;
	max-height:742px;
	width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
}
.inside.generic #banner-wrapper {
	background:#192f5e;
}
.inside.generic #banner {
	height:25px;
	padding:0;
}
.inside #banner:after {
	clear:both;
	content:'';
	display:table;
}
	.inside #banner .left-col {
		float:left;
		width:32%;
		text-align:center;
	}
	.inside #banner .right-col {
		float:right;
		width:68%;
	}
	.inside #banner .right-col .content-container {
		display: flex;
		justify-content: space-between;
	}
	.inside #banner .right-col .content {
		font-size:24px;
		box-sizing:border-box;
		width:50%;
	}
	.inside #banner .right-col .content:nth-of-type(1n) {
	}
	.inside #banner .right-col .content:nth-of-type(2n) {
		padding-left:50px;
	}
	.img-banner {
		border-radius:50%;
		border:solid 3px #fff;
		display:inline-block;
		overflow:hidden;
	}
	.img-banner img {
		display:block;
	}
	.inside #banner .right-col .content h3 {
		font-size:24px;
		text-transform:none;
		color:#001c2f!important;
		font-family:'Raleway';
		font-weight:600!important;
	}
	.inside #banner .right-col .content ul {
		margin-bottom:15px;
		margin-left: 1em;
	}
	@media (min-width : 1299px) and (max-width:1540px) {
		.inside #banner .right-col .content ul.phone-list {
			font-size:20px;
		}
	}
		.inside #banner .right-col .content ul.nomarginleft {
			margin-left:0;
		}
	.inside #banner .right-col .content a {
		color:#001c2f;
		text-decoration:none;
	}
	.inside #banner .right-col .content a:hover {
		text-decoration:underline;
	}
	/* Location banner stuff */
	.inside.location #banner .right-col .content a.button {
		margin-top:10px;
		color:#fff!important;
		background:#31689b!important;
		text-decoration:none;
	}
	.inside.location #banner .right-col .content a:hover.button {
		background:#5b9549!important;
		text-decoration:none;
	}
	ul.phone-list li.row span{padding-left:0}
	/*.inside.location #banner .right-col .content ul.phone-list li span.label.numbers, .inside.location #content ul.phone-list li span.label.numbers {
		display:block;
		float:right;
	}
	.inside.location #content ul.phone-list {
		width:100%;
	}*/

/* 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:block;
	position:absolute;
	top:50%;
	right:2%;
	transform:translateY(-65%);
	width:auto;
	box-sizing:border-box;
	z-index:999;
}
#banner .title a.button {
	display:inline-block;
	padding:8px 35px;
	font-size:42px;
	font-family:'EB Garamond', serif;
	color:#fff!important;
	font-weight:400!important;
	text-decoration:none;
	line-height:1.2;
	transition:all .3s;
}
#banner .title a:hover {
	color:#a44082;
}
#banner .title h2 {
	font-size:60px;
	color:#001c2f!important;
	line-height:1.1;
	padding: 0 !important;
	font-weight:400!important;
}
#banner .title p {
	font-size:36px;
}
	.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(199,215,224);
	background: -moz-linear-gradient(top,  rgb(199,215,224) 0%, rgb(255,255,255) 50%, rgb(199,215,224) 100%);
	background: -webkit-linear-gradient(top,  rgb(199,215,224) 0%,rgb(255,255,255) 50%,rgb(199,215,224) 100%);
	background: linear-gradient(to bottom,  rgb(199,215,224) 0%,rgb(255,255,255) 50%,rgb(199,215,224) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d7e0', endColorstr='#c7d7e0',GradientType=0 );

	padding:80px 0;
	box-sizing:border-box;
}
#testimonials {
	margin:0 auto;
	padding:20px 80px 40px 80px;
	width:1400px;
	/*height:160px;*/
	box-sizing:border-box;
	position:relative;
	text-align:center;
	color:#002f4e;
	font-size:28px;
	z-index:0;
}
.home #testimonials h2 a {
	color:#005d9b!important;
	display: block;
}
.home #testimonials h2 a:hover {
	color:#5b9549!important;
}
#patient-testimonials-wrap {
	position:relative;
}
#patient-testimonials-wrap:before {
	content:open-quote;
	font-family:'Georgia', serif;
	font-size:260px;
	color:#dee7ed;
	position:absolute;
	top:-40px;
	left:-130px;
	height:80px;
	line-height:1;
}
#patient-testimonials-wrap:after {
	content:close-quote;
	font-family:'Georgia', serif;
	font-size:260px;
	color:#dee7ed;
	position:absolute;
	bottom:20px;
	right:-130px;
	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;
	text-align:center;
	width:100%;
	margin:0 auto;
}
a#view-more-testimonials {
	display:inline-block;
	margin-top:80px;
	font-size:24px;
	font-weight:600!important;
	text-decoration:none!important;
	color:#fff!important;
	background:#005d9b!important;
	font-family:'EB Garamond', serif;
}
a:hover#view-more-testimonials.button {
	background:#5b9549!important;
	color:#fff!important;
}
/* All Testimonials display page */
.testimonial-individual {
	margin:40px 0;
	padding:30px 30px 10px;
	background:#e6edf1;
	box-sizing:border-box;
	border:solid 1px #d9e4ea;
	position:relative;
	z-index:1;
	border-radius: 3px;
}
.testimonial-individual  span{
	font-weight:600;
}
.testimonial-individual p {
	margin:0 0 40px 0!important;
}
a.testimonial-top {
	position: absolute;
    bottom: -30px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 50%;
	color:#0b609e!important;
}
a:hover.testimonial-top {
	color: #5b9549!important;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- News ----------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
section#news-container {
	padding:40px 0;
}
div.cycle-carousel-wrap {
	width:100%;
}
#news-wrapper {
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0;
}
.home #news h2 {
	font-size:42px;
	color:#005d9b;
	margin-bottom:15px;
	margin-top:0;
}
.home #news h2 a {
	color:#a44082!important;
}
.home #news h2 a:hover {
	color:#005d9b!important;
}
#news ul li {
		font-family:'Raleway'!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:'Raleway', 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:#31313b!important;
	font-family:'Raleway', 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:#a44082!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:#a44082!important;
}
ul.scroller li.story a:hover.read-more {
	color:#31313b!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;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------   Blog Section   ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#blog-wrapper {
	padding:80px 0;
	background:url(images/bg-news-wrapper.jpg) no-repeat center 0;
	background-size:cover;
	width:100%;
	position:relative;
}
section#blog {
	width:1920px;
	margin:0 auto;
	color:#014775;
	font-size:28px;
}
section#blog h2 {
	font-family:'Raleway';
	text-transform:none;
	color:#073e40!important;
	font-size:48px;
}
section#blog h3 a {
	font-family:'Raleway';
	text-transform:uppercase;
	color:#014775!important;
	font-size:48px;
}
section#blog ul#blog-ul {
	margin:0 60px;
	text-align:center;
	display:flex;
	justify-content: space-between;
}
	section#blog ul#blog-ul div.cycle-carousel-wrap { 	/* this was added when converting section to scroller 6/16/2022 jom */
		height:100%;
	}
section#blog ul#blog-ul li {
	position:relative;
	box-sizing:border-box;
	max-width:350px;
	width: 350px;
	margin:0 50px;
	display:inline-block;
	background:#fff;
	text-align:left;
	transition:border-color .5s;
	/* this was added when converting section to scroller 6/16/2022 jom */
	vertical-align:top;
	height:100%;
}
	section#blog ul#blog-ul li:hover {
		border-color:#e9991b;
	}
section#blog ul#blog-ul li div.news-img-wrap {
	position:relative;
	max-height:250px;
	overflow:hidden;
}
section#blog ul#blog-ul li img {
	width:100%;
	height:auto;
	min-height:250px;
	position: relative;
	/*margin-top: 50%;
	margin-left: 50%;
	transform: translate(-50%,-50%);*/
	transition:opacity .25s;
}
section#blog ul#blog-ul li a:hover img {
	opacity:.8;
}
section#blog ul#blog-ul li a {
	text-decoration:none;
	display:block;
	overflow:hidden;
	height:100%;
	/* this was added when converting section to scroller 6/16/2022 jom */
	display:flex;
	flex-direction:column;
}
section#blog ul#blog-ul li a:hover {
	background:rgba(255,255,255,.8);
}
section#blog ul#blog-ul li a div.content {
	padding:10px 20px 20px 20px;
	/* this was added when converting section to scroller 6/16/2022 jom */
	display: flex;
	flex-direction: column;
	/*height: 100%;*/
}
section#blog ul#blog-ul li a span.title {
	font-family:'Raleway', sans-serif;
	font-size:24px;
	font-weight:600;
	color:#005d9b;
	text-decoration:none;
	text-transform:uppercase;
	transition:color .4s;
	/* this was added when converting section to scroller 6/16/2022 jom */
	white-space: normal;

}
section#blog ul#blog-ul li a:hover span.title {
	color:#5b9549;
}
section#blog ul#blog-ul li p {
	font-family:'Raleway', sans-serif;
	color:#071115;
	margin:10px 0 20px 0;
	font-size:24px;
	font-weight:400;
	line-height:1.25;
	/* this was added when converting section to scroller 6/16/2022 jom */
	white-space: normal;
}
	/* this was removed/not needed when converting section to scroller 6/16/2022 jom
	section#blog ul#blog-ul li p:after {
		content:'';
		display:table;
		clear:both;
	}*/
	section#blog ul#blog-ul li p:last-of-type { /* this was added when converting section to scroller 6/16/2022 jom */
		align-self:flex-end;
		margin-top: auto;
	}

section#blog ul#blog-ul li .float-left, section#blog ul#blog-ul li .float-right {
	margin:0;
	float:none!important; /* this was added/changed when converting section to scroller 6/16/2022 jom */
}
section#blog ul#blog-ul li span.date {
	color:#073e40;
	font-size:18px;
	font-style:italic;
	font-weight:300;
}
section#blog ul#blog-ul li a span.learn-more {
	color:#005d9b;
	text-transform:none;
	font-size:24px;
	transition:color .3s;
	/* this was changed when converting section to scroller 6/16/2022 jom
	position:absolute;
	bottom: 20px;
	right:20px;
	*/
}
section#blog ul#blog-ul li a:hover span.learn-more {
	color:#5b9549;

}



/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------------ Breadcrumb Nav ------------ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#breadcrumbtree-wrapper {
	padding:10px;
	box-sizing:border-box;
    background: #f5f8f9;
    border-radius: 4px;
    border: solid 2px #f0f4f7;
}

#breadcrumbtree {
	width:1917px;
	margin:0 auto;
	padding:0;
	position:relative;
	font-size:18px!important;
	font-weight:normal!important;
	text-align:left;
	line-height:normal;
	color:#001c2f!important;
	box-sizing:border-box;
}
.inside #breadcrumbtree a {
	display:inline-block;
    text-decoration: none;
	font-family: 'Raleway';
	font-size:18px!important;
	margin:4px 0;
    padding:4px 5px;
    border-radius: 2px;
    display: inline-block;
    transition: background .25s;
	color:#005d9b!important;
}
#breadcrumbtree a:hover {
	text-decoration:none;
    color:#fff!important;
	background:#5b9549;
}
#breadcrumbtree svg {
	margin:0 5px;
    transition: color .15s;
}
#breadcrumbtree svg.fa-home {
	margin:0 10px 0 2px;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Footer Content ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
footer a {
	color:#fff;
	text-decoration:none;
	font-weight:400;
	transition:all .25s;
}
footer svg {
	color:#fff;
	transition:all .25s;
}
footer a:hover svg {
	color:#5b9549;
}
footer a:hover {color:#5b9549;}
ul.footer-menu {
	margin-bottom:15px;
}
ul.footer-menu li {
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	position:relative;
	font-size:18px;
	line-height:1.5;
	display:inline-block;
}
footer ul.fa-ul {
	margin:20px 0 60px 0;
	margin-left:1.5em;
	font-weight:700;
}
footer ul.fa-ul.social {
	margin-top:0;
	margin-left:0;
}
footer ul.fa-ul.social li a {
	margin:0 10px 0 0;
}
footer ul.fa-ul li {
	margin-bottom:15px;
}
#copyright-creds ul.footer-menu li, #copyright-creds ul.footer-menu li a {
	color:#014775!important;
	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:#5b9549;
	z-index:1;
	font-size:80px;
    display:none;
	transition:all .35s;
}
a:hover.scrollup {
    opacity:1;
	color:#5b9549;
}
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: 1600px) {
  .container {
    width: 1600px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1900px;
  }
}
.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-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 : 1920px) {
	#wrapper, section#blog, #content-container, #treatments {width:100%; padding:0; box-sizing:border-box;}
	.inside #banner-wrapper {
		/*background-size:contain;*/
	}
	.inside #banner {
		width:100%; min-width:100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding:40px 20px;
	}
	#breadcrumbtree-wrapper {
		margin:20px 10px;
	}
	header, #top-bar, .inside #content-container, #breadcrumbtree {
		width:1620px;
	}
	#banner .title h2 {
		font-size:54px;
	}
	#banner .title p {
		font-size:26px;
	}
	#banner .title a.button {
		font-size:26px;
	}

}
@media (max-width : 1617px) {
	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;}
	#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;
	}
	#top-bar .pull-right {
		position:inherit;
		width:100%;
		margin:0;
		float:none!important;
		padding-top:70px;
		text-align:center;
	}
	
	/* Call us toggle */
	#phone-numbers-top div {
		text-align:left;
		padding-right:0;
	}
	div.menu.call-toggle {
		margin:0;
		padding:0;
		width:50%;
		position:absolute;
		top:63px;
		right:0;
		display:none;
		z-index:1000;
		z-index:9998;
		box-shadow:0 5px 10px rgba(0,0,0,.3);
	}
	
	
	#logo-wrapper {
		padding:150px 0 20px 0;
		margin-left:40px;
	}
	#social {
		padding-top:150px;
	}
	#nav-wrapper {
		bottom:15px;
	}
	#banner .title h2 {
		font-size:3vw;
	}
	#banner .title p {
		font-size:1.75vw;
	}
	#banner .title a.button {
		font-size:2vw;
	}
	#breadcrumbtree {
		padding:10px;
	}
	header {
		padding:0 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 {padding:4% 2%;}

	.left-col.fullwidth {
		padding-left:2%;
		padding-right:2%;
	}
	nav#main-nav ul > li a {
		font-size:70%;
	}
	.subnav {min-height:inherit;}
	nav.subnav > ul > li a {
		width:auto;
	}
	ul#services-callouts li {
		margin: 0 3vw 60px 3vw;
		width: calc(100% / 3 - 8vw);
	}
	ul#providers-list li a span.photo-container {
		max-width:220px;
	}
	#office-locations ul li.office h3 a {
		font-size:2.2vw;
	}
	#office-locations ul li.office h3 a:hover {
		color:#5b9549!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;
	}
	ul#treatments-callouts li {
		width: calc(100% / 6 - 30px);
	}
}
@media (max-width : 1517px) {
	#wrapper {
		padding-top:140px;
	}
	#logo-wrapper {
	    text-align: center;
		float: none;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	#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:65%;
	}
	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;
	}
	#testimonials {
		width:90%;
	}
	#big-buttons #faq{
		width:90%;
	}
}
@media (max-width : 1299px) {
	.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:#fff!important;
	}
	.inside.location #banner .right-col .content a.button {
		font-size:20px;
	}
	.inside #banner .right-col h2, .inside #banner .right-col .content h3, .inside #banner .right-col .content a {
		color:#fff!important;
	}
	.inside #banner .right-col h2 {
		text-align:center;
		font-size: 6vw;
	}
	/*#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;
	}
	/*.location #map.right-col input#saddr {
		max-width:50%!important;
		width:50%!important;
	}*/
	#phone-numbers div {
		text-align:center;
	}
	ul#providers-list li a span.photo-container {
		max-width:150px;
	}
	ul#providers-list li a {
		font-size:14px;
	}
	section#office {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}
	#banner .title h1, #banner .title h2 {
		font-size:3.2vw;
	}
	#banner .text {
		font-size:1.8vw;
		padding:0 2%;
	}
	nav#main-nav ul > li a {font-size:55%;}
	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;}
	ul#treatments-callouts li a img {
		max-width:125px;
	}
	ul#treatments-callouts li a {
		font-size:20px;
	}
	#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;
	}
	section#blog ul#blog-ul li {
		margin:0 1%;
	}
	#big-buttons #faq a span{
		display:none;
		visibility:collapse;	
	}
}
@media (max-width : 1159px) {
	table.providers tr td, 	table.locations 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;}
	.tablet-mobile-only.nav-item {display:block!important;}
	#top-bar-wrapper .pull-right {
		float:none!important;
		width:100%;
	}
	.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 h2 {
		text-align:center;
	}
		
	#top-bar {
		padding:0;
	}
	#top-bar a.phone {
		text-align:left;
	}
	#logo-wrapper {
		max-width:80%;
	}
	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; box-sizing:border-box;float:none;}
	.inside #banner .left-col {
		width:60%;
		min-width:60%;
		padding-top:40px;
	}
	/* ------------- 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:142px 0 0 0;
		background:#004472;
		/*width:calc(100% + 17px);*/
		width:100%;
		height:100vh;
		position:relative;
		display:block;
		float:none;
		z-index:1000;
		overflow-y:scroll;
	}
	nav#main-nav ul.menu.menu-toggle:before {
		display:none;
	}
	nav#main-nav ul > li {
		margin:0;
		padding:0 10px;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul > li a {
		background:#f7f3fd;
		height:60px;
		/*padding-right:17px;*/
		padding-right:0;
		font-size:22px;
		color:#32303c;
		line-height:60px;
		display:block;
		border-top:solid 1px rgba(0,0,0,.1);
		border-bottom:none;
		text-shadow:none;
		text-decoration:none;
		text-align:center;
		position:relative;
		z-index:1000;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	}
	nav#main-nav ul > li a:hover, nav#main-nav ul > li a:hover.current {
		background:#005d9b;
		color:#fff!important;
	}
	nav#main-nav ul > li a:hover.current svg {
		color:#fff;
	}
	.mobile-visible {display:inline-block;}
	nav#main-nav ul > li.sub > div.dropdown, nav#main-nav ul > li.sub > div.dropdown.wwide {
		display:none;
	}
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		width:50px;
		height:50px;
		top:12px;
		right:5px;
		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: #004472;
	  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: #004472;
	  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:#004472;
		font-family:'Raleway';
		font-size:10px;
		font-weight:700;
		position:absolute;
		top:0;
		left:0;
		letter-spacing:-.75px;
		width:96%;
		transition:opacity .25s, transform .5s;
	}
	a.mtoggle.toggle-active.open span {
		opacity:0;
		transform:scale(0);
	}
	ul#providers-list li, ul#providers-list li.four {
		margin: 0 30px 60px;
		width: calc(100% / 2 - 110px);
	}
	ul#treatments-callouts li {
		width: calc(100% / 4 - 30px);
	}
	

}
@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%;
	}
	section#blog ul#blog-ul li {
		margin:0 .5%;
		width:calc(100% / 3)!important;
}
}
@media (max-width : 992px) {

	#footer img#footer-logo {
		left: 160px;
	}
	#social span.label {
		display:block!important;
		font-size:15.5px;
	}
	section#blog ul#blog-ul li {
		margin:0 2.5%;
		width:calc(100% / 2)!important;
	}
}

@media (max-width : 799px) {
	.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#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;}
	.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;
	}
	.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:24px;
	}
	.left-col iframe, section#office iframe, iframe {
		max-width:100%;
		height:auto;	
		
	}
	iframe.video{min-height:315px}

	.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;
	}
	#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;}
	
	ul#treatments-callouts li {
		width: calc(100% / 3 - 30px);
	}
	ul#treatments-callouts li a img {
		max-width:120px;
	}
	ul#treatments-callouts li a {
		font-size:20px;
	}
	
	#office-locations ul#offices {
		flex-wrap: wrap;

	}
	#office-locations ul li.office {
		width:calc(100% / 2);
		height: 30vw;
	}
	#office-locations ul li.office h3 {
		padding: 0 !important;
	}
	#office-locations ul li.office h3 a {
		font-size: 3.75vw;
	}
	#office-locations ul li.office span.content, #office-locations ul li.office span.content ul li a {
		font-size:2.75vw;
	}
	#big-buttons {
		display:none;
		visibility:collapse;	
	}
	
	#big-buttons.mobile-only-button {
		display:inline-block!important;
		visibility: visible!important;

	}
	#big-buttons.mobile-only-button #faq{
		width:100%;
			padding:20px 10px;
	}
	
	#big-buttons.mobile-only-button #faq a span{
		display:inline-block!important;
		visibility: visible!important;
	}
	
	#big-buttons.mobile-only-button #faq a svg{
		font-size: 36px!important;
	}
}
@media (max-width : 699px) {
	.float-right {
		float:none;
		margin:5px 0 20px 0;
	}
	.float-left {
		float:left;
		margin:5px 0 20px 0;
	}
	
		
	#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;
	}

	
	#footer {
		padding-bottom: 240px;
	}
	#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;}
	#social {display:block; text-align:right;}
	.home #banner {
		text-align: center;
	}
	.home #banner .title-wrap {
		width: 35%;
		text-align:right!important;
		right:2%;
		top: 40%;
		transform: translateY(-50%);
	}
	.home #banner .title-wrap .title {
		padding:2%;
	}
	#banner .title h2 {
		font-size:4.5vw;
	}
	.home #banner .title-wrap a.button {
		font-size:4vw;
		padding:5px 10px;
	}
	.inside #banner {
		padding:10px;
	}
	a.button.fullwidth {
		display:block;
	}

	body, body.inside {
		font-size:20px;
	}
	#breadcrumbtree{
		font-size:16px;
	}
	#breadcrumbtree a {
		font-size:16px;
	}
	#breadcrumbtree svg.fa-home {
		font-size:16px;
	}
	h1 {
		font-size:8vw;
		margin-bottom:20px;
	}
	
	h2 {
		font-size:7vw;
		margin-bottom:20px;
	}
	h3 {
		font-size:6vw;
		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;
	}
	#testimonials-container {
		padding:10px 0;
	}
	#testimonials {
		font-size:16px;
		padding:20px 60px 20px 60px;
	}
	a#view-more-testimonials {
		font-size:16px;
	}
	#testimonials-wrap::before {
		left:-70px;
		font-size:150px;
		text-shadow: 1px 1px rgba(255,255,255,.1);
	}
	#testimonials-wrap::after {
		right:-50px;
		bottom:-60px;
		font-size:150px;
		text-shadow: -1px -1px rgba(255,255,255,.1);
	}
	nav#main-nav ul > li a {
		font-size:18px;
	}
	#news {
		margin-top:30px;
	}
	#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:'Raleway';
	}
	ul#providers-list li a {
		font-size:3vw;
	}
	.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;
	}
	#content table.phone-table tbody tr td:last-child{
		padding-bottom:20px;
	}
	section#blog ul#blog-ul li {
		margin:0 2vw;
		max-width:calc(96vw / 1)!important;
		width:calc(96vw / 1)!important;
	}
	section#blog ul#blog-ul li a span.title {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

/* -----  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: #001c2f;
	}
/* -----  ### END Clinical Trials Results table styles ---- */
	ul#treatments-callouts li a img {
		max-width: 80px;
	}
	ul#treatments-callouts li a {
		font-size:3.5vw;
	}
	#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{
		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;
	}*/
	#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%;
	}

	#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 {
		margin: 0 5px 30px 5px;
		width: calc(100% / 2 - 10px) !important;
	}
	.inside.location ul#providers-list li {
		padding:0 10px 20px 10px;
		width:calc(100% / 2 - 20px)!important;
	}
	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;
	}
	#logo-wrapper {
		padding-bottom:20px;
		max-width: 30%;
		float: left;
	}
	.location {
		width:calc(100% / 3 - 10px);
	}
	.address .location a .label {
		font-size:14px;
	}
	nav#main-nav ul > li {
		padding:0;
	}
	nav#main-nav ul > li a {
		font-size:15px;
		line-height:50px;
		height:50px;
	}
	input[type=text] {
		max-width:100%;
	}
	#patient-testimonials-wrap::before {
		font-size: 200px;
		top: -20px;
		left: -80px;
	}
	#patient-testimonials-wrap::after {
		font-size: 200px;
		bottom: 0px;
		right: -80px;
		color:#cfdae2;
	}
	/* 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 {
		padding: 115px 0 0 0;
	}
}
@media (max-width : 379px) {
	#top-bar a {
		padding:0;
	}
	#top-bar a.phone {
		padding-left:2.5vw;
		font-size: 5vw;
	}
}