/* General Header */
#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;
	background-color: #fff;
	transition: padding .5s ease 0s;
}

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

.header-panel.hc1 .top-section {
	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;
}

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

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

.header-panel.hc1 .top-section .box {
	display: block;
	padding: 0 1%;
	width: calc(100% - 24em);
}

.no-flexbox .header-panel.hc1 .top-section .box:after {
	content: ' ';
	display: block;
	clear: both;
}
/* End General Header */

/* Top Nav */
.header-panel.hc1 .top-section .top-logo {
	display: block;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: .6em 2%;
	transition: .3s ease 0s;
}

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

.fixed .header-panel.hc1 .top-section .top-logo {
}

.header-panel.hc1 .default-logo {
	display: block;
}

.header-panel.hc1 .mobile-logo {
	display: none;
	width: 100%;
}

.header-panel.hc1 .top-nav {
	width
	flex: 100%1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.no-flexbox .header-panel.hc1 .top-nav {
	float: left;
	width: 80%;
}

.header-panel.hc1 .top-nav > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	transition: border .3s ease 0s;
}

.no-flexbox .header-panel.hc1 .top-nav > ul {
	display: table;
	vertical-align: middle;
	width: 100%;
}

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

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

.header-panel.hc1 .top-section .top-nav > ul.desktop-nav .menu-close {
	display: none;
}

.header-panel.hc1 .top-nav > ul > li > a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF; /* $white */
	text-align: center;
	padding: 1.5em 0;
	width: auto;
	opacity: 1;
	position: relative;
	transition: padding .4s ease 0s, background-color .4s ease 0s, color .4s ease 0s, opacity .4s ease 0s;
	font-weight: 700;
	font-size: 1.2em;
}

.fixed .header-panel.hc1 .top-nav > ul > li > a {
	padding: 1em 0;
}

.header-panel.hc1 .top-section .top-nav > ul.desktop-nav > li > a {
	font-size: 1.1em;
}

.header-panel.hc1 .top-section .top-nav > ul.desktop-nav > li > a:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
	display: block;
	transition: .3s ease 0s;
	top: 0;
}

.header-panel.hc1 .top-section .top-nav > ul.desktop-nav > li:hover > a:before {
	background-color: #007377; /* $primary */
	top: -1px;
}

.no-touch .header-panel.hc1 .top-nav > ul > li:hover > a, .header-panel.hc1 .top-nav > ul > li.selected > a {
}

.no-flexbox .header-panel.hc1 .top-nav > ul > li > a {
	padding: 2.5em 0;
	display: block;
}

.header-panel.hc1 .top-nav > ul.mobile-nav > li > a.btn, .header-panel.hc1 .mobile-nav a.btn {
	background-color: #FFC72C; /* $secondary */
	text-align: left;
	display: block;
	letter-spacing: 0;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 600;
}

.header-panel.hc1 .top-nav > ul.mobile-nav > li > a.btn:hover, .header-panel.hc1 .mobile-nav a.btn:hover {
	background-color: #E1EDEF; /* $light */
}
/* End Top Nav */

/* Contact Info */
.header-panel.hc1 .top-section .utilities {
	display: inline-block;
}

.header-panel.hc1 .top-section .utilities li {
	display: inline-block;
}

.header-panel.hc1 .top-section .utilities li a {
	display: block;
	padding: .5em 2.9em;
	color: #000000; /* $dark */
	font-weight: 600;
	font-size: 1.1em;
}

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

.header-panel.hc1 .top-section .utilities li a.give {
	position: relative;
	display: inline-block;
	padding: 0.8em 3.8em 0.8em 1.3em;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none;
	font-weight: 600;
	font-size: 1.1em;
	box-shadow: 0 8px 30px rgba(0,0,0,0.2); /* alpha($dark,20%) */
	transition: .3s ease 0s;
	color: #000000; /* $dark */
	background-color: #FFC72C; /* $secondary */
}

.header-panel.hc1 .top-section .utilities li a.give:before {
	content: '';
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.4); /* alpha($white,40%) */
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.header-panel.hc1 .top-section .utilities li a.give:after {
	content: '\e0fd';
	font-family: icomoon-ult;
	font-size: .5em;
	font-weight: 400;
	margin-left: 1em;
	position: absolute;
	top: 50%;
	right: 2.4em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-panel.hc1 .top-section .utilities li a.give:hover {
	background-color: #E1EDEF; /* $light */
	color: #007377; /* $primary */
}

.header-panel.hc1 .top-section .utilities li a.give:before {
	border-color: #FFFFFF; /* $white */
}

.header-panel.hc1 .top-section .utilities li a.give:hover:before {
	border-color: #86B7BF; /* darken($light,30%) */
}

.header-panel.hc1 .contact-info {
	line-height: 1.2;
	padding: .5em 0;
	text-align: right;
	transition: .3s ease 0s;
}

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

.header-panel.hc1 .contact-info .phone-link {
	display: inline-block;
	color: #00393B; /* $tertiary */
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: .2em;
	padding-left: 1em;
}

.header-panel.hc1 .contact-info .phone-link .for-mobile {
	display: none;
}
/* End Contact Info */

/* Site Search & Popup */
.header-panel.hc1 .site-search {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.header-panel.hc1 .site-search > .search-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	font-size: 2em;
	color: #007377; /* $primary */
	cursor: pointer;
	padding: 0.75em 1.15em;
	background-color: #E1EDEF; /* $light */
	transition: padding .4s ease 0s, background-color .4s ease 0s;
}

.header-panel.hc1 .site-search > .search-btn:hover {
	background-color: #007377; /* $primary */
	color: #FFFFFF; /* $white */
}
/* End Site Search & Popup */

/* Mobile Top Nav */
.header-panel.hc1 .bottom-section {
	background-color: #00393B; /* $tertiary */
}

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

.header-panel.hc1 .bottom-section .top-nav > ul.mobile-nav {
	position: relative;
	z-index: 3;
	display: table;
	width: 100%;
}

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

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

.header-panel.hc1 .bottom-section .top-nav li:hover > a {
	background-color: #007377; /* $primary */
	color: #FFFFFF; /* $white */
}

.header-panel.hc1 .bottom-section .top-nav > ul > li > a {
	width: 100%;
}

.header-panel.hc1 .top-nav > ul.mobile-nav > li > a, .header-panel.hc1 .mobile-nav a {
	font-size: 1em;
	display: block;
	padding: .8em 1em;
	text-align: center;
	border: none;
	transition: background-color .5s ease 0s;
	background-color: transparent;
}
/* End Mobile Top Nav */

/* Mobile Menu */
.header-panel.hc1 .top-nav ul.mobile-nav {
	display: none !important;
}

.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(0,115,119,0.961); /* alpha($primary,96%) */
}

.no-rgba .header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	background-color: color: #007377; /* $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 #00ACB2; /* lighten($primary,15%) */
	position: static;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a {
	text-align: left;
	color: #FFFFFF; /* $white */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a:hover {
	color: #E1EDEF; /* $light */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.iright:before {
	content: '\e801';
	font-family: fontello;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	float: right;
	font-size: .6em;
	color: #fff;
	padding-left: 10%;
	z-index: 10;
	line-height: 4.9em;
	position: absolute;
	right: 0;
	padding-right: 2%;
	cursor: pointer;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.iright:hover:before {
	color: #E1EDEF; /* $light */
}

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

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

.no-boxshadow .header-panel.hc1 .top-nav div.iflylist {
	border: solid 1px #000000; /* $dark */
}

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

.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 #000000; /* $dark */
	white-space: normal;
}

.header-panel.hc1 .top-nav div.ifly a {
	min-width: 500px;
	padding: 10px 25px 10px 30px;
	margin-bottom: 0;
	line-height: 1.5em;
	color: #000000; /* $dark */
	border-bottom: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

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

.header-panel.hc1 .top-nav div.iflyOver {
	background-color: #007377; /* $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;
	font-family: fontello;
	font-size: 14px;
	content: '\e80b';
	position: relative;
	top: -.1em;
}

div.iflylist div.ui-more-items {
	position: relative;
	background-color: #007377; /* $primary */
	border-top: solid 1px #000000; /* $dark */
	height: 33px;
}

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: '\e0e9';
}

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: '\e0eb';
}

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 {
	background-color: #E1EDEF; /* $light */
	display: none;
	padding: 0.6em 0 0.5em;
	width: 100%;
	margin: 0 auto;
}

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

.header-panel.hc1 .search-section .main {
	max-width: 1200px;
}

.header-panel.hc1 .search-section input {
	outline: none;
	color: #000000; /* $dark */
	padding: 0.889em 1.1em;
	font-family: inherit;
	font-size: .9em;
	width: 65%;
	-webkit-flex: 1 1 65%;
	-ms-flex: 1 1 65%;
	flex: 1 1 65%;
	border: 0;
	background-color: #FFFFFF; /* $white */
}

.header-panel.hc1 .search-section .btn {
	padding: 0.83em 0;
	width: 15%;
	margin-left: 1.5%;
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
}

.header-panel.hc1 .search-section .closer {
	width: 12%;
	margin-left: 3%;
	color: #444444; /* $text */
	text-transform: uppercase;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-flex: 0 0 12%;
	-ms-flex: 0 0 12%;
	flex: 0 0 12%;
	margin-top: .4em;
	transition: .3s ease 0s;
	display: block;
}

.header-panel.hc1 .search-section .closer:hover {
	color: #000000; /* $dark */
}

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

.header-panel.hc1 .search-section ::-webkit-input-placeholder {
	color: #000000; /* $dark */
}

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

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

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

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

.header-panel.hc1 .cdd-item {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 2em 5% 3.5em;
	overflow: hidden;
	pointer-events: none;
	background-color: #007377; /* $primary */
	background-size: cover;
	opacity: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-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%);
}

.no-csstransitions .header-panel.hc1 .cdd-item {
	display: none;
}

.header-panel.hc1 .no-cdd {
	display: none !important;
}

.header-panel.hc1 .cdd-item.active {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 3;
}

.header-panel.hc1 .cdd-item nav {
	text-align: center;
}

.header-panel.hc1 .cdd-img {
	width: 22%;
	float: right;
}

.header-panel.hc1 .cdd-img img {
	height: 0;
	padding-bottom: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.cms-layout .header-panel.hc1 .cdd-img img {
	background-size: auto;
	height: auto;
	padding-bottom: 0;
}

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

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

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

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

.header-panel.hc1 .cdd-nav ul {
	display: inline-block;
	width: 28%;
	margin: 0 2%;
	vertical-align: top;
}

.header-panel.hc1 .cdd-nav ul li {
	border-bottom: solid 1px rgba(255,255,255,0.2); /* alpha($white,20%) */
}

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

.header-panel.hc1 .cdd-nav li a {
	position: relative;
	display: block;
	padding: .8em 1em .8em 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.25em;
	color: #FFFFFF; /* $white */
	transition: .35s ease 0s;
	text-align: left;
}

.header-panel.hc1 .bottom-section .top-nav .cdd-nav li:hover a {
	color: #FFFFFF; /* $white */
	background-color: rgba(255,255,255,0.2); /* alpha($white,20%) */
	padding-left: 1em;
}

.header-panel.hc1 .cdd-nav li:hover a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid rgba(255,255,255,0.341); /* alpha($white,34%) */
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.header-panel.hc1 .cdd-nav li:hover a:after {
	content: '\e0fd';
	font-family: icomoon-ult;
	font-size: .5em;
	font-weight: 400;
	margin-left: 1em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2em;
	color: rgba(255,255,255,0.812); /* alpha($white,81%) */
}
/* End Custom Dropdowns Styles */

/* Responsive @ 1400px */
@media screen and (max-width:1400px) {
	.header-panel.hc1 .top-nav > ul {
		border: 0;
	}

	.header-panel.hc1 .top-nav > ul > li > a {
		padding: 1em .5em;
	}
}
/* End Responsive @ 1400px */

/* Responsive @ 1350px */
@media screen and (max-width:1350px) {
	.header-panel.hc1 .top-section .box {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.fixed .header-panel.hc1 .top-section .top-logo {
	}

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

	.header-panel.hc1 .contact-info {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		text-align: right;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	.header-panel.hc1 .contact-info .phone-link {
		padding-right: .6em;
		padding-bottom: .2em;
	}

	.header-panel.hc1 .top-nav div.ifly a, .header-panel.hc1 .top-nav div.iflylist {
		max-width: 340px;
		min-width: 340px;
	}

	.fixed .header-panel.hc1 .site-search > .search-btn {
		font-size: 1.5em;
		padding-top: .5em;
		padding-bottom: .5em;
	}
}
/* End Responsive @ 1350px */

/* Responsive @ 1150px */
@media screen and (max-width:1150px) {
	.header-panel.hc1 .top-nav > ul > li > a {
		padding: 1em;
	}
}
/* End Responsive @ 1150px */

/* Responsive @ 1000px */
@media screen and (max-width:1000px) {
	.header-panel.hc1 .contact-info {
		display: block;
	}

	.header-panel.hc1 .top-section .box {
		display: none;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

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

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

	.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 ul.mobile-nav .tab-call {
		display: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav .desktop-call {
		letter-spacing: .2em;
		font-size: 1.5em;
	}

	.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 .top-section .top-logo {
		max-width: 100%;
	}

	.fixed .header-panel.hc1 .top-section .top-logo {
	}

	.header-panel.hc1 .bottom-section .top-logo img {
		max-width: 394px;
	}

	.header-panel.hc1 {
		border-bottom: 0;
	}

	.header-panel.hc1 {
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
	}

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

	.header-panel.hc1 .top-nav > ul.mobile-nav > li > a {
		font-size: 2.3em;
		padding: .5em;
		color: #00393B; /* $tertiary */
	}

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

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

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

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

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

	.header-panel.hc1 .top-nav > ul.mobile-nav > li:hover > a {
		background-color: transparent;
		color: #007377; /* $primary */
	}

	.header-panel.hc1 .bottom-section .top-nav > ul.mobile-nav > li.js-search {
		display: table-cell;
	}
}
/* End Responsive @ 1000px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.header-panel.hc1 .search-section .closer span {
		display: none;
	}

	.header-panel.hc1 .search-section .closer {
		width: 8%;
		-webkit-flex: 0 0 8%;
		-ms-flex: 0 0 8%;
		flex: 0 0 8%;
	}

	.header-panel.hc1 .search-section icon.close {
		font-size: 1.9em;
		top: .05em;
	}

	.header-panel.hc1 .top-section .box {
		width: calc(100% - 21em);
	}

	.header-panel.hc1 .top-section .utilities li a {
		padding: .5em;
	}

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

	.header-panel.hc1 .top-nav ul.mobile-nav .desktop-call.btn {
		display: none;
	}
}
/* End Responsive @ 800px */

/* Responsive Height @ 800px */
@media (min-width:800px) and (max-height: 800px) {
	.header-panel.hc1 .top-nav > ul > li > a {
		padding: 1em .5em;
		font-size: 1em;
	}

	.header-panel.hc1 .cdd-item {
		padding: 1em 5% 2.5em;
	}
}
/* End Responsive Height @ 800px */

/* Responsive @ 700px */
@media screen and (max-width:700px) {
	.header-panel.hc1 .site-search {
		display: none;
	}

	.header-panel.hc1 .top-section .box {
		width: 60%;
	}

	.header-panel.hc1 .contact-info {
		padding-right: 1em;
	}

	.header-panel.hc1 .bottom-section .top-logo img {
		width: 100%;
	}
}
/* End Responsive @ 700px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.header-panel.hc1 .search-section input {
		width: 50%;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.header-panel.hc1 .search-section .btn {
		width: 30%;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}

	.header-panel.hc1 .bottom-section .top-nav > ul.mobile-nav > li.logo {
		display: none;
	}

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

	.header-panel.hc1 .top-section .top-logo {
		padding: 1.2em 3% 0;
	}

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

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

	.header-panel.hc1 .top-nav > ul.mobile-nav > li > a > span {
		display: inline;
		font-size: .6em;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 450px */
@media screen and (max-width:450px) {
	.header-panel.hc1 .search-section {
		display: none;
	}

	.header-panel.hc1 .site-search {
		display: none;
	}

	.header-panel.hc1 .top-section .top-logo, .fixed .header-panel.hc1 .top-section .top-logo {
		max-width: 100%;
		width: 100%;
	}
}
/* End Responsive @ 450px */
