/* Color Tokens */
.color-tokens {
	color: #3299BB; /* $primary */
	background-color: #F7981D; /* $secondary */
	border-top-color: #D88110; /* $tertiary */
	border-right-color: #707070; /* $text */
	border-bottom-color: #FFFFFF; /* $light */
	border-left-color: #434343; /* $dark */
}
/* End Color Tokens */

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

.scroll-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	color: white;
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	display: none;
}

.scroll-btn span {
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	padding: 0.5em 1em;
}

.scroll-btn span::after {
	content: '';
	width: 1px;
	height: 2.5em;
	background-color: #FFFFFF; /* $light */
	display: block;
	margin: 0.5em auto;
}

.scroll-btn span:hover {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% { -webkit-transform: translateY(0); }
	25% { -webkit-transform: translateY(0.5em); }
	100% { -webkit-transform: translateY(0); }
}

@-moz-keyframes pulse {
	0% { transform: translateY(0); }
	25% { transform: translateY(0.5em); }
	100% { transform: translateY(0); }
}

@-o-keyframes pulse {
	0% { transform: translateY(0); }
	25% { transform: translateY(0.5em); }
	100% { transform: translateY(0); }
}

@keyframes pulse {
	0% { transform: translateY(0); }
	25% { transform: translateY(0.5em); }
	100% { transform: translateY(0); }
}

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

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

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

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

.header-panel.hc1 {
	padding: 0;
	transition: padding .5s ease 0s;
	box-shadow: 0 0 8px rgba(0,0,0,.25);
	margin-bottom: -6em;
}

.sub .header-panel.hc1 {
	margin-bottom: 0;
}

#MobileNav .imenu .imenuitem a {
	color: #FFFFFF; /* $light */
}

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

.header-panel.hc1 .top-section {
	position: relative;
	z-index: 4;
	background-color: #3299BB; /* $primary */
}

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

.header-panel.hc1 .top-section .flex .utilities {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: table;
}

.header-panel.hc1 .top-nav li a, .header-panel.hc1 .mobile-nav li a, .header-panel.hc1 .mobile-nav button {
	display: block;
	padding: .8em .5em;
	font-size: 1em;
	color: #434343;
	text-align: center;
	background-color: transparent;
	transition: .5s ease 0s;
	font-weight: 700;
	border: none;
	position: relative;
	margin: 0 .5em;
}

.header-panel.hc1 .top-nav li {
	position: relative;
}

.header-panel.hc1 .top-nav li > a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9444em;
}

.header-panel.hc1 .top-nav li:last-child:after {
	display: none;
}

.header-panel.hc1 .top-section .flex .utilities li {
	display: table-cell;
}

.header-panel.hc1 .top-section .flex .utilities li a {
	display: block;
	padding: 1em;
	font-size: .7em;
	color: #fff;
}

.header-panel.hc1 .top-section .flex .utilities li a:hover {
	color: #F7981D; /* $secondary */
}

.header-panel.hc1 .social-nav {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	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;
}

.header-panel.hc1 .social-nav a {
	display: block;
	color: #fff;
	transition: background-color .5s ease 0s;
}

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

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

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

.header-panel.hc1 .mid-section .top-nav-wrapper {
	background-color: #FFFFFF; /* $light */
}

.header-panel.hc1 .mid-section .right-info span {
	color: #707070; /* $text */
	font-weight: 600;
}

.header-panel.hc1 .mid-section .right-info a {
	color: #F7981D; /* $secondary */
	font-size: 1em;
	font-weight: 700;
}

.header-panel.hc1 .mid-section .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #FFFFFF; /* $light */
	position: static;
}

.no-flexbox .header-panel.hc1 .mid-section .flex {
	display: table;
}

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

.header-panel.hc1 .mid-section .top-logo {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 19%;
	transition: .5s ease;
	position: relative;
	z-index: 2;
}

.header-panel.hc1 .mid-section .top-logo img {
	display: block;
	min-width: 250px;
}

.header-panel.hc1 .mid-section .right-info {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: #3299BB; /* $primary */
	position: relative;
	z-index: 2;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: auto;
	text-align: right;
}

.header-panel.hc1 .mid-section .contact-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.header-panel.hc1 .mid-section .contact-info .left-side {
	width: auto;
	text-align: right;
	padding-right: 5%;
	border-right: solid 2px #BDBDBD;
}

.header-panel.hc1 .mid-section .contact-info .left-side span {
	display: block;
	color: #F7981D; /* $secondary */
	font-weight: 600;
}

.header-panel.hc1 .mid-section .contact-info .right-side {
	width: auto;
	padding-left: 5%;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	bottom: 5px;
}

.header-panel.hc1 .mid-section .contact-info .right-side > div {
	width: 145px;
	height: 0;
	opacity: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-panel.hc1 .mid-section .contact-info .right-side > div.is-active {
	opacity: 1;
	transition: opacity 1s ease .75s;
	width: 145px;
	height: 0;
}

.header-panel.hc1 .mid-section .contact-info .right-side > div.fade {
	opacity: 0;
	transition: opacity 1s ease 0s;
	width: 145px;
	height: 0;
}

.header-panel.hc1 .mid-section .contact-info .right-side icon {
	color: #FFFFFF;
	background-color: #3299BB; /* $primary */
	border-radius: 50%;
	padding: .5em;
	margin-right: .5em;
	position: relative;
	top: 1em;
}

.header-panel.hc1 .mid-section .contact-info .right-side a {
	color: #434343; /* $dark */
	font-size: 1.222em;
	font-weight: 600;
	white-space: nowrap;
	position: relative;
}

.header-panel.hc1 .mid-section .contact-info .right-side span {
	display: block;
	color: #F7981D; /* $secondary */
	font-weight: 600;
	white-space: nowrap;
}

.header-panel.hc1 .mid-section .contact-info a.phone-number {
	line-height: 1;
	color: #434343; /* $dark */
	font-weight: 600;
	font-size: 1.25em;
}

.header-panel.hc1 .mid-section .contact-info .address {
	font-size: .6em;
}

.header-panel.hc1 .bottom-section .search {
	padding: 0;
	font-size: 1.4em;
	color: #F7981D;
	cursor: default;
	position: relative;
	z-index: 5;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.header-panel.hc1 .bottom-section .search label {
	position: relative;
}

.header-panel.hc1 .bottom-section .search input {
	padding: .4em .8em;
	border-radius: 20px;
	border: solid 2px transparent;
	background-color: #F3F3F3;
	font-size: 1rem;
	width: 22em;
	color: #3199BC;
	position: relative;
}

.header-panel.hc1 .bottom-section .search input:focus {
	outline: none;
	border: solid 2px #F7981D;
}

.header-panel.hc1 .bottom-section .search label .icon-search:after {
	font-family: 'fontello';
	content: '\e809';
	color: #F7981D; /* $secondary */
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .85em;
	cursor: pointer;
}

.header-panel.hc1 .bottom-section .search label .icon-search:after:hover {
	color: #D88110; /* $tertiary */
}

.header-panel.hc1 .bottom-section .search:after:hover {
	cursor: default;
}

.header-panel.hc1 .bottom-section .search input::-webkit-input-placeholder {
	color: #707070;
}

.header-panel.hc1 .bottom-section .search input::-moz-placeholder {
	color: #707070;
}

.header-panel.hc1 .bottom-section .search input::-ms-input-placeholder {
	color: #707070;
}

.header-panel.hc1 .bottom-section {
	z-index: 22;
	background-color: #3299BB; /* $primary */
	position: relative;
}

.header-panel.hc1 .bottom-section > .main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .2em;
	padding-bottom: .3em;
}

.header-panel.hc1 .bottom-section container {
	padding: 0;
}

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

.header-panel.hc1 .top-nav {
}

.header-panel.hc1 .top-nav > ul {
	position: static;
	display: table;
	width: 100%;
	padding: 0;
}

.header-panel.hc1 .top-nav > ul > li {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

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

.header-panel.hc1 .top-nav > ul > li > a:after {
	content: '';
	height: 0;
	background-color: #F7981D; /* $secondary */
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: 0.5s;
	width: calc(100% - .5em);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
	display: none;
}
/* End Header HC1 Styles */

/* Phone Number Dropdown */
.header-panel.hc1 .mid-section .right-info .app-dropdown {
	font-size: 1em;
	text-transform: uppercase;
}

.arrow-down {
	width: 20px;
	height: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #707070;
	display: inline-block;
	vertical-align: middle;
}

.top-nav-wrapper .app-dropdown-container {
	position: absolute;
	background-color: #434343; /* $dark */
	padding: 0 .6em;
	width: 350px;
	height: 400px;
	right: -39px;
	border-radius: .7em;
	text-align: center;
	opacity: 0;
	display: none;
	transition: .4s ease;
}

.header-panel .mid-section .top-nav-wrapper .app-dropdown-container span {
	display: block;
	text-align: center;
	color: #FFFFFF; /* $light */
}

.header-panel .mid-section .top-nav-wrapper .app-dropdown-container span.app-text {
	padding: 3em 0 1em;
}

.header-panel .mid-section .top-nav-wrapper .app-dropdown-container span.number-container {
	padding: 0 0 2em;
	border-bottom: solid 2px #ffffff;
}

.header-panel .mid-section .top-nav-wrapper .app-dropdown-container span.app-disclaimer {
	padding: 2em 0;
}

.header-panel .mid-section .top-nav-wrapper .app-dropdown-container span.app-disclaimer a {
	font-size: 1em;
	text-decoration: underline;
}

.header-panel.hc1 .mid-section .right-info .number-container a {
	font-size: 1.8em;
	color: #FFFFFF; /* $light */
}

.show-app {
	opacity: 1 !important;
	z-index: 40;
	display: block !important;
}
/* End Phone Number Dropdown */

/* Mobile Menu */
.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(50,153,187,0.89); /* alpha($primary,89%) */
}

.no-rgba .header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	background-color: color: #3299BB; /* $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 #FFFFFF; /* $light */
}

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

.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;
}

.header-panel.hc1 .mobile-phone-flyout {
	position: absolute;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #FFFFFF;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .4s ease 1s;
	text-align: center;
	padding: 1em 0;
}

.header-panel.hc1 .mobile-phone-flyout.hide {
	display: none;
}

.header-panel.hc1 .mobile-phone-flyout:before {
	z-index: -1;
	position: absolute;
	top: -50px;
	left: 0;
	display: block;
	content: '';
	background-color: #FFFFFF;
	height: 51px;
	width: 100%;
}

.header-panel.hc1 .mobile-phone-flyout.active {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 1;
	transition: .35s ease 0s;
}

.header-panel.hc1 .mobile-phone-flyout li {
	font-size: 1.25rem;
}

.header-panel.hc1 .mobile-phone-flyout li a {
	padding: 0 !important;
}
/* End Mobile Menu */

/* Flyout Menu */
.header-panel.hc1 .top-nav div.iflylist {
	min-width: 225px;
	padding: 17px 0 6px 0;
	color: #3299BB; /* $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: #236B83; /* darken($primary,30%) */
	content: '\e0eb';
}

.header-panel.hc1 .top-nav a.iflyOver {
	background-color: #236B83; /* 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: #3299BB; /* $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: #3299BB; /* $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: #3299BB; /* $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;
}

.header-panel.hc1 .top-nav li.Contact-Us::before {
	content: '\e806';
	font-family: 'fontello';
	display: none;
	color: #FFFFFF; /* $light */
	font-size: 1.75em;
	margin-left: .75em;
	margin-right: -.2em;
}

.header-panel.hc1 .top-nav li.Contact-Us {
}
/* End Flyout Menu */

/* Targeted Search */
.header-panel.hc1 .search-section {
	display: none;
	background-color: #3299BB; /* $primary */
	z-index: 4;
}

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

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

.header-panel.hc1 .search-section .top-search input {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 60%;
	padding: .889em;
	font-family: inherit;
	font-size: .889em;
	color: #434343; /* $dark */
	background-color: #FFFFFF; /* $light */
	border: solid 1px #3299BB; /* $primary */
	outline: none;
}

.no-rgba .header-panel.hc1 .search-section .top-search input {
	background-color: #F7981D; /* $secondary */
}

.header-panel.hc1 .search-section .top-search .btn {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
	padding: .778em 0;
	margin-left: 1.5%;
	border: 2px solid #434343; /* $dark */
}

.header-panel.hc1 .search-section .top-search .btn:hover {
	border-color: #FFFFFF; /* $light */
}

.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 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 15%;
	margin-left: 5%;
	color: #fff;
}

.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: #434343; /* $dark */
}

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

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

.header-panel.hc1 .search-section .top-search :-moz-placeholder {
	color: #434343; /* $dark */
}
/* 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: #3299BB; /* $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: #fff;
}

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

.header-panel.hc1 .combo-box .combo-panel h4 .type a {
	font-size: 1em;
	color: #fff;
	vertical-align: baseline;
}

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

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

.header-panel.hc1 .combo-box .combo-panel .searchitem {
	padding: .5em;
	overflow: hidden;
	background-color: #FFFFFF; /* $light */
	border-bottom: 1px solid #3299BB; /* $primary */
	transition: .5s ease;
}

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

.header-panel.hc1 .combo-box .combo-panel .searchitem h5 {
	margin: 0;
	font-size: 1.125em;
	color: #F7981D; /* $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: #F7981D; /* $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: #707070; /* $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: #F7981D; /* $secondary */
}

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

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

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

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

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

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

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem .category-name {
	color: #F7981D; /* $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(247,152,29,0.51); /* alpha($secondary,51%) */
	transition: .6s ease;
}

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

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

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

.header-panel.hc1 .combo-box .noresults a {
	color: #fff;
}
/* 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;
}

.dd-disable .desktop-nav li {
	pointer-events: none;
}

.dd-disable .cdd {
	display: none;
}

.cms-admin .cdd {
}

.cdd-item {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	background-color: #FFFFFF; /* $light */
	background-size: cover;
	opacity: 0;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	transition: .5s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	padding: 2.556em 3vw;
}

.cms-admin .cdd-item {
}

.cdd-item nav {
	position: relative;
	margin: 0 auto;
}

.cdd-item nav ul li {
	text-align: left;
	border-bottom: 2px solid #3299BB; /* $primary */
	transition: 0.5s;
	background-color: transparent;
	padding: 0 0 0 1.063em;
}

.cdd div.cdd-item nav.cdd-nav ul li a {
	text-align: left;
	padding: 0.5em 0;
	position: relative;
	text-transform: none;
	font-weight: 400;
	transition: .5s ease 0s;
}

.cdd div.cdd-item nav.cdd-nav ul li:hover {
	background-color: #3299BB; /* $primary */
	padding: 0 1.063em 0 1.5em;
}

.cdd div.cdd-item nav.cdd-nav ul li:hover a {
	color: #FFFFFF; /* $light */
}

.cdd div.cdd-item nav.cdd-nav ul li a::after {
	content: '\e9e3';
	color: #9DDFF6;
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'icomoon-ult';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	transition: .5s ease 0s;
}

.cdd div.cdd-item nav.cdd-nav ul li:hover a::after {
	opacity: 1;
}

.no-cdd {
	display: none;
}

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

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

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

.cdd-nav h2 a {
	color: #434343; /* $dark */
	font-weight: 500;
}

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

.cdd-nav ul {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 2vw;
}

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

.cdd-nav li a {
	position: relative;
	display: block;
	padding: .425em 1em .425em 0;
	font-size: 1em;
	line-height: 1.25em;
	color: #fff;
	transition: .5s ease;
}

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

.cdd-nav li a:hover:after {
	opacity: 1;
}

.dd-content {
	font-size: .944em;
	line-height: 1.9;
}
/* End Custom Dropdowns Styles */

/* Custom Dropdowns - About Styles */
.about-cdd {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-image: url(/images/about-dd-bg.png);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-cdd nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	width: 33%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.about-cdd nav ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	vertical-align: top;
}

.about-cdd nav li a {
	border-bottom: 1px solid #3299BB; /* $primary */
}

_.about-cdd li a:after {
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -.35em;
	font-family: 'icomoon-ult';
	font-size: .6em;
	line-height: 1;
	content: '\e9eb';
	transition: .5s ease;
}

.about-cdd .about-dd-content {
	width: 33%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	padding: 0 2% 0 3%;
	color: #707070; /* $text */
	line-height: 1.9;
}

.about-cdd .about-dd-content strong {
	color: #434343; /* $dark */
	font-weight: 500;
	font-size: 1.3888em;
}
/* End Custom Dropdowns - About Styles */

/* Custom Dropdowns - Services Styles */
.services-cdd {
	background-image: url(/images/services-dd-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}

.services-cdd nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	width: 70%;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.services-cdd nav ul {
	padding: 0;
	width: 50%;
}

.services-cdd nav ul li {
}

.services-cdd nav ul li a {
	border-bottom: 1px solid #3299BB; /* $primary */
}
/* End Custom Dropdowns - Services Styles */

/* Custom Dropdowns - Patients Styles */
.patients-cdd {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-image: url(/images/patients-dd-bg.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.patients-cdd nav {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 1%;
}

.cdd-patients-nav {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	border-right: 2px solid #E8E8E8; /* lighten($text,84%) */
	width: 40%;
}

.cdd-patients-quick-nav {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 29%;
}

nav.cdd-visitor-nav {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-right: 2px solid #E8E8E8; /* lighten($text,84%) */
	display: block;
	width: 29%;
}

nav.cdd-visitor-nav ul {
	width: auto;
	display: block;
}

.cdd-patients-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cdd-patients-nav ul li {
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	width: 45%;
	display: inline-block;
}

.patients-cdd nav h2 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.patients-cdd nav ul {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	display: block;
}

.cdd div.cdd-item nav.cdd-nav.cdd-patients-nav ul li a::after, .cdd div.cdd-item nav.cdd-nav.cdd-visitor-nav ul li a::after {
	display: none;
}

div.patients-cdd.cdd-item nav.cdd-patients-quick-nav ul li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #434343; /* $dark */
	padding: 1em 0;
}

div.patients-cdd.cdd-item nav.cdd-patients-quick-nav ul li {
}

div.patients-cdd.cdd-item nav.cdd-patients-quick-nav ul li a icon {
	color: #F7981D; /* $secondary */
	font-size: 1.5em;
	margin-right: 1em;
	transition: .5s ease 0s;
}

div.patients-cdd.cdd-item nav.cdd-patients-quick-nav ul li a:hover icon {
	color: #FFFFFF; /* $light */
}

.patients-cdd .cdd-patients-nav:after {
	position: absolute;
	top: 50%;
	right: 0;
	height: 18em;
	margin-top: -9em;
	border-right: 1px solid rgba(255,255,255,.2);
	content: '';
}

.patients-cdd nav li {
	margin: 0 0.5em;
}

.patients-cdd nav li a {
	padding: .425em .625em;
	font-size: 1em;
	background-color: rgba(255,255,255,.2);
	transition: background-color .5s ease, padding .5s ease;
	border-radius: 4px;
}

.patients-cdd nav li a:hover {
	background-color: #3299BB; /* $primary */
}

.no-rgba .patients-cdd nav li a {
	color: #fff;
	background-color: #F7981D; /* $secondary */
}

.no-rgba .patients-cdd nav li a:hover {
	background-color: #3299BB; /* $primary */
}

.visitors-cdd section {
	padding: 1.5em 0;
}

.visitors-cdd ul li {
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
}

.visitors-cdd ul li .icon-wrap {
	text-align: center;
	transition: font-size .5s ease, left .5s ease, top .5s ease;
}

.visitors-cdd ul li icon {
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 2em;
	height: 2em;
	margin: 0 auto;
	font-size: 2.5em;
	color: #fff;
	background-color: #3299BB; /* $primary */
	transition: background .3s, color .3s, box-shadow .3s;
	box-shadow: 0 4px #e3e3e3;
	border-radius: 50%;
}

.visitors-cdd ul li a:hover icon {
	color: #F7981D; /* $secondary */
	background: #fff;
	box-shadow: 0 0 0 8px rgba(255,255,255,.3);
}

.no-flexbox .visitors-cdd ul li icon {
	display: block;
	padding: .5em .35em;
}

.visitors-cdd ul li icon:before {
	position: relative;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}

.no-canvas .visitors-cdd ul li icon:before {
	margin-left: .15em;
}

.visitors-cdd ul li a {
	display: block;
	border-right: 1px solid rgba(255,255,255,.2);
}

.visitors-cdd ul li:last-child a {
	border-right: none;
}

.visitors-cdd ul li a h2 {
	margin-top: 1em;
	font-size: 1em;
	color: #fff;
}
/* End Custom Dropdowns - Patients Styles */

/* Custom Dropdowns - Locations Styles */
.locations-cdd {
	background-image: url(/images/locations-dd-bg.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.cdd-locations-nav {
}

.cdd-locations-nav .locations-content {
	margin: 1em 0;
	line-height: 1.9em;
	max-width: 40%;
}

.cms-admin .cdd-locations-nav .locations-content {
	min-width: 3em;
	min-height: 3em;
}

.cdd-locations-nav .locations-content p a {
	padding: 0 !important;
	display: inline !important;
	font-weight: 500;
}

.cdd-locations-nav .locations-content p {
	padding: 0 !important;
	margin: 0;
}

.locations-button {
}

.locations-button a.btn {
	margin: 0 1em 1em 0;
}
/* End Custom Dropdowns - Locations Styles */

/* Custom Dropdowns - Careers Styles */
.careers-cdd {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-image: url(/images/careers-dd-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

.careers-cdd nav {
	width: 25%;
	margin: 0;
}

.careers-cdd nav ul {
	width: 100%;
	margin: 0;
}

.careers-cdd nav ul li {
}

.careers-cdd nav ul li a {
	padding: .5em 0;
	border-bottom: 1px solid #3299BB; /* $primary */
}

.careers-cdd .careers-dd-content {
	width: 35%;
	padding: 0 2% 0 3%;
	line-height: 1.9;
}

.careers-cdd .careers-dd-content h2 a {
	color: #434343; /* $dark */
	font-weight: 500;
}
/* End Custom Dropdowns - Careers Styles */

/* Custom Dropdowns - Ways To Give Styles */
.donate-cdd {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-image: url(/images/ways-to-give[1].jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.donate-cdd nav {
	width: 26%;
	margin: 0;
}

.donate-cdd nav ul {
	width: 100%;
	margin: 0;
}

.ways-to-give-dd-content {
	width: 40%;
	padding: 0 2% 0 3%;
}

.ways-to-give-dd-content h2 a {
	color: #434343; /* $dark */
	font-weight: 500;
}
/* End Custom Dropdowns - Ways To Give 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-nav ul.mobile-nav {
	display: none;
}

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

.no-flexbox .header-panel.hc1 .top-logo {
	display: table-cell;
	vertical-align: middle;
}

.no-flexbox .header-panel.hc1 .right-info {
	display: table-cell;
	vertical-align: middle;
}

.no-flexbox .header-panel.hc1 .utilities, .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 */

/* Emergency Banner */
.emergency-news {
	padding: 1em;
	background: red;
}

.emergency-news p {
	color: #FFF;
}

.emergency-news p, .emergency-news h1, .emergency-news h2 {
	color: white;
}

.emergency-news .home-countdown {
	font-size: 2em;
	padding: 0 1em;
}
/* End Emergency Banner */

/* Responsive 1650px */
@media screen and (max-width:1650px) {
	.header-panel.hc1 .top-nav li > a {
		font-size: .85em;
	}
}
/* End Responsive 1650px */

/* Responsive @ 1550px */
@media screen and (max-width:1550px) {
	.header-panel.hc1 .bottom-section .search input {
		width: 16em;
	}

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

	.header-panel.hc1 .top-nav {
		width: 67%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.header-panel.hc1 .mid-section .right-info {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-panel.hc1 .mid-section .right-info span {
	}

	.header-panel.hc1 .top-nav li > a {
		font-size: .8em;
	}

	.about-cdd {
		background-position: 80% 50%;
	}
}
/* End Responsive @ 1550px */

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

	.header-panel.hc1 .top-nav li a, .header-panel.hc1 .mobile-nav li a, .header-panel.hc1 .mobile-nav button {
		padding: .8em .5em;
	}

	.header-panel.hc1 .mid-section .right-info {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.header-panel.hc1 .top-nav {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}
}
/* End Responsive @ 1500px */

/* Responsive @ 1450px */
@media (max-width:1450px) {
	.cdd-item nav ul li {
		padding: 0 0 0 .3em;
	}
}
/* End Responsive @ 1450px */

/* Responsive @ 1400px */
@media screen and (max-width:1400px) {
	.header-panel.hc1 .top-nav li a, .header-panel.hc1 .mobile-nav li a, .header-panel.hc1 .mobile-nav button {
		padding: 1em .5em;
	}

	.header-panel.hc1 .top-nav li > a {
		font-size: .79em;
	}
}
/* End Responsive @ 1400px */

/* Responsive 1300px */
@media screen and (max-width:1300px) {
	.cdd-item {
	}

	.cdd-item:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.95));
	}

	.about-cdd {
		background-image: url(/images/about-dd-bg.png);
	}

	.about-cdd .about-dd-content {
		width: 50%;
	}

	.services-cdd {
		background-image: url(/images/services-dd-bg.png);
		width: 100%;
	}

	.services-cdd nav {
		width: 100%;
	}

	.cdd-patients-nav {
		width: 50%;
	}

	.patients-cdd {
		background-image: url(/images/patients-dd-bg.jpg);
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	nav.cdd-visitor-nav {
		width: 50%;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		border-right: none;
	}

	.cdd-patients-quick-nav {
		width: 100%;
		display: block;
	}

	.patients-cdd nav.cdd-patients-quick-nav ul {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: 1em;
	}

	.patients-cdd nav.cdd-patients-quick-nav ul li {
		border-bottom: none !important;
	}

	.patients-cdd nav.cdd-patients-quick-nav ul li:last-child {
		border-right: none;
	}

	.careers-cdd {
		background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.95)), url(/images/careers-dd-bg.jpg);
	}

	.careers-cdd .careers-dd-content {
		width: 50%;
	}

	.donate-cdd {
		background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.95)), url(/images/ways-to-give-dd-bg.jpg);
	}

	.ways-to-give-dd-content {
		width: 60%;
	}

	.dd-content {
		color: #0D0D0D; /* darken($dark,80%) */
	}
}
/* End Responsive 1300px */

/* Responsive @ 1200px */
@media (max-width:1200px) {
	.header-panel.hc1 .bottom-section .search {
		display: none;
	}
}
/* End Responsive @ 1200px */

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

	.header-panel.hc1 .bottom-section, .touch .header-panel.hc1 .bottom-section {
		display: none;
	}

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

	.header-panel.hc1 .top-nav li, .touch .header-panel.hc1 .top-nav li {
		position: static;
	}

	.header-panel.hc1 .top-nav li a, .header-panel.hc1 .mobile-nav li a, .header-panel.hc1 .mobile-nav button, .touch .header-panel.hc1 .top-nav li a, .touch .header-panel.hc1 .mobile-nav li a, .touch .header-panel.hc1 .mobile-nav button {
		position: static;
	}

	.header-panel.hc1 .mid-section .top-logo, .touch .header-panel.hc1 .mid-section .top-logo {
		max-width: 100%;
		text-align: center;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

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

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

	.header-panel.hc1 .top-nav ul.mobile-nav, .touch .header-panel.hc1 .top-nav ul.mobile-nav {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li, .touch .header-panel.hc1 .top-nav ul.mobile-nav li {
		display: table-cell;
	}

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

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

	.header-panel.hc1 .top-nav .mobile-nav li li, .touch .header-panel.hc1 .top-nav .mobile-nav li li {
		display: block;
	}
}
/* End Responsive @ 900px */

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

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

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

	.header-panel.hc1 .top-nav li {
		position: static;
	}

	.header-panel.hc1 .top-nav li a, .header-panel.hc1 .mobile-nav li a, .header-panel.hc1 .mobile-nav button {
		position: static;
	}

	.header-panel.hc1 .mid-section .top-logo {
		max-width: 100%;
		text-align: center;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

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

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

	.header-panel.hc1 .top-nav ul.mobile-nav {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li {
		display: table-cell;
	}

	.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;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 700px */
@media (max-width:700px) {
	.header-panel.hc1 .top-nav .mobile-nav li {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		display: block;
	}

	#HeaderZone {
		position: relative;
	}

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

	.header-panel.hc1 .mid-section .top-logo {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.header-panel.hc1 .mid-section .contact-info {
		display: none;
	}
}
/* 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;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 500px */
@media screen and (max-width:550px) {
}
/* End Responsive @ 500px */

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

	.header-panel.hc1 .top-nav ul.mobile-nav li a {
		font-size: 1.333em;
	}

	.header-panel.hc1 .mobile-phone-flyout {
		top: 70px;
	}

	.header-panel.hc1 .mobile-phone-flyout:before {
		display: none;
	}
}
/* End Responsive @ 450px */

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

.header-panel.hc1 .top-nav > ul li:after {
	width: 2px;
	background-color: #98e2ff;
	height: .8em;
	position: absolute;
	display: none;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-panel.hc1 .top-nav > ul > li:hover > a::after {
	height: 100%;
}

.header-panel.hc1 .bottom-section .top-nav > ul > li a span {
	position: relative;
	z-index: 2;
}

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