@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;}

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:#ccc; 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: bold;}

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.3em;}
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 ---- */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Regular.woff2') format('woff2'),
         url('fonts/Lato-Regular.woff') format('woff'),
         url('fonts/Lato-Regular.ttf')  format('truetype'),
         url('fonts/Lato-Regular.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Regular.eot');
    src: url('fonts/Merriweather-Regulard41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Merriweather-Regular.woff2') format('woff2'),
         url('fonts/Merriweather-Regular.woff') format('woff'),
         url('fonts/Merriweather-Regular.ttf')  format('truetype'),
         url('fonts/Merriweather-Regular.svg#Merriweather') format('svg');
}


/* =============================== */
/* ======== CONTENT STYLES ======= */
/* =============================== */
#content p, #left-col p, #right-col p, section p {
	margin:0 0 30px 0;
	line-height:1.5;
}
	#content p.cycle-slideshow {
		margin:0 20px 30px 0;
	}
h1, h2, h3, h4, h5, h6 {
	color:#454141;
	margin-bottom:30px;
	font-weight:normal!important;
	line-height:1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:#33396b!important;
	text-decoration:none;
	font-weight:normal!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:#e27704!important;
	border-color:inherit!important;
}
h1 {
	font-size:52px;
	margin:0 0 15px 0;
	font-weight:normal;
}
h2 {
	font-weight:normal;
	font-size:42px;
}
.inside h2 {
	margin-bottom:20px;
}
.inside #banner-container h1 {
	top: 65%;
    position: absolute;
    z-index: 120;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
	/*text-shadow:1px 1px 0px rgba(255,255,255,.3);*/
	text-shadow:1px 1px 0px rgba(0,0,0,.3);
	line-height:1;
	/*background:rgba(255,255,255,.85);*/
	background:rgba(0,0,0,.35);
	padding:20px;
	width:80%;
	color:#fff;
}
h3 {
	font-weight:normal;
	font-size:42px;
	/*text-transform:uppercase;*/
	font:'Merriweather', sans-serif;
	color:#33396b;
}
.inside h3 {
	margin-bottom:5px;
}

#our-location h3 {
	font-weight:normal;
	font-size:40px;
 	text-transform: capitalize;
}


h4 {
	font-weight:bold;
	font-size:28px;
}
h5 {
	font-weight:normal;
	font-size:24px;
}
h6 {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:.08em;
}
	section#our-location h2, section#our-location h2 a {
		font-size:48px;
		color:#f0edeb!important;
	}
	section#our-location h2 a:hover {
		color:#fec745!important;
	}
	section#our-location h3 a {
		color:#f0edeb!important;
	}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
	color:#e27704!important;
}
#left-col a, section#main-content a {
	text-decoration:none;
	color:#e27704;
	font-weight:700;
	position:relative;
	transition:all .25s;
}
#left-col a:hover, section#main-content a:hover {
	text-decoration:none;
	color:#33396b;
}
	section#main-content p a:after, section#main-content ul li a:after {
		content: '';
		position: absolute;
		bottom: -2px;
		left:0;
		height: 2px;
		background: #e27704;
		width: 0;
		opacity: 0;
		transition:width .5s cubic-bezier(0,.85,.65,1), opacity .25s;
	}
	section#main-content p a:hover:after, section#main-content ul li a:hover:after {
		width:100%;
		opacity:1;
	}
#left-col ul {
	padding:0 0 15px 17px;
}
.inside section#main-content ul, .inside section#main-content ol {
	margin:0 0 30px 40px;
	font-size:22px;
}
section#main-content ul > li, section#main-content ol > li {
	line-height:1.35;
	margin:0 0 16px 10px;
}
section#main-content ul > li {
	list-style:disc;
}
	.inside section#main-content ul.location-providers {
		margin:0 0 30px 0;
	}
.float-right {
	float:right;
	margin:5px 0 20px 20px;
}
.float-left {
	float:left;
	margin:5px 20px 20px 0;
}
.no-margin {
	margin:0;
}
.photo {
	/*border:solid 1px #212121;
	box-shadow:0 40px 60px -40px rgba(0,0,0,.8);*/
	transition:all .25s;
}

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;}
.text22 {font-size:22px;}
.text20 {font-size:20px; line-height:28px;}
.padding-left {padding-left:100px;}
.pull-left {margin-left:-80px;}
fieldset {
	border: solid 1px #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px;
}
legend {
	font-weight: normal;
	font-size:35px!important;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.inpsec {visibility:hidden;}
/* ========================================================= Input and table styles ==== */
input, textarea, select {
	border:1px solid #ccc;
	outline:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px!important;
	margin:0 5px 0 0;
	padding:8px!important;
	color:#222;
}
input:hover, textarea:hover, select:hover {border-color:#c3c3ca;}
table {
	border-bottom: none;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
	font-size:90%;
	line-height:1.35;
}
table thead {
	width:100%;
}
table th {
	color:#fff;
	background:#e27704;
	font-size: 100%;
	font-weight:normal;
	line-height:normal;
	text-transform:uppercase;
	padding:20px 10px;
	text-align:left;
	vertical-align:middle;
	position:relative;
}
	table th:before {
		content:'';
		position:absolute;
		top:0;
		left:-10px;
		width:10px;
		height:100%;
		background:#e27704;
	}
	table th:after {
		content:'';
		position:absolute;
		top:0;
		right:-10px;
		width:10px;
		height:100%;
		background:#e27704;
	}
table td {
	/*border-top: 1px solid #fff;*/
	padding: 4px 0;
}
table.formrequest td {
	color:#222!important;
}
table.parent-table tr {
	border-top:solid 1px #ccc;
}
table.parent-table td.member_listing_hdr {
	font-size:18px;
	font-weight:700;
}
table input[type=button], table input[type=submit], input[type=button], input[type=submit] {
	display:inline-block;
	padding:6px 20px!important;
	color:#fff;
	font-weight:400!important;
	font-size:22px;
	background:#e27704;
	border:solid 1px #454141!important;
	border-radius:0px!important;
	text-decoration:none;
	position:relative;
	-webkit-appearance:none;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
a.button {
	display:inline-block;
	color:#fff!important;
	background:#e27704;
	padding:20px 25px;
	font-weight:400!important;
	font-size:30px;
	text-decoration:none;
	border-radius:0;
	transition:all .25s;
	border:solid 1px #33396b!important;
	position:relative;
}
	a.button:after {
		display:none!important;
	}
a.button.fullwidth {
	display:block;
}
a.button.btn-header {
	font-size:14px;
	text-align:center;
	padding:10px 20px;
	line-height:1;
	text-transform:uppercase;
	position:relative;
	/*top:8px;*/
	z-index:1;
}
/* Patient Portal Dropdown for Instructions 8/27/2024 */
.pp-dropdown div.dropdown {
	height:0;
	opacity:0;
	width:0px;
	position:absolute;
	top:100%;
	right: 0;
	padding:0;
	z-index: -1;
	border:solid 1px #33396b!important;
	transition:all .25s, width 3s;
}
.pp-dropdown a.dropdown {
	opacity:0;
	display:block;
	background: #e27704;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	transition:all .25s;
}
.pp-dropdown:hover div.dropdown {
	width: 300px;
	height:auto;
	opacity:1;
	transition:all .25s, width 0s;
}
.pp-dropdown:hover a.dropdown {
	background-color:#33396b;
	padding: 15px 10px 15px 15px;
	opacity:1;
	transition:all .25s;
}
.pp-dropdown:hover a.button.btn-header {
	background-color:#33396b;
	border:solid 1px #33396b!important;
	border-bottom-color:#33396b!important;
	cursor: default;
}
.pp-dropdown.bill:hover a.button.btn-header {
	cursor:pointer;
}
.pp-dropdown a:hover.dropdown {
	background-color:#e27704;
	color:#fff!important;
}
.pp-dropdown a:hover.button.btn-header {
	color:#fff!important;
}

	/*.slide.slide03 div.banner-text div.line2 a.button {  -------- light button in slider
		background:#b5e7fe;
		color:#454141!important;
	}*/
table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, a:hover.button, .slide.slide03 div.banner-text div.line2 a:hover.button {
	/*color:#fff!important;*/
	color:#e27704!important;
	/*background-color:#00a457;*/
	background-color:#33396b;
	border-color:#e27704!important;
	text-shadow:0 1px 0px rgba(0,0,0,.25);
}
table input[type=radio] {
	margin-bottom:0;
	vertical-align:middle;
	margin-bottom:2px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 33px;
    border-bottom-width: 33px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 41px;
    border-bottom-width: 41px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 37px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 47px solid #3F3F3F; }

.mfp-arrow-right {
  right: 30px; }
  .mfp-arrow-right:after {
    border-left: 37px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 47px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup h3 {
	margin-bottom:10px;
}
.white-popup p {
	line-height:1.5;
}
.color-orange {
	color:#e27704;
}
.button.popup {
	font-size:18px;
	margin-top:20px;
}


/* -----  Provider table styles ---- */

table.providers {
	width:100%;
}
table.providers tr td {
	padding:0 10px 40px 10px;
	width:20%;
}
table.providers.cnp tr td {
	box-sizing:border-box;
	padding:0 5px;
}


table.providers a img {
	text-decoration:none;
	margin-bottom:5px;
}

table.providers a:hover img, table.providers a:active img {
}

table.providers a {
	display:block;
	text-align:center;
	text-decoration:none;
}
table.dosage {
	background:rgba(227,230,239,.5);
}
table.dosage tr:nth-child(2n) {
	background:rgba(227,230,239,1);
}
table.dosage td {
	border:solid 1px #ccc;
}
table.dosage.padded td {
	padding:4px;
}

/* Locations Page Styles */
.locations-page-list {
	width: 49.5%!important;
    box-sizing: border-box!important;
    display: inline-block!important;
    vertical-align: top!important;
}
div.mobile-table-overflow {
	overflow-x:none;
}
.testimonial-individual:nth-of-type(odd) {
    background: #eef0f6;
    padding: 20px 30px;
    border-radius: 5px;
    border: solid 1px rgba(51,57,107,.4);
    margin: 20px 0;
}
.testimonial-individual span {
	margin-right:20px;
    font-weight: 700;
}
.color-yellow {
    color: #edaa1d;
}
section#main-content a.testimonial-top {
	color:#33396b;
}
section#main-content a:hover.testimonial-top {
	color:#e27704;
}
.mobile-only, .logo-mobile-only {display:none;}
/* --------------- Main Structure ---------------- */
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#454141;
	margin:0;
	padding:0;
	/*min-width:1200px;*/
	z-index:0;
	overflow:hidden;
}
#wrapper {
	min-width:1600px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}


#phone-wrapper {
	width:100%;
	min-width:100%;
	background: #e7eaf2 url(images/phone-wrapper-bg.png) bottom repeat-x;
}

#phone-nos {
	/*width:1600px;*/
	width:75%;
	padding:15px 0;
	margin:0 auto;
	box-sizing:border-box;
	text-align: center;
    display: flex;
    justify-content: space-between;
}

#phone-nos .phone {
	/*float:right;*/
	padding:0;
	margin:0 auto;
	width:auto;
	/*white-space: nowrap;*/
	box-sizing: border-box;
    display: inline-block;
}

#phone-nos .middle {
	float:none;
	margin:0 auto;
}

#phone-nos .phone:first-of-type {
	/*float:left;*/
}


#phone-nos .phone h3 {
	font-size:32px;
	padding:0;
	margin:0;
	text-align:center;
	white-space:nowrap;
}

.phone p {
	text-align:center;
	font-size:24px;
	padding:0;
	margin:0;
}
.phone p a {
	text-decoration:none;
	color:#000;
	transition:color .25s;
}
.phone p a:hover {
	color:#e27704;
}
#header-wrapper {
	width:100%;
	min-width:1600px;
	margin:0 auto;
	padding:20px 0;
	position:fixed;
	z-index:9999;
	overflow:visible;
	background:#b2f0f4;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, #b2f0f4);
    background: -o-linear-gradient(white, #b2f0f4);
    background: linear-gradient(white, #b2f0f4); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax */
	transition:transform .75s;
}
	#header-wrapper:after {
		content:'';
		display:block;
		background:url(images/shadow.png) repeat-x 0 0;
		clear:both;
		
		height:10px;
		width:100%;
		position:relative;
		bottom:-30px;
		/*z-index:2001;*/
	}
	#header-wrapper.removeHeader {
		transform:translateY(-90%);
	}
#nav-wrapper {
	position:absolute;
	z-index:2;
	margin:0!important;
	top:50%;
	transform:translateY(-50%);
	right:130px;
	right:230px;

}
header {
	width:1600px;
	margin:0 auto;
	z-index:1;
	position:relative;
	box-sizing:border-box;
}
	

#content-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}

#content-container {
	width:75%;
	margin:0 auto;
	padding:60px 0;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}

#content-container.inside {
	background: none;
}

#footer-wrapper {
	width:100%;
	padding:60px 0 0 0;
	background:#eef0f6;
	/*background:url(images/bg-footer.jpg) no-repeat 50% fixed;
	background-size:cover;
	text-align:center;*/
	position:relative;
	z-index:0;
}
#footer-bottom {
	background:#eef0f6;
	
}
footer {
	width:75%;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:20px;
	/*box-sizing:border-box;*/
	color:#454141;
	font-size:18px;
	position:relative;
}

footer h3 {
font:48px/1 'Merriweather', sans-serif;
padding:0px;
margin-bottom:10px;
line-height:32px;
}
/* ------------ Page Structure (columns) ----------- */
#main-content.left-col {
	float:left;
	width:calc(70% - 100px);
	margin:0;
	padding:0 30px 0 0;
	position:relative;
	box-sizing:border-box;
	border-right:1px solid #5f5f5d;
	line-height:60px;
}

#main-content.left-col p {
	line-height:1.65;
	font-size:24px;
}

#main-content.left-col.fullwidth {
	width:100%;
	padding:0;
    border-right: none;
}
#right-col {
	/*width:30%;*/
	/*width:300px;*/
	width:auto;
	float:right;
	margin:0;
	padding:5px 0 0 20px;
	/*box-sizing:border-box;*/
	position:relative;
}

#right-col ul {
	line-height:48px;
}

#right-col ul li {
	font-size:28px;
	line-height:48px;
}

#right-col li a {
	text-decoration:none;
	color:#e27704;
	transition:color .3s;
}
#right-col li a:hover {
	color:#33396b;
}
#right-col li#searchform-wrap {
	margin-top:30px;
	box-sizing:border-box;
	padding:10px;
	border-radius:3px;
	border:solid 1px rgba(51,57,107,.4);
	background:#eef0f6;
}
#right-col li#searchform-wrap input {
	width:calc(100% - 50px);
}
div.col-50 {
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
}
#main-content div.col-50:first-of-type {
	padding-right:60px;
}
#main-content div.col-50:nth-of-type(2) {
	padding-left:20px;
}
/* ------------- Main Navigation ---------- */
nav#main-nav {
	width:auto;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:700px;
	margin:0 20px;
	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;
	max-width:70px;
}
nav#main-nav ul > li a {
	overflow:hidden;
	position:relative;
	background:transparent;
	font-size:18px;
	font-weight:400;
	line-height:106px;
	display:block;
	color:#33396b;
	text-decoration:none;
	text-align:center;
	z-index:1000;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
	nav#main-nav ul > li a:after {
		content:'';
		position:absolute;
		bottom:30px;
		/*left:50%;
		transform:translateX(-50%);*/
		left:10%;
		height:5px;
		background:#e27704;
		width:0;
		opacity:0;
		transition:width .5s cubic-bezier(0,.85,.65,1), opacity .25s;
	}
	nav#main-nav ul > li a:hover:after, nav#main-nav ul > li a.current:after {
		width:80%;
		opacity:1;
	}
span.droptoggle{display:none;}
/* ---- Dropdown Subnav ---- */
nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > ul.dropdown {
	margin:0;
	padding:10px 0 0 0;
	position:absolute;
	top:106px;
    background:#b4f0f5;
	width:280px;
	height:auto;
	z-index:900;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	-moz-box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	-moz-transition:top .25s, opacity .25s;
	-webkit-transition:top .25s, opacity .25s;
	transition:top .25s, opacity .25s, visibility .1s;
}
nav#main-nav ul > li.sub:hover > ul.dropdown {
	position:absolute;
	opacity:1;
	visibility:visible;
	top:106px;
	left:0;
	z-index:2000;
}
	nav#main-nav ul > li.sub > ul.dropdown:before {
		content:'';
		display:block;
		background:#b5e7fe url(images/shadow.png) repeat-x 0 0;
		clear:both;
		height:10px;
		width:100%;
		position:relative;
		top:0px;
		/*z-index:2001;*/
	}

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:hover > ul.dropdown.last {
	left:inherit;
	right:0;
}
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 {
	height:auto;
	max-width:none;
	margin:0;
	padding:10px 20px;
	display:block;
	float:none;
	background:none;
	position:relative;
	z-index:2000;
	-moz-transition:background .15s;
	-webkit-transition:background .15s;
	transition:background .15s;
}
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 {
	font:18px/30px "Lato", sans-serif;
	text-align:left;
	display:block;
	float:none;
	color:#454141!important;
	z-index:2000;
}
nav#main-nav ul > li.sub:hover ul.dropdown li a:hover {
	/*color:#1ab14a!important;*/
	color:#e27704!important;
}
	nav#main-nav ul > li.sub > ul.dropdown > li a:after {
		display:none;
	}

/* ------ Subnav (sidebar) ------ */
.subnav {
	padding:0;
}
nav.subnav h1 {display:none; visibility:collapse;}
#right-col h2 {
	font-size:52px;

}
#right-col nav.subnav > ul {
	margin:0;
	padding:0;
	background:#b4f0f5;
	text-align:left;
	border-radius:2px;
}
#right-col nav.subnav > ul > li {
	list-style:none!important;
	margin:0;
	font-size:16px;
	border-bottom:solid 1px #fff;
}
#right-col nav.subnav > ul > li:last-child {
	border-bottom:none;
}
#right-col nav.subnav > ul > li a {
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 auto;
	padding:20px 20px 20px 25px;
	display:block;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:#454141;
	text-decoration:none;
	background-color:transparent;
	-webkit-transition:background-color .35s, box-shadow .35s, border-color .35s;
	-moz-transition:background-color .35s, box-shadow .35s, border-color .35s;
	transition:background-color .35s, box-shadow .35s, border-color .35s, color .25s;
}
#right-col nav.subnav > ul > li:first-child a {
	border-radius:2px 2px 0 0;
}
#right-col nav.subnav > ul > li:last-child a {
	border-radius:0 0 2px 2px;
}
#right-col nav.subnav > ul > li:only-child a {
	border-radius:2px;
}
#right-col nav.subnav > ul > li a svg {
    color: #000;
    opacity: .3;
    position: absolute;
    left: 10px;
    top: 24px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
#right-col nav.subnav > ul > li a:hover svg, #right-col nav.subnav > ul > li a.selectedon svg {
    opacity: 1;
    color: #fff;
}

#right-col nav.subnav > ul > li a:hover {
	background:#33396b;
	color:#fff;
	text-decoration:none;
	-webkit-box-shadow:15px 5px 20px -15px rgba(0,0,0,.6), -15px 5px 20px -15px rgba(0,0,0,.6);
	-moz-box-shadow:15px 5px 20px -15px rgba(0,0,0,.6), -15px 5px 20px -15px rgba(0,0,0,.6);
	box-shadow:15px 5px 20px -15px rgba(0,0,0,.1), -15px 5px 20px -15px rgba(0,0,0,.1);
}
#right-col nav.subnav > ul > li a.selectedon {
	background:#e27704;
	color:#fff;
}
/*#right-col nav.subnav > ul > li:nth-of-type(4n+1) a:hover {
	background:#7e1416;
}
#right-col nav.subnav > ul > li:nth-of-type(4n+2) a:hover {
	background:#fec745;
}
#right-col nav.subnav > ul > li:nth-of-type(4n+3) a:hover {
	background:#138140;
}
#right-col nav.subnav > ul > li:nth-of-type(4n+4) a:hover {
	background:#1c3664;
}*/
/* ------ Logo ----- */
#logo {
	position:relative;
	text-align:left;
	margin:0 auto;
	height:auto;
	z-index:1;
}
#logo a {
	margin:0;
	padding:0;
	font:24px/1 'Merriweather', sans-serif;
	font-weight:400;
	color:#33396b;
	text-decoration:none;
	display:inline-block;
	transition:all .25s;
}
#logo span.logo-mark {
	display:inline-block;
	width:192px;
	height:auto;
	margin:0 10px 0 0;
	position:relative;
	z-index:1;
	transition:all .25s;
	font:10px/1 'Merriweather', sans-serif;
	color:#fff;
	text-decoration:none;
}
#logo span.logo-text {
	display:inline-block;
	top:50%;
	left:195px;
	position:absolute;
	transform:translateY(-50%);
}
#logo a:hover {
	/*color:#138140;*/
	color:#e27704;
}
#logo a:hover span.logo-mark {
	opacity:.75;
}
/* -------------- slideshow -------------- */
#banner-wrapper {
	width:100%;
	position:relative;
	background:#fff;
	z-index:0;
}
#banner-container {
	width:100%;
	margin:0 auto;
	padding-top:40px;
	position:relative;
}
	.inside #banner-container {
		padding-top:0;
	}
#banner {
	width:100%;
	max-height:800px;
	overflow:hidden;
	position:relative;
}
	.inside #banner {
		max-height:600px;
		max-height:400px;
		/*max-height:800px;*/
	}
.slide {
	position:relative;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	display:none; /* this helps keep all the slide images from that brief "flash" you sometimes see */
}
.slide img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
}
.slide_officephoto img {
	top:-20vw!important;
}
.slide_groupphoto img {
	/*top:-3vw!important;*/
}
	.inside .slide.slide01.cycle-slide-active img {
		transform: scale(1) translateY(0%) rotate(0deg);
		animation:almostKenBurns 35s 1 linear;
		animation:none;
	}
	.inside .slide.slide02.cycle-slide-active img {
		transform: scale(1) translateY(0%) rotate(0deg);
		animation:almostKenBurns2 35s 1 linear;
	}
	.inside .slide.slide03.cycle-slide-active img {
		transform: scale(1) translateY(0) rotate(0deg);
		animation:almostKenBurns2 35s 1 linear;
	}
	@keyframes almostKenBurns {
	  0% {
		transform: scale(1.25) translateY(0%) rotate(0.0001deg); /* had to add rotate because IE was shaky */
	  }
	  100% {
		transform: scale(1) translateY(0%) rotate(0deg);
	  }
	}
	@keyframes almostKenBurns2 {
	  0% {
		transform: scale(1.25) translateY(-10%) rotate(0.0001deg); /* had to add rotate because IE was shaky */
	  }
	  100% {
		transform: scale(1) translateY(0) rotate(0deg);
	  }
	}

.slide div.banner-text-wrap {
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	top:0;
	padding:0;
	background:none;
	color:#fff;
	position:absolute;
	width:100%;
	height:100%;
}
	.slide div.banner-text-wrap2 {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		text-align:center;
		padding:10px 20px;
		box-sizing:border-box;
		background: rgba(0,0,0,.5);
		background: rgba(51,57,107,.85);
	}
	.slide div.banner-text-wrap2 div.banner-text {
		position:relative!important;
		transform:none!important;
		left:inherit!important;
		bottom:inherit!important;
	}
	.slide div.banner-text-wrap2 div.banner-text div.line1 {
		font-size:35px!important;
		background:none!important;
		color:#fff;
		text-shadow:1px 1px 0px rgba(0,0,0,.5);
		padding:0!important;
	}
	.slide div.banner-text-wrap2 div.banner-text div.line1 a {
		color:#fff;
		text-shadow:1px 1px 0px rgba(0,0,0,.5);
		text-decoration:none;
		transition:color .25s;
	}
	.slide div.banner-text-wrap2 div.banner-text div.line1 a:hover {
		color:rgba(178,240,244,1);
		color:#e27704;
	}
.slide div.banner-text {
	position:absolute;
}
div.banner-text div.line1 {
	font-size:55px;
	text-decoration:none;
	color:#454141;
	text-shadow:1px 1px 0px rgba(255,255,255,.25);
	transition:color .5s;
}
div.banner-text div.line2 {
	margin-top:30px;
	font-size:33px;
	text-decoration:none;
}
	/* slide 01 */
	.slide.slide01 div.banner-text {
		left:0;
		top:25%;
	}
	/* slide OFFICE PHOTO */
	.slide.slide_officephoto div.banner-text {
		top:40%;
		left:50%;
		transform:translateX(-50%);
	}
	.slide.slide_officephoto div.banner-text div.line1 {
		color:#fff;
		text-shadow:1px 1px 0px rgba(0,0,0,.25);
		transition:color .5s;
	}
	.slide.slide_officephoto div.banner-text div.line2 {
		margin-top:30px;
		font-size:33px;
		text-decoration:none;
	}
	/* slide GROUP PHOTO */
	.slide.slide_groupphoto div.banner-text {
		right:inherit;
		top:15%;
		top: 50%;
	}
	.slide.slide_groupphoto div.banner-text div.line1 {
		color:#fff;
		text-shadow:1px 1px 0px rgba(0,0,0,.5);
		transition:color .5s;
		background: rgba(0,0,0,.3);
	}
	.slide.slide_groupphoto div.banner-text div.line2 {
		margin-top:30px;
		font-size:33px;
		text-decoration:none;
	}
	/* slide ADOLESCENT PHOTO */
	.slide.slide_adolescent div.banner-text {
		left:50%;
		bottom:50%;
		transform:translate(-50%,50%);
	}
	.slide.slide_adolescent div.banner-text div.line1 {
		color:#fff;
		text-shadow:0px 0px 8px rgba(0,0,0,.5), 0px 0px 8px rgba(0,0,0,.5), 1px 1px 0px rgba(0,0,0,.5);
		transition:color .5s;
		background:rgba(0,0,0,.3);
		padding:15px;
	}
	.slide.slide_adolescent div.banner-text div.line2 {
		margin-top:30px;
		font-size:33px;
		text-decoration:none;
	}
	/* slide 03 revised for 3 new providers 7/30/2108 */
	.slide.slide03 div.banner-text {
		/*left:35%;*/
		bottom:15%;
		left:50%;
		transform:translateX(-50%);
		width:1020px;
	}
	.slide.slide03 div.banner-text div.line1 {
		font-size:55px;
		text-decoration:none;
		color:#fff;
		text-shadow:1px 1px 0px rgba(0,0,0,.25);
		transition:color .5s;
	}
	.slide.slide03 div.banner-text div.line2 {
		margin-top:30px;
		font-size:33px;
		text-decoration:none;
	}
	/* flu shot slide */
	.slide.slide03.flushot div.banner-text {
		bottom:25%;
		left:50%;
		transform:translateX(-50%);
		width:1020px;
	}
	.slide.slide03.flushot div.banner-text div.line1 {
		font-size:55px;
		text-decoration:none;
		color:#454141;
		text-shadow:1px 1px 0px rgba(0,0,0,.25);
		transition:color .5s;
	}
	.slide.slide03.flushot div.banner-text div.line2 {
		margin-top:30px;
		font-size:33px;
		text-decoration:none;
	}

	/* slide 04 */
	.slide.slide04 div.banner-text {
		left:5%;
		top:60%;
	}
/* pager */
#banner .cycle-pager { 
    text-align: center; z-index: 500; position: absolute; bottom: 40px; right:40px; overflow: hidden;
}
#banner .cycle-pager span { 
    width: 30px; height: 30px; margin:0 5px; text-indent:-900em; 
    display: inline-block; background:rgba(180,240,245,.55); border:solid 1px #97dce0; border-radius:50%; cursor: pointer; 
}
#banner .cycle-pager span:hover {
	border-color:#33396b;
}
#banner .cycle-pager span.cycle-pager-active { background:rgba(180,240,245,1);}
#banner .cycle-pager span:hover.cycle-pager-active {
	border-color:#b2f0f4;
}
#banner .cycle-pager > * { cursor: pointer;}

	/* controls */
	.cycle-prev, .cycle-next {
		font-size:32px;
		z-index:999;
		position:absolute;
		top:60%;
		left:2%;
		transform:translateY(-50%);
		cursor:pointer;
		color:rgba(255,255,255,1);
		opacity:1;
		transition:all .35s;
	}
	.cycle-next {
		left:inherit;
		right:2%;
	}
	.cycle-prev:hover, .cycle-next:hover {
		color:rgba(178,240,244,.95);
	}
	#banner-container:hover .cycle-prev, #banner-container:hover .cycle-next {
		opacity:1;
	}


/* Phone Numbers wrapper */


/* News Section with Phone Number under banner */
div#news-number-wrapper {
	background:#e3e6ef;
}
section:after {
	content:'';
	display:block;
	clear:both;
}
section#news-number {
	width:1600px;
	margin:0 auto;
	position:relative;
	padding:70px 0 40px 0;
}
/* For Your Visit Section */
div#for-your-visit-wrapper {
	background:#33396b url(images/animal-bg.png) no-repeat bottom center;
	width:100%;
	/*max-height:720px;*/
	/*box-sizing:border-box;*/
	/*background-size:
	background-attachment:fixed;*/
}
.inside div#for-your-visit-wrapper {
	background-attachment:fixed;
}
section#for-your-visit {
	width:90%;
	margin:0 auto;
	padding:70px 0 515px 0;
	text-align:center;
}
	.inside section#for-your-visit {
		box-sizing:border-box;
		min-height:530px;
	}
	section#for-your-visit h2 {
		color:#fff;
		font-size:72px;
		text-align:center;
	}
	
	section#for-your-visit .col-3 {
		/*width:calc(100% / 3 - 40px);*/
		width:calc(85%);
		margin:20px 0;
		display:inline-block;
		box-sizing:border-box;
		background:#fff;
		/*padding:40px;*/
		position:relative;
		vertical-align:top;
	}

	section#for-your-visit .col-3 h3 { 
	float:left;
	display:inline-block;
	/*margin-right:40px;*/
		/*margin-right:20px;*/
	width:30%;
	font-size:40px;
} 

	section#for-your-visit .col-3 p {
	/*width:25%;*/
	/*float:left;*/
		float:none;
		margin:0 auto;
		width:30%;
	display:inline-block;
		font-size:24px;
}

section#for-your-visit a.button {
	   font-size:24px;
		width:25%;
		float:right;
		display:inline-block;
	}

#locations {
	position:relative;
	text-align:right;
	z-index:99;
}
div.location {
	display:inline-block;
	margin:0;
}
div.location:last-child {
	margin-left:60px;
}
#locations a {
	display:block;
	font-size:22px;
	font-weight:600;
	line-height:30px;
	color:#19599a;
	text-decoration:none;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#locations a:hover, #locations a:hover.social {
	color:#2eb5a8;
}
#locations a.social {
	display:inline-block;
	color:#19599a;
	font-weight:400;
}
#locations a.social i.fa-2x {
	font-size:1.5em;
}
#locations a.phone {color:#00a457; font-size:38px; display:block; line-height:40px; font-weight:600;}
#locations a.phone {color:#00a457; text-decoration:none; font-size:38px; font-weight:600; margin:15px 0;} /* for mobile that turns phone number into link */
#locations a i.fa-phone {
	font-size:31px;
	top:2px;
}
/* Doc callouts on home page */
a.doc-callout {
	display:inline-block;
	text-align:center;
	width:49.5%;
	box-sizing:border-box;
	font-size:32px;
	color:#19599a!important;
	font-weight:400!important;
	position:relative;
}
	a.doc-callout:before {
		content:'';
		height:25vw;
		width:70%;
		position:absolute;
		top:-25.5vw;
		z-index:1;
	}
a.doc-callout span.label-bio {
	display:block;
	position:absolute;
	left:50%;
	transform:translate(-50%, -130px);
	padding:20px;
	background:#fff;
	border:solid 2px #19599a;
	border-radius:4px;
	font-size:20px;
	font-weight:600;
	transition:all .25s;
	z-index:2;
	opacity:0;
}
a:hover.doc-callout span.label-bio {
	opacity:1;
	transform:translate(-50%,-150px);
}
	
div#logos, #our-location {
	width:1600px;
	margin:0 auto;
	text-align:center;
	box-sizing:border-box;
}
#logos div {
	width:calc(100% / 4 - 30px);
	margin:0 10px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	box-sizing:border-box;
	border-radius:10px;
	border:solid 10px #c7c7c7;
	background:#fff;
}
	#logos div:first-of-type {
		margin-left:0;
	}
	#logos div:last-of-type {
		margin-right:0;
	}
#logos div img {
	display:block;
}
#main-content a.callout-mid-home {
	display:block;
	border-radius:4px;
	border:solid 2px #19599a;
	background:#fbfaf8;
	margin-top:30px;
	font-weight:400;
	box-sizing:border-box;
	padding-right:20px;
	transition:all .25s;
}
	#main-content a:hover.callout-mid-home {
		background:#19599a;
	}
#main-content a.callout-mid-home:first-of-type {
	margin-top:0;
}
#main-content a.callout-mid-home:after {
	content:'';
	display:block;
	clear:both;
}
#main-content a.callout-mid-home img {
	display:inline-block;
	margin-right:30px;
}
#main-content a.callout-mid-home .title {
	font-size:30px;
	color:#171c22;
	text-decoration:none;
}
#main-content a.callout-mid-home .description {
	font-size:22px;
	color:#19599a;
	text-decoration:none;
	display:block;
}
#main-content a:hover.callout-mid-home .title, #main-content a:hover.callout-mid-home .description {
	color:#fff;
}
div#our-locations-wrapper {
	background:#fff;
	padding:40px 0 70px 0;
}
section#our-locations {
	width:1600px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
	sections#our-locations.provider-page {
		width:auto;
		margin:0;
	}
section#our-locations h2.title {
	color:#454141!important;
	font-size:48px;
	position:absolute;
	top:-160px;
	left:-50px;
	width:auto;
	background:#fff;
	padding:40px;
	display:inline-block;
	line-height:1!important;
}
section#our-locations h2.title a {
	font-size:48px;
	color:#454141!important;
	display:block;
}
section#our-locations h3 a:hover {
	color:#fec745!important;
}
section#our-locations div.left-location-content {
	float:left;
	width:360px;
	box-sizing:border-box;
}
	section#our-locations div.left-location-content iframe {
		margin-bottom:40px;
		max-width:100%;
	}
	section#our-locations div.left-location-content h3 {
		font-size:24px;
		text-transform:none;
		margin-bottom:5px;
	}
section#our-locations div.right-provider-content {
	float:left;
	width:calc(100% - 360px);
	box-sizing:border-box;
}
ul.location-providers {
	max-width:75%;
}

ul.location-providers li {
	font-size:14px;
	display:inline-block;
	text-align:center;
	margin:0 0 20px 0;
	min-width:24.5%;
	vertical-align:top;
}
	ul.location-providers.separated li {
		min-width:21%;
		max-width:21%;
	}
ul.location-providers li a {
	font-size:14px;
	color:#454141;
	text-decoration:none;
	position:relative;
	display:block;
	overflow:hidden;
	transition:all .25s;
}
ul.location-providers li a:hover {
	color:#03acef;
}
	ul.location-providers li a img {
		display:block;
		margin:0 auto 10px auto;
		max-width:185px;
	}
ul.location-providers li a span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transform:translateY(-40px);
	transition:all .5s;
}
ul.location-providers li a:hover span {
	opacity:1;
	transform:translateY(0);
}
/* View locations tabs and slides */
.view-location {
	width:100%;
}
#per-slide-template {
	margin:0 0 80px 0;
	padding:0 0 5px 0;
	border-bottom:solid 5px #454141;
}
#per-slide-template a {
	margin:0 20px 0 0;
	padding:10px 20px;
	font-size:36px;
	color:#03acef;
	text-decoration:none;
	transition:all .25s;
}
#per-slide-template a:hover, #per-slide-template a.cycle-pager-active {
	color:#454141;
}
	#per-slide-template a:first-of-type {
		padding-left:0;
	}

/* ----------- News ----------- */
div.cycle-carousel-wrap {
	width:100%;
	background:#e3e6ef;
	height: auto;
}
.news-wrapper {
	position:relative;
	padding:40px;
	width:75%;
	margin:0 auto;

}
/* ======= News Scroller ======= */
.news-wrapper #news-scroller {
	position:relative;
	/*width:285px; ------- removed to help with responsive */
	/*width:100%;*/
	/*width:80%;
	margin:0;
	padding:0;*/
}

.news-wrapper h2 {
	font:36px/1 'Merriweather', sans-serif;
	margin:0;
	padding:0;
	
}
.news-wrapper h2 a {
	border:none;
	margin-bottom:0;
	font:36px/1 'Merriweather', sans-serif;
	text-decoration:none;
	font-weight:400;
	color:#33396b!important;
}
.news-wrapper h2 a:hover {
	color:#e27704!important;
}
ul.scroller {
	margin:0;
	list-style:none!important;
	width:95%;
}
ul.scroller li {
	display:block;
	margin:0 0 5px 0!important;
	width:100%;
	height:9em;
	text-align:left;
	overflow:hidden;
}
ul.scroller li p {
	line-height:1.25!important;
	font-size:18px;
	color:#000;
	margin-bottom:0;
	width:95%;
	padding-top:20px;
	/*padding-left:12px;
	border-left:solid 2px #5cb8fc;*/
}
ul.scroller li.story a {
	display:block;
	color:#33396b;
	text-transform:uppercase;
	font-weight:400;
	font-size:30px!important;
	text-decoration:none;
	/*width:250px;*/
	width:90%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all .25s;
}


ul.scroller li.story a:hover {
	color:#e27704!important;
	text-shadow:none;
	border-color:transparent!important;
}
ul.scroller li.story a.read-more {
	color:#33396b;
	font-size:18px!important;
}

/* -- give some space before each heading on the news.php page -- */
#content h4.newslistingbodycontent {
	padding:0 0 5px 0;
	text-decoration:none;
	font-weight:normal;
	font-size:36px;
	margin-bottom:0;
}
h5.newslistingdate {
	margin-bottom:0!important;
}

div.newsmessage5 {
	margin-bottom:60px;
	border-bottom:solid 1px #ccc;
    padding-bottom:20px;
}
div.newsmessage5:after {
	content:'';
	clear:both;
	display:block;
}
.display-999, .display-1079, .display-1459 {
	display:none;
}
/* ---------  -------- */
/* ------------ Breadcrumb Nav ------------ */
#breadcrumbtree-wrapper {
	background:#e3e6ef;
	margin:0 0 0 0;
	padding:10px 0;
}
#breadcrumbtree {
	box-sizing:border-box;
	width:75%;
	margin:0 auto;
	position:relative;
	font-size:16px;
	text-align:left;
	color:#454141;
	transition:all .25s;
}
#breadcrumbtree i {
	margin-right:6px;
}
#breadcrumbtree a {
	display:inline-block;
	text-decoration:none;
	font-weight:400;
	/*background:rgba(255,255,255,1);*/
	margin:2px 0px;
	padding:5px;
	border-radius:2px;
	color:#454141;
	transition:all .25s;
}
#breadcrumbtree a:hover {
	text-decoration:none;
	/*background:#03acef;*/
	color:#e27704;
}
/* ----------- Footer Content ---------- */
footer a, #footer-bottom a {
	color:#454141;
	text-decoration:none;
	padding:0;
	transition:all .25s;
}

#footer h4 {
padding:0;
margin:5px 0;
}


footer hr {
background:#5f5f5d;
padding:0;
margin:0;
}



#footer-bottom, #footer-bottom a {
	color:#000;
	line-height:30px;
}

#footer-bottom li.orange a{
color:#e27704;
}


#footer-headings {
	float:left;
}

footer a:hover, #footer-bottom a:hover {color:#e27704;}
ul.footer-menu, ul.footer-menu2 {
	text-align:center;
}

ul.footer-menu {
	float:right;
	margin-top:30px;
	
}

ul.footer-menu li {
	font-size:36px;
	display:inline-block;
	
}

ul.footer-menu li a {
	color:#33396b;
}

ul.footer-menu li a:hover {
	color:#e27704;
}

ul.footer-menu2 li {
	margin:0 0 0 0;
	padding:0 5px 15px 0;
	display:inline-block;
	position:relative;
	font-size:18px;
	line-height:1.25;
}

footer .address {
	text-align:center;
	float:left;
	width:33.3%;
	padding:80px 1%;
	line-height:30px;
}

footer .address:last-of-type{
	margin-right:0;
}

footer .address p {
	padding:10px 0;
}

footer .address p span {
	color:#33396b;
	font-size:20px;
	font-weight:bold;
}

footer .address h3 {
	font-size:30px;
}

footer .address iframe {
	max-width:100%;
	height:auto;
}

#footer-info {
	float:left;
	/*width:60%;*/
}

#footer-bottom ul.footer-menu2  {
	float:right;
	/*width:20%;*/
	 
}

#footer-bottom ul.footer-menu2 li a {
	padding:0;
	text-transform:uppercase;
}

#footer-bottom ul.footer-menu2 li a:hover {
 color:#e27704;
}

ul.footer-menu2 li {
	padding-bottom:0;
}
#footer-bottom ul.footer-menu4 {
	background:#33396b;
	padding:3px 10px;
    margin-top: 10px;
    border-radius: 2px;
}
#footer-bottom ul.footer-menu4 li  {
	display:inline;
	color:#61679b;
}
#footer-bottom ul.footer-menu4 li a {
	color:#fff;
	padding:0 4px;
}

/*---- PDF link icon ----*/
/*a[href $='.pdf'] { 
   padding-right: 24px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}*/
#left-col a[href $='.pdf']::after, section#main-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";
}
#left-col a[href $='.pdf'] .svg-inline--fa, section#main-content a[href $='.pdf'] .svg-inline--fa, #left-col a[href $='.docx'] .svg-inline--fa, section#main-content a[href $='.docx'] .svg-inline--fa { 
	margin-left: 10px;
	margin-right:5px;
}
#left-col a[href $='.docx']::after, section#main-content a[href $='.docx']::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:"\f1c2";
}

/* 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: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 : 1099px) { /* This ensure that the mobile toggles don't display and that the main nav and locations list display */
	a.mtoggle, a.mtoggle span {
		display:none!important;
	}
	nav#main-nav ul.menu.menu-toggle {
		display:table!important;
	}
	nav#main-nav ul > li.sub > ul.dropdown.mobile {
		display:block!important;
	}
	
	section#for-your-visit a.button {
	   font-size:24px;
		width:25%;
		float:right;
		display:inline-block;
	}
	section#for-your-visit .col-3 {
		/*width:calc(100% / 3 - 40px);*/
		width:calc(85%);
		height:auto;
		margin:20px 0;
		/*display:inline-block;
		box-sizing:border-box;*/
		background:#fff;
		padding:40px;
		position:relative;
		vertical-align:top;
	}

	section#for-your-visit .col-3 h3 { 
	float:left;
	display:inline-block;
	/*margin-right:40px;*/
		margin-right:40px;
	width:30%;
	font-size:40px;
} 

	section#for-your-visit .col-3 p {
	/*width:25%;*/
	width:35%;
	float:left;
	display:inline-block;
		
}




}
@media (max-width : 1619px) {
	body, #wrapper, #banner, section#news-number, section#for-your-visit, section#our-location, div#logos, #phone-wrapper, #footer-wrapper, #footer {width:100%; min-width:100%; padding:0; box-sizing:border-box;}
	section#main-content, #footer-wrapper {
		padding:60px 4% 4%;
	}
	.home #content-container, .inside #content-container, #breadcrumbtree {
		width:1100px;
	}
	/*#footer {padding-top:150px;}
	#nav-wrapper {
		right:150px;
	}*/
	nav#main-nav, nav#main-nav ul.menu.menu-toggle {
	margin:0;
	padding:0;
	/*width:100%;*/
	width:36vw;
	height:inherit;
	}
	nav#main-nav ul > li a {font-size:90%; padding:0 10px;}
	nav#main-nav ul > li {
		max-width:none;
	}
	#header-wrapper {min-width:100%;}
	
	header {width:100%; padding:0 20px;}
	
	
	#phone-wrapper {
	width:100%;
	min-width:100%;
	height:auto;
	/*background: #e7eaf2 url(images/phone-wrapper-bg.png) bottom repeat-x;*/
}


/*#phone-nos {
	width:100%;
	padding:35px 0;
	margin:0 auto;
}

#phone-nos .phone {
	width:auto;
	float:left;
	margin:0 0 0 15%;
}

#phone-nos .phone:last-of-type{
	margin-right:0;
}

#phone-nos .phone h3 {
	font-size:30px;
	padding:0;
	margin:0;
	text-align:center;
}

.phone p {
	text-align:center;
	font-size:24px;
	padding:0;
	margin:0;
	
}*/
	
	section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	/*section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}*/
	

	
section#for-your-visit a.button {
	   font-size:24px;
		width:25%;
		float:right;
		display:inline-block;
	}
	section#for-your-visit .col-3 {
		/*width:calc(100% / 3 - 40px);*/
		width:calc(85%);
		margin:20px 0;
		height:auto;
		/*display:inline-block;
		box-sizing:border-box;*/
		background:#fff;
		padding:40px;
		position:relative;
		vertical-align:top;
	}

	section#for-your-visit .col-3 h3 { 
	float:left;
	display:inline-block;
	/*margin-right:40px;*/
	margin-bottom:10px;
	width:40%;
	padding-right:5%;
	font-size:40px;
} 

	section#for-your-visit .col-3 p {
	float:right;
	width: 50%;
	padding-left:5%;	
	display:inline-block;
	
		
}



section#for-your-visit .col-3 button a {
	float:right;
	display:inline-block;
	/*width:300px;*/
	width:25%;
}
	
	
	.slide div.banner-text-wrap {
		width:100%;
		left:0;
		transform:none;
	}
	.slide.slide01 div.banner-text {
		left:4%;
	}
	.slide.slide03 div.banner-text {
		/*left:30%;
		left:5%;*/
		bottom:25%;
	}
	/* slide 04 */
	.slide.slide04 div.banner-text {
		right:inherit;
		left:5%;
		top:60%;
	}
	section#news-number {
		padding:70px 4% 40px 4%;
	}
	section#our-locations {
		padding:0 4%;
		max-width:100%;
	}
		section#our-locations.provider-page {
			padding:0;
		}
		section#our-locations h2.title {
			left:0;
		}
		ul.location-providers li img {
			width:90%;
			height:auto;
		}
		ul.location-providers {
			max-width:100%;
		}
	section#for-your-visit {
		padding:70px 0 520px 0;
	}
	
		section#for-your-visit .col-3 {
		/*width:calc(100% / 3 - 40px);*/
		width:calc(85%);
		margin:20px 0;
		height:auto;
		/*display:inline-block;
		box-sizing:border-box;*/
		background:#fff;
		/*padding:40px;*/
		position:relative;
		vertical-align:top;
	}
	
	section#for-your-visit div.col-3:before {
		/*padding-top:50%;*/
		content:'';
		display:block;
	}
	section#for-your-visit div.col-3 div.content {
		position:absolute;

		/*top:0;
		right:0;
		bottom:0;
		left:0;
		padding:20px;*/
	}
	section#for-your-visit .col-3 h3 {
		/*font:2.5vw 'Merriweather', sans-serif;*/
		font:30px/1 'Merriweather', sans-serif;
		padding:0;
		margin:0;

	}
	
	section#for-your-visit .col-3  p {
		/*margin-bottom:1.5vw;*/
		padding-bottom:0;
		position:relative;
		font-size:18px;
		
	}
	section#for-your-visit a.button {
		/*font-size:1.2vw;*/
		/*box-sizing:border-box;*/
		width:95%;
		margin-top:20px;
	}
}
@media (max-width : 1459px) {
	.display-1459 {display:inline-block;}
	.remove-1459 {display:none;}
	/*.slide.slide02 div.banner-text {
		top:55%;
		right:50%;
		transform:translateX(50%);
	}*/
	.slide.slide03 div.banner-text {
		/*top:25%;
		left:4%;*/
		bottom:20%;
	}
	.slide div.banner-text-wrap2 div.banner-text div.line1 {
		font-size:2vw!important;
	}
	div#docs {
		width:40vw;
	}
	a.doc-callout {
		width:45%;
		font-size:18px;
	}
	a.doc-callout span.label-bio {
		font-size:14px;
		padding:10px;
	}
	#main-content a.callout-mid-home .title {
		font-size:26px;
	}
	#main-content a.callout-mid-home .description {
		font-size:16px;
	}
	
	section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}
	

	
	section#for-your-visit div.col-3 div.content h3 {
		font:24px/1 'Merriweather', sans-serif;
		font-size:28px;	
		margin-bottom:30px;
		position:relative;
		float:left;
	}
	section#for-your-visit div.col-3 div.content p {
		font-size:16px;
		margin-bottom:30px;
		float:right;
		width:45%;
		text-align:right;
	}
	section#for-your-visit a.button {
		font-size:24px;
		box-sizing:border-box;
		width:100%;

		
	}
}
@media (max-width : 1289px) {
	section#for-your-visit {
		width:100%;
	}
	.slide.slide03 div.banner-text {
		/*width:48%;
		left:1%;
		top:20%;*/
	}
	
		section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}
	

	
	section#for-your-visit div.col-3 div.content h3 {
		font:24px/1 'Merriweather', sans-serif;
		font-size:28px;	
		margin-bottom:30px;
		position:relative;
		float:left;
	}
	section#for-your-visit div.col-3 div.content p {
		font-size:16px;
		margin-bottom:30px;
		float:right;
		width:45%;
		text-align:right;
	}
	section#for-your-visit a.button {
		font-size:24px;
		box-sizing:border-box;
		width:100%;

		
	}
}
@media (max-width : 1249px) {
	nav#main-nav ul {width:auto;}
	nav#main-nav ul > li a {font-size:85%; padding:0 10px;}
	
		section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}
	

	
	section#for-your-visit div.col-3 div.content h3 {
		font:24px/1 'Merriweather', sans-serif;
		font-size:28px;	
		margin-bottom:30px;
		position:relative;
		float:left;
	}
	section#for-your-visit div.col-3 div.content p {
		font-size:16px;
		margin-bottom:30px;
		float:right;
		width:45%;
		text-align:right;
	}
	section#for-your-visit a.button {
		font-size:24px;
		box-sizing:border-box;
		width:100%;

		
	}
}
@media (max-width : 1200px) {
	#logo span.logo-text {
	font-size:75%;
	}
	#banner-wrapper, #banner-container, #banner, .inside #content-container, .home #content-container, div#logos, section#our-location {
		width:100%; min-width:100%; padding:0; float:none; margin:0;
	}
	#banner-container {
		padding-top:80px;
	}
	.inside #banner-container {
		padding-top:0;
	}
	.home #content-container, .inside #content-container {
		/*padding:0 4%;*/
		padding:5%;
	}
	
	.news-wrapper {
	width:100%;
}
	section#our-location div.col-50.text-left {
		font-size:18px;
	}
	
	section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}
	

	
	section#for-your-visit div.col-3 div.content h3 {
		font:24px/1 'Merriweather', sans-serif;
		font-size:28px;	
		margin-bottom:30px;
		position:relative;
		float:left;
	}
	section#for-your-visit div.col-3 div.content p {
		font-size:16px;
		margin-bottom:30px;
		float:right;
		width:45%;
		text-align:right;
	}
	section#for-your-visit a.button {
		font-size:24px;
		box-sizing:border-box;
		width:100%;

		
	}

	#main-content a.callout-mid-home .title {
		font-size:22px;
	}
	#main-content a.callout-mid-home .description {
		font-size:14px;
		line-height:1.5!important;
	}
	#breadcrumbtree {
		width:100%; min-width:100%;
	}
	nav#main-nav ul > li a {font-size:75%;}
	ul.scroller li.story a.read-more {
		margin-top:20px;
	}
	ul.location-providers li {
		max-width:25%;
	}
	#per-slide-template a {
		font-size:3vw;
		padding:10px 1%;
	}
	/* slide 04 */
	.slide.slide04 div.banner-text {
		top:50%;
	}
	
	
}
@media (max-width : 1099px) {
	.display-1099 {display:inline-block;}
	.remove-1099 {display:none;}
	ul.scroller li {
		height:12em;
	}
	.inside .slide.slide_officephoto.cycle-slide-active img {
		transform: scale(1) translateY(5%) rotate(0deg);
		animation:almostKenBurns2 35s 1 linear;
	}
	@keyframes almostKenBurns2 {
	  0% {
		transform: scale(1.4) translateY(10%) rotate(0.0001deg); /* had to add rotate because IE was shaky */
	  }
	  100% {
		transform: scale(1) translateY(5%) rotate(0deg);
	  }
	}
	.inside #content-container {width:100%;}
	section#for-your-visit .col-3 {
		width:calc(100% / 1 - 40px);
		margin-bottom:40px;
	}
	
	.news-wrapper {
	width:95%;
	margin:0 auto;
}
	
	#phone-nos {
		width:95%;
	}
	
	
		section#for-your-visit h2 {
		color:#fff;
		font-size:45px;
		text-align:center;
	}
	
	
	section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}
	

	
	section#for-your-visit div.col-3 div.content h3 {
		font:24px/1 'Merriweather', sans-serif;
		font-size:28px;	
		margin-bottom:30px;
		position:relative;
		float:left;
	}
	section#for-your-visit div.col-3 div.content p {
		font-size:16px;
		margin-bottom:30px;
		float:right;
		width:45%;
		text-align:right;
	}
	section#for-your-visit a.button {
		font-size:24px;
		box-sizing:border-box;
		width:100%;

		
	}
	
	section#main-content.left-col, section#right-col {
		float:none;
		width:100%;
		padding:0;
		border:none;
	}
	section#main-content.left-col {
		border-bottom:1px solid #5f5f5d;
	}
	/* ------------- Main Navigation ---------- */
	#nav-wrapper {
		border-bottom:none;
		width:100%;
		height:100%;
		background:rgba(181,231,254,.85);
		margin:0;
		border-radius:4px;
		position:absolute;
		bottom:inherit;
		top:93px;
		left:0;
		z-index:999;
		transform:translateX(100%);
		/*box-shadow:0 15px 25px -10px rgba(0,0,0,.5);*/
		/*transition:transform .75s  cubic-bezier(0,.85,.65,1);*/

	}
	#nav-wrapper.slideIn {
		transform:translateX(0);
		animation:slideIn .75s forwards cubic-bezier(0,.85,.65,1);
	}
	#nav-wrapper.slideOut {
		transform:translateX(100%);
		animation:slideOut .75s forwards cubic-bezier(0,.85,.65,1);
	}
	@keyframes slideOut {
	  from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(100%);
	  }
	}
	@keyframes slideIn {
	  from {
		transform: translateX(100%);
	  }
	  to {
		transform: translateX(0);
	  }
	}
	nav#main-nav {
		width:100%;
		height:auto;
		margin:0 auto;
		position:relative;
		bottom:inherit;
		z-index:999999;
	}
	nav#main-nav ul.menu.menu-toggle {
		margin:0;
		padding:0;
		width:100%;
		height:inherit;
		height:auto;
		position:relative;
		display:block;
		z-index:1000;
	}
	nav#main-nav ul.menu.menu-toggle:before {
		display:none;
	}
	nav#main-nav ul > li {
		height:auto;
		margin:0;
		padding:0;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul > li a {
		background:#afe0e7;
		background:#33396b;
		font-size:18px;
		color:#fff;
		font-family: 'Lato', sans-serif;
		line-height:50px;
		display:block;
		padding:0 0 0 20px;
		border-top:solid 1px rgba(255,255,255,.4);
		border-bottom:none;
		text-decoration:none;
		text-align:left;
		position:relative;
		z-index:1000;
		-webkit-transition:all .1s;
		-moz-transition:all .1s;
		transition:all .1s;
	}
	nav#main-nav ul > li a i.fa-caret-down, nav#main-nav ul > li a:after {
		display:none;
	}
	nav#main-nav ul > li.sub ul.dropdown li a i {
		color:#000;
	}
	nav#main-nav ul > li a:hover {
		color:#fff;
		background:#454141!important;
		background:#e27704!important;
	}
	nav#main-nav ul > li a.current {
		color:#fff;
	}
	.mobile-visible {display:inline-block;}

	nav#main-nav ul > li.sub > ul.dropdown, nav#main-nav ul > li.sub > ul.dropdown.mobile-only {
		display:none;
		opacity:1;
		visibility:visible;
		position:relative;
		top:inherit;
		box-shadow:none;
		box-sizing:border-box;
		padding:0 0 0 20px;
		background:#fff;
		width:100%;
	}
	nav#main-nav ul > li.sub > ul.dropdown.mobile-only, nav#main-nav ul > li.sub > ul.dropdown.mobile {
		height:auto;
		display:block;
		position:relative;
		width:100%;
		top:inherit;
		border:none;
		padding:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.mobile:before {
		display:none;
	}
	nav#main-nav ul > li.sub > ul.dropdown.mobile li {
		padding:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.mobile li a {
		padding:10px 20px;
	}
	/*nav#main-nav ul > li.sub > ul.dropdown.mobile-only:before, nav#main-nav ul > li.sub > ul.dropdown.mobile:before {
		content:'';
		position:absolute;
		width:20px;
		height:100%;
		background:#201e1d;
		left:0;
		top:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.mobile-only:after, nav#main-nav ul > li.sub > ul.dropdown.mobile:after {
		content:'';
		position:absolute;
		width:20px;
		height:100%;
		background:#201e1d;
		right:0;
		top:0;
	}*/
	nav#main-nav ul > li.sub > ul.dropdown.superwide {
		transform:none;
		left:inherit;
		padding-left:20px;
	}
	nav#main-nav ul > li.sub > ul.dropdown.superwide li {
		width:49.5%;
	}
	nav#main-nav ul > li.sub > ul.dropdown.superwide li a:before {
		-webkit-filter: invert(.9);
  		filter: invert(.9);
		color:#201e1d;
	}
	nav#main-nav ul > li.sub > ul.dropdown.superwide li a:hover:before {
		-webkit-filter:none;
		filter:none;
	}
	nav#main-nav ul > li.sub:hover > ul.dropdown.notmobile, nav#main-nav ul > li.sub:hover > ul.dropdown.mobile-only {
		display:none;
	}
	nav#main-nav ul > li.sub > ul.dropdown li a, nav#main-nav ul > li.sub > ul.dropdown.mobile-only li a {
		font-size:16px;
		background:#fff;
	}
		nav#main-nav ul > li.sub:hover ul.dropdown li a:hover {
			background:#b0eff4!important;
			color:#000!important;
		}
	nav#main-nav ul > li.sub ul.dropdown li a i, nav#main-nav ul > li.sub ul.dropdown.mobile-only li a i {
		opacity:1;
	}
	nav#main-nav ul > li.sub:hover span.droptoggle {
		background:#fff;
	}
	nav#main-nav ul > li.sub:hover span.droptoggle i {
		color:#454141;
	}
	span.droptoggle {
		display:block;
		position:absolute;
		top:4px;
		right:4px;
		box-sizing:border-box;
		height:calc(100% - 8px);
		height:44px;
		padding:0 15px;
		background:#b0eff4;
		z-index:9999;
		cursor:pointer;
		border-radius:3px;
		transition-duration:.5s;
	}
	span.droptoggle:after {
		content:"";
		display:block;
		width:4px;
		height:100%;
		position:absolute;
		right:-4px;
		top:0;
		background:none;
	}
	span.droptoggle i {
		color:#454141;
		position:relative;
		top:7px;
		transition:all .35s;
	}
	span.droptoggle.toggle-active {
		background:#fff;
	}
	nav#main-nav ul > li.sub span.droptoggle.toggle-active i {
		color:#454141;
	}
	/* hamburger toggle */
	a.mtoggle {
	  position:relative;
	  float:right;
		/*width:50px;*/
		width:50px;
		height:50px;
		top:10px;
		right:40px;
		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;
	  left:9px;
	  background-color: #454141;
	}
	a.mtoggle .icon:before {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #454141;
	  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: #454141;
	  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);
			  background-color:#ec1b21;
	}
	a.mtoggle.open .icon:after {
	  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
			  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
			  background-color:#ec1b21;
	}
	/* end hamburger toggle */
	a.mtoggle span {
		display:inline-block;
		text-align:center;
		line-height:50px;
		box-sizing:border-box;
		padding-left:50px;
		color:#454141;
		font-family:'Roboto Slab';
		font-weight:400;
		font-size:12px;
	}
	/*header a.button.btn-header {
		float:none!important;
		position:absolute!important;
		top:10px;
		right:120px;
	}*/
	header .pp-dropdown {
		float:none!important;
		position:absolute!important;
		top:10px;
		right:120px;
	}
	header .pp-dropdown.bill {
		right:230px;
	}
}
@media (max-width : 1029px) {
	.logo-mobile-only {
		display:inline-block!important;
	}
	.logo-mobile-hidden {
		display:none!important;
	}
}
@media (max-width : 999px) {
	.display-999 {display:inline-block;}
	.remove-999 {display:none;}
	body {font-size:18px;}
	#header-left, #header-right {float:none;}
	div#header-left:after {
		content: '';
		display: block;
		clear: both;
	}
	#header-left a.btn-callout {float:left; width:calc(50% - 40px); box-sizing:border-box; margin:20px;}
	.slide div.banner-text-wrap {top:0;}
	div.banner-text div.line2 {
		font-size:3vw;
	}
	#per-slide-template {
		margin-bottom:20px;
	}
	#breadcrumbtree-wrapper {margin-bottom:0;}
	ul.location-providers li {
		max-width:32%;
	}
	#phone-nos {
		display:block;
	}
	#phone-nos .phone {
		margin:0 40px 30px 40px;
	}
	#phone-nos .phone:nth-child(3) {
		margin-bottom:0;
	}
	.news-wrapper {
	width:95%;
}
	

	section#our-locations div.left-location-content, section#our-locations div.right-provider-content {
		float:none;
		width:100%;
	}
	body, #wrapper, #banner, div.col-50 {width:100%; min-width:100%; padding:0;}
	div.col-50 {
		margin-bottom:40px;
	}
	#main-content a.callout-mid-home {
		position:relative;
	}
	#main-content a.callout-mid-home .title {
		font-size:5vw;
		line-height:1.75;
	}
	#main-content a.callout-mid-home .description {
		line-height:1!important;
		font-size:;
	}
	
	.inside #content-container {width:100%;}
	section#for-your-visit .col-3 {
		width:calc(100% / 1 - 40px);
		margin-bottom:40px;
		height:auto;
	}
	
		section#for-your-visit h2 {
		color:#fff;
		font-size:45px;
		text-align:center;
	}
	
	
	section#for-your-visit .col-3:first-of-type { 
		/*margin-left:20px;*/
	}
	section#for-your-visit .col-3:last-of-type {
		/*margin-right:20px;*/
	}
	section#for-your-visit div.col-3:before {
		display:none;
	}
	section#for-your-visit div.col-3 div.content {
		position:relative;
		padding:0;
	}
	

	
	section#for-your-visit div.col-3 div.content h3 {
		font:24px/1 'Merriweather', sans-serif;
		font-size:28px;	
		margin-bottom:30px;
		position:relative;
		float:left;
	}
	section#for-your-visit div.col-3 div.content p {
		font-size:16px;
		margin-bottom:30px;
		float:right;
		width:45%;
		text-align:right;
	}
	section#for-your-visit a.button {
		font-size:24px;
		box-sizing:border-box;
		width:100%;

		
	}
	section#our-location div.col-50.text-left {
		text-align:center;
	}
	section#our-location div.col-50.text-left p span.label {
		text-align:left;
	}
	section#right-col {
		float:none;
		width:100%;
		padding:0;
		border:none;
	}
	
	.inside #content-container {
		padding:4%;
	}
	.home #right-col {width:100%; padding:2%; float:none;}
	#banner div.slide {
		padding:0;
		border:none;
	}
	.subnav {min-height:inherit;}
	nav.subnav > ul > li a {
		width:auto;
	}
	#footer-bottom {
		padding:20px;
	}
	ul.footer-menu, ul.footer-menu2 {/*width:100%; float:none; text-align:center;*/}
	ul.footer-menu li, ul.footer-menu2 li, #footer-info, ul.footer-menu2 {float:none; text-align:center;}
	.news-wrapper #news-scroller {
		height:auto;
		width:100%;
	}
	ul.scroller li p {
		font-size: 18px;
	}
	footer .address {
		float:none;
		width:100%;
		padding-top:40px;
		padding-bottom:20px;
	}
}
@media (max-width : 799px) {
	.display-799 {display:inline-block;}
	.remove-799 {display:none;}
	#right-col, .inside #right-col {width:100%; padding:2%; float:none;}
	#header-wrapper {
		position:relative;
	}
	#header-wrapper.removeHeader {
		transform:none;
	}
	header {
		padding-bottom:0;
		height:inherit;
	}
	.inside div#for-your-visit-wrapper {
		display:none;
	}
	.news-wrapper {
	width:95%;
}
	#banner-container {
		padding-top:0;
	}
	.inside #banner {
		/*max-height:200px;*/
		max-height:280px;
	}
	.inside #banner-container h1 {
		font-size:5vw;
	}
	.cycle-prev, .cycle-next {
		top:50%;
	}
	#banner .cycle-pager {
		display:none;
	}
	#banner .cycle-pager {
		bottom:10px;
		right:50%;
		transform:translateX(50%);
	}
	a.doc-callout span.label-bio, a:hover.doc-callout span.label-bio {
		display:none;
	}
	ul.scroller li {
		height:11.25em;
	}

	span.remove {display:none;} /* This removes an item with class .remove */
	table.providers tr td {
		font-size:70%;
	}
	ul.location-providers.separated li {
		min-width:25%;
		max-width:30%;
		width:calc(100% / 3);
		margin:0 0 16px 0;
	}
	#main-content iframe {
		max-width:100%;
		height:auto;	
	}
	ul.location-providers li img {
		width:95%;
		height:auto;
	}
	
	.news-wrapper #news-scroller {
	position:relative;
	/*width:285px; ------- removed to help with responsive */
	/*max-width:100%;*/
		width:100%;
}
	
	#logo span.logo-text {
		font-size:3.25vw;
	} 
	
		section#for-your-visit .col-3 {
		/*width:calc(100% / 3 - 40px);*/
		width:calc(85%);
		margin:20px 0;
		display:inline-block;
		box-sizing:border-box;
		background:#fff;
		padding:40px;
		position:relative;
		vertical-align:top;
	}
	
	.cycle-carousel-wrap {	
	margin:0;
	padding:0;
	}
	
	li.story {
		width:100%;
	}
	
	ul.scroller, ul.cycle-slideshow {
		width:100%;
	}
	
	.news-wrapper #news-scroller {
		width:95%;
	}

	section#our-locations h2.title {
		left:-20px;
		padding:20px;
		position:relative;
		top:0;
	}
	
	footer h3 {
	width:100%;
	display:inline-block;
	font-size:36px;
	padding:0px;
	line-height:36px;
	text-align:center;
	} 	
	
	footer h4 {
	width:100%;
	display:inline-block;
	font-size:20px;
	text-align:center;
	}
	
	ul.footer-menu {
	float:none;
	width:100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:5px;
	display:inline-block;
	
}
	
	#logo span.logo-mark {
	display:none;	
	}
	#logo span.logo-text {
		left:0;
		top:inherit;
		transform:none;
	}
	
	ul.footer-menu2 {
	float:none;
	width:100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:5px;
	display:inline-block;	
	border-bottom:1px solid #5f5f5d;
	}
	#phone-nos {
	}
	#phone-nos .phone {
		width:100%;
		margin:0 0 30px 0;
	}
	#phone-nos .phone:nth-child(3) {
		margin-bottom:0;
	}
	div.mobile-table-overflow {
		overflow-x:scroll;
	}
	
}
@media (max-width : 634px) {
	.mobile-hidden {display:none;}
	.mobile-only {display:inline;}
	#logo {
		width:30%;
		margin:0;
		padding-top:8px;
	}
	#logo span.logo-text {
		font-size:4vw;
		line-height:1.1;
		position:relative;
	}
	#header-left a.btn-callout {font-size:3.25vw; width:calc(50% - 10px); margin:5px;}
	#locations .location {
		margin-right:30px;
	}
	.slide div.banner-text-wrap {top:0;}
	.slide.slide03 div.banner-text div.line1 {
		font-size:26px;
	}
	.slide.slide03 div.banner-text div.line2 {
		font-size:18px;
	}
	.inside #banner {
		/*max-height:120px;*/
		max-height:250px;
	}
	#main-content.left-col p {
		line-height: 1.65;
		font-size: 18px;
	}
	.news-wrapper {
	width:95%;
}
	section#news-number {
		padding:40px 4%;
	}
	h1 {font-size:36px;}
	h2, .home section#main-content .news-wrapper h2 a, section#our-locations h2.title, section#our-locations h2.title a {font-size:34px;}
	h3 {font-size:30px;}
		section#our-location h3, section#our-location h3 a {
			font-size:34px;
			margin-bottom:20px;
		}
	h4 {font-size:1.5em;}
	h5 {font-size:1.1em;}
	#main-content a.callout-mid-home {
		text-align:center;
		padding:0 10px 15px 10px;
	}
	#main-content a.callout-mid-home img {
		display:block;
		float:none;
		margin:10px auto;
		background:#fff;
		padding:1px;
	}
	#content img {
		width:48%;
		height:auto;
	}
	#content table.providers td img {
		width:100%;
		height:auto;
	}
	#content img.fullwidth, #content div.fullwidth {
		width:100%;
		height:auto;
		margin:0 0 20px 0;
	}
	#content iframe {
		width:100%;
		max-width:100%;
		height:auto;
	}
	ul.scroller li {
		height:8.25em;
	}
	section#news-number ul.scroller li.story a {
		font-size:20px!important;
	}
	
	#logo span.logo-mark{
		width:30vw;
		margin-top:10px;
	}
	
	
	.news-wrapper #news-scroller {
	position:relative;
	/*width:285px; ------- removed to help with responsive */
	/*width:100%;*/
	}
	
	section#our-locations div.left-location-content div.float-left:first-of-type, section#our-locations div.left-location-content iframe {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	section#for-your-visit a.button {
		font-size:3.5vw;
	}
	
	#phone-wrapper {
	width:100%;
	height:auto;	
	}
	


#phone-nos .phone h3 {
	font-size:28px;
	padding:0;
	margin:0;
}

.phone p {
	text-align:center;
	font-size:18px;
	padding:0;
	margin:0;
	
}
	#phone-nos {
		display:flex;
	}
	#phone-nos .phone {
		margin:0 auto;
	}
		section#for-your-visit .col-3 {
		/*width:calc(100% / 3 - 40px);*/
		width:calc(85%);
		margin:20px 0;
		display:inline-block;
		box-sizing:border-box;
		background:#fff;
		padding:40px;
		position:relative;
		vertical-align:top;
	}
	
	footer .address {
	float:none;
	width:100%;
}
	
	/* Style to make telephone link clickable in phone browser */
	a[href^="tel"] { text-decoration: none; pointer-events: inherit; cursor: default; }﻿
	a[href^="tel"]:after, section#main-content p a:after, section#main-content ul li a:after {display:none;}
	
	table input[type=button], table input[type=submit], input[type=button], input[type=submit] {
		font-size:20px;
	}
	a.button {
		font-size:20px;
	}
	#right-col ul li {
		font-size: 6vw;
		line-height: 1.75;
	}
}
@media (max-width : 549px) {
	#header-wrapper:after {
		bottom:-30px;
	}
	#banner .cycle-pager {
		display:none;
	}
	table.providers tr td {
		font-size:100%;
		float:left;
		width:44%;
	}
	#content table.providers tr td img {
		width:100%;
		height:auto;
	}
	#locations .location {
		display:inline-block;
		text-align:center;
		margin:0 30px 0 0;
	}
	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}
	#per-slide-template a {
		font-size:3vw;
		padding:10px 0;
		margin-right:5%;
	}
	
		.news-wrapper {
	width:95%;
}
	
.news-wrapper #news-scroller {
	position:relative;
	/*width:285px; ------- removed to help with responsive */
	/*width:100%;*/

}
	
	
	section#our-locations div.left-location-content div.float-left, section#our-locations div.left-location-content iframe {
		width:100%;
		height:auto;
	}
	ul.scroller li {
		padding:40px 0;
	}
	
	footer .address {
	float:none;
	width:100%;
}
}

@media (max-width : 499px) {
	a.mtoggle span.xsmall-mobile-hidden, span.xsmall-mobile-hidden {
		display:none;
	}
	a.mtoggle {right:0;}
	span.remove, .remove-br {display:none;} /* This removes an item with class .remove */
	input[type=text] {
		max-width:100%;
	}
	#logo {
		width:25%;
	}
	#logo span.logo-text {
		font-size:3.5vw;
		line-height:1.1;
		position:relative;
	}
	a.button.btn-header {
		font-size:12px;
	}
	.slide div.banner-text-wrap2 {
		height:100%;
		background: rgba(51,57,107,.45);
		vertical-align:middle;
	}
	.slide div.banner-text-wrap2 div.banner-text div.line1 {
		font-size: 3.5vw!important;
	}
	.slide div.banner-text-wrap2 div.banner-text {
		top:50%;
		transform:translateY(-50%)!important;
	}
	.cycle-prev, .cycle-next {
		font-size:14px;
	}
	div#docs {
		width: 100%;
	}
	div#locations {
		margin-bottom:30px;
	}
	#content ul.hospitals li {
		display:block;
	}
		
	
	.slide.slide03 div.banner-text {
		/*top:-10%;*/
		top:30vw;
	}
	
	footer .address {
	float:none;
	width:100%;
}
	.inside section#main-content ul.location-providers {
		text-align:center;
	}
	ul.location-providers.separated li {
		min-width:25%;
		max-width:30%;
		width:calc(100% / 2);
		margin:0 0 16px 0;
	}
	header .pp-dropdown {
		right:80px;
	}
	header .pp-dropdown.bill {
		right:180px;
	}

}
@media (max-width : 399px) {
	#locations a {
		font-size:5.5vw;
	}
	span.hidden-399 {display:none;}
	a.mtoggle span.xsmall-mobile-hidden, span.xsmall-mobile-hidden {
		display:none;
	}
	/*header a.button.btn-header {right:25%;}*/
	
	.pp-dropdown div.dropdown {
		right: 50%;
  		transform: translateX(50%);
	}
	
	
	footer .address {
	float:none;
	width:100%;
}
}

@media (max-width : 299px) {
	
	
	header a.button.btn-header {display:none;}
}