﻿/************************
* Resets *
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}

html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}

/*------ prevent focus zoom on mobile ------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px!important; }
}

/*------typography, etc.------*/
body{margin:0;font-family:Helvetica,Arial,sans-serif;font-size:17px;line-height:1.5em;color:#333333;}

p {margin:0 0 1em;}

a {color: #0d47a1; text-decoration: underline;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
	a:hover { color: #5476AC; text-decoration: none;}
	a:active { color: #CCCCCC;}
	
a:link img, a:visited img { border-style: none }

img {max-width:100%;}

img.img-margin { margin: 1.5em 0;}

h1, h1 a, .h1 {font-size:3em;font-weight:300;margin-bottom:.75em;line-height:1.1em;}
h2, h2 a, .h2 {font-size:1.75em;margin-bottom:.5em;font-weight:bold;line-height:1.1em;}
h3, h3 a, .h3 {font-size:1.5em;margin-bottom:.5em;font-weight:bold;}
h4, h4 a, .h4 {font-size:1.25em;margin-bottom:.5em;font-weight:bold;}
h5, h5 a, .h5 {font-size:1em;margin-bottom:.5em;font-weight:bold;}
h6, h6 a, .h6 {font-size:1.1em;margin-bottom:0;font-weight:bold;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;font-size:1em;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline;}

p+div, p+fieldset{margin-top:1.5em;}
p+ul, p+ol {margin-top:-.125em;margin-bottom:1.5em;}
p+h2, ul+h2, ol+h2, aside+h2, p+h3, ul+h3, ol+h3, aside+h3, p+h4, ul+h4, ol+h4, aside+h4, p+h5, ul+h5, ol+h5, aside+h5, p+h6, ul+h6, ol+h6, aside+h6{margin-top:1.25em;}

header { z-index: 999999;}

.lead {font-size:1.4em;font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300;margin-bottom:.75em;}





hr {color: #E1E1E1;background-color: #E1E1E1;height:1px;border: 0;width: 100%;margin-bottom:2em;margin-top:1.5em; clear:both;}

.gray_border_bottom { border-bottom: 1px solid #E1E1E1; }


blockquote{font-size:16px; font-family:Georgia, "Times New Roman", Times, serif;color:#666;margin:0 0 1.5em 0; font-style:italic; border-left: 10px solid #eeeeee; padding: 0 0 0 1em;}
	blockquote p{margin-bottom:.75em}
cite{color:#333;margin:0 00;display:block;text-emphasis:none; font-style:normal; font-weight: bold; text-align: right;}
cite p{margin-bottom:1em;}
	
sup, sub{line-height:1em;}
strike {color:#999;}

iframe{margin:0 auto 1.5em auto;display:block;width:100%;}

code {font-size:1em;background:rgba(0,0,0,.085);border-radius:4px;padding:0 3px;}
pre code {display:block;background:#f4f6f9;font-family: Monaco, monospace;border:1px solid #DDD;-moz-border-radius:4px;border-radius:4px;margin-bottom:2.5em;overflow:auto;width:100%;padding:1em;font-size:1.25em;}
pre {white-space: pre; padding:0;font-size:12px;line-height:1.4em;}

aside, figure {float:right;margin:0 0 1em 2.5%;width:33%;background:#f4f6f9;padding:.75em;font-size:.75em;line-height:1.333em;-moz-border-radius:4px;border-radius:4px;}
aside img, figure img{margin:0 0 1em;}

dl {margin-bottom:1em;}
dt {font-weight:bold;}

.mobile {display:none;}

.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }
.center {text-align:center;}


.skip { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } 
.skip:focus { position:static;  width:auto;  height:auto; margin:.5em .5em; font-size:.9em;} 

/************************
* Structure *
************************/

.first {float:left;margin-right:3.5%;}
.middle {float:left;margin-right:3.5%;}
.last {float:right;}

/*------widths------*/

.group {margin-bottom:1.5em;}
.group:last-child {margin-bottom:0;}

.group_doctors {margin:1.5em 0;}
	.group_doctors span {display: block; font-size: .9em; margin-bottom: 1em; text-align: center; font-weight: bold;}
	.group_doctors img:hover { opacity: .5;}
.doctors_left {width:50%; float: left;}
.doctors_right {width:50%; float: right;}

.photo_gallery_left {width:43.4234234234234%; float: left;}
.photo_gallery_right {width:56.5765765765766%; float: right; padding: 0em 0 3em 3em;}
.photo_gallery_right_title {width:56.5765765765766%; float: right; padding: 0em 0 0em 3em;}
	.photo_gallery_right_title h1 {color: #333333;
margin-bottom: .75em;
font-size: 2em;
font-weight: bold;
		text-shadow: none}

.procedure-photo-gallery {
	background: #333333 !important;
	max-width: 474px;
	max-height: 400px;
	overflow: hidden;}

.group_1of2, table.table_structure_2x td {width:48.25%;}

.footer_group_1of3 {width:31%; text-align: right;}
.footer_group_2of3 {width:65.5%;}

.group_1of3, table.table_structure_3x td, .procedure_1of3 {width:31%;}
.group_2of3 {width:65.5%;}

.group_1of4, table.table_structure_4x td {width:22.375%;}
.group_3of4 {width:74.125%;}

.group_1of5 {width:17.2%;}
.group_2of5 {width:37.9%;}
.group_3of5 {width:58.6%;}
.group_4of5 {width:79.3%;}

.group_1of6 {width:13.75%;}
.group_5of6 {width:82.75%;}

.group_1of7 {width:11.28571428571429%;}
.group_2of7 {width:26.07142857142858%;}
.group_3of7 {width:40.85714285714287%;}
.group_4of7 {width:55.64285714285716%;}
.group_5of7 {width:70.42857142857145%;}
.group_6of7 {width:85.21428571428574%;}

.group_1of8 {width:9.4375%;}
.group_3of8 {width:35.3125%;}
.group_5of8 {width:61.1875%;}
.group_7of8 {width:87.0625%;}

/*------sections / wrappers------*/

.header_wrapper_full {margin:0 auto;padding:0 0; width: 100%;height:68px; background-color: #000000;}
.header {z-index: 9999 !important;padding: 0 2.5%;}


.header.active {
    background: #000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}




.wrapper {margin:0 auto;max-width:1170px;padding:0 2.5%;}
section.section_primary {padding:3em 0;}
section.section_secondary {padding:3em 0;}
	section.section_secondary h2 { text-align:center; margin: 0 auto 1.5em auto; max-width: 1170px; padding: 0 2.5%; font-weight: bold; font-size: 2.250em; color: #333333;}
.section_hero {border-bottom:1px solid #ddd;background:#f4f6f9;}
	.section_hero .wrapper{max-width:1400px;padding:0;}



/* --- global media object --- */
.media{display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;}
.media_body{-ms-flex: 1;flex: 1;min-width: 0;-ms-word-break: break-all;overflow-wrap: break-word;word-wrap: break-word;}
.media_right{-ms-flex-negative: 0;flex-shrink: 0;margin-left: .75rem;}
.media_left {margin-left: 0;margin-right: .75rem;}
	/* --- no support for flex, .no-flexbox added with Modernizr--- */
	.no-flexbox .media {display:table;width:100%;}
	.no-flexbox .media_body, .no-flexbox .media_right, .no-flexbox .media_left{display:table-cell;}
	.no-flexbox .media_right{float:right;}

/*------rotator banner------*/
.rotator_banner {position:relative; z-index:0; background:#eee; text-align:center; }
.rotator_banner .rotator_banner_img {height:300px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.rotator_banner .rotator_banner_content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index:1;}
.rotator_banner .heading {display:block; font-weight:bold; font-size:1.8em; line-height:1.1em; margin-bottom:.25em;}
.rotator_banner .description {display:block; font-size:1.2em; margin-bottom:.5em;}

/*------site header------*/

header {max-width:1170px; margin: 1em auto; position: relative; z-index: 500 !important;}

/*header { width: 100%; position: absolute; background-color: green;}
.site_header_top {max-width:1170px; margin: 0 auto; position: relative;}
.site_header_wrapper {padding: 2.5% 0;width: 100%; position: absolute;}*/
header a.logo {margin: 0px 20px 0px 0;
background: url(/images/logo-cr.png); /*------ PNG backup (2x final size)------*/
background-image: url(/images/logo-cr.svg), none; /*------ SVG ------*/
background-repeat: no-repeat;
background-position: top left;
background-size: 57px 36px;width: 57px;height: 36px;/*------ final size ------*/
float: left;
display: block;
z-index: 9999;
}

header a.logo:hover { opacity: .5;}

.menu_wrapper { margin: 0px 0 0 0;}

.header_sm_text {font-family: Helvetica, Arial, "sans-serif"; font-size: 22px; line-height: 1.2em; color: #FFFFFF; font-weight: normal; text-align: left; padding: 0 0 1em 0;text-shadow: 1px 1px 1px #000, 0px 0px 9px rgba(150, 150, 150, 1);}
.header_lg_text {font-family: Helvetica, Arial, "sans-serif"; font-size: 37px; line-height: 1.2em; color: #FFFFFF; font-weight: bold; text-align: left;text-shadow: 1px 1px 1px #000, 0px 0px 9px rgba(150, 150, 150, 1);}


/*------site footer------*/

.site_footer {clear:both;font-size:.85em;color:#666;padding:1.5em 0 3em 0;}
.footer_bg {background: url("/images/footer-bg.jpg"); background-repeat: repeat-x;text-align: center;}
.footer_icon { padding: 0 20px; background-color: #FFF;}
.footer-padding-bottom { padding-bottom: 3em;}
ul.footer-menu {
    list-style: none;
    font-size: 15px;
    line-height: 1.3em;
padding: 0 0 0 0;
margin: 0 0;}

ul.footer-menu li  {
    display: inline-block;
    padding: 0 1em 0 0;}

ul.footer-menu li a {
    text-decoration: none; color: #212121;}


/************************
* Navigation *
************************/

/* Primary Navigation Resets and Defaults*/
nav.nav_primary {position:relative;line-height:1.2em;float: left; font-size: .8em;}
	nav.nav_primary .wrapper{padding:0;}
	nav.nav_primary .nav_full{display:table;width:100%;}
	nav.nav_primary ul{list-style: none;margin:0;padding:0;}
	nav.nav_primary li > a{text-decoration:none; }
	nav.nav_primary .caret {margin-left: 10px;display: inline-block;width: 0;height: 0;vertical-align: middle;border-top: 5px solid #FFF;border-right: 5px solid transparent;border-left: 5px solid transparent;content: "";opacity: .5;filter: alpha(opacity=30);}
	
/* Mobile Button*/
.nav_primary_btn {display:none;margin:0em; color:#fff;text-decoration:none;font-size:1.3em; text-align: right;}
	.nav_primary_btn:hover {color:#fff;text-decoration:none;}

/* Level 1 (All) */
nav.nav_primary ul.parent{display:table-row;width:100%;}
	nav.nav_primary .nav_full ul.parent{display:table-row;}
nav.nav_primary ul.parent > li{position:relative;display:block;float:right;}
nav.nav_primary ul.parent > li.nav_mobile {display:none;}
	nav.nav_primary .nav_full ul.parent > li{display:table-cell;float:none;}
nav.nav_primary ul.parent > li > a{padding: 1em.75em 1em .75em; color: #ededed;text-align:center;display:block; text-transform: uppercase;}
nav.nav_primary ul.parent > li > a:hover, nav.nav_primary ul.parent > li.drop_nav.hover > a, nav.nav_primary ul.parent > li.drop_mega.hover > a{ color: #1e88e5; border-bottom: 1px solid #1e88e5;}

/* Level 1 Dropdown (Mega)*/
nav.nav_primary ul.parent li.drop_mega{ position: static;}
	
/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent > li > ul{ background:#fff;display:none; position: absolute; left: -1px; -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);box-shadow: 0 5px 10px rgba(0,0,0,0.2);z-index:3;}
	/* Level 2 Dropdown (Nav)*/
	nav.nav_primary ul.parent li.drop_nav > ul{ width: 300px; top: 100%;}
	nav.nav_primary ul.parent li.drop_nav > ul > li > a{padding:.5em;background:#222 ;display:block;border-bottom:1px solid #777; color: #FFF; }
	nav.nav_primary ul.parent li.drop_nav > ul > li > a:hover{background:#000 ; }

	/* Level 2 Dropdown (Mega)*/
	nav.nav_primary ul.parent li.drop_mega > ul{width: 100%;top: auto;}
	nav.nav_primary ul.parent li.drop_mega > ul > li{width: 33.333%;padding:1em;float:left;}
	nav.nav_primary ul.parent li.drop_mega > ul > li ul li a{display:block;padding:.5em 0;border-bottom:1px solid #ddd;}
				
	
/*------secondary navigation------*/
nav.nav_secondary {position:absolute;top:40px; right:0;}
nav.nav_secondary ul {margin:0;padding:0;list-style:none;}
	nav.nav_secondary li {float: left;font-size: .875em;}
	nav.nav_secondary li a {float: left;padding: 0 1.25em;text-decoration: none;border-radius: 4px;}
	nav.nav_secondary li a:hover,nav.nav_primary li a:focus {color: #333;}
	nav.nav_secondary li a:active {color: #666;}
	nav.nav_secondary li.active a {font-weight: bold;color: #333;}
	
/*------section navigation (vertical)------*/ 

nav.nav_section.show {display: block}

.nav_section {}
.nav_section > ul{margin:0;list-style: none;padding:0;border: none;margin-bottom:1.5em;font-size:14px;line-height:1.3em;}
	.nav_section h4 {font-size:15px;padding:.5em 10px;padding-bottom:.5em;margin-bottom:0;text-transform:uppercase;}
	.nav_section h4 a{color:#999;}
	.nav_section > ul > li {}
	.nav_section > ul li a{text-decoration:none;display:block;padding:.5em 10px;color:#333; text-transform: uppercase; font-weight: bold;
background: #F5F5F5;
margin-bottom: 2px;
}
	.nav_section > ul li a:hover{background-color:#AAAAAA;}
	.nav_section > ul .selected{color:#FFFFFF;background-color:#0d47a1;}
		/*------nested------*/ 
		.nav_section > ul ul {list-style: none;padding:0 0 0 0px;font-size:.9em;margin-bottom:5px;}
		.nav_section > ul ul li a{padding:7px 10px;background: #FFFFFF;border-bottom: 1px solid #E0E0E0; margin-bottom: 0px; color: #333333; text-transform: none;font-weight: normal; font-size: 1.1em;}
.nav_section > ul ul li:last-child a {border-bottom: none;}
 		.nav_section ul .selected_parent {font-weight:bold;}

    /*------nested 3rd tier------*/

    .nav_section > ul ul ul {
        list-style: none;
        padding: 0 0 0 0px;
        font-size: .9em;
        margin-bottom: 5px;
    }

        .nav_section > ul ul ul li a {
            padding: 7px 10px 7px 30px;
            background: #FFFFFF;
            border-bottom: 1px solid #E0E0E0 !important;
            margin-bottom: 0px;
            color: #333333;
            text-transform: capitalize;
            font-weight: normal;
            font-size: 1.1em;
        }

        .nav_section > ul ul ul li:last-child a {
            border-bottom: none !important;
        }



	.nav_section_btn {display: none;margin-bottom: 2em}
	.nav_section_btn a {background: #0d47a1;color: #fff;text-decoration: none;font-weight: 400;padding: .5em 1em;display: block;text-transform: uppercase}
	.nav_section_btn a:hover {background: #666666;}
	
/*------paging, crumbs, tags (articles)------*/ 
nav.page ul {text-align: center;padding:0;}
	nav.page ul li {display: inline;margin: 0 4px 0 0;}
	nav.page ul li a {padding: 4px 8px;font-size: 14px;font-weight: bold;border: 1px solid #CCC;border-radius: 4px;text-decoration:none;background:#f4f6f9;}
	nav.page ul li a:hover,nav.page ul li a:focus {background: #f0f0f0;border-color: #ccc;}
	nav.page ul li a:active, nav.page ul li a.current {background: #fff;border-color: #ccc;}
	
nav.breadcrumb {color: #666;font-size:0.750em;margin-bottom:2em;padding:2em 0;border-bottom:1px solid #ddd;}
	nav.breadcrumb a {margin: 0 5px;text-decoration: none;color: #999;}
	nav.breadcrumb a:first-child {margin-left: 0;}
	nav.breadcrumb a:hover,nav.breadcrumb a:focus {color: #000;}
	nav.breadcrumb a:active {color: #000;}
	nav.breadcrumb strong {margin-left: 5px;font-weight: bold;color: #000;}
	
ol.tags {list-style:none;padding:0;margin:0 0 1.5em;font-size:.75em;}
	ol.tags li {float: left;margin: 0 5px 5px 0;}
	ol.tags li a {text-decoration:none;background:#CCC;background:rgba(0,0,0,.2);float: left;padding: 0px 7px;font-weight: normal;color: #fff;-moz-border-radius: 5px;border-radius: 5px;}
	ol.tags li a:hover, ol.tags li a:focus {background-color: #999;}
	ol.tags li a:active {background-color: #ccc;}


/*------Photo Grids ------*/

.photo_grid {position:relative;padding:0;list-style:none;}
.photo_grid li a {display:block;position:relative;padding:0!important}
.photo_grid li a .overlay {display:block;position:absolute;top:0;left:0;width:100%;height:100.3%;text-align:center;}
.photo_grid li a .overlay span {display:inline-block;color:#333333; text-transform: uppercase; padding: 10px 20px;position:relative;top:50%; transform:translateY(-50%);letter-spacing: 1px; font-size:16px;font-weight: bold;}
.photo_grid img {width:100%;}

.photo_grid.three li:first-child {width:66.7130919220056%}
.photo_grid.three li:nth-child(2) {position:absolute;top:0;right:0;width:33.2869080779944%}
.photo_grid.three li:last-child {position:absolute;bottom:0;right:0;width:33.2869080779944%}

.photo_grid.three li img, .photo_grid.three_side li img { opacity: .5;}
.photo_grid.three li:hover img, .photo_grid.three_side li:hover img { opacity: .8;}

.photo_grid.three_side li:first-child {width:100%}
.photo_grid.three_side li:nth-child(2) {position:relative;top:0;right:0;width:100%}
.photo_grid.three_side li:last-child {position:relative;bottom:0;right:0;width:100%}	


.outset_bottom_large {margin-bottom:4rem;}
.outset_bottom {margin-bottom:2rem;}
.outset_bottom_small {margin-bottom:.5rem;}





/************************
* Map *
************************/

 #map {max-width: 1170px; height: 470px; padding: 0 2.5%; margin: 0 auto; }

.map-details-bg { background:url(/images/map-details-bg.jpg) repeat; border-bottom:1px solid #e7e7e7}



/************************
* Content *
************************/


section header, article header {}
section footer, article footer {border-top:1px solid #CCC;font-size:.875em;padding:1em 0;color:#888;margin-top:3em;}
section footer img {float:left; margin: 0 10px 0 0;}

.well {display:block;padding:15px 15px;background:#FFF;border-radius:4px; -moz-box-shadow: inset 0 0 5px #ccc;-webkit-box-shadow: inset 0 0 5px #ccc;box-shadow: inset 0 0 5px #ccc;margin-bottom:2em;}
.platform {display:block;padding:15px 15px;background:#FFF;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;margin-bottom:2em;}

.comments {margin-top:5em;}

.item_image {margin-bottom:.5em;}
.item_title {font-size:1.25em;margin-bottom:.5em;}
.item_description {margin-bottom:.5em;}

.photo-gallery-intro {font-size:1.5em; line-height: 1.2em; color: #aaaaaa; font-weight: normal;}
.procedure-banner-titles { font-size: 1.2em; font-weight: bold; margin: 0.25em 0 0em 0; display: block;}

/*------Insets & Outsets ------*/
.inset {padding:2rem;}

.inset_right_large {padding-right:4rem;}
.inset_right {padding-right:2rem;}
.inset_right_small {padding-right:.5rem;}

.inset_left_large {padding-left:4rem;}
.inset_left {padding-left:2rem;}
.inset_left_small {padding-left:.5rem;}

.inset_top_large {padding-top:4rem;}
.inset_top {padding-top:2rem;}
.inset_top_small {padding-top:.5rem;}

.inset_bottom_large {padding-bottom:4rem;}
.inset_bottom {padding-bottom:2rem;}
.inset_bottom_small {padding-bottom:.5rem;}

.outset {margin:2rem;}

.outset_right_large {margin-right:4rem;}
.outset_right {margin-right:2rem;}
.outset_right_small {margin-right:.5rem;}

.outset_left_large {margin-left:4rem;}
.outset_left {margin-left:2rem;}
.outset_left_small {margin-left:.5rem;}

.outset_top_large {margin-top:4rem;}
.outset_top {margin-top:2rem;}
.outset_top_small {margin-top:.5rem;}

.outset_bottom_large {margin-bottom:4rem;}
.outset_bottom {margin-bottom:2rem;}
.outset_bottom_small {margin-bottom:.5rem;}

/*------Spinternet Defaults ------*/
.page_banner {margin-bottom:1em;-moz-border-radius:4px;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
.page_video {font-size:.875em;line-height:1.666em;padding:1em;margin-bottom:1em;-moz-border-radius:4px;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
	.page_video .fluid_video{margin-bottom:0;}
	.page_video .last{margin-left:1em;}

img[align=left], img.img_left{float:left;margin:0 1em 1em 0;max-width:30%;}
img[align=right], img.img_right{float:right;margin:0 0 1em 1em;max-width:30%;}
	
.fluid_video{margin-bottom:1.5em;}

.fluid_map {width: 100%;height: 0;padding-top: 60%;position: relative; margin-bottom:1.5em;}
	.fluid_map iframe {width: 100%;height: 100%; position: absolute;top: 0; right: 0;left: 0; bottom: 0; }
	.fluid_map img {max-width: none;}/*-- fixes max-width conflict in Google API maps --*/
	
	ul.login_links {position: fixed; top: 0; right: 0; margin: 0; padding: 4px; list-style: none; font-size: 12px;}
	.login_links  li{float: right; margin-left: .5em;}
	.login_links  li > a{line-height: 1; padding: .333em .5em; text-decoration: none; background-color: #888; background: rgba(0,0,0,.5); border: 1px solid #666; -moz-border-radius: 4px; border-radius: 4px; color: #FFF;}

/*------Locations------*/
.location_results {padding:1em;border:1px solid #CCC;font-size:.875em;}
	.location_results ol{list-style:none;margin:0;padding:0;line-height:1.5em;width:100%;}
	.location_results ol li{list-style:none;margin:0;display:inline-block;width:100%;}
	.location_results ol li div{float:left;width:80%;}
	.location_results img{float:left;margin-right:5%;max-width:15%;}

/*------video container ------*/
.video_link {display:block; margin-bottom:1em;}
.video_link .video_thumb {position:relative; display:block; margin-bottom:.5em; }
.video_link .video_play {position:absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); color:rgba(255,0,0,0.80); font-size:5em; line-height:1em;}
.video_link:hover .video_play {color:rgba(255,0,0,0.40);}
	
/*------icons (added with selectors.js) ------*/

a[href$="pdf"]:after {content:' (.pdf)';}
a[href$="xls"]:after {content:' (.xls)';}
a[href$="csv"]:after {content:' (.csv)';}
a[href$="doc"]:after {content:' (.doc)';}
a[href$="docx"]:after {content:' (.docx)';}
a[href$="ppt"]:after {content:' (.ppt)';}

.pdf {background: url(/images/icon-pdf.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}
.excel {background: url(/images/icon-excel.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}
.word {background: url(/images/icon-word.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}

/*------text options------*/

.text_cooler {color:#0066CC;}
.text_success {color:#009933;}
.text_warmer {color:#f78d1d;}
.text_danger, .ecom-error {color:#b94a48;}

.text_smaller {font-size:.75em;}
.text_small {font-size:.875em;}
.text_large {font-size:1.25em;line-height:1.5em;}
.text_larger {font-size:1.5em;}
.text_largest {font-size:1.75em;}

.text_primary {color:royalblue}
.text_secondary {color:saddlebrown}

/*------highlighting / alerts------*/

.alert_banner {background:#D90000; color:#fff;padding:1.25em 1em;margin-bottom:0; font-size:.9em;line-height:1.4em;}
.alert_banner a {color:#fff;}
.alert_banner .btn {padding:0; border:none; background:none; margin:0 0 0 3em; float:right;}
.alert_banner .btn:hover {border:none; background:none; color:#ccc;}
.hidden {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

.alert {padding:.5em 1em;color:#c09853;border:1px solid #fbeed5;background:#fcf8e3;font-size:.875em;border-radius:4px;margin:.25em 0 2em;}
	.alert p:last-child{margin:0;}
.alert.alert_success{color:#468847;border:1px solid #d6e9c6;background:#dff0d8;}
.alert.alert_danger{color:#b94a48;border:1px solid #eed3d7;background:#f2dede;}
/*.site_alert{z-index:4000; position:relative; top:0; left:0; padding:25px; background:#C00; color:#FFF; font-size:18px; font-weight:bold;}
.site_alert a{color:#F1C411;}*/

/*------Flags------*/

.flag {z-index:1;min-width:40px;max-width:100%;background:grey;color:#fff;line-height:1.2em;padding:.5em;position:absolute;top:15px;left:-7px;font-size:.875em;}
  .flag:after {width: 0;height: 0;display:block;content:' ';border-top: 10px solid grey;opacity:.3;border-left: 7px solid transparent;position:absolute;bottom:-10px;left:0;}

.flag.flag_success {background:#288232;}
  .flag.flag_success:after{border-top-color: #288232;}

.flag.flag_danger {background:#b94a48;}
  .flag.flag_danger:after  {border-top-color: #b94a48;}

.flag.flag_cool {background:#06C;}
  .flag.flag_cool:after  {border-top-color: #06C;}

.flag.flag_warm {background:#f78d1d;}
  .flag.flag_warm:after  {border-top-color: #f78d1d;}


/* --- lists --- */
.list--horizontal {list-style:none;margin:0;padding:0;display:table;}
	.list--horizontal > li{width:auto;margin:0 2rem 0 0;display:inline-block;vertical-align:middle;}
	.list--horizontal > li:last-child{margin-right:0;}
	.list--horizontal.last > li:first-child{margin-right:0;}
	
	.list--horizontal.list--m--small > li{margin:0 1rem 0 0;}
	.list--horizontal.list--m--xsmall > li{margin:0 .5rem 0 0;}
	.list--horizontal.list--m--none > li{margin:0;}
	
.list--horizontal.last > li{margin:0 0 0 2rem;}
	.list--horizontal.list--m--small.last > li{margin:0 0 0 1rem;}
	.list--horizontal.list--m--xsmall.last > li{margin:0 0 0 .5rem;}

/* --- Definition Lists --- */	
.dl--horizontal {-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: start;
align-items: flex-start;
display: -ms-flexbox;
display: flex;max-width:400px;}

.dl--horizontal__label {width: 30%;padding-right: .75rem;margin:0;}
.dl--horizontal__detail {width: 70%;margin:0;}

.no-flexbox .dl--horizontal__label {display:inline-block;padding-right:0;}
.no-flexbox .dl--horizontal__detail {display:inline-block;width:68%;}

/*------rows and grid views (e-commerce, typically generated dynamically)------*/ 

.list {clear:both;margin:0 0 2em;}

.list_row {padding:0;padding-top:1em;}
.list_row > li {margin:0;display: table;border-collapse: collapse;width: 100%;float: left;}
.list_row .inner {display: table-row;text-decoration:none;}
.list_row .li-img {display: table-cell;vertical-align: middle;width: 20%;padding-right: 1.5em;padding-top:1em;padding-bottom:1em;}
.list_row .li-img img {display: block;width: 100%;height: auto;-moz-border-radius:4px;border-radius:4px;}
.list_row .li-text {display: table-cell;vertical-align: middle;width: 70%;padding:1.5em 1em 1.5em 0;}
.list_row .li-head{margin-bottom:.25em;font-size:1.5em;font-weight:normal;text-decoration:none;}
.list_row .li-summary {display: block;color:#333;margin-bottom:.25em;font-size:1em;}
.list_row .li-action {margin: 0;text-decoration:none;}
span.posted_info {display:block; font-style:italic;color:#999; font-size:.9em; margin-bottom:1em;}
.list_row .author {display:block; font-style:italic;color:#999;}
.list_row > li.clear_even,.list_row > li.clear_third,.list_row > li.clear_fourth, .list_row > li.clear_fifth {width:100%;display:none;margin:0;}

.list_grid {padding:0; }
.list_grid > li {padding:0;margin-right:3.5%;margin-bottom:0em;display: block;float: left; }
.list_grid.list_2x > li {width:48.25%;}
.list_grid.list_3x > li {width:31%; }
.list_grid.list_4x > li {width:22.375%; }
.list_grid.list_5x > li {width:17.2%; }
.list_grid.list_6x > li {width:13.75%; }

.list_grid > li.clear_even, .list_grid > li.clear_third, .list_grid > li.clear_fourth,.list_grid > li.clear_fifth, .list_grid > li.clear_sixth {display:none;border-bottom:1px solid #ddd;margin:2em 0 2em 0; }/*---set up/style clears---*/ 
.list_grid.list_2x > li.even, .list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth, .list_grid.list_6x > li.sixth {margin-right:0;}/*---margin of last item---*/ 
.list_grid.list_2x > li.clear_even, .list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:block;width:100%;}/*---show clears---*/ 
	
.list_grid .inner {text-decoration:none;}
.list_grid .li-img {padding-bottom:1em;}
.list_grid .li-img img {-moz-border-radius:4px;border-radius:4px;margin-bottom:.5em;}
.list_grid .li-text {clear:both;display:block;}
.list_grid .li-head {margin-bottom: .1em;line-height:1.1em;font-size:1em;font-weight:bold;display:block;}
.list_grid .li-summary {font-size:.75em;display:block;}
.list_grid .li-action {font-size:.75em;display:block;}
	
/*------related content (often used in side column, or below main content)------*/ 

.related {list-style:none;padding:0;margin:0;font-size:.875em;}
.related .related_item{padding:0;margin-bottom:2em;}
.related .related_item *:last-child{margin-bottom:0;}

.related .related_item.related_html {}
	.related .border { border: 1px solid #D6D6D6; padding: 20px;}
.related .related_item.related_banner figure{float:none;width:auto;margin: 0 0;border-radius: 0px;background: #f4f6f9;}
.related .related_item.related_banner img{margin-bottom:.5em;}
.related .related_item.related_testimonial img{width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.related .related_item.related_video img {cursor:pointer;}
.related .related_item.related_links {}
	


/*------Hours ------*/

.business-hours {
background: #222; 
padding: 30px 14px !important;
position: relative;}

.business-hours .title {
font-size: 1.5em;
margin-bottom: .5em;
font-weight: bold;
color: #BBB;
padding-left: 5px;
border-left: 4px solid #ffac0c; }

.business-hours li {
color: #888;
line-height: 30px;
border-bottom: 1px solid #333; }

.business-hours li:last-child {
border-bottom: none; }

.business-hours .opening-hours li.today {
color: #ffac0c; }


ul.opening-hours { list-style-type: none; padding: 0 0;}


.home_lg_text { font-size:1.563em; line-height: 1.2em;}
.home_contact_text { font-size:.875em; line-height: 1.2em; color: #999999;}
	.home_contact_text .phone{ font-size:1.188em; line-height: 1.2em; color: #000000;}


.lead-text { font-size: 1.425em; color: #AAAAAA; line-height: 1.3em; }


/*------panels (often used to create different secions of content on the same page)------*/ 

.panel_header {
	padding:0em 0; 
	background-color:#000000; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	background-repeat:no-repeat; 

	
	 /* Create the parallax scrolling effect */
    /* background-attachment: fixed;*/
    background-position: center;
	
   }

.panel_header .header_container {
    margin: -260px auto 0;
    max-width: 1170px;
    padding: 0 2.5%;
    left: 2.5%;
	right: 2.5%;
}

.panel_header .header_interior_container  {
    margin: -160px auto 0;
    max-width: 1170px;
    padding: 0 2.5%;
    left: 2.5%;
	right: 2.5%;
}

.header_interior_container_title {
    margin: -160px auto 0;
    width:58.6%;
	float: left;}

.header_interior_container_title .back-to-procedures a{
    color: #FFFFFF;
    font-size: .75em;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 5px;
    margin: 0 0 1.5em 0;
    display: inline-block;
text-decoration: none;}
.header_interior_container_title .back-to-procedures a:hover {background: rgba(0, 0, 0, 1);}

	.header_interior_container_title h1, .header_interior_container_title .procedure-title{
    color: #FFFFFF;
font-size: 3em; line-height: 1em; text-shadow: 1px 1px 1px #000, 0px 0px 9px rgba(150, 150, 150, 1);}






.header_interior_container_doctors {
    margin: -160px auto 0;
    width:37.9%;
	float: right;
text-align: right;
	font-size: 1.063em;
    line-height: 1.2em;
    color: #FFFFFF;text-shadow: 1px 1px 1px #000, 0px 0px 9px rgba(150, 150, 150, 1);}



.homepage_header_panel { height:584px;}
.interior_header_panel { height:280px;}







 /*.panel_header .header_container {margin: -300px auto 0; max-width: 1170px; padding: 0 2.5%;}*/

.panel_header h2 { z-index:9999;}
.panel_header .wrapper { z-index:9999;}


.panel {padding:2em 0; border-bottom:1px solid #ccc; background-color:#ddd; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center;}

.panel.panel_html {}	
.panel.panel_image {}
	.panel.panel_image .panel_image_img {position:relative;}
	.panel.panel_image .panel_image_img > img {width:100%;}
.panel.panel_testimonial {}
	.panel.panel_testimonial img {width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.panel.panel_shared {}
.panel.panel_video {}
.panel.panel_related {}

.panel .img_blend {position:absolute; top:0; height:100%; width:100%;}

.panel.left .img_blend {opacity: 0.7;background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);left:0;width:60%;}
.panel.right .img_blend {opacity: 0.7;background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);right:0;width:60%;}
.panel.cover .img_blend {background:rgba(255,255,255,0.7);left:0;right:0;top:0;bottom:0; color:#000;}

.panel.dark.left .img_blend {background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 80%);}
.panel.dark.right .img_blend {background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 80%);}
.panel.dark.cover .img_blend {background:rgba(0,0,0,0.7); color:#fff;}

.panel.dark, .panel.dark h4 {color:#fff;}

.panel .img_text {position:absolute; top:50%; transform:translateY(-50%); width:100%;}
.panel.left .img_text {left:7%; width:45%;}
.panel.right .img_text {right:7%; width:45%;}




section div.image_blend {top: 0;height: 100%;width: 100%; z-index: 600;}
section div.image_blend_full { background: rgba(0, 0, 0, 0.0); z-index: 600;}



/*------table structure (in editor template)------*/ 

table.table_structure_4x {width:100%;margin-bottom:1em;border-collapse:collapse;line-height:1.3em;display:block;}
	table.table_structure_4x tbody, table.table_structure_4x tr{display:block;width:100%;}
	table.table_structure_4x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_4x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	table.table_structure_4x td.clear {display:none;clear:both;width:100%;}

table.table_structure_3x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_3x tbody, table.table_structure_3x tr{display:block;width:100%;}
	table.table_structure_3x tr td{display:block;float:left;padding-bottom:.5em;line-height:1.4em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_3x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
table.table_structure_2x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_2x tbody, table.table_structure_2x tr{display:block;width:100%;}
	table.table_structure_2x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_2x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
	table.table_structure_2x tr td:last-child, table.table_structure_3x tr td:last-child, table.table_structure_4x tr td:last-child{margin-right:0;}/*margin matches column structure*/
	
	
/*------data tables (min-width for overflow on small devices, can be adjusted)------*/ 

table.table_data thead th, table.table_list thead th{background:#eee; white-space:nowrap;font-weight:normal;color:#333;padding:10px 10px;font-size:15px;}
table.table_data thead tr:first-child th:first-child, table.table_list  thead tr:first-child th:first-child { border-top-left-radius: 4px; }
table.table_data thead tr:first-child th:last-child, table.table_list  thead tr:first-child th:last-child { border-top-right-radius: 4px; border:0;}

.table_data {border-collapse:collapse;min-width:480px;width:99.9%;font-size:.9rem;}
	.table_data td{padding:.5em .75em;border:1px solid #ddd;min-width:5em;}
	.table_data td strong{white-space:nowrap;}

.table_list {border-collapse:collapse;min-width:480px;width:99.9%;font-size:.9rem;}
	.table_list td{padding:.5em .75em;border-bottom:1px solid #DDD;border-right:1px solid #DDD;min-width:5em;}
	.table_list td:last-child{border-right:0;}
	.table_list.table_stripe {border-top:0;}
		
	table.table_stripe tbody tr:nth-child(even) {background:#f4f6f9;background:rgba(193  195  198,.1);}
	table.table_condensed th{padding:.25em .5em;font-size:1rem;}
	table.table_condensed td{padding:.25em .5em;font-size:.875rem;}
	
.table_overflow {
		/*added with selectors.js and */ 
		width:100%;overflow-x:auto;margin-bottom:1.5rem;
		background:
		/* Shadow covers */
		linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
		linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
		/* Shadows */
		radial-gradient(0 50%, farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)),
		radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
		background:
		/* Shadow covers */
		linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
		linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
		/* Shadows */
		radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.8), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
		/* Opera doesn't support this in the shorthand */
		background-attachment: local, local, scroll, scroll;
}

/* Flex Grid */

.flex_grid { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; justify-content: flex-start; margin-bottom: 3em; }
.flex_grid .flex_item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; /* for IE */
padding: .75em; margin-bottom: 2em; position: relative; }
/* Flex Grid border/no border widths */
.flex_grid.flex_4x .flex_item { width: 25%; }
.flex_grid.flex_3x .flex_item { width: 33.333%; }
.flex_grid.flex_2x .flex_item { width: 50%;}
/* Flex Grid Borders */
.flex_grid.flex_borders { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.flex_grid.flex_borders .flex_item { border: 1px solid #ddd; margin: 0; border-bottom: 0; border-right: 0; }
/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin { border: 0; }
.flex_grid.flex_borders.flex_margin .flex_item { margin-right: 3%; margin-bottom: 1.5em; border: 1px solid #ddd; padding: 0;}

.flex_grid.flex_borders.flex_margin .flex_item .item_details { padding: .75em; padding-top: 0; }
.flex_grid.flex_4x.flex_margin .flex_item { width: 22.75%; }
.flex_grid.flex_3x.flex_margin .flex_item { width: 31.333%; }
.flex_grid.flex_2x.flex_margin .flex_item { width: 48.5%; }
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) { margin-right: 0; }
/* IE8 and IE9 */
.no-flexbox .flex_grid:after { content: ' '; display: block; clear: both; }
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) { clear: both; }


/*---Scale Proportionally for varied images sizes---*/ 
.grid_img {position: relative;border:1px solid #ddd;width: 100%;margin-bottom:.75em}
.aspect_ratio_1to1 {padding-top: 100%; /* forces 1:1 aspect ratio, 100% is a square */}
.aspect_ratio_3to2 {padding-top: 66.666%; /* forces 3:2 aspect ratio*/}
.aspect_ratio_16to9 {padding-top: 56.25%; /* forces 16:9 aspect ratio*/}
.img-container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align:center; /* Align center inline elements */font: 0/0 a;}
.img-container:before {content: ' ';display: inline-block;vertical-align: middle;height: 100%;}
.img-container img {vertical-align: middle;display: inline-block;max-height:100%/* Makes taller img fit the box */;}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {border:0;border-bottom:1px solid #ddd}


/************************
* Forms *
************************/

.form {margin-bottom:1rem;clear:both;font-size:.875rem;}
.form > fieldset {margin-bottom:1em;border:1px solid #DDD;padding:15px;-moz-border-radius:4px;border-radius:4px;background:#FFF;}
	.form > fieldset > legend{display:block;color:#000;font-size:1.3em;float:left;margin-bottom:1.5em;font-weight:600;}
	
.form fieldset > div, .form fieldset > fieldset {padding:7px 0;clear:both;border-bottom:1px dotted #DDD;}
	.form fieldset > div:last-child {border-bottom:0;}
.form fieldset > div{*zoom:1}.form fieldset div:before,.form fieldset div:after{display:table;content:""}.form fieldset div:after{clear:both}
.form fieldset > div > label, .form fieldset > fieldset > legend{display:block;padding:3px 5% 3px 0;width:33%;text-align:right;float:left;}
.form fieldset > div > ul {margin: 0; padding: 0; list-style: none;}

.form fieldset ul.field_list{padding:3px 0;list-style:none;margin:0;float:left;display:block;width:66%;}
	.form fieldset ul.field_list li{margin:0 0 3px 0;}
	.form fieldset ul.field_list li{*zoom:1}
	.form fieldset ul.field_list li:before,.form fieldset ul.field_list li:after {display:table;content:""}
	.form fieldset ul.field_list li:after{clear:both}
	.form fieldset ul.field_list li span{width:90%;float:left;}
	
	.form fieldset ul.field_list li small{font-size:.85em;margin:-.5em 0 0 0;}

.form input[type="checkbox"], .form input[type="radio"] {margin-right:.5em; vertical-align:text-top; margin-top:6px; float:left;}

.form fieldset input, .form fieldset select{margin:0;max-width:66%;}
.form fieldset select{padding:0;}

input[type="text"], textarea, input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select{padding: .5em .5em;font-size: .875rem;border: 1px solid #CCC;background: #f5f5f5;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}/*------remove number spinners------*/
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {border-color: rgba(0,102,204,.8);
outline: 0;outline: thin dotted 9;box-shadow: 0 0 8px rgba(0,102,204,.6);background: #fff;}
.form .required {color:#b94a48;font-weight:bold;font-size:1.3em;}
.form [disabled="disabled"]{opacity:.60;}

.form .btn {margin:.5em .5em 0 0;}

.app_hours label {display:block}
.app_hours div {float:left;}

/*------Login------*/
.form.login {clear:none;}
.form.login fieldset input, .form.login fieldset select {width:100%;max-width:none;}
.form.login fieldset > div {border-bottom:none;}
.form.login fieldset > div > label {width:inherit;padding:0;text-align:left;}
.form.login fieldset input[type="submit"] {width:inherit;}

/*------search------*/
.site_header fieldset.site_search {position:absolute;top:10px;right:0;width:35%;text-align:right;}
fieldset.site_search input[type="search"], fieldset.site_search input[type="text"] {width: 50%;padding: .25em .5em;font-size: 16px;border: 1px solid #ddd;background: #f5f5f5;-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-border-radius: 4px;border-radius: 4px;margin-right:.5em;}

/*------buttons------*/

.btn{text-decoration:none;display:inline-block;*display:inline;*zoom:1;background: #999;color: #FFFFFF;line-height: 1em;font-weight: 600;font-size: 1rem;margin: 0 .25em 0 0;padding: .5em .875em;cursor: pointer;-moz-border-radius:4px;border-radius:4px;border:1px solid #888;text-align:center;}
	.btn:hover {border-color:#808080;background:#999;color:#FFF;text-decoration:none;}
	.btn:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

a.btn-appointment-header {background:#0d47a1;border-color: #0d47a1; float: right; margin: 0 0 0 0; color: #FFF; font-size: .75em; font-weight: normal; text-transform: uppercase;padding: 10px;}
	a.btn-appointment-header:hover {background-color: #5476AC;border-color: #0d47a1; color: #FFF;}

a.btn-appointment {background:#FFF;border-color: #0d47a1; margin: 0 0 0 0; color: #0d47a1; font-size: .75em; font-weight: normal; text-transform: uppercase;padding: 10px;}
	a.btn-appointment:hover {background-color: #0d47a1;border-color: #0d47a1; color: #FFF;}

a.btn-appointment-side {background:#0d47a1;border-color: #0d47a1; margin: 0 0 0 0; color: #FFF; font-size: .95em; font-weight: bold;padding: 14px;}
	a.btn-appointment-side:hover {background-color: #5476AC;border-color: #0d47a1; color: #FFF;}

.bth-appt-right {float:right;}
.bth-appt-top-margin {margin: 2em 0 0 0 !important;}


a.btn-gray {background:#E7E7E7;border-color: #E7E7E7; margin: 0 0 0 0; color: #333333; font-weight: normal; padding: 10px;}
	a.btn-gray:hover {background-color: #666666;border-color: #666666; color: #FFF;}

.btn-danger {background:#b94a48;border-color: #ac2925;}
	.btn-danger:hover {background-color: #d2322d;border-color: #ac2925;}
.btn-success {background-color:#5cb85c;border-color: #4cae4c;}
	.btn-success:hover {background-color: #47a447;border-color: #398439;}

.btn-full {display:block;margin:0;}

.btn-xxxlarge{font-size: 1.75rem;border-radius: 5px;}
.btn-xxlarge{font-size: 1.5rem;border-radius: 5px;}
.btn-xlarge{font-size: 1.25rem;border-radius: 5px;}
.btn-large{font-size: 1.15rem !important;border-radius: 5px; padding: 20px !important;}
.btn-small{font-size: .875rem;}
.btn-mini{font-size: .75rem;}
.btn-full-width { width:100%;font-size: 1.05em !important;}


table.mid-page-banner { font-family: Helvetica, Arial, "sans-serif"; font-weight: bold; margin-bottom: 1.5em;}
	table.mid-page-banner td { background: #000000; padding: 1em; color: #ffffff;}
	table.mid-page-banner td .category { font-size: 28px; line-height: 30px; color: #ffffff; display: inline-block; margin: 0 .5em 0 0;}
	table.mid-page-banner td .sub-category { font-size: 18px; line-height: 20px; color: #999999; display: inline-block;}



/* just for presentation (bottom left corner) */
.breakpoint{position:fixed;bottom:0;left:0;background:#333;width:90px;color:#FFF;font-size:.8em;display:none;padding:0 10px;}
.break_1024to992{display:block;}

.g-recaptcha > div {margin-left:33%;}

/* High Density Images - uncomment to use
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
.selector {background: url() top no-repeat;background-size:;}
}
*/

@media only screen and (max-width: 991px) {
/*---remove defaults for breakpoints---*/
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:none;}/*---hide default clears---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth,.list_grid.list_6x > li.sixth {margin-right:3.5%;}/*---over-ride default margin---*/ 

/* Flex Grid max 3 column */
.flex_grid.flex_4x .flex_item {width: 33.333%;}
.flex_grid.flex_4x.flex_margin .flex_item {width:31.333%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {margin-right:0;}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear:both;}


/* Level 1 Dropdown (All)*/
nav.nav_primary {float:none; position: static;}
	
nav.nav_primary ul.parent, nav.nav_primary .nav_full ul.parent { display:none;}
	nav.nav_primary ul.parent.show, nav.nav_primary .nav_full ul.parent.show { display:block; margin: 20px 0 0 0; background: #000000;}
nav.nav_primary ul.parent > li, nav.nav_primary .nav_full ul.parent > li{display:block;width:100%;}
nav.nav_primary ul.parent > li.nav_mobile {display:block;}
nav.nav_primary ul.parent > li > a {text-align:center;border-top:1px solid #ddd; padding: .5em 1em 1em 0em; }
nav.nav_primary ul.parent > li > ul{display:none;}
nav.nav_primary .caret {display:none;}
nav.nav_primary .nav_primary_btn {display:block;}

/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent li.drop_nav > ul, nav.nav_primary ul.parent li.drop_mega > ul {position:relative;width:100%;left:0;}
nav.nav_primary ul.parent li.drop_mega > ul > li {float:none;width:100%;}
	
a.btn-appointment-header { display: none;}

.homepage_header_panel {height: 400px;}


.header_sm_text {font-size: 20px; }
.header_lg_text {font-size: 28px; }


	
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.break_991to768{display:block;}
	
/*---5, 6 column to 4---*/	
.list_grid.list_5x > li, .list_grid.list_6x > li {width:22.375%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fourth, .list_grid.list_6x > li.fourth {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fourth, .list_grid.list_6x > li.clear_fourth {display:block;width:100%;}/*---show clears---*/ 
	
}

@media only screen and (max-width: 768px) {
h1 {font-size:2.25em;}
h3, h3 a, .h3 {font-size: 1.3em;}
	
.wrapper {padding:0 2.5%;}
/* default breakpoints for structure */
.structure > .first, .structure > .middle, .structure > .last {float:none;width:100%;margin-right:0;margin-bottom:3em;}
	.structure > .first:last-child, .structure > .last:last-child {margin-bottom:0;}
/* default breakpoints for table structure */
table.table_structure_4x tr {clear:both;}
table.table_structure_4x tr td {width:47%;}
table.table_structure_4x td.clear {display:block;}

/* Flex Grid max 2 column */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {width: 50%;}
.flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {width:48.5%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {margin-right:0}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {clear:both;}
				


/*------rotator banner------*/
.rotator_banner .rotator_banner_img {height:300px;}
.rotator_banner .rotator_banner_content {padding:1.5em 1.5em; position: relative; top:auto; left:auto; transform: none;}

/*------panels (often used to create different secions of content on the same page)------*/ 
.panel.panel_image .panel_image_img > img { margin-bottom:.75em;}
.panel .img_blend {opacity:1; position:inherit; top:inherit; height:inherit; right:inherit!important; left:inherit!important; background:none!important; width:100%!important;}
.panel .img_text {position:inherit; top:inherit; right:inherit!important; left:inherit!important; transform:inherit; width:100%!important;}
.panel, .panel h4 {color:#333!important;}

	.btn-appointment-header { display: none;}

.footer_group_1of3 {width:100%; text-align: center;}
	.footer_group_2of3 {width:100%;	}
	
ul.footer-menu {text-align: center;}
	ul.footer-menu li {padding: 0 .5em 1em .5em;}

	
.group_1of3 { width: 100%}
.group_2of3 { width: 100%}	
	

.bth-appt-right {float: none;}

.home_lg_text { margin-bottom: 1em;}
.home_contact_text { margin-bottom: 1em;}

.interior_header_panel {height: 180px;}
	
.header_interior_container_title {  margin: 0px auto 0; width:100%; float: left; padding: 1.5em 0 0 0;}
	.header_interior_container_title h1{ color: #333333; margin-bottom: 0em; font-size: 2em; font-weight: bold; text-shadow: none;}	
	.header_interior_container_title .procedure-title { display:none;}
	
.header_interior_container_doctors { width: 100%; margin: -80px auto 0;}


.photo_gallery_left {width: 100%; margin: 0 0 .75em 0;}	
.photo_gallery_right {width: 100%; padding: 0em 0 2em 0em;}
.photo_gallery_right_title {width: 100%; float: right;padding: 0em 0 0em 0em;}
	
	
.procedure-photo-gallery {max-width: 100% !important;}	
	
	
.nav_section_btn {display: block}
.nav_section {display: none;}

section.section_primary {padding: 1.5em 0;}
section.section_secondary {padding: 1.5em 0;}	
.lead-text {font-size: 1.25em;}

section.section_secondary h2 {font-size: 1.8em;}
.list {margin: 0 0 .5em;}
.site_footer {padding: 0 0 1.5em 0;}	
.photo-gallery-intro {font-size: 1.25em;}	

h2, h2 a, .h2 {font-size: 1.5em;}
	
.header_interior_container_title .back-to-procedures a {color: #333333;background: rgba(0, 0, 0, 0.0); margin: 0 0 0em 0; font-weight: bold; text-decoration: underline;}	
		.header_interior_container_title .back-to-procedures a:hover {color: #333333;background: rgba(0, 0, 0, 0.0); text-decoration: none;}	
	

table.mid-page-banner td .category { font-size: 22px; line-height: 24px; display: block; margin: 0 0em 0 0;}
	table.mid-page-banner td .sub-category { font-size: 17px; line-height: 19px; display: block;}
	
	
/*------Insets & Outsets ------*/
[class*="outset_r"], [class*="outset_l"] {margin:0}

.mobile {display:block;}

}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.break_767x480{display:block;}

.form textarea{width:60%;}

/*---4, 5, 6 column to 3---*/	
.list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:31%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.third, .list_grid.list_5x > li.third, .list_grid.list_6x > li.third {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_third, .list_grid.list_5x > li.clear_third, .list_grid.list_6x > li.clear_third {display:block;width:100%;}/*---show clears---*/ 

}

/* Interim breakpoint for some phones (landscape) and tablets (portrait) */
@media only screen and (max-width: 640px) {

.procedure_1of3 {width:100%;}
.procedure-banner-titles { margin: 0.25em 0 1em 0 !important;}
	
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
.break_479x0{display:block;}
/* default breakpoints for table structure */
table.table_structure_4x tr td, table.table_structure_3x tr td, table.table_structure_2x tr td {width:100%;margin:0;}
	table.table_structure_4x tr td td, table.table_structure_3x tr td td, table.table_structure_2x tr td td{width: auto;}

.form fieldset {padding-left:0;padding-right:0;border-radius:0;border-right:0;border-left:0;}
.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="password"], .form textarea, .form fieldset select {max-width: none;width:100%;}
.form fieldset > div > label, .form fieldset > fieldset > legend {width:100%;padding:0;text-align:left;}
.form fieldset .icon_form{clear:both;display:block;margin-top:.5em;}
.form fieldset ul{width:100%;}

img.img_left, img[align=left], img.img_right, img[align=right]{max-width:33%;}
aside, figure {width:auto;float:none;margin-left:0;}

nav.page ul li {display:none;}
nav.page ul li.page-prev, nav.page ul li.page-next {display:inline;}

/*---3, 4, 5, 6 column to 2---*/	
.list_grid.list_3x > li, .list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:48.25%;}/*---establish widths---*/ 
.list_grid.list_3x > li.even,.list_grid.list_4x > li.even, .list_grid.list_5x > li.even, .list_grid.list_6x > li.even {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_even, .list_grid.list_4x > li.clear_even, .list_grid.list_5x > li.clear_even, .list_grid.list_6x > li.clear_even {display:block;width:100%;}/*---show clears---*/

/* Flex Grid */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item { width: 100%;margin-right:0; }

.list .li-summary {display: none;}

.rotator_banner .rotator_banner_img {height:200px;}


.panel_header .header_container {margin: -300px auto 0;}
	
/*---form builder captcha---*/
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#rc-imageselect > div, .g-recaptcha > div {margin:0;width:291px!important;}
	
	
.photo_grid.three li:first-child {width:100%}
.photo_grid.three li:nth-child(2) {position:relative;top:0;right:0;width:100%}
.photo_grid.three li:last-child {position:relative;bottom:0;right:0;width:100%}	
	
	
.doctors_left {width:100%; float: left;}
.doctors_right {width:100%; float: left;}

	
}

/*Print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;-ms-filter: none !important; } /* Black prints faster */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

}



/************************
* eCommerce *
************************/

/*-----shop overrides-----*/
.wrapper.shop { }

/*-----shop search-----*/
fieldset.search.shop { margin-bottom: 1.5em; }
fieldset.search.shop input[type="text"] { font-size: 14px; padding: .5em; width: 65%; }
fieldset.search.shop input[type="submit"] { padding: .5em .75em; font-size: 14px; }

/*-----categories-----*/
.shop_category { font-size: 16px; border-bottom: 1px solid #ccc; color: #666; text-align: center; }
.shop_category_img { margin-bottom: 1.5em; }

/*-----toobar-----*/
.toolbar { font-size: 13px; }
.toolbar .first, .toolbar .middle { margin-right: 5% }
.toolbar ul { list-style: none; padding: 0; margin: 0; }
.toolbar ul li { margin-right: .75em; display: inline; float: left; }
.toolbar .list_view a { background: url(/images/icon-list-view.png) no-repeat; width: 12px; height: 12px; display: block; margin-top: 7px; }
.toolbar .list_view a:hover, .toolbar .list_view a.current_view { background-position: bottom; }
.toolbar .grid_view a { background: url(/images/icon-grid-view.png) no-repeat; width: 12px; height: 12px; display: block; margin-top: 7px; }
.toolbar .grid_view a:hover, .toolbar .grid_view a.current_view { background-position: bottom; }

.list.list_row .price { float: right; width: 20%; font-size: 1.2em; margin-top: .25em; }
.list .price strike { display: block; }

/*-----product-----*/
.form.product fieldset { padding: .5em; }
.form.product p { margin-bottom: 0; }
.form.product h2 { margin-bottom: 1em; }
.product_detail_img { max-width: 468px; margin-bottom: 1em; text-align: center; }
ul.product_detail_img_thumb { margin: 0; padding: 0; list-style: none; }
ul.product_detail_img_thumb li { display: block; float: left; }
ul.product_detail_img_thumb li a img { height: 40px; margin: 0 .25em 1em 0; }

/*-----reviews-----*/
.reviews { clear: both; display: block; padding: 15px 15px; background: #FFF; -moz-border-radius: 4px; border-radius: 4px; -moz-box-shadow: inset 0 0 5px #ccc; -webkit-box-shadow: inset 0 0 5px #ccc; box-shadow: inner 0 0 5px #ccc; margin-bottom: 1em; }
.review_info { background: #F3F3F3; padding: 20px; -moz-border-radius: 4px; border-radius: 4px; }
.review { border-bottom: 1px dotted #ccc; font-size: .90em; margin-bottom: 20px; }
.review:last-child { border-bottom: none!important; }
.review h2 { color: #0066CC; }
.reviews .btn { background-color: #0066CC; border-color: #005CB6; font-weight: normal; float: right; }
.reviews .btn:hover { background-color: #005CB6; border-color: #004992; }

/*-----star ratings-----*/
.userRatingStar { background-repeat: no-repeat; cursor: pointer; display: block; font-size: 0; height: 16px; margin: 0; padding: 0; width: 16px; text-align: center; }
.userRatingStarNoPointer { background-repeat: no-repeat; cursor: default; display: block; font-size: 0; height: 16px; margin: 0; padding: 0; width: 16px; text-align: center; }
.userFilledRatingStar { background-image: url(/images/star_yellow_14.gif); }
.userEmptyRatingStar { background-image: url(/images/star_gray_14.gif); }
.userWaitingRatingStar { background-image: url(/images/star_gray_14.gif); }
.ratingStar { background-repeat: no-repeat; cursor: pointer; display: block; font-size: 0; height: 50px; margin: 10px 0 0 0; padding: 0; width: 50px; text-align: center; }
.filledRatingStar { background-image: url(/images/star_yellow_12.png); }
.emptyRatingStar { background-image: url(/images/star_gray_12.png); }
.waitingRatingStar { background-image: url(/images/star_gray_12.png); }

/*-----cart-----*/	
.flex-table { margin-bottom: 1em; border-collapse: collapse; width: 100%; background: #FFF; border: 1px solid #CCC; }
.flex-table thead th { border-bottom: 1px solid #E0E0E0; background: #F4F4F4; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: capitalize; white-space: nowrap; }
.flex-table td, .flex-table th { padding: 10px; border-right: 1px solid #E0E0E0; }
#cart-table tfoot td { text-align: right; }
.flex-table tfoot td { border-top: 1px solid #E0E0E0; background: #F4F4F4; }
.flex-table td, .flex-table th { padding: 10px; border-right: 1px solid #E0E0E0; }
.flex-table tbody tr:last-child td { border-bottom: 0; }
.flex-table tbody tr td { border-bottom: 2px solid #E8E8E8; vertical-align: top; }
.cart-item-wrapper { padding-bottom: 1em; }
.cart-item-description { font-size: .875em; line-height: 1.2em; margin-left: 90px; }
.product-name { margin-left: 90px; display: block; line-height: 1.2em; margin-bottom: .5em; }
.product-image { float: left; margin-right: 10px; }
.remove-link { color: #666; text-decoration: none; }
span.label { display: none; float: left; margin-right: .5em; }
.cart_calculate { font-size: .875em; padding: 5px 10px 10px 10px; float: none; margin-right: 0; }
.cart_calculate label { display: block; }
.cart_calculate input[type="text"] { font-size: .875em; margin-right: .25em; width: 50%; }
.cart_calculate select { max-width: 100%; }
.payment_method { list-style: none; padding: 0; }
.payment_method li { display: block; float: left; margin: 0 5px 5px 0; }

/*-----checkout-----*/	
.checkout_help { font-size: .875em; line-height: 1.5em; }

@media only screen and (max-width: 768px) {
/*-----cart-----*/	
.flex-table.linearize thead { display: none; }
.flex-table.linearize tbody tr:last-child { border-bottom: 0; }
.flex-table.linearize tbody tr { border-bottom: 2px solid #CCC; }
.flex-table.linearize tr, .flex-table.linearize th, .flex-table.linearize td { display: block; }
.flex-table.linearize tbody tr td:first-child { padding-top: 10px; }
.flex-table.linearize tbody tr td { padding: 0 10px 10px; border-right: 0; border-bottom: 0; }
.cart-item-wrapper { min-height: 75px; border-bottom: 1px solid #ddd; }
span.label { display: compact; }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.cart_calculate.first { width: 44%; float: left; }
.cart_calculate.last { width: 44%; float: right; }
}

@media screen and (max-width: 479px) {
.list.list_row .price { margin: 0; font-size: 1em; }
.list .price strike { display: none; }
}



/************************
* Date Picker Calendar *
************************/

/*------ Date Picker ------*/
		
.ui-datepicker {width: 100%; font-size:.9em; text-align: center; color: #666;}
.ui-datepicker a {color: #666; text-decoration: none;}
.ui-datepicker .ui-icon { width: 16px; height: 16px; background-image: url("/images/datepicker-arrows.png"); display: inline-block; vertical-align: middle; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 6px; width: 1.8em; height: 1.8em; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-next span {background-position:-16px 0;}
.ui-datepicker .ui-datepicker-header { position: relative; padding: .5em 0; background: #eee; font-weight: bold; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse;}
.ui-datepicker th { padding: .7em .3em; font-weight: bold;}
.ui-datepicker td {padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .25em; border: 1px solid #ddd; background: #fff; }
.ui-datepicker .ui-state-hover {background: #eee;}
.ui-datepicker .ui-state-highlight {background: #00C; color: #fff;}

/*------ Calendar ------*/

.cal_date {position:relative; z-index:1; display:inline-block; width:70px; height:70px; margin-right:1.5em; padding-top:10px; text-align:center; border-right:1px solid #fff; border-bottom:1px solid #fff; background:#777; line-height:1.4em; color:#fff; }
.cal_date .cal_month {display:block; text-transform:uppercase; margin-bottom:0; font-size:.9em; font-weight:bold;}
.cal_date .cal_day {display:block; font-size:1.7em; font-weight:lighter;}

.cal_listing {padding:0; list-style:none;}
.cal_listing > li {padding:1.5em 0; border-bottom:1px solid #ddd;}
.cal_listing > li:last-child {border-bottom:none}
.cal_listing a {text-decoration:none;}
.cal_listing .cal_listing_img {float:left; max-width:55%; margin-bottom:1.5em;}
.cal_listing .cal_listing_img img {margin-top:-70px; padding-right:1.5em;}
.cal_listing .cal_listing_detail { }

.cal_next_prev {display:table; margin-bottom:1.5em; height:40px; width:100%; text-align:center;}
.cal_next_prev h3 {display:table-cell; margin:0; background:#666; color:#fff; font-size:.9em; padding:0 .5em; text-transform:uppercase; vertical-align:middle;}
.cal_next_prev a {display:table-cell; background:#666; color:#fff; font-size:1.8em; width:40px; text-decoration:none; vertical-align:middle;}
.cal_next_prev a:hover {background:#999;}
.cal_next_prev a:first-child {border-right:2px solid #fff;}
.cal_next_prev a:last-child {border-left:2px solid #fff;}

.cal_search {position:relative;}
.cal_search input {width:100%; margin-bottom:1.5em; padding:1em 1.25em; background:#fff; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #ddd;}
.cal_search a {position:absolute; top:1em; right:1.25em; color:#666; }
.cal_search a:hover {color:#999}

.cal_nav {border: 1px solid #ddd; margin-bottom:1.5em;}
.cal_nav > ul {margin:0;padding:0;list-style:none;}
.cal_nav > ul > li {border-bottom:1px solid #ddd; background:#fff; }
.cal_nav > ul > li:last-child {border-bottom:none; }
.cal_nav > ul > li > a {display:block; padding:1em 1.25em; text-decoration:none; font-weight:bold; color:#666; font-size:.9em; text-transform:uppercase;}
.cal_nav > ul > li > a:hover {background:#eee;}
.cal_nav > ul > li > a.selected {background:#eee;}
.cal_nav > ul > li > span {display:block; padding:1em 1.25em; text-decoration:none; font-weight:bold; color:#666; font-size:.9em; text-transform:uppercase;}
.cal_nav #datepicker {margin:0 1.25em 1em 1.25em;}

.cal_filter {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; font-size:.9em;}
.cal_filter legend {font-weight:bold; text-transform:uppercase; margin-bottom:.25em;}
.cal_filter input {margin:-2px 5px 0 0;  cursor:pointer;}
.cal_filter label {padding:2px 5px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}
.cal_filter .count {opacity:.7}

.cal_filter_btn {display:none;}
	
.cal_detail_img {position:relative;}
.cal_detail_img {margin-bottom:2em;}
.cal_detail_img .cal_date {position:absolute; top:0; left:0; z-index:1;}

.cal_detail table {border-collapse:collapse; width:100%; margin-bottom:2em; font-size:.9em; line-height:1.4em;}
.cal_detail table tr {border-bottom:1px solid #ddd;}
.cal_detail table tr td {padding:1em 1.5em 1em 0;}
.cal_detail table tr td:first-child {text-transform:uppercase; font-weight:bold;}

.cal_related {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; color:#666; font-size:.9em;}
.cal_related h5 {font-weight:bold; text-transform:uppercase;}
.cal_related .cal_listing {margin:0;}
.cal_related .cal_listing > li:first-child {padding-top:0;}
.cal_related .cal_listing > li:last-child {padding-bottom:0;}

/*------Featured Events ------*/

.cal_featured {margin:1.5em 0 4em 0!important;}
.cal_featured .cal_featured_event {display:block; position:relative; color:#fff; z-index:0;}
.cal_featured .cal_featured_event a, .cal_featured .cal_featured_event .h4 {color:#fff;}
.cal_featured .cal_featured_event .cal_featured_img {height:450px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.cal_featured .cal_featured_event .cal_date {position:absolute; top:0; left:0; z-index:1;}
.cal_featured .cal_featured_event .cal_featured_content {display:inline-block; position:absolute; bottom:0; left:0; width:65%; z-index:1; padding:1.5em 1.5em; background:#000; background:rgba(0,0,0,.8);}
.cal_featured .cal_featured_event .cal_featured_content span {display:block;}
.cal_featured .slick-dots li button:before {font-size: 18px;}
.cal_featured .slick-dots {bottom: -35px;}
.cal_featured .slick-dots li {margin: 0 2px;}



@media only screen and (max-width: 768px) {

.cal_featured .cal_featured_event .cal_featured_img {height:350px;}
.cal_featured .cal_featured_event .cal_featured_content {position:inherit; bottom:inherit; left:inherit; width:100%; z-index:inherit; background:#000;}

.cal_filter_btn {display:block; text-align:center;}
.cal_filters {display:none;}

}

@media only screen and (max-width: 640px) {

.cal_listing li .cal_listing_img {max-width:100%;}
.cal_listing .cal_listing_img img {padding-right:0;}

}

@media only screen and (max-width: 479px) {

.cal_featured .cal_featured_event .cal_featured_img {height:200px;}

}



/************************
* Full Calendar *
************************/

.fc { direction: ltr; text-align: left; }
.fc table { border-collapse: collapse; border-spacing: 0; }
html .fc, .fc table { font-size: 1em; }
.fc td, .fc th { padding: 0; vertical-align: top; }
.fc-header td { white-space: nowrap; }
.fc-header-left { width: 25%; text-align: left; }
.fc-header-center { text-align: center; }
.fc-header-right { width: 25%; text-align: right; }
.fc-header-title { display: inline-block; vertical-align: top; }
.fc-header-title h2 { margin-top: 0; white-space: nowrap; }
.fc .fc-header-space { padding-left: 10px; }
.fc-header .fc-button { margin-bottom: 1em; vertical-align: top; }
.fc-header .fc-button { margin-right: -1px; }
.fc-header .fc-corner-right { margin-right: 1px; }
.fc-header .ui-corner-right { margin-right: 0; }
.fc-header .fc-state-hover, .fc-header .ui-state-hover { z-index: 2; }
.fc-header .fc-state-down { z-index: 3; }
.fc-header .fc-state-active, .fc-header .ui-state-active { z-index: 4; }
.fc-content { clear: both; }
.fc-view { width: 100%; overflow: hidden; }
.fc-widget-header, .fc-widget-content { border: 1px solid #ccc; }
.fc-state-highlight { background: #ffc; }
.fc-cell-overlay { background: #9cf; opacity: .2; filter: alpha(opacity=20); }
.fc-button { position: relative; display: inline-block; cursor: pointer; }
.fc-state-default { border-style: solid; border-width: 1px 0; }
.fc-button-inner { position: relative; float: left; overflow: hidden; }
.fc-state-default .fc-button-inner { border-style: solid; border-width: 0 1px; }
.fc-button-content { position: relative; float: left; height: 1.9em; line-height: 1.9em; padding: 0 .6em; white-space: nowrap; }
.fc-button-content .fc-icon-wrap { position: relative; float: left; top: 50%; }
.fc-button-content .ui-icon { position: relative; float: left; margin-top: -50%; *margin-top:0;
*top:-50%;
}
.fc-state-default .fc-button-effect { position: absolute; top: 50%; left: 0; }
.fc-state-default .fc-button-effect span { position: absolute; top: -100px; left: 0; width: 500px; height: 100px; border-width: 100px 0 0 1px; border-style: solid; border-color: #fff; background: #444; opacity: .09; filter: alpha(opacity=9); }
.fc-state-default, .fc-state-default .fc-button-inner { border-style: solid; border-color: #ccc #bbb #aaa; background: #F3F3F3; color: #000; }
.fc-state-hover, .fc-state-hover .fc-button-inner { border-color: #999; }
.fc-state-down, .fc-state-down .fc-button-inner { border-color: #555; background: #777; }
.fc-state-active, .fc-state-active .fc-button-inner { border-color: #555; background: #777; color: #fff; }
.fc-state-disabled, .fc-state-disabled .fc-button-inner { color: #999; border-color: #ddd; }
.fc-state-disabled { cursor: default; }
.fc-state-disabled .fc-button-effect { display: none; }
.fc-event { border-style: solid; border-width: 0; font-size: .85em; cursor: default; }
a.fc-event, .fc-event-draggable { cursor: pointer; }
a.fc-event { text-decoration: none; }
.fc-rtl .fc-event { text-align: right; }
.fc-event-skin { color: #fff; border-radius: 2px; }
.fc-event-inner { line-height: 1.3em; position: relative; width: 100%; height: 100%; border-style: solid; border-width: 0; overflow: hidden; }
.fc-event-time, .fc-event-title { padding: 0 1px; color: #fff; }
.fc .ui-resizable-handle { display: block; position: absolute; z-index: 99999; overflow: hidden; font-size: 300%; line-height: 50%; }
.fc-event-hori { border-width: 1px 0; margin-bottom: 1px; }
.fc-event-hori .ui-resizable-e { top: 0!important; right: -3px!important; width: 7px!important; height: 100%!important; cursor: e-resize; }
.fc-event-hori .ui-resizable-w { top: 0!important; left: -3px!important; width: 7px!important; height: 100%!important; cursor: w-resize; }
.fc-event-hori .ui-resizable-handle { _padding-bottom: 14px; }
.fc-corner-left { margin-left: 1px; }
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner { margin-left: -1px; }
.fc-corner-right { margin-right: 1px; }
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner { margin-right: -1px; }
.fc-corner-top { margin-top: 1px; }
.fc-corner-top .fc-event-inner { margin-top: -1px; }
.fc-corner-bottom { margin-bottom: 1px; }
.fc-corner-bottom .fc-event-inner { margin-bottom: -1px; }
.fc-corner-left .fc-event-inner { border-left-width: 1px; }
.fc-corner-right .fc-event-inner { border-right-width: 1px; }
.fc-corner-top .fc-event-inner { border-top-width: 1px; }
.fc-corner-bottom .fc-event-inner { border-bottom-width: 1px; }
table.fc-border-separate { border-collapse: separate; }
.fc-border-separate th, .fc-border-separate td { border-width: 1px 0 0 1px; }
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last { border-right-width: 1px; }
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td { border-bottom-width: 1px; }
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { border-top-width: 0; }
.fc-grid th { text-align: center; }
.fc-grid .fc-day-number { float: right; padding: 0 2px; }
.fc-grid .fc-other-month .fc-day-number { opacity: .3; filter: alpha(opacity=30); }
.fc-grid .fc-day-content { clear: both; padding: 2px 2px 1px; }
.fc-grid .fc-event-time { font-weight: bold; }
.fc-rtl .fc-grid .fc-day-number { float: left; }
.fc-rtl .fc-grid .fc-event-time { float: right; }
.fc-agenda table { border-collapse: separate; }
.fc-agenda-days th { text-align: center; }
.fc-agenda .fc-agenda-axis { width: 50px; padding: 0 4px; vertical-align: middle; text-align: right; white-space: nowrap; font-weight: normal; }
.fc-agenda .fc-day-content { padding: 2px 2px 1px; }
.fc-agenda-days .fc-agenda-axis { border-right-width: 1px; }
.fc-agenda-days .fc-col0 { border-left-width: 0; }
.fc-agenda-allday th { border-width: 0 1px; }
.fc-agenda-allday .fc-day-content { min-height: 34px; _height: 34px; }
.fc-agenda-divider-inner { height: 2px; overflow: hidden; }
.fc-widget-header .fc-agenda-divider-inner { background: #eee; }
.fc-agenda-slots th { border-width: 1px 1px 0; }
.fc-agenda-slots td { border-width: 1px 0 0; background: none; }
.fc-agenda-slots td div { height: 20px; }
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td { border-top-width: 0; }
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td { border-top-style: dotted; }
.fc-agenda-slots tr.fc-minor th.ui-widget-header { *border-top-style:solid;
}
.fc-event-vert { border-width: 0 1px; }
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content { position: relative; z-index: 2; width: 100%; overflow: hidden; }
.fc-event-vert .fc-event-time { white-space: nowrap; font-size: 10px; }
.fc-event-vert .fc-event-bg { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .3; filter: alpha(opacity=30); }
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg { display: none\9; }
.fc-event-vert .ui-resizable-s { bottom: 0!important; width: 100%!important; height: 8px!important; overflow: hidden!important; line-height: 8px!important; font-size: 11px!important; font-family: monospace; text-align: center; cursor: s-resize; }
.fc-agenda .ui-resizable-resizing { _overflow: hidden; }
/* Custom */
	
.calendar_views { margin-bottom: 1.5em; font-size: 14px; margin-top: .5em; }
.calendar_views > ul { padding: 0 0 5px; margin: 0; border-bottom: 1px solid #ccc; width: 100%; }
.calendar_views > ul li { display: inline; background: none; padding: 0; margin-left: 10px; }
.calendar_views > ul li a { padding: 7px 12px 6px 2em; text-decoration: none; border: 1px solid #ccc; border-bottom: 0; }
.calendar_views > ul li a.calendar_view { background: url(/images/icon-calendar-view.gif) 7px 9px no-repeat #F3F3F3; }
.calendar_views > ul li a.list_view { background: url(/images/icon-list-view.gif) 7px 9px no-repeat #F3F3F3; border-bottom: 1px solid #ccc; }
.calendar_views > ul li a.event_details { padding-left: 12px; }
.calendar_views > ul li a.current { background-color: #FFF; padding-bottom: 9px; border-bottom: #fff; }
.calendar_views { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0 }
.calendar_views .list-wrap { background: none; padding: 0 }
.calendar_views .nav { background: none; margin-bottom: 1.5em; }
.calendar_views .nav { background: none; margin-bottom: 1.5em; }
.events_feed { list-style: none; padding: 0; margin: 0 0 1em 0; line-height: 1.25em; }
.events_feed li { padding: 0; margin-top: 15px; font-size: 15px; }
/*.events_feed li a{padding:8px;margin-bottom:0;display:block;text-decoration:none;height:1%;overflow:hidden;float:left;clear:both;width:100%; border-top: 1px solid #ccc;}*/
.events_feed li a { margin-bottom: 0; text-decoration: none; height: 1%; clear: both; width: 100%; overflow: hidden; }
.events_feed li:hover { background: #F7f7f7; }
.latest_date { background: #333; color: #FFF; display: block; text-align: center; float: left; line-height: .8em; margin-right: 12px; padding: 3px 8px 6px 7px; -moz-border-radius: 3px; border-radius: 3px; font-size: 20px; }
.latest_date span { font-size: .6em; display: block; }
.calendar_options { margin-bottom: 1em; }
.calendar_options h3 { font-weight: normal; }
.calendar_options label { padding: 2px 5px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; color: #FFF; margin-bottom: .5em; display: block; line-height: 1.4em; height: 1%; overflow: hidden; }
.calendar_options label:hover { opacity: .8; }
.calendar_options label input[type="checkbox"] { margin-right: .5em; float: left; margin-top: 4px; }
.calendar_options label div { float: left; width: 80%; }
.calendar_options.secondary label { background: #DDD; color: #333; }
label.calendar_all { background: #F0F0F0; border-color: #F0F0F0; color: #333; font-weight: bold; }
label.calendar_secondary { background: #FFF; border-color: #FFF; color: #333; }
.calendar_1 { background: #5895AD; border-color: #5895AD; }
.calendar_2 { background: #9C7C27; border-color: #9C7C27; }
.calendar_3 { background: #DD5839; border-color: #DD5839; }
.calendar_4 { background: #49862C; border-color: #49862C; }
.calendar_5 { background: #333; border-color: #333; }
.calendar_6 { background: #FB4C2F; border-color: #FB4C2F; }
.calendar_7 { background: #FFAD46; border-color: #FFAD46; }
.calendar_8 { background: #5229A3; border-color: #5229A3; }
.calendar_9 { background: #B22222; border-color: #B22222; }
.calendar_10 { background: #9ACD32; border-color: #9ACD32; }
.calendar_11 { background: #8B008B; border-color: #8B008B; }
.calendar_12 { background: #008B8B; border-color: #008B8B; }
.calendar_13 { background: #333; border-color: #333; }
.calendar_14 { background: #4986E7; border-color: #4986E7; }
.calendar_15 { background: #F08080; border-color: #F08080; }
#calendar thead th { background: #D8D6C9; padding: 3px 0; font-size: 1em; font-weight: bold; }
.calendar_header { margin-bottom: 1em; }
.calendar_header h2 { font-size: 1.7em!important; }
.calendar_header .last { text-align: right; }
.calendar_header .last a.btn { padding: 4px 10px; border: 1px solid #CCC; }
.home_sections .list-wrap ul.calendar_paging, ul.calendar_paging { padding: 0; margin: 0; float: right; }
ul.calendar_paging li { display: inline; float: right; }
ul.calendar_paging li a { padding: 2px 20px 2px 20px; width: 12px; height: 22px; text-decoration: none; background: #EFEFEF; border: 1px solid #CCC; float: right; }
ul.calendar_paging li a.back { background: url(/images/icon-calendar-left.gif) 20px 7px no-repeat #F3F3F3; border-right: 0; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; margin-left: 1em; }
ul.calendar_paging li a.forward { background: url(/images/icon-calendar-right.gif) 20px 7px no-repeat #F3F3F3; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.calendar_paging li a.disabled { opacity: .5; }
.event_content .events_feed li a { border-top: 0; margin: 0 0 1.5em 0; }

@media only screen and (max-width: 768px) {
.calendar_views ul.nav { display: none; }
.calendar_views .list-wrap #tab1 { display: none!important; }
.calendar_views .list-wrap #tab2 { display: block!important; }
.calendar_paging { clear: both; padding-top: .5em!important; display: block; float: none!important; }
.structure.calendar_wrapper > div > .first, .structure.calendar_wrapper > div > .middle, .structure.calendar_wrapper > div > .last { float: none; width: 100%; margin-right: 0; margin-bottom: 1em; }/* default breakpoints for structure */
.disabled { opacity: .5; }
}






/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy{
    font-weight:600;
	text-align:left;
	position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #000000;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy ul{padding:1em 0 0 0em;}

.pushy a{
    display: block;
    color: #FFF;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
	font-size: .85em;
}

.pushy a:hover{
    background: #222;
    color: #FFF;
}

.pushy ul a.appointment {
		background:#0d47a1; font-size: .85em;}
			
		.pushy ul a.appointment:hover {
		background:#5476AC;}

/* Menu Movement */

.pushy-left{left:-200px;
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, .container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    /* improves performance issues on mobile*/
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

/* Site Overlay */

.site-overlay{
}

.pushy-active .site-overlay{
    background: rgba(0, 0, 0, .4);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    z-index: 9999;
}

/* Example Media Query */

@media screen and (max-width: 768px){
    .pushy{
        font-size: 1.0em;}
	
	.pushy ul.mobile a {
    text-transform: none;
    font-size: .8em !important;}
	
	.pushy ul a.appointment {
		background:#0d47a1;}
			
			.pushy ul a.appointment:hover {
		background:#5476AC;}
	
	
}



.mobile_contact { padding:15px; line-height: 1.2em; color: #FFF;}
	.mobile_contact .mobile_phone { font-size:1.3em; margin-bottom: .5em;}
	.mobile_contact .mobile_address { font-size:.8em;}










/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width:100%
	/* min-height: 450px; */
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}







@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/slick/fonts/slick.eot');
    src: url('/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/slick/fonts/slick.woff') format('woff'), url('/slick/fonts/slick.ttf') format('truetype'), url('/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px !important;
z-index: 9 !important;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 20px !important;
	z-index: 9 !important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.hnypt {
    display: none;
}