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

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 {
	--yellow: #fadc00;
	--yellow-p: #fff7d4;
	--white: #fff;
	--blue: #2e74b5;
	--blue-d: #153859;
	--blue-p: #d3daee;
	--black: #000;
}

html, body {
	margin: 0;
	padding: 0;
	max-width: 100vw;
	font-family: 'Calibri', 'Open Sans', sans-serif;
	font-size: 10px;
	letter-spacing: 0.02em;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 18px;
	color: var(--blue);
	font-family: 'Aleo';
	letter-spacing: 0.04em;
}
h1 {
	font-size: 4rem;
	color: var(--yellow);
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}

p {
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

.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(--white);
	padding: 6px;
}
textarea:focus,
input:not([type="submit"]):focus {
	border-color: var(--blue);
}
address {
	font-style: normal;
}
li {
	font-size: 1.6rem;
}


/* 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: 1800px;
}
.w.size-x-wide {
	max-width: 1440px;
}
.w.size-wide {
	max-width: 1260px;
}
.w.size-large {
	max-width: 1040px;
}
.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: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 1.6rem;
	z-index: 4;
}
.admin-bar header.header {
	top: 32px;
}
body:not(:has(.banner-container)) header.header {
	position: static;
	background: var(--blue);
}

header > .w.size-wide {
	padding: 0 12px;
}

.header-logo {
	margin-bottom: 8px;
}

.socials {
	margin-right: 13px;
	font-size: 0;
	flex-shrink: 0;
}

.socials a {
	display: inline-block;
	border-right: 1px solid var(--white);
	padding: 8px 10px 3px;
	line-height: 0;
}

.socials svg {
	height: 16px;
}

.socials svg path {
	transition: fill 0.3s ease;
}
.header-links a:hover svg path {
	fill: var(--white);
}

.header-links a:hover {
	color: var(--blue-p);
}

.contact-links {
	padding-top: 6px;
	font-family: 'Aleo';
	font-size: 1.6rem;
}

.contact-links:has(a:nth-child(2)) a:first-child {
	padding-right: 6px;
}

.contact-links a:nth-child(2):before {
	content: '|';
	display: inline-block;
	padding: 0 6px 0 0;
	color: var(--yellow);
}

.hamburger {
	position: absolute;
	z-index: 2000;
	display: none;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}

.hamburger > span {
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background: var(--yellow);
	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);
}


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

nav.nav {
	margin-left: 98px;
	text-align: left;
}

.ew-menu .menu {
	margin: 7px 0 0;
	font-size: 0;
}

nav .menu li {
	display: inline-block;
	margin: 2px;
	position: relative;
}

.ew-menu .menu > li:not(:last-child):after {
	content: '|';
	display: inline-block;
	margin: 0 -2px 0 2px;
	color: var(--yellow);
	font-size: 1.6rem;
}

.ew-menu li > a {
	position: relative;
	display: inline-block;
	border: 0;
	padding: 10px 6px;
	color: var(--white);
	font-family: 'Aleo';
	font-size: 1.6rem;
	text-decoration: none;
}
.ew-menu li > a:hover,
.ew-menu li.current-menu-item > a,
.ew-menu .current-menu-ancestor > a,
.ew-menu .current-menu-parent > a {
	color: var(--yellow);
	text-decoration: none;
}

.ew-menu li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: 6px;
	bottom: 0;
	left: 6px;
	height: 1px;
	background: var(--white);
}

.sub-menu {
	display: none;
	position: absolute;
	top: 99%;
	left: 48%;
	left: calc(50% - 8px);
	text-align: center;
	z-index: 1;
	transform: translateX(-50%);
	overflow: hidden;
}
.ew-menu .menu > li:last-child .sub-menu {
	left: 50%;
}

.ew-menu li:hover .sub-menu {
	display: block;
}
.ew-menu .sub-menu:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin: -10px auto 4px;
	background: var(--white);
	transform: rotateZ(45deg);
}

.sub-menu > li {
	display: block;
	margin: 0 !important;
	background: rgba(255, 255, 255, 0.75);
}

.ew-menu .sub-menu > li > a {
	width: 120px;
	border-bottom: 1px solid var(--blue-d);
	padding: 8px 3px;
	color: var(--blue);
	font-family: 'Calibri', 'Open Sans', sans-serif;
	font-size: 1.5rem;
}
.ew-menu .sub-menu > li > a:hover,
.ew-menu .sub-menu > li:nth-child(even) > a {
	color: var(--blue-d);
}
.ew-menu .sub-menu > li:nth-child(even) > a:hover {
	color: var(--blue);
}
.ew-menu .sub-menu > li:last-child > a {
	border-bottom: 0;
}

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


/* MOBILE MENU */
header .mobile-nav-open {
	display: none;
	padding: 16px 12px 12px;
	text-align: center;
}

.mobile-nav {
	position: fixed;
	top: 0px;
	left: -300px;
	width: 300px;
	max-width: 100%;
	height: 100%;
	border-right: 1px solid var(--blue);
	background: var(--white);
	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);
	color: var(--white);
	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);
}
.mobile-nav ul a:hover {
	background: var(--blue);
  color: var(--white);
}

.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 {
	border-bottom: 8px solid var(--blue-d);
	overflow: hidden;
}

.banner-slide:has(img.overlay) {
	position: relative;
}
.banner-slide:has(img.overlay):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(21, 56, 89, 0.8);
	mix-blend-mode: multiply;
	z-index: 2;
}

.banner-caption.w.size- {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	width: 856px;
	padding: 0 12px;
	color: var(--white);
	transform: translate(-50%, -50%);
}

.banner-caption p {
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}

.banner-caption .ewbtn {
	margin: 30px 13px 0;
}

.banner-container .slick-dots {
	position: absolute;
	right: 404px;
	bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.banner-container .slick-dots:not(:has(li:nth-child(2))) {
	display: none;
}


/* 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 36px;
}
.pad-v {
	padding: 36px 0;
}


/* LAYOUTS */
.two-col .col,
.three-two-col .col,
.three-col .col,
.four-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,
.four-col .col img {
	margin: 0 auto;
}

.layouts > .layout:not(:last-child) {
	margin-bottom: 30px;
}

.single-column-text-wrapper {
	padding: 50px 12px;
	background: var(--blue);
	color: var(--white);
}

.single-column-text-wrapper .w.size- {
	max-width: 830px;
}

.single-column-text-wrapper h2 {
	color: var(--yellow);
}

.two-column-text-wrapper {
	padding: 26px 12px 10px;
}

.two-column-text-image-wrapper {
	padding: 0 12px;
}

.two-column-text-image-wrapper .col {
	max-width: 614px;
	margin: 0 auto;
}
.two-column-text-image-wrapper .col:first-child {
	margin-bottom: 12px;
}

.two-column-text-image-wrapper .img-wrapper {
	position: relative;
}

.two-column-text-image-wrapper .col:not(:has(:is(h2, h3))) .img-wrapper {
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}
.two-column-text-image-wrapper .col:has(h2) .img-wrapper:after,
.col-links-wrapper .three-col .col:has(h3) .img-wrapper:after,
.col-links-wrapper .four-col .col:has(h3) .img-wrapper:after,
.post-feed-post .img-wrapper:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 50px;
	background: var(--yellow);
	clip-path: polygon(0 0, 100% 95%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% calc(100% - 2px), 100% 100%, 0% 100%);
}
.col-links-wrapper .three-col .col:has(h3) .img-wrapper:after,
.col-links-wrapper .four-col .col:has(h3) .img-wrapper:after,
.post-feed-post .img-wrapper:after {
	height: 30px;
}

.col-links-wrapper .img-wrapper a,
.post-feed-post .img-wrapper a {
	display: block;
}

.two-column-text-image-wrapper .heading {
	border-radius: 0 0 6px 6px;
	background: var(--yellow);
}

.two-column-text-image-wrapper :is(h2, h3, .text-wrapper),
.post-feed-post :is(h2, .text-wrapper) {
	max-width: 488px;
	width: 100%;
	margin: 0 auto;
}

.two-column-text-image-wrapper :is(h2, h3),
.post-feed-post h2 {
	padding: 3px 12px 19px;
}

.two-column-text-image-wrapper .text-wrapper,
.post-feed-post .text-wrapper {
	padding: 26px 12px 0;
}

.col-links-wrapper .w.size- {
	max-width: 1110px;
}
.col-links-wrapper .three-col.w.size- {
	max-width: 980px;
}
.col-links-wrapper .four-col.w.size- {
	max-width: 1284px;
}

.col-links-wrapper .col {
	max-width: 540px;
	background: var(--yellow-p);
}
.col-links-wrapper .three-col .col:not(:last-child),
.col-links-wrapper .four-col .col:not(:last-child) {
	margin-bottom: 12px;
}

.col-links-wrapper .heading,
.col-links-wrapper .col:has(h2) .img-wrapper:after,
.col-links-wrapper .three-col .col:has(h3) .img-wrapper:after,
.col-links-wrapper .four-col .col:has(h3) .img-wrapper:after,
.post-feed-post .heading,
.post-feed-post .img-wrapper:after {
	background: var(--blue-d);
}

.col-links-wrapper :is(h2, h3),
.post-feed-post h2 {
	color: var(--yellow);
}

.col-links-wrapper .text-wrapper,
.post-feed-post .text-wrapper {
	padding-bottom: 20px;
	flex-grow: 1;
}

.col-links-wrapper .btn-wrap,
.post-feed-post .btn-wrap {
	margin-top: auto;
	text-align: right;
}

.text-with-image-wrapper {
	overflow: hidden;
}
.text-with-image-wrapper.text-with-full-image-wrapper {
	background: var(--blue-p);
}

.text-with-image-wrapper .text-wrapper {
	padding: 24px 12px;
	background: var(--blue-p);
}

.text-with-image-wrapper .text-wrapper > .tw-inner {
	max-width: 100%;
	width: 540px;
	margin: 0 auto;
}

.text-with-image-wrapper .image-wrapper,
.downloads-wrapper .img-wrapper {
	position: relative;
	background: no-repeat center center / cover;
}
.text-with-image-wrapper.img-right .image-wrapper {
	order: 2;
}
.text-with-image-wrapper .image-wrapper:before {
	content: none;
	position: absolute;
	top: 0;
	right: -2px;
	bottom: -2px;
	width: 100px;
	background: var(--blue-p);
	clip-path: polygon(97% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(calc(100% - 2px) 0, 100% 0, 100% 100%, 0% 100%);
	z-index: 2;
}
.text-with-image-wrapper.img-right .image-wrapper:before {
	right: auto;
	left: -2px;
	clip-path: polygon(0 0, 7% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(0% + 2px) 0, 100% 100%, 0% 100%);
}
.text-with-image-wrapper.text-with-full-image-wrapper .image-wrapper:before {
	content: none;
}

.text-with-full-image-wrapper .image-wrapper a {
	display: inline-block;
}
.text-with-full-image-wrapper.img-left .image-wrapper a {
	margin-left: auto;
}
.text-with-full-image-wrapper:has(img.stretch) .image-wrapper a,
.text-with-full-image-wrapper img.stretch {
	width: 100%;
}

.text-with-video-wrapper {
	background: var(--blue-p);
}

.text-with-video-wrapper .image-wrapper {
	line-height: 0;
}
.text-with-video-wrapper .image-wrapper:before {
	content: none !important;
}

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

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

.layout-divider {
	max-width: 1284px;
	margin: 24px auto;
	border-color: var(--blue-d);
	border-style: solid;
	padding: 0 12px;
	background: var(--blue-d);
	color: var(--blue-d);
}

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

.gallery-wrapper h2 {
	padding: 0 12px;
}

.gallery-outer {
	padding: 0 12px;
	background: var(--blue-p);
	line-height: 0;
}

.gallery-wrapper .grid.grid-4 {
	grid-template-columns: 1fr 1fr;
}

.gallery-wrapper .grid > div {
	overflow: hidden;
}
.gallery-wrapper .grid > div:nth-child(n+9) {
	display: none;
}

.gallery-wrapper .grid > div a {
	position: relative;
	display: inline-block;
}
.gallery-wrapper .grid > div a:before,
.downloads-wrapper .img-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	bottom: -2px;
	width: 30px;
	background: var(--blue-p);
	clip-path: polygon(97% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(calc(100% - 2px) 0, 100% 0, 100% 100%, 0% 100%);
}
.downloads-wrapper .img-wrapper:before {
	content: none;
	background: var(--white);
}

.gallery-wrapper .btn-wrap {
	padding: 30px 12px 0;
}

.downloads-wrapper {
	max-width: 1284px;
	margin: 0 auto;
	padding: 0 12px;
}
.downloads-wrapper:has(.img-wrapper) {
	max-width: 1330px;
}

.downloads-wrapper .img-wrapper,
.downloads-wrapper .text-wrapper {
	width: 100%;
}
.downloads-wrapper:has(.img-wrapper) .text-wrapper {
	padding-top: 12px;
}

.downloads-wrapper ul {
	margin: 34px 0 0;
	padding-left: 0;
}

.downloads-wrapper li {
	margin-bottom: 30px;
	border-top: 2px solid var(--black);
	font-size: 1.8rem;
}
.downloads-wrapper li:last-child {
	margin-bottom: 12px;
}

.downloads-wrapper li span {
	padding: 4px 8px 4px 20px;
}

.downloads-wrapper .ewbtn {
	margin-bottom: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	flex-shrink: 0;
}

.faqs-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 12px;
}

.faq:not(:last-child) {
	margin-bottom: 16px;
}

.faq-question {
	margin-bottom: 18px;
	border-top: 2px solid var(--black);
	cursor: pointer;
}

.faq-label {
	padding: 28px 32px 0;
	font-size: 3rem;
	line-height: 1;
}

.faq-question .ewbtn {
	width: 34px;
	height: 32px;
	margin-left: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	flex-shrink: 0;
}

.faq-answer {
	display: none;
	padding: 0 64px 24px 0;
	background: var(--yellow-p);
}

.faq dt {
	padding: 28px 30px 0 0;
}

.faq dd {
	margin-left: 0;
	padding-top: 28px;
}

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

.testimonials-wrapper {
	padding: 50px 32px;
	background: var(--blue);
	color: var(--white);
}

.testimonials-wrapper h2 {
	color: var(--yellow);
}

.testimonials-slider {
  position: relative;
	max-width: 1642px;
  width: 90%;
  width: calc(100% - 60px);
	margin: 0 auto;
}
.testimonials-slider:before,
.testimonials-slider:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 264px;
	background: var(--blue);
	background: linear-gradient(to right, var(--blue) 0%, var(--blue) 60%, transparent 100%);
	z-index: 2;
}
.testimonials-slider:after {
	right: 0;
	left: auto;
	background: linear-gradient(to left, var(--blue) 0%, var(--blue) 60%, transparent 100%);
}

.testimonials-slider-slides-slide {
	position: relative;
	padding: 0 28px;
}
.testimonials-slider-slides-slide:after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	height: 100px;
	border-right: 1px dashed var(--white);
}

.testimonial-text {
	position: relative;
	padding: 0 36px;
}
.testimonial-text:before,
.testimonial-text:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 29px;
	background: url('assets/images/quote.png') no-repeat center center / contain;
	z-index: 2;
}
.testimonial-text:after {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	transform: rotateZ(180deg);
}

.testimonial-text p {
	font-size: 1.7rem;
	font-style: italic;
}

.testimonial-attribution {
	color: var(--yellow);
	font-size: 1.5rem;
}

.testimonial-attribution .name {
	font-weight: 700;
}

.slick-arrow {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 47px;
	border: 0;
	background: url('assets/images/arrow-left.png') no-repeat left center / contain;
	font-size: 0;
	text-indent: -9999px;
	flex-shrink: 0;
}
.slick-arrow.slider-next {
	background: url('assets/images/arrow-right.png') no-repeat right center / contain;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 0;
	background: var(--blue-p);
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	outline: none;
	transition: background 0.2s ease;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
	border-color: var(--yellow);
	background: var(--yellow);
}

.logos-wrapper {
	max-width: 1176px;
	margin: 0 auto;
	padding: 24px 12px;
}

.logos-wrapper .w.size- {
	max-width: 832px;
}

.logos.flex {
	gap: 30px;
}

.form-wrapper {
	position: relative;
	background: var(--blue-p);
}
.form-wrapper:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	height: 30px;
	background: var(--white);
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.form-wrapper .w.size- {
	max-width: 856px;
	padding: 70px 12px 50px;
}

.gform-footer {
	padding-bottom: 0 !important;
}

.gform_button {
	margin: 0 auto !important;
}

.cta-wrapper {
	background: var(--yellow) url('assets/images/bg-cta.png') no-repeat right center;
}
.layout.cta-wrapper:last-child {
	margin-top: -30px;
}

.cta-wrapper .w.size- {
	max-width: 1146px;
	padding: 46px 12px;
}

.cta-wrapper .text-wrap {
	max-width: calc(100% - 150px);
	width: 724px;
}

.cta-wrapper p {
	font-size: 1.5rem;
}

.cta-wrapper p:last-child {
	margin-bottom: 0;
}

.cta-wrapper .btn-wrap {
	margin-top: auto;
	flex-shrink: 0;
}

.cta-wrapper .ewbtn {
	margin: 22px 0 6px;
}

.contact-wrap {
	width: 100%;
	font-size: 1.8rem;
}

.contact-wrap address {
	margin-bottom: 30px;
}

.contact-icon {
	width: 42px;
	padding-right: 12px;
	flex-shrink: 0;
}

.contact-icon svg {
	display: block;
	height: 24px;
	margin-left: auto;
}

.map-wrap {
	width: 100%;
}

.map-wrap iframe {
	width: 100%;
}

.layout.news-wrapper {
	padding: 0 12px;
}


/* BLOG */
.post-feed-post {
	margin: 12px 6px;
	background: var(--yellow-p);
	overflow: hidden;
}

.post-feed-post .img-wrapper {
	position: relative;
}

.post-feed-post .heading {
	border-radius: 0 0 6px 6px;
}

.post-feed-post h2 {
	font-size: 2rem;
}

.pagination {
	font-size: 1.8rem;
}

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

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


/* FOOTER */
footer.footer {
	position: relative;
	background: var(--blue);
	color: var(--white);
	font-size: 1.4rem;
	z-index: 2;
}

footer .w.size- {
	max-width: 1138px;
	padding: 0 12px;
}

footer .socials a {
	border-right-color: var(--yellow);
}
footer .socials a:first-child {
	padding-left: 0;
}

footer .socials svg path {
	fill: var(--white);
}
footer .socials a:hover svg path {
	fill: var(--yellow);
}

footer .contact-links a {
	color: var(--white);
}
footer .contact-links a:hover {
	color: var(--yellow);
}
footer .contact-links a:nth-child(2):before {
	color: var(--white);
}

footer address {
	padding-top: 6px;
	font-size: 1.3rem;
}

.ft-right {
	padding: 10px 0;
}

.footer-mid {
	padding: 28px 0;
	background: var(--blue-d);
}

.footer-mid .accreditations {
	margin-right: 60px;
}

.footer-mid .products-services {
	max-width: 502px;
	width: 100%;
	margin-right: 128px;
}

.footer-mid .info {
	max-width: 324px;
	width: 100%;
}

.fm-menu h4 {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--yellow);
	padding-bottom: 16px;
	color: var(--white);
	font-size: 1.6rem;
}

.fm-menu .menu {
	display: grid;
	margin: 0;
	padding-left: 14px;
}
.fm-menu.products-services .menu {
	grid-template-columns: 1fr 1fr 1fr;
}
.fm-menu.info .menu {
	grid-template-columns: 1fr 1fr;
}

.fm-menu .menu li {
	padding-right: 15px;
	text-indent: -14px;
}
.fm-menu .menu li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--yellow);
}

.fm-menu a {
	color: var(--white);
}
.fm-menu a:hover {
	color: var(--yellow);
}

.footer-bottom.w.size- {
	padding: 10px 12px 6px;
}

.footer-bottom a {
	color: var(--white);
}
.footer-bottom a:hover {
	color: var(--yellow);
}
.footer-bottom a:before {
	content: '|';
	display: inline-block;
	padding: 0 6px 0 3px;
	color: var(--yellow);
}


/* 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(--white);
	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);
	text-align: center;
	cursor: pointer;
	transition: color 0.2s ease;
}
.ewmodal-btn-close:hover {
	color: var(--black);
}

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

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


/* MISC */
a.button,
a.ewbtn,
.ewbtn,
.gform_button {
	display: inline-block;
	margin: 0;
	border: 0;
	border-radius: 4px;
	padding: 4px 10px;
	background: var(--blue);
	color: var(--white);
	font-size: 1.8rem;
	text-align: center;
	transition: all 0.2s ease;
}
a.button:hover,
a.ewbtn:hover,
.ewbtn:hover,
a.ewbtn.alt,
.gform_button:hover {
	background: var(--yellow);
	color: var(--blue);
}
a.ewbtn.alt:hover {
	background: var(--blue);
	color: var(--white);
}

.ewbtn.margin {
	margin: 12px;
}

.ew-scroll-top {
	display: none;
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 42px;
	height: 42px;
	background: var(--black);
	color: var(--white);
	text-align: center;
	cursor: pointer;
	z-index: 3;
	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;
}


/* WOOCOMMERCE */


/* 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(--white);
  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: 600px) {
	.grid-4,
	.grid-3-2,
	.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	.gallery-wrapper .grid.grid-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.col-links-wrapper .three-col .col {
		max-width: 292px;
		width: calc(50% - 12px);
	}

	.two-column-text-image-wrapper .three-col :is(h3, .text-wrapper) {
		max-width: 276px;
	}

}

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

	.two-col .col,
	.three-two-col .col,
	.four-col .col {
		width: 48%;
		width: calc(50% - 20px);
	}
	.four-col .col:nth-child(3) {
		margin-bottom: 0 !important;
	}
	.two-column-text-image-wrapper .two-col .col {
		width: calc(50% - 16px);
		margin: 0;
	}

	.text-with-image-wrapper .image-wrapper {
		width: 50%;
	}
	.text-with-image-wrapper .image-wrapper:before {
		content: '';
	}

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

	.text-with-image-wrapper .text-wrapper {
		width: 50%;
		padding: 50px 12px;
	}
	.text-with-image-wrapper.img-left .text-wrapper {
		padding-left: 32px;
	}
	.text-with-image-wrapper.img-right .text-wrapper {
		padding-right: 32px;
	}

	.text-with-image-wrapper .text-wrapper > .tw-inner {
		margin: 0 auto 0 0;
	}
	.text-with-image-wrapper.img-right .text-wrapper > .tw-inner {
		margin: 0 0 0 auto;
	}

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

@media screen and (min-width: 840px) {
	.three-col .col,
	.col-links-wrapper .three-col .col {
		width: 30%;
		width: calc(33.3% - 26px);
	}
	.col-links-wrapper .three-col .col:not(:last-child) {
		margin-bottom: 0;
	}

	.grid-4,
	.gallery-wrapper .grid.grid-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

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

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

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

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

	.downloads-wrapper .img-wrapper {
		max-width: 260px;
	}
	.downloads-wrapper .img-wrapper:before {
		content: '';
	}

	.downloads-wrapper:has(.img-wrapper) .text-wrapper {
		max-width: 70%;
		max-width: calc(100% - 300px);
	}
}

@media screen and (min-width: 960px) {
	.four-col .col {
		width: 23%;
		width: calc(25% - 12px);
		margin-bottom: 0 !important;
	}

	.downloads-wrapper .img-wrapper {
		max-width: 356px;
	}

	.downloads-wrapper:has(.img-wrapper) .text-wrapper {
		max-width: 70%;
		max-width: calc(100% - 396px);
	}

	.contact-wrap {
		width: 30%;
		padding: 22px 30px 0 0;
	}

	.map-wrap {
		width: 70%;
	}
}

@media screen and (max-width: 1330px) {
	.banner-caption.w.size- {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1140px) {
	.footer-mid > .flex {
		gap: 18px;
		justify-content: space-between;
	}

	.footer-mid .accreditations,
	.footer-mid .products-services {
		margin-right: 0;
	}

}

@media screen and (max-width: 1080px) {
	.header > .flex.flexvend {
		align-items: flex-start;
		flex-direction: column;
	}

	.header-links .socials a:first-child {
		margin-left: -10px;
	}

	.header-logo {
		margin-top: 12px;
		order: 2;
	}

	.header-right {
		order: 1;
	}

	.banner-caption.w.size- {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 0;
		padding-bottom: 20px;
		transform: none;
	}
	.banner-caption.w.size-:before {
		content: '';
		position: absolute;
		top: 0;
		right: -100vw;
		bottom: 0;
		left: -100vw;
		background: var(--blue-d);
		z-index: -1;
	}

	nav.ew-menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 600;
	}

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

	.hamburger {
		position: absolute;
		top: 10px;
		right: 12px;
		z-index: 1000;
		display: grid;
		gap: 5px;
		place-items: center;
		-webkit-tap-highlight-color: transparent;
	}
	.admin-bar .hamburger {
		top: 40px;
	}

	.ew-menu .menu {
		position: fixed;
		display: none;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		margin-top: 0;
		padding: 60px 20px 20px;
		background-color: rgba(46, 116, 181, 0.8);
		overflow-y: auto;
		z-index: 999;
		backdrop-filter: blur(10px);
		text-align: center;
		transition: top 0.3s ease;
	}
	.hamburger-switch:checked ~ .menu {
		display: block !important;
		top: 0;
		place-content: center;
	}

	nav .menu li {
		display: block;
	}

	.ew-menu li > a {
		font-size: 1.8rem;
	}

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

	.ew-menu .menu > li:not(:last-child):after {
		content: none;
	}

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

	.ew-menu .sub-menu > li {
		background: none;
	}

	.ew-menu .sub-menu > li > a {
		width: unset;
		padding: 3px 6px;
		color: var(--white) !important;
	}
	.ew-menu .sub-menu > li > a:hover {
		color: var(--yellow) !important;
	}

	.banner-caption.w.size- {
		padding-top: 20px;
	}

	.banner-container .slick-dots {
		right: 50%;
		padding-left: 0;
		transform: translateX(50%);
	}

	.testimonials-slider-slides-slide {
		padding: 0 12px;
	}

	.testimonial-text {
		padding: 0 22px;
	}
	.testimonial-text:before,
	.testimonial-text:after {
		width: 20px;
		height: 20px;
	}

	.testimonial-text p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1024px) {
	footer .w > section {
		flex-basis: 50%;
	}

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

@media screen and (max-width: 960px) {
	.footer-mid .accreditations {
		flex-basis: 100%;
		order: 3;
	}

	.fm-menu.products-services .menu {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 840px) {
	.testimonials-slider:before,
	.testimonials-slider:after,
	.testimonials-slider-slides-slide:after {
		content: none;
	}
}

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

@media screen and (max-width: 720px) {
	.testimonials-wrapper {
		padding: 30px 12px;
	}

	.testimonials-slider {
		width: calc(100% - 42px);
	}

  .testimonials-slider-slides-slide {
		padding: 0;
	}

	.slick-arrow {
		width: 12px;
	}

	.footer-mid > .flex {
		justify-content: unset;
	}

	.footer-mid .accreditations {
		flex-basis: unset;
		order: 2;
	}

	.fm-menu.products-services {
		flex-basis: 100%;
		order: 1;
	}

	.footer-mid .info {
		order: 3;
	}

	.fm-menu.products-services .menu {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 600px) {
	header.header {
		position: static;
		background: var(--blue);
	}

	.header-links .contact-links {
		display: none;
	}

	.header-links .socials a:last-child {
		border-right: 0;
	}

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

	.cta-wrapper .text-wrap {
		max-width: unset;
		width: 100%;
	}

	.logos.flex {
		gap: 12px;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom span {
		display: block;
	}

	.footer-bottom a:before {
		content: none;
	}
}

@media screen and (max-width: 500px) {
	.modal-window {
		width: 95%;
	}

	.faq-label {
		padding: 12px 12px 0 8px;
	}

	.faq dt {
		padding: 12px 8px 0 0;
	}

	.faq-answer {
		padding: 0 34px 24px 0;
	}

	.faq dd {
		padding: 12px 0 0 4px;
	}

	.footer-links {
		flex-direction: column;
		text-align: center;
	}

	.footer-links .socials {
		margin-right: 0;
	}

	.footer-links .socials a:last-child {
		border-right: 0;
	}

	.ft-left address {
		text-align: center;
	}

	.ft-right {
		width: 100%;
	}

	.ft-right img {
		margin: 0 auto;
	}

	.fm-menu.products-services .menu {
		grid-template-columns: 1fr 1fr;
	}

	.footer-mid .info {
		max-width: unset;
		flex-basis: 100%;
		order: 2;
	}

	.footer-mid .accreditations {
		flex-basis: 100%;
		order: 3;
	}
}

@media screen and (max-width: 400px) {
	.faq-label {
		font-size: 2rem;
	}

	.faq p {
		font-size: 1.5rem;
	}

	.footer-links .contact-links {
		display: flex;
		flex-direction: column;
	}

	.contact-links a:first-child {
		padding-right: 0;
	}

	.contact-links a:nth-child(2) {
		margin-top: 4px;
	}
	.contact-links a:nth-child(2):before {
		content:  none;
	}
}

@media screen and (max-width: 300px) {
	.fm-menu.products-services .menu,
	.fm-menu.info .menu {
		grid-template-columns: 1fr;
	}
}


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

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

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