/*
Theme Name: Leader CNC 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: 24.0.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
---------------------------------------------------------
--------------------------------------------------------- */

html {
	scroll-behavior: smooth;
}
body {
	color:var(--wp--preset--color--charcoal);
	font-size:14px;
	background-color:var(--wp--preset--color--charcoal);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
}
#mainStage {
	overflow-x: hidden;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
}
p {
	font-size:16px;
	line-height: 1.4;
}
strong {
	font-weight: 600!important;
}
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;
	position: relative;
}
blockquote p {
	font-size: 24px;
	color: var(--wp--preset--color--richorange);
	padding-left: 40px;
	padding-right: 40px;
}
blockquote p:before {
	position: absolute;
	top: 0;
	left: 0;
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
	font-size: 34px;
	line-height: 1;
	color: var(--wp--preset--color--deepteal);
}
blockquote p:after {
	position: absolute;
	bottom: 30px;
	right: 0;
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
	font-size: 34px;
	line-height: 1;
	color: var(--wp--preset--color--deepteal);
}
hr {
	height: 2px;
	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 - 1200px)/2)!important;
	padding-right: calc(calc(100vw - 1200px)/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: 10px;
}
.roundCorner {
    border-radius: 3px;
    overflow: hidden;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!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 - 1200px)/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 - 1200px) /2)!important;
}

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

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 10px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(85,170,204,0.20);
	opacity: 0.5;
    border-radius: 5px;
    margin-left: calc(calc(100vw - 1200px) /2);
    margin-right: calc(calc(100vw - 1200px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: #4CD964;
    border-radius: 5px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: #5AC8FA;
}

/* WP CODE BLOCK */

.wp-block-code {
	font-family: 'Courier New', monospace;
    background-color: var(--wp--preset--color--deepteal);
	color: var(--wp--preset--color--white);
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
	font-weight: 700;
	line-height: 1.25;
}
.wp-block-code strong {
	font-weight: 700!important;
}

/* WP DETAILS BLOCK */

details.wp-block-details summary {
	font-weight: 600!important;
	padding: 10px 0;
	font-size: 18px;
}
details.wp-block-details summary::marker {
	font-size: 0px!important;
}
details.wp-block-details summary::after {
	content: "\f13a";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	padding-left: 10px;
	color: var(--wp--preset--color--charcoal);
}
details.wp-block-details[open] summary::after {
	content: "\f139";
}
details.wp-block-details.has-background {
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	padding: 7px 15px;
}
details.wp-block-details.has-background summary {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}
details.wp-block-details.has-background summary::after {
	color: #fff;
}

/* WP COLOUR SCHEME */

.af-submit button {
	color: #fff!important;
}
.af-submit button {
	background-color: #4CD964!important;
}

/* WP BUTTONS */

.wp-block-buttons {
	gap:20px!important;
}
a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.af-submit button {
    transition: all .2s ease-in-out!important;
	border: 1px solid!important;
	padding: 14px 20px!important;
}
a.wp-block-button__link i,
a.wp-block-button__link.no-border-radius i,
.af-submit button i {
	margin-right: 8px;
}
a.wp-block-button__link:hover,
.af-submit button:hover {
    transform: scale(1.03)!important;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) a.wp-block-button__link {
	border-color: transparent!important;
}

/* Custom Button Sizes */

.wp-block-buttons.largeBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.largeBT .wp-block-button a {
	padding: 16px 35px!important;
    font-size: 20px!important;
}
.wp-block-buttons.smallBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.smallBT .wp-block-button a {
	padding: 11px 20px!important;
    font-size: 10px!important;
}

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

.notificationBar {
    background-color: var(--wp--preset--color--deepteal);
    text-align: center;
    padding: 10px 5%;
}
a .notificationBar:hover {
    background-color: var(--wp--preset--color--richorange);
}
.notificationBar p,
.notificationBar p a {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
header {
	width: 100%;
	position: absolute;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 133px;
	padding: 0 5%;
}
header .logo {
    width: 296px;
}
.logo img {
	width:100%;
	height:auto;
}
.headerRight {
	display: flex;
	align-items: center;
	gap:30px;
}
.headerRight p {
	font-weight: 600;
	font-size: 18px;
	color: var(--wp--preset--color--white);
}
.headerRight i {
	font-size: 34px;
}
.headerRight a:hover {
	color: var(--wp--preset--color--white);
}
.mobileNavTel {
	display:none;
}
.backToTop {
	background-color: rgba(51,58,61,0.15);
	position: fixed;
	z-index: 20;
	bottom: 40px;
	right: 30px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--wp--preset--color--richorange);
	border-radius: 6px;
	opacity: 0;
    transition: all 0.2s ease-in-out;
}
.backToTop.showMe {
	opacity: 1;
}
.backToTop i {
	color: var(--wp--preset--color--richorange);
	font-size: 30px;
}

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

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(35,35,35,0.98);
    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: 49px;
    right: 5%;
    font-size: 34px;
    z-index: 10;
	color: var(--wp--preset--color--richorange);
}

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

.tintOverlay {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.headerBanner {
	padding: 170px 0 38px;
	position: relative;
	text-align: center;
}
.headerBanner img,
.headerBanner video {
	position: absolute;
	object-fit:cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.headerBanner h1,
.headerBanner h2 {
	margin: 0;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 44px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SEARCH BAR STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SEARCH STYLES */

.searchBox {
	width: 660px;
	padding: 40px 0;
	margin: 0 auto;
}
.searchBox form {
	position: relative;
	z-index: 10;
}
.searchBox button#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--wp--preset--color--white);
	height: 70px;
	width: 70px;
	background-color: var(--wp--preset--color--richorange);
	border-radius: 0 3px 3px 0;
	border: none;
	cursor: pointer;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: none;
}
.searchBox input#s {
	font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 70px;
    border: none;
    background-color: var(--wp--preset--color--white);
    outline: none;
    padding: 0 0 0 30px;
	border-radius: 3px;
}
.searchBox input#s::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.searchBox input:-ms-input-placeholder {
	color: #000;
}
.searchBox input:-moz-placeholder {
	color: #000;
}
.searchBox input::-moz-placeholder {
	color: #000;
}
.searchBox input::-webkit-input-placeholder {
	color: #000;
}

/* POP UP SEARCH */

#wrapperContainerSearch .searchBox {
	margin: 20vh auto 0;
}
#wrapperContainerSearch .searchBox input#s {
	color: #000;
    background-image: url(images/icon-search-blue.svg);
}
#wrapperContainerSearch .searchBox input:-ms-input-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input:-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-webkit-input-placeholder {
	color: #000;
}


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

.socialShareIcons {
    margin-top: 40px;
    margin-bottom: 40px;
	border-top: 1px dotted var(--wp--preset--color--deepteal);
	border-bottom: 1px dotted var(--wp--preset--color--deepteal);
}
.socialShareIcons a i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers,
.facetwp-pager {
	margin: 0 0 80px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	display: flex;
	justify-content: center;
}
ul.page-numbers li,
a.facetwp-page {
	margin:0;
	list-style-type:none;
}
ul.page-numbers a,
span.page-numbers.current,
a.facetwp-page {
    display: flex;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    width: 30px;
    align-items: center;
}
ul.page-numbers a,
a.facetwp-page {
	background-color: var(--wp--preset--color--richorange);
}
ul.page-numbers a:hover,
span.page-numbers.current,
a.facetwp-page:hover,
a.facetwp-page.active {
	color:#fff;
	background-color: var(--wp--preset--color--deepteal);
}

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

.slideSearch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 1200px;
    height: 100%;
    left: 50%;
    top: 50%;
}
section.slider {
	overflow:hidden;
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
}
ul.slides li {
	width:100%;
	position: relative;
}
ul.slides li .wrapper {
    position: relative;
    height: 800px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 5;
}
.slide-caption-1 p {
	margin:0;
    text-align: center;
	color: #fff;
	margin-top:0;
    margin-bottom: 10px;
	font-size:52px;
	font-weight: 600;
}
.slide-caption-2 p {
	margin:0;
    text-align: center;
	color: #fff;
    margin-bottom: 30px;
	font-size:28px;
	font-weight: 600;
}
ul.slides li img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
	z-index: 6;
}
.unslider-arrow.next {
    right: 0!important;
	z-index: 6;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 41%!important;
	color: var(--wp--preset--color--richorange)!important;
	padding: 12px 10px 10px 10px!important;
	font-size: 30px!important;
	background-color: transparent!important;
}
a.unslider-arrow:hover {
	color: #F99571!important;
}
.unslider-nav {
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
	z-index: 6;
}
.unslider-nav ol li {
	width: 8px!important;
	height: 8px!important;
	border: 1px solid var(--wp--preset--color--deepteal)!important;
	background-color: var(--wp--preset--color--white)!important;
	opacity: 0.35!important;
}
.unslider-nav ol li:hover,
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
	opacity: 1!important;
	transition: all .2s ease-in-out!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		LINK ROW BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabLinkRow {
	display: flex;
}
.colabLinkRow a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background-color: var(--wp--preset--color--richorange);
	color: var(--wp--preset--color--white)!important;
	font-size: 18px;
	text-transform: uppercase;
}
.colabLinkRow a:nth-child(even) {
	background-color: var(--wp--preset--color--deepteal);
}

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

.colabVideoHeroBlock {
	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 {
    z-index: 1;
	text-align: center;
	padding: 200px 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
	font-size: 60px;
	color: var(--wp--preset--color--white);
	font-weight: 600;
	margin: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	font-size: 28px;
	color: var(--wp--preset--color--white);
	font-weight: 600;
}

/* ------------------------------------------------------
---------------------------------------------------------
		TABS BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tab {
	display:flex;
	gap:20px;
	justify-content:center;
}
.tab button {
	color: var(--wp--preset--color--white);
	background:var(--wp--preset--color--richorange);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	border: 1px solid;
	border-radius:3px;
	outline: none;
	cursor: pointer;
	padding: 10px 20px;
	transition: 0.3s;
}
.tab button:hover,
.tab button.active {
	background-color: var(--wp--preset--color--deepteal);
	color:#fff;
}
.tab button.active:after {
  content:none;
}
.tabcontent {
  display: none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		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;
    border-radius: 3px;
    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:4/3;
}
/* Hide the images by default */
.galleryStage .mySlides {
	opacity: 0;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .2s ease-in-out;
}
.galleryStage .mySlides img {
	object-fit: cover;
	height: 100%;
}
/* Add a pointer when hovering over the thumbnail images */
.galleryStage .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.galleryStage .galleryTools {
	position: absolute;
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: space-between;	
    align-items: center;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	color: var(--wp--preset--color--richorange);
    padding: 12px 10px 10px 10px;
    font-size: 30px;
    background-color: transparent;	
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	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 {
	color: #F99571;
}
.galleryStage .row {
	position: absolute;
	transition: opacity 0.3s ease-in-out;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	gap:8px;
	justify-content: center;
	margin-bottom: 18px;
}
/* Columns side by side */
.galleryStage .column {
	width: 8px;
	height: 8px;
	border: 1px solid var(--wp--preset--color--deepteal);
	background-color: var(--wp--preset--color--white);
	overflow: hidden;
	font-size: 0;
	border-radius: 50%;
}
/* Add a transparency effect for thumnbail images */
.galleryStage .demo {
	opacity: 0.35!important;
}
.galleryStage .active,
.galleryStage .demo:hover {
	opacity: 1!important;
	transition: all .2s ease-in-out!important;
}

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

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
	margin-bottom: 10px;
	box-shadow: 0 0 15px rgba(35,35,35,0.2);
	border-radius: 3px;
	overflow: hidden;
}
.collapsible {
    background-color: transparent;
	font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    position: relative;
	color: var(--wp--preset--color--deepteal);
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 23px 70px 23px 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: 25px;
}
.collapsible.active:after {
    content: "\f077";
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

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


.postTermLabelContainer {
	display: flex;
}
.postTermLabel {
	font-size: 10px;
	font-weight: 600;
	padding: 7px 10px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	margin: 0 5px 0 0;
}
.postTermLabel.newsLabel {
	box-shadow: inset 0 0 0 1px var(--wp--preset--color--deepteal);
	color: var(--wp--preset--color--deepteal)!important;
	background-color: var(--wp--preset--color--white);
}
.productMeta {
	padding: 80px 0 60px;
}
.productMeta .postTermLabel {
	display: inline-block;
	margin: 12px 5px 12px 0;
}
.productMeta h3 {
	margin-bottom: 10px;
}
.productMeta img.brandLogo {
	width: 185px;
	height: auto;
	margin: 20px 0 40px;
}
.contentNarrow {
	width:70%;
	margin: 0 auto;
    padding: 80px 0 0;
}
.contentFullWidth {
	width:100%;
    display: inline-block;
}
.postImage img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	overflow: hidden;
}
.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: 15px;
	position: relative;
    font-weight: 600;
    font-size: 16px;
	line-height: 1.6;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f054";
	color: var(--wp--preset--color--richorange);
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: var(--wp--preset--color--deepteal);
}
.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;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.standOutPost {
	display: flex;
	gap:78px;
	align-items: center;
	margin: 80px 0;
}
.standOutPostContent img {
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	height: auto;
}
ul.flexContainer {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap:35px;
	padding: 0 0 80px 0;
}
ul.flexContainer li.flexBox {
    display: flex;
    position: relative;
    flex-direction: column;
	transition: all 0.2s;
	border-radius: 3px;
	overflow: hidden;
	background-color: var(--wp--preset--color--white);;
}
ul.flexContainer li.flexBox:hover {
	transform: scale(1.025);
}
ul.flexContainer li.flexBox a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
ul.flexContainer li.flexBox .postContent {
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
}
ul.flexContainer li.flexBox .postContent h4 {
	font-weight: 600;
	margin-top: 0;
	color: var(--wp--preset--color--charcoal);;
}
ul.flexContainer li.flexBox .archiveImage {
	aspect-ratio:4/3;
	position: relative;
}
ul.flexContainer li.flexBox .archiveImage .cardImgGrad {
	background: linear-gradient(180deg, rgba(35,35,35,0.00) 61%, rgba(35,35,35,0.10) 100%);	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
ul.flexContainer li.flexBox .archiveImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* COLUMNS START */
ul.col2 li,
ul.col3 li,
ul.col4 li {
    box-shadow: 0 0px 10px rgb(35 35 35 / 15%);
}
ul.col2 li {
    width: calc(calc(100% / 2) - calc(35px / 2));
}
ul.col3 li {
    width: calc(calc(100% / 3) - calc(35px * 2 / 3));
}
ul.col4 li {
    width: calc(calc(100% / 4) - calc(35px * 3 / 4));
}
/* COLUMNS END */
li.flexBox .postTermLabelContainer {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 10;
}
/*ARCHIVE TOOLS*/
.archiveHeaderTools {
	margin: 80px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.archiveHeaderTools .facetwp-facet {
	margin: 0!important;
}
.archiveHeaderTools .archiveHeaderToolsLeft {
	display: flex;
	gap: 35px;
	align-items: center;
}
.archiveHeaderTools .facetwp-facet-results_counter {
	font-size: 24px;
}
.archiveHeaderTools .facetwp-per-page-select {
	width: 210px;
}
/*ARCHIVE FACET BT*/
.facetBT {
	text-transform: uppercase;
	font-size: 14px!important;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 600;
	line-height: 1!important;
	height: 35px;
	display: flex;
	gap:5px;
	align-items: center;
	justify-content: center;
	padding: 0 13px!important;
	background-color: var(--wp--preset--color--richorange);
	color: var(--wp--preset--color--white);
	border: none;
	border-radius: 3px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.facetBT.revBT {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--richorange);
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--richorange)!important;
}
/*ARCHIVE FACET FLYOUT*/
.facetwp-flyout-fog {
    opacity: 0.85!important;
}
div.facetwp-flyout-close {
	font-size: 0;
	line-height: 1!important;
}
div.facetwp-flyout-close:after {
    content: '\f057'!important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
	font-size: 34px;
	line-height: 1;
	color: var(--wp--preset--color--richorange);
	display: flex!important;
	align-items: center;
	justify-content: flex-end;
}
.facetwp-flyout {
    width: 435px!important;
}
.facetwp-flyout-content {
	padding: 0 40px 40px!important;
}
.facetwp-icon {
	opacity: 1!important;
}
.facetwp-icon:before {
    content: '\f002'!important;
    background: none!important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: var(--wp--preset--color--richorange);
	display: flex!important;
	align-items: center;
}
.facetwp-input-wrap {
    width: 100%!important;
}
.facetFlyOutButtons {
	display: flex;
	gap:10px;
	flex-direction: column;
}
.facetwp-flyout-content h3 {
	color: var(--wp--preset--color--richorange);
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
}
/*PROD CARD*/
.prodCard {
	padding-bottom: 10px;
}
.prodCard p.prodCardBrand {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px;
	color: var(--wp--preset--color--deepteal);
}
.prodCard h4 {
	margin: 0 0 10px;
}
.prodCard p.metaTerm {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	color: var(--wp--preset--color--richorange);
}
.prodCard .postContent {
	display: flex;
	flex-direction: row!important;
	gap:30px;
}
.prodCard .postContentRight {
	display: flex;
	flex: none;
	justify-content: flex-end;
	width: 70px;
	height: 50px;
}
.prodCard .postContentRight img {
	width: 100%;
	height: auto;
	align-self: flex-start;
}


/* ------------------------------------------------------
---------------------------------------------------------
	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:20px!important;
	font-family: 'Plus Jakarta Sans', sans-serif!important;
	outline: none!important;
	border-radius: 3px!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 0 1px #a7a7a7!important;
	width:100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	height:35px!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 {
	text-transform: uppercase!important;
	font-weight: 600!important;
    padding: 0!important;
    padding: 12px 24px!important;
	font-family: 'Plus Jakarta Sans', sans-serif!important;
    cursor: pointer!important;
	border: none!important;
	border-radius: 3px!important;
	background-color: var(--wp--preset--color--richorange)!important;
}

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

footer {
	padding:30px 0;
	clear:both;
	color: #FFF;
}
footer .footerCols {
	display: flex;
	flex-direction: row;
	gap: 35px;
}
footer .footerCols .footerCol {
	width: 100%;
}
footer .logo {
    width: 296px;
	margin: 25px 0;
}
.footerMenu ul {
	padding:14px 0;
	display: flex;
	flex-direction: row;
	gap:24px;
}
.footerMenu ul li {
	list-style: none;
}
.footerMenu ul li a {
	font-size: 11px;
	text-decoration:none;
}
footer .wp-block-social-links {
	margin: 20px 0;
}

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

.tabletHide {
	display: none;
}
.alignwide {
	padding-left: 7.5vw!important;
	padding-right: 7.5vw!important;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
	height: 60px;
}
header .logo {
    width: 169px;
}
.headerRight {
	gap: 18px;
}
.headerRight i {
    font-size: 24px;
}
ul.slides li .wrapper {
    height: 540px;
}
.slideSearch {
    width: 85%;
}
.overlay-content {
    padding: 0 7.5%;
}
.overlay .closebtn i {
    top: 20px;
    font-size: 24px;
}
.colabLinkRow {
	flex-direction: column;
}
.colabLinkRow a {
    font-size: 16px;
}
	
/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left: -7.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: 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 ///// */

.contentFullWidth ::-webkit-scrollbar-track {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
.archiveHeaderTools .facetwp-facet-results_counter {
    font-size: 16px;
}
ul.col3 li,
ul.col4 li {
    width: calc(calc(100% / 2) - calc(35px / 2));
}
.standOutPost {
    flex-direction: column-reverse;
}
footer {
	padding:50px 5%;
}

}

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

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

.narrowTabletHide {
	display: none;
}
.searchBox {
    width: 100%;
}
.searchBox input#s {
    height: 40px;
    font-size: 14px;
    padding-left: 0;
	text-align: center;
    color: #fff;
}
.searchBox button#searchsubmit {
	position: static;
    font-size: 14px;
    height: 40px;
	margin-top: 15px;
	width: 100%;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 600;
}
.searchBox button#searchsubmit i {
	display: none;
}
.wp-block-columns.colabOverflowHalf .wp-block-column,
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 250px!important;
}
.archiveHeaderTools {
	flex-direction: column;
    margin: 30px 0;
	gap:20px;
}
.archiveHeaderTools .archiveHeaderToolsLeft {
	flex-direction: column;
    gap: 20px;
	width: 100%;
}
.archiveHeaderTools .archiveHeaderToolsLeft .facetwp-flyout-open,
.archiveHeaderTools .facetwp-facet-results_per_page {
	width: 100%;
}
.archiveHeaderTools .facetwp-per-page-select {
	width: 100%;
}
.facetwp-flyout {
    width: 90%!important;
}

}

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

.notificationBar p {
    font-size: 11px;
}
.mobileHide {
	display: none;
}
.mobileShow {
	display: inline-block;
}
h1 {
	font-size: 30px!important;
}
h2 {
	font-size: 28px!important;
}
h3 {
	font-size: 24px!important;
}
.mobileNavTel {
    display: block;
	right:105px;
}
ul.slides li .wrapper {
	max-width: 85%;
}
.slide-caption-1 p {
	font-size: 28px;
}
.slide-caption-2 p {
	font-size: 20px;
}
ul.col2 li,
ul.col3 li,
ul.col4 li {
    width: 100%;
}
.contentNarrow {
	width:85%;
	margin-left:7.5%;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
	margin-right:7.5%;
}
footer {
    padding: 50px 7.5%;
}
footer .footerCols {
	flex-direction: column;
}
footer .logo {
	width: 225px;
	margin: 20px 0;
}
.footerMenu ul {
    flex-direction: column;
	gap: 3px;
}
.footerMenu ul li a {
	background-color: var(--wp--preset--color--richorange);
	color: var(--wp--preset--color--charcoal);
	padding:12px;
	display: block;
	width: 100%;
}

}