/*
Theme Name: Schooner
Theme URI: 
Author: Atlas Branding
Author URI: https://www.atlasbranding.com/
Description: 
Version: 2.0
License: 
License 
Tags: 
Text Domain: schooner
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* END RESET */

/* VARIABLES */
:root {
	--default-background-color: #fff;
	--header-background-color: #fff;
	--header-on-background-color: #426046;
	--header-border-color: #426046;
	--overlay-color: #000;
}

body {
	background: var(--default-background-color);
	-webkit-text-size-adjust: none;
}

#site-wrapper {
	position: relative;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.page-id-881 a {
	color: #016495;
}

/*#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #122e46 url('images/preloader.jpg') no-repeat center center;
	background-size: contain;
	z-index: 1000;
}

body.loaded #preloader {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

#back-to-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 68px;
	height: 68px;
	background: url('images/back-to-top.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	z-index: 500;
}*/

.sticky-quote-wrapper {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 300;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	overflow: hidden;
}

/*.sticky-quote-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 1000px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: bottom left;
}*/

.sticky-quote-link {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 240px;
	height: 240px;
	font-family: urw-din, sans-serif; 
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	background: #426046;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.page-id-881 .sticky-quote-link {
	background: #016495;
}

.sticky-quote-link span {
	display: block;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 120px;
	text-align: center;
}

.call-now-dropdown-wrapper {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 42px;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	height: calc(100vh - 42px);
	background: #fff;
	border: 2px solid #426046;
	border-top: none;
	z-index: 800;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease;
}

.call-now-dropdown-wrapper.on {
	opacity: 1;
	visibility: visible;
}

body.touch .call-now-dropdown-wrapper {
	position: absolute;
	top: 0;
}

.admin-bar .call-now-dropdown-wrapper {
	top: calc(42px + 32px);
	height: calc(100vh - 42px - 32px);
}

body.touch.admin-bar .call-now-dropdown-wrapper {
	top: 32px;
	height: auto;
}

.cnd-close {
	position: absolute;
	top: 31px;
	right: 30px;
	width: 23px;
	height: 23px;
	background: url('images/close-button.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

.cnd-headline {
	position: relative;
	padding: 17px 60px;
	width: 100%;
	font-family: urw-din, sans-serif; 
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	color: #426046;
}

.cnd-headline:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #426046;
}

.cnd-content-outer {
	flex-grow: 1;
	overflow-y: scroll;
}

.cnd-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 50px 40px 30px;
	max-width: 920px;
}

.cnd-left,
.cnd-right {
	width: calc(50% - 50px);
}

@media all and (max-width: 1365px) {

	.call-now-dropdown-wrapper {
		position: absolute;
		top: 42px !important;
		height: auto !important;
	}

	.cnd-headline {
		padding: 15px 60px;
	}

	.sticky-quote-link {
		width: 180px;
		height: 180px;
		font-size: 18px;
		line-height: 24px;
	}

	.sticky-quote-link span {
		display: block;
		padding-right: 10px;
		padding-bottom: 25px;
		width: 100px;
	}

}

@media all and (max-width: 1199px) {



}

@media all and (max-width: 1023px) {

	.cnd-close {
		top: 28px;
		right: 20px;
	}

	.cnd-headline {
		padding: 20px 40px;
		font-size: 30px;
		line-height: 38px;
	}

}

@media all and (max-width: 783px) {

	.admin-bar .call-now-dropdown-wrapper {
		top: 42px;
	}

}

@media all and (max-width: 767px) {

	.cnd-close {
		top: 28px;
		right: 10px;
	}

	.cnd-content {
		padding: 40px 20px 20px;
	}

	.cnd-left,
	.cnd-right {
		width: calc(50% - 20px);
	}

}

@media all and (max-width: 599px) {

	.sticky-quote-link {
		width: 150px;
		height: 150px;
		font-size: 14px;
		line-height: 20px;
	}

	.sticky-quote-link span {
		display: block;
		padding-right: 10px;
		padding-bottom: 25px;
		width: 80px;
	}

	.cnd-left,
	.cnd-right {
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HEADER DROPDOWN
-----------------------------------------------------------------------------------------------------------*/

.super-nav-wrapper {
	position: relative;
	background: #426046;
	border-bottom: 2px solid #426046;
	transition: 0.2s ease;
}

.page-id-881 .super-nav-wrapper {
	border-color: #016495;
}

body.touch .super-nav-wrapper {
	background: #426046 !important;
}

body.touch.page-id-881 .super-nav-wrapper {
	background: #016495 !important;
}

.transparent-header .super-nav-wrapper {
	background: transparent;
	border-color: #fff;
}

.transparent-header .header-wrapper.scrolled .super-nav-wrapper {
	background: #426046;
	border-color: #426046;
}

.page-id-881.transparent-header .header-wrapper.scrolled .super-nav-wrapper {
	background: #016495;
	border-color: #016495;
}

.header-wrapper.on .super-nav-wrapper {
	background: #426046 !important;
	border-color: #fff !important;
}

.page-id-881 .header-wrapper.on .super-nav-wrapper {
	background: #016495 !important;
}

.super-nav-content {
	padding: 10px 20px;
}

.super-nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	margin: 0;
	line-height: 20px;
	list-style-type: none;
}

.super-nav-menu li {
	
}

.super-nav-menu li a {
	display: block;
	position: relative;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
}

.super-nav-menu li a:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #E6A10D;
	border-radius: 5px;
	transition: all 0.2s ease;
	opacity: 0;
}

.super-nav-menu li a:hover:before,
.super-nav-menu li a.on:before {
	opacity: 1;
}

.header-spacer {
	display: block;
	height: 124px;
}

body.touch .header-spacer {
	height: 119px;
}

.transparent-header .header-spacer {
	display: none;
}

.header-wrapper {
	position: fixed;
	width: 100%;
	background: var(--header-background-color);
	border-bottom: 2px solid;
	border-color: var(--header-border-color);
	transition: all 0.2s ease;
	z-index: 400;
}

.page-id-881 .header-wrapper {
	border-color: #016495;
}

body.touch .header-wrapper {
	position: absolute;
	border-color: #fff !important;
}

.transparent-header .header-wrapper {
	position: fixed;
	background: transparent;
	border-color: #fff;
}

.transparent-header .header-wrapper.scrolled {
	background: var(--header-background-color);
	border-color: var(--header-border-color);
}

.page-id-881.transparent-header .header-wrapper.scrolled {
	border-color: #016495;
}

.touch.transparent-header .header-wrapper {
	position: relative;
	background: var(--header-background-color);
	border-color: var(--header-border-color);
}

.page-id-881.touch.transparent-header .header-wrapper {
	border-color: #016495;
}

.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 40px;
	width: 100%;
	background: var(--header-background-color);
	transition: 0.2s ease;
}

.transparent-header .header-content {
	background: transparent;
}

.header-wrapper.on .header-content {
	background: var(--header-on-background-color);
}

.page-id-881 .header-wrapper.on .header-content {
	background: #016495;
}

.transparent-header .header-wrapper.on .header-content {
	background: var(--header-on-background-color);
}

.page-id-881.transparent-header .header-wrapper.on .header-content {
	background: #016495;
}

body.touch .header-content {
	display: none;
}

.header-logo-wrapper {
	display: flex;
	align-items: center;
	position: absolute;
	left: 40px;
	top: 0;
	max-width: 164px;
	height: 100%;
}

.header-logo-link {
	display: block;
	position: relative;
}

.header-logo {
	display: block;
	opacity: 1;
	transition: 0.2s ease;
}

.header-wrapper.on .header-logo {
	opacity: 0;
}

.transparent-header .header-logo {
	opacity: 0;
}

.header-wrapper.scrolled .header-logo {
	opacity: 1;
}

.header-logo-open {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	opacity: 0;
	transition: 0.2s ease;
}

.header-wrapper.on .header-logo-open {
	opacity: 1 !important;
}

.transparent-header .header-logo-open {
	opacity: 1;
}

.header-wrapper.scrolled .header-logo-open {
	opacity: 0;
}

@media all and (max-width: 1365px) {

	.header-spacer {
		height: 119px;
	}

	/*.header-content {
		padding: 0 30px;
	}

	.header-logo-wrapper {
		max-width: 124px;
	}*/

	.super-nav-wrapper {
		background: #426046 !important;
		border-color: #fff !important;
	}

	.page-id-881 .super-nav-wrapper {
		background: #016495 !important;
	}

	.header-wrapper {
		position: absolute;
		border-color: #fff !important;
	}

	.transparent-header .header-wrapper {
		position: relative;
		background: var(--header-background-color);
		border-color: var(--header-border-color);
	}

	.header-content {
		display: none;
	}

}

@media all and (max-width: 1199px) {



}

@media all and (max-width: 599px) {

	.super-nav-menu {
		column-gap: 28px;
	}

	.super-nav-menu li a {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
	}

}

@media all and (max-width: 389px) {

	.super-nav-menu {
		column-gap: 22px;
	}

	.super-nav-menu li a {
		font-size: 12px;
		line-height: 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		DROPDOWN MENU
-----------------------------------------------------------------------------------------------------------*/

.header-menu-wrapper {
	position: relative;
}

.header-menu-wrapper .primary-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.header-menu-wrapper .primary-menu > li {
	position: relative;
}

.header-menu-wrapper .primary-menu > li:before {
	content: '';
	position: absolute;
	left: 4px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	background: #E6A10D;
	border-radius: 5px;
	transition: all 0.2s ease;
	opacity: 0;
}

.header-menu-wrapper .primary-menu > li.blue-dot:before {
	background: #016495;
}

.header-menu-wrapper .primary-menu > li > a {
	display: block;
	padding: 25px 18px 25px;
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #426046;
	transition: 0.2s ease;
}

.page-id-881 .header-menu-wrapper .primary-menu > li > a {
	color: #016495;
}

.header-wrapper.on .header-menu-wrapper .primary-menu > li > a {
	color: #fff !important;
}

.transparent-header .header-menu-wrapper .primary-menu > li > a {
	color: #fff;
}

.transparent-header .header-wrapper.scrolled .header-menu-wrapper .primary-menu > li > a {
	color: #426046;
}

.page-id-881.transparent-header .header-wrapper.scrolled .header-menu-wrapper .primary-menu > li > a {
	color: #016495;
}

.header-menu-wrapper .primary-menu > li:hover:before {
	opacity: 1;
}

.header-menu-wrapper .primary-menu > li.menu-button {
	padding-left: 25px;
}

.header-menu-wrapper .primary-menu > li.menu-button > a {
	padding: 6px 25px 4px;
	color: #fff;
	background: #FC845F;
	border-radius: 9999px;
	transition: 0.2s ease;
}

.header-wrapper.on .header-menu-wrapper .primary-menu > li.menu-button > a {
	color: #FC845F;
	background: #fff;
}

.header-menu-wrapper .primary-menu > li.menu-button > a:hover {
	color: #fff !important;
	background: #112E46 !important;
}

.header-menu-wrapper .primary-menu > li > ul {
	display: block;
	position: absolute;
	left: 0;
	top: -200px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 100%;
	background: #426046;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease;
	z-index: -1;
}

.page-id-881 .header-menu-wrapper .primary-menu > li > ul {
	background: #016495;
}

.header-menu-wrapper .primary-menu > li:hover > ul {
	top: 80px;
	opacity: 1;
	visibility: visible;
}

.header-menu-wrapper .primary-menu > li > ul:before {
	content: '';
	position: absolute;
	left: -9999px;
	top: -2px;
	display: block;
	width: 9999px;
	height: 100%;
	background: #426046;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.page-id-881 .header-menu-wrapper .primary-menu > li > ul:before {
	background: #016495;
}

.header-menu-wrapper .primary-menu > li > ul:after {
	content: '';
	position: absolute;
	right: -9999px;
	top: -2px;
	display: block;
	width: 9999px;
	height: 100%;
	background: #426046;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.page-id-881 .header-menu-wrapper .primary-menu > li > ul:after {
	background: #016495;
}

.header-menu-wrapper .primary-menu > li > ul > li {
	position: relative;
	white-space: nowrap;
}

.header-menu-wrapper .primary-menu > li > ul > li:before {
	content: '';
	position: absolute;
	left: 4px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	background: #E6A10D;
	border-radius: 5px;
	transition: all 0.2s ease;
	opacity: 0;
}

.header-menu-wrapper .primary-menu > li > ul > li > a {
	display: block;
	padding: 4px 20px;
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-decoration: none !important;
	color: #fff;
	transition: 0.2s ease;
}

.header-menu-wrapper .primary-menu > li > ul > li:hover:before {
	opacity: 1;
}

@media all and (max-width: 1699px) {

	.header-menu-wrapper .primary-menu > li > a {
		font-size: 16px;
		line-height: 30px;
	}

}

@media all and (max-width: 1449px) {

	.header-menu-wrapper .primary-menu > li > a {
		font-size: 14px;
		line-height: 30px;
	}

}

@media all and (max-width: 1365px) {

	/*.header-menu-wrapper .primary-menu > li > a {
		padding: 30px 20px 30px;
		font-size: 16px;
	}

	.header-menu-wrapper .primary-menu > li:hover > ul {
		top: 90px;
		opacity: 1;
		visibility: visible;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		AUX MENU
-----------------------------------------------------------------------------------------------------------*/

.header-search-wrapper {
	position: absolute;
	top: -5px;
	right: calc(100% - 15px);
	width: 0px;
	height: 34px;
	z-index: 999;
	transition: all 0.2s ease;
	overflow: hidden;
}

.header-search-wrapper.open {
	width: 200px;
}

.header-search-inner {
	display: block;
	position: relative;
	width: 200px;
	height: 34px;
	background: #fff;
	border: 2px solid #426046;
	border-radius: 999px;
}

.page-id-881 .header-search-inner {
	border-color: #016495;
}

.header-search-wrapper form {
	height: 34px;
}

#search {
	display: block;
	padding: 0 20px 0 10px;
	width: 100%;
	height: 30px;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #426046;
	background: transparent;
	border: 0;
	outline: 0;
}

.page-id-881 #search {
	color: #016495;
}

.search-button {
	position: absolute;
	right: 6px;
	top: 8px;
	width: 8px;
	height: 14px;
}

.aux-menu-wrapper {
	position: relative;
	padding: 0 18px;
}

.aux-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.aux-menu > li {
	margin-left: 20px;
}

.aux-menu > li:first-child {
	margin: 0;
}

.header-search-button {
	display: block;
	position: relative;
	cursor: pointer;
}

.header-search-icon {
	display: block;
	width: auto;
	height: 24px;
	opacity: 1;
	transition: 0.2s ease;
}

.header-wrapper.on .header-search-icon {
	opacity: 0 !important;
}

.transparent-header .header-search-icon {
	opacity: 0;
}

.transparent-header .header-wrapper.scrolled .header-search-icon {
	opacity: 1;
}

.header-search-icon-on {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	opacity: 0;
	transition: 0.2s ease;
}

.header-wrapper.on .header-search-icon-on {
	opacity: 1 !important;
}

.transparent-header .header-search-icon-on {
	opacity: 1;
}

.transparent-header .header-wrapper.scrolled .header-search-icon-on {
	opacity: 0;
}

.phone-icon-wrapper {
	display: block;
	position: relative;
}

.phone-icon {
	display: block;
	width: auto;
	height: 24px;
	opacity: 1;
	transition: 0.2s ease;
}

.header-wrapper.on .phone-icon {
	opacity: 0;
}

.phone-icon-open {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	opacity: 0;
	transition: 0.2s ease;
}

.header-wrapper.on .phone-icon-open {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------------------------------
		SUPER BUTTON
-----------------------------------------------------------------------------------------------------------*/

.super-button-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 2px solid #426046;
}

.page-id-881 .super-button-wrapper {
	border-color: #016495;
}

.transparent-header .super-button-wrapper {
	border-left: 2px solid #fff;
}

.transparent-header .header-wrapper.scrolled .super-button-wrapper {
	border-left: 2px solid #426046;
}

.page-id-881.transparent-header .header-wrapper.scrolled .super-button-wrapper {
	border-color: #016495;
}

.header-wrapper.on .super-button-wrapper {
	border-left: 2px solid #fff !important;
}

.super-button-wrapper a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	padding: 0 40px;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #426046;
	transition: 0.2s ease;
}

.page-id-881 .super-button-wrapper a {
	color: #016495;
}

.super-button-wrapper a:hover {
	background: #016495;
}

.transparent-header .super-button-wrapper a {
	color: #fff;
}

.transparent-header .header-wrapper.scrolled .super-button-wrapper a {
	color: #426046;
}

.page-id-881.transparent-header .header-wrapper.scrolled .super-button-wrapper a {
	color: #016495;
}

.header-wrapper.on .super-button-wrapper a,
.super-button-wrapper a:hover {
	color: #fff !important;
}

.super-button-wrapper div {
	position: relative;
}

.super-button-wrapper img {
	display: block;
	margin: 0;
	width: 60px;
	height: auto;
}

.super-button-wrapper .msc-logo-green {
	opacity: 1;
	transition: 0.2s ease;
}

.transparent-header .super-button-wrapper .msc-logo-green {
	opacity: 0;
}

.transparent-header .header-wrapper.scrolled .super-button-wrapper .msc-logo-green {
	opacity: 1;
}

.header-wrapper.on .super-button-wrapper .msc-logo-green,
.super-button-wrapper a:hover .msc-logo-green {
	opacity: 0 !important;
}

.super-button-wrapper .msc-logo-white {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.2s ease;
}

.transparent-header .super-button-wrapper .msc-logo-white {
	opacity: 1;
}

.transparent-header .header-wrapper.scrolled .super-button-wrapper .msc-logo-white {
	opacity: 0;
}

.header-wrapper.on .super-button-wrapper .msc-logo-white,
.super-button-wrapper a:hover .msc-logo-white {
	opacity: 1 !important;
}

.super-button-wrapper span {
	display: block;
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}

@media all and (max-width: 1699px) {

	.super-button-wrapper span {
		font-size: 14px;
		line-height: 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE HEADER
-----------------------------------------------------------------------------------------------------------*/

.mobile-header-content {
	display: none;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 20px 15px;
	background: #426046;
}

.page-id-881 .mobile-header-content {
	background: #016495;
}

body.touch .mobile-header-content {
	display: flex;
}

.mobile-header-logo-wrapper {
	display: block;
	max-width: 120px;
}

.mobile-header-logo-link {
	display: block;
}

.mobile-header-logo {
	display: block;
}

.mobile-menu-button-wrapper {
	display: block;
}

.mobile-menu-button {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.mobile-menu-button .line-1 {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

.mobile-menu-button .line-2 {
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.25s;
	transition: transform 0.125s, opacity 0.125s 0.125s;
}

.mobile-menu-button .line-3 {
	position: absolute;
	left: 0;
	top: calc(80% - 2px);
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

.mobile-menu-button.open .line-1 {
	left: 0;
	top: calc(50% - 1px);
	width: calc(100% - 0px);
	background: #fff;
	transform-origin: center;
	transform: rotate(45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-button.open .line-2 {
	opacity: 0;
	background: #fff;
	transition: opacity 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-button.open .line-3 {
	left: 0;
	top: calc(50% - 1px);
	width: calc(100% - 0px);
	background: #fff;
	transform-origin: center;
	transform: rotate(-45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	top: 119px;
	padding: 80px 0 40px;
	width: 100%;
	min-height: calc(100vh - 119px);
	background: #426046;
}

.page-id-881 .mobile-menu-wrapper {
	background: #016495;
}

.mobile-menu-container {
	width: 100%;
	overflow-x: auto;
}

.mobile-menu {
	margin: 0;
	list-style-type: none;
}

.mobile-menu > li {
	display: block;
	margin: 0;
	border-bottom: 2px solid #fff;
}

.mobile-menu > li:first-child {
	border-top: 2px solid #fff;
}

.mobile-menu > li > a {
	position: relative;
	display: block;
	padding: 20px 10px;
	font-family: urw-din, sans-serif; 
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

.mobile-menu > li > a:hover,
.mobile-menu > li > a.open {
	color: #fff;
}

.mobile-menu > li.menu-button {
	display: flex;
	justify-content: center;
}

.mobile-menu > li.menu-button > a {
	padding: 10px 25px;
	color: #fff;
	background: #FC845F;
	border-radius: 999px;
}

.mobile-menu > li.menu-button > a:hover {
	background: #112E46;
}

.mobile-menu > li.menu-button > a > span {
	padding: 0;
}

.mobile-menu > li > a > span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
}

.menu-arrow {
	display: none;
}

.mobile-menu > li.menu-item-has-children > a > span > .menu-arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
}

.mobile-menu > li.menu-item-has-children > a > span > .menu-arrow > span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 11px;
	background: url('images/mobile-arrow.png') no-repeat center center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
	transition: all 0.25s ease;
	overflow: hidden;
}

.mobile-menu > li.menu-item-has-children > a.open > span > .menu-arrow > span {
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.mobile-menu > li > ul {
	display: none;
	margin: 0;
	padding: 0 0 20px;
	list-style-type: none;
}

.mobile-menu > li > ul > li {
	display: block;
	margin: 0 0 10px;
}

.mobile-menu > li > ul > li > a {
	display: block;
	padding: 0 20px;
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

.mobile-menu > li > ul > li > a:hover {
	color: #fff;
}

.mobile-menu > li > ul > li > ul {
	display: block;
	margin: 0;
	list-style-type: none;
}

.mobile-menu > li > ul > li > ul > li {
	display: block;
}

.mobile-menu > li > ul > li > ul > li > a {
	display: block;
	padding: 4px 60px 4px 140px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

.mobile-menu > li > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

.mobile-menu-content {
	padding-top: 40px;
}

@media all and (max-width: 1365px) {

	.mobile-header-content {
		display: flex;
	}

}

@media all and (max-width: 379px) {

	.mobile-menu > li > a {
		font-size: 30px;
		line-height: 35px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - MAIN
-----------------------------------------------------------------------------------------------------------*/

.block-anchor-wrapper {
	position: relative;
	height: 0;
	overflow: hidden;
}

.block-anchor {
	position: absolute;
	top: -20px;
}

.content-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.content-wrapper.desktop-show {
	display: flex;
}

.content-wrapper.mobile-show {
	display: none;
}

.no-top-padding { padding-top: 0px; }
.small-top-padding { padding-top: 50px; }
.medium-top-padding { padding-top: 100px; }
.large-top-padding { padding-top: 150px; }
.extra-large-top-padding { padding-top: 250px; }
.no-bottom-padding { padding-bottom: 2px; }
.no-bottom-padding.image-text-block { padding-bottom: 0px; }
.no-bottom-padding.show-borders { padding-bottom: 0px; }
.small-bottom-padding { padding-bottom: 50px; }
.medium-bottom-padding { padding-bottom: 100px; }
.large-bottom-padding { padding-bottom: 150px; }
.extra-large-bottom-padding { padding-bottom: 250px; }

.content-block {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.content-block.tc {
	padding: 0 50px;
}

.full-width.show-borders .content-block.tc {
	padding: 0;
}

.small-width .content-block {
	max-width: 860px;
}

.small-width.show-borders .content-block {
	max-width: 964px;
}

.medium-width .content-block {
	max-width: 1200px;
}

.medium-width.show-borders .content-block {
	max-width: 1304px;
}

.large-width .content-block {
	max-width: 1600px;
}

.large-width.show-borders .content-block {
	max-width: 1704px;
}

.light-text, .light-text a, .light-text .h1, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
	color: #fff;
}

@media all and (max-width: 767px) {

	.content-wrapper.desktop-show {
		display: none;
	}

	.content-wrapper.mobile-show {
		display: flex;
	}

	.content-block.tc {
		padding: 0 20px;
	}

	.small-top-padding { padding-top: 30px; }
	.medium-top-padding { padding-top: 60px; }
	.large-top-padding { padding-top: 80px; }
	.extra-large-top-padding { padding-top: 140px; }
	.small-bottom-padding { padding-bottom: 30px; }
	.medium-bottom-padding { padding-bottom: 60px; }
	.large-bottom-padding { padding-bottom: 80px; }
	.extra-large-bottom-padding { padding-bottom: 140px; }

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - BACKGROUND SECTION
-----------------------------------------------------------------------------------------------------------*/

.background-section {
	position: relative;
}

.background-section.min-height-100 {
	display: flex;
	align-items: center;
	min-height: 100vh;
}

.background-section.min-height-100.first-block {
	min-height: calc(100vh - 124px);
}

.transparent-header .background-section.min-height-100.first-block {
	min-height: 100vh;
}

.admin-bar .background-section.min-height-100 {
	min-height: calc(100vh - 32px);
}

.admin-bar .background-section.min-height-100.first-block {
	min-height: calc(100vh - 124px - 32px);
}

.admin-bar.transparent-header .background-section.min-height-100.first-block {
	min-height: calc(100vh - 32px);
}

body.touch .background-section.min-height-100.first-block {
	min-height: calc(100vh - 119px);
}

body.touch  .admin-bar .background-section.min-height-100.first-block {
	min-height: calc(100vh - 119px - 32px);
}

.background-section.min-height-75 {
	display: flex;
	align-items: center;
	min-height: 75vh;
}

.background-section.min-height-50 {
	display: flex;
	align-items: center;
	min-height: 50vh;
}

.background-section.min-height-25 {
	display: flex;
	align-items: center;
	min-height: 25vh;
}

.background-section.min-height-5 {
	display: flex;
	align-items: center;
	min-height: 5vh;
}

.default-bg {
	
}

.green-bg { 
	background: #426046;
}

.blue-bg {
	background: #016495;
}

.bs-image-background-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bs-image-background {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.bs-overlay  {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--overlay-color);
	opacity: 0;
}

.bs-video {
	position: absolute;
	top: 50%;
	left: calc(50% - 2px);
	width: calc(100% + 2px);
	height: 100%;
	object-fit: cover;
	background-color: transparent !important;
	z-index: 0;
	transform: translate(-50%, -50%);
  &::-webkit-media-controls {
     display:none !important;
  }
}

@media all and (max-width: 1365px) {

	/*.background-section.min-height-100.first-block {
		min-height: calc(100vh - 130px) !important;
	}

	.admin-bar .background-section.min-height-100.first-block {
		min-height: calc(100vh - 130px - 32px) !important;
	}*/

}

@media all and (max-width: 1365px) {

	.background-section.min-height-100.first-block {
		min-height: calc(100vh - 119px) !important;
	}

	.admin-bar .background-section.min-height-100.first-block {
		min-height: calc(100vh - 119px - 32px) !important;
	}

}

@media all and (max-width: 783px) {

	.admin-bar .background-section.min-height-100 {
		min-height: calc(100vh - 46px) !important;
	}

	.admin-bar .background-section.min-height-100.first-block {
		min-height: calc(100vh - 119px - 46px) !important;
	}

}

@media all and (max-width: 767px) {

	.background-section.first-block {
		padding-top: 60px;
	}

	.logo-watermark-bg {
		background-image: none;
	}

}

@media all and (max-width: 599px) {

	.background-section.first-block {
		padding-top: 40px;
	}

}

@media all and (max-width: 479px) {

	.background-section.first-block {
		padding-top: 20px;
	}

}

@media all and (max-width: 389px) {

	.background-section.first-block {
		padding-top: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - TEXT COLUMNS
-----------------------------------------------------------------------------------------------------------*/

.text-columns-wrapper {
	
}

.show-borders .text-columns-wrapper {
	padding: 0 50px;
	border: 2px solid #426046;
}

.hide-top-border.show-borders .text-columns-wrapper {
	border-top: 0;
}

.full-width.show-borders .text-columns-wrapper {
	border-left: 0;
	border-right: 0;
}

.text-column {
	position: relative;
	width: 100%;
}

.show-borders .text-column {
	padding: 40px 0 20px;
}

.two-col .text-columns-wrapper,
.three-col .text-columns-wrapper,
.four-col .text-columns-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.middle-aligned.two-col .text-column,
.middle-aligned.three-col .text-column,
.middle-aligned.four-col .text-column {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.two-col .text-column {
	width: calc(50% - 50px);
}

.two-col.two-col-size-60-40 .text-column.tc-one,
.two-col.two-col-size-40-60 .text-column.tc-two {
	width: calc(60% - 50px);
}

.two-col.two-col-size-60-40 .text-column.tc-two,
.two-col.two-col-size-40-60 .text-column.tc-one {
	width: calc(40% - 50px);
}

.three-col .text-column {
	width: calc(33.3333% - 33px);
}

.three-col.three-col-size-50-25-25 .text-column.tc-one,
.three-col.three-col-size-25-50-25 .text-column.tc-two,
.three-col.three-col-size-25-25-50 .text-column.tc-three {
	width: calc(50% - 33px);
}

.three-col.three-col-size-50-25-25 .text-column.tc-two,
.three-col.three-col-size-50-25-25 .text-column.tc-three,
.three-col.three-col-size-25-50-25 .text-column.tc-one,
.three-col.three-col-size-25-50-25 .text-column.tc-three,
.three-col.three-col-size-25-25-50 .text-column.tc-one,
.three-col.three-col-size-25-25-50 .text-column.tc-two {
	width: calc(25% - 33px);
}

.three-col.show-borders .text-column {
	width: calc(33.3333% - 66px);
}

.three-col.three-col-size-50-25-25.show-borders .text-column.tc-one,
.three-col.three-col-size-25-50-25.show-borders .text-column.tc-two,
.three-col.three-col-size-25-25-50.show-borders .text-column.tc-three {
	width: calc(50% - 66px);
}

.three-col.three-col-size-50-25-25.show-borders .text-column.tc-two,
.three-col.three-col-size-50-25-25.show-borders .text-column.tc-three,
.three-col.three-col-size-25-50-25.show-borders .text-column.tc-one,
.three-col.three-col-size-25-50-25.show-borders .text-column.tc-three,
.three-col.three-col-size-25-25-50.show-borders .text-column.tc-one,
.three-col.three-col-size-25-25-50.show-borders .text-column.tc-two {
	width: calc(25% - 66px);
}

.four-col .text-column {
	width: calc(25% - 37.5px);
}

.four-col.show-borders .text-column {
	width: calc(25% - 75px);
}

.two-col.show-borders .text-column.tc-one:after,
.three-col.show-borders .text-column.tc-one:after,
.three-col.show-borders .text-column.tc-two:after,
.four-col.show-borders .text-column.tc-one:after,
.four-col.show-borders .text-column.tc-two:after,
.four-col.show-borders .text-column.tc-three:after {
	content: '';
	position: absolute;
	right: -51px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #426046;
}

.text-column-inner {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.text-column-inner.lazy-hide {
	top: 40px;
	opacity: 0;
}

@media all and (max-width: 1199px) {

	.three-col.show-borders .text-column {
		width: calc(33.3333% - 46px);
	}

	.three-col.three-col-size-50-25-25.show-borders .text-column.tc-one,
	.three-col.three-col-size-25-50-25.show-borders .text-column.tc-two,
	.three-col.three-col-size-25-25-50.show-borders .text-column.tc-three {
		width: calc(50% - 46px);
	}

	.three-col.three-col-size-50-25-25.show-borders .text-column.tc-two,
	.three-col.three-col-size-50-25-25.show-borders .text-column.tc-three,
	.three-col.three-col-size-25-50-25.show-borders .text-column.tc-one,
	.three-col.three-col-size-25-50-25.show-borders .text-column.tc-three,
	.three-col.three-col-size-25-25-50.show-borders .text-column.tc-one,
	.three-col.three-col-size-25-25-50.show-borders .text-column.tc-two {
		width: calc(25% - 46px);
	}

	.four-col .text-column {
		width: calc(50% - 50px);
	}

	.four-col.show-borders .text-column {
		width: calc(50% - 50px);
	}

	.four-col.show-borders .text-column.tc-two:after {
		display: none;
	}

	.four-col.show-borders .text-column.tc-one:before,
	.four-col.show-borders .text-column.tc-two:before {
		content: '';
		position: absolute;
		left: -50px;
		bottom: -1px;
		width: calc(100% + 100px);
		height: 2px;
		background: #426046;
	}

}

@media all and (max-width: 1023px) {

	.two-col .text-column {
		width: 100% !important;
	}

	.two-col.show-borders .text-column.tc-one:after {
		display: none
	}
	
	.two-col.show-borders .text-column.tc-one:before {
		content: '';
		position: absolute;
		left: -20px;
		bottom: -1px;
		width: calc(100% + 40px);
		height: 2px;
		background: #426046;
	}
	
	.three-col .text-columns-wrapper {
		margin: 0 auto;
		max-width: 500px;
	}

	.three-col .text-column {
		width: 100% !important
	}

	.three-col.show-borders .text-column.tc-one:after,
	.three-col.show-borders .text-column.tc-two:after {
		display: none;
	}

	.three-col.show-borders .text-column.tc-one:before,
	.three-col.show-borders .text-column.tc-two:before {
		content: '';
		position: absolute;
		left: -50px;
		bottom: -1px;
		width: calc(100% + 100px);
		height: 2px;
		background: #426046;
	}

}

@media all and (max-width: 767px) {

	.show-borders .text-columns-wrapper {
		padding: 0 20px;
	}

	.two-col .text-column {
		width: calc(50% - 25px);
	}

	.two-col.two-col-size-60-40 .text-column.tc-one,
	.two-col.two-col-size-40-60 .text-column.tc-two {
		width: calc(60% - 25px);
	}

	.two-col.two-col-size-60-40 .text-column.tc-two,
	.two-col.two-col-size-40-60 .text-column.tc-one {
		width: calc(40% - 25px);
	}

	.two-col.show-borders .text-column.tc-one:after {
		right: -26px;
	}

	.three-col.show-borders .text-column.tc-one:before,
	.three-col.show-borders .text-column.tc-two:before {
		left: -20px;
		width: calc(100% + 40px);
	}

	.four-col .text-column {
		width: calc(50% - 25px);
	}

	.four-col.show-borders .text-column {
		width: calc(50% - 25px);
	}

	.four-col.show-borders .text-column.tc-one:after,
	.four-col.show-borders .text-column.tc-three:after {
		right: -26px;
	}

	.four-col.show-borders .text-column.tc-one:before {
		left: -20px;
		width: calc(100% + 50px);
	}
	
	.four-col.show-borders .text-column.tc-two:before {
		left: -25px;
		width: calc(100% + 45px);
	}

}

@media all and (max-width: 599px) {

	.four-col .text-column,
	.four-col.show-borders .text-column {
		width: 100%;
	}

	.four-col.show-borders .text-column.tc-one:after,
	.four-col.show-borders .text-column.tc-three:after {
		display: none;
	}

	.four-col.show-borders .text-column.tc-one:before,
	.four-col.show-borders .text-column.tc-two:before,
	.four-col.show-borders .text-column.tc-three:before {
		content: '';
		position: absolute;
		left: -20px;
		bottom: -1px;
		width: calc(100% + 40px);
		height: 2px;
		background: #426046;
	}
	
}

@media all and (max-width: 479px) {

	.three-col .text-columns-wrapper {
		max-width: 350px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE/TEXT
-----------------------------------------------------------------------------------------------------------*/

.image-text-wrapper {
	display: flex;
}

.it-image-column-wrapper {
	position: relative;
	width: 50%;
}

.it-image-right .it-image-column-wrapper {
	order: 2;
}

.it-image-column {
	position: relative;
	top: 0;
	height: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.it-image-column.lazy-hide {
	top: 40px;
	opacity: 0;
}

.it-image {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.it-icon-graphic-wrapper {
	position: absolute;
	left: 100px;
	bottom: 0;
	width: 175px;
	transform: translateY(50%);
}

.it-image-right .it-icon-graphic-wrapper {
	left: calc(100% - 100px);
	transform: translateX(-100%) translateY(50%);
}

.it-text-column-wrapper {
	width: 50%;
}

.it-image-right .it-text-column-wrapper {
	order: 1;
}

.it-text-column {
	position: relative;
	top: 0;
	padding: 60px 60px 40px;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.it-text-column.lazy-hide {
	top: 40px;
	opacity: 0;
}

.it-middle-aligned .it-text-column-wrapper {
	display: flex;
	align-items: center;
}

.it-bottom-aligned .it-text-column-wrapper {
	display: flex;
	align-items: flex-end;
}

@media all and (max-width: 1023px) {

	.it-icon-graphic-wrapper {
		left: 50px;
		width: 100px;
	}

	.it-image-right .it-icon-graphic-wrapper {
		left: calc(100% - 50px);
	}

}

@media all and (max-width: 767px) {

	.image-text-wrapper {
		display: block;
	}

	.it-image-column-wrapper {
		width: 100%;
	}

	.it-image {
		border-radius: 0px;
	}

	.it-icon-graphic-wrapper {
		left: 40px;
	}

	.it-image-right .it-icon-graphic-wrapper {
		left: calc(100% - 40px);
	}

	.it-text-column-wrapper {
		width: 100%;
	}

	.it-text-column {
		padding: 50px 40px 0px;
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	.it-icon-graphic-wrapper {
		left: 20px;
	}

	.it-image-right .it-icon-graphic-wrapper {
		left: calc(100% - 20px);
	}

	.it-text-column {
		padding: 50px 20px 0px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - CALLS TO ACTION ACCORDION
-----------------------------------------------------------------------------------------------------------*/

.calls-to-action-outer {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1280px;
}

.cta-main-headline {
	margin: 0 !important;
	padding: 0 445px 30px 40px;
}

.calls-to-action-wrapper {
	position: relative;
	padding: 10px 0 0;
}

.calls-to-action-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #426046;
}

.call-to-action-wrapper {
	position: relative;
	top: 0;
	padding: 0 0 10px;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.call-to-action-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.call-to-action-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #426046;
}

.call-to-action-headline {
	position: relative;
	padding: 22px 445px 18px 50px;
	font-family: urw-din, sans-serif; 
	font-size: 40px;
	line-height: 49px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #426046;
	cursor: pointer;
}

.call-to-action-headline span {
	position: relative;
}

.call-to-action-headline span:after {
	content: '';
	position: absolute;
	left: -32px;
	top: 24px;
	width: 18px;
	height: 11px;
	background: url('images/mobile-arrow-green.png') no-repeat center center;
	background-size: contain;
	transform-origin: center center;
	transition: all 0.2s ease;
}

.call-to-action-headline.open span:after {
	transform: rotate(180deg);
}

.call-to-action-image-wrapper {
	position: absolute;
	right: 0;
	top: -60px;
	width: 425px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.call-to-action-wrapper:hover .call-to-action-image-wrapper {
	top: -80px;
	opacity: 1;
	visibility: visible;
}

.call-to-action-image {
	display: block;
	margin: 0 auto;
	border: 2px solid #426046;
}

.call-to-action-content-wrapper {
	display: none;
}

.call-to-action-content {
	display: flex;
	column-gap: 40px;
	padding: 0 40px 0 50px;
}

.call-to-action-content.has-image {
	padding: 0 445px 0 50px;
}

.call-to-action-content-left {
	padding: 0 0 20px;
}

.call-to-action-content-right {
	padding: 0 0 20px;
}

@media all and (max-width: 1199px) {

	.cta-main-headline {
		padding: 0 315px 20px 50px;
	}

	.call-to-action-headline {
		padding: 22px 340px 18px 40px;
	}

	.call-to-action-content.has-image {
		padding: 0 315px 0 50px;
	}

	.call-to-action-image-wrapper {
		width: 305px;
	}

}

@media all and (max-width: 1023px) {

	.cta-main-headline {
		padding: 0 265px 20px 20px;
	}

	.calls-to-action-outer {
		padding: 0 20px;
	}

	.calls-to-action-wrapper {
		padding: 10px 0 0;
	}

	.calls-to-action-wrapper:before {
		height: 2px;
	}

	.call-to-action-wrapper {
		padding: 0 0 10px;
	}

	.call-to-action-wrapper:after {
		height: 2px;
	}

	.call-to-action-headline {
		padding: 22px 255px 18px 30px;
	}

	.call-to-action-headline span:after {
		left: -28px;
		top: 24px;
		width: 18px;
		height: 11px;
	}

	.call-to-action-content {
		display: block;
		padding: 0 20px 0 40px;
		font-size: 20px;
		line-height: 28px;
	}

	.call-to-action-content.has-image {
		padding: 0 255px 0 30px;
	}

	.call-to-action-content-left,
	.call-to-action-content-right {
		padding: 0;
	}

	.call-to-action-image-wrapper {
		top: -60px;
		width: 245px;
	}

}

@media all and (max-width: 767px) {

	.cta-main-headline {
		padding: 0 225px 20px 20px;
		font-size: 55px;
		line-height: 60px;
	}

	.call-to-action-headline {
		padding: 22px 220px 18px 30px;
	}

	.call-to-action-content {
		display: block;
		padding: 0 20px 10px 20px;
		font-size: 20px;
		line-height: 28px;
	}

	.call-to-action-content.has-image {
		padding: 0 220px 10px 30px;
	}
	
	.call-to-action-content-left,
	.call-to-action-content-right {
		padding: 0;
	}
	
	.call-to-action-image-wrapper {
		width: 205px;
	}

}

@media all and (max-width: 599px) {

	.cta-main-headline {
		padding: 0 20px 10px 20px;
	}

	.call-to-action-headline {
		padding: 20px 20px 20px 30px;
	}

	.call-to-action-content.has-image {
		padding: 0 20px 10px 30px;
	}

	.call-to-action-image-wrapper {
		display: none;
	}

}

@media all and (max-width: 479px) {

	.calls-to-action-outer {
		padding: 0 10px;
	}

	.cta-main-headline {
		padding: 0 10px 10px 10px;
		font-size: 45px;
		line-height: 50px;
	}

	.call-to-action-headline {
		padding: 22px 10px 18px 30px;
		font-size: 35px;
		line-height: 44px;
	}

	.call-to-action-headline span:after {
		left: -28px;
		top: 20px;
		width: 18px;
		height: 11px;
	}

	.call-to-action-content.has-image {
		padding: 0 10px 10px 30px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE SLIDER
-----------------------------------------------------------------------------------------------------------*/

.image-slider-outer {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.image-slider-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image-slider .slick-list,
.image-slider .slick-track {
	height: 100% !important;
}

.image-slider.slick-dotted.slick-slider {
	margin: 0 !important;
}

.image-slider .slick-prev {
	position: absolute !important;
	left: 60px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-left.png') no-repeat center center !important;
	background-size: 28px auto !important;
	z-index: 100;
}

.image-slider .slick-next {
	position: absolute !important;
	right: 60px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-right.png') no-repeat center center !important;
	background-size: 28px auto !important;
	z-index: 100;
}

.image-slider .slick-prev:before,
.image-slider .slick-next:before {
	display: none;
}

.image-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 0 60px;
	width: 100%;
	height: 20px;
}

.image-slider .slick-dots li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 6px 0 0;
	width: 20px;
	height: 20px;
}

.image-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	background: transparent;
	border-radius: 10px;
	border: 2px solid #fff;
	opacity: 0.5;
}

.image-slider .slick-dots li.slick-active button {
	background: #fff;
	opacity: 1;
}

.image-slider .slick-dots li button:before {
	display: none;
}

.image-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.is-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.is-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.is-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.is-content-wrapper {
	position: absolute;
	left: 0;
	bottom: 80px;
	padding: 0 60px;
}

.is-content {
	
}

.slider-graphic-wrapper {
	position: absolute;
	left: 180px;
	top: 50%;
	width: calc(100% - 360px);
	transform: translateY(-50%);
}

.slider-graphic {
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 1023px) {

	.image-slider .slick-prev {
		left: 0px !important;
		width: 40px !important;
		height: 60px !important;
	}

	.image-slider .slick-next {
		right: 0px !important;
		width: 40px !important;
		height: 60px !important;
	}

	.is-content-wrapper {
		bottom: 40px;
		padding: 0 40px;
	}

	.dot-controls .is-content-wrapper {
		bottom: 80px;
	}

	.image-slider .slick-dots {
		bottom: 50px;
		padding: 0 40px;
	}

}

@media all and (max-width: 767px) {

	.image-slider-outer {
		height: 400px;
		padding-bottom: 0;
	}

	.dot-controls .is-content-wrapper {
		bottom: 60px;
	}

	.image-slider .slick-dots {
		bottom: 30px;
	}

	.slider-graphic-wrapper {
		left: 50%;
		top: 50%;
		width: calc(100% - 100px);
		max-width: 400px;
		transform: translateX(-50%) translateY(-50%);
	}

}

@media all and (max-width: 479px) {

	.is-content-wrapper {
		bottom: 30px;
		padding: 0 20px;
	}

	.dot-controls .is-content-wrapper {
		bottom: 50px;
	}

	.image-slider .slick-prev {
		left: 10px !important;
		width: 20px !important;
		height: 60px !important;
		background-size: 20px auto !important;
	}

	.image-slider .slick-next {
		right: 10px !important;
		width: 20px !important;
		height: 60px !important;
		background-size: 20px auto !important;
	}

	.image-slider .slick-dots {
		bottom: 20px;
		padding: 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.image-carousel-outer {
	padding: 0 60px;
}

.image-carousel-wrapper {
	position: relative;
	top: 0;
	margin: 0 0 20px;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.image-carousel-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.image-carousel .slick-prev {
	position: absolute !important;
	left: -60px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-left-green.png') no-repeat center center !important;
	background-size: 28px auto !important;
	z-index: 100;
}

.light-text .image-carousel .slick-prev {
	background-image: url('images/slider-arrow-left.png');
}

.image-carousel .slick-next {
	position: absolute !important;
	right: -60px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-right-green.png') no-repeat center center !important;
	background-size: 28px auto !important;
	z-index: 100;
}

.light-text .image-carousel .slick-next {
	background-image: url('images/slider-arrow-right.png');
}

.image-carousel .slick-prev:before,
.image-carousel .slick-next:before {
	display: none !important;
}

.hide-arrows .image-carousel .slick-prev,
.hide-arrows .image-carousel .slick-next {
	display: none !important;
}

.carousel-slide {
	display: flex !important;
	align-items: center;
	padding: 0 25px;
	height: 485px;
}

.ic-link {
	display: block;
}

.ic-image {
	display: block;
	width: auto !important;
	height: auto !important;
	max-height: 485px;
}

@media all and (max-width: 1023px) {

	.image-carousel-outer {
		padding: 0 40px;
	}

	.image-carousel .slick-prev {
		left: -40px !important;
		width: 40px !important;
		height: 60px !important;
	}

	.image-carousel .slick-next {
		right: -40px !important;
		width: 40px !important;
		height: 60px !important;
	}

	.carousel-slide {
		padding: 0 20px;
		height: 440px;
	}

	.ic-image {
		max-height: 440px;
	}

}

@media all and (max-width: 767px) {

	.carousel-slide {
		height: 300px;
	}

	.ic-image {
		max-height: 300px;
	}

}

@media all and (max-width: 479px) {

	.image-carousel .slick-prev {
		left: -30px !important;
		width: 30px !important;
		height: 60px !important;
		background-size: 20px auto !important;
	}

	.image-carousel .slick-next {
		right: -30px !important;
		width: 30px !important;
		height: 60px !important;
		background-size: 20px auto !important;
	}

	.carousel-slide {
		height: 260px;
	}

	.ic-image {
		max-height: 260px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE GALLERY
-----------------------------------------------------------------------------------------------------------*/

.image-gallery-outer {
	position: relative;
	padding: 0 25px;
}

.grid-sizer {
	display: block;
	width: calc(100% / 3);
}

.gallery-image-wrapper {
	position: relative;
}

.gallery-item-2 {
	padding-top: 50px;
}

.gallery-image-headline {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	color: #112E46;
	background: rgba(255,255,255,0.5);
	opacity: 0;
	transition: all 0.2s ease;
}

.gallery-image-wrapper:hover .gallery-image-headline {
	opacity: 1;
}

.grid-item {
	display: block;
	margin: 0 25px 50px;
	width: calc(100% / 3 - 50px);
	float: left;
}

.gallery-image {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.gallery-image.lazy-hide {
	top: 40px;
	opacity: 0;
}

@media all and (max-width: 1023px) {

	.image-gallery-outer {
		padding: 0 20px;
	}

	.grid-sizer {
		width: calc(100% / 2);
	}

	.grid-item {
		margin: 0 20px 40px;
		width: calc(100% / 2 - 40px);
	}

	.gallery-item-2 {
		padding-top: 40px;
	}

}

@media all and (max-width: 479px) {

	.image-gallery-outer {
		width: 100%;
	}

	.grid-sizer {
		width: 100%;
	}

	.grid-item {
		margin: 0 0 40px;
		width: 100%;
	}

	.gallery-item-2 {
		padding-top: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - ANIMATED TICKER
-----------------------------------------------------------------------------------------------------------*/

.animated-ticker-wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: 80px;
	font-family: urw-din, sans-serif; 
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
	color: #426046;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.animated-ticker-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.light-text .animated-ticker-wrapper {
	color: #fff;
}

.animated-ticker {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.animated-ticker-text {
	display: inline-block;
	padding: 0 20px;
	white-space: nowrap;
	vertical-align: top;
}

.ticker-image-wrapper {
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
}

.ticker-image {
	display: block;
	width: auto;
	height: 80px;
}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - INSTAGRAM
-----------------------------------------------------------------------------------------------------------*/

.instagram-feed-wrapper {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.instagram-feed-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.instagram-wrapper {
	margin: 0 auto;
}

#sb_instagram .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	font-family: Nexa, sans-serif;
	font-size: 30px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: 112E46 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#sb_instagram .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover {
	background: #FC845F !important;
}

/*-----------------------------------------------------------------------------------------------------------
		SEARCH RESULT
-----------------------------------------------------------------------------------------------------------*/

.search-results-wrapper {
	margin-top: 60px;
}

.search-result {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
}

.search-result-image {
	padding: 0 50px 0 0;
	width: 50%;
}

.search-result-text {
	width: 100%;
}

.has-thumb .search-result-text {
	width: 50%;
}

@media all and (max-width: 599px) {

	.search-result {
		display: block;
	}

	.search-result-image {
		padding: 0 0 20px;
		width: 100%;
	}

	.has-thumb .search-result-text {
		width: 100%;
	}

	.featured-image {
		display: block;
		margin: 0 auto;
		width: 400px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG
-----------------------------------------------------------------------------------------------------------*/

.blog-categories-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	margin: 0 0 100px;
	padding: 10px 40px;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;	
}

.blog-categories-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.blog-categories-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	background: #2E4252;
	border-radius: 5px;
}

.blog-categories-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #2E4252;
	border-radius: 5px;
}

.blog-category-headline.h1 {
	position: relative;
	margin: 0;
	padding: 10px 70px 10px 70px;
}

.blog-category-headline.h1:after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 0;
	width: 10px;
	height: 100%;
	background: #2E4252;
}

.blog-categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin: 0;
	padding: 10px 70px 10px 20px;
	list-style-type: none;
}

.blog-categories:before {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: 0;
	width: 10px;
	height: 100%;
	background: #2E4252;
}

.blog-categories li {
	padding: 0 0 0 50px;
}

.blog-categories li a {
	display: block;
	position: relative;
	padding: 5px 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	color: #2E4252;
}

.blog-categories li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background: #2E4252;
	opacity: 0;
	transition: all 0.2s ease;
}

.blog-categories li a:hover:after,
.blog-categories li.current-cat a:after {
	opacity: 1;
}

@media all and (max-width: 1199px) {

	.blog-category-headline.h1 {
		padding: 10px 40px 10px 40px;
	}

	.blog-categories {
		padding: 10px 40px 10px 0;
	}

	.blog-categories li {
		padding: 0 0 0 40px;
	}

	.blog-categories li a {
		font-size: 24px;
		line-height: 34px;
	}

}

@media all and (max-width: 1023px) {

	.blog-categories-wrapper {
		display: block;
		padding: 20px;
	}

	.blog-category-headline.h1 {
		position: relative;
		margin: 0;
		padding: 0 0 20px;
	}

	.blog-categories {
		padding: 0;
	}

	.blog-category-headline.h1:after,
	.blog-categories:before {
		display: none;
	}

	.blog-categories li {
		padding: 0 40px 0 0;
	}

}

@media all and (max-width: 479px) {

	.blog-categories-wrapper {
		padding: 20px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG FEED
-----------------------------------------------------------------------------------------------------------*/

.blog-feed-wrapper {
	padding: 0 50px;
}

.blog-feed {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	row-gap: 120px;
}

.blog-post {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.blog-post.lazy-hide {
	top: 40px;
	opacity: 0;	
}

.blog-image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 60%;
	border-radius: 30px;
}

.blog-main-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 30px;
}

.blog-hover-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	border-radius: 30px;
	transition: all 0.2s ease;
}

.blog-image-wrapper:hover .blog-hover-image {
	opacity: 1;
}

.blog-title {
	margin: 0 0 4px !important;
}

.blog-title a {
	text-decoration: none;
}

.blog-sub-head {
	text-transform: uppercase;
	color: #FC845F;
}

.blog-excerpt {
	
}

.blog-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0 0;
	font-family: Nexa, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.prev-page {
	padding: 0 30px;
}

.prev-page a {
	display: block;
	position: relative;
	padding: 0 0 0 24px;
	text-decoration: none;
}

.prev-page a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 100%;
	background: url('images/blog-navigation-arrows.png') no-repeat left center;
	background-size: 18px auto;
}

.next-page {
	padding: 0 30px;
}

.next-page a {
	display: block;
	position: relative;
	padding: 0 24px 0 0;
	text-decoration: none;
}

.next-page a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 9px;
	height: 100%;
	background: url('images/blog-navigation-arrows.png') no-repeat right center;
	background-size: 18px auto;
}

@media all and (max-width: 1023px) {

	.blog-feed-wrapper {
		padding: 0 20px;
	}

	.blog-feed {
		column-gap: 20px;
	}

	.blog-title.h1 {
		font-size: 40px;
		line-height: 45px;
	}

}

@media all and (max-width: 767px) {

	.blog-feed-wrapper {
		padding: 0 40px;
	}

	.blog-feed {
		grid-template-columns: 1fr;
	}

}

@media all and (max-width: 479px) {

	.blog-feed-wrapper {
		padding: 0 20px;
	}

	.blog-feed {
		row-gap: 60px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG SINGLE
-----------------------------------------------------------------------------------------------------------*/

.blog-header-image {
	display: block;
	margin: 0 0 20px;
	border-radius: 20px;
}

.blog-title-single {
	margin: 0 0 10px;
}

/*-----------------------------------------------------------------------------------------------------------
		PORTFOLIO
-----------------------------------------------------------------------------------------------------------*/

.portfolio-categories-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	margin: 0 0 100px;
	padding: 20px 100px;
	width: 100%;
	border-top: 1px solid #2E4252;
	border-bottom: 1px solid #2E4252;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;	
}

.portfolio-categories-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.portfolio-category-headline.h1 {
	margin: 0;
	text-transform: uppercase;
}

.portfolio-categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 0 100px;
	list-style-type: none;
}

.portfolio-categories li {
	padding: 0 0 0 50px;
}

.portfolio-categories li a {
	display: block;
	position: relative;
	padding: 5px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #2E4252;
}

.portfolio-categories li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: #2E4252;
	opacity: 0;
	transition: all 0.2s ease;
}

.portfolio-categories li a:hover:after,
.portfolio-categories li.active a:after {
	opacity: 1;
}

@media all and (max-width: 1365px) {

	.portfolio-categories-wrapper {
		padding: 20px 40px;
	}

	.portfolio-categories {
		padding: 0 0 0 50px;
	}

	.portfolio-categories li {
		padding: 0 0 0 50px;
	}

}

@media all and (max-width: 1199px) {

	.portfolio-categories-wrapper {
		padding: 20px 20px;
	}

	.portfolio-categories {
		padding: 0 0 0 40px;
	}

	.portfolio-categories li {
		padding: 0 0 0 40px;
	}

}

@media all and (max-width: 1023px) {

	.portfolio-categories-wrapper {
		display: block;
	}

	.portfolio-categories {
		padding: 10px 0 0;
	}

	.portfolio-categories li {
		padding: 0 40px 0 0;
	}

}

@media all and (max-width: 479px) {

	.portfolio-categories-wrapper {
		padding: 20px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PORTFOLIO FEED
-----------------------------------------------------------------------------------------------------------*/

.portfolio-feed-wrapper {
	padding: 0 50px;
}

.portfolio-feed {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	row-gap: 120px;
}

.portfolio-item {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.portfolio-item.lazy-hide {
	top: 40px;
	opacity: 0;	
}

.portfolio-image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 60%;
}

.portfolio-main-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.portfolio-hover-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transition: all 0.2s ease;
}

.portfolio-image-wrapper:hover .portfolio-hover-image {
	opacity: 1;
}

.portfolio-name.h1 {
	margin: 0 0 4px !important;
}

.portfolio-location {
	margin: 0 !important;
}

@media all and (max-width: 1023px) {

	.portfolio-feed-wrapper {
		padding: 0 20px;
	}

	.portfolio-feed {
		column-gap: 20px;
	}

	.portfolio-name.h1 {
		font-size: 40px;
		line-height: 45px;
	}

}

@media all and (max-width: 767px) {

	.portfolio-feed-wrapper {
		padding: 0 40px;
	}

	.portfolio-feed {
		grid-template-columns: 1fr;
	}

}

@media all and (max-width: 479px) {

	.portfolio-feed-wrapper {
		padding: 0 20px;
	}

	.portfolio-feed {
		row-gap: 60px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PRE-FOOTER
-----------------------------------------------------------------------------------------------------------*/

.pre-footer-wrapper {
	background: #FC845F;
}

.pre-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 40px 40px 20px;
	max-width: 1480px;
	color: #fff;
}

.pre-footer-col {
	width: calc(50% - 25px);
}

.pre-footer-content a, .pre-footer-content .h1, .pre-footer-content h1, .pre-footer-content h2, .pre-footer-content h3, .pre-footer-content h4, .pre-footer-content h5, .pre-footer-content h6 {
	color: #fff;
}

@media all and (max-width: 767px) {

	.pre-footer-col {
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

.footer-wrapper {
	position: relative;
	background: #fff;
	border-top: 2px solid #426046;
}

.page-id-881 .footer-wrapper {
	border-color: #016495;
}

/*.footer-graphic-wrapper {
	position: absolute;
	left: calc(50% + 860px);
	top: 0;
	width: 260px;
	transform: translateX(-100%) translateY(-50%);
}

.footer-headline-wrapper {
	display: flex;
	margin: 0 auto;
	padding: 60px 340px 0 40px;
	max-width: 1800px;
}

.footer-headline {
	display: block;
	font-family: Nexa, sans-serif;
	font-size: 75px;
	line-height: 83px;
	font-weight: 400;
	letter-spacing: 0.005em;
	color: #fff;
	text-decoration: none !important;
}

a.footer-headline:hover {
	color: #F2A4BB;
}*/

.footer-content-wrapper {
	position: relative;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	row-gap: 20px;
	margin: 0 auto;
	padding: 20px 120px 2px;
	max-width: 1200px;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
}

.footer-content ul {
	margin: 0 0 20px;
	list-style-type: none;
}

.footer-content ul a {
	display: block;
	position: relative;
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #426046;
}

.page-id-881 .footer-content ul a {
	color: #016495;
}

.footer-content ul a:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 9px;
	width: 10px;
	height: 10px;
	background: #E6A10D;
	border-radius: 5px;
	transition: all 0.2s ease;
	opacity: 0;
}

.footer-content ul a:hover:before {
	opacity: 1;
}

.footer-column.fc1 {

}

.footer-column.fc2 {

}

.footer-column.fc3 {

}

/*.footer-column.fc4 {
	margin-left: auto;
	max-width: 34%;
	font-size: 26px;
	line-height: 36px;
}*/

.legal-wrapper {
	margin: 0 auto;
	padding: 10px 40px 20px;
	max-width: 1080px;
}

.legal {
	padding: 0 20px;
	font-family: urw-din, sans-serif; 
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.legal a {

}

.page-id-881 .legal,
.page-id-881 .legal a {
	color: #016495;
}

.legal a.atlas {
	font-family: georgia;
	font-weight: 700;
	text-transform: none;
}

@media all and (max-width: 1799px) {


}

@media all and (max-width: 1365px) {



}

@media all and (max-width: 1199px) {



}

@media all and (max-width: 1023px) {

	.footer-content {
		padding: 20px 40px 2px;
	}

	.legal {
		padding: 0 100px 40px;
	}

}

@media all and (max-width: 767px) {

	.footer-content {
		display: block;
		margin: 0 auto;
		padding: 40px 20px 40px;
		max-width: 340px;
	}

	.footer-column.fc1 {
		width: 100%;
	}

	.footer-column.fc2 {
		width: 100%;
	}

	.footer-column.fc3 {
		width: 100%;
	}

	.legal-wrapper {
		padding: 20px 0 20px;
	}

}

@media all and (max-width: 599px) {

	.legal {
		padding: 0 20px 100px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SOCIAL MEDIA MENU
-----------------------------------------------------------------------------------------------------------*/

.social-media-menu {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 20px;
	list-style-type: none;
}

.social-media-menu li {
	margin: 0 15px 20px 0;
}

.social-media-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 28px;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

/*-----------------------------------------------------------------------------------------------------------
		GRAVITY FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_wrapper {
	margin: 0 auto !important;
}

.gform_required_legend {
	display: none !important;
}

.gfield {
	margin-bottom: 15px !important;
}

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
	font-family: urw-din, sans-serif !important;
	font-size: 20px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	color: #426046 !important;
}

.gform_wrapper .gfield_required {
	height: 10px !important;
	color: #426046 !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
	display: block !important;
	padding: 10px 25px 10px !important;
	font-family: urw-din, sans-serif !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	color: #fff !important;
	background: #426046 !important;
	border: 0 !important;
	border-radius: 9999px !important;
	outline: 0 !important;
	transition: all 0.2s ease !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #426046 !important;
	background: #E6A10D !important;
}

.light-text .gform_wrapper .gform_footer input[type="submit"] {
	color: #426046 !important;
	background: #fff !important;
}

.light-text .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #426046 !important;
	background: #E6A10D !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
	margin-bottom: 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 42px !important;
	font-family: proxima-nova, sans-serif !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	color: #426046 !important;
	letter-spacing: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 2px solid #426046 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
}

.gform_wrapper select {
	padding: 0 30px 0 4px !important;
	height: 42px !important;
	font-family: proxima-nova, sans-serif !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	color: #426046 !important;
	background: transparent url('images/mobile-arrow-green.png') no-repeat !important;
	background-position: calc(100% - 8px) center !important;
	background-size: auto 8px !important;
	border: 0 !important;
	border-bottom: 2px solid #426046 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper select {
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
}

.gform_wrapper textarea {
	font-family: proxima-nova, sans-serif !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	color: #426046 !important;
	background: transparent !important;
	border: 2px solid #426046 !important;
	outline: 0 !important;
	border-radius: 35px !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper textarea {
	color: #fff !important;
	border: 2px solid #fff !important;
}

/*-----------------------------------------------------------------------------------------------------------
		TONNAGE CALCULATOR
-----------------------------------------------------------------------------------------------------------*/

.tonnage-calculator-wrapper {
	margin: 0 auto 80px;
	padding: 75px;
	max-width: 512px;
	border: 2px solid #426046;
	border-radius: 35px;
}

.light-text .tonnage-calculator-wrapper {
	border-color: #fff;
}

.tc-display {
	margin: 0 0 50px;
	width: 100%;
	height: 88px;
	border: 2px solid #426046;
	border-radius: 9999px;
}

.light-text .tc-display {
	border-color: #fff;
}

#calculator-output {
	display: block;
	padding: 20px 25px;
	width: 100%;
	font-family: urw-din, sans-serif; 
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0;
	color: #426046;
}

.light-text #calculator-output {
	color: #fff;
}

.tc-select {
	margin: 0 0 40px;
}

#productType {
	padding: 0 45px 0 25px;
	width: 100%;
	height: 50px;
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	color: #426046;
	background: #fff url('images/mobile-arrow-green.png') no-repeat;
	background-position: calc(100% - 15px) calc(50% + 1px);
	background-size: 18px auto;
	border: 2px solid #426046;
	border-radius: 9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.light-text #productType {
	color: #fff;
	background-color: #426046;
	background-image: url('images/mobile-arrow.png');
	border: 2px solid #fff;
}

.tc-inputs-wrapper {
	margin: 0 0 50px;
}

.tc-inputs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 25px;
	align-items: center;
}

.tc-inputs {
	font-family: urw-din, sans-serif; 
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #426046;
}

.light-text .tc-inputs {
	color: #fff;
}

.tc-inputs input[type=text] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	font-family: urw-din, sans-serif; 
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	color: #426046;
	background: transparent;
	border: 2px solid #426046;
	border-radius: 9999px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.light-text .tc-inputs input[type=text] {
	color: #fff;
	border-color: #fff;
}

.tc-calculate-button-wrapper {
	text-align: center;
}

#tc-calculate-button {
	position: relative;
	display: inline-block;
	padding: 10px 25px 10px;
	font-family: urw-din, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	background: #426046;
	border-radius: 9999px;
	transition: all 0.2s ease;
	cursor: pointer;
}

#tc-calculate-button:hover {
	color: #426046;
	background: #E6A10D;
}

.light-text #tc-calculate-button {
	color: #426046;
	background: #fff;
}

.light-text #tc-calculate-button:hover {
	color: #426046;
	background: #E6A10D;
}

@media all and (max-width: 1199px) {

	.tonnage-calculator-wrapper {
		padding: 50px;
	}

	.tc-display {
		margin: 0 0 40px;
	}

	.tc-select {
		margin: 0 0 30px;
	}

	.tc-inputs-wrapper {
		margin: 0 0 40px;
	}

}

@media all and (max-width: 1023px) {

	.tonnage-calculator-wrapper {
		padding: 75px;
	}

	.tc-display {
		margin: 0 0 50px;
	}

	.tc-select {
		margin: 0 0 40px;
	}

	.tc-inputs-wrapper {
		margin: 0 0 50px;
	}

}

@media all and (max-width: 599px) {

	.tonnage-calculator-wrapper {
		padding: 50px;
	}

	.tc-display {
		margin: 0 0 40px;
	}

	.tc-select {
		margin: 0 0 30px;
	}

	.tc-inputs-wrapper {
		margin: 0 0 40px;
	}

}

@media all and (max-width: 479px) {

	.tonnage-calculator-wrapper {
		padding: 40px 20px;
	}

	.tc-display {
		margin: 0 0 30px;
		height: 68px;
	}

	#calculator-output {
		padding: 15px 20px;
		font-size: 30px;
		line-height: 38px;
	}

	.tc-select {
		margin: 0 0 30px;
	}

	.tc-inputs-wrapper {
		margin: 0 0 30px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.wsp-pages-list {
	margin: 0 0 20px;
	list-style-type: none;
}

@media all and (max-width: 1023px) {



}

@media all and (max-width: 767px) {



}

@media all and (max-width: 479px) {



}
