/* Color Tokens */
.color-tokens {
	color: #103F79; /* $primary */
	background-color: #F6FAFF; /* $secondary */
	border-bottom-color: #6DAFE0; /* $highlight */
	border-top-color: #555555; /* $text */
}
/* End Color Tokens */

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

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

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

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

.landing-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;
	padding: 0;
	border-top: 8px solid #103F79; /* $primary */
}

.fixed .landing-header-panel.hc1 {
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}

.landing-header-panel.hc1 .mid-section .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5em 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.landing-header-panel.hc1 .mid-section .top-logo img {
	display: block;
}

.landing-header-panel.hc1 .mid-section .right-info {
	max-width: 80%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.landing-header-panel.hc1 .mid-section .contact-info {
	padding: 0 1em 0 0;
	font-size: 1.15em;
	color: #555555; /* $text */
	font-weight: bold;
}

.landing-header-panel.hc1 .mid-section .contact-info a.phone-number {
	line-height: 1;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #103F79;
	padding: .5em 1em;
	border-radius: 10em;
}

.landing-header-panel.hc1.red .mid-section .contact-info a.phone-number {
	background-color: #D0282E;
}

.landing-header-panel.hc1.pink .mid-section .contact-info a.phone-number {
	background-color: #F6489F;
}

.landing-header-panel.hc1 .mid-section .contact-info .address {
	padding-right: 3em;
	font-size: .7em;
	display: none;
}
/* End Header HC1 Styles */

/* Header HC1 IE Fallbacks */
.no-flexbox .hc1.landing-header-panel .mid-section .top-logo {
	float: left;
}

.no-flexbox .hc1.landing-header-panel .mid-section .right-info {
	float: right;
}

.no-flexbox .hc1.landing-header-panel .mid-section .address, .no-flexbox .hc1.landing-header-panel .mid-section .phone-number {
	display: inline-block;
	vertical-align: middle;
}
/* End Header HC1 IE Fallbacks */

/* Header HC1 Responsive */
@media (max-width:1200px) {
	.fixed .landing-header-panel.hc1 {
		padding: .5em 1% 0;
	}

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

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

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

@media (max-width:800px) {
	.landing-header-panel.hc1 {
		padding: .75em 1%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.fixed .landing-header-panel.hc1 {
		padding: .25em 1%;
	}

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

	.landing-header-panel.hc1 .contact-info {
		border-left: none;
		padding-left: 0;
		padding-right: 1em;
	}
}

@media (max-width:700px) {
	.landing-header-panel.hc1, .fixed .landing-header-panel.hc1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

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

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

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

@media (max-width:450px) {
	.landing-header-panel.hc1 .right-info {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: .5em 0;
	}

	.landing-header-panel.hc1 .contact-btn {
		display: none;
	}

	.landing-header-panel.hc1 .mid-section .flex {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.landing-header-panel.hc1 .mid-section .top-logo {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: 0;
		max-width: 50%;
	}

	.landing-header-panel.hc1 .mid-section .contact-info .address {
		padding-right: 0;
		text-align: center;
		margin-bottom: 1em;
	}
}

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