/* Color Tokens */
.color-tokens {
	color: #003C55; /* $primary */
	background-color: #1E71C1; /* $secondary */
	border-top-color: #2089BB; /* $tertiary */
	border-right-color: #555559; /* $text */
	border-bottom-color: #DFDFDF; /* $light */
	border-left-color: #070E26; /* $dark */
}
/* End Color Tokens */

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

.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;
	background-color: #fff;
	transition: padding .5s ease 0s;
	position: relative;
}

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

.header-panel.hc1 .top-section {
	background-color: #DFDFDF;
	position: relative;
	z-index: 6;
}

.header-panel.hc1 .top-section .flex {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .4em 5% 0.4em 0;
	transition: 0.35s ease;
}

.fixed .header-panel.hc1 .top-section .flex {
	padding: 0.2em 5% 0.2em 0;
}

.header-panel.hc1 .top-section .flex icon.phone {
	color: rgba(255,255,255,0.75);
	font-size: 1.75em;
	margin-right: .5em;
	position: relative;
	bottom: 2px;
}

.header-panel.hc1 .top-section .flex .phone-link {
	margin-right: 3em;
	font-family: 'Montserrat';
	color: #53565F;
	font-weight: 400;
	font-size: 1em;
}

.header-panel.hc1 .top-section .flex .phone-link:hover {
	cursor: default;
}

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

.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: #cce1ec;
}

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

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

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

.header-panel.hc1 .social-nav li {
	display: table-cell;
	padding: 0 .35em;
}

.header-panel.hc1 .social-nav a {
	display: block;
	color: rgba(255,255,255,0.75);
	transition: background-color .5s ease 0s;
}

.header-panel.hc1 .social-nav a:hover {
	color: #003C55; /* $primary */
}

.header-panel.hc1 .social-nav a icon {
	display: block;
	padding: 0 .1em;
	font-size: 1.25em;
	color: #53565f;
	opacity: .999999;
}

.header-panel.hc1 .social-nav a icon:before {
}

.header-panel.hc1 .social-nav a icon.facebook:before {
	content: '\eb91';
}

.header-panel.hc1 .social-nav a icon.youtube-3:before {
	content: '\f93c';
}

.header-panel.hc1 .social-nav a icon.twitter:before {
}

.header-panel.hc1 .social-nav a icon.social-pinterest:before {
	content: '\f0aa';
}

.header-panel.hc1 .social-nav a icon.linkedin-2:before {
	content: '\ee56';
}

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

.header-panel.hc1 .social-nav a icon.facebook:hover {
	color: #3663A1;
}

.header-panel.hc1 .social-nav a icon.twitter:hover {
	color: #1DA1F2;
}

.header-panel.hc1 .social-nav a icon.youtube-3:hover {
	color: #DF2D28;
}

.header-panel.hc1 .social-nav a icon.social-pinterest:hover {
	color: #BB1F25;
}

.header-panel.hc1 .social-nav a icon.linkedin-2:hover {
	color: #0077B5;
}

.header-panel.hc1 .mid-section {
	z-index: 7;
	transition: padding .2s ease 0s;
	position: relative;
	background-color: #FFFFFF;
}

.header-panel.hc1 .mid-section .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	transition: 0.35s ease;
}

.fixed .header-panel.hc1 .mid-section .flex {
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

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

.header-panel.hc1 .mid-section .top-logo img {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	max-width: 22.9em;
	transition: 0.35s ease;
	width: 100%;
}

.fixed .header-panel.hc1 .mid-section .top-logo img {
	max-width: 15em;
}

.header-panel.hc1 .mid-section .right-info {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 55%;
	max-width: 100%;
	color: #003C55; /* $primary */
}

.header-panel.hc1 .mid-section .right-info .quick-links li {
	display: inline-block;
	padding: 0 1em;
	border-left: solid 2px #C4E3FB;
}

.header-panel.hc1 .mid-section .right-info .quick-links li:first-child {
	border-left: none;
}

.header-panel.hc1 .mid-section .right-info .quick-links li:last-child {
	border-right: none;
}

.header-panel.hc1 .mid-section .right-info .quick-links li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #53565F;
	transition: color .5s ease 0s;
}

.header-panel.hc1 .mid-section .right-info .quick-links li a:hover {
	color: #2089BB; /* $tertiary */
}

.header-panel.hc1 .mid-section .right-info .quick-links li a icon {
	position: relative;
	top: .125em;
	color: #fff;
	background-color: #1E71C1; /* $secondary */
	border-radius: 50%;
	transition: background-color .5s ease 0s;
	padding: .5em;
	display: inline-block;
}

.header-panel.hc1 .mid-section .right-info .quick-links li a icon:before {
	display: block;
	line-height: 1.1;
}

.header-panel.hc1 .mid-section .right-info .quick-links li a icon:hover {
	background-color: #003C55; /* $primary */
}

.header-panel.hc1 .mid-section .top-search {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 42%;
	margin-left: 1em;
	position: relative;
}

.header-panel.hc1 .mid-section .top-search input {
	width: 100%;
	padding: .5em 2.5em .5em 1em;
	font-size: 1em;
	border: solid 2px #C4E3FB;
	border-radius: 25px;
	font-family: 'Montserrat', sans-serif;
}

.header-panel.hc1 .mid-section .top-search input::-webkit-input-placeholder {
	font-weight: 400;
	color: #53565F;
}

.header-panel.hc1 .mid-section .top-search input:focus {
	outline: none;
}

.header-panel.hc1 .mid-section .top-search input:focus::-webkit-input-placeholder {
	color: #53565F;
}

.header-panel.hc1 .mid-section .top-search input:focus::placeholder {
	color: #53565F;
}

.header-panel.hc1 .mid-section .top-search .btn {
	position: absolute;
	right: 0;
	border-radius: 50%;
	padding: 0.4em;
	background-color: #1E71C1; /* $secondary */
	line-height: 0.9;
	width: 1.9em;
	height: 1.9em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-panel.hc1 .mid-section .top-search .btn:after {
	display: none;
}

.header-panel.hc1 .mid-section .top-search .btn:hover {
	background-color: #003C55; /* $primary */
}

.header-panel.hc1 .mid-section .contact-info {
	padding: 0 1em 0 0;
	font-size: 1.15em;
	text-align: right;
	border-right: solid 1px #003C55; /* $primary */
}

.header-panel.hc1 .mid-section .contact-info a.phone-number {
	line-height: 1;
	color: #003C55; /* $primary */
}

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

.header-panel.hc1 .mid-section .search {
	padding: 0;
	font-size: 1em;
	color: #FFFFFF;
	cursor: pointer;
}

.header-panel.hc1 .bottom-section {
	background-color: #1E71C1; /* $secondary */
}

.header-panel.hc1 .top-nav {
	padding: 0;
	position: relative;
	z-index: 6;
}

.header-panel.hc1 .top-nav > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 3em;
	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;
}

.header-panel.hc1 .top-nav > ul > li {
	display: block;
	margin: 0;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 15%;
}

.header-panel.hc1 .top-nav a, .header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
	display: block;
	padding: 0.85em 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	background-color: transparent;
	border: none;
	transition: color .5s ease 0s;
}

.header-panel.hc1 .top-nav a:hover {
	background-color: #D0E7FC;
	color: #003C55; /* $primary */
	transition: .3s ease 0s;
}

.header-panel.hc1 .desktop-nav li:last-child {
	position: relative;
	text-align: left;
	background-color: #c4e3fb;
}

.header-panel.hc1 .desktop-nav li:last-child .iflylist {
	left: auto !important;
	right: 0 !important;
}

.header-panel.hc1 .desktop-nav li:last-child:before {
	position: absolute;
	top: 50%;
	right: 3em;
	font-family: 'icomoon-ult';
	color: #1D71C1;
	content: '\e964';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: color .5s ease 0s;
	padding: .1em .3em;
	font-size: .6em;
}

.header-panel.hc1 .desktop-nav li:last-child:after {
	content: '';
	display: block;
	height: 2px;
	width: calc(70% - 4em);
	background-color: #1E71C1; /* $secondary */
	position: absolute;
	bottom: 1.25em;
	left: 4.9em;
}

.header-panel.hc1 .desktop-nav li:last-child a {
	font-size: 1em;
	text-align: left;
	text-transform: none;
	color: #026eba;
	padding-right: 5em;
}

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

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

.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;
	font-size: 1.2em;
}

.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(0,60,85,0.89); /* alpha($primary,89%) */
}

.no-rgba .header-panel.hc1 .top-nav .mobile-nav .imenupanel {
}

.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 #DFDFDF; /* $light */
}

.header-panel.hc1 .top-nav ul.mobile-nav .imenu > .imenuitem:last-child {
	_display: none;
}

.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;
}
/* End Header HC1 Styles */

/* Flyout Menu */
.header-panel.hc1 .top-nav div.iflylist {
	min-width: 225px;
	padding: 17px 0 6px 0;
	color: #070E26;
	text-align: left;
	background-color: #CBE3FD;
	border: none;
	transition: 0.35s ease;
	display: none !important;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	pointer-events: none;
}

.header-panel.hc1 .top-nav .iflyOver > div.iflylist {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	pointer-events: auto;
}

.header-panel.hc1 .top-nav li:last-child div.iflylist {
	display: block !important;
}

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

.header-panel.hc1 .top-nav .iflylist a.iflyOver {
	background-color: #1E71C1; /* $secondary */
	width: 100%;
}

.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: #CBE3FD;
	border: none;
	border-top: solid 1px #1E71C1; /* $secondary */
}

.header-panel.hc1 .top-nav div.ifly a {
	min-width: 150px;
	padding: 10px 25px;
	margin-bottom: 0;
	line-height: 1.5em;
	color: #003C55; /* $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: #FFFFFF;
}

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

.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: #003C55; /* $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: #1E71C1; /* $secondary */
}

.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: #fff;
	background-color: rgba(223,223,223,0.129); /* alpha($light,13%) */
	border: solid 1px #003C55; /* $primary */
	outline: none;
}

.no-rgba .header-panel.hc1 .search-section .top-search input {
	background-color: #1E71C1; /* $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%;
}

.header-panel.hc1 .search-section .top-search .closer {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	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: #fff;
}

.header-panel.hc1 .search-section .top-search ::-moz-placeholder {
	color: #fff;
}

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

.header-panel.hc1 .search-section .top-search :-moz-placeholder {
	color: #fff;
}
/* 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: #003C55; /* $primary */
}

.header-panel.hc1 .combo-box .flex.box {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	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: #1E71C1; /* $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: #555559; /* $text */
}

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

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

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

.header-panel.hc1 .combo-box .combo-panel .searchitem h5 {
	margin: 0;
	font-size: 1.125em;
	color: #1E71C1; /* $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: #1E71C1; /* $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: #555559; /* $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: #1E71C1; /* $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: #003C55; /* $primary */
}

.header-panel.hc1 .combo-box .combo-panel.pages .searchitem a {
	display: block;
	padding: .1em .35em;
	color: #1E71C1; /* $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: #555559; /* $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: #1E71C1; /* $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(30,113,193,0.51); /* alpha($secondary,51%) */
	transition: .6s ease;
}

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

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

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

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

/* 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 {
	float: left;
	width: 25%;
}

.no-flexbox .header-panel.hc1 .right-info {
	float: right;
	width: 50%;
	display: table;
}

.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 */

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

.cdd-item {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 2em 5%;
	overflow: hidden;
	pointer-events: none;
	background-color: #070E26;
	background-size: cover;
	opacity: 0;
	box-shadow: 0 3px 8px rgba(0,0,0,.5);
	-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;
}

.no-csstransitions .cdd-item {
	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);
}

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

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

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

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

.cdd-item4 {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cdd-item4 .cdd-nav {
	border-right: solid 2px #C7DFEC;
	padding: 0 3em;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.cdd-item4 .cdd-nav ul {
	width: 100%;
}

.cdd-item4 .cdd-nav ul li a:after {
	right: 1.5em;
}

.cdd-item4 .cdd-nav h3 {
	color: #c7dfec;
}

.cdd-item4 div {
	padding: 0 3em;
}

.cdd-item4 .btn {
	margin: 1em auto;
	font-size: 1em;
	display: block;
	width: 100%;
	max-width: 100%;
}

.cdd-item4 > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
}

.cdd-nav ul {
	display: inline-block;
	width: 48%;
	margin: 0 2% 0 0;
	vertical-align: top;
	font-size: .8em;
}

.cdd-nav.thirds ul {
	width: 32%;
	margin: 0 0 0 1%;
	border-right: solid 2px #C7DFEC;
	padding-right: 1.5em;
}

.cdd-nav.thirds ul:last-child {
	border-right: none;
}

.cdd-nav.thirds ul li a {
	display: block;
	width: 100%;
}

.cdd-nav.thirds ul li a:after {
	right: 2em;
}

.cdd-nav.fourths ul {
	width: 24%;
	margin: 0 0 0 1%;
	border-right: solid 2px #C7DFEC;
}

.cdd-nav.fourths ul:last-child {
	border-right: none;
}

.cdd-nav.fourths ul li a {
	display: block;
	width: 100%;
}

.cdd-nav.fourths ul li a:after {
	right: 1.5em;
}

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

.cdd-nav li a {
	position: relative;
	display: block;
	padding: .425em 1.5em .425em 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.222em;
	font-weight: 600;
	line-height: 1.25em;
	color: #1E71C1; /* $secondary */
	transition: color .5s ease 0s;
}

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

.cdd-nav li a:hover {
	color: #FFFFFF;
}

.cdd-nav li a:hover:after {
	color: #FFFFFF;
}
/* End Custom Dropdowns Styles */

/* Responsive @ 1550px */
@media screen and (max-width:1550px) {
	.header-panel.hc1 .mid-section .right-info {
		width: 64%;
	}
}
/* End Responsive @ 1550px */

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

	.header-panel.hc1 .top-nav a, .header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
		font-size: 1.111em;
	}
}
/* End Responsive @ 1500px */

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

	.header-panel.hc1 .top-nav > ul {
		left: 0;
	}

	.header-panel.hc1 .desktop-nav li:last-child:after {
		display: none;
	}
}
/* End Responsive @ 1400px */

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

	.header-panel.hc1 .top-nav > ul {
		padding: 0;
	}

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

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

	.header-panel.hc1 .mid-section .top-search {
		width: 20em;
	}

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

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

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

	.header-panel.hc1 .mid-section .top-search input {
		padding-right: 2.5em;
	}

	.header-panel.hc1 .top-nav > ul > li {
		min-width: 18%;
	}
}
/* End Responsive @ 1250px */

/* Responsive @ 900px */
@media (max-width: 900px) {
}
/* 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 .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 .desktop-nav li:last-child {
		display: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.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 .contact-info {
		padding-right: 1em;
		padding-left: 0;
		border-right: solid 1px rgba(7,14,38,0.2); /* alpha($dark,20%) */
		border-left: none;
	}

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

	.header-panel.hc1 .mid-section .top-logo {
		max-width: 35%;
	}
}
/* End Responsive @ 800px */

/* 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 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 65%;
	}

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

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

	.header-panel.hc1 .top-section .phone, .header-panel.hc1 .top-section .phone-link {
		display: none;
	}

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

	.fixed .header-panel.hc1 .mid-section .flex {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}

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

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

	#HeaderZone {
		position: relative;
	}

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

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

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

	.fixed .header-panel.hc1 .mid-section .top-logo img {
		max-width: 100%;
	}
}
/* 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;
	}

	.header-panel.hc1 .search-section .top-search icon.close {
		display: none;
	}

	.header-panel.hc1 .top-nav .mobile-nav li icon {
		margin: 0;
		font-size: 1.4em;
	}
}
/* 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;
		width: 100%;
		max-width: 100%;
	}

	.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 a {
		padding: .5em;
	}

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

	.header-panel.hc1 .top-section .flex .utilities {
		display: none;
	}

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

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