/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

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

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

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

body.nevermind #HeaderZone {
	position: relative;
}

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

.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 {
	-webkit-transition: padding .5s ease 0s;
	-moz-transition: padding .5s ease 0s;
	-o-transition: padding .5s ease 0s;
	transition: padding .5s ease 0s;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.header-panel.hc1 .verytop-section {
	background-color: #EFF0F0; /* $light */
}

.header-panel.hc1 .verytop-section .main {
}

.header-panel.hc1 .verytop-section .healthsys {
	float: left;
}

.header-panel.hc1 .verytop-section .healthsys a {
	display: inline-block;
	padding: 0.6em .6em .6em 2em;
	font-size: 1.250em;
	text-transform: uppercase;
	color: #006B5C; /* $primary */
	background: #EFF0F0; /* $light */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	position: relative;
}

.header-panel.hc1 .verytop-section .healthsys a:hover {
	color: #7D003D; /* $secondary */
}

.header-panel.hc1 .verytop-section .healthsys a icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.2em;
}

.header-panel.hc1 .verytop-section .utilities {
	font-size: 1.125em;
	padding: 0;
	width: 100%;
	display: table;
}

.header-panel.hc1 .verytop-section .utilities li {
	display: table-cell;
	position: relative;
	width: auto;
	text-align: center;
}

.header-panel.hc1 .verytop-section .utilities li:first-child {
	width: 38%;
	text-align: left;
}

.header-panel.hc1 .verytop-section .utilities li:before {
	content: '';
	width: 2px;
	height: 75%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #7dc3b0;
	position: absolute;
	right: 0;
}

.header-panel.hc1 .verytop-section .utilities li:first-child:before, .header-panel.hc1 .verytop-section .utilities li.item2:before, .header-panel.hc1 .verytop-section .utilities li:last-child:before {
	display: none;
}

.header-panel.hc1 .verytop-section .utilities li a {
	display: block;
	padding: 0.8em 1.5em;
	color: #7D003D; /* $secondary */
	text-transform: uppercase;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	font-weight: 600;
}

.fixed .header-panel.hc1 .verytop-section .utilities li a {
	padding-top: .4em;
	padding-bottom: .4em;
}

.header-panel.hc1 .verytop-section .utilities li:first-child a {
	color: #006B5C; /* $primary */
}

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

.header-panel.hc1 .verytop-section .utilities li.item2 a {
	color: #FFFFFF;
	background-color: #7D003D; /* $secondary */
}

.header-panel.hc1 .verytop-section .utilities li.item2 a:hover {
	color: #FFFFFF;
	background-color: #006B5C; /* $primary */
}

.header-panel.hc1 .verytop-section .utilities li a icon {
	display: none;
}

.header-panel.hc1 .verytop-section .utilities li:first-child a icon {
	display: inline;
}

.header-panel.hc1 .top-section {
	background-color: #006B5C; /* $primary */
	color: #FFF;
	font-weight: 600;
	padding: .5em 0;
}

.header-panel.hc1 .top-section a {
	color: #FFF;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.header-panel.hc1 .top-section a:hover {
	color: #6da898;
}

.header-panel.hc1 .top-section .main {
}

.header-panel.hc1 .top-section .half.left {
}

.header-panel.hc1 .top-section .half.right {
}

.header-panel.hc1 .top-section .utilities {
	text-align: right;
}

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

.header-panel.hc1 .top-section .utilities li:before {
	content: '';
	width: 2px;
	height: 75%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #5b8e80;
	position: absolute;
	right: 0;
}

.header-panel.hc1 .top-section .utilities li:first-child:before, .header-panel.hc1 .top-section .utilities li:last-child:before {
	display: none;
}

.header-panel.hc1 .top-section .utilities li a {
	display: block;
	padding: 0 1.5em;
	position: relative;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.header-panel.hc1 .top-section .utilities li:first-child a {
	color: #6da898;
	padding: 0;
}

.header-panel.hc1 .top-section .utilities li:first-child a:hover {
	color: #FFF;
}

.header-panel.hc1 .top-section .utilities li a icon {
	display: none;
}

.header-panel.hc1 .top-section .utilities li:first-child a icon {
	display: inline;
	position: relative;
	top: -.1em;
}

.header-panel.hc1 .top-section .utilities li:first-child a span {
	display: none;
}

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

.header-panel.hc1 .mid-section .main {
}

.header-panel.hc1 .mid-section .masthead {
	width: 100%;
	display: table;
}

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

.header-panel.hc1 .mid-section .top-logo img {
	padding: 1em 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	width: 25em;
}

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

.mobile-landscape .header-panel.hc1 .mid-section .top-logo img {
	width: 15em;
	padding: .5em 0;
}

.header-panel.hc1 .mid-section .right-info {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.header-panel.hc1 .bottom-section {
	clear: both;
	background-color: #7D003D; /* $secondary */
}

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

.header-panel.hc1 .top-nav.main {
	max-width: 1800px;
}

.header-panel.hc1 .top-nav > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-panel.hc1 .top-nav > ul > li {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
}

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

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

.header-panel.hc1 .top-nav a, .header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
	display: block;
	text-align: center;
	font-size: 1.188em;
	padding: .7em 1%;
	color: #FFFFFF;
	border: none;
	-webkit-transition: background-color .3s ease 0s;
	-moz-transition: background-color .3s ease 0s;
	-o-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s;
	background-color: transparent;
	position: relative;
	font-weight: 600;
}

.header-panel.hc1 .top-nav a {
	text-transform: uppercase;
}

.header-panel.hc1 .mobile-nav a:hover {
	color: #FFFFFF;
}

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

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

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

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

.tablet-landscape .header-panel.hc1 .top-nav ul.mobile-nav, .tablet-portrait .header-panel.hc1 .top-nav ul.mobile-nav {
	display: table;
	width: 100%;
}

.tablet-landscape .header-panel.hc1 .top-nav ul.mobile-nav li, .tablet-portrait .header-panel.hc1 .top-nav ul.mobile-nav li {
	display: table-cell;
	width: 25%;
	-webkit-perspective: none;
	-moz-perspective: none;
	-o-perspective: none;
	perspective: none;
	position: static;
}

.tablet-landscape .header-panel.hc1 .top-nav ul.mobile-nav li a.mob-call, .tablet-portrait .header-panel.hc1 .top-nav ul.mobile-nav li a.mob-call {
	display: none;
}

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

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

.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;
	left: 0px !important;
	width: 100%;
	background-color: rgba(0,113,97,0.95);
	text-align: left;
	top: 100% !important;
	z-index: 99;
}

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

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem {
	border-bottom: 1px solid #7DC3B0; /* $tertiary */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
}

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

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

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.ileft:hover:before {
	color: #7DC3B0; /* $tertiary */
}

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

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

.header-panel.hc1 .sitesearch {
	background: #EFF0F0; /* $light */
	border-radius: 30px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.12);
	padding-right: .5em;
	display: inline-block;
}

.header-panel.hc1 .sitesearch input {
	border: 0;
	background: transparent;
	color: #006B5C; /* $primary */
	font-size: 1.063em;
	font-family: inherit;
	font-weight: 600;
	float: left;
	padding: .6em 0.8em;
	outline: none;
}

.header-panel.hc1 .sitesearch a {
	display: inline-block;
	width: 2em;
	height: 2em;
	position: relative;
	margin-top: 0.4em;
	color: #7D003D; /* $secondary */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.header-panel.hc1 .sitesearch a:hover {
	color: #006B5C; /* $primary */
}

.header-panel.hc1 .sitesearch a icon {
	position: absolute;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -0.1em;
	right: 0;
	margin: 0 auto;
	font-size: 1.2em;
}
/* End Header HC1 Styles */

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

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

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

.header-panel.hc1 .top-nav a.iflyOver {
	background-color: #006B5C; /* $primary */
}

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

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

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

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

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

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

.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 {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -22px;
	font-size: 16px;
}

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

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

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

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

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

/* Responsive @ 1850px */
@media screen and (max-width:1850px) {
	.header-panel.hc1 .verytop-section .utilities li:first-child {
		width: auto;
	}
}
/* End Responsive @ 1850px */

/* Responsive @ 1570px */
@media screen and (max-width:1570px) {
	.header-panel.hc1 .verytop-section .utilities {
		font-size: 1.1vw;
	}

	.header-panel.hc1 .top-nav a {
		font-size: 1em;
	}
}
/* End Responsive @ 1570px */

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

/* Responsive @ 1000px */
@media screen and (max-width:1000px) {
	.header-panel.hc1 .verytop-section .utilities {
		border-collapse: collapse;
		font-size: 1em;
		display: block;
	}

	.header-panel.hc1 .verytop-section .utilities li:first-child, .header-panel.hc1 .verytop-section .utilities li {
		width: 50%;
		float: left;
		text-align: center;
		border: #DDD 1px solid;
	}

	.header-panel.hc1 .verytop-section .main {
		padding: 0;
	}

	.header-panel.hc1 .verytop-section .utilities li:before {
		display: none;
	}
}
/* End Responsive @ 1000px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	.header-panel.hc1 .verytop-section .utilities {
		font-size: 1.9vw;
	}

	.header-panel.hc1 .top-section .half.left, .header-panel.hc1 .top-section .half.right {
		float: none;
		width: 100%;
		text-align: center;
		padding: .3em 0;
	}

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

	.header-panel.hc1 .top-section .utilities {
		text-align: center;
		display: table;
		width: 100%;
	}

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

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

	.header-panel.hc1 .top-nav a {
		font-size: 18px;
	}

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

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

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

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

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

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

	.header-panel.hc1 .mid-section .top-logo img {
		margin: 0 auto;
		display: block;
	}
}
/* End Responsive @ 750px */

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

	.header-panel.hc1 .top-nav a {
		font-size: 25px;
	}

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

	.header-panel.hc1 .top-section .half.left {
		font-size: 1.5em;
		padding: 0;
	}

	.header-panel.hc1 .top-section .half.left .address, .header-panel.hc1 .top-section .half.left .divider {
		display: none;
	}

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

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

	.header-panel.hc1 .top-nav ul.mobile-nav .mob-call {
		display: block;
	}
}
/* End Responsive @ 480px */
