@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, iframe, 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%;}

/* 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;}
a:focus{outline: blue solid 2px;}
del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #2cace2; 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:#d7d7d7; 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: 500;}

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 --------------- */
/* ------------------------------------------------- */
/* -----  FONTS ---- */




/* =============================== */
/* ======== CONTENT STYLES ======= */
/* =============================== */

#alert{
	width:100%;
	color:#fff;
	background:#5cb7e4;
	font-weight:500;
	font-size:22px;
	text-align:center;
	padding:20px 0;
}


#alert p a.button{
	font-size:1em;
	font-weight: 500;
	text-decoration:none;
	padding:5px 20px;
	margin:20px 0 30px 0;
	display:inline-block;
	color: #5cb7e4!important; 
	background:#fff!important;
	border:none!important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#alert p a.button:hover{
	background:#34627d!important; 
	color:#fff!important; 
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

#content .lightbox img.sm-image{
	max-height:180px;
}


#content p, #left-col p, #right-col p {
	margin:8px 0 12px 0;
	line-height:1.5;
}


h1, h2, h3, h4, h5, h6 {
	font-family:'Crete Round', sans-serif;
	color:#151e29;
	margin:16px 0 10px 0;
	font-weight:500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:#5cb7e4!important;
	text-decoration:none;
	font-weight:500!important;
	-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: #5cb7e4!important;
	border-color:inherit!important;
}
h1 {
	font-family:'Crete Round', sans-serif;
	font-size:42px;	
	font-weight:400!important;
}

h2 {
	font-family:'Crete Round', sans-serif;
	color: #a39e9d;
	font-weight:500!important;
	font-size:38px;
}
#left-col h2 {
	font-family:'Crete Round', sans-serif;
	margin-top:24px;
	font-weight:500!important;
	color:#151e29;
	font-size:36px;	
}

h3 {
	font-family:'Crete Round', sans-serif;
	color: #a39e9d;
	font-weight:500!important;
	text-transform:normal;
	font-size:28px;
}
h4 {
	font-family:'Crete Round', sans-serif;
	font-weight:500!important;
	font-size:24px;
}
h5 {
	font-family:'Crete Round', sans-serif;
	font-weight:500!important;
	font-size:24px;
}
h6 {
	font-family:'Crete Round', sans-serif;
	font-size:20px;
	font-weight:500!important;
	letter-spacing:.08em;
}
#right-col a {
	text-decoration:none;
	color:#2a3759;
	font-weight:400;
	transition:all .25s;
}
#right-col a:hover {
	text-decoration:none;
	color:#2a3759;
}
#left-col h2 a, #right-col h2 a {
	font-family:'Crete Round', sans-serif;
	font-weight:400;
	color:#2a3759!important;
}

#right-col ul, .inside #right-col ul, .inside #right-col ol {
	margin:0 0 30px 30px;
}
#right-col ul > li, #right-col ol > li {
	margin:0 0 10px 10px;
}
#right-col ul > li, .inside #right-col ul > li {
	list-style:disc;
}
#right-col ul > li > ul, .inside #right-col ul > li >ol {
	margin:10px 0 0 10px!important;
}
.float-right {
	float:right;
	margin:5px 0 20px 20px;
}
.float-left {
	float:left;
	margin:5px 20px 20px 0;
}
img.photo {
	transition:all .35s;
}
.photo {
	-webkit-box-shadow:0 32px 40px -20px #828083;
	-moz-box-shadow:0 32px 40px -20px #828083;
	box-shadow:0 32px 40px -20px #828083;
}
#content iframe{
	margin:20px 0 10px 0;
}
a:hover img.photo {
	opacity:.8;
}
h2 a i img {
	position:relative;
	transform:translateY(2px);
	transition:all .25s;
}
h2 a:hover i img {
	transform:translate(8px,2px);
}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.textsize-18 {font-size:18px;}
.textsize-24 {font-size:24px;}
.text-red {color:#832942;}
p.marginbottom-10 {margin-bottom:10px!important;}

table {
	border-bottom: none;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}
table thead {
	width:100%;
}
table th {
	color:#fff;
	background:#2cace2;
	font-size: 85%;
	font-weight:normal;
	line-height:normal;
	padding:3px;
	text-align:left;
	vertical-align:middle;
}
table td {
	/*border-top: 1px solid #fff;*/
	padding: 4px 0;
}
table input[type=button], table input[type=submit], input[type=button], input[type=submit] {
	width:inherit;
	font-size:1em;
	font-weight: 400!important;
	padding:5px 20px;
	text-decoration:none;
	display:inline-block;
	background: #5cb7e4!important; 
	color:#fff!important;
	border:none!important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-appearance:none;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}

a.button.fullwidth {
	display:block;
}
table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover {
	color:#fff!important;
	background: #34627d!important; 
}
table input[type="radio"] {
	vertical-align:middle;
	margin: 4px 5px 6px 0 !important;
}


/*** END CONTENT STYLES ***/

/*** FORM STYLES ***/
fieldset {
	border: solid 1px #34627d;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px 20px 20px;
}
legend {
	font-family:'Crete Round', sans-serif;
	font-weight:400!important;
	font-size:32px;
	color:#2a3759!important;
	margin: 0 0 10px 0;
	padding: 0 5px;
	color:#2cace2;
}
.inpsec {visibility:hidden; width:0px;}
/* ========================================================= Input and table styles ==== */
input, textarea, select {
	border:1px solid #ccc;
	outline:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 5px 8px 0;
	padding:3px;
	color:#2a3759;
	font-weight:normal!important;
}
input.formInputTextReadonly, textarea.u {
	width:98%;
}
input[type="radio"] {
	width:inherit;
	margin-bottom:10px;
}
input:hover, textarea:hover, select:hover {border-color:#c3c3ca;}

/*** END FORM STYLES ***/



/* HOME PAGE QUICK ACCESS STYLES */
ul#quick-access {
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}
ul#quick-access li {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	clear:both;
}
ul#quick-access li a {
	color:#2d2938;
	text-decoration:none;
	font-size:26px;
	display:table;
	line-height:72px;

}
ul#quick-access li a span {
	line-height:30px;
	padding-left:0;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	left:-45px;
}
ul#quick-access li a:before {
	content:'';
	display:inline-block;
	float:left;
	width:68px;
	height:68px;
	border:solid 5px #5cb7e4; /* purple */
	border-radius:100%;
	transition:all .35s;
}
ul#quick-access li a svg {
	transition:all .35s;
	font-size:46px;
	padding:4px;
	color:#5cb7e4; /* purple */
}
ul#quick-access li a:hover{
	text-decoration:none;
	color:#34627d!important;
}
ul#quick-access li a:hover:before {
	border:solid 5px #34627d!important;
	color:#34627d!important;
}

ul#quick-access li a:hover svg {
	transition:all .35s;
	color:#34627d; 
}

/* END HOME PAGE QUICK ACCESS STYLES */


/* ------ emergency announcement banner top 
#announcement-wrapper {
	padding:12px 12px;
	background:#b12a2a;
}
#announcement {
	text-align:center;
	font-size:18px;
	background:#fff;
	border-radius:4px;
	padding:30px;
}
#announcement a {
	text-decoration:none;
	font-weight:bold;
	color:#2364b0;
}
#announcement a:hover {
	color:#900d06;
}
-------- */

/* NEW emergency alert / announcement banner at top of home page */
/* jQuery Announcement Bar at top of page */
.jquery-bar {
	background:#b22222; /* red */
	width:100%;
	position: relative;	
	margin:0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;	
	border-bottom:2px solid #fff;
	font-size:22px;
	display:none;
}

.jquery-bar .notification {
	display:block;
	width:auto;
}

.downbar {
	cursor:pointer;	
	top:0px;
	right:10px;	
	padding:6px;
	position:absolute;
	background:#53b5ff;
	border-radius:0px 0px 5px 5px;	
	border:2px solid #53b5ff;
	border-top:none;
	line-height:0;
	display:none;
	z-index:2;
}

.downbar:hover{
	background:#78c5ff;
	cursor:pointer;
}
.downbar img {
	padding:0 5px;
}
.down {
	position:absolute;
	top:7px;
	right:15px;
	color:#fff;
}

.up {
	top: -60px;
	display: none;
}

.arrow {
	cursor:pointer;
}


/* CONTENT STYLES */

.float-right {
	float:right;
	margin: 0 0 5px 10px!important;
}


.float-left {
	float:left;
	margin: 0 10px 5px 0!important;
}

.clear, .clearfix{
	clear:both;
}

a {
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

a:hover {
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

.screenonly {
	display:block;
	visibility:visible;
}
.printonly {
	display:none;
	visibility:collapse;
}



/*---- PDF link icon ----*/
#content a[href $='.pdf']::after { 
	padding-left: 10px;
	padding-right:5px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	line-height:1;
	display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 	content:"\f1c1";
	
}
#content a[href $='.pdf'] .svg-inline--fa { 
	padding-left: 10px;
	padding-right:5px;
	color:#5cb7e4!important;
}



.black{
	color: #000000!important;
}

.white{
	color: #ffffff!important;
}


#content .col-1-of-2{
	float:left;
	width:48%;
}

#content .col-2-of-2{
	float:right;
	width:48%;
}

#content img.float-right {
float:right;
margin-left:10px!important;
}
#content img.float-left {
float:left;
margin-right:10px!important;
}

#content p {
padding: 8px 0 12px 0;
}

#content blockquote {
	line-height:24px;
	font-style:italic;
	padding:10px;
}



#content ul, #content ol {
padding: 5px 0 8px 20px;
}

#content ul li, #content ol li {

}
#content ul li {
	list-style-type: disc;
}
#content ul.nobullets li{
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
#content ul.nobullets li img{

}

#content a,
#content p a,
#content ul li a,
#content ol li a {
color: #34627d; 
font-weight:400;
text-decoration:none;
font-family:'Crete Round', sans-serif;
}

#content a:hover,
#content p a:hover,
#content ul li a:hover,
#content ol li a:hover {
	color: #5cb7e4;
}

#content a.doctor-home{
	color:#282634; /* navy blue */
	font-weight:400;
	font-size:26px;
	text-align:center;
}

#content a.doctor-home:hover  {
	color: #5cb7e4; 
}
#content a.doctor-home:hover img {
	box-shadow: 0 25px 10px -25px #bdc7e5;
}

	

#content h1 {
	font-size: 42px; 
	color: #151e29;
	font-family:'Crete Round', sans-serif;
	font-weight:400!important;
	padding:20px 0 10px 0;
	margin:0;
}

#content h1 span{
	font-weight:400!important;
}


#content h1 a:link, #content h1 a:visited {
	text-decoration:none;
}

#content h1 a:hover, #content h1 a:active {
	color: #34627d!important;
}

#content h2 {
	font-family:'Crete Round', sans-serif;
	font-weight:500!important;
	font-size: 34px;
	color: #a39e9d;
	padding:12px 0 4px 0;
	margin:0;
}

#content h2 a:link, #content h2 a:visited {
	font-weight:normal;
	text-decoration:none;
}

#content h2 a:hover, #content h2 a:active {
	color: #34627d!important;
}

#content h3{
	font-family:'Crete Round', sans-serif;
	font-weight:500!important;
	font-size: 30px;
	color: #5cb7e4;
	padding:12px 0 4px 0;
}

#content h3 a:link, #content h3 a:visited {
	font-weight:normal;
	text-decoration:none;
}

#content h3 a:hover, #content h3 a:active {
	color: #34627d!important;
}

#content h4 {
	font-family:'Crete Round', sans-serif;
	font-weight:500!important;
	font-size: 26px;
	color: #5cb7e4;
	padding:12px 0 4px 0;
}

#content h4 a:link, #content h4 a:visited {
	font-weight:normal;
	text-decoration:none;
}

#content h4 a:hover, #content h4 a:active {
	color: #34627d!important;
}

#content h5 {
	font-family:'Crete Round', sans-serif;
	font-weight:500!important;
	font-size: 24px;
	color: #5cb7e4;
	padding:12px 0 4px 0;
}

#content h5 a:link, #content h5 a:visited  {
	font-weight:normal;
	text-decoration:none;
}

#content h5 a:hover, #content h5 a:active {
	color: #34627d!important;
}



#content hr {
color:#34627d;
height:1px;
text-align:center;
}

#content .newsmessage5{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 40px;
}
#content .newsmessage5 a{
	display:block;
}

#content h2.newslistingbodycontent{
	padding-top: 40px;
}

#content table {
font-weight:normal!important;
width: 100%;
margin:10px 0 0 0;
}

#content img{
	margin: 20px 0 30px 0!important;
	box-shadow: 0 25px 30px -25px #bdc7e5;
}


#content a img{
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#content a:hover img {
	box-shadow: 0 25px 10px -25px #bdc7e5;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#content a.button {
	font-size:1em;
	padding:5px 20px;
	margin:10px 0 30px 0;
	display:inline-block;
	background: #5cb7e4!important; 
	color:#fff!important;
	border:none!important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#content a.button:hover {

	background: #34627d!important; 
	color:#fff!important;
}

/* -----  provider table styles ---- */

#content table.providers tr td {
font-size:22px;
color: #5cb7e4!important; 
text-align:center;
width:25%;
padding-bottom:30px;
font-weight:bold;
}

#content table.providers tr td a{
font-weight:bold!important;
font-size:22px;
color: #5cb7e4!important; 
text-align:center;
}

#content table.providers tr td a:hover{
	color: #000;
}


#content table.providers td a img{
	width:195px;
	height:auto;
	opacity:1;

}
#content table.providers td a:hover img {
	opacity:.8;
}
/* -----  Video table styles ---- */

table.videos {
	width:100%;
}
table.videos tr td {
	padding: 0;
	padding-bottom:40px;
	text-align:center;
}

table.videos a img {
	text-decoration:none;
	margin-bottom: 10px;
	-webkit-box-shadow:0 22px 30px -20px #7995a4;
	-moz-box-shadow:0 22px 30px -20px #7995a4;
	box-shadow:0 22px 30px -20px #7995a4;
	transition:all .35s;
	width:250px;
	height:auto;
}

table.videos a:hover img, table.videos a:active img {
	-webkit-box-shadow:0 16px 30px -20px #7995a4;
	-moz-box-shadow:0 16px 30px -20px #7995a4;
	box-shadow:0 16px 30px -20px #7995a4;
}

table.videos a {
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:100%;
}

/* end Tempsite styles */




.mobile-only {display:none;}
/* --------------- Main Structure ---------------- */
body {
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:24px;
	line-height:32px;
	font-weight:400;
	color:#30312b;  /*almost black */
	margin:0;
	padding:0;
	/*min-width:1200px;*/
	z-index:0;
	overflow:hidden;
}


#wrapper {
	min-width:1200px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#header-wrapper {
	width:100%;
	background: linear-gradient(to right,  #131a24 0%,#5cb7e4 50%,#131a24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	max-width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	overflow:visible;
}
#nav-wrapper {
	width:100%;
	position:relative;
	background: #fbfbfb;
}
header {
	width:1600px;
	margin:0 auto;
	padding:24px 0;
	position:relative;
	z-index:1;
	display:flex;
	align-items: center;
}
#content-wrapper {
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.inside #content-wrapper {

}
#content-container {
    width: 1600px;
    min-height: 600px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    position: relative;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
}
#bottom-wrapper {
	padding:60px 0;
	background:linear-gradient(to bottom, #fff 0%, #a39e9d 80%);
}
#bottom {
	width:1630px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
#footer-wrapper {
	width:100%;
	z-index:1;
	background: #fafafa;
	border-top:solid 5px #151e29;
}
footer {
	max-width:1600px;
	min-height:86px;
	margin:0 auto;
	padding:20px 0;
	box-sizing:border-box;
	color:#605951;
	position:relative;
}
/* ------------ Page Structure (columns) ----------- */
#left-col {
	float:left;
	width:21.6666667%;
	margin:0;
	padding:60px 0 0 0;
	position:relative;
	box-sizing:border-box;
}
#right-col {
	width:78.333333%;
	min-height:600px;
	float:right;
	margin:0;
	padding:60px 0 0 6%;
	box-sizing:border-box;
	position:relative;
	background:url(images/content-shadow.jpg) no-repeat 0 0;
}
.inside #right-col{
	background: none;
}
#right-col.fullwidth {
	width:100%;
	float:none;
	background:none;
	padding-left:2%;
}
/* Bottom Callouts (3 columns) */
#bottom .callout {
	width: calc(100% / 3 - 100px);
	margin-left:15px;
	margin-right:15px;
	padding:0 0 40px 0;
	box-sizing:border-box;
	background:#fff;
	color:#30312b;
	font-size:20px;
	line-height:30px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
	position:relative;
}
#bottom .callout:hover {
	box-shadow: 0 45px 40px -25px #0000004d;
	background:#fafafa;
	color:#34627d;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#bottom .callout a.callout-img {
	display:block;
	overflow:hidden;
}
#bottom .callout a.callout-img img {
	width:100%;
	height:auto;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#bottom .callout a:hover.callout-img img {
	opacity:.8;
}
#bottom .callout .text {
	margin:0 26px;

}
	#bottom .callout .text:after {
		display:table;
		clear:both;
		content:'';
	}
#bottom .callout .text h3 {
	margin:20px 0;
}
#bottom .callout .text h3 a {
	font-family:'Crete Round', sans-serif;
	color:#151e29!important;
	font-weight:400!important;
	font-size:24px;
	text-transform:uppercase;
}
#bottom .callout .text h3 a:hover {
	color:#5cb7e4!important;
	
}
#bottom .callout .text p {
	color:#221500;  /*almost black */
	font-size:16px;
	line-height:1.5;
    margin-bottom: 15px;
}

#bottom .callout .text ul li a {
	text-decoration:none;
	color:#30312b;  /*almost black */
	font-size:20px;
	line-height:1.5;
    margin-bottom: 15px;
}

#bottom .callout .text ul li a:hover {
 	color: #34627d;
}

#bottom .callout .text ul#left {
	float:left;
}
#bottom .callout .text ul#right {
	float:right;
	margin-right:60px;
}

#bottom .callout .text a.learn-more {
	position:absolute;
	bottom:20px;
	right:40px;
	text-decoration:none;
	color:#3992be; /* purple */
	font-size:18px;
	font-weight:400!important;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#bottom .callout .text a:hover.learn-more {
	color:#221500!important;
}
/* ----- NAVIGATION ----- */
#nav-wrapper {
	width:100%;
	height:70px;
}

#nav-wrapper {
	width:100%;
	max-width:100%;
	display:block;
	height:70px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3759+0,34627d+50,2a3759+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: linear-gradient(to bottom,  #fff 50%,#bee8fd 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
nav#main-nav {
	height:70px;
	display:block;
	max-width:1600px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	z-index:1000;
}
nav#main-nav ul > li {
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
	overflow:visible;
	line-height:70px;
}
	nav#main-nav ul > li:after {
		content: '';
		display:block;
		opacity:0;
		width: 0; 
		height: 0; 
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #131a24;
		z-index: 2;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translate(-50%, 0%);
		-moz-transition:opacity .25s;
		-webkit-transition:opacity .25s;
		transition:opacity 0s;
}



	nav#main-nav ul > li.current:after  {
		display:block;
		opacity:1;
		transition:opacity .5s .25s;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #131a24;
	}
	
	
	nav#main-nav ul > li:hover:after  {
		display:block;
		opacity:1;
		transition:opacity .5s .25s;
		
	}
nav#main-nav ul > li a {
	position:relative;
	background:none;
	font-size:24px;
	font-family:'Crete Round', sans-serif;
	font-weight:400;
	display:block;
	color:#131a24;
	text-decoration:none;
	text-align:center;
	z-index:1000;
}

nav#main-nav ul > li a:hover {
	color:#5cb7e4;
}


span.droptoggle{display:none;}
/* ---- Dropdowns on main navigation ---- */
nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > ul.dropdown {
	margin:0;
	padding:0;
	position:absolute;
	top:70px;
	left:50%;
	transform:translate(-50%, -5px);
	background:#eff7ff;
	border:12px solid #131a24;
	width:280px;
	height:auto;
	z-index:900;
	opacity:0;
	visibility:hidden;
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	transition:opacity 0s;
}
nav#main-nav ul > li.sub:hover > ul.dropdown {
	transform:translate(-50%, 0%);
	opacity:1;
	transition:transform .75s, opacity .5s;
	visibility:visible;
	z-index:2000;
}
nav#main-nav ul > li.sub > ul.dropdown.wnarrow {
	width:180px;
}
nav#main-nav ul > li.sub > ul.dropdown.wmedium {
	width:300px;
}
nav#main-nav ul > li.sub > ul.dropdown.wwide {
	width:350px;
}
nav#main-nav ul > li.sub > ul.dropdown.wxwide {
	width:1100px;
}
nav#main-nav ul > li.sub > ul.dropdown.wxwide.position-left {
	left:0;
	transform:translate(0%, -5px);
}
	nav#main-nav ul > li.sub:hover > ul.dropdown.wxwide.position-left {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
	}

	nav#main-nav ul > li.sub > ul.dropdown.wxwide.position-left:before {
		display:none;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_3 {
		column-count:3;
		column-gap:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_3 ul {
		display:block;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_4 {
		column-count:4;
		column-gap:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_4 ul {
		display:block;
	}
nav#main-nav ul > li.sub:last-of-type > ul.dropdown {
	left:inherit;
	right:0;
	transform:translate(0%, -5px);
}
nav#main-nav ul > li.sub:last-of-type:hover > ul.dropdown {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
		
}
nav#main-nav ul > li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul > li.sub:hover a:after {
		width:80%;
		opacity:1;
		
}
nav#main-nav ul > li.sub:hover ul.dropdown li a {
	background:none;
}
nav#main-nav ul > li > ul.dropdown > li, nav#main-nav ul > li > ul.dropdown > li > ul > li {
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:none;
	background:none;
	position:relative;
	border-bottom:solid 1px #34627d;
	z-index:2000;
}
nav#main-nav ul > li > ul.dropdown > li:last-of-type, nav#main-nav ul > li > ul.dropdown > li > ul > li:last-of-type {
	border-bottom:none;
}
nav#main-nav ul > li.sub > ul.dropdown > li:last-child a {
	border-bottom:none;
}
nav#main-nav ul > li.sub > ul.dropdown > li a, nav#main-nav ul > li.sub > ul.dropdown > li > ul > li a {
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#30312b!important;
	z-index:2000;
	padding:20px;


}
	nav#main-nav ul > li.sub > ul.dropdown > li > ul > li a {
		padding:20px  0 20px 15px;
		line-height:normal;
		font-weight:400!important;
	}
	nav#main-nav ul > li.sub:hover ul.dropdown li a:hover {
		color: #5cb7e4!important; 
		background:#fff;
	}

	nav#main-nav ul > li.sub > ul.dropdown > li:after, nav#main-nav ul > li.sub > ul.dropdown > li ul li:after {
		display:none;
	}
	nav#main-nav ul > li a svg {
		color:#514e48;
	}


/* ------ Subnav (sidebar) ------ */
.subnav {
	padding:10px;
	margin-bottom:40px;
	background:#131a24;
}
nav.subnav h1 {display:none; visibility:collapse;}
#left-col nav.subnav > ul {
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}
#left-col nav.subnav > ul > li {
	list-style:none!important;
	margin:0;
	background:#fff;
	border-bottom: 2px solid #34627d;
}
#left-col nav.subnav > ul > li:last-child {
	border-bottom:none;
}
#left-col nav.subnav > ul > li a {
	/*overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;*/
	position:relative;
	margin:0 auto;
	padding:12px 5px 12px 25px;
	display:block;
	font-family:'Crete Round', sans-serif;
	font-size:22px;
	font-weight:400;
	color:#30312b;
	text-decoration:none;
	line-height:26px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#left-col nav.subnav > ul > li a:before {
	position:absolute;
	content:'\f04b';
	display:none;
	font-size:19px;
	line-height:1;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	line-height:1;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	top:15px;
	left:0;
	opacity:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#left-col nav.subnav > ul > li a .svg-inline--fa {
	height:.65em;
	position:absolute;
	display:inline-block;
	top:15px;
	left:0;
	opacity:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#left-col nav.subnav > ul > li a:hover svg {
	opacity:1;
	color:#5cb7e4;
}
#left-col nav.subnav > ul > li a.selectedon svg, #left-col nav.subnav > ul > li a.selectedon:hover svg {
	color:#131a24;
	opacity:1;
}
#left-col nav.subnav > ul > li a:hover {
	background:#2d2938;
	color: #fff;
	text-decoration:none;
}
 #left-col nav.subnav > ul > li a.selectedon {
	background:#5cb7e4;
	color: #fff;
	text-decoration:none;
}
/* ------ Logo ----- */
#logo-wrapper {
	position:relative;
}
#logo a img {
	display:block;
	transition:opacity .35s;
}
#logo a{
	display:block;
}
#logo a:hover img {
	opacity:.7;
}
/* -------------- slideshow -------------- */
#banner-wrapper {
	width:100%;
	position:relative;
	background:#fff;
	z-index:0;
}
#banner {
	width:100%;
	max-height:586px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.slide {
	position:relative;
	left:0px;
	right:0px;
	height:100%;
	box-sizing:border-box;
	text-align:center;
}
.slide  img {
	width:100%;
	height:auto;
	display:block;
	transition:all .5s;
}

#banner .title{
	padding:10px 20px;
	position:absolute;
	bottom: 8%;
	left:0;
	right:0;
	opacity:1;
	z-index:100;
	background:rgb(255,255,255,.6);
	width:auto;
	max-width:1200px;	
	margin:0 auto;
}
#banner h2{
	font-size:40px;
	line-height: 1em;
	color: #30312b;
	font-weight:400!important;
	text-align:center;
	font-family:'Crete Round', sans-serif;
}
#banner h2 span{
	display:block;
	color: #34627d;
	font-size:30px;
}
/* address callouts, appt req, portal at top */
#locations {
	position:relative;
	text-align:center;
	color:#fff;
	padding: 0;
	margin-left:auto;
	display:flex;
	flex-direction:column;
	gap:6px;
}
#locations a {
	margin:4px 0;
	position:relative;
	display:inline-block;
	font-size:24px;
	font-family:'Crete Round', sans-serif;
	font-weight:400;
	line-height:1;
	color:#fff;
	text-decoration:none;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#locations a:hover {
	color:#5cb7e4;
}
#locations a .svg-wrap {
	position:absolute;
	right:-50px;
	top:3px;
	border:solid 1px #d71920;
	padding:0;
	border-radius:50%;
	width:35px;
	height:35px;
	color:#d71920!important;
	font-size:21px;
	transition:all .25s;
}
#locations a:hover .svg-wrap {
	color:#5cb7e4!important;
}
#locations a.phone {
	font-size:32px;
	letter-spacing:.01em;
	font-weight:700;
	color:#fff; /* purple */
	font-family:'Open Sans';
}
#locations a.phone svg, #locations a svg{
	font-size:30px;
}
#locations a.phone .svg-wrap {
	top:-8px;
}
#locations span.social-wrap {
	color:#fff;
	position:relative;
	top:5px;
}
#locations span.social-wrap a {
	color: #fff;
	font-size:26px;
	padding: 0 8px;
}
#locations span.social-wrap a:hover {
	color: #5cb7e4;

}
/* ---------  -------- */
/* ------------ Breadcrumb Nav ------------ */
#breadcrumbtree {
	margin:0 0 20px 0;
	padding:0;
	position:relative;
	font-size:80%;
	text-align:left;
}
#breadcrumbtree a {
	text-decoration:underline;
	font-weight:normal;
	width:inherit!important;
	display:inline-block;
    font-weight: 400!important;
    text-decoration: none;
    font-weight: normal;
    color: #34627d;
	border:1px solid #34627d;
    padding: 1px 6px;
    border-radius: 3px;
    background:	 #fff;
    display: inline-block;
    transition: all .35s;
}
#breadcrumbtree a:hover {
	text-decoration:none;
    color:#fff!important;
    background: #34627d;

}
#breadcrumbtree i {
	margin:0 5px;
}
/* ----------- Footer Content ---------- */
footer, footer a {
	color:#605951;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-align:center;
}

footer a:hover {text-decoration:underline; }


footer ul > li {
	margin:0 0 0 0;
	display:inline-block;
	position:relative;
	font-size:16px;
	line-height:1;
	color:#605951;
	font-weight:400;
}
footer ul > li a{
	padding:0 5px!important;
}

/*---- PDF link icon ----*/
#content a[href $='.pdf']::after { 
	padding-left: 10px;
	padding-right:5px;
	font:normal normal normal 100%/1 FontAwesome;
 	content:"\f1c1";
}

/* 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;
}

.mobile-tablet-only {
	display:none;
}
.not-mobile-tablet {
	display:inline-block;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*  Begin BOOTSTRAP GRID Styles + RESPONSIVE  */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  address a{
	padding: 0 4px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1070px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1560px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nomargin {
	padding:0;
}
.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;
}
/* @@@@@@@@@ ========== Begin Custom Responsive Styles ========== @@@@@@@@@ */
@media (min-width : 800px) { /* This ensure that the mobile toggle doesn't display and that the main nav displays */
	a.mtoggle {
		display:none!important;
	}
	nav#main-nav ul.menu.menu-toggle {
		display:table!important;
	}
}
@media (max-width : 1599px) {
	body, #wrapper, #header-wrapper, header, #content-container, #banner, #bottom, footer {width:100%; min-width:100%; padding:0;}
	#header-wrapper header {
		padding:10px 2%;
	}
	footer {padding:2%;}
	#right-col {
		width:calc(100% - 310px);
		padding-right:1%;
	}
	#left-col {
		width:310px;
		padding-left:1%;
	}
	.inside #content-container {
		padding:0;
	}
	nav#main-nav ul > li a {font-size:97%;}
	#bottom .callout {
		width: calc(100% / 3 - 40px);
	}
	ul#quick-access li a {
		font-size:20px;
	}
}
@media (max-width : 1199px) {
	.home #right-col, .home #left-col, .inside #right-col, .inside #left-col {width:100%; padding:2%; float:none;}
	.remove{display:none;visibility:collapse;}
	#left-col.home{

		padding-bottom:0;
	}
	#left-col.home ul{
		margin-bottom:0;
	}
	#left-col.home ul li{
		background:#eff7ff;
		margin-bottom:0;
		border-bottom: 1px solid rgb(27, 109, 193);
	}
	#left-col.home ul li a{	padding:10px;}
	
	#left-col.home ul li:first-child{
		border-top: 1px solid rgb(27, 109, 193);
	}
	#left-col.home h2{
		display:none;visibility:collapse;
	}
	.mobile-tablet-only {
		display:inline-block;
	}
	.not-mobile-tablet {
		display:none;
	}
	#right-col div.same-height1 {height:inherit!important; padding-bottom:20px;}
	#logo-wrapper {
		width:40%;
		padding:0;
	}
	h1#logo {
		padding:15px 0 0 4%;
	}
	h1#logo a span.practice-name {
		font-size:3.8vw;
	}
	h1#logo a span.doc-name {
		font-size:2.8vw;
	}
	#header-right {
		width:40%;
		padding:0;
		margin-top:0;
	}
	#header-right a.button {
		padding:5px;
		font-size:.75em;
	}
	#header-right a span {
		font-size:.75em;
	}
	#header-right a.phone {
		
	}

	nav#main-nav {
	width:100%;
	height:auto;
	margin:0 auto;
	}
	nav#main-nav ul.menu.menu-toggle {
	margin:0;
	padding:0;
	width:100%;
	height:inherit;
	}
	/*.subnav {min-height:inherit;}*/
	nav.subnav > ul > li a {
		width:auto;
	}
	ul.footer-menu, ul.footer-menu2 {width:100%; float:none; text-align:center; margin-bottom:30px;}
	ul.footer-menu li, ul.footer-menu2 li {float:none; text-align:center;}
	.inside #right-col div.box {
		height:inherit!important;
	}


}
@media (max-width : 999px) {
	/*ul#quick-access li {
		clear:none;
		float:left;
		margin-right:4%;
	}*/
	

	
	
	nav#main-nav ul > li a {font-size:75%;}

	#content table.providers  {
		margin:0 auto;
		width:100%;
	}
	
	#content table.providers tr td {
		display:block;
		margin:0 auto;
		width:100%;
	}
	
	#content table.providers tr td a img{
		width:80%;
		max-width:350px;
	}
	
	#content table.videos tr td {
		display:block;
	}

	#content table.videos {
		width:96%;
	}
	
	#content table.videos tr td a img {
		width:300px;
		height:auto;
	}
	#banner h2{
		font-size:3.5vw;
	}
		#right-col #content .col-1-of-2{
		width:100%;
		float:none;
		padding:0;
		margin-top:0;
		margin-bottom:0;
	}
	#right-col #content .col-2-of-2{
		width:100%;
		float:none;
		padding:0;
		margin-top:0;
		margin-bottom:0;
	}
	#right-col ul, .inside #right-col ul, .inside #right-col ol {
		margin-top:0;
		margin-bottom:0;
	}
	#bottom {
		display:block;
	}
	#bottom .callout {
		width: calc(100% / 1 - 200px);
		display:block;
		margin: 0 auto 60px;
	}
}


@media (max-width : 799px) {
	#header-wrapper {
		height:auto;
	}
	#locations {
		gap:0;
	}
	#locations a.phone {
		font-size:24px;
	}
	
	#left-col, #right-col, #middle-col, .inside #left-col, .inside #right-col {width:100%; padding:2%; float:none;}
	.inside #left-col div#content {
		padding-right: 0;
	}
	#right-col {
		background:none;
	}


	#left-col iframe {
		max-width:100%;
		height:auto;	
	}
	#per-slide-template {
		height:60px;
	}
	#per-slide-template a {
		font-size:1.8vw;
	}

	#locations span.social-wrap {
		top:10px;
		display:block;
		float:none;
	}
	/* ------------- Main Navigation ---------- */
	#nav-wrapper {
		border-bottom:solid 1px #87878a;
		background: #fbfbfb;
	}
	.inside #nav-wrapper {
		border-bottom:solid 1px #fff;
	}
	nav#main-nav {
		width:100%;
		height:auto;
		margin:0 auto;
		padding-top:69px;
		position:relative;
		bottom:inherit;
		top:0;
		left:0;
		z-index:0;
	}
	nav#main-nav ul.menu.menu-toggle {
		background:#5cb7e4;
		margin:0;
		padding:0;
		width:100%;
		height:inherit;
		position:relative;
		display:none;
		z-index:1000;
	}
	nav#main-nav ul > li {
		height:50px;
		margin:0;
		padding:0;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
		text-align:center;
	}
	nav#main-nav ul > li.divider {
		display:none;
	}
	nav#main-nav ul > li a {
		height:50px;
		font-size:18px;
		line-height:50px;
		display:block;
		background:#5bb5e2;
		/*padding:0 0 0 calc(50% - 60px);*/
		border-bottom:solid 1px #4e98be;
		font-weight:400;
		text-decoration:none;
		text-align:center;
		position:relative;
		z-index:1000;
		-webkit-transition:all .1s;
		-moz-transition:all .1s;
		transition:all .1s;
	}
	nav#main-nav ul > li:first-child a {
	}
	
	nav#main-nav ul > li a svg {
		display:none;
	}
	nav#main-nav ul > li a:hover, nav#main-nav ul > li.sub:hover a {
		color:#000;
		background:rgb(239, 247, 255);
	}
	/*nav#main-nav ul > li.current {
		background:#34627d;
		color:#ffffff!important;

	}*/
	nav#main-nav ul > li.current:after {
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid transparent;
	}
	nav#main-nav ul li:first-child a {
		padding-top:0;
		height:50px;
	}
	.mobile-hidden {display:none;}
	#banner h2 span{display:none;visibility:collapse;}
	nav#main-nav ul > li.sub > ul.dropdown {
		display:none;
	}
	
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		width:50px;
		/*width:97%;*/
		height:50px;
		top:7px;
		right:7px;
		background:none;
		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: 22px;
	  right:9px;
	  background-color: #000000;
	}
	a.mtoggle .icon:before {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #000000;
	  content: "";
	  top: -10px;
	}
	a.mtoggle .icon:after {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #000000;
	  content: "";
	  top: 10px;
	}
	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 */

	


}
@media (max-width : 639px) {
	h1#logo {
	}
	#content div {
		width:100%;
		float:none;
		margin:0;
		padding:0;
	}
	#right-col img {
		width:48%;
		height:auto;
	}
	#right-col img.fullwidth {
		width:100%;
		height:auto;
		float:none;
		padding:0;
		margin:0 0 20px 0;
	}
	#right-col img.float-right{
		max-width:400px;
		height:auto;
		float:none;
		padding:0;
		margin:0 0 20px 0;
	}
	#right-col ul.stars img {
		width:inherit;
		height:inherit;
	}
	#right-col iframe {
		width:100%;
		height:auto;
	}

	#bottom .callout {
		width: calc(100% / 1 - 30px);
		display:block;
		margin-bottom:40px;
	}
	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}
	table.formrequest td:first-child, form#apptform td:first-child {
		font-weight:400;
	}
	
	#banner .title{
		padding:0px;
	}
	#banner .title h2{
		padding:0px;margin:0;line-height:none;
	}
	ul#quick-access li {
		margin-bottom:0;
		padding:10px;
		background:#eff7ff;
		border-bottom: 1px solid rgb(27, 109, 193);
	}
	ul#quick-access li:first-child {
		border-top: 1px solid rgb(27, 109, 193);
	}
	ul#quick-access li a {
		font-size:4.5vw;

	}
	ul#quick-access li a span {
		left:-6vw;
	}
	ul#quick-access li a span {
		/*font-size:6vw;*/
	}
	/* Style to make telephone link clickable in phone browser */
	a[href^="tel"] { text-decoration: none; pointer-events: inherit; cursor: default; }﻿
}
@media (max-width : 549px) {
	#logo-wrapper{
		max-width:40%;
		margin:0;
	}
	#locations{
		text-align:right;
		gap:0;
		margin-bottom:10px;
	}
	#content h1 {
		font-size: 40px;
		line-height: 32px!important; 
		font-family:'Crete Round', sans-serif;
		font-weight:400!important;
		padding:20px 0 10px 0;
		margin:0;
	}
	#locations a {
		font-size:20px;
		margin:0;
	}
	#locations a.phone{
		margin-top:0;
		font-size:24px;
		letter-spacing: normal;
	}
	#locations span.social-wrap a svg {
		font-size:26px;
	}
	table.videos tr td {
		max-width:90%;
		margin:0 auto;
	}
	#right-col img {
		width:48%;
		height:auto;
	}
	#right-col img.fullwidth {
		width:100%;
		height:auto;
		float:none;
	}

	#banner h2{

	}

	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}

}

@media (max-width : 499px) {
	/* span.remove, .remove-br {display:none;} This removes an item with class .remove */
	.mobile-only {display:inline;}
	input[type=text] {
		max-width:100%;
	}
	#locations a {

	}

	#left-col h2 {
	
	}
	ul#quick-access li a {
		font-size:4.5vw;
		display:block;
		text-align:center;
		position:relative;
	}
	ul#quick-access li a span {
		left:0;
		display:block;
	}
	ul#quick-access li a svg {
		position:absolute;
		top:46px;
		transform: translateX(-5%);
		display: none;
	}
	ul#quick-access li a::before {
		float:none;
		position:relative;
		top:26px;
		margin-bottom:10px;
		display:none;
	}
	ul#quick-access li {
		/*padding-left:90px;*/
	}
	ul#quick-access li a{
		font-size:20px;
	}
}
@media (max-width : 384px) {
	#banner-wrapper {
		display:none;
	}
	ul#quick-access li a svg {
		position:absolute;
		top:50px;
		transform: translateX(-50%);
	}
}
