/* Color Tokens */
.color-tokens {
	color: #3C9085; /* $primary */
	background-color: #9D7168; /* $secondary */
	border-left-color: #B4ACA7; /* $tertiary */
	border-right-color: #3EC3B1; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #000000; /* $dark */
}
/* End Color Tokens */

/* Header Styles */
.header-zone {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
}

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

.cms-admin .header-zone {
	position: relative;
}

.cms-edit-layout .header-zone {
	position: static;
}

.header-panel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: padding .5s ease 0s;
	background-color: #FFFFFF; /* $white */
}

.header-panel .header-mobile-button {
	display: none;
}

.sub .header-panel {
}

.header-logo {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 18%;
	-ms-flex: 0 1 18%;
	flex: 0 1 18%;
	background-color: #FFFFFF; /* $white */
	padding: 1% 0;
}

.header-side {
	-webkit-flex: 0 1 70%;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fixed .header-side {
}

.fixed.sub .header-side {
	background-color: #FFFFFF; /* $white */
}

.header-panel .mast-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.header-panel .navContainer {
	-webkit-flex: 0 1 75%;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	width: 75%;
	max-width: 75%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.fixed .header-panel {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.header-panel .top-logo {
	transition: .5s ease;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.header-panel .top-logo img {
	display: block;
	max-height: 100%;
	height: 150px;
}

.header-panel .top-nav {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background-color: #FFFFFF; /* $white */
}

.sub .header-panel .top-nav {
}

.header-panel .top-nav > ul {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #9D7168; /* $secondary */
}

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

.header-panel .top-nav a, .header-panel .mobile-nav a, .header-panel .mobile-nav button {
	display: block;
	text-align: center;
	font-size: .9em;
	padding: .5em;
	color: #9D7168; /* $secondary */
	border: none;
	transition: .5s ease 0s;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.header-panel .top-nav ul ul a {
	text-align: left;
}

.header-panel .top-nav li:hover > a {
	background-color: #9D7168; /* $secondary */
	color: #FFFFFF; /* $white */
}

.header-panel .header-bottom {
	padding: 1.5em 0;
	transition: .5s ease;
	overflow: hidden;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 2em;
}

.header-panel .header-bottom .main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0;
}

.sub .header-panel .header-bottom {
	position: relative;
}

.sub .header-panel .top-logo img {
	filter: none;
	-webkit-filter: none;
}

.fixed .header-panel .header-bottom {
	padding: .5em 1%;
}

.fixed .header-panel .contact-buttons .contact-button-block {
}

.header-panel .contact-info {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	text-align: right;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 2em;
}

.header-panel .contact-info .contact-info-text {
	width: 100%;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5em;
}

.header-panel .contact-buttons {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.header-panel .contact-buttons .btn {
	width: 100%;
	margin-bottom: .6em;
	padding: 1em;
	font-size: 0.8em;
}

.header-panel .contact-info .search-bar {
	width: 100%;
}

.header-panel .contact-info .search-bar .searchinput {
	position: relative;
}

.header-panel .contact-info .search-bar input {
	width: 40%;
	padding: 0 .5em;
}

.header-panel .contact-info .search-bar .search {
	background-color: transparent;
	position: absolute;
	top: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	z-index: 2;
	right: 0;
}

.header-panel .contact-info .search-bar .search:after {
	font-family: 'icomoon-ult';
	content: '\eeb7';
	font-size: 1.3em;
}

.header-panel .contact-info .contact-btn {
}

.header-panel .contact-info .contact-btn a {
	display: block;
	font-size: 1.2em;
	padding: 0 1em 0 0;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	color: #B4ACA7; /* $tertiary */
	font-weight: 700;
}

.header-panel .contact-info a.phone-number {
	font-size: 2.77em;
	color: #9D7168; /* $secondary */
	line-height: 1;
	font-weight: 700;
}

.header-panel a.phone-number.mobile {
	display: none;
}

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

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

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

.header-panel .top-nav .mobile-nav li > span {
	vertical-align: middle;
}

.header-panel .top-nav .mobile-nav li.mobile-menu {
	display: block;
}

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

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

.header-panel .mobile-nav .mobile-menu nav ul li a {
	padding-left: .8em;
}
/* End Header Styles */

/* Header IE Fallbacks */
.no-flexbox .header-panel, .no-flexbox .header-panel .top-nav ul, .no-flexbox .header-panel .social-nav ul {
	display: table;
	width: 100%;
}

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

.no-flexbox .header-panel .top-nav ul.desktop-nav .nav-flyout {
	display: none;
}

.no-flexbox .header-panel .top-nav ul.desktop-nav li:hover .nav-flyout {
	display: block;
}

.no-flexbox .header-panel .top-nav ul.desktop-nav .nav-flyout li {
	display: block;
}

.no-flexbox .header-panel .top-logo, .no-flexbox .header-panel .right-info, .no-flexbox .header-panel .top-nav li, .no-flexbox .header-panel .social-nav, .no-flexbox .header-panel .social-nav ul li, .no-flexbox .header-panel .contact-info {
	display: table-cell;
}
/* End Header IE Fallbacks */

/* Header Responsive */
@media screen and (max-width:1200px) {
	.header-panel {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fixed .header-panel {
	}

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

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

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

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

	.header-panel .top-nav a {
		font-size: 0.7em;
	}

	.header-panel .contact-buttons .btn {
		padding: 2em .8em;
	}

	.header-panel .contact-info .contact-btn a {
		font-size: 1em;
	}
}

@media screen and (max-width:900px) {
	.header-panel {
		padding: 0;
		background-color: transparent;
	}

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

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

	.header-panel .top-nav {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: 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;
	}

	.header-panel .contact-buttons .btn {
		padding: 1em;
		font-size: 0.7em;
	}

	.header-panel .top-nav .mobile-menu button {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1rem;
	}

	.header-panel .top-logo img {
		margin: 0 auto;
		max-width: 50%;
	}

	.header-side {
		-webkit-flex: 0 1 75%;
		-ms-flex: 0 1 75%;
		flex: 0 1 75%;
	}

	.header-panel .mobile-menu .top-logo {
		width: 100%;
	}

	.header-panel .mobile-menu .top-logo img {
		margin: 0 auto;
		max-width: 31%;
	}

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

	.header-panel .top-nav ul.mobile-nav {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header-panel .top-nav .mobile-menu button icon {
		padding-right: .5em;
	}

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

	.header-panel .right-info {
	}

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

	.header-panel .header-bottom {
		padding: .5em 0;
		max-height: 6.5em;
		background-color: transparent;
		margin-right: 0;
	}

	.header-panel .header-bottom .main {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.fixed .header-panel .header-bottom {
		padding: 0;
		background-color: #FFFFFF; /* $white */
	}

	.header-panel a.phone-number.mobile, .header-panel a.phone-number.mobile:hover {
		display: block;
		font-size: 2.77em;
		padding: 0 .5em;
	}

	.header-panel .contact-buttons {
		width: 100%;
	}

	.header-panel .contact-buttons .contact-button-block {
		width: 100%;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header-panel .contact-buttons .contact-button-block .btn {
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
	}
}

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

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

	.header-panel .header-mobile-button {
		display: none;
		width: 100%;
		margin: 30px 10px;
	}

	.header-panel .header-mobile-button .contact-buttons {
		display: block !important;
	}

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

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

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

	.header-panel .top-nav .mobile-nav li {
	}

	.header-panel a.phone-number.mobile {
		font-size: 1.77em;
	}
}

@media screen and (max-width:550px) {
	.header-zone {
	}

	.header-panel .contact-buttons {
	}

	.header-panel .top-logo img {
		max-width: 60%;
	}

	.header-panel a.phone-number.mobile, .header-panel a.phone-number.mobile:hover {
		font-size: 1.77em;
		color: #9D7168; /* $secondary */
	}

	.mobile-menu nav ul li.mobile-phone a {
		padding: 0 !important;
		font-size: 2em;
	}

	.mobile-menu nav ul.social-nav {
		padding-top: 1em;
	}

	.header-logo {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: none;
		width: 100%;
		padding: .6em;
	}

	.header-side {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
		transition: .5s ease;
	}

	.fixed .header-logo {
		display: none;
	}

	.header-panel .contact-buttons .contact-button-block .btn {
		display: block;
	}
}

@media screen and (max-width:450px) {
	.header-panel {
	}

	.header-panel .top-logo {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: 0;
	}

	.header-panel .right-info {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: .5em 0;
	}

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

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

	.header-panel .top-nav a {
		padding: .5em;
	}

	.header-panel .top-nav a span span {
		display: none;
	}

	.header-panel .top-logo img {
		max-width: 96%;
	}
}

@media screen and (orientation: landscape) and (max-height: 550px) {
	.header-zone {
		position: absolute;
	}
}
/* End Header Responsive */
