/*
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: #F8F6EF;
	--header-background-color: #F8F6EF;
	/*--header-on-background-color: #FC845F;
	--header-border-color: #FC845F;*/
	--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%;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F8F6EF url('images/preloader.jpg') no-repeat center center;
	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;
}

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

	#preloader {
		background-size: contain;
	}

	#back-to-top {
		width: 40px;
		height: 40px;
	}

}

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




}

/*-----------------------------------------------------------------------------------------------------------
		HEADER HAMBURGER
-----------------------------------------------------------------------------------------------------------*/

.header-wrapper {
	position: fixed;
	width: 100%;
	background: var(--header-background-color);
	transition: 0.25s ease;
	z-index: 400;
}

.archive.category .header-wrapper {
	background: #b5cbc7;
}

.header-wrapper.on {
	background-color: #09435D !important;
}

.transparent-header .header-wrapper:not(.scrolled, .on) {
	background: transparent;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 40px;
	height: 80px;
	transition: 0.25s ease;
}

.header-logo-wrapper {
	max-width: 318px;
}

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

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

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

.header-logo-transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.header-wrapper.on .header-logo-transparent {
	opacity: 1;
}

.transparent-header .header-wrapper:not(.scrolled, .on) .header-logo-transparent {
	opacity: 1;
}

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

.menu-button {
	position: relative;
	padding: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	cursor: pointer;
	appearance: none;
}

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

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

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

.transparent-header .header-wrapper:not(.scrolled, .on) .menu-button .line-1,
.transparent-header .header-wrapper:not(.scrolled, .on) .menu-button .line-2,
.transparent-header .header-wrapper:not(.scrolled, .on) .menu-button .line-3 { 
	background: #09435D;
}

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

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

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

.header-spacer {
	height: 80px;
}

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

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

	.header-wrapper {
		position: relative;
	}

	.header-content {
		padding: 0 20px;
		height: 60px;
	}

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

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

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

	.header-logo-wrapper {
		max-width: 240px;
	}

	.header-spacer {
		display: none;
	}

}

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

	.header-logo-wrapper {
		max-width: 220px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HAMBURGER MENU
-----------------------------------------------------------------------------------------------------------*/

.menu-wrapper {
	display: none;
	position: fixed;
	top: 80px;
	right: 0;
	width: 100%;
	height: calc(100vh - 80px);
	max-width: 800px;
	background: #09435D;
	overflow-y: auto;
}

.admin-bar .menu-wrapper {
	top: calc(80px + 32px);
	height: calc(100vh - 80px - 32px);
}

.menu-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	padding-top: 40px;
}

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

.primary-menu > li {
	display: block;
}

.primary-menu > li > a {
	position: relative;
	display: block;
	padding: 15px 40px;
	font-family: "angie-sans", sans-serif;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	color: #F8F6EF;
	transition: all 0.25s ease;
}

.primary-menu > li > a:hover,
.primary-menu > li > a.open {
	color: #B5CBC7;
}

.menu-arrow {
	display: none;
}

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

.primary-menu > li > a > .menu-arrow > span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 28px;
	background: url('images/cta-arrow-white.png') no-repeat center center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform-origin: center;
	transition: all 0.25s ease;
	overflow: hidden;
}

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

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

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

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

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

.primary-menu > li > ul > li > a {
	display: block;
	padding: 0 60px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	color: #F8F6EF;
	transition: all 0.25s ease;
}

.primary-menu > li > ul > li > a:hover {
	color: #B5CBC7;
}

.menu-bottom-content {
	padding: 60px 20px 40px;
}

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

	.primary-menu > li > a {
		padding: 15px 40px;
	}

	.primary-menu > li > ul > li > a {
		padding: 0 40px;
	}

	.menu-bottom-content {
		padding: 60px 20px 40px;
	}

}

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

	.menu-wrapper {
		top: 80px;
		height: calc(100vh - 80px);
	}

	.admin-bar .menu-wrapper {
		top: calc(80px + 46px);
		height: calc(100vh - 80px - 46px);
	}

}

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

	.menu-wrapper {
		display: none;
		position: relative;
		top: 0;
		height: auto;
	}
	
	.admin-bar .menu-wrapper {
		top: 0;
		height: auto;
	}

	.primary-menu > li > a {
		padding: 10px 20px;
		font-size: 24px;
		line-height: 34px;
	}

	.primary-menu > li > a > .menu-arrow,
	.primary-menu > li.menu-item-has-children > a > .menu-arrow {
		right: 20px;
	}

	.primary-menu > li > ul > li > a {
		padding: 0 20px;
		font-size: 18px;
		line-height: 28px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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 > a {
	display: block;
	padding: 40px 25px 40px;
	font-family: Nexa, sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none !important;
	color: #FC845F;
	transition: 0.2s ease;
}

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

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

.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-content.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-bottom: 20px;
	min-width: 100%;
	background: #FC845F;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease;
	z-index: -1;
}

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

.header-menu-wrapper .primary-menu > li > ul:before {
	content: '';
	position: absolute;
	left: -9999px;
	top: 0;
	display: block;
	width: 9999px;
	height: 100%;
	background: #FC845F;
}

.header-menu-wrapper .primary-menu > li > ul:after {
	content: '';
	position: absolute;
	right: -9999px;
	top: 0;
	display: block;
	width: 9999px;
	height: 100%;
	background: #FC845F;
}

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

.header-menu-wrapper .primary-menu > li > ul > li > a {
	display: block;
	padding: 0 25px;
	font-family: Nexa, sans-serif;
	font-size: 45px;
	line-height: 58px;
	text-decoration: none !important;
	color: #fff;
	transition: 0.2s ease;
}

.header-menu-wrapper .primary-menu > li > ul > li > a:hover {
	color: #112E46;
}

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

	.header-menu-wrapper .primary-menu > li > a {
		padding: 40px 20px 40px;
		font-size: 18px;
		line-height: 30px;
	}

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

	.header-menu-wrapper .primary-menu > li > ul > li > a {
		padding: 0 20px;
		font-size: 35px;
		line-height: 48px;
	}

}

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

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

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

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

#search {
	display: block;
	padding: 0 20px 0 10px;
	width: 100%;
	height: 30px;
	font-family: "PP Radio Grotesk", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #fc845f;
	background: transparent;
	border: 0;
	outline: 0;
}

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

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

.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-content.on .header-search-icon {
	opacity: 0;
}

.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-content.on .header-search-icon-on {
	opacity: 1;
}

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

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

.header-content.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-content.on .phone-icon-open {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE HEADER
-----------------------------------------------------------------------------------------------------------*/
/*
.mobile-header-content {
	display: none;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 20px 15px;
}

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

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

.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: #FC845F;
	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: #FC845F;
	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: #FC845F;
	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: #FC845F;
	transform-origin: center;
	transform: rotate(45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-button.open .line-2 {
	opacity: 0;
	background: #FC845F;
	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: #FC845F;
	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: 77px;
	padding: 80px 0 40px;
	width: 100%;
	min-height: calc(100vh - 77px);
	background: #fff;
}

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

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

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

.mobile-menu > li > a {
	position: relative;
	display: block;
	padding: 0 10px;
	font-family: Nexa, sans-serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none !important;
	color: #112E46;
	transition: all 0.25s ease;
}

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

.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: 26px;
	height: 13px;
	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: 10px 0 0;
	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: Nexa, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none !important;
	color: #112E46;
	transition: all 0.25s ease;
}

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

.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: 1199px) {

	.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: 0; }
.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: 1720px;
}

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

.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: #F8F6EF;
}

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

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

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

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

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

}


@media all and (max-width: 479px) {
	.content-block.tc {
		padding: 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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 - 112px);
}

.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 - 112px - 32px);
}

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

body.touch  .admin-bar .background-section.min-height-100.first-block {
	min-height: calc(100vh - 77px - 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 {
	
}

.robins-egg-blue-bg {
	background: #B5CBC7;
}

.navy-bg { 
	background: #09435D;
}

.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: 1199px) {

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

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

}

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

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

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

}

@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 #09435d;
}

.light-text .show-borders .text-columns-wrapper {
	border-color: #F8F6EF;
}

.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: #09435d;
}

.light-text .two-col.show-borders .text-column.tc-one:after,
.light-text .three-col.show-borders .text-column.tc-one:after,
.light-text .three-col.show-borders .text-column.tc-two:after,
.light-text .four-col.show-borders .text-column.tc-one:after,
.light-text .four-col.show-borders .text-column.tc-two:after,
.light-text .four-col.show-borders .text-column.tc-three:after {
	background: #F8F6EF;
}

.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) {

	.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: #09435d;
	}

	.light-text .four-col.show-borders .text-column.tc-one:before,
	.light-text .four-col.show-borders .text-column.tc-two:before {
		background: #F8F6EF;
	}

}

@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: #09435d;
	}

	.light-text .two-col.show-borders .text-column.tc-one:before {
		background: #F8F6EF;
	}

	.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: #09435d;
	}

	.light-text .three-col.show-borders .text-column.tc-one:before,
	.light-text .three-col.show-borders .text-column.tc-two:before {
		background: #F8F6EF;
	}

}

@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: #09435d;
	}

	.light-text .four-col.show-borders .text-column.tc-one:before,
	.light-text .four-col.show-borders .text-column.tc-two:before,
	.light-text .four-col.show-borders .text-column.tc-three:before {
		background: #F8F6EF;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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-cs-70-30 .it-image-column-wrapper {
	width: 65%;
}

.it-cs-70-30.it-image-right .it-image-column-wrapper {
	width: 35%;
}

.it-cs-30-70 .it-image-column-wrapper {
	width: 35%;
}

.it-cs-30-70.it-image-right .it-image-column-wrapper {
	width: 65%;
}

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

.full-width .it-image {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

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

.it-image-right .it-icon-graphic-wrapper {
	left: 0;
}

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

.it-cs-70-30 .it-text-column-wrapper {
	width: 35%;
}

.it-cs-70-30.it-image-right .it-text-column-wrapper {
	width: 65%;
}

.it-cs-30-70 .it-text-column-wrapper {
	width: 65%;
}

.it-cs-30-70.it-image-right .it-text-column-wrapper {
	width: 35%;
}

.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-cs-50-50 .it-text-column {
	padding: 60px 160px 40px;
}

.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: 1365px) {

	.it-cs-50-50 .it-text-column {
		padding: 60px 60px 40px;
	}

}

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

	.it-cs-70-30 .it-image-column-wrapper {
		width: 60%;
	}

	.it-cs-70-30.it-image-right .it-image-column-wrapper {
		width: 40%;
	}

	.it-cs-30-70 .it-image-column-wrapper {
		width: 40%;
	}

	.it-cs-30-70.it-image-right .it-image-column-wrapper {
		width: 60%;
	}

	.it-cs-70-30 .it-text-column-wrapper {
		width: 40%;
	}

	.it-cs-70-30.it-image-right .it-text-column-wrapper {
		width: 60%;
	}

	.it-cs-30-70 .it-text-column-wrapper {
		width: 60%;
	}

	.it-cs-30-70.it-image-right .it-text-column-wrapper {
		width: 40%;
	}

	.it-icon-graphic-wrapper {
		width: 120px;
	}

	.it-text-column {
		padding: 60px 40px 40px !important;
	}

}

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

	.it-image-column-wrapper,
	.it-text-column-wrapper {
		width: 100% !important;
	}

	.it-icon-graphic-wrapper {
		width: 80px;
	}

}

@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: calc(100% - 20px) !important;
		bottom: 0 !important;
		transform: translateX(-100%) translateY(50%) !important;
	}

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

	.it-text-column {
		padding: 50px 40px 0px !important;
		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 !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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 20px 40px;
	font-family: "angie-sans", sans-serif;
	font-size: 45px;
	line-height: 48px;
}

.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: 1px;
	background: #2E4252;
}

.light-text .calls-to-action-wrapper:before {
	background: #F8F6EF;
}

.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: 1px;
	background: #2E4252;
}

.light-text .call-to-action-wrapper:after {
	background: #F8F6EF;
}

.call-to-action-headline {
	position: relative;
	padding: 22px 480px 18px 40px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	cursor: pointer;
}

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

.call-to-action-headline span:after {
	content: '';
	position: absolute;
	right: -36px;
	bottom: 4px;
	width: 20px;
	height: 28px;
	background: url('images/cta-arrow.png') no-repeat center center;
	background-size: contain;
	transform-origin: center center;
	transition: all 0.2s ease;
}

.light-text .call-to-action-headline span:after {
	background-image: url('images/cta-arrow-white.png');
}

.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-wrapper.open .call-to-action-image-wrapper {
	display: none !important;
}

.call-to-action-image {
	display: block;
	margin: 0 auto;
}

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

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

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

.call-to-action-content-left {
	padding: 0 0 20px;
	width: 50%;
	flex-grow: 2;
}

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

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

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

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

	/*.call-to-action-content.has-image {
		padding: 0 325px 0 40px;
	}*/

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

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

	.call-to-action-headline {
		padding: 22px 280px 18px 20px;
		font-size: 24px;
		line-height: 30px;
	}

	.call-to-action-headline span:after {
		bottom: 5px;
		width: 14px;
		height: 20px;
	}

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

	/*.call-to-action-content.has-image {
		padding: 0 265px 0 20px;
	}*/

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

}

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

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

	.call-to-action-headline {
		padding: 22px 240px 18px 20px;
		font-size: 26px;
		line-height: 34px;
	}

	.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 225px 10px 20px;
	}*/
	
	.call-to-action-content-left,
	.call-to-action-content-right {
		padding: 0;
		width: 100%;
	}
	
	.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 40px 20px 20px;
	}

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

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

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

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

}

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

.image-slider-block .content-block {
	padding: 0 120px;
}

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

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

.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: -110px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-left.png') no-repeat center center !important;
	background-size: contain !important;
	z-index: 100;
}

.light-text .image-slider .slick-prev {
	background-image: url('images/slider-arrow-right-white.png') !important;
}

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

.light-text .image-slider .slick-next {
	background-image: url('images/slider-arrow-left-white.png') !important;
}

.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;
	top: 50%;
	/*bottom: 80px;*/
	padding: 0 60px;
	width: 100%;
	transform: translateY(-50%);
}

.is-content {
	margin: 0 auto;
	max-width: 800px;
}

.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-block .content-block {
		padding: 0 60px;
	}

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

	.image-slider .slick-next {
		right: -50px !important;
		width: 40px !important;
		height: 40px !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;
	}

}

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

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

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

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

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

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

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

}

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

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

.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: -93px !important;
	width: 43px !important;
	height: 43px !important;
	background: url('images/slider-arrow-left.png') no-repeat center center !important;
	background-size: contain !important;
	z-index: 100;
}

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

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

.small-width .image-carousel .slick-prev,
.medium-width .image-carousel .slick-prev {
	left: -93px !important;
}

.small-width .image-carousel .slick-next,
.medium-width .image-carousel .slick-next {
	right: -93px !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 63px;
	}

	.image-carousel .slick-prev {
		left: -53px !important;
	}

	.image-carousel .slick-next {
		right: -53px !important;
	}

	.small-width .image-carousel .slick-prev,
	.medium-width .image-carousel .slick-prev {
		left: -53px !important;
	}

	.small-width .image-carousel .slick-next,
	.medium-width .image-carousel .slick-next {
		right: -53px !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-outer {
		padding: 0 40px;
	}

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

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

	.small-width .image-carousel .slick-prev,
	.medium-width .image-carousel .slick-prev {
		left: -35px !important;
	}

	.small-width .image-carousel .slick-next,
	.medium-width .image-carousel .slick-next {
		right: -35px !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-size: 0;
	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: #F8F6EF;
}

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

.animated-ticker-text {
	display: inline-block;
	padding: 0 20px;
	font-family: "angie-sans", sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	color: #09435D;
	white-space: nowrap;
	vertical-align: middle;
}

.light-text .animated-ticker-text {
	color: #09435D;
}


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

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

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

	.animated-ticker-wrapper {
		height: 60px;
	}

	.animated-ticker-text {
		font-size: 30px;
		line-height: 30px;
	}

	.ticker-image {
		height: 60px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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;
	display: none !important;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 0;
	margin: 0 0 100px;
	padding: 10px 0;
	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:after {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	bottom: 0;
	width: calc(100vw + 9999px);
	height: 2px;
	background: #09435D;
}

.blog-category-headline {
	position: relative;
	margin: 0;
}

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

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

.blog-categories li a {
	display: block;
	position: relative;
	padding: 5px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #09435D;
}

.blog-categories li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background: #09435D;
	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: 80px;
	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 72%;
	overflow: hidden;
}

.blog-main-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.01);
	transition: transform 30s linear;
}

.blog-main-image:hover {
	transform: scale(2);
}

.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 {
	color: #CF411B;
	text-decoration: none;
}

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

.blog-sub-head a {
	color: #052935;
}

.blog-excerpt {
	
}

.blog-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0 0;
	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 37px;
	text-decoration: none;
	color: #09435D;
}

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

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

.next-page a {
	display: block;
	position: relative;
	padding: 0 37px 0 0;
	text-decoration: none;
	color: #09435D;
}

.next-page a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	height: 100%;
	background: url('images/blog-navigation-arrows.png') no-repeat right center;
	background-size: 55px 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;
}

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

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

.blog-feed-block {
	display: flex;
	position: relative;
}

.bfb-item-main-wrapper {
	position: relative;
	top: 0;
	width: 65%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.bfb-item-main-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;	
}

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

.bfb-main-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.01);
	transition: transform 30s linear;
}

.bfb-main-image:hover {
	transform: scale(2);
}

.bfb-item-main-content {
	display: flex;
	column-gap: 80px;
	padding: 40px 40px 0 40px;
}

.bfb-item-main-meta {
	width: calc(40% - 40px);
}

.bfb-item-main-content .bfb-excerpt {
	width: calc(60% - 40px);
}

.bfb-sidebar {
	width: 35%;
	padding: 0 40px 0 80px;
}

.bfb-item {
	position: relative;
	top: 0;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 2px solid #09435D;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

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

.bfb-sidebar .bfb-item:last-child {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.bfb-title {
	margin: 0 0 10px;
}

.bfb-title a {
	color: #09435D;
}

.bfb-sub-field {
	text-transform: uppercase;
}

.bfb-sidebar .bfb-excerpt {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

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

	.bfb-item-main-content {
		display: flex;
		column-gap: 40px;
		padding: 40px 20px 0 40px;
	}

	.bfb-item-main-meta {
		width: calc(40% - 20px);
	}

	.bfb-item-main-content .bfb-excerpt {
		width: calc(60% - 20px);
	}

	.bfb-sidebar {
		padding: 0 40px 0 40px;
	}

}

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

	.bfb-item-main-content {
		display: block;
	}

	.bfb-item-main-meta {
		width: 100%;
	}

	.bfb-item-main-content .bfb-excerpt {
		width: 100%;
	}

}

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

	.bfb-item-main-wrapper {
		width: 55%;
	}

	.bfb-sidebar {
		width: 45%;
	}

}

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

	.blog-feed-block {
		display: block;
	}

	.bfb-item-main-wrapper {
		width: 100%;
	}

	.bfb-item-main-content {
		padding: 40px 40px 0 40px;
	}

	.bfb-item-main-content .bfb-excerpt {
		margin: 0 0 30px;
		padding: 0 0 10px;
		border-bottom: 2px solid #09435D;
	}

	.bfb-sidebar {
		width: 100%;
	}

}

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

	.bfb-item-main-content {
		padding: 40px 20px 0 20px;
	}

	.bfb-sidebar {
		padding: 0 20px 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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: #B5CBC7;
}

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

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

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

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

}

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

.footer-wrapper {
	position: relative;
	background: #F8F6EF;	
}

.footer-wrapper a {
	color: #09435D;
}

.footer-wrapper a:hover {
	color: #CF411B;
}

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

.footer-content {
	display: flex;
	column-gap: 50px;
	row-gap: 20px;
	margin: 0 auto;
	padding: 100px 40px 100px;
	max-width: 1480px;
}

.footer-column.fc1 {
	padding-top: 100px;
	width: calc(25% - 33px);
}

.footer-column.fc2 {
	padding-top: 100px;
	width: calc(25% - 33px);
}

.footer-column.fc3 {
	width: calc(50% - 33px);
}

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

.legal {
	padding: 0 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}

.legal a {
	text-decoration: none;
}

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

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

	.footer-content {
		padding: 80px 40px 80px;
	}

	.footer-content {
		column-gap: 30px;
	}

	.footer-column.fc1 {
		padding-top: 60px;
		width: calc(26% - 20px);
	}

	.footer-column.fc2 {
		padding-top: 60px;
		width: calc(26% - 20px);
	}

	.footer-column.fc3 {
		width: calc(48% - 20px);
	}

}

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

	.footer-content {
		margin: 0 auto;
		padding: 80px 40px 80px;
		max-width: 600px;
	}

	.footer-content {
		column-gap: 40px;
		flex-wrap: wrap;
	}

	.footer-column.fc1 {
		padding-top: 0;
		width: calc(50% - 20px);
	}

	.footer-column.fc2 {
		padding-top: 0;
		width: calc(50% - 20px);
	}

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

}

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

	.footer-content {
		margin: 0 auto;
		padding: 60px 20px 40px;
		max-width: 440px;
	}

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

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

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

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

}

/*-----------------------------------------------------------------------------------------------------------
		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: #09435D;
}

.social-media-menu li a:hover {
	color: #CF411B;
}

/*-----------------------------------------------------------------------------------------------------------
		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: "angie-sans", sans-serif !important;
	font-size: 20px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	color: #052935 !important;
}

.gform_wrapper .gfield_required {
	height: 10px !important;
	color: #052935 !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 50px 10px 0 !important;
	font-family: "angie-sans", sans-serif !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
	letter-spacing: 0.02em !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
	color: #052935 !important;
	background: transparent url('images/submit-arrow.png') no-repeat calc(100% - 10px) center !important;
	background-size: 24px auto !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: #052935 !important;
	background-position: 100% center !important;
}

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

.light-text .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #F8F6EF !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: "Muli", sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #052935 !important;
	letter-spacing: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #052935 !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: #F8F6EF !important;
	border-bottom: 1px solid #F8F6EF !important;
}

.gform_wrapper select {
	padding: 0 30px 0 4px !important;
	height: 42px !important;
	font-family: "Muli", sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #052935 !important;
	background: transparent url('images/cta-arrow.png') no-repeat !important;
	background-position: calc(100% - 8px) center !important;
	background-size: auto 12px !important;
	border: 0 !important;
	border-bottom: 1px solid #052935 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

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

.gform_wrapper textarea {
	font-family: "Muli", sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #052935 !important;
	background: transparent !important;
	border: 1px solid #052935 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

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

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

.wsp-container ul {
	list-style-type: none;
}

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



}

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



}

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



}
