@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:#0caba6; margin: 30px auto; padding: 0; width:66%;}

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: 'Comfortaa', sans-serif; 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 ======= */
/* =============================== */
.color-yellow {
	color:#edaa1d;
}


/* All Testimonials display page */
.testimonial-individual {
	margin:40px 0;
	padding:30px 30px 10px;
	background:#e6edf1;
	box-sizing:border-box;
	border:solid 1px #d9e4ea;
	position:relative;
	z-index:1;
	border-radius: 3px;
}
.testimonial-individual  span{
	font-weight:600;
}
.testimonial-individual p {
	margin:0 0 40px 0!important;
}
a.testimonial-top {
	position: absolute;
    bottom: -30px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 50%;
	color:#0a8b87!important;
}
a:hover.testimonial-top {
	color: #0f4a77!important;
}
	a.button.testimonials-read-more {
		padding:16px;
		background:#0f4a77!important;

		border-radius:5px;
		color:#fff;

		display:block;
		text-align:center;
	}
	a:hover.button.testimonials-read-more {
		background:#0a8b87!important;
	}

/*---- PDF link icon ----*/


#content a[href $='.pdf']::after { 
	margin-left: 10px;
	margin-right:5px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	line-height:1;
	display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 	content:"\f1c1";
}
#content a[href $='.pdf'] .svg-inline--fa { 
	margin-left: 10px;
	margin-right:5px;
	color:#0a8b87;
}

#content .col-1-of-2{
	float:left;
	width: 42%;
}

#content .col-2-of-2{
	float:right;
	width: 42%;
}

table.providers{
	text-align:center;
}
table.providers img{
	margin-bottom:20px;
}
table.providers a:hover{
	text-decoration:none;
	transition:all .25s;
	color: #02a977!important;
	border-bottom:3px solid #02a977;
}
	
iframe{
	margin-top:20px;
}
p, #content p, #services-feature-wrapper p{
	margin:8px 0 24px 0;
	line-height:1.6;

}

h1 {
	font-size:40px;
	color:#02a977;
	font-family:  'Comfortaa', serif;
	font-weight:normal!important;
	margin:30px 0 0 0;
}

h1.page-title {
	margin:30px auto;
	color:#000;
}
.home h1.page-title {
	width:100%;
	text-align:center; 

}
.home #content {
	margin:0 auto;
	width:74%;
	text-align:center; 
}
h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa', sans-serif; font-weight:600;
	color:#016346;
	margin:40px 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:#016346!important;
	font-weight:normal!important;
	text-decoration:none;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	color:#02a977!important;
	border-color:inherit!important;
}
h2 {
	font-size:36px;

}
h3 {
	font-weight:normal;
	font-size:32px;
}
h4 {
	font-size:28px;

}
h5 {

	font-size:24px;
}
h6 {
	font-size:20px;

}
.left-col a, #content a {
	text-decoration:none;
	color:#02a977;
	font-weight:700;
	transition:all .25s;
}
.left-col a:hover {
	text-decoration:none;
	transition:all .25s;
	color: #02a977;
	border-bottom:3px solid #02a977;
}
#content p a:hover, #content li a:hover{
	text-decoration:none;
	transition:all .25s;
	color: #02a977;
	border-bottom:3px solid #02a977;
}
.inside .left-col ul, .inside .left-col ol {
	margin:10px 0 30px 40px;
}
.left-col ul > li, .left-col ol > li {
	line-height:1.6;
	margin:0 0 10px 10px;
}
.home ul.bullets {
	margin-left:10px;
}
.inside .left-col ul > li, ul.bullets li {
	margin:0 0 10px 10px;
	list-style:disc;
}
#content ul.nobullets {
	margin-left:0;
}
#content ul.nobullets li img{
	border:none;
	box-shadow:none;
}
 #content ul.nobullets > li {
	list-style:none;
}
#content ul.nobullets.inline > li {
	list-style:none;
	display:inline-block;
	margin:0 10px;
}

#content .newsmessage5{
	padding:10px;
	margin:20px 0;
	background: #f8fdfd;
	border: 1px solid #ccc;
}
.float-right {
	float:right;
	margin:5px 0 20px 60px;
}
.float-left {
	float:left;
	margin:5px 60px 20px 0;
}
	.float-left.no-margin, .float-right.no-margin {
		margin:0;
	}
#content img {
	transition:all .35s;
	box-shadow: 0 25px 25px -25px #ccc;
	padding-top:15px;
}
a img {
	transition:all .35s;
}
a:hover img {
	box-shadow: 0 25px 10px -25px #ccc;
	border-bottom:none!important;
}
.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;}
.text30 {font-size:30px!important;}
.text24 {font-size:24px!important;}
.text22 {font-size:22px!important;}
.text20 {font-size:20px!important; line-height:1.5;}
.text18 {font-size:18px!important; line-height:1.5;}
.text16 {font-size:16px!important; line-height:1.5;}
.text14 {font-size:14px!important; line-height:1.5;}
fieldset {
	border: solid 1px #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px;
}
legend {
	font-family: 'Comfortaa', sans-serif; font-weight:700;
	color:#02a977;
	font-size:36px;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
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:6px 3px;
	color:#02a977!important;
	font-weight:400!important;
	font-family: 'Comfortaa', sans-serif;
}



/* input.formInputTextReadonly, textarea.u {	width:98%;} */

input[type="radio"] {
	width:inherit;
	margin-bottom:10px;
}
input:hover, textarea:hover, select:hover {border-color:#c3c3ca;}


table {
	border-bottom: none;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}
table thead {
	width:100%;
	border: 1px solid #aaaaaa;
}
table th {
	color:#fff;
	background:#3e295d;
	font-weight:normal;
	line-height:normal;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border: 1px solid #ffffff;
}
table td {
	/*border-top: 1px solid #fff;*/
	padding: 6px 0;
}
table input[type=button], table input[type=submit], input[type=button], input[type=submit], a.button, span.button{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a977+0,016346+100 */
background: linear-gradient(to bottom,  #02a977 0%,#016346 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width:auto;
	font-weight:normal!important;
	padding:8px 20px;
	display:inline-block;
	font-family: 'Comfortaa', sans-serif!important;
	font-weight: 400!important;
	color:#ffffff!important;
	border-bottom:none;
	text-decoration:none;
	-webkit-appearance:none;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, a.button:hover, span.button:hover {
	background: #f7a100!important; 
	color:#000!important;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
	border-bottom:none!important;
}



a.button.fullwidth {
	display:block;
}

table input[type="radio"] {
	vertical-align:middle;
	margin: 4px 5px 6px 0 !important;
}
 


.circle {
	border-radius:50%;
}
.border-blue {
	border:solid 1px #1c2d6a;
}


.mobile-only, .mobile-visible, .tablet-mobile-only, .sm-tablet-mobile-only, .small-mobile-only, .mobile-only-nav-item {display:none!important;}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* --------------- Main Structure ---------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
body {
	background:#fff;
	font-family: 'Comfortaa', sans-serif;
	font-weight:400;
	font-size:26px;
	line-height:36px;
	color:#39393a;
	margin:0;
	padding:0;
	z-index:0;
	overflow:hidden;
}
#wrapper {
	min-width:1600px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}


#header-wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}
header {
	width:1600px;
	margin:0 auto;
	padding:0 2px;
	overflow:visible;
	position:relative;
	z-index:1;
}
header:after {
	content:'';
	display:table;
	clear:both;
}
#top-bar-wrapper {
	background:#02a977;
	position:relative;
	color:#fff;
	padding:12px 0;
}
#nav-wrapper {
	width:100%;
	position:relative;
	clear:both;
	background:rgba(255,255,255,.7);
}
#content-wrapper {
	width:100%;
	margin:-59px auto 0;
	padding:0 0 0 0;
	position:relative;
	z-index:0;
	overflow:hidden;
	box-shadow: inset 0 -40px 30px -35px rgba(0,0,0,.2), inset 0 40px 30px -35px rgba(0,0,0,.2);
}
.inside #content-wrapper{
		margin:0 auto;
}
#content-container {
	width:1600px;

	margin:0 auto;
	padding: 40px  0 40px  0; 
	position:relative;
	z-index:2;
	box-sizing:border-box;
}
.home #content-container{
	padding: 40px  0 40px  0;

}

#big-buttons{
	margin:40px auto 0;
	width:100%;
}

#big-buttons #insurance{
	display:block;
	margin:30px auto;
	width:70%;
	min-height:80px;
	padding:20px;
	background:#02a977!important;
}
#big-buttons #insurance a svg{
	color:#000;
	float:left;
	font-size: 46px!important;
	transition:all .15s;
}
#big-buttons #insurance a span{
	font-family: 'Comfortaa', serif;
	font-size:30px;
	padding-left:20px;
	float:left;
	color:#ffffff;
	transition:all .15s;	
}
#big-buttons #insurance a p.button-home{
	float:right;
	font-weight:400;
	background:#f7a100;
	color:#000000;
	padding:2px 6px;
	margin:0;
	border-radius:4px;
	transition:all .15s;
}
#big-buttons #insurance a:hover svg{
	color:#fff;
	transition:all .15s;	
}
#big-buttons #insurance a:hover span{
	color:#000;
	transition:all .15s;
}
#big-buttons #insurance a:hover p.button-home{
	background:#fff;
	color:#000000;
	transition:all .15s;
}



#big-buttons #appointments{
	display:block;
	margin:30px auto;
	width:70%;
	min-height:80px;
	padding:20px;
	background:#f7a100!important;
}
#big-buttons #appointments a svg{
	color:#ffffff;
	float:left;
	font-size: 46px!important;
	transition:all .15s;
}
#big-buttons #appointments a span{
	font-family: 'Comfortaa', serif;
	font-size:30px;
	float:left;
	padding-left:20px;
	color:#000000;
	transition:all .15s;
}
#big-buttons #appointments a p.button-home{
	float:right;
	font-weight:400;
	background:#ffffff;
	color:#000;
	padding:2px 6px;
	margin:0;
	border-radius:4px;
	transition:all .15s;
}
#big-buttons #appointments a:hover svg{
	color:#02a977;
	transition:all .15s;
}
#big-buttons #appointments a:hover span{
	color:#fff;
	transition:all .15s;
}
#big-buttons #appointments a:hover p.button-home{
	background:#02a977;
	color:#fff;
	transition:all .15s;
}




#content-inner {
	width:1100px;
	margin:0 auto;
	padding:40px 0;
	box-sizing:border-box;
}
#content-inner h2 {
	font-family: 'Comfortaa', sans-serif;
	font-weight:normal;
	font-size:48px;
	color:#3e295d;
	margin:0 0 10px 0;
}
#content-inner img{
	float:left;
	margin-right: 5%;
	box-shadow:0 5px 30px rgba(0,0,0,.4);
}

#footer-wrapper {
	width:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40c843+0,2a832c+100 */
	background: #40c843; /* Old browsers */
	background: -moz-linear-gradient(top,  #02a977 0%, #016346 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #02a977 0%,#016346 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #02a977 0%,#016346 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a977', endColorstr='#016346',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 10px 10px -10px #016346;
	position:relative;
	z-index:0;
	padding-bottom:30px;
}
footer {
	margin:0 auto;
	padding-top:40px;
	box-sizing:border-box;
	text-align:center;
	color:#eee;
	font-size:18px;
	font-weight:400;
	position:relative;
	z-index:999;
}
ul#urls li a{
	font-size:14px;
	color:#aaa;
}
ul#urls li a:hover{
	color:#fff;
}
/* ------------- Main Navigation ---------- */
nav#main-nav {
	width:1600px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	display:flex;
	justify-content:space-around;
	text-align:center;
	z-index:1000;
}
nav#main-nav ul > li {
    margin:0 20px;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
	overflow:visible;
}
nav#main-nav ul > li a {
	position:relative;
	background:none;
	padding:0 0 0 0;
	font:20px/60px   'Comfortaa', sans-serif;
	font-weight:600;
	display:block;
	color:#000;
	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:hover, nav#main-nav ul > li.current a, nav#main-nav ul > li.current a svg {
	color:#02a977;
	border-bottom:none;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
/* ------------------------- */
/* ------------------------- */
/* ---- Dropdown Subnav ---- */
/* ------------------------- */
/* ------------------------- */
div.dropdown h3 {
	padding:10px;
	margin:0;
	background:#0a8b87!important;
	border-bottom:solid 1px rgba(255,255,255,.8);
}
nav#main-nav ul > li.sub > div.dropdown h3 a {
	font-family: 'Comfortaa', sans-serif;
	font-size:24px;
	font-weight:400!important;
	text-transform:none;
	text-align:center!important;
    line-height:1;
    color:#fff!important;
	padding:10px 0;
	display:inline-block;
}
nav#main-nav ul > li.sub > div.dropdown h3 a:hover {
	color:#02a977!important;
	background:#000!important;
}
nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall {
	font-size:14px;
	background:rgba(255,255,255,.3);
	border-radius:4px;
	padding:10px 20px;
	cursor:pointer;
	text-transform:none;
}
div.dropdown h3 a.button.showall span.showit, div.dropdown h3 a.button.showall span.hideit {
	display:none;
}
div.dropdown h3 a.button.showall span.showit.active, div.dropdown h3 a.button.showall span.hideit.active {
	display:inline-block;
}
nav#main-nav ul > li.sub > div.dropdown h3 a:hover.button.showall, nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall.active {
    color:#02a977!important;
	background:#000!important;
}
nav#main-nav ul > li.sub > div.dropdown h3 a.button.showall.active svg {
	transform:rotate(180deg);
}
div.dropdown ul.nested h4 {
	color:#fff!important;
	font-weight:400;
	font-size:16px;
	text-align:left;
	background: rgba(255,255,255,.075)!important;
    padding: 5px 10px;
	margin-bottom:0px;
}

nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > div.dropdown {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a977+0,016346+100 */
background: linear-gradient(to bottom,  #02a977 0%,#016346 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin:0;
	padding:10px;
	position:absolute;
	top:60px;
	left:50%;
	transform:translate(-50%, -5px);
	width:300px;
	height:auto;
	border-radius:2px;
	z-index:900;
	opacity:0;
	visibility:hidden;
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	transition:opacity 0s;
}
nav#main-nav ul > li.sub:hover > div.dropdown {
	/*transform:translate(-50%, 0%);*/
	opacity:1;
	transition:transform .75s, opacity .5s;
	visibility:visible;
	z-index:2000;
}
nav#main-nav ul > li.sub > div.dropdown:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #02a977;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
nav#main-nav ul > li.sub > div.dropdown.wnarrow {
	width:200px;
}
nav#main-nav ul > li.sub > div.dropdown.wmedium {
	width:400px;
}
nav#main-nav ul > li.sub > div.dropdown.wwide {
	width:650px;
}
	nav#main-nav ul > li.sub > div.dropdown.wwide {
		display:flex;
		justify-content:space-evenly;
	}
	nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2 {
		width:50%;
		background:rgba(255,255,255,1);
	}
		nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2:first-of-type {
			border-right:solid 1px #02a977;
		}
		nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2:last-of-type {
			border-left:solid 1px #02a977;
		}
	nav#main-nav ul > li.sub > div.dropdown.wwide > .col_2 > ul > li {
		display:block!important;
		width:100%;
	}
nav#main-nav ul > li.sub > div.dropdown.wxwide {
	width:1000px;
}
nav#main-nav ul > li.sub > div.dropdown.wxwide.position-left {
	left:0;
	transform:translate(0%, -5px);
}
	nav#main-nav ul > li.sub:hover > div.dropdown.wxwide.position-left {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
	}

	nav#main-nav ul > li.sub > div.dropdown.normal > div.col_none:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.normal > div.col_none > ul > li {
		width:100%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul > li, nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested > li > ul > li {
		width:33%;
	}
		nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested {
			display:block;
		}
		nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested > li {
			width:100%;
		}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_4:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_4 > ul > li {
		width:25%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_5:after {
		content:'';
		display:table;
		clear:both;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_5 > ul > li {
		width:20%;
	}
	

nav#main-nav ul > li.sub:last-of-type > div.dropdown {
	left:inherit;
	right:0;
	transform:translate(0%, -5px);
}
nav#main-nav ul > li.sub:last-of-type:hover > div.dropdown {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
}
nav#main-nav ul > li.sub:last-of-type > div.dropdown:before {
	transform:none;
	left:inherit;
	right:20%;
}
nav#main-nav ul > li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul > li.sub:hover a:after {
		width:80%;
		opacity:1;
}
nav#main-nav ul > li.sub:hover div.dropdown li a {
	background:none;
}
nav#main-nav ul > li > div.dropdown > div > ul > li, nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_3 > ul.nested > li > ul > li {
	text-align:left;
	color:#fff;
	height:auto;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
	vertical-align:top;
	background:none;
	position:relative;
	border-bottom:solid 1px rgba(255,255,255,.1);
	z-index:2000;
	-moz-transition:background .15s;
	-webkit-transition:background .15s;
	transition:background .15s;
}
nav#main-nav ul > li.sub > div.dropdown > li:last-child a {
	border-bottom:none;
}
nav#main-nav ul > li.sub:hover a {

}
nav#main-nav ul > li > div.dropdown > div > ul > li a, nav#main-nav ul > li.sub > div.dropdown > li > ul > li a, nav#main-nav ul > li > div.dropdown > div > ul > li span.nolink {
	font-weight:400;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#000!important;
	z-index:2000;
	padding:10px 10px;
}
	nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
		padding:20px 10px;
	}
nav#main-nav ul > li > div.dropdown.normal > div > ul > li a {
	font-family: 'Comfortaa', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#000;
	line-height:1.2;
	padding-left:20px;
	background:#f8fdfd!important;
}
nav#main-nav ul > li.sub div.dropdown li a:hover {
	color:#000!important;
	background:#0f4a77!important;
}


nav#main-nav ul > li.sub > div.dropdown > div > ul {
	display:block;
}
nav#main-nav ul > li.sub > div.dropdown > div > ul.active {
	display:block;
}

/* ------ Subnav (sidebar) ------ */
.subnav {
	padding:10px;
	margin: 0 0 20px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a977+0,016346+100 */
background: linear-gradient(to bottom,  #02a977 0%,#016346 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0 0 3px 3px;
}
nav.subnav h1 {display:none; visibility:collapse;}

.right-col h2 {
	background:#02a977;
	font-family:  'Comfortaa', sans-serif;
	text-transform:none;
	font-weight:700;
    font-size: 36px;
	color:#000!important;
    margin: 0;
    border-radius: 3px 3px 0 0;
    padding: 10px 10px 0 30px;
}
.right-col nav.subnav > ul {
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}
.right-col nav.subnav > ul > li {
	
	list-style:none!important;
	margin:0;
	font-size:20px;
}
.right-col nav.subnav > ul > li:last-child {
	border-bottom:none;
}
.right-col nav.subnav > ul > li a {
	position:relative;
	margin:0 auto 1px auto;
	padding:20px 5px 20px 25px;
	display:block;
	font-size:20px;
	font-weight:normal!important;
	color:#000!important;
	text-decoration:none;
	line-height:26px;
	border-radius:0;
	background:#f8fdfd!important;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.right-col nav.subnav > ul > li a svg {
	color:#fff;
	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;
}
.right-col nav.subnav > ul > li a.selectedon {
	background:#f7a100!important; /*gold */
	color:#000!important;
}
.right-col nav.subnav > ul > li a.selectedon:hover{
	background:#016346!important;
	color:#fff!important;
}

.right-col nav.subnav > ul > li a:hover{
	background:#016346!important;
	color:#fff!important;
}



nav#main-nav ul > li > div.dropdown.normal > div > ul > li a:hover {  
		color:#000!important;
	background:#f7a100!important;
}




/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------ Page Structure (columns) ----------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
.right-col {
	float:right;
	width:400px;
	margin:60px 0 0 0;
	padding:0;
	text-align:left;
	position:relative;
	box-sizing:border-box;
}
.left-col {
	/*width:67.833333%;*/
	width:calc(100% - 480px);
	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;
}
.inside #content {
	padding:0 60px 0 0;
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Top Bar - links  */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#top-bar {
	width:1600px;
	margin:0 auto;
	font-size:22px;
	font-weight:400;
	font-family:  'Comfortaa', sans-serif;
}
#top-bar a {
	color:#fff;
	text-decoration:none;
	transition:all .35s;
	font-weight:400;
	margin:0 8px;
	line-height:1;
}

#top-bar svg {
	margin:0 5px;
}
#top-bar .pull-right a {
	margin-left:20px;
	margin-right:0;
	font-size:32px;
}



#header-right{
	float: right;
}

#address-wrap {
	width:100%;
	margin:0 auto;
	clear:right;
	text-align:center;
	padding-top:20px;
	font-family:  'Comfortaa', sans-serif;

}
#address-wrap a, .address a {
	font-size:20px;
	font-weight:400!important;
	color:#000;
	text-decoration:none;
	line-height:1.1;
	transition:all .35s;
	
}
#address-wrap a:hover, .address a:hover {
	color:#02a977;
}
#address-wrap li.address {
	font-size:20px;
	line-height:22px!important;
	color:#000;
	font-weight:400!important;
	margin:10px 0 20px 0;
}
#address-wrap li.phone {
	color:#02a977;
	font-size:36px;
	font-weight:400!important;
}
#address-wrap a.phone {
	font-weight:400!important;
	font-size:36px;
	color:#02a977;
}

#address-wrap a.address { 
	font-size:20px;
	font-weight:400!important;
	color:#000;
}
#address-wrap li {
	margin:0 0 16px 0;
	font-weight:400!important;
}



#address-wrap li:nth-of-type(2) a svg {
	color:#0f4a77;
	font-weight:400!important;
	font-size:30px;
	transition:all .5s;
}
#address-wrap li:nth-of-type(2) a:hover svg {
	color:#0a8b87;
	transition:all .5s;
}

/* Top 3 tabs */
ul#tabs{
	width:100%;
	margin:0 auto;
	line-height:normal!important;
}
ul#tabs li {
	display:inline-block;
	margin:0 6px;
	line-height:normal;
	font-family:  'Comfortaa', sans-serif;
}

ul#tabs li a {
	font-weight:400!important;
	display:block;
	padding:8px 16px;
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	transition:all .35s;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a977+0,016346+100 */
background: linear-gradient(to bottom,  #02a977 0%,#016346 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



ul#tabs li a:hover{
	transition:all .35s;
	background:#f7a100; /*gold */
	color:#000;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------    Services Feature     ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#services-feature-wrapper {
	padding:60px 0;
	background: url(images/services-bg.jpg) repeat 0 0;
	background-size:cover;
}
#services-feature-wrapper h2{
	font-family: 'Comfortaa', sans-serif!important;
	font-size:40px;
}
#services-feature-wrapper h2 a{
	color:#000!important;

}
#services-feature-wrapper h2 a:hover{
	color:#02a977!important;

}
#services-feature-wrapper p{
	width:74%;
	margin:40px auto 60px;
}
#services-feature {
	width:1600px;
	margin:0 auto;
}
ul#services-callouts {
		text-align:center;
	}
	ul#services-callouts li {
		display:inline-block;
		/*margin:0 80px 40px 80px;*/
		margin:0 20px 60px 20px;
		max-width:400px;
		width:calc(100% / 5 - 60px);
		position:relative;
		vertical-align:top;
		z-index:0;
	}
	ul#services-callouts li a {
		display:block;
		position:relative;
		z-index:1;
		color:#fff;
		text-decoration:none;
		font-family:  'Comfortaa', sans-serif;
		font-size:28px;
		font-weight:600;
		line-height:1.2;
		transition:all .5s;
	}
	ul#services-callouts li a span.photo-container {
		border-radius:4px;
		display:block;
		position:relative;
		overflow:hidden;
		z-index:1;
		transition:all .5s;
	}
		ul#services-callouts li a:hover {
			border-bottom:none;
		}
	ul#services-callouts li a img {
		width:100%;
		height:auto;
		display:block;
		transform-style:preserve-3d;
		transform:scale(1);
		transition:transform .5s cubic-bezier(.49,.7,.57,.94);
	}
		ul#services-callouts li a:hover img {
			transform:perspective(1px) scale(1.06);
			transition:transform 1.75s cubic-bezier(.49,.7,.57,.94);
		}

		_:-ms-input-placeholder, :root ul#services-callouts li a:hover img {transform:none;} /* IE Browser hack to NOT scale img due to shaking */

	ul#services-callouts li a span.label {
		display:block;
		width:100%;
		box-sizing:border-box;
    	padding:20px 0;
		position:absolute;
		text-align:center;
		top: 50%;
		transform: translateY(-50%);
		background:rgba(2,169,119,.5);
		z-index:5;
		transition:background .2s;
	}
		ul#services-callouts li a:hover span.label {
			background:rgba(246,159,1,.85);
		}

@media (max-width : 940px) {
	.feature ul li, .feature ul li a {
		font-size:26px;
	}
}
@media (max-width : 799px) {
	.feature h2, .feature h2 a {
		font-size:32px!important;
	}
}
@media (max-width : 648px) {
	.feature ul li, .feature ul li a {
		font-size:22px;
	}
}




/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------             Logo                  ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#logo-wrapper {
	position:relative;
	float:left;
	margin:0!important;
	padding:0!important;
	vertical-align:top;
	z-index:200;

}
#logo-wrapper:after {
	content:'';
	display:table;
	clear:both;
}
/* ----------- LOGO ---------- */
a#logo {
	display:inline-block;
	float:left;
	margin:0!important;
	padding:0!important;
	text-decoration:none;
	opacity:1;
	transition:all .25s;

}
a#logo img{
	margin:0!important;
	padding:0!important;
	box-shadow:none!important;
}
a#logo:hover {
	transform:scale(.97,.97);
	transition:all .25s;

}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------          slideshow                ----- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  		  animation-delay: .5s;
}

#banner-wrapper {
	width:100%;
	position:relative;
	z-index:0;
	transform-style:preserve-3d;
	top:-60px;
}
.inside #banner-wrapper {
	width:100%;
	position:relative;
	z-index:0;
	transform-style:preserve-3d;
	top:0px;
}
#banner {
	width:100%;
	max-height:970px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.inside #banner {
	max-height:400px;
}
.inside #banner .title h2{
	font-family: 'Comfortaa', serif;
	padding-bottom:12px;
	color:#000;
	font-weight:700;
}
.slide {
	box-sizing:border-box;
	width:100%;
	text-align:left;
	position:relative;
	display:none;
}
.slide img {
	width:100%;
	height:auto;
}
#banner .title-wrap {
	display:block;
	position:absolute;
	top:30%;
	left:50%;
	transform:translateX(-50%);
	box-sizing:border-box;
	z-index:999;
	width:90%;
}


#banner .title {
	padding:0;

	text-align:center;
	animation-delay:1200ms;
	animation-duration:1.5s;

}

#banner .title h2 {
	font-family:  'Comfortaa', sans-serif;
	font-weight:700;
	font-size:64px;
	text-transform:uppercase;
	color:#000;
	border-bottom:solid 3px #02a977;
	display:inline-block;
	font-size:36px;
	padding-bottom:30px;
	text-shadow: 0px 0px 10px #ffffff;
}
#banner .title h2 span {
	font-family: 'Comfortaa', serif;
	color:#0c5187;
	font-weight:700;
	text-transform:uppercase;

}
#banner .subtitle {
	padding-top:30px;
	font-family:  'Comfortaa', sans-serif;
	font-weight:400;
	font-size:24px;
	text-align:center;
	color:#000;
	text-shadow: 0px 0px 10px #ffffff;
}
#banner a.btn-banner {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a977+0,016346+100 */
background: linear-gradient(to bottom,  #02a977 0%,#016346 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	display:inline-block;
	padding:10px 20px;

	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	transition:all .25s;
	text-shadow:none;
}
#banner a:hover.btn-banner {
	background:#f7a100;
	color:#000;
	transition:all .25s;
}



/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ------------ Breadcrumb Nav ------------ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#breadcrumbtree-wrapper {
	padding:20px 0;
	box-sizing:border-box;
    transition: background .3s;
	background: #02a977; /* Old browsers */

}
div#breadcrumbtree-wrapper:hover {
    /*background: #ccc;*/
}
#breadcrumbtree {
	width:1600px;
	margin:0 auto;
	padding:0;
	position:relative;
	font-size:16px;
	font-weight:normal!important;
	text-align:left;
	line-height:24px;
	color:#fff!important;
	box-sizing:border-box;
}
#breadcrumbtree a {
	display:inline-block;
    text-decoration: none;
	font-size:16px;
	margin:4px 0;
    padding:0 5px;
    border-radius: 2px;
    display: inline-block;
    transition: all .35s;
	color:#000!important;
	background:#fff;
}
#breadcrumbtree a:hover {
	text-decoration:none;
	background:#000;
	color:#ffffff!important;
}
#breadcrumbtree svg {
	margin:0 5px;
}
#breadcrumbtree svg.fa-home {
	margin:0 2px;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ----------- Footer Content ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
footer a {
	text-decoration:none;
	font-weight:400;
	transition:all .25s;
	color:#eeeeee;
}
footer a:hover{color:#ffffff!important;border-bottom:none;}
footer ul.footer-menu.font-semibold a {
	font-weight:600;
}
footer svg {
	margin:0 10px;
	color:#eeeeee;
	transition:all .25s;
}
footer a:hover svg {
	color:#ffffff;
}
	ul.footer-menu{padding-bottom:30px;}
	ul.footer-menu.font-size-20 li {
		font-size:20px!important;
	}
	ul.footer-menu.no-margin {
		margin-bottom:0!important;
	}
	ul.footer-menu.font-size-16 li {
		font-size:16px!important;
	}
ul.footer-menu li {
	font-size:22px;
}
footer ul li {
	margin:0;
	padding:0;
	position:relative;
	line-height:1.5;
	display:inline-block;
}
.display1059, .display999, .display-499, nav#main-nav ul.menu.menu-toggle li.display-499 {
	display:none;
}
.hide1059, .hide999, .remove-499 {
	display:inline-block;
}


/* 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, #content-inner{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container, #content-inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, #content-inner {
    width: 970px;
  }
  address a{
	padding: 0 4px;
  }
  
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  #content-inner {
	  width:980px;
  }

}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
  #content-inner {
	  width:1280px;
  }

}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
  #content-inner {
	  width:1480px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1920px;
  }
  #content-inner {
	  width:1880px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.paddingTopBottom-lg, .paddingTopBottom-lg {
	padding:60px 0;
}
.row.paddingTopBottom-md, .paddingTopBottom-md {
	padding:30px 0;
}
.row.paddingTopBottom-sm, .paddingTopBottom-sm {
	padding:10px 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 668px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }


}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.margin-left-offset-2 {
margin-left: 8.33333333%;
}
.margin-left-offset-1 {
margin-left: 4.1666665%;
}
.margin-right-offset-2 {
margin-right: 8.33333333%;
}
.margin-right-offset-1 {
margin-right: 4.1666665%;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}

/* @@@@@@@@@ ========== End BOOTSTRAP GRID Styles + RESPONSIVE ========== @@@@@@@@@ */

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* @@@@@@@@@ ========== Begin Responsive Styles ========== @@@@@@@@@ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
@media (min-width : 1060px) { /* This ensure that the mobile toggles don't display and that the main nav and locations list display */
	a.mtoggle, a.mtoggle span, nav#main-nav ul.menu.menu-toggle li.display-499 {
		display:none!important;
	}
	nav#main-nav ul.menu.menu-toggle {
		display:flex!important;
	}
}
@media (max-width : 1617px) {
	body, #wrapper, #top-bar, #header-wrapper, header, nav#main-nav, #banner,  #services-feature, section#office, #footer {width:100%; min-width:100%; padding:0; box-sizing:border-box;}
	 #content-container{width:95%; min-width:95%; padding:0; box-sizing:border-box;}
	#top-bar {
		padding:0 20px;
	}
	ul#tabs li a{
		font-size:20px!important;
	}
	#big-buttons #insurance, #big-buttons #appointments{	
		width:98%;
	}
}
@media (max-width : 1417px) {
	#breadcrumbtree-wrapper {
		padding:20px 0;
	}
	#breadcrumbtree {
		padding:0 2%;
	}
	header {
		padding:0 20px;

		height:auto;
	}
	#content-wrapper {
		padding:4% 0;
	}

	#services-feature {
		padding:0 4%;
	}
	#services-feature-wrapper p{
		width:100%!important;
	}
	#footer {padding:4% 2%;}

	.left-col.fullwidth {
		padding-left:2%;
		padding-right:2%;
	}
	nav#main-nav ul > li {
		margin:0;
	}
	nav#main-nav ul > li a {
		font-size:80%;
	}
	.subnav {min-height:inherit;}
	nav.subnav > ul > li a {
		width:auto;
	}
	ul#services-callouts li {
		margin: 0 3vw 60px 3vw;
		width: calc(100% / 3 - 8vw);
	}
	ul#providers-list li a span.photo-container {
		max-width:200px;
	}
	ul#providers-list li a {
		font-size:14px;
	}
	ul#services-callouts li a {
		font-size:2vw;
	}
	

}


@media (max-width : 1299px) {
	.tablet-mobile-hidden-1299 {display:none!important;}
	a#logo{
		max-width: 400px;
	}

	#banner .title h2 {
		border-bottom:none;
		line-height:normal;
		padding-bottom:0!important;
	}
	#banner .subtitle {
		padding-top:10px;
	}
}

@media (max-width : 1199px) {

	section#office {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}
	#nav-wrapper {
		width:100%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide {
		width:800px;
		/*width:100vw;
		left:calc(0px - 19vw);*/
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_4 > ul > li {
		width:33%;
	}
	nav#main-nav ul > li.sub > div.dropdown.wxwide > div.col_5 > ul > li {
		width:25%;
	}
	nav#main-nav ul > li a{font-size:18px}
	#banner .title h1{
		font-size:3.8vw;
	}
	#banner .text {
		font-size:1.8vw;
		padding:0 2%;
	}
	.left-col, div#content {width:100%; min-width:100%; padding:0; box-sizing:border-box;float:none;}
	.inside .right-col {width:100%; padding:2%; float:none;}
}
@media (max-width : 1059px) {
	
	.display1059 {
		display:inline-block;
	}
	.hide1059 {
		display:none;
	}
	.tablet-mobile-center {
		text-align:center;
	}
	.tablet-mobile-width50 {
		width:50%;
	}
	.tablet-mobile-text-align-left {
		text-align:left;
	}
	.tablet-mobile-text-align-left {
		text-align:right;
	}
	.tablet-mobile-hidden {display:none!important;}
	.tablet-mobile-only {display:inline-block!important;}
	#wrapper {padding-top:0;}
	#top-bar-wrapper {
			border-bottom: 1px solid #fff;
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:2;
		padding-right:50px;
	}
	nav#main-nav ul > li a {
		font-size:75%;
	}
	.home #banner-wrapper {
		margin-top:0;
	}
	.inside #banner-wrapper {
		display: none;
	}
	ul.scroller li {
		height:7.6em;
	}
	ul.scroller li p {
		font-size:20px;
	}

	a#logo{margin:0;padding:0}
	#header-right{
		width:100%;
		clear:both;
		margin:0 auto;
	}
	ul#address-wrap.pull-right{
		float:none!important;
		width:100%;
		max-width:100%;
		margin:0 auto;
	}
	ul#tabs.pull-right{
		float:none!important;
		width:100%;
		max-width:100%;
		margin:0 auto;

	}

	ul#tabs.pull-right li{ 
		width:30%;		
		margin: 0 1%x;
		text-align:center;
	}
	#logo-wrapper{
		text-align:center;
		width:100%;
		clear:both;
		padding:20px 0;
	}
	ul#services-callouts li {
		margin: 0 3vw 60px 3vw;
		width: calc(100% / 2 - 8vw);
	}
	ul#services-callouts li a {
		font-size:3vw;
	}
	#office-wrapper{
		background:#4e3969;
		width:100%;
	}
	#footer .col-sm-12 {
		text-align:center;
	}
	header:after {
		content:'';
		display:table;
		clear:both;
	}
	a#logo {
		float:none;
	}



	#banner-wrapper {
		top:inherit;
	}
	#banner .title-wrap {
		top:1vw;
	}
	#banner .subtitle {

		line-height:1;
	}
	a#logo span#caps40 {
		font-size:8.5vw;
	}
	a#logo span#nocaps34 {
		font-size:7vw;
	}
	a#logo span#italics22 {
		font-size:5vw;
	}
	/* ------------- 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:60px 0 0 0;
		background:rgba(255,255,255,.95);
		width:calc(100% + 17px);
		height:100vh;
		position:relative;
		display:block;
		float:none;
		z-index:1000;
		overflow-y:scroll;
	}
	nav#main-nav ul.menu.menu-toggle:before {
		display:none;
	}
	nav#main-nav ul > li {
		margin:0;
		padding:0;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
		max-width:inherit;
		text-align:left;
	}
	nav#main-nav ul > li a {
		background:#02a977;
		height:60px;
		padding-left:3%;
		font-size:22px;
		color:#fff;
		line-height:60px;
		display:block;
		border-top:solid 1px rgba(255,255,255,1);
		border-bottom:none;
		text-shadow: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 svg {
		display:inline-block!important;
		color:rgba(255,255,255,1);
		margin-right:10px;
	}
	nav#main-nav ul > li a:hover{
		background:#000;
		color:#fff!important;
	}
	nav#main-nav ul > li a.current {
		color:#fff!important;
	}
	nav#main-nav ul > li.sub:hover a {
		color: #fff!important;
	}
	.mobile-visible {display:inline-block!important;}
	nav#main-nav ul > li.sub > div.dropdown {
		display:none;
	}
	
	nav#main-nav ul > li a:hover, nav#main-nav ul > li.current a, nav#main-nav ul > li.current a svg {
		color:#ffffff;
	}
	
	
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		width:50px;
		height:50px;
		top:5px;
		right:5px;
		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: transparent;
	}
	a.mtoggle .icon:before {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #fff;
	  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: #fff;
	  content: '';
	  top: 10px;
	  left:0;
	}
	a.mtoggle .icon:hover {
	  cursor: pointer;
	}
	a.mtoggle.open .icon {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  background: transparent;
	}
	a.mtoggle.open .icon:before {
	  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
			  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	}
	a.mtoggle.open .icon:after {
	  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
			  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	}
	/* end hamburger toggle */
	a.mtoggle span {
		text-align:center;
		line-height:40px;
		box-sizing:border-box;
		background:none;
		color:#fff;
		font-family: 'Comfortaa', serif;
		font-size:12px;
		font-weight:400;
		position:absolute;
		top:1px;
		left:0;
		letter-spacing:-.75px;
		width:96%;
		transition:opacity .25s, transform .5s;
	}
	a.mtoggle.toggle-active.open span {
		opacity:0;
		transform:scale(0);
	}

	
	#wrapper {
		padding-top:50px;
	}
	header {
		height:auto;
	}
	#logo-wrapper {
		text-align:center;
		float:none;
		margin:0 auto;
		padding:20px 0;
		max-width:none;
	}
	a#logo{margin:0;padding:0}
	#logo img {
		max-width:400px;
		margin:0 auto;
		padding:10px 0;
	}
	#address-wrap {
		float:none!important;
		text-align:center;
		padding:0 0 40px 0;
	}
	#big-buttons #insurance a span, #big-buttons #appointments a span{font-size:24px;padding-left:10px}
	#content-wrapper {
		box-shadow: none;
	}
	
	
	#content{
		padding-bottom:0;
	}
	#content-inner{
		width:90%;
	}
	#content-inner img{
		float:none;
		margin:0 auto;
	}
	.left-col table td {
		display:block;
		padding:0;
	}
	.left-col table td:last-child {
		padding-bottom:8px;
	}
	.left-col table.providers tr td {
		display:block;
	}
	table.formrequest td:first-child, form#apptform td:first-child {
		font-weight:700;
	}


	table.providers tr td {
		margin:0 auto 20px;
	}
	ul.scroller li p {
		margin:0;
		width:100%;
	}
	.sm-tablet-mobile-hidden {display:none;}
	.sm-tablet-mobile-only {display:inline-block!important;}
	.sm-tablet-mobile-only.block {display:block!important;}
	#address-wrap {
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		padding:10px 0;
		background:rgba(255,255,255,.95);
		background:#3e295d;
		z-index:1;
		display:none;
	}
	.location {
		display:inline-block;
		margin:0 20px;
	}
	.address a {
		color:#ffb046;
	}
	.address .location a .label {

		font-size:20px;
	}
	#banner .title {
		padding:1% 5%;
	}
	#banner .title h1, #banner .title h2, a.btn-banner {
		font-size:3.2vw;
	}
	#banner .subtitle {
		font-size:2.8vw;
	}
	#banner .text {
		font-size:3vw;
		padding:0 2%;
	}
	.feature.left, .feature.right, div#atlanta-office.feature-wrapper .feature.left {
		background: rgba(255,255,255,.8);
		margin: 0 4%;
		padding: 4%;
	}
	.mobile-only-nav-item {display:block!important;}
	.hidden-nbsp {display:none;}
	header {padding:0 4%;}
	span.remove {display:none;} /* This removes an item with class .remove */

	.left-col iframe, section#office iframe {
		max-width:100%;
		height:auto;	
	}
	
	.left-col img {
		width:48%;
		height:auto;
	}
	#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;}
	.col-xs-12 {
		text-align:center;
	}
}
@media (max-width : 639px) {
	.mobile-hidden {display:none;}
	.mobile-only {display:block!important;}
	body, body.inside {
		font-size:20px;
		line-height:36px;
	}

	table.formrequest td fieldset, table.formrequest td textarea, table.formrequest td select, table.formrequest td input.formInputTextReadonly {
	  width: 98%;
	}
	legend {
		font-family: 'Comfortaa', sans-serif; font-weight:700;
		color:#02a977;
		font-size:24px;
		margin: 0 0 10px 0;
		padding: 0 5px;
	}
	input, textarea, select{
		font-size:20px;
		line-height:36px;
	}
	a#logo {
		padding-bottom:30px;
	}

	#big-buttons #insurance a span, #big-buttons #appointments a span{font-size:22px;}
	#top-bar a {
		font-size:3.2vw;
	}
	#top-bar .pull-right a {
		margin-left:2px;
		margin-right:2px;
	}
	nav#main-nav ul > li a {
		font-size:24px;
	}
	#news {
		margin-top:30px;
	}
	#address-wrap {
		border-top:solid 3px rgba(255,255,255,.3);
	}
	

	
	
	#services-feature-wrapper {
		padding:20px 0;
	}
	.location {
		margin:0;
		width:calc(100% / 4);
	}
	section#services .row.services-wrap .service {
		width:90%;
	}
	.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;
	}

	table.formrequest td, form#apptform td {
		display:block;
		height:auto;
	}

	.col-xs-12 {
		text-align:center;
	}
	#content p.headshot{
		float:none;
		margin:0 auto;
	}

	ul.footer-menu {width:100%; margin:0; padding:6% 0; text-align:center;}
	/* Style to make telephone link clickable in phone browser */
	a[href^="tel"] { text-decoration: none; pointer-events: inherit; cursor: default; }
	}
@media (max-width : 549px) {

	#banner .subtitle	{
		padding-top:0;
	}
	#top-bar a{
		margin: 0 3px;
	}
	section#news-container {
		padding:0;
	}
	.home #news h2 {
		font-size:38px;
		text-align:left;
	}
	.small-mobile-only {
		display:inline-block!important;
	}
	.small-mobile-hidden {
		display:none;
	}
	a.mtoggle {
		right:1%;
	}
	table.providers tr td {
		box-sizing:border-box;
		width:100%;
		margin:0 auto;
	}

	.left-col img.mobile-fullwidth {
		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;
	}
	

	#content img.float-right{
		float:none;
		margin:0 0 20px 0;
		width:80%!important;
		height:auto!important;
	}
	#content .col-1-of-2{
		float:none;
		width: 100%;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	#content .col-2-of-2{
		float:none;
		width: 100%;
	}
	ul#services-callouts li a {
		font-size:4.5vw;
	}
}

@media (max-width : 499px) {

	#content p.headshot img{
		width:250px;
		height:auto;
	}
	#top-bar svg {
		margin:0 1px;
	}
	span.remove, .remove-br, .remove-499 {display:none;} /* This removes an item with class .remove */
	.display-499 {display:inline-block;}
	nav#main-nav ul.menu.menu-toggle li.display-499 {display:block!important;}
	/*#top-bar {
		padding-left:0;
	}*/
	#top-bar .pull-right {
		float:left!important;
	}
	#top-bar a {
		font-size:3.75vw;
	}
	#logo-wrapper {
		padding:20px 0;
	}
	.location {
		width:calc(100% / 3 - 10px);
	}
	.address .location a .label {
		font-size:14px;
	}
	nav#main-nav ul > li {
		padding:0;
	}
	nav#main-nav ul > li a {
		font-size:22px;
		line-height:50px;
		height:50px;
	}
	input[type=text] {
		max-width:100%;
	}
	#content ul.nobullets li img{
		max-width:100%;
		height:auto;
	}
	#content ul.nobullets.inline > li {
		display:block;
	}	
}
@media (max-width : 320px) {
	#logo img {
		max-width:140px
	}
}