@charset "UTF-8";

/*
Theme Name: Bryan Nash
Theme URI: https://thesetupdesign.com/themes/abl/
Author: The Set Up Design team
Author URI: https://thesetupdesign.com/
Description: Custom built for Bryan Nash
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
Text Domain: bns
*/

/* Variables */
:root {
	/* Font Family */
	--global--font: neue-haas-unica, sans-serif;
	--global--font-quote: "viroqua", sans-serif;
	

	/* Brand Colors */
	--global--color-primary: #266973;
	--global--color-text: #323232;
	--global--color-highlight: #58C0A4;
	--global--color-peach: #FFB491;
	--global--color-yellow: #fec240;
	--global--color-green: #004225;
	--global--color-darker-blue: #1965b2;
	--global--color-white: #fff;
	--global--color-beige: #e8dbcc;
	/* Web Colors */
	--global--color-light: #F3F1EE;
	--global--color-highlight-darker: #42A68B;




	--global--color-light-gray: #F0F0F0;

	--global--color-green-darker: #10992b;
	--global--color-lighter-blue: #4B76EF;
	--global--color-lightish-blue: #577ff0;
	--global--color-light-blue: #c9d3f0;
	--global--color-darkish-blue: #2F59D0;
	--global--color-dark-blue: #274bb1;
	--global--color-super-dark-blue: #0f1831;
	--global--color-dark-gray: #2A3258;
	--global--color-gray: #7a7a7a;
	--global--color-black: #000;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
}


/* CSS Document */
/* Version 4 */
html {
    scroll-behavior: auto !important;
	font-size: 62.5%;
}
body {
	font-family: var(--global--font);
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	/*font-size: clamp(1.9rem, 1.75vw, 2rem);*/
	color: var(--global--color-text);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--global--font);
	line-height: 1.35;
}
h1, .h1 {
	font-size: 40px;
    font-size: 4rem;
}
h2, .h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-size: clamp(2.2rem, 1.85vw, 2.6rem);
	margin-bottom: 16px;
	font-weight: 400;
}
h3, .h3 {
	font-size: clamp(20px, 17.84px + 0.6vw, 24px);
	font-size: clamp(2rem, 1.784rem + 0.6vw, 2.4rem);
	margin: 24px 0 16px;
	font-weight: 400;
	margin-bottom: 1.5em;
}
h4, .h4 {
	font-size: 20px;
	font-size: 2rem;
	margin: 16px 0 8px;
}
.entry-content h2 {
	color: var(--global--color-primary);
}
.highlight-block.obg-dark h2 {
	color: var(--global--color-peach);
}

p {
	margin-bottom: 1em;
}

a {
	color: var(--global--color-text);
    text-decoration: underline;
}
a:hover {
	color: var(--global--color-highlight);
	text-decoration: underline;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
b, strong {
  font-weight: 500;
}
img {
	width: 100%;
	height: auto;
}
.mb0 {
	margin-bottom: 0;
}
.mt0 {
	margin-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pt0 {
	padding-top: 0;
}
.space-below {
	margin-bottom: 6%;
}
.space-above {
	margin-top: 6%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: initial;
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid;
    opacity: .15;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*.wp-block-quote {
	border: none;
	margin: 67px 0 6%;
	padding-left: 0;
	font-size: clamp(1.4rem, 1vw, 1.5rem);
	padding-right: 8%;
	position: relative;
}*/
/*.wp-block-quote:before {
	content: "“";
	position: absolute;
	top: -50px;
	color: var(--global--color-highlight);
	font-size: 7rem;
}*/
.wp-block-quote {
	font-size: clamp(2.6rem, 3.55vw, 3.6rem) !important;
	font-weight: 300;
	line-height: 1.35;
	margin: 67px 0 6%;
	margin-bottom: 1em;
	max-width: 1000px;
	border: none;
	padding-left: 0;
	position: relative;
}
.wp-block-quote::before {
	content: "“";
	position: absolute;
	top: -65px;
	color: var(--global--color-highlight);
	font-size: 9rem;
	font-weight: 600;
}
.wp-block-quote p {
  font-family: var(--global--font-quote);
}
.wp-block-quote p::after {
	content: "”";
}
pre {
	font-size: 1.8rem;
	font-family: var(--global--font);
	margin-top: -15px;
	font-weight: 400;
}
pre strong {
	color: var(--global--color-primary);
}
.wp-block-image.is-style-bns-full-width {
  margin: 0 -9.51%;
}
/*.wp-block-quote p:first-child {
	color: #888;
	font-weight: 500;
	font-size: clamp(1.5rem, 1vw, 1.6rem);
	max-width: 350px;
}*/
/*@media screen and (min-width: 768px){
	.wp-block-quote {
		padding-right: 20%;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1000px){
	.wp-block-quote {
		padding-right: 25%;
	}
}
@media screen and (min-width: 1400px){
	.wp-block-quote {
		padding-right: 30%;
	}
}*/


/* ---- CONTAINER SETUP --------------------------------------------------------------------------- CONTAINER SETUP ---- */
.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}
.row {
	--bs-gutter-x: 2.4rem;
}
.row.post-list {
  --bs-gutter-x: 3.3rem;
}
@media screen and (min-width: 1023px){
	.row {
	  --bs-gutter-x: 4.8rem;
	}
}
@media screen and (min-width: 1200px){
	.row {
	  --bs-gutter-x: 6.4rem;
	}
	.row.post-list {
	  --bs-gutter-x: 3%;
	}
}
.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

/* ---- Block styles--------------------------------------------------------------------------- Block Styles ---- */

/* Slider specific styles */
.tsu-slide .wp-block-image {
	margin: 0;
}
.tsu-slider::after {
  content: "";
  display: block;
  position: absolute;
  left: -9.5%;
  right: -9.5%;
  height: 65%;
  background: var(--global--color-primary);
  bottom: 0;
}
.tsu-slider h3 {
	color: var(--global--color-peach);
	font-weight: 300;
	font-size: 3.6rem;
}
/* Reviews Slider specific styles */
.tsu-reviews-block.full-width .owl-stage-outer {
	padding-left: 9.5%;
	margin-left: -9.5%;
}
.tsu-reviews-block .preamble p,
.tsu-reviews-block .preamble h2 {
  color: #fff;
  font-size: clamp(2.4rem, 1.752rem + 1.8vw, 3.4rem);
  font-weight: 300;
  padding-top: 30px;
	margin-bottom: 10px;
}
.tsu-reviews-block .postamble p {
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: .95em;
}
.tsu-reviews-block .postamble a {
	color: var(--global--color-green);
    text-decoration: none;
}

/* Popup background color */
.mfp-bg {
  background: #000C09;
  opacity: 0.7;
}

/* Bootstrap Column specific styles */
.tsu-bs-columns .wp-block-image {
	margin: 0;
}
.alt-cols .tsu-bs-columns > .row.g-0 > .col:nth-child(2) {
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 10%;
	padding-bottom: 10%;
}
.alt-cols .tsu-bs-columns > .row.g-0.flex-row-reverse > .col:nth-child(2) {
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 10%;
	padding-bottom: 10%;
}
@media (min-width: 541px){
	.alt-cols .tsu-bs-columns > .row.g-0 > .col:nth-child(2) {
		padding-top: 6%;
		padding-bottom: 6%;
	}
	.alt-cols .tsu-bs-columns > .row.g-0.flex-row-reverse > .col:nth-child(2) {
		padding-top: 6%;
		padding-bottom: 6%;
	}
}
@media (min-width: 992px){
	.alt-cols .tsu-bs-columns > .row.g-0 > .col:nth-child(2) {
		padding-left: 60px;
		padding-right: 8%;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.alt-cols .tsu-bs-columns > .row.g-0.flex-row-reverse > .col:nth-child(2) {
		padding-left: 8%;
		padding-right: 60px;
		padding-top: 4%;
		padding-bottom: 4%;
	}
}
.alt-cols.grey .tsu-bs-columns {
	background: var(--global--color-light-gray);
}
.alt-cols.green .tsu-bs-columns {
	background: var(--global--color-primary);
	color: #fff;
}
.entry-content .alt-cols.green h2 {
  color: #fff;
}


/* WP Block cover specific styles */
.wp-block-cover {
  margin-right: -9.5%;
  margin-left: -9.5%;
	padding: 6% 8%;
	aspect-ratio: 1.88 / 1;
	align-items: flex-start;
	min-height: initial !important;
}
.wp-block-cover p {
	color: var(--global--color-text);
}
@media (max-width: 540px){
	.wp-block-cover {
		aspect-ratio: initial;
		padding-bottom: 13%;
	}
}
@media (min-width: 1401px){
	.wp-block-cover {
		aspect-ratio: 2.2 / 1;
	}
}
/* WP Block file specific styles */
.wp-block-file:not(.wp-element-button) {
  font-size: .85em;
  background: #f7f7f7;
  padding: 10px 18px;
	position: relative;
  border-radius: 25px;
}
.highlight-block.obg-light .wp-block-file:not(.wp-element-button),
.highlight-block.obg-dark .wp-block-file:not(.wp-element-button) {
  background: white;
}

.wp-block-file * + .wp-block-file__button {
	padding-right: 20px;
	position: absolute;
  right: 0;
  bottom: 0;
}
.wp-block-file__button {
  background: var(--global--color-text);
	border-radius: 25px;
	transition: all ease-in-out 0.15s;
}
.wp-block-file__button:hover {
  background: var(--global--color-highlight);
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
:where(.wp-block-file__button) {
  padding: 10px 20px;
  font-weight: 500;
}
.wp-block-file a {
  text-decoration: none;
	display: block;
	padding-right: 105px;
}


/* Button styles */
.entry-content .btn,
.entry-content .wp-block-button > .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
.entry-content .everest-forms .evf-submit-container button[type="submit"] {
	border-radius: 0;
	text-align: left;
	border: 1px solid transparent;
	padding: 6px 40px 7px 22px;
	font-size: 1.5rem;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 500;
	margin: 12px 0;
	transition: all ease-in-out .2s;
	display: inline-block;
}

.btn-primary,
.wp-block-button > .wp-block-button__link,
.everest-forms .evf-submit-container button[type="submit"] {
	background-color: var(--global--color-highlight);
	border-color: var(--global--color-highlight);
	color: var(--global--color-white);
	border-radius: 20px;
	margin-right: 14px;
	position: relative;
}
.entry-content .btn-primary::after,
.entry-content .wp-block-button > .wp-block-button__link::after,
.everest-forms .evf-submit-container button[type="submit"]::after {
  content: "";
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' fill='%233DB449' viewBox='0 0 320 512'%3E%3Cpath d='M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z'%3E%3C/path%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' fill='%23FFFFFF' viewBox='0 0 384 512'%3E%3Cpath d='M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 10px;
}
.btn-primary:hover,
.wp-block-button > .wp-block-button__link:hover,
.everest-forms .evf-submit-container button[type="submit"]:hover {
	background-color: var(--global--color-highlight-darker);
	color: var(--global--color-white);
	border: 1px solid var(--global--color-highlight-darker);
	text-decoration: none;
}
.btn-secondary,
.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
	color: var(--global--color-blue);
	background-color: transparent;
	border-color: var(--global--color-highlight);
}
.btn-secondary:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	color: var(--global--color-white);
	background-color: var(--global--color-highlight);
	border: 1px solid var(--global--color-highlight);
	text-decoration: none;
}

.scroll-down-arrow-wrap {
	width: 1px;
	height: 8vh;
	position: absolute;
	bottom: -10px;
	left: calc(8% + 8px);
	z-index: 103;
	display: none;
}
.home .scroll-down-arrow-wrap {
	display:block;
}
.bottom_scroll,
.bottom_scroll::before,
.bottom_scroll .line {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bottom_scroll::before {
	content: '';
	background: rgba(255,255,255,.3);
}
.bottom_scroll .line {
	background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -200%;
	background-size: 100% 200%;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0%{
		background-position: 0 100%;
	}
	75% {
		background-position: 0 0;
	}
	100%{
		background-position: 0 -100%;
	}
}

/* More link styles */
.more-text {
    margin: 38px 0 32px;
}
.more-text {
    text-align: right;
}
.more-text > a {
    color: var(--global--color-dark-gray);
    text-decoration: none;
	display: inline-block;
}
.more-text > a:hover {
	color: var(--global--color-dark-gray);
	text-decoration: none;
	padding-bottom: 0;
}
.more-text .more-text_wrap {
    display: flex;
    justify-content: right;
    align-items: center;
    min-height: 4.8rem;
}
.more-text .more-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    width: 3.4rem;
    height: 3.4rem;
    margin-left: 14px;
    background-color: var(--global--color-blue);
	border-radius: 100%;
	transition: background .25s ease-in-out;
}
.more-text > a:hover .more-arrow {
	background: var(--global--color-dark-blue);
	text-decoration: none;
}
.more-text .more-arrow_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    transition: all .25s;
	transform: translate(0, 0);
}
.more-text > a:hover .more-arrow_icon {
	transform: translate(0.48rem, 0);
}
.more-text .more-arrow_icon svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}
.more-text .more-arrow_icon::before {
	content: '';
	display: inline-block;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	position: absolute;
	right: 5px;
	left: -4px;
	transform: translateX(-26px);
	transition: transform ease-in-out .1s;
}
.more-text > a:hover .more-arrow_icon::before {
	transform: translateX(0);
}


/* ---- Header Nav --------------------------------------------------------------------------- Header Nav ---- */
#masthead {
	position: relative;
	z-index: 103;
	overflow: hidden;
}
.primary-navigation-open #masthead {
  height: 100vh;
}
.site-logo img {
	width: 80px;
}
@media (max-width: 767px){
	.site-logo img {
		width: 70px;
	}
}
.site-logo .dark-bg-logo {
  display: none;
}
.primary-menu-container .site-logo .dark-bg-logo {
  display: block;
}
footer .site-logo img /* logo in footer*/ {
	max-width: 118px;
	width: 100%;
	margin-bottom: 30px;
}
/*@media (max-width: 540px){
	.site-logo img {
		width: 230px;
	}
	footer .site-logo img {
		max-width: 230px;
	}
}*/
.navbar {
	height: 95px;
	background: #fff;
}
@media (max-width: 767px){
	.navbar {
		height: 86px;
	}
}
.navbar .container-fluid {
	position: relative;
	align-items: start;
}

.navbar .secondary-menu {
	text-align: right;
	font-size: 14.5px;
	margin-top: -5px;
}
.navbar#site-navigation .secondary-menu a {
	color: var(--global--color-text);
	text-decoration: underline;
}
.navbar#site-navigation .secondary-menu a:hover {
	color: var(--global--color-green);
}

.navbar #primaryMenuWrapper {
	justify-content: flex-end;
	/*margin-top: 14px;*/
	margin-top: 27px;
}
.navbar #primaryMenuWrapper ul {
	gap: 3.2rem;
	display: flex;
	align-content: center;
	list-style-type: none;
}
.navbar #primaryMenuWrapper li {
	display: inline-block;
}
.navbar .primary-menu-wrap .navbar-nav li a.nav-link {
	text-decoration: none;
	color: var(--global--color-text);
	font-size: 2rem;
	font-weight: 500;
	padding: 0;
}
.navbar .primary-menu-wrap .navbar-nav li a:hover {
	color: var(--global--color-primary);
}
.navbar .primary-menu-wrap .navbar-nav li.current_page_item:not(.btn) a.nav-link {
  color: var(--global--color-primary);
}
.navbar .primary-menu-wrap li.btn {
	border: none;
	margin-top: 35px;
	padding: 0;
}
@media (min-width: 768px){
	.navbar .primary-menu-wrap li.btn {
		border: none;
		padding: 0;
		margin: 0;
	}
}

.navbar .primary-menu-wrap .navbar-nav li.btn-primary,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:hover,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:focus,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:active,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:active:focus {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.navbar .primary-menu-wrap .navbar-nav li.btn .nav-link,
.primary-navigation > .primary-menu-container .btn a.nav-link {
	border: 1px solid transparent;
	font-weight: 500;
	font-size: 1.5rem;
	padding: 6px 40px 7px 22px;
	border-radius: 20px;
	margin: 0;
	margin-top: -5px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	/*width: 155px;*/
	text-align: left;
	position: relative;
}
.primary-navigation > .primary-menu-container .btn a.nav-link {
	margin-top: 0;
	font-size: 1.8rem;
	border-radius: 25px;
}
.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link {
	background-color: var(--global--color-highlight);
	border-color: var(--global--color-highlight);
	color: var(--global--color-white);
}
.navbar .primary-menu-wrap .navbar-nav li.btn-secondary .nav-link {
  margin-right: -18px;
  color: var(--global--color-primary);
	border: 1px solid var(--global--color-highlight);
}

.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link:hover,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link:focus,
.navbar .primary-menu-wrap .navbar-nav li.btn-secondary .nav-link:hover,
.navbar .primary-menu-wrap .navbar-nav li.btn-seconary .nav-link:focus {
	background-color: var(--global--color-highlight-darker);
	border-color: var(--global--color-highlight-darker);
}
.navbar .primary-menu-wrap .navbar-nav li.btn-secondary .nav-link:hover,
.navbar .primary-menu-wrap .navbar-nav li.btn-seconary .nav-link:focus {
	color: #fff;
}
.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link:active:focus,
.navbar .primary-menu-wrap .navbar-nav li.btn-secondary .nav-link:active:focus {
	box-shadow: 0 0 0 .4rem rgba(49,132,253,.5);
}

.navbar .primary-menu-wrap li.btn a {
  border: none;
}
.navbar .primary-menu-wrap li.btn:hover {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
  color: var(--global--color-white);
}

.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link::after,
.navbar .primary-menu-wrap .navbar-nav li.btn-secondary .nav-link::after,
.primary-navigation > .primary-menu-container .btn a.nav-link::after {
  content: "";
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' fill='%233DB449' viewBox='0 0 320 512'%3E%3Cpath d='M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z'%3E%3C/path%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' fill='%23FFFFFF' viewBox='0 0 384 512'%3E%3Cpath d='M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 10px;
}
@media (max-width: 768px){
	.primary-navigation > .primary-menu-container .btn a.nav-link::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' fill='%23FFFFFF' viewBox='0 0 384 512'%3E%3Cpath d='M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z'/%3E%3C/svg%3E");
		width: 18px;
		height: 18px;
		right: 20px;
		top: 10px;
	}
}

/* END Header Nav */

/* ---- Banner --------------------------------------------------------------------------- Banner ---- */

.has-banner {
	position: relative;
	background-size: cover;
	background-position: center center;
	/*aspect-ratio: 1.1 / 1;*/
	aspect-ratio: 2.32 / 1;
	z-index: 2;
}
.home .has-banner {
	aspect-ratio: initial;
	/*height: calc(100vh - 130px);*/
	height: 120vh;
	min-height: 1000px;
	background-position: center center;
}

/*@media (min-width: 768px){
	.has-banner {
		aspect-ratio: 2.2 / 1;
	}
}
@media (min-width: 920px){
	.has-banner {
		aspect-ratio: 2.32 / 1;
	}
}*/
/*.has-banner::after {
	content: "";
	background: rgba(0,0,0,.3);
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 35%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: block;
}*/
.has-banner::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fefdff' fill-opacity='0.08' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: block;
}
.has-banner::after {
	content: "";
	display: block;
	width: 100%;
	height: 275px;
	background: linear-gradient(to top,rgba(5, 25, 47, 0.8) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0;
	z-index: 5;
}

.mob-banner-wrap {
  display: none;
}
@media (max-width: 767px){
	.mob-banner-wrap {
	  display: block;
	}
	.has-mob-banner {
		background: none !important;
	}
	.has-banner::after {
		height: 175px;
	}
}


.page-title-wrap {
	margin: 50px 8%;
	z-index: 10;
}
.has-banner .page-title-wrap {
	position: absolute;
	bottom: 6%;
	left: 8%;
	margin: 0;
}
.site-title {
	font-size: clamp(3.2rem, 3.85vw, 5.4rem);
	line-height: 1.2;
	color: var(--global--color-text);
	z-index: 2;
	position: relative;
}
.has-banner .site-title {
	color: var(--global--color-white);
}
.home .page-title-wrap {
	bottom: 8vh;
}
.home .site-title {
	font-size: clamp(3rem, 4.7vw, 4.5rem);
	font-weight: 500;
	max-width: 1000px;
}

.home .vid-popup {
  display: none;
}
.home .vid-popup a {
  z-index: 3;
  position: absolute;
  right: 8%;
  bottom: 30px;
	font-size: 13px;
	font-weight: 500;
  color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	text-decoration: none;
}
.home .vid-popup a:hover {
	text-decoration: none;
}

.home .vid-popup a:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' fill='%23ffffff' viewBox='0 0 384 512'%3E%3Cpath d='M48 432L336 256 48 80l0 352zM24.5 38.1C39.7 29.6 58.2 30 73 39L361 215c14.3 8.7 23 24.2 23 41s-8.7 32.2-23 41L73 473c-14.8 9.1-33.4 9.4-48.5 .9S0 449.4 0 432L0 80C0 62.6 9.4 46.6 24.5 38.1z'/%3E%3C/svg%3E");
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -19px;
	top: 2px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 90%;
}
@media screen and (max-width: 540px){
	.mfp-iframe-holder .mfp-content {
	  max-width: 100%;
	}
}


/*  Owl Carousel styles  */
.owl-carousel .item {
	opacity: 0;
	transition: opacity ease-out .5s;
}
.owl-carousel.fully-initialized .item {
	opacity: 1;
}

.owl-theme .owl-nav {
	margin-top: 20px;
	margin-bottom: 45px;
	width: 100%;
	position: relative;
	padding-top: 1px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: var(--global--color-white);
	color: var(--global--color-text);
	border-radius: 50%;
	width: 56px;
	height: 56px;
	position: absolute;
	-webkit-box-shadow: 0px 6px 15px -9px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 6px 15px -9px rgba(0,0,0,0.33);
	box-shadow: 0px 6px 15px -9px rgba(0,0,0,0.33);
	transition: background .15s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
	right: 75px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-theme .owl-nav:after {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 160px);
	background: var(--global--color-peach);
	bottom: -35px;
	left: 0;
	opacity: 20%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--global--color-highlight);
}
.owl-carousel .owl-nav button svg {
	fill: var(--global--color-highlight);
	width: 21px;
	margin-top: -5px;
}
.owl-carousel .owl-nav button:hover svg {
  fill: var(--global--color-white);
}
.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 25px 10px;
	background: rgba(255,255,255,0.5);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--global--color-white);
}
/*.home .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	opacity: .3;
}
.home .owl-theme .owl-dots .owl-dot.active span,
.home .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
}*/

.carousel-banner-wrap {
	position: relative;
	padding-bottom: 2.5%;
}
.carousel-banner-wrap::after {
	content: '';
	background: var(--global--color-blue);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70%;
	box-sizing: content-box;
	padding-bottom: 80px;
}
.carousel-banner-wrap .owl-carousel.fully-initialized .item h3 {
	margin-top: 30px;
	color: var(--global--color-white);
}
.carousel-banner-wrap .owl-carousel.fully-initialized .item p {
	color: var(--global--color-white);
}
.carousel-banner-wrap .owl-carousel .owl-item {
	scale: 0.7;
}
.carousel-banner-wrap .owl-carousel .owl-item.active {
	scale: 1;
}
.carousel-banner-wrap .owl-carousel.fully-initialized .owl-item {
	transition: scale ease-out 1s;
}



/*  Everest Forms  */
.everest-forms .evf-field-container,
.everest-forms .evf-honeypot-container,
.everest-forms .evf-submit-container,
.wp-block-everest-forms-form-selector .evf-field-container,
.wp-block-everest-forms-form-selector .evf-honeypot-container,
.wp-block-everest-forms-form-selector .evf-submit-container {
  padding-left: 0;
  padding-right: 0;
}
.everest-forms .evf-field-container .evf-frontend-row input::placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input::placeholder,
.everest-forms .evf-field-container .evf-frontend-row textarea::placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row textarea::placeholder {
  color: var(--global--color-light);
	opacity: 0.5;
	font-size: 1.8rem;
}

.everest-forms label,
.everest-forms label a  {
	color: var(--global--color-light);
}
.everest-forms label .required {
	color: var(--global--color-highlight);
}
.everest-forms label a:hover {
	text-decoration: none;
}
.everest-forms .StripeElement,
.everest-forms canvas.evf-signature-canvas,
.everest-forms input[type="date"],
.everest-forms input[type="datetime-local"],
.everest-forms input[type="email"],
.everest-forms input[type="file"],
.everest-forms input[type="image"],
.everest-forms input[type="month"],
.everest-forms input[type="number"],
.everest-forms input[type="password"],
.everest-forms input[type="range"],
.everest-forms input[type="search"],
.everest-forms input[type="tel"],
.everest-forms input[type="text"],
.everest-forms input[type="time"],
.everest-forms input[type="url"],
.everest-forms input[type="week"],
.everest-forms select,
.everest-forms textarea {
	color: var(--global--color-light);
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.2);
	padding: 15px 0;
	margin-bottom: 25px;
}
.everest-forms .evf-field-container .evf-frontend-row textarea {
	height: 208px;
	padding: 15px 0;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.2);
}
.everest-forms input[type="email"],
.everest-forms input[type="number"],
.everest-forms input[type="password"],
.everest-forms input[type="tel"],
.everest-forms input[type="text"],
.everest-forms input[type="url"],
.everest-forms select {
	height: 50px;
}
.everest-forms input[type="checkbox"] {

}
.everest-forms .terms-checkbox {
	margin-top: 25px;
}
.everest-forms .evf-submit-container {
	text-align: right;
	position: relative;
}
/*.everest-forms .evf-submit-container::before {
	content: "";
	position: absolute;
  top: 37px;
  background: var(--global--color-highlight);
  height: 1px;
  left: 0;
  right: 230px;
}*/

.everest-forms label.evf-field-label {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid > label {
  color: #d9a2a2;
}

@media screen and (max-width: 768px){
	.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
	  padding: 0 15px;
	}
}




/* Mobile Navigation */
.menu-button-container {
	position: absolute;
	display: flex;
	right: 7%;
	top: 25px;
}
.home .menu-button-container {
	top: 35px;
}
.menu-button-container #primary-mobile-menu {
	display: flex;
	margin-left: auto;
	border: none;
	color: #fff;
	position: relative;
	background: transparent;
	outline: none;
	z-index: 10005;
}
/*.menu-button-container #primary-mobile-menu::before {
    display: block;
    content: ' ';
    width: 55px;
    height: 55px;
    background: var(--global--color-white);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}*/

.menu-button-container #primary-mobile-menu .dropdown-icon {
	display: flex;
	align-items: center;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.close {
	display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
	display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
	display: flex;
}

.menu-button-container #primary-mobile-menu #nav-icon {
	width: 30px;
	height: 1.6em;
	position: relative;
	cursor: pointer;
	margin: auto;
}
.menu-button-container #primary-mobile-menu #nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--global--color-primary);
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transform-origin: left center;
	transform: rotate(0deg);
	transition: transform .5s ease-in-out, top .5s ease-in-out;
}
.primary-navigation-open .menu-button-container #primary-mobile-menu #nav-icon span {
	background: var(--global--color-white);
}
.menu-button-container #primary-mobile-menu #nav-icon span:nth-child(1) {
	top: 4px;
}
.menu-button-container #primary-mobile-menu #nav-icon span:nth-child(2) {
	top: 13px;
	transition: opacity .15s ease-in-out;
}
.menu-button-container #primary-mobile-menu #nav-icon span:nth-child(3) {
	top: 22px;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] #nav-icon span:nth-child(1) {
	transform: rotate(45deg);
	top: 2px;
	left: 4px;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] #nav-icon span:nth-child(2) {
	opacity: 0;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] #nav-icon span:nth-child(3) {
	transform: rotate(-45deg);
	top: 23.5px;
	left: 4px;
}


.primary-navigation > .primary-menu-container {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 15px;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 25px;
	background-color: #fff;
	transition: all 0.15s ease-in-out;
	transform: translateY(30px);
}
.home .primary-navigation > .primary-menu-container {
	padding-top: 0;
}
.primary-navigation > .primary-menu-container {
	height: 100vh;
	z-index: 10000;
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid transparent;
	background: var(--global--color-primary);
}
.has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
	position: fixed;
	transform: translateY(0) translateX(100%);
}
.primary-navigation > .primary-menu-container:focus {
	border: 2px solid #28303d;
}
.primary-navigation-open .primary-navigation {
	width: 100%;
	z-index: 3;
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
	position: absolute;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
	transform: translateX(0) translateY(0);
}
.primary-navigation > .primary-menu-container a.nav-link {
	font-size: clamp(2.5rem,5vw,3.5rem);
	font-weight: 500;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	padding: 1.3rem 0;
}
.primary-navigation > .primary-menu-container .btn:hover a {
	color: #fff;
	background: var(--global--color-highlight-darker);
}
.primary-navigation > div > div > .menu-wrapper ul {
	padding-left: 0;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle {
	display: flex;
	height: calc(27px + 1em);
	width: 44px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
}

.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle:focus {
	outline: 2px solid #28303d;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle {
	display: none;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	height: 100%;
	display: flex;
	align-items: center;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
	margin-top: -1px;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	display: none;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
	display: flex;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
	display: none;
}
.primary-navigation > div > div > .menu-wrapper > li > .sub-menu {
	position: relative;
}
.primary-navigation .primary-menu > .menu-item:hover > a {
	color: #28303d;
}
.primary-navigation a {
	display: block;
	margin: 0;
	text-decoration: none;
}
.primary-navigation a.navbar-brand {
	display: inline-block;
	margin: 0;
	text-decoration: none;
}
.primary-navigation a + svg {
	fill: #28303d;
}
.primary-navigation a:hover {
	color: #28303d;
	text-decoration: none;
	border: none;
	padding: unset;
}
.primary-navigation a:link {
	color: #fff
}
.primary-navigation a:visited {
	color: #fff;
}
.primary-navigation a:focus {
	position: relative;
	z-index: 99999;
	outline-offset: 0;
	text-decoration-thickness: 2px;
}
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
	text-decoration: none;
}
.primary-navigation .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 13px;
	border: 1px solid var(--global--color-dark-blue);
}
.primary-navigation .sub-menu .sub-menu {
	border: none;
}
.primary-navigation .sub-menu .menu-item:last-child {
	margin-bottom: 0;
}
.primary-navigation .sub-menu .menu-item > a {
	padding: 17px 13px;
	display: block;
	font-size: 1.125rem;
	font-style: normal;
}
.primary-navigation .menu-item-has-children > .svg-icon {
	display: none;
}
.primary-navigation .menu-item-description {
	display: block;
	clear: both;
	font-size: 1rem;
	text-transform: none;
	line-height: 1.7;
}
.primary-navigation .menu-item-description > span {
	display: inline-block;
}

ul#primary-menu-list {
  list-style: none;
  padding: 0;
}
.navbar-brand {
  padding: 0;
}

.primary-navigation > .primary-menu-container .site-branding {
  margin-bottom: 12%;
}

/* END Mobile navigation */


.lock-scrolling .site {
	position: fixed;
	max-width: 100%;
	width: 100%;
}


.back-to-top a {
    position: fixed;
    right: 30px;
    bottom: 60px;
    color: #000;
    z-index: 2000;
    font-size: 14px;
    background: #fff;
    border-radius: 50%;
    padding: 10px 8px;
    text-decoration: none;
    font-weight: 500;
	transition: opacity ease-in-out .2s;
	-webkit-box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
	box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
}
.back-to-top a:hover {
	border: none;
	color: var(--global--color-blue);
}
.back-to-top {
	opacity: 0;
}
.back-to-top.show {
    opacity: 1;
}


/* ---- Footer --------------------------------------------------------------------------- Footer ---- */
.site-footer {
	background: var(--global--color-primary);
	padding-top: 4%;
	color: var(--global--color-light);
}
.footer-contact-details a {
	color: var(--global--color-light);
}
/*.site-footer li a {
  color: var(--global--color-white);
	padding-left: 0;
}*/
.site-footer li a:hover {
  color: var(--global--color-green);
	text-decoration: none;
}

.footer-contact-details,
.footer-menu,
.footer-social-links {
  margin-bottom: 60px;
}
.menu-footer-container {
  margin-top: 30px;
}
@media (max-width: 767px){
	.footer-contact-details,
	.footer-menu,
	.footer-social-links {
	  margin-bottom: 30px;
	}
}
ul#menu-footer {
	padding-left: 30px;
	border-left: 1px solid rgba(255,255,255,.2);
}
#menu-footer li {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
	font-size: 2.3rem;
}
#menu-footer li  a {
	color: var(--global--color-light);
	padding: 0;
}
#menu-footer li  a:hover {
	color: var(--global--color-highlight)
}

.footer-footer-logos img {
  max-height: 64px;
  width: auto;
}

.footer-menu .wp-block-heading {
	display: none;
}
.footer-contact-details .wp-block-heading {
	margin-top: 0;
	font-size: 2.3rem;
	margin-bottom: 0.5rem;
	letter-spacing: .06rem;
	color: var(--global--color-light);
	font-weight: 400;
}

.lower-footer-wrap {
  background: #fff;
  color: var(--global--color-text);
	padding-top: 20px;
}
.lower-footer {
	padding-bottom: 30px;
	font-size: 1.5rem;
	position: relative;
}
.lower-footer .widget-area.footer-legal-details {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	padding: 25px 0 5px;
	margin-bottom: 20px;
}
.lower-footer .widget_media_image {
  display: inline-block;
	margin-right: 6%;
}
.site-footer .menu-footer {
	list-style: none;
	padding: 0;
}
.site-footer .menu-footer > li {
	display: inline-block;
}
.site-footer .menu-footer > li a {
	padding: 0 4px;
}

.footer-legal-details img {
	height: auto;
	max-height: 50px;
	width: auto;
}
.footer-copyright,
.menu-terms-container {
	display: inline-block;
}

.lower-footer li a {
	color: var(--global--color-text);
}
.lower-footer li a:hover {
	color: var(--global--color-highlight);
}
.wp-block-social-link-anchor {
  font-size: 50px;
}
.widget_media_image {
	display: inline-block;
	margin-right: 50px;
}
.widget_media_image img {
	height: 64px;
	width: auto;
}
#block-15 p {
	font-size: 18px;
	max-width: 400px;
}
.widget-area.footer-footer-logos {
  margin-bottom: 18px;
  margin-top: 10px;
}
@media screen and (min-width: 768px){
	.footer-legal-details img {
		max-height: 64px;
	}
	/*.widget-area.footer-footer-logos {
	  margin-top: 35px;
	}*/
}
@media (max-width: 767px){
	footer .site-logo img {
	  margin-top: 15px;
	}
	ul#menu-footer {
		margin-bottom: 45px;
		padding-left: 0;
		border: none;
	}
	/*ul#menu-footer li a {
	  border-bottom: 1px dotted rgba(42,42,42,.2);
	}*/
	#menu-footer li {
		margin-bottom: 1rem;
	}
	.menu-footer-container {
		margin-top: 0;
	}
}

/* ---- Pages --------------------------------------------------------------------------- About page ---- */
.page-id-11 .owl-carousel .owl-item img {
  border-radius: 15px;
}
.page-id-11 .acf-innerblocks-container h2.wp-block-heading {
	margin-bottom: 3.5rem;
}
.page-id-11 .tsu-slide_template-innerblocks h3 {
	position: relative;
	color: var(--global--color-peach);
	font-size: 3rem;
	margin-bottom: 1.5rem;
}
.page-id-11 .tsu-slide_template-innerblocks h3::after {
	content: "";
	position: absolute;
	top: 52%;
	height: 1px;
	background: var(--global--color-peach);
	opacity: 20%;
	right: 0;
	left: 85px;
}
.page-id-11 .tsu-slide_template-innerblocks h3::before {
  content: "";
  position: absolute;
  top: calc(52% - 5px);
  left: 80px;
  background: var(--global--color-peach);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 10;
}

/* Option 2 */
/*.page-id-11 .tsu-slide_template-innerblocks h3 {
  margin-bottom: 45px;
}
.page-id-11 .tsu-slide_template-innerblocks h3::after {
	content: "";
	position: absolute;
	bottom: -20px;
	height: 1px;
	background: #dfdada;
	right: 0;
	left: 5px;
}
.page-id-11 .tsu-slide_template-innerblocks h3::before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	background: #dfdada;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}*/

.tm-item-popup.no-thumb .tm-content {
  border-top: 2px solid var(--global--color-highlight);
  padding-top: 15px;
}

/*  Team Member Owl Carousel styles  */
.tm-carousel.owl-theme .owl-nav {
	top: -100px;
	right: -5px;
}
.tm-carousel.owl-carousel .owl-nav button.owl-prev,
.tm-carousel.owl-carousel .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tm-carousel.owl-carousel .owl-nav button.owl-prev {
	left: initial;
	right: 90px;
}
.tm-carousel.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.tm-carousel.owl-carousel .owl-nav button svg {
	width: 20px;
	margin-bottom: 3px;
}
.tm-carousel.owl-carousel .owl-item img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tm-carousel.owl-theme .owl-nav .disabled {
  opacity: 1;
  background: #bcc9ec !important;
}
@media (min-width: 768px){
	.tsu-team-member-block .owl-carousel .owl-stage-outer {
		margin-right: -9.5%;
	}
}
@media screen and (max-width: 767px){
	.tm-carousel.owl-theme .owl-nav {
	  top: calc(50% - 60px);
	  right: 0;
	}
	.tm-carousel.owl-carousel .owl-nav button.owl-prev,
	.tm-carousel.owl-carousel .owl-nav button.owl-next {
		width: 60px;
		height: 60px;
		opacity: 85%;
	}
	.tm-carousel.owl-carousel .owl-nav button.owl-prev {
	  left: -30px;
	  right: initial;
	}
	.tm-carousel.owl-carousel .owl-nav button.owl-next {
	  right: -30px;
	}
}

/* ---- Pages --------------------------------------------------------------------------- Products page ---- */
.highlight-block.highlight-cta {
  padding-bottom: 3%;
  padding-top: 0;
}

/* ---- Pages --------------------------------------------------------------------------- Quality page ---- */
.page-id-1253 .highlight-block h4 {
  margin-top: 0.2rem;
}

/* ---- Pages --------------------------------------------------------------------------- Contact page ---- */

.page-id-23 #page {
  background: var(--global--color-primary);
}
body.page-id-23 {
  color: var(--global--color-light);
}

.page-id-23 .page-title-wrap {
	display: none;
}
.page-id-23 .breadcrumb-wrapper span span a {
  color: var(--global--color-light);
}
.page-id-23 h1 {
	color: var(--global--color-light);
	font-size: clamp(3.2rem, 3.85vw, 5.4rem);
	margin-bottom: 1em;
	margin-top: .5em;
	line-height: 1.15;
}
.page-id-23 .highlight-block.obg-light {
	color: var(--global--color-text);
}
.contact-block h3 {
  text-transform: uppercase;
  font-size: 15px;
	margin-bottom: 0.3rem;
  letter-spacing: .1rem;
  color: rgba(255,255,255,.7);
}
.contact-block a {
	color: var(--global--color-highlight);
	text-decoration: none;
}
.contact-block a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 992px){
	.tsu-bs-column.contact-customercare {
		padding: 4% 4% 4% 8%;
	}
	.tsu-bs-column.contact-aftercare {
		padding: 4% 8% 4% 4%;
	}
}

.grecaptcha-badge {
	visibility: hidden;
	pointer-events: none;
}

/* ---- Pages --------------------------------------------------------------------------- Terms page ---- */

@media screen and (max-width: 767px){
	.page-template-template-terms .wp-block-table td {
	  display: block;
	}
}

/* END */

svg .tp-logo__text {
	fill: #fff !important;
}

.intro-screen {
	position: fixed;
    height: 100vh;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11000;
	display: none;
}
.home .intro-screen {
	display: block;
}

.sep-line {
  margin: 45px 0 25px;
	opacity: .15;
}


/* ---- New ------------------------------------------------------------------- */
@media (min-width: 768px){
	.col-subhead .tsu-bs-column-innerblocks {
	  border-bottom: 1px solid var(--global--color-highlight);
	  margin-bottom: 2.7rem;
	}
}

.breadcrumb-wrapper {
	font-size: 13px;
    font-size: 1.3rem;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	font-weight: 500;
	color: #B6B6B6;
}
/*.breadcrumb-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.breadcrumb-wrapper ul li {
    display: inline-block;
}
.breadcrumb-wrapper ul li::before {
    content: "»";
    display: inline-block;
    margin: auto 8px auto 3px;
    color: #c4a376;
}
.breadcrumb-wrapper ul li:first-child::before {
    display: none;
}
.breadcrumb-wrapper ul li a {
    display: inline-block;
    color: #727272;
    font-size: 14px;
    font-size: 1.4rem;
}*/
.breadcrumb-wrapper span span::before {
    content: "»";
    display: inline-block;
    margin: auto 8px auto 3px;
    color: var(--global--color-highlight);
}
.breadcrumb-wrapper span span:first-child::before {
    display: none;
}
.breadcrumb-wrapper span span a {
    display: inline-block;
    color: var(--global--color-text);
    font-size: 13px;
    font-size: 1.3rem;
	text-decoration: none;
}
.breadcrumb-wrapper span span a:hover {
	color: var(--global--color-highlight);
}
#breadcrumbs svg {
  display: none;
}




/*  Homepage banner  */
.home .primary-navigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: transparent;
	align-items: start;
}
.home .primary-navigation .site-logo {
  padding-top: 30px;
}
.home .primary-navigation .site-logo .light-bg-logo {
	display: none;
}
.home .primary-navigation .site-logo .dark-bg-logo {
	display: block;
}
.home .primary-navigation .site-logo .dark-bg-logo img {
	width: 128px;
}
@media (max-width: 767px){
	.home .primary-navigation .site-logo .dark-bg-logo img {
		width: 108px;
	}
}
.home .navbar .primary-menu-wrap .navbar-nav li a.nav-link {
	color: #fff;
}
.home .navbar .primary-menu-wrap .navbar-nav li:not(.btn) a.nav-link:hover {
	color: var(--global--color-highlight);
}
.home .has-banner { /* also declared on line 791 */
	background-attachment: fixed;
}
.home .page-title-wrap { /* also declared on line 864 */
	left: 0;
	right: 0;
	top: 0;
	/*bottom: 40vh;*/
	z-index: 2;
	padding: 8% 8% 60px;
	background: var(--global--color-primary);
	display: flex;
	align-items: end;
	/*min-height: 400px;*/
	height: 480px
}
@media (max-width: 767px){
	.home .page-title-wrap {
		height: 440px
	}
}

/* Terms pages */
.page-template-template-terms ol li {
  margin-bottom: 1em;
}
.page-template-template-terms ol li ol li {
  margin-bottom: 0.5em;
}
.page-template-template-terms ol li ol li ol li {
  margin-bottom: 0.25em;
}




.home .has-banner::after {
	display: none;
}
.home-slide .tsu-slide_template-innerblocks {
  position: relative;
}
.home-slide .wp-block-image {
  border-radius: 25px;
  overflow: hidden;
}
.home-slide .wp-block-image::after {
	/*content: '';
	position: absolute;
	border-radius: 25px;
	overflow: hidden;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(8, 15, 53);
	opacity: 0.3;
	transition: opacity ease-in-out .2s;*/
	content: '';
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(0,0,0,0.25);
	background: linear-gradient(0deg,rgba(0, 0, 0,.5) 5%, rgba(0, 0, 0,0) 100%);
	transition: background ease .15s;
	border-radius: 25px;
	pointer-events: none;
}
/*.home-slide .wp-block-image:hover::after {
	opacity: .7;
}*/
/*.home-slide .tsu-slide_template-innerblocks p {
	position: absolute;
	bottom: 24%;
	transform: rotate(-90deg);
	left: 0;
	right: 0;
	margin: auto;
	font-size: 3rem;
	font-weight: 500;
	z-index: 5;
}*/
/*.home-slide .tsu-slide_template-innerblocks .wp-block-group__inner-container,*/
.home-slide .tsu-slide_template-innerblocks p {
	position: absolute;
	display: block;
	bottom: 0;
	/*transform: translateX(-50%);*/
	left: 50%;
	font-size: 3rem;
	font-weight: 500;
	z-index: 5;
	writing-mode: sideways-lr;
	writing-mode: vertical-rl;
	padding: 35px;
	margin: 0;
	color: var(--global--color-light);
	line-height: 1.3;
	-webkit-transform: scale(-1, -1) translateX(52%);
    transform: scale(-1, -1) translateX(52%);
    text-orientation: mixed;
	pointer-events: none;
}
.home-slide .tsu-slide_template-innerblocks a {
	display: block;
	cursor: inherit;
}
.home-slide .owl-theme .owl-nav::after {
	background: #FFF;
	opacity: 15%;
}
@media screen and (max-width: 767px){
	.home-slide .tsu-slide_template-innerblocks p {
		font-size: 2.6rem;
	}
}


/*.home-slide2 {
	display: none;
}
.home-slide2 .tsu-slide_template-innerblocks {
  position: relative;
}
.home-slide2 .wp-block-image {
  border-radius: 25px;
  overflow: hidden;
}
.home-slide2 .wp-block-image::after {
	content: '';
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(0,0,0,0.25);
	background: linear-gradient(0deg,rgba(0, 0, 0,.35) 0%, rgba(0, 0, 0,0) 100%);
	transition: background ease .15s;
	border-radius: 25px;
}
.home-slide2 .tsu-slide_template-innerblocks p {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	font-size: 2.25rem;
	font-weight: 500;
	z-index: 5;
	color: var(--global--color-white);
}
.home-slide2 .owl-theme .owl-nav::after {
	display: none;
  background: #FFF;
  opacity: 15%;
}*/


.highlight-block.obg-dark a:not(.wp-element-button) {
	color: var(--global--color-highlight);
}
.highlight-block.obg-dark a:not(.wp-element-button):hover {
	color: var(--global--color-highlight-darker);
}



.home-banner-wrap {
  position: relative;
  top: 480px;
}
.home-banner-wrap img {
  height: 100vh;
  /*min-height: 1000px;*/
  object-fit: cover;
}
.home .menu-button-container #primary-mobile-menu #nav-icon span {
  background: var(--global--color-white);
}

.home .tsu-slider::after {
  content: "";
  display: block;
  position: absolute;
  left: -9.51%;
  right: -9.51%;
  height: 100%;
  background: var(--global--color-primary);
  bottom: -120px;
}
.primary-bg {
	background: var(--global--color-primary);
}
.home .highlight-block {
	padding-bottom: 0;
}
.home .entry-content h2 {
	font-size: clamp(2.6rem, 3.55vw, 3.2rem);
	font-weight: 300;
	color: var(--global--color-text);
	margin-top: -40px;
}
.primary-bg {
	color: var(--global--color-light);
}
.primary-bg a {
	color: var(--global--color-highlight);
}

#block-17, #block-18, #block-20, #block-21, #block-22, #block-23, #block-24 {
  display: none;
}
