/******************************************************************

Theme Name: Eight Wire
Theme URI: https://eightwire.uk
Description: Web Design & Development
Author: Eight Wire
Author URI: https://eightwire.uk
Version: 0.0.1
Tags: design, marketing, web development, content management

******************************************************************/

:root {
	--blue-d: #192760;
	--blue-d-t: rgba(25, 39, 96, 0.75);
	--blue-darker: #151E35;
	--blue-l: #0A7799;
	--blue-l-t: rgba(10, 119, 153, 0.75);
	--blue-p: #E8F3FC;
	--red-d: #7A0015;
	--red-l: #AA002D;
	--white: #fff;
	--green: #93b26a;
	--grey: #999;
	--grey-l: #ededed;
	--grey-d: #c9c9c9;
	--header-height: 80px;
	--h-top-height: -40px;
}

html {
	scroll-behavior: smooth;
}
html, body {
	margin: 0;
	padding: 0;
	max-width: 100vw;
	color: var(--blue-d);
	font-family: 'Roboto';
	letter-spacing: 0.02em;
	line-height: 1;
	overflow-x: hidden;
}
body {
	padding-top: var(--header-height);
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 18px;
	color: var(--blue-d);
	font-family: 'Noticia Text';
	font-weight: 400;
}
h1 {
	font-size: 42px;
}
h2 {
	color: var(--blue-d);
	font-size: 38px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}

p {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.5;
}

a, a:link, a:visited, a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a, a:visited {
	color: var(--red-d);
}
a:hover {
	color: var(--blue-l);
}

.transition-all, .ta, button, input, textarea,
a,
.ewmodal-btn-open {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
iframe {
	max-width: 100%;
}
textarea {
	min-height: 60px;
	resize: vertical;
}
textarea,
input:not([type="submit"]) {
	border: 1px solid var(--blue-l);
	padding: 6px;
}
address {
	font-style: normal;
}


/* CLEARFIX */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: ' ';
	display: table;
}
.cf:after {
	clear: both;
}

.w {
	max-width: 100%;
	margin: 0 auto;
}
.w[class*="size-"] {
	margin: 0 auto;
}
.w[class*="size-"].m-r {
	margin: 0 auto 0 0;
}
.w[class*="size-"].m-l {
	margin: 0 0 0 auto;
}
.w.size-full {
	max-width: 1920px;
}
.w.size-xx-wide {
	max-width: 1782px;
}
.w.size-x-wide {
	max-width: 1440px;
}
.w.size-desktop {
	max-width: 1280px;
}
.w.size-wide {
	max-width: 1144px;
}
.w.size-large {
	max-width: 1080px;
}
.w.size-mid {
	max-width: 960px;
}
.w.size-narrow {
	max-width: 720px;
}
.w.size-small {
	max-width: 640px;
}
.w.size-x-small {
	max-width: 480px;
}


/* HEADER */
header.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
	transition: top 0.18s ease-in-out;
}
.admin-bar header.header {
	top: var(--wp-admin--admin-bar--height);
}
header.header.scrolled {
	top: var(--h-top-height);
}
.admin-bar header.header.scrolled {
	top: calc(var(--wp-admin--admin-bar--height) + var(--h-top-height));
}

header.header .size-xx-wide {
	position: relative;
	width: 100%;
}

header .top {
	height: 40px;
	background: var(--white);
}

.header-logo {
	width: 113px;
	height: 106px;
	margin: 12px 0;
	grid-row: span 2;
	z-index: 2;
}

.header-logo a {
	display: block;
}

.header-logo svg {
	width: 100%;
}

.header-top {
	background: var(--white);
}

.header-links {
	text-align: right;
	gap: 18px;
}

.header-links a {
	color: var(--blue-d);
	gap: 12px;
	letter-spacing: 0.03em;
}
.header-links a:hover {
	color: var(--green);
}

.header-links a svg path {
	transition: fill 0.18s ease-in-out;
}
.header-links a:hover svg path,
.header-links a.insta:hover svg circle {
	fill: var(--green) !important;
}

.header-links a.contact-link,
.header-links a.tel-link {
	gap: 7px;
}

.contact-link svg {
	width: 12px;
}

.header-links .tel-link svg {
	width: 14px;
}

.header-links .tel-link span,
.contact-link span {
	font-weight: 500;
}

.header-links .mail-link svg {
	width: 23px;
}

header .bottom {
	background: var(--blue-d);
	color: var(--white);
}

header.header .header-bottom > .w.size- {
	padding: 0;
}

header :is(.fb, .twit, .linkedin, .insta) svg {
	height: 18px;
}
header :is(.fb, .twit, .linkedin, .insta):hover svg path,
header .insta:hover svg circle {
	fill: var(--blue-d);
}

a.quote-btn {
	background: var(--green);
	color: var(--white);
	height: 40px;
	padding: 0 28px 0 16px;
	font-family: 'Noticia Text';
	font-size: 20px;
	font-weight: 700;
	gap: 11px;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}
a.quote-btn:hover {
	background: var(--blue-l);
	color: var(--white) !important;
}

.quote-btn span {
	text-wrap: nowrap;
}

.quote-btn svg {
	width: 28px;
}

.hamburger {
	position: absolute;
	z-index: 2000;
	display: none;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	transition: top 0.18s ease-in-out;
}

.hamburger > span {
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background: var(--white);
	transition: all 0.5s ease-in-out;
	transform-origin: center;
}

.hamburger-switch {
	display: none;
}

.hamburger-switch:checked ~ .hamburger .ham1 {
	transform: rotateZ(45deg) translate(5px, 5px) scaleX(1.3);
}
.hamburger-switch:checked ~ .hamburger .ham2 {
	transform: scale(0);
	opacity: 0;
}
.hamburger-switch:checked ~ .hamburger .ham3 {
	transform: rotateZ(-45deg) translate(5px, -5px) scaleX(1.3);
}

.mobile-btm {
	display: none !important;
}


/* MENUS */
.ew-menu .menu {
	margin: 0;
	font-size: 0;
}

.menu, .sub-menu {
	list-style: none;
	padding-left: 0;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 99%;
	top: calc(100% - 2px);
	left: 50%;
	border-top: 2px solid var(--blue-d);
	background: var(--blue-d);
	text-align: left;
	z-index: 1;
	transform: translateX(-50%);
	overflow: hidden;
}
.sub-menu:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	background: var(--green);
	transform: translateX(-50%) rotateZ(45deg);
}

nav .menu li {
	position: relative;
	display: inline-block;
	margin: 0 9px;
	position: relative;
	transition: margin 0.2s ease;
}
nav .menu li:not(:last-child):after {
	content: '·';
	position: absolute;
	top: 50%;
	right: -12px;
	font-family: 'Noticia Text';
	font-size: 16px;
	font-weight: 700;
	line-height: 0;
	color: var(--green);
}

nav .menu > li:first-child {
	margin-left: 6px;
}
nav .menu > li:last-child {
	margin-right: -6px;
}

nav.nav {
	font-size: 16px;
	text-align: right;
}

.ew-menu li > a {
	display: block;
	border: 0;
	padding: 12px 6px;
	color: var(--white);
	font-family: 'Noticia Text';
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}

.ew-menu li:hover > a {
	color: var(--green);
}

.ew-menu li.current-menu-item > a,
.ew-menu .current-menu-ancestor > a,
.ew-menu .current-menu-parent > a {
	color: var(--grey);
}

.menu li:hover .sub-menu {
	display: block;
}

.sub-menu > li {
	display: block;
	margin: 0 !important;
	border-bottom: 1px solid var(--green);
}
.sub-menu > li:first-child {
	border-top: 2px solid var(--green);
}
.sub-menu > li:last-child {
	border-bottom: 0;
}

.sub-menu > li > a {
	width: 160px;
	padding: 6px;
	color: var(--white) !important;
	font-family: 'Roboto' !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.02em;
}
.sub-menu > li:first-child > a {
	padding-top: 11px;
}
.sub-menu > li > a:hover {
	color: var(--green) !important;
}

.footernav .menu li {
	margin-bottom: 1em;
}


/* MOBILE MENU */
header .mobile-nav-open {
	display: none;
	padding: 16px 12px 12px;
	color: var(--blue-d);
	text-align: center;
}

.mobile-nav {
	position: fixed;
	top: 0px;
	left: -300px;
	width: 300px;
	max-width: 100%;
	height: 100%;
	border-right: 1px solid var(--blue-l);
	background: var(--blue-p);
	overflow: auto;
	z-index: 999999;
	transition: left 0.7s ease;
}
.mobile-nav.active {
	left: 0;
}

.mobile-nav .menu-primary-container {
	padding-bottom: 60px;
}

.mobile-nav .ewmodal-btn-close {
	position: fixed;
	top: auto;
	right: auto;
	bottom: 0;
	left: -300px;
	width: 300px;
	max-width: 100%;
	padding: 16px;
	background: var(--blue-l);
	color: var(--blue-p);
	text-align: left;
	cursor: pointer;
	transition: left 0.7s ease, color 0.2s ease;
}

.mobile-nav.active .ewmodal-btn-close {
	left: 0;
}

.mobile-nav p {
	margin: 0;
	font-size: 18px;
}

.mobile-nav i.icon-close {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}

.mobile-nav i.icon-close:before {
	font-size: 26px;
}

.mobile-nav ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav ul li {
	position: relative;
}

.mobile-nav ul a {
  display: block;
  padding: 16px;
  font-size: 18px;
  color: var(--blue-l);
}
.mobile-nav ul a:hover {
	background: var(--blue-l);
  color: var(--blue-p);
}

.mobile-nav li.menu-item-has-children > a {
	padding-right: 56px;
}

.mobile-nav .sub-menu {
  display: block;
  position: initial;
}

.mobile-nav .sub-menu > li > a {
	width: auto;
	padding-left: 28px;
	font-size: 16px;
}

.mobile-nav .sub-menu .sub-menu > li > a {
	padding-left: 36px;
}


/* BANNER */
.banner-container {
	position: relative;
	overflow: hidden;
}
.banner-container:not(.map-banner):after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 288px;
	background: linear-gradient(to bottom, #fff, var(--blue-d));
	opacity: 0.75;
	mix-blend-mode: multiply;
	z-index: 2;
}

.banner-container .logo {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
}

.banner-container .logo a {
	display: inline-block;
	pointer-events: all;
}

.banner-container .logo svg {
	width: 200px;
}

.banner-container .video-banner {
	height: 810px;
	height: calc(100vh - 161px);
}
.admin-bar .banner-container .video-banner {
	height: 780px;
	height: calc(100vh - 161px - var(--wp-admin--admin-bar--height));
}

.banner-container .video-banner iframe {
	box-sizing: border-box;
	max-width: unset;
	min-width: 100%;
  width: 177.77777778vh;
	min-height: 101%;
	min-height: calc(100% + 1px);
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flexslider,
.flexslider.banner {
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.banner .slides li {
	min-height: 600px;
	height: 810px;
	height: calc(100vh - 161px);
	background: url() no-repeat center center / cover;
}
.admin-bar .banner .slides li {
	height: 780px;
	height: calc(100vh - 161px - var(--wp-admin--admin-bar--height));
}

.flexslider.banner .flex-control-nav {
	bottom: 30px;
	z-index: 3;
}

.flexslider.banner .flex-control-paging li a {
	background: var(--white);
	box-shadow: unset;
	opacity: 1;
}
.flexslider.banner .flex-control-paging li a.flex-active {
	background: var(--green);
}

.banner-caption {
	position: absolute;
	right: 0;
	bottom: 70px;
	left: 0;
	text-align: center;
	z-index: 5;
}

.bc-inner {
	padding: 0 12px;
	color: var(--white);
}
.bc-inner h1 {
	margin-bottom: 0;
	color: var(--white);
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.banner-links {
	position: absolute;
	bottom: 68px;
	left: 50%;
	max-width: 1280px;
	width: 100%;
	padding: 0 12px;
	transform: translateX(-50%);
	gap: 30px;
	z-index: 5;
}

.banner-links a {
	max-width: 190px;
	color: var(--white);
	font-family: 'Noticia Text';
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	flex: 1 0 190px;
}

.banner-links a svg {
	height: 99px;
}

.banner-container svg .bl-hover {
	transition: fill 0.18s ease-in-out;
	fill: transparent;
}
.banner-links a:hover svg .bl-hover {
	fill: var(--blue-d);
}

.banner-container .bl-stroke {
	fill: none;
	stroke: #FFF;
	stroke-width: 2.5;
	stroke-miterlimit: 10;
}

.banner-links span {
	display: block;
	margin-top: 12px;
}

.bc-icon {
	margin-bottom: 30px;
}

.bc-icon svg {
	height: 200px;
}

.opening-bar {
	position: relative;
	padding: 22px 12px 40px;
	background: var(--blue-d);
	color: var(--white);
	font-size: 19px;
	overflow: hidden;
}
.opening-bar:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 26px;
	background: var(--white);
	clip-path: polygon(50% 0%, 100% calc(100% - 1px), 100% 100%, 0px 100%, 0px calc(100% - 1px));
}


/* FRONT PAGE */


/* ARTICLE */
.pad {
	padding: 36px;
}
.pad.pad-more {
	padding: 60px;
}
.pad.pad-mid {
	padding: 24px;
}
.pad.pad-half {
	padding: 18px;
}
.pad.pad-less {
	padding: 12px;
}
.pad-h {
	padding: 0 12px;
}
.pad-v {
	padding: 36px 0;
}


/* LAYOUTS */
.two-col .col,
.three-two-col .col,
.three-col .col,
.text-with-image-wrapper .text-wrapper,
.text-with-image-wrapper .image-wrapper {
	width: 100%;
}

.two-col .col img,
.three-two-col .col img,
.three-col .col img {
	margin: 0 auto;
}

.layout {
	position: relative;
}

.layout.heading-wrapper h2 {
	margin-bottom: 0;
}

.single-column-text-wrapper,
.two-column-text-wrapper {
	padding-top: 30px;
	font-weight: 300;
}

.single-column-text-wrapper > .w {
	max-width: 1510px;
}

.two-column-text-wrapper > h2 {
	margin-bottom: 30px;
}

.two-column-text-wrapper p:last-child {
	margin-bottom: 0;
}

.text-with-image-wrapper .text-wrapper {
	position: relative;
	padding: 20px;
	background: var(--grey-l);
	z-index: 2;
}

.text-with-image-wrapper .text-wrapper > div {
	max-width: 603px;
}

.text-with-image-wrapper .text-wrapper .ewbtn {
	margin-top: 12px;
}

.text-with-image-wrapper .image-wrapper {
	padding: 0;
	background: url() no-repeat center center / cover;
	z-index: 1;
}

.text-with-video-wrapper .responsive-embed {
	height: 100%;
}

.single-column-image-wrapper img {
	margin: 0 auto;
}

.single-column-video-wrapper {
	padding: 0 16px;
}

.two-column-image-wrapper .col:first-child,
.three-column-image-wrapper .col:not(:last-child) {
	margin-bottom: 12px;
}

.value-prop-wrapper {
	min-height: 550px;
	padding-top: 380px;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	color: var(--white);
}
/* .value-prop-wrapper:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	height: 28px;
	background: url('assets/images/stitch.png') repeat-x;
	z-index: 2;
} */

.vp-content {
	width: 100%;
	background: transparent !important;
}

.vp-heading {
	width: 40%;
	padding: 30px 40px;
	background: var(--blue-d);
}
.bg-cyan .vp-heading {
	background: var(--blue-l);
}

.vp-heading h3,
.vp-heading h2 {
	max-width: 318px;
	margin: 0 0 0 auto;
	color: var(--white);
}

.vp-text {
	width: 60%;
	padding: 30px 40px;
	background: var(--blue-d-t);
}
.bg-cyan .vp-text {
	background: var(--blue-l-t);
}

.vp-text p {
	max-width: 680px;
}
.vp-text p:last-child {
	margin-bottom: 0;
}

.cta-img {
    position: relative;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
@supports (-webkit-touch-callout: none) {
    .cta-img {
        background-attachment: scroll;
    }
}

.cta-content {
	position: relative;
	padding: 50px 6px;
	background: var(--grey-d);
	font-size: 16px;
	font-weight: 300;
	z-index: 2;
}
.cta-content:before {
	content: '';
	position: absolute;
	top: -26px;
	right: 0;
	left: 0;
	width: 100%;
	height: 27px;
	background: var(--grey-d);
	clip-path: polygon(50% 0%, 100% calc(100% - 1px), 100% 100%, 0 100%, 0 calc(100% - 1px));
}

.cta-content .size-mid {
	padding: 0 6px;
}

.cta-content p {
	font-size: 16px;
	font-weight: 300;
}

.cta-content .ewbtn {
	margin-top: 32px;
}
.cta-content .ewbtn:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--white);
	z-index: -2;
}

.three-col-links {
	padding: 40px 18px 60px;
}

.three-col-links .grid {
	gap: 23px;
}

.tcl-content {
	padding: 33px 20px;
}

.three-col-links .ewbtn {
	margin: auto auto 0 33px;
}

.two-col-ctas-wrapper {
	display: grid;
	gap: 0;
}

.tcc-cta .cta-img {
	height: 260px;
	background-attachment: unset;
	flex-shrink: 0;
}

.tcc-cta .cta-content {
	height: 100%;
}
.tcc-cta:first-child .cta-content,
.tcc-cta:first-child .cta-content:before {
	background: var(--grey-l);
}

.tcc-cta .cta-content .w.size-mid {
	max-width: 606px;
}

.layout-divider {
	width: 100%;
}
.layout-divider.small {
	padding-top: 18px;
	padding-bottom: 18px;
}
.layout-divider.med {
	padding-top: 36px;
	padding-bottom: 36px;
}
.layout-divider.large {
	padding-top: 60px;
	padding-bottom: 60px;
}

.layout-divider hr {
	width: 100%;
	margin: 0 auto;
	border-top: 3px solid var(--blue-d);
	border-bottom: 0;
	color: var(--blue-d);
}

.layout-spacer {
	height: 18px;
}
.layout-spacer.med {
	height: 36px;
}
.layout-spacer.large {
	height: 60px;
}

.selection-wrapper .grid {
	gap: 0;
}

.selection-wrapper .block {
	position: relative;
	background: url() no-repeat center / cover;
	overflow: hidden;
}

.selection-wrapper .block-overlay {
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	padding: 68px 12px 46px;
	background: var(--blue-d-t);
	color: var(--white);
	clip-path: polygon(50% 0%, 100% 30px, 100% 100%, 0 100%, 0 30px);
}

.selection-wrapper .inner.w {
	max-width: 490px;
}

.selection-wrapper h4 {
	margin-bottom: 0;
	color: var(--white);
	font-weight: 700;
}

.selection-wrapper .text {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.18s ease-in-out, margin-top 0.18s ease-in-out;
}
.selection-wrapper .block:hover .text {
	margin-top: 18px;
	grid-template-rows: 1fr;
}

.selection-wrapper .text-inner {
	overflow: hidden;
}

.selection-wrapper p {
	font-size: 15px;
}
.selection-wrapper p:last-of-type {
	margin-bottom: 0;
}

.bo-link-wrap {
	position: relative;
}
.bo-link-wrap:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	margin: 20px auto;
	background: var(--white);
}

.bo-link-wrap a {
	color: var(--white);
}

.gallery {
	margin: 30px 0;
}

.gallery-slide img {
	margin: 0 auto;
}

.gallery-thumb-wrapper {
	position: relative;
	margin-bottom: 36px;
}

.gallery-nav-arrow {
	color: var(--blue-d);
	cursor: pointer;
}

.gallery-thumbnav {
	width: 90%;
	width: calc(100% - 90px);
}

.gallery-thumb-img {
	margin: 12px;
}

.lightbox-gallery {
	padding: 16px 0;
}

.lightbox-gallery h2 {
	margin-bottom: 40px;
}

.lightbox-gallery .grid-4-3-2 {
	gap: 0;
}

.lightbox-gallery .grid > a {
	position: relative;
	display: block;
	background: url() no-repeat center center / cover;
	transition: filter 0.3s ease;
	overflow: hidden;
}
.lightbox-gallery .grid > a:nth-child(n+9) {
	display: none;
}
.lightbox-gallery .grid > a:before {
	content: '';
	position: absolute;
	top: 100%;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: var(--blue-d-t) url('assets/images/magnifying-glass-white.png') no-repeat center center;
	clip-path: polygon(50% 0%, 100% 30px, 100% 100%, 0 100%, 0 30px);
	transition: top 0.18s ease-in-out;
}
.lightbox-gallery .grid > a:hover:before {
	top: 75%;
}

.lightbox-gallery .ewbtn {
	margin-top: 40px;
}

.mfp-bg {
	background: rgba(0, 0, 0, 0.5) !important;
	backdrop-filter: blur(10px) !important;
	opacity: 1 !important;
}

.mfp-figure:after {
	box-shadow: none !important;
	background: var(--white) !important;
}

.mfp-arrow-left {
	margin-left: 22px !important;
}
.mfp-arrow-right {
	margin-right: 22px !important;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
	content: none !important;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
	width: 36px !important;
	height: 36px !important;
	border: 1px solid #fff !important;
	border-top: 0 !important;
	border-left: 0 !important;
	transform: rotate(-45deg);
}
.mfp-arrow-left:after {
	transform: rotate(135deg);
}

button.mfp-close {
	position: fixed !important;
	top: 66px !important;
	right: 60px !important;
	width: 26px !important;
	height: 26px !important;
	padding-right: 0 !important;
	font-family: 'Noticia Text' !important;
	font-size: 70px !important;
	font-weight: 100 !important;
	line-height: 26px !important;
}

.faqs-wrapper,
.single-column-image-wrapper,
.two-column-image-wrapper .w.size-,
.three-column-image-wrapper .w.size- {
	max-width: 1534px;
	padding: 0 12px;
}

.faq {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--blue-d);
	padding-bottom: 30px;
}

.faq button {
	width: 47px;
	height: 43px;
	margin-right: 18px;
	border: 2px solid var(--blue-d);
	border-radius: 0;
	background: transparent;
	color: var(--blue-d);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.faq h4 {
	margin-bottom: 0;
	padding-top: 6px;
	font-size: 24px;
}

.faq dd {
	margin: 0;
	padding: 16px 0 0;
	font-weight: 300;
	display: none;
}

.faq dd p:last-child {
	margin-bottom: 0;
}


/* CONTACT PAGE & FORM */
.map-banner {
	position: relative;
	height: 810px;
	overflow: hidden;
}
.admin-bar .map-banner,
.admin-bar .map-banner iframe {
	height: 780px;
}

.map-banner iframe {
	position: absolute;
	max-width: unset;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.map-banner .skip-btn {
	position: absolute;
	display: inline-block;
	right: 220px;
	bottom: 0;
	z-index: 5;
	background: var(--blue-d);
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	padding: 20px 22px;
	color: var(--white);
	text-transform: uppercase;
}
.map-banner .skip-btn:hover {
	background: var(--green);
}

.contact-intro .w.size- {
	max-width: 1510px;
	padding: 40px 12px 45px;
}

.contact-intro h1 {
	margin-bottom: 42px;
	text-transform: uppercase;
}

.contact-intro h3 {
	margin-left: 32px;
}

.contact-intro a.flex {
	display: inline-flex;
	color: var(--blue-d);
}
.contact-intro a.flex:hover {
	color: var(--green);
}

.contact-intro .icon-wrap {
	display: inline-flex;
	width: 22px;
	margin-right: 10px;
	flex-shrink: 0;
}

.contact-intro svg {
	height: 18px;
	margin-left: auto;
}

.form-wrapper {
	padding: 50px;
	background: var(--grey-l);
}

.form-wrapper .gf-wrap {
	max-width: 1510px;
	width: 100%;
	margin: 34px auto 0;
}

.form-wrapper .gform_wrapper {
	--gf-ctrl-size: 55px !important;
	--gf-ctrl-border-color: var(--white) !important;
	--gf-ctrl-radius: 0 !important;
	--gf-ctrl-btn-radius: 0 !important;
	--gf-padding-x: 20px !important;
	--gf-padding-y: 20px !important;
	--gf-ctrl-btn-padding-x: 46px !important;
	--gf-ctrl-btn-padding-y: 12px !important;
	--gf-form-gap-y: 30px !important;
	--gf-ctrl-color: var(--blue-d) !important;
	--gf-ctrl-font-size: 16px !important;
	--gf-ctrl-btn-bg-color-primary: var(--white) !important;
	--gf-ctrl-btn-color-primary: var(--blue-d) !important;
	--gf-ctrl-btn-bg-color-hover-primary: var(--green) !important;
	--gf-ctrl-btn-border-color-primary: var(--blue-d) !important;
	--gf-ctrl-btn-border-color-hover-primary: var(--blue-d) !important;
	--gf-ctrl-btn-font-family: 'Noticia Text' !important;
	--gf-ctrl-btn-font-size: 21px !important;
	--gf-ctrl-btn-text-transform: uppercase !important;
	--gf-field-section-border-color: var(--blue-d) !important;
	--gf-ctrl-btn-border-color-ctrl: var(--blue-d) !important;
	--gf-ctrl-btn-border-color-hover-ctrl: var(--blue-d) !important;
	--gf-ctrl-btn-bg-color-ctrl: var(--white) !important;
	--gf-ctrl-btn-bg-color-hover-ctrl: var(--green) !important;
	--gf-ctrl-btn-color-ctrl: var(--blue-d) !important;
	--gf-ctrl-file-zone-icon-color: var(--blue-d) !important;
}

.form-wrapper .gform_wrapper :is(input, textarea)::placeholder {
	color: var(--blue-d) !important;
}

.form-wrapper .gform_footer {
	display: block !important;
	text-align: right;
}

.map-contact-wrapper.grid {
	padding: 50px 18px;
	row-gap: 0;
}

.info-wrap {
	padding: 30px 0 0;
}

.info-wrap .add-wrap {
	padding-left: 32px;
}

.info-wrap h5 {
	margin-bottom: 14px;
	color: var(--blue-d);
	font-size: 18px;
}

.info-wrap address {
	margin-bottom: 30px;
	font-size: 18px;
}

.info-wrap address br {
	display: none;
}

.info-wrap .icon-wrap {
	display: inline-flex;
	width: 22px;
	margin-right: 10px;
	flex-shrink: 0;
}

.info-wrap svg {
	height: 18px;
	margin-left: auto;
}

.info-wrap svg path {
	fill: var(--blue-d);
}

.info-wrap a {
	color: var(--grey);
}
.info-wrap a:hover {
	color: var(--blue-d);
}
.info-wrap a.flex {
	display: inline-flex;
}

.info-wrap .mc-socials {
	margin-top: 30px;
}

.team-wrapper > .centred {
	margin-bottom: 40px;
}

.team-wrapper h3 {
	margin-bottom: 5px;
}

.team-wrapper h4.role {
	color: var(--blue-d);
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 700;
}

.form-page,
.form-page .opening-bar:after {
	background: var(--grey-l);
}

.form-page .form-wrapper {
	max-width: 1534px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 12px;
}

.form-page .lightbox-img {
	position: relative;
	display: inline-block;
	border: 1px solid var(--blue-d);
	padding: 16px;
}
.form-page .lightbox-img:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 25px;
	height: 25px;
	background: url('assets/images/magnifying-glass.png') no-repeat center center / contain;
	z-index: 2;
}

.form-page table {
	width: 100%;
}

.form-page thead {
	border-bottom: 1px solid var(--green);
}

.form-page th {
	padding: 0 3px 10px;
	color: var(--green);
	font-weight: 400;
	text-align: center;
}
.form-page th:first-child,
.form-page td:first-child {
	padding-left: 0;
	text-align: left;
}

.form-page td {
	padding: 10px 3px 0;
	color: var(--blue-d);
	text-align: center;
}

.back-stay-checkbox label {
	color: var(--blue-d) !important;
	font-weight: 700 !important;
}

.form-page .bend-heading,
.form-page .spreader-heading {
	border-bottom-color: var(--green) !important;
}

.form-page .bend-heading h3,
.form-page .spreader-heading h3 {
	margin-bottom: 0 !important;
	font-size: 16px !important;
}

.form-page .narrower-field > div,
.form-page .narrower-field > label,
.form-page .form-wrapper .gform_footer {
	max-width: 895px;
	margin: 0 auto;
}

.form-page .uv-field {
	height: 117px !important;
	padding: 0 0 0 139px;
	background: url('assets/images/uv-port.png') no-repeat center left / 117px;
	align-content: center;
}
.form-page .uv-field.starboard {
	background-image: url('assets/images/uv-starboard.png');
}

.form-page .uv-field.starboard input {
	order: 2;
}

.form-page .uv-field.starboard label {
	margin-right: 12px;
	margin-left: 0 !important;
	order: 1;
}


/* BLOG */
.post-thumbnail {
	margin-bottom: 18px;
}

.post-feed-post {
	margin: 12px 6px;
	background: var(--blue-p);
	overflow: hidden;
}

.post-date {
	font-size: 16px;
	font-weight: 600;
}

.post-title {
	color: var(--blue-d);
	font-size: 20px;
	font-weight: 700;
}

.pfp-link {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.pagination a {
	color: var(--blue-l);
	text-decoration: none;
}
.pagination a:hover,
.pagination .page-numbers.current {
	color: var(--blue-d);
}

.pagination > a,
.pagination > span,
ul.page-numbers a,
ul.page-numbers span {
	padding: 6px;
}

.pagination a i.icon,
.pagination a > span {
	display: inline-block;
	vertical-align: middle;
}
.pagination a i.icon:before {
	font-size: 22px;
}

/* PARTNERS */
.partners {
	padding: 60px 8px;
}

.partners > .w,
.testimonials-slider-wrapper > .w {
	padding: 0 4px;
}

.partners-slider {
  max-width: 1546px;
}

.partners-slider .slick-track {
	display: flex !important;
	align-items: center;
}

.partners-slide {
	display: flex !important;
	margin: 0 16px;
}

.partners .slick-arrow,
.testimonials-slider-wrapper .slick-arrow {
	cursor: pointer;
}

.partners i.icon:before {
	color: var(--blue-darker);
	font-size: 34px;
}
.partners .slick-arrow:hover i.icon:before {
	color: var(--blue-l);
}


/* TESTIMONIALS */
.testimonials-slider-wrapper {
	position: relative;
	padding: 50px 8px;
	background: var(--blue-d);
	color: var(--white);
}

.testimonials-slider-wrapper h2 {
	margin-bottom: 24px;
	color: var(--white);
	text-transform: none;
}

.testimonials-slider-wrapper > .w {
	position: relative;
	z-index: 9;
}

.testimonials-slider,
.partners-slider {
  position: relative;
  width: 80%;
  width: calc(100% - 68px);
}

.testimonials-slider-slides-slide {
	margin-top: 12px;
	padding: 0 12px;
	text-align: left;
}

.testimonials-slider-wrapper .image {
	width: 100px;
	height: 100px;
	margin-right: 16px;
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
}

.testimonial-content {
	max-width: 800px;
}

.testimonial-attribution {
	margin-bottom: 12px;
	font-family: 'Noticia Text';
	font-size: 22px;
}

.testimonial-text .testimonial {
	font-style: italic;
}

.testimonial-text .testimonial p {
	line-height: 1.2;
}
.testimonial-text .testimonial p:last-child {
	margin-bottom: 0;
}

.testimonials-slider-wrapper i.icon:before {
	color: var(--white);
	font-size: 34px;
}
.testimonials-slider-wrapper .slick-arrow:hover i.icon:before {
	color: var(--green);
}

.testimonials-slider .stars {
	margin-bottom: 12px;
	gap: 6px;
}

.testimonials-slider .stars svg {
	width: 23px;
}

.stars.rating-1 div:nth-child(n+2) polygon,
.stars.rating-2 div:nth-child(n+3) polygon,
.stars.rating-3 div:nth-child(n+4) polygon,
.stars.rating-4 div:nth-child(n+5) polygon {
	fill: #8780a0;
}

.slick-dots {
	margin: 28px 0 0;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--white);
	border-radius: 50%;
	padding: 0;
	background: var(--white);
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	outline: none;
	transition: background 0.2s ease;
}
.slick-dots li.slick-active button {
	border-color: var(--green);
	background: var(--green);
}
.slick-dots li:hover button {
	border-color: var(--green);
}


/* FOOTER */
footer.footer {
	position: relative;
	color: var(--white);
	font-size: 14px;
	z-index: 90;
}

footer .w.size- {
	max-width: 1128px;
}

footer .w > section {
	padding: 18px;
	flex: 1;
}
footer .w > section.connect {
	padding-bottom: 0;
	text-align: center;
	flex: 2;
}

footer h5 {
	margin-bottom: 0;
	color: var(--white);
	font-size: 24px;
	text-transform: uppercase;
}
footer h5:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	margin: 24px 0 18px;
	background: var(--white);
}

footer .w > section p,
footer .w > section ul {
	margin-top: 0;
	font-size: 14px;
}

footer.footer a {
	color: var(--white);
}
footer.footer a:hover {
	color: var(--green);
}

footer address {
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.5em;
}

footer .contact-details a {
	gap: 6px;
}

footer .tel-link,
footer .mail-link {
	margin-bottom: 12px;
}

footer .tel-link svg {
	width: 13px;
}

footer .tel-link span {
	font-size: 16px;
	font-weight: 500;
}

footer .mail-link svg {
	width: 22px;
}

footer .mail-link span {
	font-size: 16px;
}

.footer-logo {
	width: 180px;
	margin: 0 auto 30px;
}

footer section.connect .social {
	margin-top: auto;
	line-height: 0;
	transform: translateY(1px);
}

footer .social a {
	display: inline-block;
	margin: 0 9px;
	line-height: 0;
}

footer .social a svg path {
	transition: fill 0.18s ease-in-out;
}
footer .social a:hover svg :is(path, circle) {
	fill: var(--green);
}

footer .top {
	padding: 50px 0;
	background: var(--blue-d);
	color: var(--white);
}

footer .top > .flex {
	flex-direction: column;
}

footer .links-contact,
footer .logo-socials {
	width: 100%;
	flex-shrink: 0;
}

footer .logo-socials .social svg {
	height: 18px;
}

footer .logo-socials svg :is(path, circle),
footer .contact-details svg path {
	fill: var(--white);
}

footer .bottom {
	position: relative;
	background: var(--blue-darker);
	font-family: 'Noticia Text';
	font-size: 16px;
	font-weight: 400;
	z-index: 2;
}

footer .bottom .quote-btn-wrap {
	min-height: 40px;
	align-self: stretch;
}
footer .bottom .quote-btn {
	height: 100%;
}

footer .credit {
	padding: 6px 0 6px 6px;
	text-align: right;
}

footer.footer .footer .bottom a:hover {
	color: var(--blue-l);
}


/* MODAL */
html.locked {
	overflow: hidden;
}

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.4s ease;
	z-index: 9999;
}
.modal-bg.active {
	visibility: visible;
	opacity: 1;
}

.modal-window {
	background: var(--blue-p);
	position: fixed;
	top: -100vh;
	left: 50%;
	bottom: auto;
	width: 80%;
	height: 80%;
	padding-top: 60px !important;
	transition: visibility 0.2s ease, top 0.4s ease;
	transform: translate(-50%, -50%);
	z-index: 99999;
	overflow-y: scroll;
}
.modal-window.active {
	top: 50%;
	visibility: visible;
}

.ewmodal-btn-open {
	cursor: pointer;
}

.ewmodal-btn-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px;
	color: var(--blue-l);
	text-align: center;
	cursor: pointer;
	transition: color 0.2s ease;
}
.ewmodal-btn-close:hover {
	color: var(--blue-l);
}

.ewmodal-btn-close i.icon:before {
	font-size: 24px;
}

button.modal-open {
	margin-bottom: 10px;
	border-radius: 3px;
}


/* MISC */
a.button,
a.ewbtn,
.ewbtn {
	position: relative;
	display: inline-block;
	margin: 0;
	border: 2px solid var(--blue-d);
	padding: 12px 14px;
	background: transparent;
	color: var(--blue-d);
	font-family: 'Roboto';
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.03em;
	transition: all 0.2s ease;
}
a.ewbtn:before,
.ewbtn:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--green);
	z-index: -1;
	transform-origin: bottom center;
	transform: scaleY(0);
	transition: transform 0.18s ease-in-out;
}
a.ewbtn:hover:before,
.ewbtn:hover:before {
	transform: scaleY(1);
}

.ewbtn.margin {
	margin: 12px;
}

.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue-d);
	color: var(--white);
}
.bg-blue h2,
.bg-blue h3 {
	color: var(--white);
}
.bg-blue .ewbtn {
	background: var(--blue-l);
}
.bg-blue .ewbtn:hover {
	background: var(--red-l);
}
.bg-cyan {
	background: var(--blue-p);
}

.ew-scroll-top {
	display: none;
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 42px;
	height: 42px;
	background: var(--blue-l);
	color: var(--blue-p);
	text-align: center;
	cursor: pointer;
	z-index: 98;
	transform: rotateZ(90deg);
}

.ew-scroll-top > i.icon-arrow-left {
	display: inline-block;
	transform: translateY(9px);
}
.ew-scroll-top > i.icon-arrow-left:before {
	font-size: 24px;
}

.centred {
	text-align: center;
}

i.icon {
	font-size: 0;
}
i.icon:before {
	font-size: 38px;
}

.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}
.nodisplay {
	display: none;
}


/* WORDPRESS CORE */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: var(--blue-p);
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  max-width: 98.5%;
	width: auto;
	height: auto;
	margin: 0;
	border: 0 none;
  padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.screen-reader-text {
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	background-color: #eee;
	padding: 15px 23px 14px;
	clip: auto !important;
	clip-path: none;
	color: #444;
	font-size: 1em;
	line-height: normal;
	text-decoration: none;
	z-index: 100000;
}


/* Media Queries */
@media screen and (min-width: 400px) {
	.grid-4-3-2,
	.grid-4,
	.footer .links-contact {
		grid-template-columns: 1fr 1fr;
	}

	.footer .links-contact {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 600px) {
	.grid-3-2,
	.grid-2,
	.selection-wrapper .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 640px) {
	.form-page .uv-field.port {
		padding: 0 139px 0 0;
		background-position-x: right;
	}

	.form-page .uv-field.port .gfield_checkbox > div {
		margin-left: auto;
	}
}

@media screen and (min-width: 720px) {
	textarea,
	input:not([type="submit"]) {
		padding: 12px;
	}

	.two-col .col,
	.three-two-col .col {
		width: 48%;
		width: calc(50% - 12px);
	}

	.two-column-image-wrapper .col:first-child {
		margin-bottom: 0;
	}

	.two-col-ctas-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.grid-4-3-2 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 840px) {
	.three-col .col {
		width: 31%;
		width: calc(33.3% - 12px);
	}

	.grid-4-3-2,
	.grid-4,
	.footer .links-contact {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.grid-3-2 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.text-with-image-wrapper .image-wrapper,
	.text-with-image-wrapper .text-wrapper {
		width: 50%;
	}
	.text-with-image-wrapper.img-right .image-wrapper {
		order: 2;
	}

	.text-with-image-wrapper .image-wrapper img,
	.text-with-image-wrapper .video-wrapper {
		margin: 0;
	}

	.text-with-image-wrapper.img-left .text-wrapper {
		padding-left: 34px;
	}
	.text-with-image-wrapper.img-right .text-wrapper {
		padding-right: 34px;
	}

	.text-with-video-wrapper .text-wrapper {
		padding-bottom: 16px;
	}

	.three-column-image-wrapper .col {
		margin-bottom: 0 !important;
	}

	.content-with-sidebar .content-sidebar {
		width: 29%;
	}

	.content-with-sidebar .content-main {
		width: 67%;
	}

	.form-page .mast-boom-field {
		grid-column: span 8 !important;
	}

	.form-page .mast-boom-img {
		grid-column: 9 / span 4 !important;
		grid-row: 8 / span 8 !important;
	}

	.form-page .slider-table,
	.form-page .slider-field {
		grid-column: 1 / span 6 !important;
	}

	.form-page .slider-img {
		grid-column: 7 / span 6 !important;
		grid-row: 21 / span 3 !important;
	}

	.form-page .bend-heading {
		grid-column: span 6 !important;
	}

	.form-page .bend-field {
		grid-column: span 2 !important;
	}

	.form-page .bend-img {
		grid-column: 7 / span 6 !important;
		grid-row: 25 / span 6 !important;
	}
}

@media screen and (min-width: 960px) {
	footer .top > .flex {
		flex-direction: row;
	}

	footer .links-contact {
		max-width: 75%;
		margin-bottom: 0 !important;
		flex-grow: 1;
	}

	footer .logo-socials {
	  max-width: 25%;
	  flex-shrink: 0;
		justify-content: flex-end !important;
	}
}

@media screen and (min-width: 1200px) {
	.banner-caption h1 {
		font-size: 45px;
	}

	.text-with-image-wrapper:not(.text-with-video-wrapper).img-left .text-wrapper {
		padding-right: 82px;
	}
	.text-with-image-wrapper:not(.text-with-video-wrapper).img-right .text-wrapper {
		padding-left: 82px;
	}
}

@media screen and (min-width: 1280px) {
	.selection-wrapper .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1280px) {
	nav.ew-menu {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
		transform: none;
		z-index: 600;
	}

	nav.ew-menu > .wrap {
		position: relative;
	}

	.hamburger {
		position: absolute;
		top: 52px;
		right: 33px;
		z-index: 1000;
		display: grid;
		gap: 5px;
		place-items: center;
		-webkit-tap-highlight-color: transparent;
	}
	.admin-bar .hamburger {
		top: 85px;
	}
	header.scrolled .hamburger {
		top: 12px;
	}
	.admin-bar header.scrolled .hamburger {
		top: 45px;
	}

	header .menu {
		position: fixed;
		display: none;
		width: 100%;
		height: 100vh;
		margin-top: 0;
		padding: 18px;
		background-color: var(--blue-d-t);
		overflow-y: auto;
		z-index: 999;
		backdrop-filter: blur(10px);
		transition: top 0.3s ease;
	}
	.hamburger-switch:checked ~ .menu {
		display: block !important;
		top: 0;
		place-content: center;
	}

	nav .menu li {
		display: block;
	}
	nav .menu li:after {
		content: none !important;
	}

	.ew-menu li > a {
		padding: 12px 6px;
		font-size: 20px;
	}
	.ew-menu .current-menu-ancestor > a,
	.ew-menu .current-menu-parent > a {
		color: var(--white);
	}

	.ew-menu li.menu-item-has-children > a:after {
		content: none;
	}

	.ew-menu .sub-menu {
		position: initial;
		display: block;
		margin-bottom: 12px;
		border-top: 0;
		background: unset;
		text-align: center;
		transform: none;
	}
	.ew-menu .sub-menu:before {
		content: none;
	}

	.ew-menu .sub-menu > li {
		border: 0 !important;
	}

	.ew-menu .sub-menu > li > a {
		width: unset;
		padding: 3px 6px;
		color: var(--white) !important;
		font-size: 18px !important;
	}
	.ew-menu .sub-menu > li.current-menu-item > a {
		color: var(--green) !important;
	}

	.hamburger-switch:checked ~ .mobile-btm {
		position: fixed;
		display: flex !important;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0 12px 16px;
		gap: 18px;
		z-index: 999;
	}

	.mobile-btm.header-links a {
		gap: 6px;
	}

	.banner-links {
		max-width: 860px;
	}
}

@media screen and (max-width: 1080px) {
	nav .menu li {
		margin: 0 12px;
	}
}

@media screen and (max-width: 1024px) {
	nav .menu li {
		margin: 0 3px;
	}

	footer .w > section {
		flex-basis: 50%;
	}

	footer .w > section:nth-of-type(even) {
		border-right: 0 !important;
	}
}

@media screen and (max-width: 960px) {
	header.header > .grid {
		grid-template-columns: 1fr;
	}

	header .grid > .header-links {
		display: none;
	}

	.header-logo {
		margin: 12px auto;
	}
}

@media screen and (max-width: 840px) {
	.vp-heading,
	.vp-text {
		width: 100%;
		flex-shrink: 0;
	}

	.cta-wrapper .vp-heading {
		padding: 30px 40px 0 !important;
	}
	.cta-wrapper .vp-heading:after {
		content: none;
	}

	.vp-heading h3,
	.cta-wrapper .vp-heading h2,
	.vp-text p,
	.cta-wrapper .vp-text p {
		margin-left: 0;
		max-width: unset;
	}

	.map-contact-wrapper.grid-2 {
		grid-template-columns: 1fr;
	}

	.map-contact-wrapper .info-wrap {
		text-align: center;
	}

	.map-contact-wrapper .info-wrap .add-wrap {
		padding-left: 0;
	}

	.map-contact-wrapper .info-wrap p a.flex {
		justify-content: center;
	}

	.partners,
	.testimonials-slider-wrapper {
		padding: 36px 0;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .hamburger {
		top: 99px;
	}
	.admin-bar header.scrolled .hamburger {
		top: 59px;
	}
}

@media screen and (max-width: 720px) {
	.banner .slides li {
		min-height: unset;
		height: 452px !important;
	}

	.banner-links,
	.bc-icon {
		display: none !important;
	}

	.map-banner .skip-btn {
		right: 50%;
		transform: translateX(50%);
	}

	.partners-slide {
		margin: 0 8px;
	}

	.site-copyright {
		display: block;
		margin-bottom: 6px;
	}

	.credit-separator {
		display: none;
	}

	.site-credit {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.header-links a span {
		display: none;
	}

	.banner-container .logo {
		text-align: center;
	}

	.pad,
	.pad.pad-more {
		padding: 18px;
	}

	.form-wrapper {
		padding: 30px 18px;
	}

	.testimonials-slider {
		width: 100%;
	}

	.testimonials-slider-wrapper .slick-arrow {
		display: none !important;
	}

	footer .w > section {
		flex-basis: 100%;
		border: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.faq button {
		width: 32px;
		height: 34px;
		margin-right: 12px;
	}

	.faq h4 {
		padding-top: 6px;
		font-size: 22px;
	}

	.faq dt {
		padding-right: 0;
	}

	.faq dd {
		padding: 20px 12px 16px;
	}

	.testimonial-text > .flex {
		flex-direction: column;
		text-align: center;
	}

	.testimonial-text .image {
		margin: 0 auto 18px;
	}

	.testimonial-text .stars {
		justify-content: center;
	}

	.modal-window {
		width: 95%;
	}
}

@media screen and (max-width: 400px) {
	.vp-heading,
	.vp-text {
		padding: 40px 18px !important;
	}
	.cta-wrapper .vp-heading {
		padding: 40px 18px 0 !important;
	}

	.cta-link {
		padding: 0 18px;
	}
}


/* GRID */
.grid {
	display: grid;
	gap: 30px;
}


/* FLEX - No styles below this */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flexcol {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flexrow {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexdirection {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
}
.flexdirectionreverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;
}
.flexstretch {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: stretch;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexorder {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 0;
	box-ordinal-group:0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}
.flexi {
	-webkit-box-flex: 1;
	-moz-box-flex: 1 0 auto;
	box-flex:1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	word-wrap:break-word;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.flexone {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1 1 auto;
}
.flexzero {
	-webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1 1 0;
}
.flexiq {
  flex: 1 0 25%;
}
.flexistretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.flexcenter {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flexend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flexvcenter {
	-webkit-align-items: center;
	align-items: center;
}

.flexvstart {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.flexvend {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

@media print {
  #modalWindow,
  #modalbg {
    display: none !important;
  }
}
