/* General Header Styles */

#HeaderZone {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

.down-scroll .fixed #HeaderZone {
	pointer-events: none;
}

.cms-inspecting body {
	margin-top: 0;
	padding-top: 0 !important;
}

.cms-admin #HeaderZone {
	position: absolute;
	top: 89px;
}

.cms-inspecting .cms-admin #HeaderZone {
	top: 0;
}

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

.header-area {
	opacity: 1;
	transform: none;
	transition: 0.35s;
	position: static;
}

.fixed .header-area {
	box-shadow: 0 0 1em rgba(0,0,0,0.125);
}

.down-scroll .header-area {
	transform: translateY(-150%);
}

.down-scroll body:not(.fixed) .header-area {
	transform: none;
}

.no-touch .test-expand .header-area {
	opacity: .5;
}

/* End General Header Styles */

/* Nav Bar Header Styles */

.header-area .nav-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
	transition: background-color .3s ease;
}

.fixed .header-area .nav-bar {
	background-color: #FFFFFF; /* $white */
}

.no-flexbox .header-area .nav-bar {
	display: table;
	width: 100%;
}

.no-flexbox .header-area .nav-bar > * {
	display: table-cell;
	vertical-align: middle;
}

.header-area .nav-bar .top-logo {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: block;
	padding: 1.5em 2%;
	max-width: 18%;
}

.fixed .header-area .nav-bar .top-logo {
}

.no-flexbox .header-area .nav-bar .top-logo {
	display: table-cell;
}

.header-area .nav-bar .top-logo img {
	display: block;
}

.header-area .nav-bar .box {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-flexbox .header-area .nav-bar .box {
	width: 75%;
}

.no-flexbox .header-area .nav-bar .box:after {
	content: ' ';
	display: block;
	clear: both;
}

.header-area .top-nav {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}

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

.header-area .top-nav > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: visible;
}

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

.header-area .top-nav > ul.mobile-nav {
	display: none;
}

.header-area .top-nav > ul > li {
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

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

.header-area .top-nav > ul > li:hover {
	z-index: 1;
}

.header-area .top-nav > ul > li.mobile-change {
	display: none;
}

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

.header-area .top-nav > ul > li.call {
	display: none;
}

.header-area .top-nav > ul > li > a, .header-area .top-nav > ul > li > button {
	display: -ms-flexbox;
	display: flex;
	font-size: 1.111em;
	color: #456279;
	text-align: center;
	padding: 1em 0;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
	line-height: 1.750;
	letter-spacing: .035em;
}

.no-touch .header-area .top-nav > ul > li:hover > a, .no-touch .header-area .top-nav > ul > li:hover > button, body .header-area .top-nav > ul > li.selected > a, body .header-area .top-nav > ul > li.selected > button {
	color: #E37235; /* $secondary */
}

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

.no-touch .header-area .top-nav:hover > ul > li:not(:hover):not(.selected) > a, .no-touch .header-area .top-nav:hover > ul > li:not(:hover):not(.selected) > button {
	opacity: .7;
}

.header-area .top-nav > ul > li > a icon, .header-area .top-nav > ul > li > button icon {
	font-size: .9em;
	padding-right: .4em;
	position: relative;
}

.header-area .top-nav > ul > li > a + icon.angle-right {
	display: none;
}

.header-area .contact-info {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-align: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 3.167em;
	position: relative;
}

.header-area .contact-info:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 114%;
	width: 92.4%;
	height: 1px;
	background-color: #D4D3CB;
	transform: translateX(-50%);
}

.no-flexbox .header-area .contact-info {
	float: right;
	width: 20%;
	padding-top: 2em;
}

.header-area .contact-info strong {
	color: #82B2D8;
	font-weight: 400;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 1.333em;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2.375;
}

.header-area .contact-info .phone-link {
	color: #456279;
	font-size: 2.222em;
	font-weight: 400;
	display: block;
	font-family: 'Ubuntu Condensed', sans-serif; /* @titlefont */
}

.header-area .contact-info .phone-link .for-mobile {
	display: none;
	font-size: 1.5em;
}

.header-area .contact-info .search-btn {
	margin-left: 1.556em;
	display: block;
}

.header-area .contact-info .search-btn icon {
	display: block;
	font-size: 1.056em;
	padding: 0.789em;
	color: #456279;
	background-color: #f0f0f0;
	transition: color .4s ease, background-color .4s ease;
	border-radius: 0.4em;
}

.header-area .contact-info .search-btn:hover icon {
	color: #FFFFFF; /* $white */
	background-color: #456279;
}

/* End Nav Bar Header Styles */

/* Site Search Btn & Popup */

.header-area .site-search {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.header-area .site-search > .search-btn {
	display: -ms-flexbox;
	display: flex;
	color: #F0F0F0; /* $light */
	font-size: 1.25em;
	background-color: #E37235; /* $secondary */
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: .75em 1.25em;
	cursor: pointer;
	transition: background-color .4s ease 0s;
}

.header-area .site-search > .search-btn:hover {
	background-color: #C5571B; /* darken($secondary,20%) */
}

.header-area .site-search .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
	transform: translateY(-100%);
	background-color: #456279; /* $primary */
	z-index: 65;
}

.header-area .site-search.search-open .popup {
	transform: translateY(0);
	opacity: 1;
}

.header-area .site-search .popup .search-btn {
	position: absolute;
	top: 3%;
	right: 3%;
	color: #F0F0F0; /* $light */
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.header-area .site-search .popup .search-btn icon {
	font-size: 1.75em;
	padding-left: .2em;
}

.header-area .site-search .popup .search-box {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 84%;
	max-width: 700px;
}

.header-area .site-search .popup label {
	position: relative;
	text-align: center;
	color: #F0F0F0; /* $light */
	font-size: 2.6667em;
	display: block;
	padding-bottom: .2em;
}

.header-area .site-search .popup .search-input {
	position: relative;
}

.header-area .site-search .popup input {
	display: block;
	width: 100%;
	outline: none;
	background-color: #C0C0C0; /* darken($light,20%) */
	border: solid .2em #E37235; /* $secondary */
	font-size: 1.111em;
	padding: 1.4em 4.2em 1.4em 1.4em;
	color: #456279; /* $primary */
}

.header-area .site-search .popup input[type='search'] {
	-webkit-appearance: textfield;
}

.header-area .site-search .popup button {
	position: absolute;
	background: transparent;
	border: none;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	overflow: hidden;
	cursor: pointer;
}

.header-area .site-search .popup button icon {
	display: block;
	color: #456279; /* $primary */
	font-size: 2.5em;
	padding: .25em .5em;
	position: relative;
	transition: transform .5s ease 0s, color .5s ease 0s;
}

.header-area .site-search .popup button:hover icon {
	color: #E37235; /* $secondary */
}

/* End Site Search Btn & Popup */

/* Standard Drop Down */

.dd-nav {
	position: absolute;
	width: 20em;
	left: 0;
	top: 100%;
	transform: translateY(-100%);
	z-index: -2;
	opacity: 0;
	transition: 0.4s;
	background-color: rgba(240,240,240,0.949); /* alpha($light,95%) */
	max-height: 34em;
}

.dd-nav::-webkit-scrollbar-track {
	background-color: #F0F0F0;
}

.dd-nav::-webkit-scrollbar-thumb {
	background-color: #3D4F71;
}

.blog .dd-nav {
	display: none;
}

.no-flexbox .dd-nav {
	display: none;
}

.desktop-nav > li:hover > .dd-nav, .desktop-nav > li.open > .dd-nav {
	transform: translateY(0);
	opacity: 1;
}

.dd-nav .main {
}

.dd-nav .dd-close {
	display: none;
}

.dd-nav ul {
}

.dd-nav ul li {
}

.dd-nav ul li a {
	display: block;
	padding: .5em 1em .5em 1.5em;
	position: relative;
	transition: padding .4s ease 0s, color .4s ease 0s;
	color: #456279; /* $primary */
	border-bottom: solid 1px rgba(47,47,47,0.2);
}

.dd-nav ul li + li + li a {
}

.no-touch .dd-nav ul li a:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #bbb;
	top: calc(50% - 6px);
	left: 0;
	opacity: 0;
	transition: opacity .4s ease 0s, transform .4s ease 0s;
}

.no-touch .dd-nav ul li a:hover:before, .dd-nav ul li.selected a:before {
	opacity: 1;
	transform: translateX(1em);
}

.dd-nav ul li a:hover, .dd-nav ul li.selected a {
	padding-left: 2em;
	color: #E37235; /* $secondary */
	padding-right: .5em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/* End Standard Drop Down */

/* Mobile Top Nav Styles */

.header-area .mobile-nav.top-nav {
	display: none;
}

.header-area .mobile-nav.top-nav.cms-token-content {
	display: block;
}

.header-area .mobile-nav.top-nav ul {
}

.header-area .mobile-nav.top-nav ul li {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
	display: -ms-flexbox;
	display: flex;
	border: none;
	outline: none;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #456279; /* $primary */
	background-color: transparent;
}

.header-area .mobile-nav.top-nav ul li a:hover, .header-area .mobile-nav.top-nav ul li button:hover {
	color: #E37235; /* $secondary */
}

.header-area .mobile-nav.top-nav ul li a icon, .header-area .mobile-nav.top-nav ul li button icon {
	font-size: 1.5em;
	display: block;
	color: #E37235; /* $secondary */
	line-height: 1;
}

/* End Mobile Top Nav Styles */

/* 1530px Responsive */

@media screen and (max-width:1530px) {
	body {
	}

	.header-area {
	}
}

/* End 1530px Responsive */

/* 1300px Responsive */

@media screen and (max-width:1300px) {
	.header-area .top-nav > ul > li > a, .header-area .top-nav > ul > li > button {
	}

	.dd-nav ul li a {
		padding: 0.35em 1em;
	}

	.header-area .contact-info strong {
		display: none;
	}

	.header-area .contact-info .phone-link {
	}

	.header-area .nav-bar .top-logo {
		max-width: 25%;
	}
}

/* End 1300px Responsive */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	body {
	}

	.header-area {
		background-color: #FFFFFF; /* $white */
	}

	.header-area .nav-bar .top-logo {
		max-width: 30%;
	}

	.header-area .nav-bar .box {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.header-area .contact-info {
		text-align: right;
		margin: 0;
	}

	.header-area .contact-info .phone-link {
		display: block;
	}

	.header-area .contact-info strong {
		padding-right: 0;
		width: 100%;
	}

	.header-area .box .top-nav {
		position: absolute;
		top: 100%;
		width: 100%;
		background-color: #F0F0F0; /* $light */
		transition: right .75s ease 0s, opacity .75s ease 0s;
		border-bottom: solid 1px #DBDBDB;
		right: 100%;
		opacity: 0;
	}

	.mm-open .header-area .box .top-nav {
		right: 0;
		opacity: 1;
	}

	.header-area .top-nav > ul > li {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		position: static;
	}

	.header-area .top-nav > ul > li > a, .header-area .top-nav > ul > li > button {
		padding: .75em 0;
		outline: none;
		font-size: 1em;
	}

	.header-area .top-nav > ul.desktop-nav > li > a {
		color: #456279; /* $primary */
	}

	.dd-nav {
		padding: 1em 0;
		width: 100%;
	}

	.header-area .site-search > .search-btn {
		font-size: 1.5em;
		padding: .75em 1em;
	}

	.header-area .mobile-nav.top-nav {
		transition: background-color .3s ease;
		display: block;
	}

	.fixed .header-area .mobile-nav.top-nav {
		background-color: #FFFFFF; /* $white */
	}

	.dd-nav ul li a {
		font-size: 1em;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	.header-area .box .top-nav {
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 10;
		border: none;
	}

	.header-area .nav-bar .top-logo {
		max-width: 41%;
	}

	.header-area .top-nav > ul.desktop-nav {
		position: relative;
		top: 0;
		height: 100%;
		overflow: auto;
		z-index: 1;
		display: block;
	}

	.header-area .top-nav > ul.desktop-nav > li > .panel-btn {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.5em;
		padding: .5em .75em;
		line-height: 1;
		border-left: solid 1px #DBDBDB;
	}

	.header-area .top-nav > ul.desktop-nav > li, .header-area .top-nav .dd-nav li {
		-ms-flex-align: stretch;
		align-items: stretch;
		border-bottom: solid 1px #DBDBDB;
		width: 100%;
	}

	.header-area .top-nav > ul.desktop-nav > li > a, .header-area .top-nav > ul.desktop-nav .menu-close {
		padding: .75em 3% !important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header-area .top-nav > ul.desktop-nav .menu-close, .header-area .top-nav > ul.desktop-nav li.panel-btn {
		-ms-flex-align: center;
		align-items: center;
		font-size: 1em;
		display: -ms-flexbox;
		display: flex;
		padding: .75em 3%;
	}

	.header-area .top-nav > ul.desktop-nav .menu-close icon, .header-area .top-nav > ul.desktop-nav li.panel-btn icon {
		font-size: 1.5em;
		display: block;
		margin-right: .5em;
	}

	.dd-nav, .desktop-nav > li:hover > .dd-nav {
		z-index: 1;
		top: 0;
		box-shadow: none;
		transform: translateX(-100%);
		padding: 0;
		min-height: 100%;
		height: auto;
		background-color: #F0F0F0; /* $light */
		width: 100%;
	}

	.panel-btn.open + .dd-nav {
		transform: translateX(0) !important;
		opacity: 1 !important;
	}

	.dd-nav:after {
		display: none;
	}

	.dd-nav .main {
		padding: 0;
	}

	.dd-nav ul {
		display: block;
	}

	.dd-nav ul li a {
		padding: .75em 3%;
		border-bottom: none;
	}

	.header-area .top-nav > ul > li.mobile-change {
		display: -ms-flexbox;
		display: flex;
	}

	.no-touch .header-area .top-nav:hover > ul > li:not(:hover):not(.selected) > a, .no-touch .header-area .top-nav:hover > ul > li:not(:hover):not(.selected) > button {
		opacity: 1;
	}

	.header-area .top-nav > ul.desktop-nav > li.blog > .panel-btn {
		display: none;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	body {
	}

	_#HeaderZone {
		position: absolute;
	}

	_.fixed .header-area .mobile-nav.top-nav {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
	}
}

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	.header-area .site-search > .search-btn {
		font-size: 1.25em;
		padding: .75em;
	}

	.header-area .site-search .popup input {
		padding: .5em 4em .5em 1em;
	}

	.header-area .site-search .popup button icon {
		font-size: 2em;
	}

	.header-area .site-search .popup label {
		font-size: 1.6667em;
	}

	.header-area .mobile-nav.top-nav ul li a icon, .header-area .mobile-nav.top-nav ul li button icon {
		padding: 0;
	}

	.header-area .contact-info .search-btn {
		margin-left: 0.956em;
	}

	.header-area .contact-info {
		padding-right: 0.6em;
	}

	.header-area .contact-info strong {
		font-size: 1em;
		display: none;
	}

	.header-area .contact-info .phone-link {
		font-size: 1.25em;
	}

	.header-area .contact-info .phone-link .for-mobile {
		display: block;
		padding: 0.55em;
		font-size: 1em;
		background-color: #F0F0F0; /* $light */
		border-radius: 0.4em;
	}

	.header-area .contact-info .phone-link .desktop {
		display: none;
	}

	.header-area {
		background-color: #FFFFFF; /* $white */
	}
}

/* End 550px Responsive */
