/* Color Tokens */
.color-tokens {
	color: #014573; /* $primary */
	background-color: #0077AE; /* $secondary */
	border-top-color: #E9AA22; /* $tertiary */
	border-right-color: #6A6A6A; /* $text */
	border-bottom-color: #F7F7F7; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Header HC1 Styles */
#HeaderZone {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}

.mobile-landscape #HeaderZone {
	position: relative;
	top: auto;
	left: auto;
}

.mobile-landscape {
	padding-top: 0 !important;
}

body.nevermind {
	padding-top: 0 !important;
}

body.nevermind #HeaderZone {
	position: relative;
}

.no-backgroundsize #HeaderZone {
	position: relative;
}

body.cms-admin {
	padding-top: 156px !important;
}

.cms-admin #HeaderZone {
	position: relative;
}

.cms-edit-layout #HeaderZone {
	position: static;
}

.header-panel.hc1 {
	padding: 0;
	transition: padding .5s ease 0s;
	background-color: #FFFFFF;
}

.sub .header-panel.hc1 {
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.fixed .header-panel.hc1 {
	padding: 0;
}

.header-panel.hc1 .top-section {
	background-color: #0077AE; /* $secondary */
	z-index: 2;
}

.header-panel.hc1 .top-section .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	max-width: 1880px;
}

.header-panel.hc1 .top-section .flex .address-info {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: .5em;
	color: #9ADFFF; /* lighten($secondary,70%) */
	width: 65%;
}

.header-panel.hc1 .top-section .flex .address-info a {
	color: #FFFFFF;
	letter-spacing: .15em;
}

.header-panel.hc1 .top-section .flex .buttons {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-panel.hc1 .top-section .flex .urgentcare {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.header-panel.hc1 .top-section .flex a.urgentcare.btn {
	color: red;
	background-color: #FFFFFF;
	margin: .4em .2em .2em;
	padding: .3em .5em;
}

.header-panel.hc1 .top-section .flex a.urgentcare.btn:hover {
	color: #014573;
}

.header-panel.hc1 .top-section .flex a.urgentcare.btn.luncheon {
	color: #FF75BA;
}

.header-panel.hc1.green .top-section {
	background-color: #006450;
}

.header-panel.hc1.green .top-section .flex .address-info {
	color: #31BB8D;
	font-weight: 600;
}

.header-panel.hc1.green .social-nav a {
	border-right: none;
}

.header-panel.hc1.green .social-nav li:first-child a {
	border-left: none;
}

.header-panel.hc1 .social-nav {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-panel.hc1 .social-nav ul {
	display: table;
	padding: 0;
}

.header-panel.hc1 .social-nav li {
	display: table-cell;
	padding: 0 .25em;
	vertical-align: top;
}

.header-panel.hc1 .social-nav a {
	display: block;
	color: #fff;
	transition: color .5s ease 0s;
	border-right: 1px solid #268BBA;
}

.header-panel.hc1 .social-nav li:first-child a {
	border-left: 1px solid #268BBA;
}

.header-panel.hc1 .social-nav li:last-child a {
	color: #E9AA22; /* $tertiary */
}

.header-panel.hc1 .social-nav li:last-child a:hover {
	color: #FFFFFF;
}

.header-panel.hc1 .social-nav a:hover {
	color: #E9AA22; /* $tertiary */
}

.header-panel.hc1 .social-nav a icon {
	display: block;
	padding: .5em;
	font-size: 1.225em;
}

.header-panel.hc1 .social-nav a icon.mail {
	padding-right: .75em;
}

.header-panel.hc1 .social-nav a icon.mail:before {
	font-family: fontello;
	content: '\e809';
}

.header-panel.hc1 .mid-section {
	z-index: 4;
	background-color: #FFFFFF;
}

.header-panel.hc1 .mid-section .flex {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	max-width: 1880px;
}

.header-panel.hc1 .mid-section .top-logo {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	max-width: 40%;
	transition: .5s ease;
}

.header-panel.hc1 .mid-section .top-logo img {
	display: block;
	padding: 0.8em 0 1.2em;
	transition: .5s ease 0s;
}

.fixed .header-panel.hc1 .mid-section .top-logo img {
	padding: 0.5em 0;
}

.header-panel.hc1 .mid-section .right-info {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	max-width: 50%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.header-panel.hc1 .sitesearch {
	background: #014573; /* $primary */
	border-radius: 2em;
	overflow: hidden;
	height: 2.7em;
}

.no-flexbox .header-panel.hc1 .sitesearch {
	margin: 0;
}

.header-panel.hc1 .sitesearch input {
	border: 0;
	background: transparent;
	color: #FFFFFF;
	font-size: 1em;
	font-family: inherit;
	float: left;
	padding: 0.7em 0 0.9em 1em;
	width: 14em;
}

.header-panel.hc1 .sitesearch a {
	display: inline-block;
	background-color: #E9AA22; /* $tertiary */
	width: 2.3em;
	height: 2.3em;
	position: relative;
	color: #014573; /* $primary */
	text-align: center;
	float: right;
	border-radius: 50%;
	transition: background-color .3s ease;
	margin: .2em;
}

.header-panel.hc1 .sitesearch a:hover {
	background-color: #0077AE; /* $secondary */
}

.header-panel.hc1 .sitesearch a icon {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .15em;
	margin: 0 auto;
	font-size: 1.6em;
	float: right;
}

.header-panel.hc1 .mid-section .right-info .searchbtn.solo {
	content: '';
	width: 3em;
	height: 3em;
	background-color: #E9AA22; /* $tertiary */
	border-radius: 50%;
}

.header-panel.hc1 .mid-section .right-info .searchbtn.solo icon {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 1.3em;
}

.header-panel.hc1 .mid-section .search {
	padding: 0 0 0 1em;
	font-size: 1.4em;
	color: #014573; /* $primary */
	cursor: pointer;
}

.header-panel.hc1 .bottom-section {
	background-color: #014573; /* $primary */
}

.header-panel.hc1 .top-nav {
	padding: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	font-family: 'Avenir LT W01_95 Black1475556', 'Poppins', sans-serif;
	letter-spacing: .09em;
}

.header-panel.hc1 .bottom-section .top-nav {
	z-index: 2;
	position: relative;
	background-color: #014573; /* $primary */
}

.header-panel.hc1 .top-nav > ul {
	display: table;
	width: 100%;
	height: 100%;
}

.header-panel.hc1 .top-nav > ul > li {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
}

.header-panel.hc1 .top-nav a, .header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
	display: block;
	padding: .8em .7em;
	font-size: 1em;
	color: #0077AE; /* $secondary */
	text-align: center;
	background-color: transparent;
	border: none;
	transition: .5s ease 0s;
	text-transform: uppercase;
	font-weight: 600;
}

@-moz-document url-prefix() {
	.header-panel.hc1 .top-nav a, .header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
		font-weight: 500;
	}
}

.header-panel.hc1 .top-nav a:hover {
	color: #E9AA22; /* $tertiary */
}

.header-panel.hc1 .bottom-section .top-nav a {
	color: #FFFFFF;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a {
	height: 117px;
	position: relative;
	text-align: center;
}

.fixed .header-panel.hc1 .mid-section .top-nav .desktop-nav a {
	height: 98px;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a:after {
	content: '\e814';
	font-family: fontello;
	position: absolute;
	bottom: -.5em;
	right: 0;
	left: 0;
	color: #0077AE; /* $secondary */
	opacity: 0;
	transition: .2s ease .2s;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a:hover:after {
	opacity: 1;
	bottom: .8em;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a span {
	position: relative;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
}

.fixed .header-panel.hc1 .mid-section .top-nav .desktop-nav a span {
	top: 30%;
}

.header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
	font-size: 1em;
}

.header-panel.hc1 .top-nav li:hover > a {
	color: #E9AA22; /* $tertiary */
}

.header-panel.hc1 .top-nav ul.mobile-nav {
	display: none;
}

.header-panel.hc1 .top-nav .mobile-nav li {
	display: none;
}

.header-panel.hc1 .top-nav .mobile-nav li icon {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}

.header-panel.hc1 .top-nav .mobile-nav li > span {
	vertical-align: middle;
}

.header-panel.hc1 .top-nav .mobile-nav li.mobile-menu {
	display: block;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	z-index: 99;
	width: 100%;
	text-align: left;
	background-color: rgba(1,69,115,0.89); /* alpha($primary,89%) */
}

.no-rgba .header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	background-color: #FFFFFF;
	color: #014573; /* $primary */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu {
	position: absolute;
	top: 0 !important;
	width: 100% !important;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem {
	border-bottom: 1px solid #2A83AB;
	position: static;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a {
	text-align: left;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a:hover {
	color: #B9B9B9; /* darken($light,25%) */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	float: right;
	font-size: 1em;
	color: #fff;
	padding-left: 5%;
	z-index: 10;
	line-height: 1;
	position: absolute;
	right: 0;
	padding-right: 2%;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.iright:hover:before {
	color: #A8D5FF;
}

.header-panel.hc1 .top-nav .mobile-menu button {
	display: block;
	margin: auto;
}

.header-panel.hc1 .top-nav .mobile-menu button icon {
	display: block;
	margin: 0;
	font-size: 2em;
	line-height: 1;
}

.cms-admin .header-panel.hc1 .top-section .skip-content-container {
	max-height: 5em;
}

.header-panel.hc1 .top-section .skip-content-container {
	max-height: 0em;
	transition: all .4s ease;
	opacity: 0;
	padding: 0;
	text-align: center;
}

.header-panel.hc1 .top-section .skip-content-container a.ninja {
	display: none;
}

.header-panel.hc1 .top-section .skip-content-container a {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0;
	background-color: #FFFFFF;
	transition: padding .4s ease;
	color: #2C2C2E;
}

.header-panel.hc1 .top-section .skip-content-container.active {
	max-height: 8em;
	opacity: 1;
	padding: 1em 0;
}

.header-panel.hc1 .top-section .skip-content-container.active a {
	padding: 1em;
}

.slide-panel.hc1 .slide.white.golf:after {
	background: linear-gradient(to bottom,rgba(255,255,255,0.63) 0%,rgba(255,255,255,0.45) 30%);
}

.animation .dorian .info.new h2 {
	color: white;
	text-shadow: 2px 4px #0a0a0a;
}
/* End Header HC1 Styles */

/* Flyout Menu */
.header-panel.hc1 .top-nav div.iflylist {
	min-width: 225px;
	padding: 17px 0 6px 0;
	color: #014573; /* $primary */
	text-align: left;
	background-color: #fff;
	border: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.no-boxshadow .header-panel.hc1 .top-nav div.iflylist {
	border: solid 1px #ddd;
}

.header-panel.hc1 .top-nav div.iflylist:before {
	position: absolute;
	top: -15px;
	left: 30px;
	font-family: 'icomoon-ult';
	font-size: 40px;
	line-height: 40px;
	color: #013051; /* darken($primary,30%) */
	content: '\e0eb';
}

.header-panel.hc1 .top-nav a.iflyOver {
	background-color: #013051; /* darken($primary,30%) */
}

.header-panel.hc1 .top-nav div.iflylist div.iflylist {
	padding: 6px 0;
}

.header-panel.hc1 .top-nav div.iflylist div.iflylist:before {
	display: none;
}

.header-panel.hc1 .top-nav div.ifly {
	background-color: #fff;
	border: none;
	border-top: solid 1px #ddd;
}

.header-panel.hc1 .top-nav div.ifly a {
	min-width: 150px;
	padding: 10px 25px;
	margin-bottom: 0;
	line-height: 1.5em;
	color: #014573; /* $primary */
	border-bottom: none;
}

.header-panel.hc1 .top-nav div.ifly a:hover {
	text-decoration: none;
}

.header-panel.hc1 .top-nav div.iflyOver {
	background-color: #014573; /* $primary */
}

.header-panel.hc1 .top-nav div.ifly a.iflyOver {
	color: #fff;
}

.header-panel.hc1 .top-nav div.iflyRight {
	background-image: none;
}

.header-panel.hc1 .top-nav div.iflyRight > a:before {
	float: right;
	margin-right: -27px;
	font-family: 'icomoon-ult';
	font-size: 20px;
	content: '\e0ea';
}

div.iflylist div.ui-more-items {
	position: relative;
	background-color: #014573; /* $primary */
	border-top: solid 1px #ddd;
}

div.iflylist div.ui-more-items:before {
	float: left;
	margin-top: -3px;
	margin-left: 12px;
	font-family: 'icomoon-ult';
	font-size: 22px;
	color: #fff;
	content: '\e0f5';
}

div.iflylist div.ui-more-items:after {
	float: right;
	margin-top: -3px;
	margin-right: 12px;
	font-family: 'icomoon-ult';
	font-size: 22px;
	color: #fff;
	content: '\e0f7';
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
}
/* End Flyout Menu */

/* Targeted Search */
.header-panel.hc1 .search-section {
	display: none;
	background-color: #0077AE; /* $secondary */
	z-index: 2;
}

.header-panel.hc1 .search-section .top-search {
	width: 100%;
	padding: .7em 0;
	margin: 0 auto;
}

.header-panel.hc1 .search-section .top-search .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.header-panel.hc1 .search-section .top-search input {
	-webkit-flex: 1 1 60%;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	width: 60%;
	padding: .389em .889em;
	font-family: inherit;
	color: #F7F7F7; /* $light */
	background-color: rgba(247,247,247,0.129); /* alpha($light,13%) */
	border: solid 1px #005F8B; /* darken($secondary,20%) */
	outline: none;
	font-size: 1em;
}

.no-rgba .header-panel.hc1 .search-section .top-search input {
	background-color: #008CCC; /* lighten($secondary,9%) */
}

.header-panel.hc1 .search-section .top-search .btn {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 20%;
	padding: 0.8em 0 0.7em;
	margin-left: 1.5%;
	box-shadow: none;
}

.header-panel.hc1 .search-section .top-search .closer {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	width: 15%;
	margin-left: 5%;
	color: #fff;
	position: relative;
	top: -.2em;
}

.header-panel.hc1 .search-section .top-search icon.close {
	position: relative;
	top: .3em;
	font-size: 2em;
}

.header-panel.hc1 .search-section .top-search ::-webkit-input-placeholder {
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .search-section .top-search ::-moz-placeholder {
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .search-section .top-search :-ms-input-placeholder {
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .search-section .top-search :-moz-placeholder {
	color: #F7F7F7; /* $light */
}
/* End Targeted Search */

/* Targeted Search Autocomplete */
.header-panel.hc1 .combo-box {
	position: absolute;
	top: 100%!important;
	left: 0!important;
	z-index: 30;
	width: 100%!important;
	height: auto!important;
	padding: 1em;
	overflow: hidden;
	color: #fff;
	background-color: #014573; /* $primary */
}

.header-panel.hc1 .combo-box .flex.box {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 5%;
}

.header-panel.hc1 .combo-box .combo-panel {
	flex-shrink: 1;
	width: 50%;
	padding: 1em 2em 2em;
}

.header-panel.hc1 .combo-box a {
	font-size: 1.1em;
	vertical-align: middle;
}

.header-panel.hc1 .combo-box a img {
	float: left;
	margin-right: .75em;
}

.header-panel.hc1 .combo-box .combo-panel.doctors img {
	border: solid 4px #9fdbd8;
	border-width: 4px !important;
	border-radius: 50%;
}

.header-panel.hc1 .combo-box .combo-panel h4 {
	margin: 0 0 .35em;
	font-family: inherit;
	font-size: 1.3em;
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel h4 .type {
	float: right;
	margin-top: .5em;
	font-size: .6em;
	color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel h4 .type a {
	font-size: 1em;
	color: #F7F7F7; /* $light */
	vertical-align: baseline;
}

.header-panel.hc1 .combo-box .combo-panel h4 .type a:hover {
	color: #6A6A6A; /* $text */
}

.header-panel.hc1 .combo-box .combo-panel h4 .type .pipe {
	font-size: 1.2em;
	color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel .searchitem {
	padding: .5em;
	overflow: hidden;
	background-color: #F7F7F7; /* $light */
	border-bottom: 1px solid #4993C4; /* adjust($primary,39%,-48%,0%) */
	transition: .5s ease;
}

.header-panel.hc1 .combo-box .combo-panel .searchitem:hover {
	color: #fff;
	background-color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel .searchitem h5 {
	margin: 0;
	font-size: 1.125em;
	color: #0077AE; /* $secondary */
	transition: color .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel .searchitem:hover h5 {
	color: #fff;
}

.header-panel.hc1 .combo-box .combo-panel .searchitem icon {
	position: relative;
	top: 3px;
	display: inline-block;
	margin: 0 .25em 0 0;
	color: #d4a75c;
}

.header-panel.hc1 .combo-box .combo-panel.doctors .result {
	font-size: 1.15em;
	color: #0077AE; /* $secondary */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.doctors .searchitem:hover .result {
	color: #fff;
}

.header-panel.hc1 .combo-box .combo-panel.doctors em {
	display: block;
	font-size: .9em;
	font-style: italic;
	color: #6A6A6A; /* $text */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.type2 .searchitem {
	height: auto;
	padding: .75em;
	overflow: hidden;
	border-bottom: solid 1px #00b3ad;
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.type2 .searchitem:hover {
	background-color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel.type2 .searchitem:hover .result {
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel.doctors .searchitem:hover em {
	color: #014573; /* $primary */
}

.header-panel.hc1 .combo-box .combo-panel.pages .searchitem a {
	display: block;
	padding: .1em .35em;
	color: #0077AE; /* $secondary */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem:hover a {
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem span {
	font-size: .7em;
	color: #6A6A6A; /* $text */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem:hover span {
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem .category-name {
	color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem.video {
	float: left;
	height: 70px;
	margin-right: 20px;
}

.header-panel.hc1 .combo-box .combo-panel.videos a img {
	width: 62px;
	height: 34px;
}

.header-panel.hc1 .combo-box .combo-panel.videos a.videothumblink {
	display: block;
	width: 70px;
	height: 45px;
	background-position: left top;
	background-repeat: no-repeat;
}

.header-panel.hc1 .combo-box .combo-panel.videos a.videothumblink img.videothumb {
	margin: 4px;
}

.header-panel.hc1 .combo-box .searchfooter {
	clear: both;
}

.header-panel.hc1 .combo-box .searchfooter a {
	display: block;
	padding: .5em 0;
	font-size: .95em;
	color: #fff;
	text-align: center;
	background-color: rgba(0,119,174,0.51); /* alpha($secondary,51%) */
	transition: .6s ease;
}

.no-rgba .header-panel.hc1 .combo-box .searchfooter a {
	background-color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .searchfooter a:hover {
	background-color: #0077AE; /* $secondary */
}

.header-panel.hc1 .combo-box .noresults {
	margin: 10px 10px 10px 10px;
	font-family: arial;
	font-size: .9em;
	color: #F7F7F7; /* $light */
}

.header-panel.hc1 .combo-box .noresults a {
	color: #F7F7F7; /* $light */
}
/* End Targeted Search Autocomplete */

/* Custom Dropdowns Styles */
.cdd {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.cdd-item {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: visible;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: .5s ease;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	padding: 1em 0 2em;
}

.cdd-item > .main {
	display: table;
	width: 100%;
}

.cdd-item:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: -1;
	pointer-events: none;
}

.no-csstransitions .cdd-item {
	display: none;
	background-color: rgba(255,255,255,0.9);
}

.no-csstransitions .cdd-item.active {
	display: block;
}

.no-csstransitions .cdd-item:after {
	display: none;
}

.no-cdd {
	display: none;
}

.cdd-item.active {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cdd-item {
		background-color: rgba(255,255,255,0.9);
	}

	.cdd-item:after {
		display: none;
	}
}

.cdd-item > .main > * {
	width: 33.33%;
	display: table-cell;
	vertical-align: top;
}

.cdd-item > .main > * + * {
	border-left: 2px solid #B5B5B5; /* lighten($text,50%) */
}

.cdd-nav h2 {
	margin-bottom: .5em;
	font-size: 1.438em;
	color: #fff;
}

.cdd-nav h2 a {
	color: #fff;
}

.cdd-nav h2 a:hover {
	color: #F7F7F7; /* $light */
}

.cdd-nav ul {
}

.cdd-nav li {
	padding: 0 2em;
	background-color: transparent;
	transition: background-color .3s ease;
}

.cdd-nav1 li:hover {
	background-color: #DDEBF8;
}

.cdd-nav li.level2, .cdd-nav li.level3, .cdd-nav li.level4 {
	display: none !important;
}

.cdd-nav li a {
	position: relative;
	display: block;
	padding: 0.6em 0;
	font-size: 1em;
	line-height: 1.25em;
	color: #014573; /* $primary */
	transition: .5s ease;
	border-bottom: 1px solid #D9D9D9; /* darken($light,12%) */
}

.cdd-nav1 li a {
	color: #014573; /* $primary */
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	transition: .3s ease;
	padding-right: 2.3em;
}

.cdd-nav1 li a:after {
	content: '\e808';
	font-family: fontello;
	color: #0077AE; /* $secondary */
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	transition: .5s ease;
	margin-right: 1em;
	font-weight: normal;
	font-size: 2em;
}

.cdd-nav1 li a:hover:after {
	opacity: 1;
	margin-right: 0;
}

.cdd-nav li a:hover {
	padding-left: 1em;
	color: #E9AA22; /* $tertiary */
	background-color: rgba(255,255,255,.2);
}

.cdd-nav1 li a:hover {
	padding-left: 0;
}

.cdd-cta {
	text-align: center;
	padding: 0 4em;
}

.cdd-cta h2 {
	margin-bottom: .4em;
	line-height: 1;
	color: #014573; /* $primary */
	font-size: 2.6em;
}

.cdd-cta span {
	display: block;
}

.cdd-cta .image-button {
	position: relative;
	padding-bottom: 1.3em;
}

.cdd-cta img {
	border: 2px solid #E9AA22; /* $tertiary */
	width: 100%;
	height: 7.5em;
	background-size: cover;
}

.cdd-cta .button-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.doctors-cdd nav ul {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.patient-cdd nav ul {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}

.services-cdd nav ul {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}

.community-cdd nav ul {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.about-cdd nav ul {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
/* End Custom Dropdowns Styles */

/* Header HC1 IE Fallbacks */
.no-flexbox .header-panel.hc1, .no-flexbox .header-panel.hc1 .top-nav ul, .no-flexbox .header-panel.hc1 .social-nav ul {
	display: table;
	width: 100%;
}

.no-flexbox .header-panel.hc1 .top-section .flex {
	display: block;
}

.no-flexbox .header-panel.hc1 .top-section .flex:after {
	display: block;
	content: '';
	clear: both;
}

.no-flexbox .header-panel.hc1 .mid-section .flex > * {
	vertical-align: middle;
}

.no-flexbox .header-panel.hc1 .top-nav ul.mobile-nav {
	display: none;
}

.no-flexbox .header-panel.hc1 .top-nav li, .no-flexbox .header-panel.hc1 .social-nav ul li {
	display: table-cell;
}

.no-flexbox .header-panel.hc1 .address-info {
	float: left;
}

.no-flexbox .header-panel.hc1 .social-nav {
	float: right;
}

.no-flexbox .hc1.header-panel .mid-section .search {
	vertical-align: middle;
}

.no-flexbox .header-panel.hc1 .search-section .top-search input {
	width: 100%;
}

.no-flexbox .header-panel.hc1 .combo-box .combo-panel {
	width: 33%;
}
/* End Header HC1 IE Fallbacks */

/* Responsive @ 1500px */
@media screen and (max-width:1500px) {
	.header-panel.hc1 .combo-box .flex.box {
		padding: 0 1em;
	}
}
/* End Responsive @ 1500px */

/* Responsive @ 1425px */
@media screen and (max-width:1425px) {
	.header-panel.hc1 .mid-section .top-logo {
	}

	.cdd-nav li, .cdd-cta {
		padding: 0 2em;
	}

	.cdd {
		font-size: .9em;
	}

	.fixed .header-panel.hc1 .top-section {
		display: none;
	}
}
/* End Responsive @ 1425px */

/* Responsive @ 1200px */
@media (max-width:1200px) {
	.header-panel.hc1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-panel.hc1 .top-logo {
		max-width: 50%;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-panel.hc1 .right-info {
		max-width: 50%;
	}

	.header-panel.hc1 .combo-box .combo-panel {
		padding: 1em .75em 2em;
	}
}
/* End Responsive @ 1200px */

/* Responsive @ 800px */
@media (max-width:800px) {
	.header-panel.hc1 {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.header-panel.hc1 .top-logo {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		max-width: 100%;
		padding-right: 2%;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.header-panel.hc1 .top-nav ul.desktop-nav {
		display: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav, .no-flexbox .header-panel.hc1 .top-nav ul.mobile-nav {
		display: table;
		width: 100%;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li {
		display: table-cell;
		width: 20%;
		position: static;
		-webkit-perspective: none;
		-ms-perspective: none;
		perspective: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav .mob-call {
		display: none;
	}

	.header-panel.hc1 .top-nav .mobile-nav li icon {
		display: block;
		margin: 0 0 .2em;
	}

	.header-panel.hc1 .top-nav .mobile-nav li li {
		display: block;
	}

	.header-panel.hc1 .mid-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-panel.hc1 .mid-section .top-logo {
		max-width: 100%;
	}

	.header-panel.hc1 .mid-section .top-logo img {
		margin: 0 auto;
	}

	.header-panel.hc1 .sitesearch {
		display: none;
	}

	.header-panel.hc1 .contact-info {
		padding-right: 1em;
		padding-left: 0;
		border-right: solid 1px rgba(44,44,46,0.2); /* alpha($dark,20%) */
		border-left: none;
	}

	.header-panel.hc1 .combo-box {
		display: none !important;
	}

	.no-flexbox .header-panel.hc1 .top-section .flex .utilities li a {
		letter-spacing: 0;
	}

	.header-panel.hc1 .top-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-panel.hc1 .social-nav {
		display: none;
	}

	.no-flexbox .header-panel.hc1 .address-info {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.header-panel.hc1 .mobile-nav a span.tab {
		display: none;
	}
}
/* End Responsive @ 800px */

/* Responsive Height @ 800px */
@media (min-width:800px) and (max-height: 800px) {
	.institute-panel .institute-animation {
		height: 25.9em;
	}
}
/* End Responsive Height @ 800px */

/* Responsive @ 750px */
@media (max-width:750px) {
	.institute-panel .slide-nav a.thumb {
		height: 3.7em;
	}

	.institute-panel .slide-nav a.thumb h3 span {
		display: inline;
	}

	.institute-panel .slide-nav a.thumb h3 br {
		display: none;
	}
}
/* End Responsive @ 750px */

/* Responsive @ 700px */
@media (max-width:700px) {
	.header-panel.hc1, .fixed .header-panel.hc1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-panel.hc1 .top-logo {
		-webkit-flex: 0 1 65%;
		-ms-flex: 0 1 65%;
		flex: 0 1 65%;
	}

	.header-panel.hc1 .right-info {
		-webkit-flex: 0 1 35%;
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
	}

	.header-panel.hc1 .contact-info {
		padding: 0;
		border: none;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.header-panel.hc1 .top-nav .mobile-nav li {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		display: block;
	}

	.header-panel.hc1 .top-nav .mobile-menu button icon {
		font-size: 1em;
		vertical-align: middle;
	}

	.header-panel.hc1 .top-section .flex .address-info {
		width: 100%;
		text-align: center;
	}

	.header-panel.hc1 .top-section .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-panel.hc1 .top-section .flex .buttons {
		margin-bottom: .5em;
	}
}
/* End Responsive @ 700px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.header-panel.hc1 .top-nav ul.mobile-nav .mob-call {
		display: block;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav .tab-call {
		display: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li a span {
		display: none;
	}

	.header-panel.hc1 .search-section .top-search .closer {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		width: 7%;
		-webkit-flex: 0 0 7%;
		-ms-flex: 0 0 7%;
		flex: 0 0 7%;
	}

	.header-panel.hc1 .search-section .top-search .closer span {
		display: none;
	}

	.header-panel.hc1 .mid-section .top-logo {
		width: 100%;
	}

	.header-panel.hc1 .mid-section .right-info {
		max-width: 60%;
	}

	.header-panel.hc1 .top-nav .mobile-nav li icon {
		font-size: 1.5em;
		margin: 0;
	}

	.header-panel.hc1 .top-section .flex .address-info span.separator {
		display: none;
	}

	.header-panel.hc1 .top-section .flex .address-info {
		text-align: center;
	}

	.header-panel.hc1 .top-section .flex .address-info a {
		display: block;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 450px */
@media (max-width:450px) {
	.header-panel.hc1 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-panel.hc1 .top-logo {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: 0;
	}

	.header-panel.hc1 .right-info {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: .5em 0;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
	}

	.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a {
		padding: .5em;
	}

	.fixed .header-panel.hc1 .mid-section {
		display: none;
	}

	.header-panel.hc1 .mid-section .contact-info {
		display: none;
	}

	.header-panel.hc1 .top-section .flex .utilities li a {
		padding: 1em 1.5em;
		text-align: center;
		letter-spacing: 0;
	}

	.header-panel.hc1 .mid-section .right-info {
		display: none;
	}

	.no-flexbox .header-panel.hc1 .mid-section .top-logo img {
		width: 90%;
		margin: 0 auto;
	}

	.header-panel.hc1 .mid-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li {
		width: 25%;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li.search {
		display: none;
	}

	.header-panel.hc1 .search-section {
		display: none;
	}
}
/* End Responsive @ 450px */

/* Responsive @ Landscape - 550px */
@media (orientation: landscape) and (max-height: 550px) {
	#HeaderZone {
		position: absolute;
	}
}
/* End Responsive @ Landscape - 550px */
