<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** GENERAL **/
.header-wrapper {
	position: relative;
	padding: 40px 0px;
	z-index: 2;
}

.header-wrapper .fw-margins {
	max-width: 1280px;
}

.header-wrapper .fw-padding {
	position: relative;
}

.header-wrapper .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.header-wrapper {
	background: #232020 url(backgrounds/generic.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.header-wrapper .overlay {
	background: rgba(255, 255, 255, 0.4);
}

.header-wrapper.header-wrapperHero .overlay {
	background: rgba(255, 255, 255, 0.8);
	zoom: 1;
}

/** HEADER LOGO **/
.header-wrapper .header-logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 240px;
	white-space: nowrap;
}

.header-wrapper .header-logo span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.header-wrapper .header-logo img {
	vertical-align: middle;
	height: auto;
}

/** HEADER TAG **/
.header-wrapper .header-tag {
	position: absolute;
	text-align: center;
	display: block;
	width: 345px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 600;
	left: 50%;
	top: 50%;
	margin: -49px 0px 0px -173px;
}

@media screen and (max-width:1040px) {
	.header-wrapper .header-tag {
		position: static;
		width: auto;
		left: auto;
		top: auto;
		margin: 20px;
	}
}

@media screen and (max-width:680px) {
	.header-wrapper .header-tag {
		font-size: 1.4em;
	}
}

@media screen and (max-width:450px) {
	.header-wrapper .header-tag {
		display: none;
	}
}

/** HEADER DETAILS **/
.header-details {
	float: right;
}

.header-details .header-details-contact {
	display: none;
	text-transform: uppercase;
	margin: 20px auto;
	max-width: 100px;
}

.header-details .branch-details {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0px 0px 0px 30px;
}

.header-details .branch-details .org {
	display: none;
	font-weight: bold;
	font-size: 1.1em;
}

.header-details .branch-details .icon {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
}

.header-details .branch-details .icon img {
	width: 100%;
	max-width: 25px;
	max-height: 25px;
}

.header-details .branch-details .addr {
	font-size: 1.4em;
	font-weight: bold;
}

.header-details .branch-details .tel {
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: 300;
}

.header-details .branch-details .email {
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;
	font-size: 1.6em;
	font-weight: bold;
}

.header-details .branch-details .address-main {
	display: block;
	clear: both;
}

.header-details .branch-details .address,
.header-details .branch-details .number,
.header-details .branch-details .email-address {
	display: inline-block;
	vertical-align: middle;
}

.header-details .branch-details .address {
	margin: 0px 0px 0px 10px;
}

.header-details .branch-details .tel .icon {
	margin: 5px 0px 0px 0px;
}

.header-details .branch-details .number .title {
	display: block;
	font-size: 0.5em;
	text-transform: uppercase;
	text-decoration: none !important;
}

.header-details .branch-details .number {
	margin: 0px 0px 0px 10px;
}

.header-details .branch-details .email-address {
	margin: 0px 0px 0px 10px;
}

.header-details .branch-details .number {
	font-size: 2em;
}

/** MULTI BRANCH **/
.multi-branch .header-details .branch-details .org {
	display: block;
}

.multi-branch .header-details .branch-details .icon {
	display: none;
}

.multi-branch .header-details .branch-details .address,
.multi-branch .header-details .branch-details .number,
.multi-branch .header-details .branch-details .email-address {
	margin: 5px 0px 0px 0px;
}

/** SEO TEXT **/
.header-wrapper .title-searchE {
	float: right;
	display: block;
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
}

/** RESPONSIVE **/
@media screen and (max-width:850px) {
	.single-branch .header-wrapper .header-logo {
		max-width: none;
	}

	.single-branch .header-wrapper .header-logo img {
		width: 80% !important;
	}
}

@media screen and (max-width:500px) {
	.header-wrapper {
		padding: 20px 0px;
	}

	.single-branch .header-wrapper .header-logo {
		display: block;
		width: 100% !important;
		max-width: 90%;
		margin: 0px auto 30px auto;
		height: auto !important;
		text-align: center;
	}

	.single-branch .header-details {
		float: none;
		clear: both;
		margin: 20px auto;
		text-align: center;
		height: auto !important;
	}

	.single-branch .title-searchE {
		text-align: center;
	}

	.single-branch .header-wrapper .header-logo img {
		width: 100% !important;
	}
}

@media screen and (max-width:800px) {
	.multi-branch .header-wrapper .header-logo {
		display: block;
		width: 100% !important;
		max-width: 90%;
		margin: 0px auto 30px auto;
		height: auto !important;
		text-align: center;
	}

	.multi-branch .header-details {
		float: none;
		clear: both;
		margin: 20px 0px;
		text-align: center;
		height: auto !important;
	}

	.multi-branch .title-searchE {
		text-align: center;
	}
}

@media screen and (max-width:620px) {
	.multi-branch .header-details .branch-details {
		display: none;
		height: auto !important;
	}

	.multi-branch .header-details .header-details-contact {
		display: block;
	}

	.header-wrapper .title-searchE {
		display: none;
	}
}

@media screen and (max-width:450px) {
	.single-branch .header-details .branch-details {
		display: none;
		height: auto !important;
	}

	.single-branch .header-details .header-details-contact {
		display: block;
	}
}</pre></body></html>