/* Color Tokens */

.primary {
	color: #21409A; /* $primary */
}

.secondary {
	color: #F2A457; /* $secondary */
}

.tertiary {
	color: #A1A19D; /* $tertiary */
}

.light {
	color: #F2F2ED; /* $light */
}

.dark {
	color: #1E2946; /* $dark */
}

.white {
	color: #FFFFFF; /* $white */
}

/* End Color Tokens */

/* General Header Styles */

#HeaderZone {
	position: sticky;
	top: 0;
	z-index: 50;
}

.testimonials-page #HeaderZone {
	background-color: #F2F2ED; /* $light */
}

.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;
	transition: opacity .5s ease 0s;
}

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

/* End General Header Styles */

/* General Nav Bar 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: #FFFFFF; /* $white */
	box-shadow: 0 0 30px rgba(30,41,70,0.502); /* alpha($dark,50%) */
}

.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 .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 1%;
}

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

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

/* End General Nav Bar Styles */

/* Logo Styles */

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

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

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

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

/* End Logo Styles */

/* Top Nav Styles */

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

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

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

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

.header-area .top-nav > ul > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 1.1em;
}

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

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

.header-area .top-nav > ul > li > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #21409A; /* $primary */
	text-align: center;
	padding: 1em .5em;
	width: 100%;
	opacity: 1;
	position: relative;
	overflow: hidden;
	transition: color .4s ease 0s, opacity .4s ease 0s;
}

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

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

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

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

/* End Top Nav Styles */

/* Contact Info Styles */

.header-area .contact-info {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-align: center;
	line-height: 1.4;
	padding: .5em 0;
}

.header-area .contact-info p {
	margin: 0;
	color: #21409A; /* $primary */
	text-transform: capitalize;
}

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

.header-area .contact-info strong {
	display: block;
	font-weight: normal;
	color: #21409A; /* $primary */
}

.header-area .contact-info .phone-link {
	display: block;
	color: #F2A457; /* $secondary */
	font-size: 2em;
	font-weight: normal;
	font-family: 'Fira Sans', sans-serif; /* @titlefont */
}

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

/* End Contact Info Styles */

/* Site Search Btn & Popup */

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

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

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

.header-area .site-search .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(-100%);
	z-index: 65;
	background-color: rgba(0,0,0,0.92);
}

.header-area .site-search.search-open .popup {
	transform: translateY(0);
	opacity: 1;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
}

.header-area .site-search .popup .search-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 3%;
	right: 3%;
	color: #F2F2ED; /* $light */
	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%;
	width: 84%;
	max-width: 700px;
	transform: translate(-50%,-50%);
}

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

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

.header-area .site-search .popup input {
	display: block;
	width: 100%;
	padding: 1.4em 4.2em 1.4em 1.4em;
	font-family: 'Fira Sans', sans-serif; /* @mainfont */
	font-size: 1.111em;
	color: #21409A; /* $primary */
	outline: none;
	border: solid .2em #F2A457; /* $secondary */
	background-color: #F2F2ED; /* $light */
	transition: background-color .4s ease 0s;
}

.header-area .site-search .popup input:focus {
	background-color: #FFFFFF; /* $white */
}

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

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

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

/* End Site Search Btn & Popup */

/* Standard Drop Down */

.dd-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	padding: 2em 0;
	transform: translateY(-100%);
	z-index: -2;
	opacity: 0;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
}

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

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

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

.dd-nav:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	background-color: rgba(242,242,237,0.902); /* alpha($light,90%) */
}

.dd-nav .main {
}

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

.dd-nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dd-nav ul li {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25%;
	padding: 0 1%;
}

.dd-nav ul li a {
	display: block;
	position: relative;
	color: #21409A; /* $primary */
	padding: .75em 1em .75em 1.5em;
	transition: padding .4s ease 0s, color .4s ease 0s;
	border-bottom: solid 1px rgba(30,41,70,0.2); /* alpha($dark,20%) */
}

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

.no-touch .dd-nav ul li a:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 6px);
	left: 0;
	opacity: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #bbb;
	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);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.dd-nav {
		background-color: #F2F2ED; /* $light */
	}

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

/* End Standard Drop Down */

/* Mobile Top Nav Styles */

.header-area .mobile-nav.top-nav {
	background-color: #F2F2ED; /* $light */
	display: none;
	box-shadow: 0 .1em .3em rgba(0,0,0,0.2);
}

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

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

.header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
	display: block;
	border: none;
	outline: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #21409A; /* $primary */
	width: 100%;
	text-align: center;
}

.header-area .mobile-nav.top-nav ul li a:hover, .header-area .mobile-nav.top-nav ul li button:hover {
	color: #F2A457; /* $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: inline-block;
	color: #F2A457; /* $secondary */
	line-height: 1;
	padding-right: .5em;
	vertical-align: middle;
}

.header-area .mobile-nav.top-nav ul li a .mobile-switch, .header-area .mobile-nav.top-nav ul li button .mobile-switch {
	display: none;
}

/* End Mobile Top Nav Styles */

/* 1530px Responsive */

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

	.header-area .nav-bar .box {
		padding-left: 0;
	}

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

	.header-area .top-nav > ul.desktop-nav > li:last-child {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.header-area .top-nav > ul > li > a {
		font-size: 0.9em;
	}

	.header-area .top-nav > ul > li:last-child > a {
		padding-left: .75em;
	}

	.header-area .contact-info {
	}

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

	.header-area .contact-info strong {
	}

	.header-area .site-search > .search-btn {
		padding: .75em;
	}
}

/* End 1530px Responsive */

/* 1300px Responsive */

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

	.header-area .top-nav > ul > li > a {
		font-size: 0.85em;
		padding: 1em 0.5em;
	}

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

	.header-area .contact-info strong {
		font-size: 0.85em;
	}
}

/* End 1300px Responsive */

/* 1000px Responsive */

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

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

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

	.header-area .contact-info {
		padding: .5em 0;
		text-align: right;
	}

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

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

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

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

	.header-area .top-nav > ul.desktop-nav > li:last-child {
	}

	.header-area .top-nav > ul > li > a {
	}

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

	.header-area .top-nav > ul.desktop-nav > li:last-child > a {
		padding-left: 0;
	}

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

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

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

	.header-area .mobile-nav.top-nav ul li.phone-call {
		background-color: #F2A457; /* $secondary */
	}

	.header-area .mobile-nav.top-nav ul li.phone-call a {
		color: #FFFFFF; /* $white */
	}

	.header-area .mobile-nav.top-nav ul li.phone-call a icon {
		color: #F2F2ED; /* $light */
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	.header-area .box .top-nav {
		position: fixed;
		height: 100%;
		top: 0;
		z-index: 1;
		border: none;
		background-color: #FFFFFF; /* $white */
	}

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

	.header-area .top-nav > ul.desktop-nav > li > .panel-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.5em;
		padding: .5em .75em;
		line-height: 1;
		border-left: solid 1px #DBDBDB; /* darken($white,14%) */
	}

	.header-area .top-nav > ul.desktop-nav > li, .header-area .top-nav .dd-nav li {
		width: 100%;
		-ms-flex-align: stretch;
		align-items: stretch;
		border-bottom: solid 1px #DBDBDB; /* darken($white,14%) */
	}

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

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

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

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

	.panel-btn.open + .dd-nav {
		opacity: 1 !important;
		transform: translateX(0) !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;
	}

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

	.header-area .nav-bar .top-logo, .fixed .header-area .nav-bar .top-logo {
		padding: .75em 2%;
		transform: none;
		max-width: 54%;
	}

	.header-area .contact-info p {
		font-size: 0.8em;
	}

	.header-area .nav-bar .box {
		padding-right: 3%;
	}

	.header-area .contact-info {
	}

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

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

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

	.header-area .contact-info .phone-link .for-mobile {
		padding: .4em;
		border-radius: .3em;
		border: solid .175em #F2F2ED; /* $light */
		_display: block;
		display: none;
	}

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

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	.header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
		display: block;
	}

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

	.header-area .mobile-nav.top-nav ul li a .mobile-switch, .header-area .mobile-nav.top-nav ul li button .mobile-switch {
		display: inline-block;
	}

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

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

/* End 550px Responsive */
