@charset "utf-8";
/* CSS Document */

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;/**/
}									

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, hgroup, nav, section, details, summary {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;
-webkit-text-size-adjust: none; /* Never autoresize text */}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: none; background:#c4d8d9; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: middle;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.clear{ clear: both; }  
/* ------------------------------------------------- */
/* --------------- Begin Site Styles --------------- */
/* ------------------------------------------------- */
/* -----  FONTS ---- */
@font-face {
    font-family: 'gandhi_sansregular';
    src: url('fonts/GandhiSans-Regular-webfont.eot');
    src: url('fonts/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-Regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansbold';
    src: url('fonts/GandhiSans-Bold-webfont.eot');
    src: url('fonts/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-Bold-webfont.woff') format('woff'),
         url('fonts/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-Bold-webfont.svg#gandhi_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansbold_italic';
    src: url('fonts/GandhiSans-BoldItalic-webfont.eot');
    src: url('fonts/GandhiSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/GandhiSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-BoldItalic-webfont.svg#gandhi_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansitalic';
    src: url('fonts/GandhiSans-Italic-webfont.eot');
    src: url('fonts/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-Italic-webfont.woff') format('woff'),
         url('fonts/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-Italic-webfont.svg#gandhi_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifregular';
    src: url('fonts/GandhiSerif-Regular-webfont.eot');
    src: url('fonts/GandhiSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Regular-webfont.svg#gandhi_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifbold';
    src: url('fonts/GandhiSerif-Bold-webfont.eot');
    src: url('fonts/GandhiSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Bold-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Bold-webfont.svg#gandhi_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifbold_italic';
    src: url('fonts/GandhiSerif-BoldItalic-webfont.eot');
    src: url('fonts/GandhiSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-BoldItalic-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-BoldItalic-webfont.svg#gandhi_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifitalic';
    src: url('fonts/GandhiSerif-Italic-webfont.eot');
    src: url('fonts/GandhiSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Italic-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Italic-webfont.svg#gandhi_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =============================== */
/* ======== CONTENT STYLES ======= */
/* =============================== */
#content p, #right-col p, #bottom p {
	margin:0 0 20px 0;
	line-height:28px;
}


h1, h2, h3, h4, h5, h6 {
	color:#2f2f2f;
	font-family:"gandhi_serifregular", serif!important; margin-bottom:20px;
	font-weight:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h2, a h3, a h4, a h5, a h6 {
	color:#2f2f2f!important;
	text-decoration:none;
	font-family:"gandhi_serifregular", serif!important;
	font-weight:normal!important;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	color:#6c898a!important;
}
h1 {
	font-size:34px;
	margin:0 0 15px 0;
}
h2 {
	font-size:30px;
}
h3 {
	font-weight:normal;
	text-transform:normal;
	font-size:24px;
}
h4 {
	font-family:"gandhi_serifbold", serif!important;
	font-weight:normal;
	font-size:21px;
}
h5 {
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.08em;
}
h6 {
	font-size:16px;
	font-family:"gandhi_serifbold", serif!important;
	font-weight:normal;
}
#left-col a {
	text-decoration:none;
	color:#012f31;
	font-weight:normal;
	font-family:'gandhi_sansbold', sans-serif;
	transition:all .25s;
}
#left-col a:hover {
	text-decoration:none;
	color:#6c898a;
}
#left-col h2 a, #right-col h2 a {
	font-weight:normal;
}
#content ul, #content ol {
	margin:0 0 20px 40px;
}
#content ul > li {
	list-style:disc;
	line-height:28px;
}
#content ol > li {
	line-height:28px;
}
.float-right {
	float:right;
	margin:5px 0 20px 20px;
}
.float-left {
	float:left;
	margin:5px 20px 20px 0;
}
.callout-container h4 {
	margin:0 0 5px 0;
}

.callout-container ul {
	margin:0 0 22px 15px;
}

.callout-container ul li  {
	color:#5a5a5a;
	font-size:18px;
	text-decoration:none;
    font-family: "gandhi_sansregular", cursive;
	line-height:30px;
	padding-left:35px;
    position: relative;
	background:url(images/bullet.png) no-repeat left center;
    transition: transform .25s ease-in-out, color .25s;
}
.callout-container ul li a:hover {
	color:#012f31;
}
.callout-container ul li a:hover:before {
	transform:translateX(4px);
}
#content img {
	margin-bottom:10px;
	-webkit-box-shadow:0 10px 20px -10px #000;
	-moz-box-shadow:0 10px 20px -10px #000;
	box-shadow:0 10px 20px -10px #000;
	transition:all .25s;
}

#content a:hover img{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	transform:translateY(4px);
}

#content img.page-image {
	margin-bottom:10px;
	-webkit-box-shadow:0 10px 20px -10px #000;
	-moz-box-shadow:0 10px 20px -10px #000;
	box-shadow:0 10px 20px -10px #000;
	transition:all .25s;
	width:100%!important;
}


#bottom .right-col .box-gradient-wrap a img {
	transition:all .25s;
}
#bottom .right-col .box-gradient-wrap a:hover img {
	/*box-shadow:0 0 0px 3px rgba(181,181,181,.35);*/
	box-shadow:0 0 0px 3px rgba(255,255,255,.75);
	border-radius:1px;
}
a.icon-pin {
	text-align:center;
	margin-right:100px;
	text-decoration:none;
	color:#2f2f2f;
	font-size:22px;
	font-family:'gandhi_sansbold', sans-serif;
}
a.icon-pin img {
	transition:transform .35s;
}
a:hover.icon-pin img {
	transform:rotateY(180deg);
}
blockquote {
	padding:0 40px;
	font-weight:bold;
	font-style:italic;
	color:#999;
	line-height:24px;
	position:relative;
}
blockquote span.left {
	font-size:28px;
	display:block;
	position:absolute;
	top:4px;
	left:20px;
}
blockquote span.right {
	font-size:28px;
	display:inline-block;
	position:relative;
	left:20px;
	line-height:2px;
	top:7px;
	left:3px;
}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
fieldset {
	border: solid 1px #007c85;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px;
}
legend {
	font-weight: normal;
	font-size: 26px;
	font-family:"gandhi_sansregular", sans-serif;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.inpsec {visibility:hidden;}
/* ========================================================= Input and table styles ==== */
input, textarea, select {
	border:1px solid #ccc;
	outline:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 5px 0 0;
	padding:3px;
	color:#222;
}
input:hover, textarea:hover, select:hover {border-color:#95a7a8;}
table {
	border-bottom: none;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
	font-size:100%;
}
table thead {
	width:100%;
}
table th {
	color:#fff;
	background:#95a7a8;
	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], #content a.button {
	font-size:16px;
	font-weight:normal;
	padding:3px 20px;
	color:#fff;
	background:#2f2f2f!important;
	border:none;
	display:inline-block;
	-webkit-appearance:none;
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	transition:all .35s;
}
table input[type=button]:hover, table input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, #content a:hover.button {
	color:#26484a;
	background:#95a7a8!important;
}
table input[type=radio] {
	margin-bottom:0;
}
input.formInputTextReadonly, textarea.u {
	width:100%;
}

/* -----  Provider table styles ---- */

table.providers {
	width:100%;
}
table.providers tr td {
	padding: 0;
	padding-bottom:20px;
	width:33%;
}
table.providers.cnp tr td {
	box-sizing:border-box;
	padding:0 5px;
}


table.providers a img {
	text-decoration:none;
	margin-bottom: 10px;
	transition:all .25s;
}

table.providers a:hover img, table.providers a:active img {
}

table.providers a {
	display:block;
	text-align:center;
	text-decoration:none;
	transition:all .25s;
}
.mobile-only {display:none;}
/* --------------- Main Structure ---------------- */
body {
	background:#fffcfc;
	font-family:"gandhi_sansregular", sans-serif;
	font-size:20px;
	color:#26484a;
	margin:0;
	padding:0;
	/*min-width:1000px;*/
	z-index:0;
	overflow:hidden;
}
#wrapper {
	min-width:1000px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
#icons-top-wrapper {
	background:#c4d8d9;
	padding:20px 0;
}
#icons-top {
	margin:0 auto;
}
#header-wrapper {
	width:100%;
	min-width:1000px;
	min-height:132px;
	margin:0 auto;
	position:relative;
	z-index:1;
	overflow:hidden;
	background:#fff;
	border-bottom:solid 2px #2f2f2f;
	-webkit-box-shadow:inset 0 30px 25px -25px #95a7a8;
	-moz-box-shadow:inset 0 30px 25px -25px #95a7a8;
	box-shadow:inset 0 30px 25px -25px #95a7a8;
}
#nav-wrapper {
	height:69px;
	width:100%;
	position:relative;
	border-top:solid 2px #fff;
	border-bottom:solid 1px #818586;
	background: rgb(90,90,90);
	background: -moz-linear-gradient(top,  rgba(90,90,90,1) 0%, rgba(47,47,47,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(47,47,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(90,90,90,1) 0%,rgba(47,47,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#2f2f2f',GradientType=0 );
}
header {
	width:1000px;
	height:146px;
	margin:0 auto;
	position:relative;
	background:none;
	z-index:1;
}
#content-wrapper {
	width:100%;
	margin:0 auto;
	background:url(images/bg-content-wrapper.jpg) repeat-x 0 0, url(images/bg-shadow-content-wrapper.png) repeat-x 0 bottom, #fff;
	padding:40px 0;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#content-container {
	width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}
#left-col #content {
}
#bottom-wrapper {
	background:url(images/bg-bottom-wrapper.jpg) repeat 0 0;
}
#bottom {
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}
#footer-wrapper {
	width:100%;
	background:#434343 url(images/bg-footer-wrapper.png) repeat-x 0 0;
	position:relative;
	left:0;
	z-index:1;
}
footer {
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	box-sizing:border-box;
	color:#e0d7cf;
	position:relative;
}

/* ------------ Page Structure (columns) ----------- */
#left-col, .left-col {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	box-sizing:border-box;
	text-align:center;
	/*outline:dashed 1px red;*/
}
#right-col, .right-col {
	width:45%;
	float:right;
	margin:0;
	padding:55px 0px 30px 30px;
	box-sizing:border-box;
	position:relative;
	/*outline:dashed 1px red;*/
}
#bottom .right-col {
	padding:10px 0 10px 30px;
}

#bottom .left-col p span.phone-bottom{
	text-align: right;
	width:268px;
	display:block;
}
.two-col {
	width:50%;
	float:left;
}
.two-col a{
font-family:"gandhi_serifbold", serif!important;
}
.box-gradient-wrap {
	position:relative;
	box-sizing:border-box;
	padding:15px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: rgb(47,47,47);
	background: -moz-linear-gradient(top,  rgba(47,47,47,1) 0%, rgba(181,181,181,1) 50%, rgba(47,47,47,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(47,47,47,1) 0%,rgba(181,181,181,1) 50%,rgba(47,47,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(47,47,47,1) 0%,rgba(181,181,181,1) 50%,rgba(47,47,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#2f2f2f',GradientType=0 );
}
	/* shadow behind .box-gradient-wrap */
	#right-col .box-gradient-wrap:before {
		position:absolute;
		bottom:0;
		left:2%;
		width:96%;
		height:30px;
		z-index:-1;
		background:none;
		content:'';
		display:block;
		-webkit-box-shadow:0 0 40px #000;
		-moz-box-shadow:0 0 40px #000;
		box-shadow:0 0 40px #000;
	}
.callout-container {
	box-sizing:border-box;
	padding:20px 40px 10px 40px;
	background: rgb(202,211,211) url(images/bg-callouts-graphic.png) no-repeat center 70%;
	background:url(images/bg-callouts-graphic.png) no-repeat center 70%, -moz-linear-gradient(top,  rgba(202,211,211,1) 0%, rgba(255,255,255,1) 50%, rgba(202,211,211,1) 100%);
	background:url(images/bg-callouts-graphic.png) no-repeat center 70%, -webkit-linear-gradient(top,  rgba(202,211,211,1) 0%,rgba(255,255,255,1) 50%,rgba(202,211,211,1) 100%);
	background:url(images/bg-callouts-graphic.png) no-repeat center 70%, linear-gradient(to bottom,  rgba(202,211,211,1) 0%,rgba(255,255,255,1) 50%,rgba(202,211,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad3d3', endColorstr='#cad3d3',GradientType=0 );
}
/* ------------- Main Navigation ---------- */
nav#main-nav {
	width:1020px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul {
	width:1020px;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	z-index:1000;
}
nav#main-nav ul > li {
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
}
nav#main-nav ul > li.divider {
	width:1px;
	background:transparent;
}
nav#main-nav ul > li a {
	background:transparent;
	font:20px/70px "ganhdi_serifregular", serif;
	font-weight:normal;
	display:block;
	color:#fff;
	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 a.current {
	color:#fff;
	background:#303030;
}
/* ---- Dropdown Subnav ---- */
nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > ul.dropdown {
	margin:0;
	padding:5% 10% 10% 10%;
	padding:0;
	position:absolute;
	top:47px;
	left:0;
    background:#26484a;
	width:250px;
	height:auto;
	text-align:left;
	z-index:900;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	-moz-box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	-moz-transition:top .25s, opacity .25s;
	-webkit-transition:top .25s, opacity .25s;
	transition:top .25s, opacity .25s, visibility .1s;
}
nav#main-nav ul > li.sub:hover > ul.dropdown {
	position:absolute;
	opacity:1;
	visibility:visible;
	top:51px;
	z-index:2000;
}
nav#main-nav ul > li.sub > ul.dropdown.wnarrow {
	width:150px;
}
nav#main-nav ul > li.sub > ul.dropdown.wmedium {
	width:620px;
}
nav#main-nav ul > li.sub > ul.dropdown.wwide {
	width:820px;
}
nav#main-nav ul > li.sub > ul.dropdown.last {
	left:inherit;
	right:0;
}
nav#main-nav ul > li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul > li.sub:hover a {
	color:#fff;
	background:#26484a;
}
nav#main-nav ul > li.sub:hover ul.dropdown li a {
	background:none;
}
nav#main-nav ul > li > ul.dropdown > li {
	height:auto;
	margin:0;
	padding:0;
	display:block;
	border-bottom:solid 1px #376163;
	float:none;
	background:none;
	position:relative;
	z-index:2000;
	-moz-transition:background .15s;
	-webkit-transition:background .15s;
	transition:background .15s;
}
nav#main-nav ul > li.sub > ul.dropdown > li:last-child {
	border-bottom:none;
}
nav#main-nav ul > li.sub > ul.dropdown > li a {
	font:16px/20px "allerlight", sans-serif;
	text-align:left;
	display:block;
	padding:10px 10%;
	float:none;
	color:#fff!important;
	z-index:2000;
}
nav#main-nav ul > li.sub:hover ul.dropdown li a:hover {
	color:#fff!important;
	background:rgba(255,255,255,0.05);
	background:rgba(0,0,0,0.1);
}
nav#main-nav ul > li.sub > ul.dropdown.columns-3 li {
	width:33%;
	display:inline-block;
}
nav#main-nav ul > li.sub > ul.dropdown.columns-2 li {
	width:50%;
	display:inline-block;
}
/* ------ Subnav (sidebar) ------ */
#right-col h2 {
	color:#2f2f2f;
	font-weight:normal;
	padding:5px 0;
	margin-bottom:0;
	text-align:left;
}
nav.subnav {
	box-sizing:border-box;
	padding:20px 40px 20px 40px;
	background: rgb(202,211,211);
	background:-moz-linear-gradient(top,  rgba(202,211,211,1) 0%, rgba(255,255,255,1) 50%, rgba(202,211,211,1) 100%);
	background:-webkit-linear-gradient(top,  rgba(202,211,211,1) 0%,rgba(255,255,255,1) 50%,rgba(202,211,211,1) 100%);
	background:linear-gradient(to bottom,  rgba(202,211,211,1) 0%,rgba(255,255,255,1) 50%,rgba(202,211,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad3d3', endColorstr='#cad3d3',GradientType=0 );
}
nav.subnav h1 {display:none; visibility:collapse;}
#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 0 1px 0;
}
#right-col nav.subnav > ul > li:last-child {
	border-bottom:none;
}
#right-col nav.subnav > ul > li a {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 auto;
	padding:10px 0;
	display:block;
	font-family:"gandhi_sansregular", sans-serif;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
    color: #26484a;
    font-size: 20px;
	border-radius:4px;
    transition: all .25s;
}
#right-col nav.subnav > ul > li a:before {
    /*content: '\00BB';*/
    content: '';
    color:#2f2f2f;
    font-family: "gandhi_sansregular", cursive;
    margin-right:3px;
    width:24px;
	height:16px;
    position: relative;
    display: inline-block;
	background:url(images/bullet.png) no-repeat 0 0;
    transition: transform .25s ease-in-out, color .25s;
}
#right-col nav.subnav > ul > li a:hover:before, #right-col nav.subnav > ul > li a.selectedon:before {
    color:#2f2f2f;
	transform:translateX(5px);
}
#right-col nav.subnav > ul > li a:hover, #right-col nav.subnav > ul > li a.selectedon {
	color:#2f2f2f!important;
	text-decoration:none;
	background:rgba(255,255,255,1);
	box-shadow:-15px 10px 10px -10px rgba(0,0,0,.1), 15px 10px 10px -10px rgba(0,0,0,.1);
}
/* ------ Logo ----- */
h1#logo {
	position:absolute;
	top:35px;
	left:0;
}
h1#logo a, div#logo-print {
	margin:0;
	padding:0;
	font:42px/42px 'gandhi_serifregular', serif;
	color:#2f2f2f;
	text-decoration:none;
	display:block;
	-webkit-transition:transform .5s;
	-moz-transition:transform .5s;
	transition:transform .5s, text-shadow .25s;
}
h1#logo a:hover {
	color:#012f31!important;
	text-shadow:0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,.2);
	transform:translateX(-10px);
}
h1#logo a span, div#logo-print span {
	display:block;
	font:32px/32px 'gandhi_sansregular', sans-serif;
	-webkit-transition:transform .5s;
	-moz-transition:transform .5s;
	transition:transform .5s;
}
h1#logo a:hover span {
	transform:translateX(25px);
}
/* -------------- slideshow -------------- */
#banner-wrapper {
	width:100%;
	position:relative;
	background:url(images/bg-banner-wrapper.png) repeat-x 0 0;
	z-index:0;
}
#banner {
	width:1000px;
	height:443px;
	margin:0 auto;
	position:relative;
}
.slide {
	position:relative;
	height:100%;
}
.slide img {
	width:100%;
	height:auto;
}
.slide span.text {
	width:100%;
	position:absolute;
	bottom:5px;
	left:0;
	text-align:center;
	line-height:80px;
	display:block;
	color:#fff;
	font-family:"gandhi_sansitalic", sans-serif;
	font-size:42px;
	-webkit-text-shadow:0 0 10px #736659, 0 0 20px #736659, 0 0 30px #736659;
	-moz-text-shadow:0 0 10px #736659, 0 0 20px #736659, 0 0 30px #736659;
	text-shadow:0 0 10px #736659, 0 0 20px #736659, 0 0 30px #736659;
}
/* address/phone callouts, top */
#locations {
	position:absolute;
	bottom:37px;
	right:0;
}
.location {
	display:inline-block;
	text-align:right;
}
#locations a, span.address-bottom a {
	display:inline-block;
	font-family:'gandhi_sansbold', sans-serif;
	font-size:18px;
	line-height:24px;
	color:#012f31;
	text-decoration:none;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#locations a:hover, span.address-bottom a:hover{
	color:#6c898a;
}
#locations a img {
	transition:all .25s;

}
#locations a:hover img {
	transform:rotateY(180deg);
}
/* Icons in top bar */
#icons-top #icons {
	/*float:right;*/
	text-align:left;
	width:1000px;
	margin:0 auto;
	position:relative;
}
#icons-top #icons a {
	text-decoration:none;
	color:#2f2f2f;
	line-height:27px;
	position:relative;
	margin-right:30px;
	padding-left:25px;
	display:inline-block;
    font-family:'gandhi_sansregular', sans-serif;
}
#icons-top #icons a img {
	position:absolute;
	top:4px;
	left:0;
	transition:transform .25s;
}
#icons-top #icons a:hover img {
	transform:rotateY(180deg);
}
span.phone {
	position:absolute;
	right:0;
	top:-2px;
	font-family:'gandhi_serifregular', serif;
	font-size:28px;
}
span.phone span {
	font-family:'gandhi_sansregular';
	font-size:18px;
}



/* ------------ Breadcrumb Nav ------------ */
#breadcrumbtree {
	position:absolute;
	top:5px;
	left:58%;
	font-size:80%;
	text-align:left;
	z-index:999;
}
#breadcrumbtree a {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	padding:5px 10px;
	border-radius:3px;
	background:#2f2f2f;
	display:inline-block;
	transition:all .35s;
}
#breadcrumbtree a:hover {
	text-decoration:none;
	background:#95a7a8;
}
/* ----------- Footer Content ---------- */
footer a {
	color:#e0d7cf;
	text-decoration:none;
}
footer a:hover {color:#ffffff;}
ul.footer-menu2 {
	float:right;
	text-align:right;
}
ul.footer-menu li, ul.footer-menu2 li {
	margin:0 0 0 0;
	padding:0;
	float:left;
	display:inline-block;
	position:relative;
	font-size:12px;
	line-height:28px;
}
ul.footer-menu2 li {
	float:right;
}
ul.footer-menu li, ul.footer-menu2 li {
	text-transform:none;
	font-size:14px;
}
ul.footer-menu li.copyright, ul.footer-menu li.credits {
	text-transform:none!important;
	clear:left;
}
ul.footer-menu li.divider {margin:0 5px!important;}
span.privacy-sitemap {
	display:inline-block;
	margin-left:178px;
}
/*---- PDF link icon ----*/
a[href $='.pdf'] { 
   padding-right: 24px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
/*---- Print Styles -----*/
.screenonly {
	display:block;
	visibility:visible;
}
.printonly {
	display:none;
	visibility:collapse;
}

/* @@@@@@@@@ ========== Begin Responsive Styles ========== @@@@@@@@@ */

@media only screen 
and (min-width : 0px) 
and (max-width : 1019px) {
	body, #icons-top #icons, #wrapper, #header-wrapper, header, #content-container, #banner, #bottom-wrapper, #bottom, #callouts, #footer {width:100%; min-width:100%; padding:0; box-sizing:border-box;}
	header {height:inherit; padding:20px 0;}
	#left-col, #right-col {width:100%; height:inherit!important; padding:2%; float:none;}
	.home #content-wrapper {
		padding-top:20px;
	}
	.inside #content-wrapper {
		/*padding-top:60px;*/
		padding-top:25px;
	}
	#content-container {padding:0;}
	#icons-top #icons {text-align:center;}
	span.phone {position:relative;}
	h1#logo {top:inherit; left:inherit; text-align:center; position:relative;}
	#locations, #locations .location {
		left:inherit;
		position:relative;
		text-align:center;
		top:inherit;
		bottom:inherit;
	}
	#banner {
		height:inherit;
	}
	#banner span.text {
		font-size:4vw;
		line-height:8vw;
	}
	/*#breadcrumbtree {
		left:2%;
		top:-30px;
	}*/
	#breadcrumbtree {
		position:relative;
		left:2%;
		top:inherit;
	}
	nav#main-nav ul > li a {font-size:97%;}
	nav#main-nav {
	width:100%;
	height:auto;
	margin:0 auto;
	}
	nav#main-nav ul.menu.menu-toggle {
	margin:0;
	padding:0;
	width:100%;
	height:inherit;
	}
	.subnav {min-height:inherit;}
	nav.subnav > ul > li a {
		width:auto;
	}
	#bottom {
		padding:2%;
	}
	ul.footer-menu, ul.footer-menu2 {width:100%; float:none; text-align:center;}
	ul.footer-menu li, ul.footer-menu2 li {float:none; text-align:center;}
}
@media only screen 
and (min-width : 0px) 
and (max-width : 799px) {
	span.phone {
		display:block;
		margin:10px 0 0 0;
	}
	span.phone-bottom a {
		text-decoration:none!important;
		color:#26484a!important;
	}
	table.providers tr td {
		font-size:80%;
	}
	iframe {
		max-width:100%;
		height:auto;	
	}
	#bottom .left-col {
		width:100%;
		float:none;
	}
	a.icon-pin {
		margin-right:2%;
	}
	/* ------------- Main Navigation ---------- */
	#nav-wrapper {
		width:-moz-calc(100% - 14px);
		width:-webkit-calc(100% - 14px);
		width:calc(100% - 14px);
		box-sizing:border-box;
		margin:5px 7px 7px 7px;
		border-radius:6px;
		-moz-box-shadow:0 10px 20px -10px rgba(0,0,0,.5);
		-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.5);
		box-shadow:0 4px 10px -5px rgba(0,0,0,.9);
		border-bottom:solid 1px #aaa;
		display:none;
		visibility:collapse;
	}
	nav#main-nav {
		width:100%;
		height:auto;
		margin:0 auto;
		padding-top:69px;
		position:relative;
		bottom:inherit;
		top:0;
		left:0;
		z-index:1000;
	}
	nav#main-nav ul.menu.menu-toggle {
		margin:0;
		padding:0;
		width:100%;
		height:inherit;
		position:relative;
		display:none;
		z-index:1000;
	}
	nav#main-nav ul > li {
		height:50px;
		margin:0;
		padding:0;
		display:block;
		position:relative;
		z-index:1000;
		width:auto;
	}
	nav#main-nav ul > li.divider {
		display:none;
	}
	nav#main-nav ul > li a {
		height:50px;
		font-size:18px;
		line-height:50px;
		display:block;
		padding:0 0 0 20px;
		border-top:solid 1px #222;
		border-bottom:none;
		text-decoration:none;
		text-align:left;
		position:relative;
		z-index:1000;
		-webkit-transition:all .1s;
		-moz-transition:all .1s;
		transition:all .1s;
	}
	nav#main-nav ul > li a:last-child {
		border-radius:0 0 6px 6px;
	}
	nav#main-nav ul > li a:hover, nav#main-nav ul > li a.current {
		color:#fff;
	}
	nav#main-nav ul > li.sub > ul.dropdown {
		display:none;
	}
	/* hamburger toggle */
	a.mtoggle {
	  position:absolute;
		/*width:50px;*/
		width:97%;
		height:50px;
		top:7px;
		left:7px;
		background:none;
		z-index:9999;
		cursor:pointer;
		display:block;
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	}
	a.mtoggle .icon {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  top: 22px;
	  left:9px;
	  background-color: #fff;
	}
	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;
	}
	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;
	}
	a.mtoggle .icon:hover {
	  cursor: pointer;
	}
	a.mtoggle.open .icon {
	  -webkit-transition-duration: 0.5s;
			  transition-duration: 0.5s;
	  background: transparent;
	}
	a.mtoggle.open .icon:before {
	  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
			  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	}
	a.mtoggle.open .icon:after {
	  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
			  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	}
	/* end hamburger toggle */
}
@media only screen 
and (min-width : 0px) 
and (max-width : 629px) {
	#left-col #content {
		padding:2%;
	}
	.inside #left-col, .inside #right-col {width:100%; height:inherit!important; padding:2%; float:none;}
	#right-col {padding-top:8%;}
	span.remove {display:none;} /* This removes an item with class .remove */
	

}
@media only screen 
and (min-width : 0px) 
and (max-width : 549px) {
	.two-col {
		width:100%;
		float:none;
		padding-top:60px;
	}
	
	
	h1#logo a {
		font:30px/30px 'gandhi_serifregular', serif;
	}
	h1#logo a span {
		font:22px/22px 'gandhi_serifregular', serif
	}
	#locations a {
		font-size:16px;
		line-height:18px;
	}
	a.icon-pin {
		margin:0 auto 40px auto;
		width:100%;
	}
	span.address-bottom a, #bottom .left-col p span.phone-bottom{
		display:block;
		text-align:center;
		width:100%;
	}

	.mobile-hidden {display:none;}
	table.providers tr td {
		width:33%;
	}
	#left-col img {
		width:48%;
		height:auto;
	}
	#content a.button img {
		width:auto;
		height:auto;
	}
	#left-col img.fullwidth {
		width:100%;
		height:auto;
	}
	#left-col table.providers tr td img {
		width:75%;
		height:auto;
	}
}

@media only screen 
and (min-width : 0px) 
and (max-width : 499px) {
	nav.subnav, .callout-container {
		padding:20px;
	}
	span.remove {display:none;} /* This removes an item with class .remove */
	.mobile-only {display:inline;}
}
@media only screen 
and (min-width : 0px) 
and (max-width : 384px) {
	#bottom .right-col {
		width:100%;
		float:none;
		padding:0;
		margin-bottom:20px;
	}
	#bottom .right-col img {
		width:100%;
		height:auto;
	}
	.remove-br {display:none;}
	#icons a {font-size:80%;}
	#locations .location {
		width:90%;
		box-sizing:border-box;
		padding:0;
		margin:0;
		display:inline-block;
	}
	#locations .location a {
		width:90%;
		padding:5px .5%;
		font-size:14px;
		background: #fff none;
		border-radius: 4px;
		border: solid 1px #ddd;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
	}
}
@media only screen
and (min-width : 800px) { /* This ensure that the mobile toggle doesn't display and that the main nav displays */
	a.mtoggle {
		display:none!important;
	}
	nav#main-nav ul.menu.menu-toggle {
		display:table!important;
	}
}
