/*
Theme Name: Urban Body Custom
Theme URI: https://www.colabdigital.co.uk
Author: Colab Digital
Author URI: https://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital Limited, Birmingham, UK.  
Version: 23.1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

body {
	color:#484B4B;
	font-size:16px;
	background-color:#008677;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#mainStage {
	overflow-x: hidden;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1280px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
}
p {
	font-size:16px;
	line-height: 1.4;
}
a {
	text-decoration:none!important;
	color:#008677;
}
a:hover {
	color:#24B8A4;
}
a:hover {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
blockquote {
	margin:40px 0;
	padding:0 0 0 50px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
blockquote p {
	font-size: 20px;
	color: #008677;
	
}
blockquote p:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: #B3EDE7;
	padding-right: 10px;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: -10px;
	line-height: 1;
}
hr {
	height: 3px;
	background-color: #B3EDE7;
	border:none!important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search-results hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
a img {
    transition: all .2s ease-in-out!important;
}
a img:hover {
    transform: scale(1.1)!important;
}
.mobileShow {
	display: none;
}
iframe {
    width: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* GENERAL */

.alignwide {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: calc(calc(100vw - 1280px)/2)!important;
	padding-right: calc(calc(100vw - 1280px)/2)!important;
}
.alignfull {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.pushMe {
    margin-left: auto!important;
    margin-right: auto!important;
}
.smallPrint {
	font-size: 11px;
}
.roundCorner {
    border-radius: 6px 6px 22px;
    overflow: hidden;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!important;
}
.stretchCol .wp-block-column {
	align-items: stretch!important;
}
.stretchCol .wp-block-cover {
	height: 100%!important;
	align-items: flex-start!important;
}

/* WP GALLERY BLOCK */

.wp-block-gallery {
    margin: 20px 0!important;
}
.wp-block-gallery .wp-block-image {
    padding: 0 30px!important;
    align-items: center!important;
	margin: 0!important;
}
.wp-block-gallery .wp-block-image img {
	max-width: 90%!important;
	max-height: 50%!important;
}

/* WP COVER BLOCK */

.wp-block-cover,
.wp-block-cover-image {
	min-height: inherit!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

/* WP MEDIA + TEXT BLOCK */

.wp-block-media-text {
    height: 100%;
}

/* WP COLUMNS BLOCK */

.wp-block-columns {
	margin-bottom: 0!important;
	gap: 40px; 
}
.wp-block-columns.noColMargin {
	gap: 0!important;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	left: 0;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: calc(calc(100vw - 1280px)/2)!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: calc(calc(100vw - 1280px) /2)!important;
}

/* ///// TRACK SCROLLER ///// */

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 20px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(0,134,119,0.2);
    border-radius: 6px;
    margin-left: calc(calc(100vw - 1280px) /2);
    margin-right: calc(calc(100vw - 1280px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: rgba(0,134,119,1);
    border-radius: 5px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: #026C60;
}

/* WP CODE BLOCK */

.wp-block-code {
	background-color: #333A3D;
	color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

/* WP BUTTONS */

a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.af-submit button,
ul.slides li a {
	text-transform: uppercase!important;
	transition: all .2s ease-in-out!important;
	font-family: itc-avant-garde-gothic-pro, sans-serif!important;
	font-weight: 500!important;
	font-style: normal!important;
	font-size: 16px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	line-height: 1.2!important;
}
a.wp-block-button__link:hover,
.af-submit button:hover,
ul.slides li a:hover {
    transform: scale(1.03)!important;
}
.af-submit button,
ul.slides li a {
	background-color: #008677;
	color: #fff!important;
	padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
    padding-left: 20px;
	border-radius: 6px 6px 22px 6px;
	border: 2px solid #fff;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.notificationBar {
    background-color: #C32B2B;
    text-align: center;
    padding: 10px 5%;
}
a .notificationBar:hover {
    background-color: #0D6E63;
}
.notificationBar p,
.notificationBar p a {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.preHeader {
	background-color: #008677;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 65px;
}
.preHeader p {
	margin: 0;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
}
.preHeader p,
.preHeader p a {
	color: #B3EDE7;
}
header {
    background-color: #059988;
	position: relative;
	height: 160px;
}
header .logo {
    width: 318px;
	float:left;
    margin: -10px 0 0 65px;
}
header .logo img {
	width:100%;
	height:auto;
}
.headerRight {
	float: right;
	display: flex;
	height: 122px;
	align-items: center;
	padding-right: 65px;
}
.mobileNavTel {
	display:none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		OVERLAY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.92);
    transition: 0.5s;
    overflow: hidden;
}
.overlay-content {
	padding: 0;
	color: #fff;
	max-height:100vh;
	overflow: scroll;
    position: relative;
}
.overlay-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.overlay-content p a:hover {
	color: #fff;
}
.overlay .closebtn i {
    position: absolute;
    top: 48px;
    right: 5%;
    font-size: 30px;
    z-index: 10;
	color: #4CD964;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER BANNER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tintOverlay {
	background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.headerBanner {
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.headerBanner img,
.headerBanner video {
	position: absolute;
	object-fit:cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.headerBanner h1 {
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 0 0 20px rgba(0,0,0,0.35);
	font-size: 44px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SOCIAL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialIcons {
}
.socialIcons a {
	margin-left:10px;
}
.socialShareIcons {
    margin-top: 40px;
    margin-bottom: 40px;
	border-top: 1px dotted #008677;
	border-bottom: 1px dotted #008677;
}
.socialShareIcons a i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

/* ------------------------------------------------------
---------------------------------------------------------
		MAIN NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.mMenuBT {
    display: none;
}

@media (max-width:10000px) and (min-width:1281px) {
    
#mobMenu {
}
#mobMenu ul#menu-main-menu {
    list-style-type:none;
    margin:0;
    padding:0;
}
/*Create a horizontal list with spacing*/
#mobMenu ul#menu-main-menu li {
	list-style: none;
	float: left;
	margin:0 30px 0 0;
}
#mobMenu ul#menu-main-menu li:hover {
}
/*Style for menu links*/
#mobMenu ul#menu-main-menu li a {
	font-size:17px;
    padding: 10px 0;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}
#mobMenu ul#menu-main-menu li.menu-item-has-children > a::after {
	content: "\f107";
	margin-left: 10px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 14px;
}
/*Style for dropdown links*/
#mobMenu ul#menu-main-menu li ul {
	z-index:5000;
	display:none;
	position:absolute;
	clear:both;
	overflow: hidden;
}
#mobMenu ul#menu-main-menu li:hover ul {
	margin: 0;
}
/*Hover state for dropdown links*/
#mobMenu ul#menu-main-menu li:hover ul li {
	float:none;
	margin:0;
	padding:0;
	text-align:left;
}
/*Hide dropdown links until they are needed*/
#mobMenu ul#menu-main-menu li ul {
    display: none;
	padding-top: 10px;
}
/*Make dropdown links vertical*/
#mobMenu ul#menu-main-menu li ul li {
    display: block;
    float: none;
}
#mobMenu ul#menu-main-menu li ul li:first-child {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	display: block;
    float: none;
}
#mobMenu ul#menu-main-menu li ul li:last-child {
	border-radius: 0 0 17px 6px;
	overflow: hidden;
	display: block;
    float: none;
}
#mobMenu ul#menu-main-menu li ul li a {
	font-size:12px;
	margin:0;
	padding:12px 30px 12px 12px;
	display:block;
	background-color: #fff;
	color: #008677;
}
#mobMenu ul#menu-main-menu li ul li a:hover {
	background-color: #008677;
	color: #fff;
}
/*Display the dropdown on hover*/
#mobMenu ul#menu-main-menu li:hover ul {
    display: block;
}

}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 0 0 60px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
ul.page-numbers li {
	margin:0;
	list-style-type:none;
	display: inline-block;
}
ul.page-numbers a,
span.page-numbers.current {
    display: flex;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    color: #008677;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    width: 30px;
    align-items: center;
}
ul.page-numbers a {
	background-color: #fff;
	box-shadow:inset 0 0 0 1px #008677; 
}
ul.page-numbers a:hover,
span.page-numbers.current {	
	color:#fff;
	background-color: #008677;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

section.slider {
	overflow:hidden;
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
}
ul.slides li {
	width:100%;
}
ul.slides li .wrapper {
    position: relative;
    height: 640px;
    max-width: 667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}
.slide-caption-1 {
	margin:0 auto;
	color: #fff;
    text-align: center;
}
.slide-caption-1 p {
	margin-top:0;
    margin-bottom: 10px;
	font-size:56px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.slide-caption-2 {
	margin:0 auto;
	color: #fff;
    text-align: center;
}
.slide-caption-2 p {
	margin-top:10px;
    margin-bottom: 40px;
	font-size:25px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 41%!important;
	color: #fff;
	padding: 12px 10px 10px 10px!important;
	font-size: 30px!important;
	background-color: rgba(255,255,255,0.25)!important;
}
a.unslider-arrow:hover {
	background-color: #008677!important;
}
.unslider-nav {
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
}
.unslider-nav ol li {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid #fff !important;
}
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
}

/* ------------------------------------------------------
---------------------------------------------------------
		VIDEO HERO STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabVideoHeroBlock {
	height: 700px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
.colabVideoHeroBlock video {
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.colabVideoHeroBlock .wrapper {
	position: absolute;
    z-index: 1;
	text-align: center;
	max-width: 667px;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 56px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #fff;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	margin-top: 10px;
    margin-bottom: 40px;
    font-size: 25px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #fff;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FA ICON BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.faIconBlock {
	display: block;
}
.faIconBlock.small-fa-icon {
	font-size: 24px
}
.faIconBlock.medium-fa-icon {
	font-size: 50px
}
.faIconBlock.large-fa-icon {
	font-size: 90px
}

/* ------------------------------------------------------
---------------------------------------------------------
		GALLERY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

* {
  box-sizing: border-box;
}
.galleryStage {
	position: relative;
	box-shadow: 0 0 30px 0 rgba(72,75,75,0.40);
    border: 2px solid #FFFFFF;
    border-radius: 6px 6px 22px 6px;
    overflow: hidden;
}
/* Position the image container (needed to position the left and right arrows) */
.galleryStage .container {
    position: relative;
    margin: 0;
	align-items: center;
	aspect-ratio:5/3;
}
/* Hide the images by default */
.galleryStage .mySlides {
	opacity: 0;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	position: absolute;
	transition: all .2s ease-in-out;
}
/* Add a pointer when hovering over the thumbnail images */
.galleryStage .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.galleryStage .galleryTools {
	position: absolute;
	right: 30px;
	top: 0;
	display: flex;
	padding: 10px 0;
	background: rgb(0 0 0 / 75%);
	opacity: 0.5;
	border-radius: 0 0 6px 6px;
	transition: opacity 0.3s ease-in-out;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	cursor: pointer;
	height: 40px;
	width: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	user-select: none;
	-webkit-user-select: none;
	opacity: 0.25;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* On hover, add a black background color with a little bit see-through */
.galleryStage .galleryTools .prev:hover,
.galleryStage .galleryTools .next:hover {
	opacity: 1;
}
.galleryStage .row {
	position: absolute;
	opacity: 0!important;
	transition: opacity 0.3s ease-in-out;
	bottom: 5px;
	left: 5px;
	width: 99%;
}
.galleryStage:hover .galleryTools,
.galleryStage:hover .row {
	opacity: 1!important;
}
.galleryStage .row:after {
	content: "";
	display: table;
	clear: both;
}
/* Columns side by side */
.galleryStage .column {
	float: left;
	width: 9.55%;
	margin: 5px 0.5% 0 0;
	overflow: hidden;
	font-size: 0;
}
.galleryStage .column img {
    border-radius: 6px 6px 22px 6px;
    overflow: hidden;	
	border: 2px solid #fff!important;
}
.galleryStage .column:nth-child(10n+10) {
    margin-right: 0;
}
/* Add a transparency effect for thumnbail images */
.galleryStage .demo {
	opacity: 0.6!important;
}
.galleryStage .active,
.galleryStage .demo:hover {
	opacity: 1!important;
	border: 2px solid #fff!important;
	transition: all .2s ease-in-out!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COLLAPSIBLE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
	margin-bottom: 5px;
	box-shadow: inset 0 0 0 1px #008677;
	border-radius: 6px 6px 22px;
	overflow: hidden;
}
.collapsible {
    background-color: transparent;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 18px;
    text-align: left;
    position: relative;
	color: #008677;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 20px 70px 20px 5%;
}
.collapsible:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: '\f078';
    font-size: 18px;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    right: 5%;
    top: 20px;
}
.active:after {
    content: "\f077";
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
.collcontent :first-child {
	margin-top: 0;
}
.collcontent :last-child {
	margin-bottom: 20px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.content {
	width:60%;
	float:left;
    padding: 40px 0;
}
.contentNarrow {
	width:70%;
	margin: 0 auto;
    padding: 40px 0;
}
.contentFullWidth {
	width:100%;
}
.blogSingleImage img {
	width: 100%;
	height: auto;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
    font-size: 18px;
	color: #008677;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f105";
	color: #008677;
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: #008677;
}
.wysiwyg ul li ul.children {
    margin-top: 15px;
}
/* YouTube iFrames */

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	box-shadow: 0 0 30px 0 rgba(72,75,75,0.40);
	border: 2px solid #FFFFFF;
	border-radius: 6px 6px 22px 6px;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FLEX COLUMN STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.flexContainer {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap:40px;
	padding: 80px 0;
}
ul.flexContainer.related {
	padding: 0 0 70px 0;
}
ul.flexContainer li.flexBox {
    display: flex;
    position: relative;
    flex-direction: column;
	transition: all 0.2s;
	overflow: hidden;
}
ul.flexContainer li.flexBox:hover {
	transform: scale(1.025);
}
ul.flexContainer li.flexBox a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
ul.flexContainer li.flexBox .postContent {
    padding: 5px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
}
ul.flexContainer li.flexBox .postContent i {
	color: #008677;
	margin-right: 8px;
}
ul.flexContainer li.flexBox .archiveImage {
	aspect-ratio:5/3;
	border-radius: 6px 6px 22px;
	overflow: hidden;
}
ul.flexContainer li.flexBox .archiveImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* COLUMNS START */
ul.col2 li {
    width: calc(calc(100% / 2) - calc(40px / 2));
}
ul.col3 li {
    width: calc(calc(100% / 3) - calc(40px * 2 / 3));
}
ul.col4 li {
    width: calc(calc(100% / 4) - calc(40px * 3 / 4));
}
/* COLUMNS END */

ul.graphicLinks li {
	aspect-ratio: 5 / 3;
    align-items: center;
    justify-content: center;
	border-radius: 6px 6px 22px;
}
ul.graphicLinks li a {
    position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3;
}
ul.graphicLinks li h3 {
    text-align: center;
    position: absolute;
    color: #fff!important;
    z-index: 2;
    max-width: 75%;
}
ul.graphicLinks li img {
	width: auto;
	height: 100%;
	object-fit: cover;
	align-self: normal;
}

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.acf-fields>.acf-field {
    margin-bottom: 20px!important;
    padding: 0!important;
    border-top: none!important;
}
.acf-form-fields ul,
.acf-form-fields ol {
	margin-top: inherit;
	margin-bottom: inherit;
}
.acf-form-fields ul li,
.acf-form-fields ol li {
	padding-left: 0;
	margin-bottom: inherit;
	position: static;
    font-weight: inherit;
    font-size: 14;
}
.acf-form-fields ul li:before,
.acf-form-fields ol li:before {
    font-weight: 900;
    position: absolute;
    left: 0em;
    color: #007eb4;
}
.acf-form-fields ul li:before {
    content: none;
}
.acf-form-fields ol li:before {
    content: none;
}

label {
	font-size: 12px!important;
	font-weight: 600!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
	font-size:14px!important;
	padding-left:3%!important;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	outline: none!important;
	border-radius: 6px!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 0 1px #dddddd!important;
	width:100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	height:45px!important;
}
textarea {
	height:150px;
	padding-top:10px;
    -webkit-appearance: none;
}
select {
    -webkit-appearance:none!important;
    background-image: url("images/icon-arrow.svg")!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 10px!important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 10px 0 0;
}
.af-submit {
    padding: 0!important;
}
.af-submit button {
    cursor: pointer!important;
}

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

footer {
	padding:40px 0;
	clear:both;
	color: #FFF;
}
footer ul.flexContainer {
    padding: 0;
}
footer a {
	color: #B3EDE7;
}
footer .socialIcons {
	font-size: 18px;
}
footer .socialIcons a {
	margin-left:0;
	margin-right: 10px;
	font-size: 26px;
}
.footerMenu ul {
	padding:10px 0;
	margin:0;
	display: flex;
}
.footerMenu ul li {
	list-style: none;
	font-size:12px;
	margin:0;
	margin-right:20px;
}
.footerMenu ul li a {
	display: block;
	text-decoration:none;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

@media only screen and (max-width : 1280px) {

.alignwide, .alignfull {
    width: 100vw!important;
    margin-left: -5vw!important;
    padding-left: 5vw!important;
    padding-right: 5vw!important;
}
body {
	padding-top: 88px!important;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
    margin: 0 auto;
    padding: 0;
	height: 88px;
	z-index: 3;
}
.preHeader {
    height: 28px;
	padding: 0 45px;
}
.preHeader p {
    font-size: 14px;
}
header .logo {
    width: 210px;
    position: absolute;
    left: 25px;
    bottom: 7px;
    margin: 0;
}
.headerRight {
    height: 60px;
	padding-right: 45px;
}
/* MOBILE MENU START*/
a.mMenuBT {
    display: flex!important;
	align-items: center!important;
	justify-content: center!important;
    height: 43px!important;
    width: 43px!important;
    font-size: 18px!important;
    background-color: transparent!important;
    color: #fff!important;
    border-radius: 6px 6px 18px;
	box-shadow: inset 0 0 0 2px #fff;
	margin-left: 25px!important;
}
a.mMenuBT i {
    line-height: 42px!important;
}
a.mMenuBT:hover {
    color: #fff;
}
.mm {
    background: #008677!important;
}
.mm:before {
    border-top: 2px solid rgba(255,255,255,0.5)!important;
    border-left: 2px solid rgba(255,255,255,0.5)!important;
    opacity: 1!important;
}
.mm:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
    color: rgba(255,255,255,0.5)!important;
}
.mm li:after {
    border-top: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
}
.mm li:before {
    content: "\f105"!important;
    font-family: "Font Awesome 6 Pro"!important;
    color: rgba(255,255,255,0.5)!important;
    top: 15px!important;
    right: 22px!important;
    width:  auto!important;
    height: auto!important;
    border-top: none!important;
    border-right: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    opacity: 1!important;
}    
.mm li a {
    text-transform: uppercase!important;
    padding: 15px 5% 12px!important;
    color: #fff!important;
	font-weight: 700!important;
}    
.mm a:not(:last-child) {
    width: calc(100% - 48px)!important;
}
.mm-blocker {
    background: rgba(0,0,0,.5)!important;
}
/* MOBILE MENU END*/

.headerBanner {
    padding: 40px 0;
}
.headerBanner h1 {
    font-size: 34px;
}
	
/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left: -5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: 5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: 5vw!important;
}

/* ///// TRACK SCROLLER ///// */

/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    margin-left: 5vw;
    margin-right: 5vw;
}
	
.content {
	width:55%;
	margin-left:5%;
}
.contentFullWidth {
	width:90%;
	margin-left:5%;
}
ul.col3 li,
ul.col4 li {
    width: calc(calc(100% / 2) - calc(40px / 2));
}
footer {
	padding:50px 5%;
}
footer .logo {
	width: 50%;
}


}

@media only screen and (max-width : 1000px) {
    
a.unslider-arrow {
	display: none;
}
.galleryStage .row {
	display: none;
}
    
}

@media only screen and (max-width : 768px) {

.wp-block-columns.colabOverflowHalf .wp-block-column,
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 320px!important;
}
.wp-block-columns.stretchCol {
	margin-bottom: 0!important;
}
.wp-block-columns.stretchCol .wp-block-column {
	margin-bottom: 1.75em!important;
}

}

@media only screen and (max-width : 615px) {

.alignwide, .alignfull {
    margin-left: -7.5vw!important;
    padding-left: 7.5vw!important;
    padding-right: 7.5vw!important;
}
body {
	padding-top: 75px!important;
}
.notificationBar p {
    font-size: 11px;
}
.mobileShow {
	display: inline-block;
}
.preHeader {
	display: none;
}
header {
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	z-index: 3;
	box-shadow: 0 0 20px rgba(0 0 0 / 25%);
}
header .logo {
    width: 175px;
    position: static;
    left: auto;
    bottom: auto;
}
.mobileNavTel {
	display: flex;
	align-items: center;
    justify-content: center;
    height: 43px;
    width: 43px;
    border-radius: 6px 6px 18px;
	box-shadow: inset 0 0 0 2px #fff;
    font-size: 18px!important;
    text-align: center;
}
.mobileNavTel a {
	color:#fff;
}
.mobileNavTel a:hover {
	color:#fff;
}
.headerRight {
	float: none;
    display: block;
    height: auto;
    padding-right: 0;
}
.headerRight .wp-block-buttons {
	position: fixed;
	bottom: 20px;
	z-index: 3;
	width: 85%;
	left: 7.5%;
}
.headerRight .wp-block-buttons .wp-block-button {
	width: 100%;
}
.headerRight .wp-block-buttons .wp-block-button a {
	width: 100%;
	box-shadow: 0 0 20px rgba(0 0 0 / 25%);
}
a.mMenuBT {
    margin-left: 0!important;
}
.page-id-598 .bookNow {
	display: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
}
ul.slides li .wrapper {
	max-width: 70%;
	height: 480px;
}
.slide-caption-1 p {
	font-size: 32px;
	font-weight: 700;
}
.slide-caption-2 p {
	font-size: 18px;
}
ul.col2 li,
ul.col3 li,
ul.col4 li {
    width: 100%;
}

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	margin-left: -7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: 7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: 7.5vw!important;
}
	
/* ///// TRACK SCROLLER ///// */

/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}

	
.content,
.contentNarrow {
	width:90%;
	margin-left:5%;
	float:none
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
.wp-block-media-text {
	width: 100vw!important;
	margin-left: -7.5vw!important;
}
.wp-block-cover .wp-block-media-text {
	margin-left: calc(-1em + -7.5vw)!important;
}
.colabVideoHeroBlock {
	height: calc(100vh - 200px);
}
.colabVideoHeroBlock .wrapper {
    max-width: 70%;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
    font-size: 32px;
	font-weight: 700;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
    font-size: 18px;
}

footer {
    padding: 40px 7.5% 80px;
	text-align:center;
}
footer ul.flexContainer > li:nth-child(4) {
	order: 1!important;
}
footer ul.flexContainer > li:nth-child(1),
footer ul.flexContainer > li:nth-child(2),
footer ul.flexContainer > li:nth-child(3) {
	order: 2!important;
}
footer h4 {
	margin-top: 0;
}
footer .logo {
	width: 60%;
    float: none;
    margin: 20px auto 0 auto;
}
footer .socialIcons a i {
    margin-right: 5px;
    margin-left: 5px;
}
.footerMenu ul {
	flex-direction: column;
}
.footerMenu ul li {
	margin-bottom: 5px;
	margin-right:0;
}
.footerMenu ul li a {
	color: #fff;
	padding-top:14px;
	padding-bottom:12px;
	border-radius: 6px 6px 22px;
	box-shadow: inset 0 0 0 2px #fff;
	text-transform: uppercase;
}

}