<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%; height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;
-webkit-text-size-adjust: none; /* Never autoresize text */}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: none; background:#eee; margin: 1em 0; padding: 0;}
hr.hr-home {display: block; width:100px; height: 2px; border: 0; border-top: none; background:#0e8d9c; margin: 1em auto 1.5em auto; 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-family:'Open Sans'; font-weight:700;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.clear{ clear: both; }  
/* ------------------------------------------------- */
/* --------------- Begin Site Styles --------------- */
/* ------------------------------------------------- */

/* =============================== */
/* ======== CONTENT STYLES ======= */
/* =============================== */
#content p, #left-col p, #right-col p {
	margin:0 0 30px 0;
	line-height:1.5;
}
h1, h2 {
	color:#868ea0;
	font-family:'Open Sans', serif; margin-bottom:10px;
	font-weight:400!important;
}

h3, h4, h5, h6 {
	color:#124c6f;
	font-family:'Open Sans', serif; margin-bottom:10px;
	font-weight:400!important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:#868ea0!important;
	text-decoration:none;
	font-weight:400!important;
	font-family:'Open Sans', serif!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:#868ea0!important;
	border-color:inherit!important;
}
h1 {
	font-size:36px;
	margin:0 0 15px 0;
	color:#124c6f!important;
}
	.vasc-wic h1.title {
		display:inline-block;
		transform:translateY(-100%);
	}
h2 {
	font-size:30px;
	margin-bottom:30px;
	font-family:'Open Sans', serif;
}
	.inside #left-col h2 {
		margin-bottom:10px;
	}
		.inside #left-col h2.title {
			background:rgba(241,205,22,.1);
			padding: 5px 15px;
    		border-radius: 2px;
			border-bottom: solid 5px rgba(241,205,22,.7);
    		margin-bottom: 30px;
		}
	.inside #right-col h2 {
		font-family:'Open Sans';
		font-size:36px;
	}
h3 {
	text-transform:normal;
	font-size:24px;
}
h4 {
	font-size:20px;
}
h5 {
	font-weight:700!important;
	font-size:18px;
}
h6 {
	font-size:15px;
	font-weight:700!important;
	text-transform:uppercase;
	letter-spacing:.05em;
}
#left-col a, #content a {
	text-decoration:none;
	color:#a78b00;
	font-family:'Open Sans';
	font-weight:700;
	transition:all .25s;
}
#left-col a:hover, #content a:hover {
	text-decoration:none;
	color:#868ea0;
}
#left-col h2 a, #right-col h2 a {
	margin-bottom:10px;
	color:#bda118!important;
}
#left-col h2 a:hover, #right-col h2 a:hover {
	color:#1d3b68!important;
}
.inside #left-col ul, .inside #left-col ol {
	margin:0 0 30px 40px;
}
#left-col ul &gt; li, #left-col ol &gt; li {
	line-height:1.5;
	margin:0 0 16px 10px;
}
.inside #left-col ul &gt; li {
	list-style:disc;
}
.inside #left-col #content ul.nobullets {
	margin-left:0;
}

.inside #left-col #content ul.nobullets li img{
	border:none;
}
.inside #left-col #content ul.nobullets &gt; li {
	list-style:none;
}
.inside #left-col #content ul.nobullets.inline &gt; li {
	list-style:none;
	display:inline-block;
	margin:0 10px;
}
.inside #left-col #content ul.office-list  {
float:left;
}

.inside #left-col #content ul.office-list li {
list-style-type:none;
}

.inside #left-col ul.viewmedica-thumb-list {
	margin-left:0;
}
.inside #left-col ul.viewmedica-thumb-list &gt; li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 5 - 15px);
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    line-height: 1.25;
}
.inside #left-col ul.viewmedica-thumb-list &gt; li a img {
	transition:opacity .25s;
}
.inside #left-col ul.viewmedica-thumb-list &gt; li a:hover img {
	opacity:.7;
}

.float-right {
	float:right;
	margin:5px 0 20px 60px;
}
.float-left, .column-welcome.float-left {
	float:left;
	margin:5px 60px 20px 0;
}
	.float-left.no-margin, .float-right.no-margin {
		margin:0;
	}
@media (max-width : 699px) {
	.float-right {
		float:none;
		margin:0 0 30px 0;
	}
}
.photo {
	transition:all .35s;
	border: 1px solid #ccc;
	padding:3px;
}
a img {
	transition:all .35s;
}
a:hover img {
}
.semibold {font-weight:600;}
.bold {font-weight:700;}
.italic {font-style:italic;}
.center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text22 {font-size:22px;}
.text20 {font-size:20px; line-height:1.5;}
.lightBlue {
	color:#93d2f3;
}
fieldset {
	border: solid 1px #868ea0;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px;
}
legend {
	font-weight: normal;
	font-size:37px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	color:#124c6f;
}
blockquote {
	font-size:20px;
	font-style:italic;
}
.inpsec {visibility:hidden;}
/* ========================================================= Input and table styles ==== */
input, textarea, select {
	border:1px solid #ccc;
	outline:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 5px 0 0;
	padding:3px;
	color:#123d48;
	font-weight:normal!important;
	font-family:'robotoregular', sans-serif;
}

/* Removed by Zander for Appointment Request form */

/* input.formInputTextReadonly, textarea.u {	width:98%;} */

input[type="radio"] {
	width:inherit;
	margin-bottom:10px;
}
input:hover, textarea:hover, select:hover {border-color:#c3c3ca;}
/* search form in footer */
#searchform-wrap {
	text-align:left;
}
#searchform {
	border:solid 1px #fff;
	margin-top:20px;
	padding:5px 10px;
	position:relative;
}
#searchform input {
	border-radius:0;
	border:none;
	position:relative;
	top:50%;
	transform:translateY(-40%);
	width:calc(100% - 55px);
}
	#searchform i {
		font-size:40px;
	}
	#searchform a {
		color:rgba(255,255,255,1);
		-webkit-transition:color .35s;
		-moz-transition:color .35s;
		transition:all .35s;
	}
	#searchform a:hover {
		color:rgba(255,255,255,.4);
	}
table {
	border-bottom: none;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}
table thead {
	width:100%;
}
table th {
	color:#fff;
	background:rgba(29,59,104,1);
	font-size: 85%;
	font-weight:normal;
	line-height:normal;
	text-transform:uppercase;
	padding:3px;
	text-align:left;
	vertical-align:middle;
}
table td {
	/*border-top: 1px solid #fff;*/
	padding: 4px 0;
}
table input[type=button], table input[type=submit], input[type=button], input[type=submit], a.button {
	width:inherit;
	font-size:17px;
	font-weight:normal!important;
	text-transform:uppercase;
	padding:5px 20px;
	color:#fff;
	background:#1d3b68;
	border:none;
	text-decoration:none;
	-webkit-appearance:none;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
a.button {
	display:inline-block;
	color:#fff!important;
	background:#1d3b68;
	padding:5px 15px;
	font-size:17px;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border:none!important;
	font-weight:600!important;
	font-family:'Open Sans', sans-serif!important;
}
a.button.fullwidth {
	display:block;
}
table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, a:hover.button {
	color:#fff!important;
	background-color:#868ea0;
}
table input[type="radio"] {
	vertical-align:middle;
	margin: 4px 5px 6px 0 !important;
}

/* -----  Provider table styles ---- */

table.providers {
	width:100%;
}
@media (max-width : 1296px) {
	table.providers tr {
		display:flex;
		gap:20px;
	}
	table.providers tr td {
		width:100%;
	}
}
@media (max-width : 799px) {
	table.providers tr {
		flex-wrap:wrap;
	}
	table.providers tr td {
		width:48%;
	}
}
table.providers tr td {
	padding: 0;
	padding-bottom:30px;
	/*width:33%;*/
	text-align:center;
}
#left-col table.providers tr td p {
	margin-bottom:0;
}
table.providers a img {
	height:auto;
	text-decoration:none;
	margin-bottom: 10px;
	transition:all .35s;
	border: 1px solid #ccc;
	padding:3px;
}

table.providers a:hover img, table.providers a:active img {
	border: 1px solid #bda118!important;
	opacity: 1;
}

table.providers a {	
	display:block;
	text-align:center;
	text-decoration:none;
}

a.provider-photo, #content a.provider-photo, #left-col a.provider-photo {
	display:inline-block;
	position:relative;
	transition:transform .25s;
}
a:hover.provider-photo, #content a:hover.provider-photo, #left-col a:hover.provider-photo {
	transform:translateY(-8px);
}
/* -----  Provider list styles (Our Providers main page)---- */
.inside #left-col ul.providers-list &gt; li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

/* two column layout can be used anywhere */
div.col-2 {
	width:49%;
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
}
.col-padding {
	padding:20px;
}
.mobile-only, .mobile-visible, .tablet-mobile-only, .small-mobile-only {display:none;}

.mobile-only-nav-item {display:none!important;}
/* --------------- Main Structure ---------------- */
body {
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:22px;
	color:#032032;
	margin:0;
	padding:0;
	/*min-width:1000px;*/
	z-index:0;
	overflow:hidden;
}
body.inside {
	font-size:18px;
}
#wrapper {
	min-width:1400px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#header-wrapper {
	background:#fff;
	width:100%;
	min-width:1400px;
	margin:0 auto;
	position:relative;
	z-index:1000;
	overflow:visible;
}
#nav-wrapper {
	width:980px;
	position:absolute;
	top:60%;
	right:0;
	transform:translateY(-50%);
	z-index:1000;
}
header {
	width:1400px;
	margin:0 auto;
	position:relative;
	text-align:center;
	z-index:1;
}
#tool-bar {
	background:none;
	margin-top:-40px;
}
#content-wrapper, #three-callouts-wrapper, #aff-news-wrapper, #loc-dir-wrapper, #company-info-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}
	.home #content-wrapper {
		background: linear-gradient(45deg, #124c6f45, transparent);
	}
#aff-news-wrapper {
	background:#fff;
}
#company-info-wrapper {
	background:#2691c4;
}
#loc-dir-wrapper {
	text-align:center;
}
iframe.map-full {
	width:100%;
	height:auto;
	min-height:320px;
	display:block;
}
#content-container, #three-callouts, #providers-news, #company-info, #tool-bar-content {
	width:1400px;
	margin:0 auto;
	padding:40px 20px 40px 20px;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}
	#tool-bar-content {
		padding:0;
		z-index:0;
	}
	.inside #content-container {
		padding:80px 20px;
	}
#company-info {
	color:#fff;
}
#company-info h3 a {
	font-family:'cordalight'!important;
	font-size:30px;
	color:#fff!important;
}
#company-info h3 a:hover {
	color:#333!important;
}
#providers-news {
	text-align:left;
}
#providers-news div.provider-border {
	border-right:solid 14px #b0abc8;
}
	#providers-news h2, #providers-news h2 a, #our-providers h2 {
		font-size:45px;
		line-height:.85;
		font-family:'Open Sans'!important;
		font-weight:400!important;
		padding-bottom:5px;
	}
	#providers-news h2 a {
		border-bottom:none;
	}
	#providers-news h2 a:hover {
		color:#b0abc8!important;
	}
	#our-providers h2 a {
		color:#124c6f!important;
	}
	#our-providers h2 a:hover {
		color:#868ea0!important;
	}
	#providers-news h2 span {
		font-size:16px;
		color:#7a8974;
		text-transform:uppercase;
	}
	#providers-news ul {
		padding-left:30px;
	}
	#providers-news ul li {
		font-family:'Open Sans'!important;
		color:#828586;
		font-size:22px;
		list-style:none;
	}
	#providers-news ul.providers-list {
		padding-left:15px;
		margin:40px 0;
		column-count:2;
		column-gap:40px;
	}
	#providers-news ul.providers-list li {
		margin-left:20px;
	}
	#providers-news ul.providers-list li a {
		text-decoration:none;
		color:#a78b00;
		font-size:25px;
	}
#three-callouts-wrapper {
	background:#eae9f2;
	background: #f4da54;
}
#three-callouts h2 a {
	color:#1d3b68!important;
	font-size:45px;
	font-weight:400!important;
}
#three-callouts h2 a:hover {
	color:#b0abc8!important;
	color:#a78b00!important;
}
#three-callouts {
	width:1400px;
	margin:0 auto;
	padding:60px 0 60px 0!important;
	text-align:center;
}
	#three-callouts .callout {
		display:inline-block;
		vertical-align:top;
		/*width:calc(100% / 3 - 86px);*/
		width:calc(100% / 3 - 186px);
		margin:0 20px;
		padding:0;
		color:#fff;
		text-align:center;
		font-family:'Open Sans';
		font-size:18px;
		/*border-radius:12px;*/
		padding:0;
		box-sizing:border-box;
		position:relative;
	}
	#three-callouts .callout a {
		display:block;
		vertical-align:top;
		color:#032032;
		text-align:center;
		font-family:'Open Sans';
		font-size:18px;
		line-height:1.5;
		padding:0;
		border-radius:2px;
		box-sizing:border-box;
		position:relative;
		overflow:hidden;
		transform: scale(1);
	}
	#three-callouts .callout a:hover {
		color:#0379bc;
	}
	#three-callouts .callout a:after {
		content:'';
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left: 0;
		z-index: 2;
		transition: all .35s cubic-bezier(.09,.82,.2,.9);
	}
	#three-callouts .callout ul#services-callouts li a:hover:after {
		background: rgba(35,31,32,.9);
		transform: scale(.85);
	}
	#three-callouts .callout a img {
		width: 100%;
		height: auto;
		display: block;
		transform-style: preserve-3d;
		transform: perspective(1px) scale(1);
		border-radius:2px;
		transition: transform .75s cubic-bezier(.49,.7,.57,.94), filter .5s;
	}
	#three-callouts .callout a:hover img {
		transform: perspective(1px) scale(1.05);
		filter: brightness(1.08) grayscale(.5) contrast(1.08);
	}
	#three-callouts .callout a span.content {
		text-align:center;
		display:block;
		box-sizing:border-box;
		width:100%;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		background:rgba(29,59,104,1);
		transition:all .35s;
	}
	#three-callouts .callout a:hover span.content {
		background:rgba(29,59,104,1);
		box-shadow:0 0 90px rgba(0,0,0,.6), 0 0 10px rgba(0,0,0,1);
	}
	#three-callouts .callout h3 {
		font-weight:700;
		font-style:italic;
		font-size:37px;
		line-height:1;
		color:#fff!important;
		margin-bottom:0;
		padding:10px 0;
		padding-left:25px;
		position:relative;
		transition:all .25s;
	}
	#three-callouts .callout a:hover h3 {
		color:#fff!important;
		padding-left:0;
	}
	#three-callouts .callout h3 i {
		font-size:.9em;
		top:1px;
		right:15px;
		opacity:0;
		position:relative;
		transition:all .25s;
	}
	#three-callouts .callout a:hover h3 i {
		right:-5px;
		opacity:1;
	}
#footer-wrapper {
	width:100%;
	background:#1d3b68;
	position:relative;
	z-index:999;
}
footer {
	width:1400px;
	min-height:86px;
	margin:0 auto;
	padding:40px 0;
	box-sizing:border-box;
	color:#fff;
	font-size:13px;
	font-family:'Open Sans';
	position:relative;
	z-index:999;
}
/* ------------- Main Navigation ---------- */
nav#main-nav {
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	z-index:1000;
}
nav#main-nav ul &gt; li {
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
}
nav#main-nav ul &gt; li a {
	position:relative;
	background:none;
	font:24px/60px "Open Sans", sans-serif;
	font-weight:400;
	display:block;
	color:#bda118;
	text-decoration:none;
	text-align:center;
	text-shadow:0 1px 0px rgba(255,255,255,.5);
	z-index:1000;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
nav#main-nav ul &gt; li a:hover, nav#main-nav ul &gt; li a.current {
	color:#1d3b68;
}

span.droptoggle{display:none;}
/* ---- Dropdown Subnav ---- */
nav#main-nav ul &gt; li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul &gt; li.sub &gt; ul.dropdown {
	margin:0;
	padding:0;
	position:absolute;
	top:50px;
	left:50%;
	transform:translateX(-50%);
    background:#1d3b68;
	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 &gt; li.sub:hover &gt; ul.dropdown {
	position:absolute;
	opacity:1;
	visibility:visible;
	top:56px;
	z-index:2000;
}
	nav#main-nav ul &gt; li.sub &gt; ul.dropdown:before {
		content: '';
		display: block;
		width: 0; 
		height: 0; 
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 10px solid #1d3b68;
		z-index: 2;
		position:absolute;
		top:-10px;
		left:50%;
		transform:translateX(-50%);
}

nav#main-nav ul &gt; li.sub &gt; ul.dropdown.wnarrow {
	width:180px;
}
nav#main-nav ul &gt; li.sub &gt; ul.dropdown.wmedium {
	width:300px;
}
nav#main-nav ul &gt; li.sub &gt; ul.dropdown.wwide {
	width:350px;
}
nav#main-nav ul &gt; li.sub:hover &gt; ul.dropdown.last {
	left:inherit;
	right:0;
}
nav#main-nav ul &gt; li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul &gt; li.sub:hover a:after {
		width:80%;
		opacity:1;
}
nav#main-nav ul &gt; li.sub:hover ul.dropdown li a {
	background:none;
}
nav#main-nav ul &gt; li &gt; ul.dropdown &gt; li {
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:none;
	background:none;
	position:relative;
	border-bottom:solid 1px rgba(255,255,255,.1);
	z-index:2000;
	-moz-transition:background .15s;
	-webkit-transition:background .15s;
	transition:background .15s;
}
nav#main-nav ul &gt; li.sub &gt; ul.dropdown &gt; li:last-child a {
	border-bottom:none;
}
nav#main-nav ul &gt; li.sub &gt; ul.dropdown &gt; li a {
	font:18px/30px "Open Sans", sans-serif;
	text-align:left;
	display:block;
	float:none;
	color:#fff!important;
	z-index:2000;
	text-shadow:none;
	padding:20px;
}
nav#main-nav ul &gt; li.sub:hover ul.dropdown li a:hover {
	/*color:#1ab14a!important;*/
	color:#fff!important;
	background:#868ea0;
}
	nav#main-nav ul &gt; li.sub &gt; ul.dropdown &gt; li a:after {
		display:none;
	}


/* ------ Subnav (sidebar) ------ */
.subnav {
	padding:0 0 20px 0;
	margin:-15px 0 20px 0;
}
nav.subnav h1 {display:none; visibility:collapse;}
#right-col nav.subnav &gt; ul {
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}
#right-col nav.subnav &gt; ul &gt; li {
	list-style:none!important;
	margin:0;
	font-size:16px;
}
#right-col nav.subnav &gt; ul &gt; li:last-child {
	border-bottom:none;
}
#right-col nav.subnav &gt; ul &gt; li a {
	position:relative;
	margin:0 auto 1px auto;
	padding:20px 5px 20px 25px;
	display:block;
	font-family:"Open Sans", sans-serif;
	font-size:22px;
	font-weight:normal!important;
	color:#fff;
	text-decoration:none;
	line-height:26px;
	border-radius:2px;
	background:#1d3b68;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#right-col nav.subnav &gt; ul &gt; li a:before {
	position:absolute;
	content:'\f105 ';
	display:none;
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	line-height:1;
	font-size:16px;
	color:#fff;
	top:24px;
	left:10px;
	opacity:.3;
	padding:0 1px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
#right-col nav.subnav &gt; ul &gt; li a:hover:before, #right-col nav.subnav &gt; ul &gt; li a.selectedon:before {
	opacity:1;
	color:#f1cd16;
}
#right-col nav.subnav &gt; ul &gt; li a:hover, #right-col nav.subnav &gt; ul &gt; li a.selectedon {
	color:#fff;
	text-decoration:none;
	background:#868ea0;
}

/* ------------ Page Structure (columns) ----------- */
#right-col {
	float:right;
	/*width:32.1666667%;*/
	width:300px;
	margin:0;
	padding:40px 0 0 0;
	text-align:left;
	position:relative;
	box-sizing:border-box;
}
#left-col {
	/*width:67.833333%;*/
	width:calc(100% - 360px);
	height:auto;
	float:left;
	margin:0;
	padding:40px 0 0 0;
	text-align:left;
	box-sizing:border-box;
	position:relative;
}
#left-col.fullwidth {
	width:100%;
	float:none;
	background:none;
}
div#content {
	padding:0 0 0 0;
}
/* Top header callouts Portal and Appt Request */
#icons {
}
#icons a.portal, #icons a.appt, #icons a.newpatients {
	margin:0 10px;
	padding:5px;
	display:inline-block;
	border-radius:4px;
	color:#429ea8;
	text-decoration:none;
	font-family:'Open Sans';
	font-weight:600;
	font-size:18px;
	text-align:right;
	position:relative;
	transition:all .35s;
}
#icons a.newpatients {
	color:#429ea8;
}
#icons a.portal {
	color:#e64d25;
}
#icons a:hover.portal, #icons a:hover.appt {
	/*background:rgba(178,210,61,.3);
	background:rgba(230,77,37,.3);*/
	color:#000;
}
/* location callouts in header */
#locations {
	position:relative;
	text-align:center;
	margin:15px 0 0 0;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	font-size:27px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-style:italic;
}
#locations .icons.location {
	display:inline-block;
	padding:0;
}
#locations a {
	display:inline-block;
	color:#1d3b68;
	margin:0 10px;
	text-decoration:none;
	transition:all .35s;
}
#locations a:hover {
	color:#bda118;
}
#locations a.loc {
	color:#7a8974;
	margin-top:5px;
}
#locations a:hover.loc {
	color:#000;
}
#locations a.phone {
	font-size:30px;
	font-family:'Open Sans';
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	color:#1d3b68;
	line-height:1;
}
#tool-bar #buttons {
	float:right;
}
#tool-bar #buttons li {
	display:inline-block;
}
#tool-bar #buttons li a {
	display:inline-block;
	text-align:center;
	color:#a78b00;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 20px 0 20px;
	line-height:2;
	margin:0;
	transition:all .35s;
}
#tool-bar #buttons li a:hover {
	background:#1d3b68;
	color:#f1cd16;
}
#tool-bar #buttons li a i {
	color:#fff;
	background:#1d3b68;
	padding:10px 15px;
	font-size:1.5em;
	margin:0 5px 0 0;
	transition:all .35s;
}
#tool-bar #buttons li a:hover i {
	background-color:#f1cd16;
	color:#1d3b68;
}
a#fax {
	color:#7a8974;
	font-size:21px;
}
a#fax i {
	color:#b2d23d;
}

/* Bottom Callouts (3 columns) */
/* Callouts Bottom */
#callouts-wrapper {
	width:100%;
	margin:0 auto;
	padding:60px 0;
	position:relative;
	background: rgb(118,181,187);
	background: -moz-linear-gradient(top,  rgba(118,181,187,1) 0%, rgba(28,100,114,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(118,181,187,1) 0%,rgba(28,100,114,1) 100%);
	background: linear-gradient(to bottom,  rgba(118,181,187,1) 0%,rgba(28,100,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5bb', endColorstr='#1c6472',GradientType=0 );
	box-sizing:border-box;
}
#callouts {
	width:1200px;
	margin:0 auto;
	text-align:center;
}
#callouts:after {
    content: "";
    clear: both;
    display: table;
}
#callouts ul li a {
	position:relative;
	color:#fff;
	text-decoration:none;
}
#callouts ul li a i {
	font-size:.6em;
	color:#bda118;
	position:relative;
	top:-2px;
	transition:all .35s;
}
#callouts ul li a:hover i {
}
#callouts ul {
	display:table;
	width:100%;
}
#callouts ul li {
	display:table-cell;
}
#callouts ul li a span.callout-img-wrap {
	display:inline-block;
	position:relative;
	height:147px;
	overflow:hidden;
	/*margin-bottom:20px;*/
}
#callouts ul li a span.callout-img-wrap img {
	display:inline-block;
	position:relative;
	transition:all .5s;
}
#callouts ul li a:hover span.callout-img-wrap img {
	position:relative;
	transform:translateY(-147px);
	transition-timing-function:cubic-bezier(.11,.65,.31,.94);
	opacity:1;
}
#callouts ul li a span.title {
	display:block;
	padding-top:20px;
}

/* Home page providers */
div#our-providers-wrapper {
	padding:60px 0;
	/*background: rgb(240,239,246);
	background: -moz-linear-gradient(top, rgba(240,239,246,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(240,239,246,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(240,239,246,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff6', endColorstr='#ffffff',GradientType=0 );*/
    background: linear-gradient(to bottom, rgb(18 76 111) 25%, #06659e 50%, rgb(18 76 111) 100%);

}
section#our-providers {
	width:1200px;
	margin:0 auto;
}
section#our-providers ul.location-providers li {
	display:inline-block;
	text-align:center;
	margin:0 0 60px 0;
	max-width:24%;
	vertical-align:top;
}
@media (max-width : 799px) {
	section#our-providers ul.location-providers li {
		max-width:48%;
	}
}
section#our-providers ul.location-providers li a {
	font-size:14px;
	color:#454141;
	color:#fff	;
	text-decoration:none;
	position:relative;
	display:block;
	overflow:hidden;
	transition:all .25s;
}
section#our-providers ul.location-providers li a:hover {
	color:#868ea0;
	color:rgb(244, 218, 84);
}
	section#our-providers ul.location-providers li a img {
		display:block;
		margin:0 auto 10px auto;
	}
#our-providers hr {
    background: #ffffff69;
}
#our-providers p {
    color:#fff;
}
#our-providers a.button {
    color: #fff!important;
    background-color: #868ea0;
}
#our-providers a:hover.button {
    background: #1d3b68;
}
#our-providers h2 {
    color:#fff;
}
#our-providers h2 a {
    color: #fff!important;
}
#our-providers h2 a:hover {
	color:#a78b00!important;
}
#our-providers h3 {
    color: #fff!important;
}


/* Text resizer */
div#text-resize {
	position:absolute;
	bottom:-8px;
	right:2%;
	background:rgba(121,208,229,.25);
	margin:0;
	padding:10px 20px;
	color:#2691c4;
	box-sizing:border-box;
	z-index:5;
}
.inside div#text-resize {
	bottom:-52px;
}
div#text-resize a {
	color:#2691c4;
	text-decoration:none;
	font-family:'Open Sans', sans-serif!important;
}
div#text-resize a:hover {
	color:#267b99;
}

/* ------ Logo ----- */
#logo-wrapper {
	position:relative;
	float:left;
	padding:15px 0;
	z-index:200;
}
#logo a img {
	border-radius:50%;
	border:solid 5px transparent;
	transition:all .5s!important;
}
#logo a:hover img {
	border-color:#f1cd16;
	opacity:1;
	transform:perspective(1px) scale(.96);
}
#practice-name a {
	display:block;
	font-size:30px;
	font-family:'PT Serif';
	font-style:normal;
	font-weight:700;
	text-decoration:none;
	color:#1d3b68;
	background: rgba(241,205,22,.1);
	margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 2px;
    border-bottom: solid 5px rgba(241,205,22,.7);
	transition:all .25s;
}
#practice-name a:hover {
	/*color:#bda118;*/
	color:#868ea0;
    border-bottom: solid 5px rgba(241,205,22,1);
}
/* -------------- slideshow -------------- */
#banner-wrapper {
	width:100%;
	position:relative;
	z-index:0;
	transform-style:preserve-3d;
	border-top:solid 14px #1d3b68;
}
#banner {
	width:100%;
	/*max-height:600px;*/
	max-height:800px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.slide {
	box-sizing:border-box;
	width:100%;
	text-align:left;
	position:relative;
}
.slide img {
	width:100%;
	height:auto;
}
/*.slide span.title {
	display:inline-block;
	position:absolute;
	top:10%;
	left:10%;
	padding:3%;
	font-family:'Open Sans';
	font-size:45px;
	font-size:3vw;
	text-align:left;
	color:#1d3b68;
	width:50vw;
	line-height:1.2;
	box-sizing:border-box;
	background:rgba(255,255,255,.9);
	border-radius:5px;
}*/
.slide span.title {
	display:inline-block;
	position:absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding: 4%;
    text-align: center;
	font-family:'Open Sans';
	font-size:3vw;
	color:#1d3b68;
	line-height:1.2;
	box-sizing:border-box;
	background:rgba(255,255,255,.9);
	border-radius:0;
}
.slide span.title span.sub-title {
	font-weight:600;
}
.slide span.title a {
	color:#1d3b68;
	text-decoration:none;
	transition:all .35s;
}
.slide span.title a:hover {
	color:#454f9b;
}
div.slide3 span.title {
	padding-left:28%;
}
div.slide3 span.title span.sub-title {
	padding-left:170px;
}
#banner div#buttons {
	position:absolute;
	top:35%;
	left:50%;
}
.inside #banner-wrapper {
    border-top: none;
}
.inside #content-wrapper {
    background: linear-gradient(178deg, #1d3b68, transparent);
    padding-top: 30px;
}
.inside #content-container {
    padding: 40px 20px;
    background: white;
    box-shadow: 0 0 40px #08285769;
	border-radius: 10px 10px 0 0;
}

/* ----------- News ----------- */
div.cycle-carousel-wrap {
	width:100%;
}
#news-wrapper {
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0 0 0 10%;
}
#news-wrapper h2 {
	font-size:32px;
	margin-bottom:30px;
}
#news-wrapper h2 a {
	color:#646464!important;
}
#news-wrapper h2 a:hover {
	color:#b90000!important;
}
/* ======= News Scroller ======= */
.news-wrapper #news-scroller {
	position:relative;
	width:100%;
	height:480px;
	overflow:hidden;
}
ul.scroller {
	margin:0;
	list-style:none!important;
	width:100%;
	box-sizing:border-box;
}
ul.scroller li {
	display:block;
	margin:0 0 5px 0!important;
	width:100%;
	height:3.6em;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	box-sizing:border-box;
	overflow:hidden;
}
ul.scroller li p {
	line-height:16px!important;
	font-size:18px;
	margin-bottom:0;
	width:100%;
	color:#032032;
	box-sizing:border-box;
	/*padding-left:12px;
	border-left:solid 2px #5cb8fc;*/
}
ul.scroller li.story a {
	display:block;
	margin:0 0 10px 0;
	padding-bottom:1px;
	color:#868ea0!important;
	font-family:'Open Sans', sans-serif;
	font-size:24px!important;
	text-decoration:none;
	/*width:250px;*/
	width:90%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all .35s;
}
ul.scroller li.story a:hover {
	color:#000!important;
	text-shadow:none;
	border-color:transparent!important;
}
ul.scroller li.story a.learn-more {
	display:inline-block;
	width:auto;
	margin:0;
	padding:0;
	font-size:14px!important;
	position:relative;
	top:2px;
}
#news-scroller .cycle-paused:after {
	top:0;
	right:5px;
	font-size:12px;
}
/* -- 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;
}
div.newsmessage5 {
	margin-bottom:30px;
}


/* ------------ Patient Forms Button ------------ */
#patient-forms {
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	font-size:16px;
	font-weight:normal!important;
	text-align:left;
	line-height:24px;
	color: #0e8d9c!important;
}
#patient-forms a {
	width:inherit!important;
	display:inline-block;
    text-decoration: none;
	font-weight:normal!important;
	font-size:14px;
	text-transform:uppercase;
    padding:0 10px;
    border-radius: 3px;
    display: inline-block;
    transition: all .35s;
	color:#bda118!important;
    border: 1px solid #bda118;
}
#patient-forms a:hover {
	text-decoration:none;
    color: #0e8d9c!important;
	border: 1px solid #0e8d9c;
}
#patient-forms i {
	margin:0 5px;
}
/* ---------  -------- */
/* ------------ Breadcrumb Nav ------------ */
#breadcrumbtree {
	margin:0 0 0 0;
	padding:0;
	position:relative;
	font-size:16px;
	font-weight:normal!important;
	text-align:left;
	line-height:24px;
	color: #333!important;
}
#breadcrumbtree a {
	width:inherit!important;
	display:inline-block;
    text-decoration: none;
	font-family: 'Open Sans';
	font-size:16px;
	margin-bottom:5px;
    padding:0 10px;
    border-radius: 1px;
    display: inline-block;
    transition: all .35s;
	color:#333!important;
    border: 1px solid #f1cd16;
}
#breadcrumbtree a:hover {
	text-decoration:none;
    color: #333!important;
	border: 1px solid #333;
}
#breadcrumbtree svg {
	margin:0 5px;
}
/* ----------- Footer Content ---------- */
footer a {
	color:#fff;
	text-decoration:none;
}
footer i {
	color:#fff;
}
footer a:hover {color:#f1cd16;}
ul.footer-menu {
	margin-bottom:20px;
}
ul.footer-menu li {
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	position:relative;
	font-size:17px;
	line-height:1.5;
}
.display999, span.display-499 {
	display:none;
}
.hide999, span.remove-499 {
	display:inline-block;
}

/*---- PDF link icon ----*/
#content a[href $='.pdf']::after { 
	margin-left: 10px;
	margin-right:5px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	line-height:1;
	display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 	content:"\f1c1";
}
#content a[href $='.pdf'] .svg-inline--fa { 
	margin-left: 10px;
	margin-right:5px;
}
/* Style to make telephone link non-clickable in browser */
a[href^="tel"] { text-decoration: none; pointer-events: none; cursor: default; }﻿

/*---- Print Styles -----*/
.screenonly {
	display:block;
	visibility:visible;
}
.printonly {
	display:none;
	visibility:collapse;
}
/* @@@@@@@@@ ========== Begin BOOTSTRAP GRID Styles + RESPONSIVE ========== @@@@@@@@@ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 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 : 1010px) { /* 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;
	}
}
@media (max-width : 1417px) {
	body, #wrapper, #header-wrapper, header, #content-container, #tool-bar-content, #banner, section#our-providers, #providers-news-wrapper, #providers-news, #three-callouts-wrapper, #three-callouts, #footer, #footer-2 {width:100%; min-width:100%; padding:0; box-sizing:border-box;}
	#three-callouts .callout {
		/*width:calc(100% / 3 - 45px);*/
		width:calc(100% / 3 - 145px);
	}
	#three-callouts .callout h3 {
		font-size:2.5vw;
		margin-bottom:10px;
	}
	#buttons {
		margin-right:1%;
	}
	#providers-news {
		padding:40px 2%;
	}
	header {
		padding:0 2%;
	}
		.inside header {
			border-radius:0;
		}
	#company-info {
		padding:40px 2% 0 2%;
	}
	#content-wrapper {
		padding:4% 0;
	}
		.inside #content-wrapper, .inside #content-container {
			padding:0 0 60px 0;
		}
		.inside #content-wrapper {
			padding:0 10px;
		}
	.column-welcome.float-left {
		float:none;
	}
	section#welcome, #providers, #content-container {
		padding:0 4%;
	}
	section#welcome {
		padding-top:0;
	}
	#footer {padding:4% 2%;}

	#breadcrumbtree {margin:30px 2% 20px 2%; padding-top:30px;}
	#left-col {
		padding-left:2%;
	}
	#left-col.fullwidth {
		padding-left:2%;
		padding-right:2%;
	}
	#right-col {
		padding-right:2%;
	}
	.inside #right-col {
	}
	.subnav {min-height:inherit;}
	nav.subnav &gt; ul &gt; li a {
		width:auto;
	}
	#icons { /* Remove this completely when/if Patient Portal and Appt Request icons are activated --- This affects the height of the header which was causing logo to break out below navigation */
		padding:20px 0;
	}
	#icons a.portal, #icons a.appt {
		display:block;
	}
	#icons a.newpatients { /* Remove this completely when/if Patient Portal and Appt Request icons are activated --- This affects the height of the header which was causing logo to break out below navigation */
		display:block;
	}
	nav#main-nav ul &gt; li a {
		font-size:20px;
	}
}
@media (max-width : 1199px) {
	#nav-wrapper {
		width:75%;
	}
	#main-nav {
		font-size:20px;
	}
	#three-callouts .callout a {
		font-size:1.5vw;
		line-height:1.25;
	}
	#three-callouts .callout h3 {
		font-size:2vw;
		margin-bottom:10px;
	}
}
@media (max-width : 1099px) {
	#buttons {
		font-size:16px;
	}
}
@media (max-width : 1009px) {
	.display999 {
		display:inline-block;
	}
	.hide999 {
		display:none;
	}
	#logo-wrapper {
		width:140px;
		padding-top:80px;
		z-index:0;
		/*float:none;*/
	}
	#three-callouts .callout a {
		font-size:2vw;
		line-height:1.25;
	}
	#three-callouts .callout {
		width:calc(100% / 3 - 60px);
		margin:0 20px 20px;
	}
	#tool-bar {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		margin-top:0;
		z-index:1;
		border-bottom:solid 1px #1d3b68;
	}
	#tool-bar-content {
		text-align:left;
	}
	#tool-bar #buttons, #locations {
		float:none;
		margin:0;
	}
	#locations {
		top:95px;
	}
	#tool-bar #buttons li a {
		font-size:2vw;
		line-height:3;
	}
	#locations .icons.locations {
		width:calc(100% / 2 - 25px);
	}
	#banner div#buttons {
		top:45%;
	}
	#right-col, .inside #right-col, #left-col {width:100%; padding:2%; float:none;}
	nav#main-nav ul &gt; li a {font-size:75%;}
	.slide span.title, div.slide3 span.title {
		/*top:50%;*/
		top:0;
		left:50%;
		width:100%;
		transform:translateX(-50%);
		padding:4%;
		text-align:center;
	}
	#providers-news ul.providers-list {
		column-count:1;
		padding-left:30px;
	}
	#providers-news div.provider-border {
		border:none;
	}
	.tablet-text-align-left {
		text-align:left;
	}
	.mobile-text-align-left {
		text-align:left;
	}
	/* ------------- Main Navigation ---------- */
	#nav-wrapper {
		border-bottom:none;
		width:100%;
		margin:0;
		border-radius:4px;
		position:fixed;
		bottom:inherit;
		top:0px;
		left:0;
		z-index:999;
		transform:translateY(0);
		visibility:collapse;
		opacity:0;
		transition:all .25s;
	}
	#nav-wrapper.slidein {
		transform:translateY(0);
		visibility:visible;
		opacity:1;
	}
	nav#main-nav {
		width:100%;
		height:auto;
		margin:0 auto;
		position:relative;
		bottom:inherit;
		z-index:999999;
	}
	nav#main-nav ul.menu.menu-toggle {
		margin:0;
		padding:47px 0 0 0;
		background:rgba(255,255,255,.95);
		width:100%;
		height:100vh;
		position:relative;
		display:block;
		float:none;
		z-index:1000;
	}
	nav#main-nav ul.menu.menu-toggle:before {
		display:none;
	}
	nav#main-nav ul &gt; li {
		margin:0;
		padding:0;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul &gt; li &gt; ul.dropdown &gt; li { /* This is for the mobile nav displaying sub/dropdowns --- giving margin */
		margin:0 5%;
	}
	nav#main-nav ul &gt; li a {
		background:#1d3b68;
		height:60px;
		font-size:22px;
		color:#fff;
		line-height:60px;
		display:block;
		border-top:solid 1px rgba(0,0,0,.1);
		border-bottom:none;
		text-shadow:none;
		text-decoration:none;
		text-align:center;
		position:relative;
		z-index:1000;
		-webkit-transition:all .1s;
		-moz-transition:all .1s;
		transition:all .1s;
	}
	nav#main-nav ul &gt; li a i {
		display:none;
	}
	nav#main-nav ul &gt; li a:hover{
		color:#fff;
		background:#868ea0;
		border-top:solid 1px rgba(255,255,255,.1);
	}
	nav#main-nav ul &gt; li a.current {
		color:#fff;
	}
	.mobile-visible {display:inline-block;}
	nav#main-nav ul &gt; li.sub &gt; ul.dropdown {
		display:none;
	}
	#nav-wrapper.slidein nav#main-nav ul &gt; li.sub &gt; ul.dropdown.mobile-display {
		width:100%;
		display:block;
		position:relative;
		top:inherit;
		left:inherit;
		transform:none;
		opacity:1;
		visibility:visible;
	}
			nav#main-nav ul &gt; li.sub a:hover.mobile-no-hover {
				background:#1d3b68!important;
			}
	nav#main-nav ul &gt; li.sub &gt; ul.dropdown.mobile-display:before {
		border-bottom-color:#868ea0;
	}
	nav#main-nav ul &gt; li.sub &gt; ul.dropdown.mobile-display li a {
		text-align:center;
		background:#868ea0;
	}
	a.phone {
	}
		a.phone span.label {
			display:block;
			font-size:12px;
			position:absolute;
			top:50%;
			transform:translateY(-50%);
			left:-55px;
		}
	/* hamburger toggle */
	a.mtoggle {
	  position:fixed;
		/*width:50px;*/
		width:50px;
		height:50px;
		top:.5%;
		right:60px;
		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: 18px;
	  left:9px;
	  background-color: #000;
	}
	a.mtoggle .icon:before {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #000;
	  content: '';
	  top: -10px;
	  left:0;
	}
	a.mtoggle .icon:after {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #000;
	  content: '';
	  top: 10px;
	  left:0;
	}
	a.mtoggle .icon:hover {
	  cursor: pointer;
	}
	a.mtoggle.open .icon {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  background: transparent;
	}
	a.mtoggle.open .icon:before {
	  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
			  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	}
	a.mtoggle.open .icon:after {
	  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
			  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	}
	/* end hamburger toggle */
	a.mtoggle span {
		display:inline-block;
		text-align:center;
		line-height:40px;
		box-sizing:border-box;
		padding:0 8px 0 50px;
		border-radius:0 0 2px 2px;
		background:none;
		color:#555;
		font-family:'Open Sans';
		font-size:12px;
		font-weight:600;
	}
	a.mtoggle span.bg {
		background:rgba(255,255,255,.85);
	}
	.tablet-mobile-hidden, .fa.map-marker.tablet-mobile-hidden {display:none!important;}
	.tablet-mobile-only {display:block;}
}
@media (max-width : 799px) {
	#banner div#buttons {
		position:relative;
		top:inherit;
		left:25%;
	}
	nav#main-nav ul.menu.menu-toggle {
		padding-top:41px;
	}
	a.mtoggle {
		top:0;
	}
	.vasc-wic h1.title {
		transform:none;
	}
	/*.slide span.title, div.slide3 span.title {
		font-size: 5.5vw;
		transform: none;
		left: 0;
		top: 0;
		padding: 20px;
	}*/
	div.slide3 span.title span.sub-title {
		padding:0;
	}
	#tool-bar #buttons li a i {
		font-size:20px;
	}
	#locations .icons.location {
		padding:0;
	}
	#locations .icons.location:first-of-type {
		text-align:left;
	}
	#locations .icons.location:last-of-type {
		text-align:right;
	}
	#three-callouts .callout {
		width:calc(100% / 1.5 - 60px);
		margin:0 60px 40px;
	}
	#three-callouts .callout a {
		font-size:3vw;
	}
	#three-callouts .callout h3 {
		font-size:4vw;
	}
	.home div#text-resize {
		bottom:-52px;
	}
	.inside div#text-resize {
		bottom:-52px;
	}
	#icons { /* Remove this completely when/if Patient Portal and Appt Request icons are activated --- This affects the height of the header which was causing logo to break out below navigation */
		padding:0;
	}
	#icons a.newpatients { /* Remove this completely when/if Patient Portal and Appt Request icons are activated --- This affects the height of the header which was causing logo to break out below navigation */
		display:inline-block;
	}
	#providers .provider h3 {
		font-size:4.75vw;
	}
	#providers-news {
		background-position:center center;
		background-size:contain;
	}
	.mobile-only-nav-item {display:block!important;}
	.hidden-nbsp {display:none;}
	#left-col, #right-col, #middle-col, .inside #left-col, .inside #right-col {width:100%; padding:6% 2%; float:none;}
	.inside #left-col {padding:0 2% 6% 2%;}
	header {padding:0;}
	#icons {
		position:relative;
		float:none;
		top:inherit;
		right:inherit;
	}
	#icons a.portal, #icons a.appt {
		display:inline-block;
		margin:0 0 10px 0;
	}
	.inside #left-col div#content {
		padding-right: 0;
	}
	#logo-wrapper {
		position:relative;
		left:inherit;
		top:inherit;
	}
	h1#logo {
		margin:0 0 30px 145px;
		position:relative;
		top:0;
		left:inherit;
	}
	h1#logo a:before {
		width:145px;
		height:145px;
		top:-70px;
		left:-150px;
		background-size:contain;
	}
	#locations .location br {
	}
	span.remove {display:none;} /* This removes an item with class .remove */
	table.providers tr td {
		font-size:80%;
	}
	#left-col iframe {
		max-width:100%;
		height:auto;	
	}
	.subnav {
		padding:0;
	}
	#header-wrapper {
		position:relative;
		height:inherit!important;
	}
	ul.footer-menu, #footer .col-md-6.pull-left, #footer .col-md-6.pull-right {text-align:center; float:none!important;}
	#locations a {font-size:2.75vw;}
}
@media (max-width : 639px) {
	.mobile-hidden {display:none;}
	.mobile-only {display:block;}
	#tool-bar #buttons li a {
		font-size:3vw;
	}
	nav#main-nav ul &gt; li a {
		font-size:18px;
	}
	.inside div#text-resize {
		bottom:6px;
		right:6px;
		background:#fff;
	}
	#tool-bar #buttons a {
		padding:20px 0;
	}
	#locations {text-align:left;}
	#locations a {font-size:3.25vw;}
	#practice-name a {
		margin-bottom:0;
	}
	/*.slide span.title {
		width:100%;
		left:0%;
		top:0;
		line-height:1;
		font-size:6vw;
	}*/
	#banner div#buttons {
		width:100%;
		box-sizing:border-box;
		position:relative;
		left:inherit;
	}
	#banner div#buttons a.slide-btn {
		position:relative;
		width:96%;
		margin:10px auto;
		background:#2691c4;
		color:#fff;
	}
	#banner div#buttons a.slide-btn:first-of-type {
		left:inherit;
	}
	#banner div#buttons a.slide-btn:before, #banner div#buttons a.slide-btn:after {
		display:none;
	}
	#breadcrumbtree {margin-top:20px;}
	section#welcome, #providers {
		padding:8% 4% 0 4%;
	}
	#providers .provider {
		width:100%;
		text-align:center;
	}
	#providers .provider a img.float-left {
		float:none;
		margin:0;
	}
	#providers .provider h3 {
		font-size:7.5vw;
	}
	#providers .provider p {
		font-size:14px;
	}
	/* two column layout can be used anywhere */
	div.col-2 {
		width:100%;
		display:block;
		margin-bottom:60px;
	}
	#left-col img {
		width:48%;
		height:auto;
	}
	#left-col img.fullwidth {
		width:100%;
		height:auto;
		float:none;
		padding:0;
		margin:0 0 20px 0;
	}
	#left-col iframe {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	#left-col table td {
		display:block;
	}
	#left-col table.providers tr td {
		display:block;
	}
	table.providers tr td {
		font-size:90%;
		width:85%;
		margin:0 auto;
	}
	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}
	#providers-news ul.providers-list li a {
		font-size:22px;
		padding:5px 0;
		display:inline-block;
	}
	.inside #left-col ul.viewmedica-thumb-list &gt; li {
		width:calc(100% / 3 - 15px);
	}
	.inside #left-col ul.viewmedica-thumb-list &gt; li a img {
		width:100%;
		height:auto;
	}

	ul.footer-menu {width:100%; margin:0; padding:6% 0; text-align:center;}
	ul.footer-menu li.footer-heading.contact {margin-left:0;}
	ul.footer-menu li i.fa-li {position:relative; left:0;}
	/* Style to make telephone link clickable in phone browser */
	a[href^="tel"] { text-decoration: none; pointer-events: inherit; cursor: default; }﻿
}
@media (max-width : 549px) {
	header {min-height:auto;}
	#logo-wrapper {
		left:2%;
		width:100px;
		padding-top:60px;
	}
	#tool-bar #buttons li a {
		padding-right:5px;
	}
	.home div#text-resize {
		bottom:6px;
		right:7px;
		background:#fff;
	}
	#locations {
		top:80px;
	}
	#locations #icons a {
		margin:0 5.5vw; /* Remove this completely when/if Patient Portal and Appt Request icons are activated */
		font-size:32px; /* Remove this completely when/if Patient Portal and Appt Request icons are activated */
		font-family:'Open Sans';
	}
	.small-mobile-only {
		display:inline-block;
	}
	.small-mobile-hidden {
		display:none;
	}
	table.providers tr td {
		box-sizing:border-box;
		width:100%;
		margin:0 auto;
	}
	#left-col img {
		width:48%;
		height:auto;
	}
	#left-col img.mobile-fullwidth {
		width:100%!important;
		height:auto!important;
		float:none;
	}
	#left-col table.providers tr td img {
		width:75%;
		height:auto;
	}
	#left-col table.providers tr td:nth-child(3) {
		clear:left;
	}
	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}
	.col-xs-12 {
		text-align:center;
	}
}

@media (max-width : 499px) {
	span.remove, .remove-br, span.remove-499, .remove-499 {display:none;} /* This removes an item with class .remove */
	span.display-499 {display:inline-block;}
	nav#main-nav ul &gt; li {
		padding:0;
	}
	input[type=text] {
		max-width:100%;
	}
	#tool-bar #buttons a {
		font-size:3.5vw;
	}
	#logo-wrapper {
		width:60px;
	}
	#locations {
		top:60px;
	}
	#locations .icons.location a {
		font-size:3.5vw;
		margin:0 5px;
	}
	#locations .icons.location a i.fa-phone-square {
		font-size:10vw;
		margin-top:10px;
	}
	#locations .icons.location:first-of-type {
		margin-bottom:10px;
	}
	#three-callouts .callout {
		width: calc(100% / 1.25 - 10px);
		margin: 0 10px 40px;
	}
	#three-callouts .callout a {
		font-size: 4vw;
	}
	#three-callouts .callout h3 {
		font-size: 5vw;
	}
	.inside #left-col ul.viewmedica-thumb-list &gt; li {
		width:calc(100% / 2 - 15px);
	}
}
@media (max-width : 434px) {
	a.mtoggle {
		right:1%;
	}
	a.mtoggle span {
		display:none;
	}
	#tool-bar #buttons li a i {
		padding:10px;
	}
	#locations .icons.location a {
		font-size:3.5vw;
	}
	#locations .icons.location a i.fa-phone-square {
		font-size:7vw;
	}
}
</pre></body></html>