/*
Theme Name:     New Horizons Property: Flex Child
Version: 		0.0
Description:    Holding Page Theme for 2024 site
Author:         goto11
Template:       flex

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import "colors.css";



/* ////////////////////////////////////////////////
//
//		TYPOGRAPHY BASE
//		https://www.aleksandrhovhannisyan.com/blog/use-rems-for-font-size/
//
//////////////////////////////////////////////// */

html {
	/* 62.5% of 16px browser font size is 10px */
	font-size: 62.5%;
	/* font vars */
	--font-size-xxs: 1.2rem;		/* 12px */
	--font-size-xs: 1.4rem;		/* 14px */
	--font-size-s: 1.6rem;		/* 16px */
	--font-size-base: 1.8rem;	/* 18px, base */
	--font-size-m: 2.4rem;		/* 24px */
	--font-size-l: 3.0rem;		/* 30px */
	--font-size-xl: 3.6rem;		/* 36px */
	--font-size-xxl: 4.8rem;	/* 48px */
	--font-size-xxxl: 6rem;		/* 60px */
	--font-size-xxxxl: 7.2rem;	/* 72px */
	
	--font-family-base: 'Open Sans';
	--font-family-header: 'Montserrat';
	--font-family-condensed: 'Sofia Sans Extra Condensed', sans-serif;
	
	font-family: var(--font-family-base);
	font-weight: 400;
	
}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.montserrat-ttch {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 300 to 800

.open-sans-ttch {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* /////////////////////////////////////////////////////////////////////
//
//  	Holding Theme
//
///////////////////////////////////////////////////////////////////// */

.heroWrapper {
	height: 100%;
	height: 100vh;
}
/* .hero-slider {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
} */

	.hero-fixed-content {
		padding: 100px 25px;
		box-sizing: border-box;
		z-index: 99999;
		background: rgba(0,0,0,.4);
		position: fixed; /* Use fixed to keep it in place relative to the viewport */
		top: 50%;        /* Move to the vertical center of the viewport */
		left: 50%;       /* Move to the horizontal center of the viewport */
		transform: translate(-50%, -50%); /* Offset by half of its width and height */
		z-index: 9999;   /* Ensure it appears on top of all other content */
		display: block;
		width: 100%;
		max-width: 90%;
		height: auto;
	}
	
		.hero-fixed-content img {
			max-width: 100%;
			height: auto;
		}


.hero-slider .slick-slide {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
  transform: scale(1.1); /* Adjust the scale value as needed */
  transform-origin: center center;
  transition: transform 0.4s ease-in-out;
}

/* /////////////////////////////////////////////////////////////////////
//
//  	FONTAWESOME OVERIDES
//
///////////////////////////////////////////////////////////////////// */

/* Step 1: Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
  .icon::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  }

/* Step 2: Reference Individual Icons */
/* Note: Make sure to include the correct weight and Unicode value for the icon */
/* an example rule targeting any element with the "account" class to render fa-user icon in the Solid style */

/*
font: var(--fa-font-solid);
font: var(--fa-font-regular);
font: var(--fa-font-light);
font: var(--fa-font-thin);

font: var(--fa-font-sharp-solid);
font: var(--fa-font-sharp-regular);

font: var(--fa-font-brands);

custom kit fonts:
font-family: 'Font Awesome Kit';


temp unicodes while FA has a bug:

.fak.fa-bj01::before, .fa-kit.fa-bj01::before { content: "\e000"; }
.fak.fa-bj02::before, .fa-kit.fa-bj02::before { content: "\e001"; }
.fak.fa-bj03::before, .fa-kit.fa-bj03::before { content: "\e002"; }
.fak.fa-bj04::before, .fa-kit.fa-bj04::before { content: "\e003"; }
.fak.fa-bj05::before, .fa-kit.fa-bj05::before { content: "\e004"; }
.fak.fa-bj06::before, .fa-kit.fa-bj06::before { content: "\e005"; }
.fak.fa-bj07::before, .fa-kit.fa-bj07::before { content: "\e006"; }
.fak.fa-bj08::before, .fa-kit.fa-bj08::before { content: "\e007"; }
.fak.fa-bj09::before, .fa-kit.fa-bj09::before { content: "\e008"; }
.fak.fa-bj10::before, .fa-kit.fa-bj10::before { content: "\e00e"; }
.fak.fa-bj11::before, .fa-kit.fa-bj11::before { content: "\e00a"; }
.fak.fa-bj12::before, .fa-kit.fa-bj12::before { content: "\e00b"; }
.fak.fa-bj13::before, .fa-kit.fa-bj13::before { content: "\e00c"; }
.fak.fa-bj14::before, .fa-kit.fa-bj14::before { content: "\e00d"; }
.fak.fa-bjs01::before, .fa-kit.fa-bjs01::before { content: "\e00f"; }
.fak.fa-bjs02::before, .fa-kit.fa-bjs02::before { content: "\e010"; }
.fak.fa-bjs03::before, .fa-kit.fa-bjs03::before { content: "\e011"; }
.fak.fa-bjs04::before, .fa-kit.fa-bjs04::before { content: "\e012"; }
.fak.fa-bjs05::before, .fa-kit.fa-bjs05::before { content: "\e013"; }
.fak.fa-bjs06::before, .fa-kit.fa-bjs06::before { content: "\e014"; }
.fak.fa-bjs07::before, .fa-kit.fa-bjs07::before { content: "\e015"; }
.fak.fa-bjs08::before, .fa-kit.fa-bjs08::before { content: "\e016"; }
.fak.fa-bjs09::before, .fa-kit.fa-bjs09::before { content: "\e017"; }
.fak.fa-bjs10::before, .fa-kit.fa-bjs10::before { content: "\e018"; }
.fak.fa-bjs11::before, .fa-kit.fa-bjs11::before { content: "\e019"; }
.fak.fa-bjs12::before, .fa-kit.fa-bjs12::before { content: "\e01a"; }
.fak.fa-bjs13::before, .fa-kit.fa-bjs13::before { content: "\e01b"; }
.fak.fa-bjs14::before, .fa-kit.fa-bjs14::before { content: "\e01c"; }
.fak.fa-bjs15::before, .fa-kit.fa-bjs15::before { content: "\e01d"; }
.fak.fa-bjs16::before, .fa-kit.fa-bjs16::before { content: "\e01e"; }
.fak.fa-bjs17::before, .fa-kit.fa-bjs17::before { content: "\e01f"; }
.fak.fa-bjs18::before, .fa-kit.fa-bjs18::before { content: "\e020"; }
.fak.fa-bjs19::before, .fa-kit.fa-bjs19::before { content: "\e021"; }
.fak.fa-bjs20::before, .fa-kit.fa-bjs20::before { content: "\e022"; }
.fak.fa-bjs21::before, .fa-kit.fa-bjs21::before { content: "\e023"; }
.fak.fa-bjs22::before, .fa-kit.fa-bjs22::before { content: "\e024"; }
.fak.fa-bjs23::before, .fa-kit.fa-bjs23::before { content: "\e025"; }


*/

/* an example rule targeting any element with the "custom-icon" class to render a custom icon (uploaded to a kit) */
.custom-icon::before {
	font-family: 'Font Awesome Kit';
	content: "\[CUSTOM_ICON_UNICODE]"; /*  replace with custom icon's unicode value */
}


/* ////////////////////////////////////////////////
//
//		TEMPLATE CODE
//
//////////////////////////////////////////////// */

.template_code {
	position: fixed;
	z-index: 99999;
	bottom: 10px;
	right: auto;
	left: auto;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,.5);
}


/* ////////////////////////////////////////////////
//
//		STYLES
//
//////////////////////////////////////////////// */


.logo-desktop-svg {
	width: 360px;
	height: auto;
}

	.row-enquiries .logo-desktop-svg {
		padding-bottom: 50px;
	}
	
.logo-desktop-repairs-svg {
	width: 100%;
	height: auto;
}

/* icon logo in advanced text/image boxes */
i.icon-overlay {
	position: absolute;
	bottom: -100px;
	font-size: 400px;
	width: 400px;
	height: 400px;
	opacity: .2;
}

.image_bg_left	i.icon-overlay {
	left: -100px;
}

.image_bg_right	i.icon-overlay {
	right: -100px;
}

/* .wistia_responsive_padding */
.rounded {
	border-radius: 20px;
}

/* .wistia_responsive_padding */
.dropshadow,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
	-webkit-box-shadow: 0px 12px 25px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 12px 25px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 12px 25px 5px rgba(0,0,0,0.1);
}

.dropshadowflat5 {
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.1);
	box-shadow: 5px 5px rgba(0,0,0,0.1);
}

.rotate {
	transition: transform .5s ease-in-out;
	-webkit-transition: transform .5s ease-in-out;
}

.rotate:hover {
	transform: scale(1.25) rotate(5deg);
}

/* inner shadows */

/* .row-blur-title::before,
.row-blur-title::after,
.hero-slider::before,
.hero-slider::after,
.parallax_image_row::before,
.parallax_image_row::after {
	position: absolute;
	display: block;
	content: '';
	width: 110vw;
	left: -5vw;
	visibility:	visible;
}

.row-blur-title::before,
.hero-slider::before,
.parallax_image_row::before {
	top: 0;
	height: 5px;
	background-color: rgba(0,0,0,.1);
	z-index: 1;
}

.row-blur-title::after,
.hero-slider::after,
.parallax_image_row::after {
	bottom: 0;
	height: 8px;
	background-color: rgba(0,0,0,.1);
} */

/* ////////////////////////////////////////////////
//
//		TYPOGRAPHY STYLES
//
//////////////////////////////////////////////// */

h1 {
	font-family: var(--font-family-header), sans-serif;
	font-weight: 900;
	font-size: var(--font-size-xxxl);
	color: var(--color4a);
}

h2 {
	font-family: var(--font-family-header), sans-serif;
	font-weight: 900;
	font-size: var(--font-size-xxl);
	color: var(--color3a);
}

h3 {
	font-family: var(--font-family-header), sans-serif;
	font-weight: 900;
	font-size: var(--font-size-xl);
	color: var(--colorgreyc);
}

h4 {
	font-family: var(--font-family-header), sans-serif;
	font-weight: 800;
	font-size: var(--font-size-l);
	color: var(--color4a);
	letter-spacing: 0.025em;
}

h1, h2, h3, h2.hero-title {
	text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.02em;
}


p,
address,
ul, dl, ul.fa-ul, ol {
	font-size: var(--font-size-base);
	line-height: 1.6em;
	padding: 0 0 1.2em 0;
	color: var(--colorgreyd);
}

ul, dl, ul.fa-ul, ol {
	line-height: 1.75em;
	list-style: revert;
	margin-left: 30px;
}

li {
	padding-bottom: .75em;
}

.small,
p.small {
	font-size: var(--font-size-s);
}

.medium ,
p.medium {
	font-size: var(--font-size-m);
}

.large,
p.large,
.hero-text p.large {
	font-size: var(--font-size-l);
}

.entry-content p a {
	text-decoration: underline;
	color: var(--color5a);
	
}

.entry-content p.excerpt a {
	text-decoration: none;
}

h1.page-title {
	margin: 1em 0 .25em 0;
	text-align: center;
	color: var(--color1z);
}

/* MONTSERRAT HEADERS */
.carousel_builder_row h4.carousel_item_title,
.row-featured h4,
.fancybox-caption__body h4,
.row-contactus-form h4.telephone,
.row-contactus-form #gform_wrapper_1 label,
.headerWrapper h3,
#canvas .gform_wrapper input[type="submit"],
.row-text h3 {
	font-size: var(--font-size-s);
	font-family: var(--font-family-base);
	font-weight: 700;
	letter-spacing: .25em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    height: 0;
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom: none;
    margin: 40px 0 40px 0;
    width: 100%;
}	

/* LISTS ////////////////////////////////// */

ul, dl, ul.fa-ul, ol {
	line-height: 1.75em;
	list-style: revert;
	margin-left: 30px;
}

.text_col_contents ul,
.basic_text_row ul,
.entry-content ul,
.two_column_text_row_col ul,
ul.textlist,
.text_col_contents ol,
.basic_text_row ol,
.entry-content ol,
.two_column_text_row_col ol,
ol.textlist,
ul.repair-package-list,
ul#footer-nav1-menu,
ul#footer-nav2-menu {
	list-style: none;
	padding-left: 0;
	/* the following provides the fontawesome spacing */
	margin-left: 40px;
}

	ol {
		  list-style: none;
		  counter-reset: my-awesome-counter;
	}
	ol > li {
		  counter-increment: my-awesome-counter;
	}
	ol > li::before {
		  content: counter(my-awesome-counter) ". ";
		  color: var(--color4a);
		  font-weight: 700;
		display: block;
		position: absolute;
		top: 0;
		  width: 30px;
		  /* match to the <ol> left margin  */
		  left: -40px;
	}


	.text_col_contents ul li,
	.basic_text_row ul li,
	.entry-content ul li,
	.two_column_text_row_col ul li,
	.text_col_contents ol li,
	.basic_text_row ol li,
	.entry-content ol li,
	.two_column_text_row_col ol li,
	ul.textlist li,
	ul.repair-package-list li,
	ul#footer-nav1-menu li,
	ul#footer-nav2-menu li {
		position: relative;
		padding-bottom: 1em;
	}
	
	.text_col_contents ul li::before,
	.basic_text_row ul li::before,
	.entry-content ul li::before,
	.two_column_text_row_col ul li::before,
	ul.textlist li::before,
	ul.repair-package-list li::before,
	ul#footer-nav1-menu li::before,
	ul#footer-nav2-menu li::before  {
		content: '\e001';
		line-height: 1.5em;
		margin: 0 0 0 0;
		font-size: var(--font-size-m);
		display: block;
		position: absolute;
		top: 0;
		width: 30px;
		/* match to the <ul> lleft margin  */
		left: -40px;
		opacity: .5;
	}

	.text_col_contents ul li::before,
	.basic_text_row ul li::before,
	.entry-content ul li::before,
	.two_column_text_row_col ul li::before,
	ul.textlist li::before,
	ul#footer-nav1-menu li::before,
	ul#footer-nav2-menu li::before  {
		font-family: 'Font Awesome Kit';
	}
		
	.text_col_contents ul ol li::before,
	.basic_text_row ul ol li::before,
	.entry-content ul ol li::before,
	.two_column_text_row_col ul ol li::before,
	ul.textlist ol li::before {
		content: '';
		display: none;
	}

	.entry-content ol li {
		/* padding-left: 20px; */
	}	
	
	.entry-content ol li::before {
		/* content: ''; */
	}
	
	.entry-content ol li::marker {
		color: var(--color4d);
		width: 50px;
		display: inline-block;
	}

		.text_col_contents ul li ul,
		.basic_text_row ul li ul,
		.entry-content ul li ul,
		.two_column_text_row_col ul li ul,
		.text_col_contents ul li ol,
		.basic_text_row ul li ol,
		.entry-content ul li ol,
		.two_column_text_row_col ul li ol,
		.text_col_contents ol li ul,
		.basic_text_row ol li ul,
		.entry-content ol li ul,
		.two_column_text_row_col ol li ul,
		.text_col_contents ol li ol,
		.basic_text_row ol li ol,
		.entry-content ol li ol,
		.two_column_text_row_col ol li ol,
		ul.textlist li ul {
			margin-top: 30px;
			margin-bottom: 0;
		}


			.text_col_contents ul li ul li,
			.basic_text_row ul li ul li,
			.entry-content ul li ul li,
			.two_column_text_row_col ul li ul li,
			ul.textlist li ul li {
				font-style: italic;
			}	
			
			.text_col_contents ul li ul li::before,
			.basic_text_row ul li ul li::before,
			.entry-content ul li ul li::before,
			.two_column_text_row_col ul li ul  li::before,
			ul.textlist li ul li::before {
				content: "\f054";
				font-size: var(--font-size-s);
			}

	ul.list-bold li {
		font-weight: 700;
	}
				
	ul.no-icon li::before {
		content: '';
		display: none;
	}
	
	ul.li-fa-chevron-right li:before {
		content: "\f054" !important;
	}

	ul.li-fa-triangle-exclamation li:before {
		content: "\f071" !important;
	}

	ul.li-fa-shield-check li:before {
		content: "\f2f7" !important;
	}	
	
	ul.li-fa-l li:before {
		font-size: var(--font-size-l);
	}

	ul.li-fa-xl li:before {
		font-size: var(--font-size-xl);
	}
		
	ul.li-fa-xxl li:before {
		font-size: var(--font-size-xxl);
	}	

	ul.ul-aleo li {
		font-family: 'Aleo', serif;
	}
	
	ul.ul-l li {
		font-size: var(--font-size-l);
	}
	
	ul.ul-xl li {
		font-size: var(--font-size-xl);
	}
	
	
/* ////////////////////////////////////////////////
//
//		BACKGROUNDS
//
//////////////////////////////////////////////// */

html, body, #canvas {
	/* background-color: var(--color1a); */
}
 

/* ////////////////////////////////////////////////
//
//		STRUCTURE
//
//////////////////////////////////////////////// */


html {
	scroll-behavior: smooth !important;
}

.anchor-link {
	scroll-margin-top: 80px;
}

.anchor-link-c2c {
	scroll-margin-top: 130px;
}

body {
	overflow-x: hidden;
}

#canvas {
	overflow: hidden;
}

.headerWrapper {
	height: 160px;
	padding: 25px 0;
	z-index: unset;
}

.ctaheaderWrapper {
	z-index: 3;
	position: relative;
}

.c2cheaderWrapper {
	z-index: 2;
	position: relative;
}

.contentWrapper {
	z-index: 1;
	position: relative;
}

.footerWrapper {
	padding: 0 50px;
	box-sizing: border-box;	
}

.setwidth-narrow .setwidth {
	padding-left: 20%;
	padding-right: 20%;
}

.footer {
	width: 100%;
	display: flex;
}

	.footer .mega-menu-wrap {
		flex-grow: 1;
		justify-content: flex-start;
	}

/* /////////////////////////////////////////////////////////////////////
//
//  	CTA HEADER
//
///////////////////////////////////////////////////////////////////// */

.ctaheaderWrapper {
	height: auto;
	/* padding: 20px 50px; */
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}


	.ctaheaderWrapper #mega-menu-wrap-cta-nav {
		width: 100%;
		right: 0;
	}

	.ctaheaderWrapper #mega-menu-wrap-cta-nav.mega-sticky {
		background-color: var(--color1a);
		box-shadow: 0 5px rgba(0, 0, 0, 0.1);
	}
	
	
	.cta-header {
		left: 0;
		width: calc(100% - 100px);
		padding: 0 20px 0 50px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		position: fixed;
		z-index: 99999;
	}
		
		.ctaheaderWrapper .mega-sticky-wrapper {
			width: 100%;
		}
		
			.ctaheaderWrapper #mega-menu-wrap-cta-nav #mega-menu-cta-nav > li.mega-menu-item > a.mega-menu-link {
				padding: 0px;
			}
			
			.nav-button-wrapper .mega-menu-link {
				display: none !important;
			}
	

	.cta-item {
		margin-left: 1.5rem;
	}

	.cta-item-left {
		margin-left: 0;
		margin-right: 1.5rem
	}

	.cta-item-push {
		margin-left: auto;
	}
	
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
		float: right;
	}
		

/* /////////////////////////////////////////////////////////////////////
//
//  	HEADER
//
///////////////////////////////////////////////////////////////////// */

header {
	
}

.mobile-main-nav {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////
//
//  	MENUS AND NAVIGATION
//
///////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////
// 		1) CTA NAV
/////////////////////////////// */


#mega-menu-wrap-cta-nav #mega-menu-cta-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 99999;
}

	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav .mega-sub-menu .mega-sub-menu .mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		background-color: var(--color1b);
		border-radius: 50px;
	}

	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav .mega-sub-menu .mega-sub-menu .mega-sub-menu > li.mega-menu-item.mega-nav-desktop-col1 > a.mega-menu-link {
		background-color: var(--color1a);
	}
		
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav .mega-sub-menu .mega-sub-menu .mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
		background-color: var(--color1y);
	}
	
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-weight: 800;
	}
	

	
	
	/* ICONS  */

	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link::before {
		font-size: 20px;
		opacity: .4;
		margin: 0 6px 0 6px;
		/* color: var(--color1z); */
	}
	
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:hover::before {
		opacity: 1;
		color: white;
	}
	
	/* BURGER ICON DESKTOP */
	
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-item.mega-hide-text li.mega-menu-item.mega-nav-desktop-burger a.mega-menu-link::before {
		font-size: 36px;
		opacity: 1;
		color: white;
	}
	
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-item  a.mega-menu-link.fa-bars::before {
		font: var(--fa-font-solid);
		font-size: 36px;
	}
	
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-item.mega-hide-text li.mega-menu-item.mega-nav-desktop-burger a.mega-menu-link:hover::before {
		color: var(--color1e);
	}

/* ///////////////////////////////
//	 	2) MAIN NAV
/////////////////////////////// */	

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* height: 160px; */
}

/* nav-item */
#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
	margin-left: 1.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* .nav-item-left */
#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home {
	margin-left: 0;
	margin-right: 1.5rem
}

/* .nav-item-push */
#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-main-bikes {
	margin-left: auto;
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home,
#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home  > a.mega-menu-link,
#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home  > a.mega-menu-link .site-logo {
	width: 380px;
	height: 160px;
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home {
	min-width: 380px !important;
	box-sizing: border-box;
}

	#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
		height: auto;
	}
	
	#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home  > a.mega-menu-link {
		box-sizing: border-box;
	}
	
	#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-main-link > a.mega-menu-link {
		letter-spacing: .35em;
		font-weight: 700;
		line-height: 1.75em;
		text-align: center;
		border-radius: 50px;
		padding: .5rem 1.5rem;
		background-color: var(--color1f);
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-main-link > a.mega-menu-link:hover {
		transform: scale(1.05);
		box-shadow: 4px 4px rgba(0, 0, 0, 0.075);
		cursor: pointer;
	}

	#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-nav-home:hover {
		background-color: transparent !important;
	}
		
	#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
		background-color: var(--color1c);
	}


#strongbody #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block,
#strongbody #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	margin: 0;
}

.mega-menu-main-nav-mobile-open #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home > a.mega-menu-link {
	/* line-height: 110px;
	height: 110px; */
}

#strongbody .mega-sticky-wrapper #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.nav-home > a.mega-menu-link {
	line-height: 60px;
	height: 60px;
}

/* #strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav li.mega-menu-item {
	width: 100%;
} */


/* smaller 'bookings' button */
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.menuitem-booking2 {
	display: none;
}

.row-nodots #mega-menu-wrap-main-nav,
.row-intro-grid #mega-menu-wrap-main-nav,
.row-contactus-form #mega-menu-wrap-main-nav {
	padding-top: 75px;
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	background-color: var(--color2c);
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-nav-home > a.mega-menu-link {
	background: transparent;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;	
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-nav-home > a.mega-menu-link:hover {
	transform: scale(1.05);	
}

#strongbody #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item > a[class^='far']:before {
	font: var(--fa-font-regular);
	height: 120px;
	line-height: 120px;
}


/* COAST 2 COAST NAV */

#strongbody #mega-menu-wrap-c2c-nav #mega-menu-c2c-nav > li.mega-menu-item > a.mega-menu-link {
	letter-spacing: .35em;
}

/* /////////////////////////////////////////////////////////////////////
//
//  	PAGE TITLE ROW
//
///////////////////////////////////////////////////////////////////// */

.row-blur-title {
	height: 25vw;
	overflow: hidden;
	position: relative;
}

	.row-title-blurbg {
		position: absolute;
		filter: blur(30px);
		height: 29vw;
		width: 120vw;
		margin-top: -2vw;
		left: -10vw;
		background-position: center center;
		background-size: cover;
	}
	
	.row-title-content {
		position: relative;
	}
	
		.row-title-content h1 {
			height: 25vw;
			line-height: 25vw;
			margin: 0;
			padding: 0;
			color: #fff;
			text-shadow: 4px 4px 0px rgba(0,0,0,0.15);
		}	
	
/* /////////////////////////////////////////////////////////////////////
//
//  	BREADCRUMBS
//
///////////////////////////////////////////////////////////////////// */

.breadcrumbWrapper {
	padding: 0 50px;
	box-sizing: border-box;
}

p.breadcrumbs {
	font-size: var(--font-size-xxs);
	letter-spacing: .35em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

p.breadcrumbs {
	color: var(--color3c);
}

p.breadcrumbs .breadcrumb_last {
	color: var(--color4a);
}

p.breadcrumbs a {
	color: var(--color3d);
	font-weight: 400;
}

p.breadcrumbs a:hover {
	color: var(--color7a);
	font-weight: 400;
}

p.breadcrumbs span span {
	padding: 0 10px;
}

p.breadcrumbs span span:first-of-type {
	padding-left: 0;
}

/* /////////////////////////////////////////////////////////////////////
//
//  	ANIMATED BACKGROUNDS
//
///////////////////////////////////////////////////////////////////// */

/* Start custom CSS for section, class: .elementor-element-5c4d524 */

.animated-bg {
	-webkit-animation: AnimationName 10s ease infinite;
	-moz-animation: AnimationName 10s ease infinite;
	-o-animation: AnimationName 10s ease infinite;
	animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 51%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 51%}
	100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 51%}
	100%{background-position:0% 50%}
}
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 51%}
	100%{background-position:0% 50%}
}

.animated-color1a-color2a-bg {
	background: linear-gradient( 90deg, #0a99a0, #9b9b00 );
	background-size: 200% 200%;
}

.animated-color1z-color1d-bg,
.animated-color1-bg {
	/* background: linear-gradient( -45deg, #006b77, #78c7cb ); */
	background-image: linear-gradient( -45deg,
	hsl(183deg 44% 63%) 0%,
	  hsl(183deg 50% 59%) 11%,
	  hsl(184deg 57% 55%) 22%,
	  hsl(184deg 63% 50%) 33%,
	  hsl(184deg 69% 45%) 44%,
	  hsl(185deg 75% 41%) 56%,
	  hsl(185deg 82% 37%) 67%,
	  hsl(185deg 88% 32%) 78%,
	  hsl(185deg 94% 28%) 89%,
	  hsl(186deg 100% 23%) 100%
	);
	background-size: 200% 200%;
}

.animated-color2z-color2e-bg,
.animated-color2-bg {
	background: linear-gradient( -45deg, #868601, #d7d799 );
	background-size: 200% 200%;
}

.animated-color1a-color1d-bg {
	background: linear-gradient( 90deg, #0a99a0, #78c7cb );
	background-size: 200% 200%;
}

.animated-color1a-color1y-bg {
	background: linear-gradient( -45deg, #0a99a0, #015561 );
	background-size: 200% 200%;
}

.animated-color1a-color2a-color3a-bg {
	background: linear-gradient( 90deg, #0a99a0, #9b9b00, #444f51 );
	background-size: 200% 200%;
}

.animated-color3a-color3d-bg {
	background: linear-gradient( 90deg, #444f51, #989e9f );
	background-size: 400% 400%;
}

.animated-color3a-color3y-bg {
	background: linear-gradient( 90deg, #444f51, #21282a );
	background-size: 400% 400%;
}

.row-repair-packages .item_image_background {
	background: linear-gradient( -45deg, #0a99a0, #9b9b00, #78c7cb, #444f51, #989e9f );
	background-size: 200% 200%;
}

.row-repair-packages .item_image_background {
	background: linear-gradient( -45deg, #0a99a0, #9b9b00, #78c7cb, #444f51, #989e9f );
	background-size: 200% 200%;
}

.animated-bronze-bg,
.bronze-package .grid_item_image_background {
	background: linear-gradient( -45deg, #c48539, #dfbc92, #c48539, #dfbc92 );
	background-size: 200% 200%;
}

.animated-silver-bg,
.silver-package .grid_item_image_background {
	background: linear-gradient( -45deg, #7c8486, #dadcdc, #7c8486, #dadcdc );
	background-size: 200% 200%;
}

.animated-gold-bg,
.gold-package .grid_item_image_background {
	background: linear-gradient( -45deg, #b79c29, #d7c98a, #b79c29, #d7c98a );
	background-size: 200% 200%;
}

.animated-platinum-bg,
.platinum-package .grid_item_image_background {
	background: linear-gradient( -45deg, #697274, #b4b9b9, #697274, #b4b9b9 );
	background-size: 200% 200%;
}

:root {
	
/* --color3a: #444f51;
--color3b: #697274;
--color3c: #7c8486;
--color3d: #989e9f;
--color3e: #b4b9b9;
--color3f: #dadcdc;
--color3g: #f2f3f3;

--color5a: #c48539;
--color5b: #d09d61;
--color5c: #d6aa75;
--color5d: #dfbc92;
--color5e: #e7ceb0;
--color5f: #f3e7d7;
--color5g: #fbf6f1;

--color6a: #b79c29;
--color6b: #c5b054;
--color6c: #cdba6a;
--color6d: #d7c98a;
--color6e: #e2d7a9;
--color6f: #f1ebd4;
--color6g: #faf8f0;

--color7a: #ef3926;
--color7b: #f26151;
--color7c: #f47568;
--color7d: #f69288;
--color7e: #f9b0a8;
--color7f: #fcd7d4;
--color7g: #fef1f0; */

}

/* /////////////////////////////////////////////////////////////////////
//
//  	FOOTER
//
///////////////////////////////////////////////////////////////////// */

.footer {
	padding: 75px 0 50px 0;
	display: flex;
}


.footerWrapper.grid_row.fullwidth {
	margin: 0;
	padding-top: 50px;
}

.footer:before {
	width: 40%;
	height: 80%;
	background-repeat: no-repeat;
	background-color: var(--color1z);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask: url('images/otter.svg') no-repeat bottom;
	mask: url('images/otter.svg') no-repeat bottom;
	z-index: 1;
}

	.footerWrapper .grid_item {
		padding: 0;
		box-sizing: border-box;
		z-index: 2;
	}

		.footerWrapper.grid_row .grid_item p {
			text-align: left;
		}


.footerhead {
		padding: 100px 0 0 0;
	}
	
		.footer-panel {
			border-radius: 15px;
			background-color: var(--color1z);
			background-color: rgba(255,255,255,.2);
			padding: 20px;
			box-sizing: border-box;
			margin-bottom: 3rem;
		}
	
		 .footer.color1a-bg h3 {
			  color: white;
			  margin-bottom: 1rem;
			  padding-top: 0;
			  line-height: 1.2em;
		  }
		  
		  .footer p:not(.button-icon) {
			  padding-bottom: 1rem;
		  }
		  
		  .footer .button-icon-link {
			  padding-bottom: 0;
		  }
		  
		.footer .mega-menu-wrap {
			width: 30%;
			justify-content: start;
		}

		ul#footer-nav1-menu,
		ul#footer-nav2-menu {
			padding-bottom: 0;
		}
		
		
		ul#footer-nav1-menu {
			margin-top: 30px;
		}	
		
			ul#footer-nav1-menu li {
				font-weight: 700;
			}	
			
			ul#footer-nav1-menu li::before {
				font-family: 'Font Awesome Kit';
				content: '\e001';
			}
			
				ul#footer-nav1-menu li a:hover {
					color: var(--color1c);
				}
	
			ul#footer-nav2-menu li {
					font-weight: 400;
				}	
				
			ul#footer-nav2-menu li::before {
				font: var(--fa-font-solid);
				content: '\f013';
			}
			
				ul#footer-nav2-menu li a:hover {
					color: var(--color1e);
				}
					
					
	#strongbody #mega-menu-wrap-footer-subnav #mega-menu-footer-subnav > li.mega-menu-item.nav-copyright > a.mega-menu-link:hover {
		border-color: transparent;
	}
	
/* /////////////////////////////////////////////////////////////////////
//
//  	SOCIAL ICONS
//
///////////////////////////////////////////////////////////////////// */

ul.icon-list-social {
	text-align: center;
}

ul.icon-list-social li {
	line-height: 40px;
	font-size: var(--font-size-xxxl);
}

	ul.icon-list-social li {
		margin: 0 5px;
	}
	
		.icon-list-social .icon-facebook:before {
		    content: "\f082";
		}
	
		.icon-list-social .icon-twitter:before {
		    content: "\f081";
		}
		
		.icon-list-social .icon-instagram:before {
		    content: "\f16d";
		}
		

ul.icon-list {
	text-align: center;
}

ul.icon-list li {
	line-height: 2.5rem;
	font-size: var(--font-size-xxxl);
}

	ul.icon-list li {
		margin: 0 .25rem;
	}
	
		.icon-list .icon-facebook:before {
			content: "\f082";
		}
	
		.icon-list .icon-twitter:before {
			content: "\f081";
		}
		
		.icon-list .icon-instagram:before {
			content: "\f16d";
		}
		
		.icon-list.icon-list-paw li:before,
		.mega-menu-footer-nav1 li:before {
			content: "\e001";
			font-family: 'Font Awesome Kit';
			
		}
			
/* /////////////////////////////////////////////////////////////////////
//
//  	ROW SOCIAL
//
///////////////////////////////////////////////////////////////////// */

.border-top-medium,
.border-bottom-medium {
	border-style: solid;
}

.border-top-medium {
	border-top-width: 75px;
}

.border-bottom-medium {
	border-bottom-width: 75px;
}

.border-top-color3a {
	border-top-color: var(--color3a);
}

.border-bottom-color4a {
	border-bottom-color: var(--color4a);
}
		
/* /////////////////////////////////////////////////////////////////////
//
//  	ROW SOCIAL
//
///////////////////////////////////////////////////////////////////// */

.row-social h2 {
	color: var(--color8a) !important;
	text-align: center;
	margin-bottom: .5em;
}

.row-social p {
	display: none;
}

.row-social ul.icon-list {
	margin: 0;
}

	.row-social ul.icon-list li {
		line-height: 50px;
		font-size: var(--font-size-xxl);
	}
	
	.row-social ul.icon-list li::before {
		content: "";
		display: none;
	}

	.row-social ul.icon-list li a {
		color: var(--color6a);
	}
	.row-social ul.icon-list li a:hover {
		color: var(--color3a);
	}		


/* /////////////////////////////////////////////////////////////////////
//
//  	PORTFOLIO
//
///////////////////////////////////////////////////////////////////// */

.vp-portfolio__items {
	padding-bottom: 30px;
}

	.vp-portfolio__item {
		box-sizing: border-box;
		padding: 20px 20px 50px 20px;
		background-color: #ffffff;
		border: 1px solid var(--colorgreyf);
		-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	}
	
		.vp-portfolio__item-img-wrap {
			overflow: hidden;
		}

		.vp-pagination__style-minimal .vp-pagination__item a.vp-pagination__load-more {
			padding-top: 80px !important;
			position: relative;
		}
				
		.vp-pagination__load-more:before {
			font: var(--fa-font-light);
			font-size: var(--font-size-l);
			height: var(--font-size-l);
			content: '\f063';
			display: block;
			position: absolute;
			left: 50%;
			top: 0;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			color: var(--color6a);
			transition: all .5s ease;
		}
				
		.vp-pagination__load-more:hover:before	{
			color: var(--color4a);
			top: 20px;
		}
		
		.vp-pagination__load-more span {
			font-size: var(--font-size-m);
			color: var(--color8a);
		}
		
		.vp-pagination__load-more:hover span {
			color: var(--color3a);
		}
	
/* /////////////////////////////////////////////////////////////////////
//
//  	HOMEPAGE
//
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
//  	SLICK SLIDER
///////////////////////////////////////////////////////////////////// */

.slick-prev {
	left: -75px;
}

.slick-next {
	right: -75px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    display: block;
    margin-top: 0;
    width: 50px;
    height: 50px;
}

/* arrows */

.slick-prev:before, .slick-next:before {
	font-weight: 900;
	font-size: var(--font-size-xl);
}

.slick-prev:before {
	content: '\f355';
}

.slick-next:before {
	content: '\f356';
}

/* dots */

.slick-dots {
	z-index: 1002;
	bottom: -50px;
}
	
	.slick-dots li, .widget .slick-dots li {
		width: 15px;
		margin: 0 10px;
	}
		
		.slick-dots li button {
			width: 15px;
			height: 15px;
		}
		
			/* inactive */
			.slick-dots li button:before {
				opacity: .5;
				font-size: 15px;
				width: 15px;
			}
			
			/* active */
			.slick-dots li.slick-active button:before {
				opacity: .8;
			}
			
			/* hover */
			.slick-dots li button:hover:before {
				opacity: 1;
			}
	
/* /////////////////////////////////////////////////////////////////////
//
//  	FLEXIBLE CONTENT
//
///////////////////////////////////////////////////////////////////// */

.flexible-row {
	z-index: 1;
	position: relative;
}

.clearfix::after, .widget li::after, #body::after, #footer::after, footer::after, .pagenav::after, #main-nav::after, .menu::after, .gallery::after, #content::after, .fullwidth::after, .setwidth::after, .flexible-row::after {
  content: "";
  clear: both;
  display: table;
}

/* .flexible-row::before {
  content: "";
  clear: both;
  display: table;
} */

.advanced_text_image_row.flexible-row.row-pad-medium,
.row-setwidth-pad-medium .setwidth,
.row-container-pad-medium .row_container {
	padding-top: 75px;
	padding-bottom: 75px;
}

.advanced_text_image_row.flexible-row.row-pad-large,
.row-setwidth-pad-large .setwidth,
.row-container-pad-large .row_container {
	padding-top: 150px;
	padding-bottom: 150px;
}

.advanced_text_image_row.flexible-row.row-pad-xlarge,
.row-pad-xlarge {
	padding-top: 200px;
	padding-bottom: 200px;	
}

.row-setwidth-pad-bottom-large .setwidth {
	padding-bottom: 250px;	
}

.row-setwidth-pad-xlarge .setwidth {
	padding-top: 300px;
	padding-bottom: 300px;	
}

.row-pad-medium.padding-edges,
.row-pad-medium.fullwidth.padding-edges {
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}

.row-center h1,
.row-center h2,
.row-center h3,
.row-center h4,
.row-center h5,
.row-center p {
	text-align: center;
}

/*  HERO **************************************************************/

.carousel_slideshow_hero.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/************************************************************************************
HERO
*************************************************************************************/

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.heroWrapper {
	position: relative;
	overflow: hidden;
	/* background-color: var(--color4a); */
}

.heroWrapper.row-coast-bottom {
	padding-bottom: 0;
}

.hero-slider.slick-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slide-bg {
	height: 80vh;
	/* height: calc( 100vh - 175px ); */
	width: 100%;
	width: 100vw;
	min-width: 100%;
	min-width: 100vw;
}

.hero-slider .slide-bg {
	padding-bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

	#canvas img.heroMobile {
		display: none;
	}

.hero-slider .slick-dots {
	top: 20px;
	right: auto;
	bottom: auto;
	left: auto;
	height: auto;
	line-height: auto;
}

.hero-slider p.button a {
	font-size: 2.0rem;
}

.hero-slider .slick-dots li button::before,
.hero-slider .slick-dots li.slick-active button::before,
.hero-slider .slick-dots li button:hover::before {
	color: var(--white);
}

/*
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*/

.hero-slider .slick-slide, .hero-slider .slick-slide:before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-slider .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
/*   margin-bottom: 50px; */
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}

.hero-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.hero-slider .slick-slide:before {
  background-color: #000;
  opacity: 0;
  z-index: 1;
}

.hero-slider .video .slide-image {
	display: none;
}	
	
.hero-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
}

.hero-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.hero-slider .slick-slide figure {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.hero-slider .slick-slide .image {
	height: 100%;
	max-height: 100%;
}

	.hero-slider .slick-slide .slide-image {
  		opacity: 0;
  		height: 100%;
  		background-size: cover;
  		background-position: center center;
  		transition: all .8s ease;
	}
	
	.hero-slider .slick-slide .slide-image.slide-image-left-top {
		background-position: left top;
	}

	.hero-slider .slick-slide .slide-image.slide-image-left-center {
		background-position: left center;
	}

	.hero-slider .slick-slide .slide-image.slide-image-left-bottom {
		background-position: left center;
	}

	.hero-slider .slick-slide .slide-image.slide-image-center-top {
		background-position: center top;
	}
	
	.hero-slider .slick-slide .slide-image.slide-image-center-center {
		background-position: center center;
	}
	
	.hero-slider .slick-slide .slide-image.slide-image-center-bottom {
		background-position: center bottom;
	}
	
	.hero-slider .slick-slide .slide-image.slide-image-right-top {
		background-position: right top;
	}
	
	.hero-slider .slick-slide .slide-image.slide-image-right-center {
		background-position: right center;
	}
	
	.hero-slider .slick-slide .slide-image.slide-image-right-bottom {
		background-position: right bottom;
	}	


	/* left focus slide */
	.hero-slider .slick-slide .slide-image.slide-focus-left {
	  background-position: left 30% top 50%;
	}

	/* center focus slide */
	.hero-slider .slick-slide .slide-image.slide-focus-center {
	  background-position: center center;
	}

	/* right focus slide */
	.hero-slider .slick-slide .slide-image.slide-focus-right {
	  background-position: right 30% top 50%;
	}

.hero-slider .slick-slide .slide-image.show {
  opacity: 1;
}

.hero-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.hero-slider .video .slide-image {
	display: none;
}

.hero-slider .slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: var(--font-size-xxl);
	color: var(--white);
}

.hero-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.hero-slider .slick-slide.slick-active {
  z-index: 1;
}

.hero-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.hero-slider .slick-slide.slick-active .hero-text {
  opacity: 1;
	/* -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
/*   transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; */
  transition: all 1s;
}

.hero-text {	
	/* display: flex;
	justify-content: center;
	align-items: flex-end; */
	padding: 80px;
	box-sizing: border-box;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.6);
	position: absolute;
	width: auto;
	overflow: hidden;
}

.hero-text:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-image: url(images/otter_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.text-align-left .hero-text:before {
	background-position: 90% 0;
}

.text-align-center .hero-text:before {
	background-position: -10% 0;
}

.text-align-right .hero-text:before {
	background-position: 10% 0;
}

	.hero-text .hero-title ,
	.hero-text .hero-subtitle ,
	.hero-text .hero-text p {
		display: block;
	}	

	.hero-text .hero-title {
		color: var(--white);
		font-size: var(--font-size-xxl);
		padding: 0 0 20px 0;
		margin: 0;
		text-align: center;
	}
	
	.hero-text .hero-subtitle {
		color: var(--white);
		padding: 0 0 30px 0;
		margin: 0;
		text-align: center;
	}

	.hero-text p.button {
		text-align: center;
	}
	
	.hero-text .button-icon {
		font-size: 2.1rem;
	}
		/* .hero-text p.button a {
			color: var(--white);
			background-color: var(--color1a);
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		
		.hero-text p.button a:hover {
			background-color: var(--color2a);
			transform: scale(1.05);
			box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
			cursor: pointer;
		} */
	
	.text-align-left .hero-text {
		left: 0;
		right: auto;
		border-radius: 0 30px 30px 0;
	}

	.text-align-center .hero-text {
		left: 0; 
		right: 0; 
		margin-left: auto; 
		margin-right: auto; 
		width: 50%;
		border-radius: 30px 30px 30px 30px;
	}
			
	.text-align-right .hero-text {
		left: auto;
		right: 0;
		border-radius: 30px 0 0 30px;
	}
	
	.text-align-left .hero-text,
	.text-align-center .hero-text,
	.text-align-right .hero-text {
		display: flex;
		flex-direction: column;
		justify-content: center;

	}
	
	.text-align-left .hero-text {
		align-items: flex-start;
	}
	
	.text-align-center .hero-text {
		align-items: center;		
	}
	
	.text-align-right .hero-text {
		align-items: flex-end;
	}
	

@-webkit-keyframes slideIn {
  from {
	-webkit-filter: blur(15px);
			filter: blur(15px);
  }
  to {
	-webkit-filter: blur(0);
			filter: blur(0);
  }
}

@keyframes slideIn {
  from {
	-webkit-filter: blur(15px);
			filter: blur(15px);
  }
  to {
	-webkit-filter: blur(0);
			filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
	-webkit-filter: blur(0);
			filter: blur(0);
  }
  to {
	-webkit-filter: blur(15px);
			filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
	-webkit-filter: blur(0);
			filter: blur(0);
  }
  to {
	-webkit-filter: blur(15px);
			filter: blur(15px);
  }
}

/*  Parallax Image Row **************************************************************/

.parallax-window {
	background: transparent;
}

.parallaxMobile {
	display: none;
}

.parallax_image_row {
	/* background: transparent url(images/pattern.png);
	background-attachment: fixed; */
	background-position: center;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}

.parallax_content {
	width: 60%;
	padding: 0 20%;
	/* margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.parallax_content h1,
.parallax_content h2,
.parallax_content h3,
.parallax_content h4,
.parallax_content h5,
.parallax_content p {
	text-align: center;
	color: var(--white);
}

.parallax_content p {
	padding-bottom: 0;
}

.parallax-mirror {
	background-color: var(--color3c);
}

.parallax-mirror:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 999;
	}

/*  Two Col Text Row **************************************************************/

.two_column_text_row.two_column_text_row_30_70 .two_column_text_row_col.two_column_one,
	.two_column_text_row.two_column_text_row_70_30 .two_column_text_row_col.two_column_two  {
		width: 30%;
		width: calc( 30% - 25px );
	}
	
	.two_column_text_row.two_column_text_row_70_30 .two_column_text_row_col.two_column_one,
	.two_column_text_row.two_column_text_row_30_70 .two_column_text_row_col.two_column_two {
		width: 70%;
		width: calc( 70% - 25px );
	}
	
	.two_column_text_row.two_column_text_row_40_60 .two_column_text_row_col.two_column_one,
	.two_column_text_row.two_column_text_row_60_40 .two_column_text_row_col.two_column_two  {
		width: 40%;
		width: calc( 40% - 25px );
	}
	
	.two_column_text_row.two_column_text_row_60_40 .two_column_text_row_col.two_column_one,
	.two_column_text_row.two_column_text_row_40_60 .two_column_text_row_col.two_column_two {
		width: 60%;
		width: calc( 60% - 25px );
	}
	
	.two_column_text_row.two_column_text_row_20_80 .two_column_text_row_col.two_column_one,
	.two_column_text_row.two_column_text_row_80_20 .two_column_text_row_col.two_column_two  {
		width: 20%;
		width: calc( 20% - 25px );
	}
	
	.two_column_text_row.two_column_text_row_80_20 .two_column_text_row_col.two_column_one,
	.two_column_text_row.two_column_text_row_20_80 .two_column_text_row_col.two_column_two {
		width: 80%;
		width: calc( 80% - 25px );
	}
	
	
		
/*  Advanced Two Col Text Row **************************************************************/

.advanced_text_image_row.two_column_text_row .two_column_text_row_container,
.advanced_text_image_row.two_column_text_row .two_column_text_row_col {
	margin: 0;
}

/*
	.advanced_text_image_row.two_column_text_row .two_column_text_row_col  { 
		width: 50%;
		margin: 0;
	} */

.advanced_text_image_row.two_column_text_row_30_70 .two_column_text_row_col.two_column_one,
.advanced_text_image_row.two_column_text_row_70_30 .two_column_text_row_col.two_column_two  {
		width: 30%;
	}
	
	.advanced_text_image_row.two_column_text_row_70_30 .two_column_text_row_col.two_column_one,
	.advanced_text_image_row.two_column_text_row_30_70 .two_column_text_row_col.two_column_two {
		width: 70%;
	}
	
	.advanced_text_image_row.two_column_text_row_40_60 .two_column_text_row_col.two_column_one,
	.advanced_text_image_row.two_column_text_row_60_40 .two_column_text_row_col.two_column_two  {
		width: 40%;
	}
	
	.advanced_text_image_row.two_column_text_row_60_40 .two_column_text_row_col.two_column_one,
	.advanced_text_image_row.two_column_text_row_40_60 .two_column_text_row_col.two_column_two {
		width: 60%;
	}
	
	.advanced_text_image_row.two_column_text_row_20_80 .two_column_text_row_col.two_column_one,
	.advanced_text_image_row.two_column_text_row_80_20 .two_column_text_row_col.two_column_two  {
		width: 20%;
	}
	
	.advanced_text_image_row.two_column_text_row_80_20 .two_column_text_row_col.two_column_one,
	.advanced_text_image_row.two_column_text_row_20_80 .two_column_text_row_col.two_column_two {
		width: 80%;
	}
		
		
.advanced_text_image_row.flexible-row {
	padding: 0;
}

.advanced_text_image_row .two_column_text_row_col {
		padding: 50px;
	padding: 75px;
}

.advanced_text_image_row.advanced_text_slideshow_row .two_column_text_row_col {
	padding: 0 50px;
	width: 50%;
	box-sizing: border-box;
}

.advanced_text_image_row .two_column_text_row_col ul {
	margin-bottom: 0;
}

.advanced_text_image_row.advanced_text_slideshow_row .two_column_text_row_col.image_bg_col {
	padding: 0;
}

.advanced_text_image_row.advanced_text_slideshow_row .two_column_one {
	padding-left: 0;
}
.advanced_text_image_row.advanced_text_slideshow_row .two_column_two {
	padding-right: 0;
}

.text_col_contents_full .text_col_contents {
	width: 100%;
}

	.advanced_text_slideshow_row .slick-slide a,
	.advanced_text_slideshow_row .slick-slide img {
		width: 100%;
	}
	
	.advanced_text_slideshow_row .slick-dots {
		width: auto;
		width: 100%;
		margin: 0 auto;
	}

.two_column_text_row_col {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.image_bg_col {
	display: flex;
	flex-direction: column;
	justify-content: end;
	/* for image overlays */
	position: relative;
	overflow: hidden;
}

.image_bg_col .mobile-bg-image {
	display: none;
}

	.image_bg_col p {
		padding-bottom: 0;
		color: var(--white) !important;
		font-size: var(--font-size-l);
	}
	
.image_bg_left .text_col .text_col_contents,
.image_bg_right .image_bg_col {
	text-align: left;
}

.image_bg_right .text_col .text_col_contents,
.image_bg_left .image_bg_col {
	text-align: right;
}

.two_column_text_row_col.text_col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.text_col_contents {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

.advanced_text_image_row.video_embed_col .two_column_text_row_col.image_bg_col {
	padding: 0;
	/* display: flex;
	justify-content: center;
	flex-direction: column; */
}

/* .video_embed_col .img_bg_col  {
	overflow: hidden;
} */

	.wistia_responsive_padding {
		overflow: hidden;
	}

/* .row-valign-center .two_column_text_row_col {
	display: flex;
	justify-content: center;
	flex-direction: column;
} */

.text_col_contents {
	width: 50%;
}

.setwidth .text_col_contents {
	width: 100%;
}

.image_bg_right .text_col {
	display: flex;
	/* justify-content: flex-end; */
}

.advanced_text_image_row.row-pad-large .two_column_text_row_col.text_col {
	padding-top: 100px;
	padding-bottom: 100px;
}

.image-icon-text {
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	/* font-family: 'Encode Sans Condensed', sans-serif; */
	font-weight: 600;
	opacity: .9;
	display: flex;
	line-height: 1em;
	align-items: end;
}

	.image-icon-text span {
		padding: 0 0 0 20px;
		vertical-align: bottom;
	} 

.two_column_one .image-icon-text {
	flex-direction: row-reverse;
}

	.two_column_one .image-icon-text span {
		padding: 0 20px 0 0;
	} 



.image-icon-text i::before {
	opacity: .8;
}

/*  Image/Text Row **************************************************************/

.image_left .text_image_row_text,
.image_right .text_image_row_text {
	padding: 30px;
}

		
/*  Twin Image Row **************************************************************/

.twin_image_row {
	margin: 0;
}

/*  Quad Image Row **************************************************************/

.quad_image_row .twin_image_row {
	margin: 0 -12px;
}
	
	.quad_image_row .twin_image_row_first,
	.quad_image_row .twin_image_row_second {
		width: calc( 50% - 24px );
		margin: 0 12px;
	}
	
	.quad_image_row .twin_image_row_first {

	}

	.quad_image_row .twin_image_row_second {
		padding-top: 100px;
	}

.quad_image_row img {
	height: auto;
	width: 100%;
}

/* .quad_image_row_first, */
.quad_image_row_first_container a {
	border-top-left-radius: 75px;
}

/* .quad_image_row_second, */
.quad_image_row_second_container a {
	border-top-right-radius: 75px;
}

/* .quad_image_row_third, */
.quad_image_row_third_container a {
	border-bottom-left-radius: 75px;
}

/* .quad_image_row_fourth, */
.quad_image_row_fourth_container a {
	border-bottom-right-radius: 75px;
}

.quad_image_row_third_container,
.quad_image_row_fourth_container {
	margin-top: 20px;
}

.quad_image_row_first_container,
.quad_image_row_third_container {
	float: right;
	
}

.quad_image_row_first_container,
.quad_image_row_third_container {
	float: right;
	
}

	.quad_image_row_first_container img,
	.quad_image_row_third_container img {
	}	

.quad_image_row_second_container,
.quad_image_row_fourth_container {
	float: left;
}

.quad_image_row_container {
	position: relative;
	display: block;
}

	.quad_image_row_text {
		position: absolute;
		z-index: 2;
	}

	.quad_image_row_first_container .quad_image_row_text,
	.quad_image_row_third_container .quad_image_row_text {
		bottom: 20px;
		right: 20px;
	}	
	
	.quad_image_row_second_container .quad_image_row_text,
	.quad_image_row_fourth_container .quad_image_row_text {
		bottom: 20px;
		left: 20px;
	}		
	
		.quad_image_row_first_container .quad_image_row_text i,
		.quad_image_row_third_container .quad_image_row_text i {
			margin-left: 20px;
		}	
		
		.quad_image_row_second_container .quad_image_row_text i,
		.quad_image_row_fourth_container .quad_image_row_text i {
			margin-right: 20px;
		}	
		
		.quad_image_row_text h3 {
			font-size: var(--font-size-xl);
			font-size: 4.2rem;
			font-family: var(--font-family-condensed);
			font-weight: 600;
			letter-spacing: 0.025em;
			text-transform: uppercase;
			padding: 0;
			margin: 0;
			color: var(--white);	
		}

		.row-section-images .quad_image_row_text i.fa-lg::before {
			font-size: 1.5em;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

/*  GRID ROW **************************************************************/

.grid_row, .grid_row .setwidth, .grid_row.fullwidth {
	margin: 0;
}

	/* set the title to be full width in flexbox container */
	.grid_row .grid-title {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 75px;
	}

.grid_row .grid_item h4,
.grid_row .grid_item p {
	text-align: center;
}

.grid_item h4 {
	padding: 15px 0 0 0;
}

.grid_item p {
	
}

/*  CAROUSEL BUILDER ROW **************************************************************/

.slideshow-text {
	text-align: center;
	padding: 20px 0;
}

/* Single Image Slideshow  */

.flexible-row.slideshow_type_carousel_slideshow_fade {
	padding: 0;
}

	.slideshow_type_carousel_slideshow_fade h2.carousel_title {
		padding-top: 1em;
	}

	.carousel_slideshow_fade .slick-dots,
	.carousel_slideshow .slick-dots,
	.carousel_slideshow_2 .slick-dots {
		left: auto;
		text-align: center;
		bottom: 30px;
	}

.carousel_slideshow .slick-dots li button::before,
.carousel_slideshow .slick-dots li.slick-active button::before,
.carousel_slideshow .slick-dots li button:hover::before,
.carousel_slideshow_fade .slick-dots li button::before,
.carousel_slideshow_fade .slick-dots li.slick-active button::before,
.carousel_slideshow_fade .slick-dots li button:hover::before ,
.carousel_slideshow_2 .slick-dots li button::before,
.carousel_slideshow_2 .slick-dots li.slick-active button::before,
.carousel_slideshow_2 .slick-dots li button:hover::before  {
	color: var(--white);
	opacity: 0.5;
}

.carousel_slideshow .slick-dots li.slick-active button::before,
.carousel_slideshow_fade .slick-dots li.slick-active button::before,
.carousel_slideshow_fade .slick-dots li.slick-active button::before {
	opacity: 1;
}

	.slick-dots li {
		margin: 0 10px;
	}

.carousel_carousel_small .slide {
	margin: 0 15px;
	height: inherit !important;
	display: flex !important;
	flex-direction: column;
	position: relative;
	-webkit-box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	border-top-right-radius: 50px;
	overflow: hidden;
}

.carousel_carousel_small .slick-prev {
	left: 20px;
}

.carousel_carousel_small .slick-next {
	right: 20px;
}

.flexible-row .carousel_carousel_small  {
	padding: 0 100px;
}

.flexible-row .setwidth .carousel_carousel_small  {
	padding: 0;
}

.flexible-row .setwidth .carousel_carousel_small .slick-prev {
	left: -75px;
}

.flexible-row .setwidth .carousel_carousel_small .slick-next {
	right: -75px;
}

.carousel_builder_row  {
	margin: 0;
}

	.carousel_builder_row .carousel_builder {
		margin: 0 -15px;
	}

.carousel_title,
.row-title,
.row-blur-title {
	text-align: center;
	/* margin-bottom: 1em; */
}

.row-subtitle {
	text-align: center;
	margin-bottom: 1.5em;
}

.row-after-text {
	text-align: center;
	margin: 1.5em 0 0 0;
	padding: 0;
}

.row-carousel-title2 .carousel_title {
	margin: 1.5em 0 .5em 0;
}

.carousel_builder_row h4.carousel_item_title,
.carousel_builder_row p.carousel_item_subtitle {
	text-align: center;
}

.carousel_builder_row h4.carousel_item_title a {
	font-size: var(--font-size-s);
	letter-spacing: .25em;
	font-weight: 400;
}

.carousel_builder_row p.carousel_item_subtitle {
	font-size: var(--font-size-s);
	padding: 15px 0 0 0; 	
}

.carousel_builder_row .slick-slide:hover .carousel_item_img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/* [1] The container */
.carousel_builder_row .slick-slide .carousel_item_img_wrapper
.grid_item_img_wrapper,
.text_image_row_image_wrapper {
	/* border: 1px solid red; */
	/* display: block;
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

	/* [2] Transition property for smooth transformation of images */
	.carousel_builder_row .slick-slide .carousel_item_img
	.grid_item_img_wrapper img,
	.text_image_row_image_wrapper img {
		/* transition: transform .5s ease-in-out;
		-webkit-transition: transform .5s ease-in-out; */
	}
	
	/* [3] Finally, transforming the image when container gets hovered */
	.carousel_builder_row .slick-slide .carousel_item_img_wrapper:hover .carousel_item_img
	.grid_item_img_wrapper:hover img,
	.text_image_row_image_wrapper:hover img {
		/* transform: scale(1.25) rotate(5deg); */
	}


/* [1] The container */
.quad_image_row_container a,
.carousel_carousel_small .slide a {
	display: block;
	overflow: hidden;
}
	
		/* [2] Transition property for smooth transformation of images */
		.quad_image_row_container a img,
		.carousel_carousel_small .slide a img {
			transition: transform .5s ease-in-out;
			-webkit-transition: transform .5s ease-in-out;
		}
		
		/* [3] Finally, transforming the image when container gets hovered */
		.quad_image_row_container a:hover img,
		.carousel_carousel_small .slide a:hover img {
			transform: scale(1.25) rotate(5deg);
		}	

.carousel_style1 {
	
}
	
.carousel_builder_row .carousel_item_title {
	padding-top: 25px;
	text-align: center;
	height: 2em;
}

.carousel_builder_row .carousel_item_subtitle {
	height: 7.5em;
}

.carousel_builder .carousel_item_link {
	padding-bottom: 20px;
}

.item_image_background {
	height: 0px;
	font-size: 0px;
	width: 100%;
	padding-bottom: 100%;
	background-color: rgba(0,0,0,.3);
}

.item_image_background {
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	display: block;
	position: relative;
	margin: 0 auto;
}

.row-icons-color1a .item_image_background {
	background-color: var(--color1a);
}
.row-icons-color1b .item_image_background {
	background-color: var(--color1b);
}
.row-icons-color1c .item_image_background {
	background-color: var(--color1c);
}
.row-icons-color1d .item_image_background {
	background-color: var(--color1a);
}
.row-icons-color1e .item_image_background {
	background-color: var(--color1e);
}
.row-icons-color1f .item_image_background {
	background-color: var(--color1f);
}
.row-icons-color1g .item_image_background {
	background-color: var(--color1g);
}

.row-icons-color2a .item_image_background {
	background-color: var(--color2a);
}
.row-icons-color2b .item_image_background {
	background-color: var(--color2b);
}
.row-icons-color2c .item_image_background {
	background-color: var(--color2c);
}
.row-icons-color2d .item_image_background {
	background-color: var(--color2a);
}
.row-icons-color2e .item_image_background {
	background-color: var(--color2e);
}
.row-icons-color2f .item_image_background {
	background-color: var(--color2f);
}
.row-icons-color2g .item_image_background {
	background-color: var(--color2g);
}


.row-icons-color3a .item_image_background {
	background-color: var(--color3a);
}
.row-icons-color4a .item_image_background {
	background-color: var(--color4a);
}
.row-icons-color5a .item_image_background {
	background-color: var(--color5a);
}
.row-icons-color6a .item_image_background {
	background-color: var(--color6a);
}
.row-icons-color7a .item_image_background {
	background-color: var(--color7a);
}
.row-icons-color8a .item_image_background {
	background-color: var(--color8a);
}

.carousel_builder_row.carousel_style1 .slide a {
	position: relative;
	-webkit-box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.1);
	/* margin-bottom: 30px; */
	border-top-right-radius: 50px;
	/* overflow: hidden; */
}

/* border-top-left-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius */

.row-grad4v-bg h2.carousel_title {
	color: var(--color3a);
	text-align: center;
}
 
.carousel_style1 .slide figure {

}

.carousel_style1 .carousel_item_img_wrapper {

}

	.carousel_style1 .carousel_item_img_wrapper img {
		position: relative;
		/* z-index: 1; */
	}
	
	.carousel_style1 .carousel_item_img_wrapper:before {
		/* display: block;
		width: 100%;
		height: 100%;
		content: "";
		background: rgb(6,32,44);
		background: linear-gradient(180deg, rgba(6,32,44,0) 50%, rgba(6,32,44,.7) 100%);
		position: absolute;
		z-index: 2; */
	}
	

/* [1] The container */
.carousel_style1 .slick-slide .carousel_item_img_wrapper {
	display: block;
	overflow: hidden; /* [1.2] Hide the overflowing of child elements  */
}

	/* [2] Transition property for smooth transformation of images */
	.carousel_style1 .slick-slide .carousel_item_img {
		transition: transform .25s ease-in-out;
		-webkit-transition: transform .25s ease-in-out;
	}
	
	/* [3] Finally, transforming the image when container gets hovered */
	.carousel_style1 .slick-slide .carousel_item_img_wrapper:hover .carousel_item_img,
	.carousel_style1 .slick-slide .carousel_item_titles_container:hover .carousel_item_img {
		transform: scale(1.25) rotate(5deg);
	}		
	
	.carousel_style1 .slide {
		position: relative;
	}

	.carousel_style1 .slide .carousel_item_titles_container {
		/* position: absolute;
		top: 0;
		left: 0; */
		/* background-color: rgba(0,0,255,.2); */
		width: 100%;
		/* z-index: 3; */
		/* padding-bottom: 66.666%;
		height: 0; */
		margin-top: 20px;
	}
	
	
	.carousel_style1 .slide .carousel_item_title,
	.carousel_style1 .slide .carousel_item_subtitle {
		/* position: absolute; */
		left: 0;
		/* background-color: rgba(255,0,0,.2); */
		/* width: 100%; */
		text-align: left;
		padding: 0 15px 0 15px;
		height: auto;
		box-sizing: border-box;
		display: inline-block;
	}
	
	.carousel_style1 .slide .carousel_item_title {
		/* background-color: rgba(255,0,0,.2); */
		/* bottom: 50px;
		height: 50px;
		line-height: 50px; */
		color: var(--color3a);
		font-size: var(--font-size-xl);
		font-family: var(--font-family-condensed);
		font-weight: 600;
		letter-spacing: 0.025em;
		text-transform: uppercase;
	}
	
	.carousel_style1 .slide .carousel_item_subtitle {
		/* background-color: rgba(0,255,0,.2); */
		font-size: var(--font-size-m);
		font-family: var(--font-family-condensed);
		color: var(--color3c);
		/* bottom: 0;
		height: 50px;
		line-height: 50px; */
	}
	
	.carousel_style1 .slide .carousel_item_text {
		flex-grow: 2;
		padding: 1em 20px 0px 20px;
		color: var(--color3a);
		font-size: var(--font-size-s);
	}

.carousel_style1 img {
	/* border-radius: 20px;	 */
}

.carousel_style1 .slick-prev,
.carousel_style1 .slick-next {
	
	font-size: var(--font-size-xxxl);
	height: 1em;
	width: 1em;	
	bottom: -100px;
	top: auto;
	background-color: var(--white);
	transition: all .5s;
}

.carousel_style1 .slick-prev:hover,
.carousel_style1 .slick-next:hover {
	background-color: var(--color4a);
} 

.carousel_style1 .slick-prev:before,
.carousel_style1 .slick-next:before {
	font-size: var(--font-size-l);
	font-weight: 900;
	height: 1em;
	width: 1em;
	color: var(--color3a);
	transition: all .5s;
}

.carousel_style1 .slick-prev:hover:before,
.carousel_style1 .slick-next:hover:before {
	color: var(--white);
	opacity: 1;
}

.carousel_style1 .slick-prev {
	left: 40%;
	left: calc( 50% - 65px);
}
.carousel_style1 .slick-prev:before {
	content: '\f060';
}

.carousel_style1 .slick-next {
	right: 40%;
	right: calc( 50% - 65px);
}
.carousel_style1 .slick-next:before {
	content: '\f061';
}

.carousel_style1 .slick-dots {
	display: none !important;
}

/*  TEXT/IMAGE ROWS **************************************************************/

.text_image_row.row-pad-medium, .text_image_row.fullwidth.row-pad-medium {
	padding: 75px 0;
}


/* ///////////////////////////////////////////////////////////////////// 
//
//		ROWS
//
///////////////////////////////////////////////////////////////////// */

/* Search Rows ******************************** */

.row-search-results {
	background-color: var(--color1g);
}

	.row-search-results h4 {
		color: var(--color1a);
	}

.row-search-again {
	background-color: var(--color1a);
}

	.row-search-again h3 {
		color: var(--white);
	}


.parallax-mirror {
	/* margin-top: 300px !important; */
}

.row-home-grid img,
.row-c2c-grid img {
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.1);
	box-shadow: 5px 5px rgba(0,0,0,0.1);
}


/* Home Page Grid ******************************** */



.row-home-grid h4 {
	color: var(--color1a);
}


.row-text {
	text-align: center;
	margin-bottom: 0;
}



/* COAST 2 COAST */

.row-c2c-grid h2.grid-title {
	color: var(--color2z);
}

.row-c2c-grid h4.grid_item_title {
	color: var(--color2b);
}



/* 	Services Carousel Row - row-services-carousel ******************************* */

.row-services-carousel h2.carousel_title {
	margin-bottom: 50px;
	color: var(--white);
}


.row-services-carousel h3.carousel_item_title {
	margin-bottom: 0;
}

/* 	Accordion Row ******************************* */

.tab {
  color: var(--color3d);
  border-bottom-width: 1px;
}

.accordion_row h4 span {
	font-size: var(--font-size-s);
	font-family: var(--font-family-base);
	font-weight: 400;
}

.accordion_row.white-bg h4 {
	color: var(--color4a);
}

	.accordion_row.white-bg h4 span {
		color: var(--color4d);
	}

.accordion_row.white-bg p {
	color: var(--color3a);
} 

.accordion_row.color4f-bg h4 {
	color: var(--color3a);
}

	.accordion_row.white-bg h4 span {
		color: var(--color3d);
	}

.accordion_row.color4f-bg p {
	color: var(--color2a);
} 


/* ///////////////////////////////////////////////////////////////////// 
//	
//	FLEX 'TABLES'
//  REPAIR PACKAGES / PART FITTING
//
/////////////////////////////////////////////////////////////////////*/

.row-repair-package-comparison h2 {
	color: var(--color1z);
	margin-bottom: 75px;
}

/* start main table style */

.repair-table,
.flex-table {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden; /* Ensures that rounded corners are applied */
	box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
	
	.flex-row,
	.repair-row	{
		display: flex;
		align-items: stretch;
		font-family: var(--font-family-header), sans-serif;
		font-weight: 800;
		letter-spacing: 0.02em;
	}
	
		.repair-cell,
		.flex-cell {
			padding: 2rem;
			border: 1px solid #cccccc;
			margin-top: -1px; /* Overlap adjacent cells */
			margin-left: -1px; /* Overlap adjacent cells */
			text-align: center;
			background-color: white;
			flex: 1;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: var(--font-size-base);
			color: var(--color3d);
		}
	
	@media (max-width: 780px) {
	  .flex-row {
		flex-direction: column;
	  }
	
	  .flex-cell {
		width: 100%;
	  }
	}
	
/* end main table styles */

/* FAQ TABLE *************************************** */

.faq-table {
	flex-direction: column;
	border-radius: 0;
	overflow: hidden; /* Ensures that rounded corners are applied */
	box-shadow: none;
}

	.faq-table  .flex-row {
		flex-direction: column;
		border-radius: 20px;
		overflow: hidden; /* Ensures that rounded corners are applied */
		box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		margin-bottom: 2rem;
	}


		.faq-table .flex-row .cell-row1 {
			background-color: var(--color1d);
			color: white;
		}
		
		.faq-table .flex-row .cell-row2 {
			color: var(--color3c);
			font-size: var(--font-size-base);
			font-family: var(--font-family-base);
			font-weight: 400;
			line-height: 1.6em;
		}

/* C2C PRICES TABLE *************************************** */		

.c2c-prices-table {
	margin: 6rem 20%;
	box-sizing: border-box;
}

	.c2c-prices-table .flex-header .flex-cell {
		background-color: var(--color1a);
		color: var(--color1e);
	}

	.c2c-prices-table .flex-cell {
		padding: 1rem;
	}
	
	.c2c-prices-table .cell-col1 {
		flex: 2;
	}
	
	.c2c-prices-table .cell-col2 {
		flex: 1;
	}
	
	.c2c-prices-table .cell-col3 {
		flex: 1;
	}

/* PARTS FITTING TABLE *************************************** */

.fitting-table {
	margin-bottom: 4rem;
}

	.fitting-table .flex-cell {
		padding: 1rem;
	}
	
	.fitting-table .cell-col1 {
		flex: 3;
	}
	
	.fitting-table .cell-col2 {
		flex: 1;
	}
	
	.fitting-table .cell-col3 {
		flex: 2;
	}

	.repair-header .repair-cell {
  		color: white;
		font-size: var(--font-size-l);
		text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	}

/* REPAIR PACKAGE COMPARISON TABLE *************************************** */

.repair-item {
	flex: 3;
}

	.repair-item i {
		margin-left: 1rem;
		color: var(--color1a);
	}

.bronze,
.silver,
.gold,
.platinum {
	flex: 1;
}

.cell-icon {
	font-size: 24px;
}

.repair-header .repair-item {
	background-color: #333;
}

.repair-header .bronze {
  background-color:  var(--color5a);
}

.repair-header .silver {
  background-color:  var(--color3d);
}

.repair-header .gold {
  background-color: var(--color6a);
}

.repair-header .platinum {
  background-color:  var(--color3c);
}

.bronze-package h4,
.bronze-package ul.repair-package-list li::before {
 	color:  var(--color5a);
}

.silver-package h4,
.silver-package ul.repair-package-list li::before {
	color:  var(--color3d);
}

.gold-package h4,
.gold-package ul.repair-package-list li::before {
	color: var(--color6a);
}

.platinum-package h4,
.platinum-package ul.repair-package-list li::before {
	color:  var(--color3c);
}

.grid_item_subtitle span {
	font-family: var(--font-family-header), sans-serif;
	font-weight: 900;
	font-size: var(--font-size-xl);
}

.repair-package-list-wrapper {
	padding: 2rem 2rem 0 2rem;
}
	
	ul.repair-package-list {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
		ul.repair-package-list li {
			font-size: var(--font-size-s);
			line-height: 1.25em;
			padding-bottom: .5em;
			text-align: left;
		}
		
		ul.repair-package-list li::before {
			font: var(--fa-font-solid);
			font-size: var(--font-size-base);
			content: '\f0ad';		
		}

		ul.repair-package-list li i {
			margin-left: 1rem;
			color: var(--color1c);	
		}

.service-yes {
	color:  var(--color2a);
}

.service-no {
	color:  var(--color7a);
}



/* ///////////////////////////////////////////////////////////////////// 
//
//  BIKES
//
/////////////////////////////////////////////////////////////////////*/

.bikes {
	display: flex;
	flex-direction: column;
}

	.bikes .bike{
		padding: 20px;
		margin-bottom: 40px;
	}

		.bikes .bike .bike-image {
			width: 400px;
			padding-right: 30px;
			height: auto;
			float: left;
		}

		h3.bike-title {
			margin-bottom: .5rem;
		}

		p.bike-button {
			margin-bottom: 0;
		}

/* ///////////////////////////////////////////////////////////////////// 
//
//  TARIFS
//
/////////////////////////////////////////////////////////////////////*/

table.tarifs a:link,
table.tarifs a:active,
table.tarifs a:visited,
table.tarifs a:hover {
	color: #fff !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

table.tarifs a:hover {
	opacity: 0.6;
}

.row-prices .panel-grid-cell {
	padding: 0;
}

table.tarifs {
	color: #fff;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	background-color: var(--color1x);
	border-collapse: collapse;
}	

table.tarifs td,
table.tarifs th {
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	border: none;
}

/* Table header ************** */

table.tarifs thead {

}

	table.tarifs thead tr {
		background-color: var(--color1z);
	}		

		table.tarifs thead td {
			padding: 30px 10px;
			font-size: 24px;
			line-height: 36px;
			text-transform: uppercase;
		}
			
		table.tarifs thead td.tcol2 {
			padding: 30px 10px 30px 30px;
		}
	
/* / Table header ********** */

table.tarifs tbody {
	font-size: 36px;
	line-height: 48px;
}

	.tarifs tr:nth-child(odd) {
		background-color: var(--color1y);
	}

	.tarifs tr.child_bikes:nth-child(odd),
	.tarifs tr.extras:nth-child(odd) {
		background: #324148;
	}
	
	.tarifs tr.child_bikes:nth-child(even),
	.tarifs tr.extras:nth-child(even) {
		background: #526168;
	}
	
		.tarifs .tcol1 {
			width: 20%;
		}
	
		.tarifs .tcol2 {
			width: 40%;
			text-align: left;
			padding-left: 30px;
			line-height: 30px;
		}

			.tarifs .tcol2 h3 {
				margin-bottom: 1.5rem;
			}		
		
		.tarifs .tcol3,
		.tarifs .tcol4 {
			width: 20%;
			line-height: 30px;
		}
		
		table.tarifs tbody td span {
			font-size: 18px;
			text-transform: uppercase;
			opacity: 0.6;
		}	
		
		table.tarifs tbody td span.icons {
			font-size: var(--font-size-m);
			opacity: 1;
		}
			
	.tarifs img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}


@media only screen and (max-width: 1024px) {
	
	table.tarifs tbody {
		font-size: 24px;
		line-height: 36px;
	}

	table.tarifs thead td {
		font-size: 18px;
		line-height: 27px;
	}	
	
	.tarifs .tcol2,
	.tarifs .tcol3,
	.tarifs .tcol4 {
		line-height: 24px;
	}
	
	table.tarifs tbody td span {
		font-size: 14px;
	}	
	
		
}

@media only screen and (max-width: 768px) {
	
	table.tarifs tbody {
		font-size: 18px;
		line-height: 27px;
	}
	
}

@media only screen and (max-width: 480px)  {
	
	table.tarifs tbody {
		font-size: 24px;
		line-height: 36px;
	}
	
	/* Force table to not be like tables anymore */
	table.tarifs, table.tarifs thead, table.tarifs tbody, table.tarifs th, table.tarifs td, table.tarifs tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.tarifs thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.tarifs td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
	}
	
	table.tarifs td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
		.tarifs .tcol1 {
			width: 100%;
			padding: 20px 10% 0 10%;
		}
			
		.tarifs .tcol2 {
			width: 100%;
			font-size: 36px;
			line-height: 48px;
			padding: 10px;
			text-align: center;
		}
	
		.tarifs .tcol3,
		.tarifs .tcol4 {
			width: 100% !important;
			padding: 10px !important; 
			text-align: center;
		}
		
}

/* /////////////////////////////////////////////////////////////////////
//
//  	GOOGLE MAP
//
///////////////////////////////////////////////////////////////////// */

.google-map {
	position: relative;
	padding-bottom: 56%; // aspect ratio
	height: 0;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
		
/* /////////////////////////////////////////////////////////////////////
//
//  	MODAL TOOLTIPS & POPUPS
//
///////////////////////////////////////////////////////////////////// */



.fancy_modal_popup.fancybox-content {
	text-align: center;
	max-width: 60%;
	border-bottom-right-radius: 60px;
}

.tooltip_modal_popup.fancybox-content {
	text-align: center;
	width: 400px;
	width: 40vw;
	border-bottom-right-radius: 60px;
	overflow: visible;
}

	.tooltip_modal_popup.fancybox-content::after {
		content: "";
		left: 20%;
		width: 70px;
		height: 60px;
		display: block;
		position: absolute;
		bottom: -59px;
		/* background-size: 101% auto;
		background-repeat: no-repeat; */
		-webkit-mask-size: 100% auto;
		mask-size: 100% auto;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-image: url(images/speechtip_bottom.svg);
		mask-image: url(images/speechtip_bottom.svg);
		-webkit-mask-position: top;
		mask-position: top;
	}
	
	.tooltip_modal_popup.color1a-bg.fancybox-content::after {
		background-color: var(--color1a);
	}

	.tooltip_modal_popup.color2a-bg.fancybox-content::after {
		background-color: var(--color2a);
	}
		
	.tooltip_modal_popup.color3a-bg.fancybox-content::after {
		background-color: var(--color3a);
	}
	
	.tooltip_modal_popup.color4a-bg.fancybox-content::after {
		background-color: var(--color4a);
	}
	
	.tooltip_modal_popup.color5a-bg.fancybox-content::after {
		background-color: var(--color5a);
	}
	
	.tooltip_modal_popup.color6a-bg.fancybox-content::after {
		background-color: var(--color6a);
	}
	
	.tooltip_modal_popup.color7a-bg.fancybox-content::after {
		background-color: var(--color7a);
	}

p.modal_popup_close {
	padding-bottom: 0;
}	

	p.modal_popup_close a {
		color: var(--white);
		opacity: .6;
		transition: all .15s ease-in-out;
		-webkit-transition: all .15s ease-in-out;
	}	

	p.modal_popup_close a:hover {
		opacity: .9;
	}	

/* ///////////////////////////////////////////////////////////////////// 
//
//		Parallax Layers
//
///////////////////////////////////////////////////////////////////// */

.row-parallax-layers,
.row-parallax-layers .setwidth {
	overflow: visible;
	position: relative;
	z-index: 9999;
	/* height: 70vh; */
}

.parallax,
.row-parallax-layers .twin_image_row {
	height: 50vh;
	position: relative;
	overflow: visible;
	z-index: 999;
	display: flex;
}

.parallax-left,
.row-parallax-layers .twin_image_row_first {
	top: -30%;
	width: 50%;
	right: 50%;
	position: absolute;
}

	.parallax-left > img,
	.parallax-left > div {
		right: 50px;
	}

.parallax-right,
.row-parallax-layers .twin_image_row_second {
	top: -30%;
	width: 50%;
	left: 50%;
	position: absolute;
}

	.parallax-right > img,
	.parallax-right > div {
		left: 50px;
	}

.parallax.parallax-bjfloat {
	top: -40%;
	width: 50%;
	right: 50%;
	position: absolute;
	/* background-color: rgba(255,0,0,.2); */
}

	.parallax.parallax-bjfloat img {
		/* border: 1px solid green; */
		width: 100%;
		height: auto;
		right: 50px;
	}

	.parallax-layer {
		position: absolute;
		/* top: 50%; */
		/* transform: translateY(-50%); */
		font-size: 2em;
		color: #fff;
	}
		
		.layer5 {
			z-index: 5; /* bring it to the front */
		}
		
		.layer4 {
			z-index: 4; /* bring it to the front */
		}
		
		.layer3 {
			z-index: 3; /* bring it to the front */
		}
		
		.layer2 {
			z-index: 2; /* send it to the back */
		}
		
		.layer1 {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url('images/DJI_0001.jpg') no-repeat center center fixed;
			background-size: cover;
			z-index: 1; /* send it to the back */
		}

		/* INACTIVE attempt at horizontal scrolling */
		
		.layerX {
			background-color: red;
			/* transform: translateX(0); */
			padding: 50px;
			z-index: 4; /* bring it to the front */
			width: 100%;
			box-sizing: border-box;
		}
		
		.left-to-right {
			background-color: green;
			top: 80%;
			left: -100%;
		}
		
		.right-to-left {
			right: -100%;
		}		
		
		/* END INACTIVE attempt at horizontal scrolling */


		
/* ///////////////////////////////////////////////////////////////////// 
//
//		COLUMNS
//
///////////////////////////////////////////////////////////////////// */

.flowcols {
  column-gap: 40px;
}

.flowcols-2 {
	column-count: 2;
}

.flowcols-3 {
	column-count: 3;
}

.flowcols-4 {
	column-count: 4;
}

.column-break {
	break-after:column;
	display:block;
}

/* ///////////////////////////////////////////////////////////////////// 
//
//		THE GRID
//
///////////////////////////////////////////////////////////////////// */

#canvas .tg-filters-holder {
	padding: 20px 15px 50px 15px;
	/* margin: 0 auto;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center; */
}

	#canvas .tg-filters-holder > div,
	#canvas .tg-filters-holder > div span:after {
		margin: 0 20px 0 0;
	}

	
	#canvas .tg-filters-holder > div span.tg-nav-font {
		color: var(--white);
		background-color: var(--color4a);
		line-height: 4em;
		height: 4em;
		border-radius: 4em;
		padding-left: 2em;
		padding-right: 4em;
		border: 5px solid var(--color3a);
	}
	
	#canvas .tg-filters-holder > div.tg-filter-active span.tg-nav-font {
		border: 5px solid var(--color3d);
	}

	#canvas .tg-filters-holder > div:nth-child(1) span.tg-nav-font {
		background-color:rgba(10,194,185,.4);
	}
	#canvas .tg-filters-holder > div:nth-child(2) span.tg-nav-font {
		background-color:rgba(10,194,185,.6);
	}
	#canvas .tg-filters-holder > div:nth-child(3) span.tg-nav-font {
		background-color:rgba(10,194,185,.8);
	}
	#canvas .tg-filters-holder > div:nth-child(4) span.tg-nav-font {
		background-color:rgba(10,194,185,1);
	}

	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(1) span.tg-nav-font {
		background-color:rgba(28,198,133,.8);
	}
	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(2) span.tg-nav-font {
		background-color:rgba(28,198,133,1);
	}
	
	#canvas .tg-filters-holder > div span:hover.tg-nav-font {
		color: var(--white);
		background-color: var(--color5a);
	}

	.tg-item .tg-icon-add {
		font-family: 'Font Awesome Kit' !important;
	}
	.tg-icon-add::before {
		content: "\e000" !important;
	}
		
	#canvas .tg-filters-holder > div span:after {
		display: inline-block;
		font-family: 'Font Awesome Kit';
		content: "\e007";
		/* font: var(--fa-font-light);
		content: "\f773"; */
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);	
		font-size: 1em;
	}

	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(1),
	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(1) span:after {
		margin: 0 0 0 20px;
	}

	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(1) span.tg-nav-font {
		padding-left: 4em;
		padding-right: 2em;	
	}	
	
	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(1) span:after {
		content: "\e026";
		
		right: auto;
		left: 0;
	}
	
	#canvas .tg-filters-holder:nth-child(2) > div:nth-child(2) span:after {
		content: "\e027";
	}


	#canvas .tg-filters-holder > div:nth-child(1) span:after {
		font-size: 1.2em;
	}
	#canvas .tg-filters-holder > div:nth-child(2) span:after {
		font-size: 1.5em;
	}
	#canvas .tg-filters-holder > div:nth-child(3) span:after {
		font-size: 1.8em;
	}
	#canvas .tg-filters-holder > div:nth-child(4) span:after,
	#canvas .tg-filters-holder:nth-child(2) > div span:after {
		font-size: 2.1em;
	}



#canvas .tg-txt .tg-nav-font, #canvas .tg-txt input[type="text"].tg-search {
	font-size: var(--font-size-s);
	font-weight: 300;
	text-transform: uppercase;
}

#canvas .tg-grid-wrapper {
	padding: 0 50px;
	box-sizing: border-box;
}

	#canvas .tg-grid-holder .tg-item {
		border-top-right-radius: 50px;
		overflow: hidden;
	}



/* social grid ************************ */

#canvas #grid-2576 .tg-grid-holder .tg-item {
	border-top-right-radius: 0;
	overflow: visible;
}

	#canvas #grid-2576 .tg-grid-holder .tg-item .tg-item-inner {
		border-radius: 6px;
		padding: 15px 15px 40px 15px;
		background-color: #ffffff;
		box-sizing: border-box;
		border: 1px solid var(--colorgreyf);
		-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	}	
	
	.row-social h2.tg-item-title {
		color: var(--white) !important;
	}
	
#canvas #grid-2576 .tg-grid-area-bottom1 {
	margin-top: 50px;
}

	#canvas #grid-2576 .tg-nav-color::before {
		font: var(--fa-font-light);
		font-size: var(--font-size-l);
		height: var(--font-size-l);
		content: '\f063';
		display: block;
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: var(--color6a);
		transition: all .5s ease;
	}
	
	#canvas #grid-2576 .tg-nav-color {
		padding-top: 80px;
		font-size: var(--font-size-m);
		color: var(--color8a);
		font-weight: 700;
		transition: all .5s ease;	
	}
	
	#canvas #grid-2576 .tg-grid-area-bottom1:hover .tg-nav-color::before {
		font-size: var(--font-size-l);
		color: var(--color4a);
		top: 20px;
	}
	
	#canvas #grid-2576 .tg-grid-area-bottom1:hover .tg-nav-color {
		color: var(--color3a);
	}

/* ///////////////////////////////////////////////////////////////////// 
//
//		FANCYBOX
//
///////////////////////////////////////////////////////////////////// */

figcaption {
	display: none;
}

.fancybox-caption__body h4 {
	margin: 0;
	padding: 0;
}

.fancybox-caption__body p {

}

/* ////////////////////////////////////////////////
//
//		BUTTONS
//
//////////////////////////////////////////////// */

.button-icon-link {
	display: inline-block;
	text-align: center;
}

.button-icon,
.grid_item p.button-icon {
	position: relative;
	margin-bottom: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0);
	border-radius: 50px;
	/* width: 25.25rem; */
	padding: .75rem 2.5rem;
	font-size: var(--font-size-m);
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--font-family-header);
	font-weight: 800;
	box-sizing: border-box;
}

.text_image_row_text p.button-icon-small,
.button-icon-small,
.grid_item p.button-icon-small,
.text_image_row_text p.button-icon-small {
	border-radius: 50px;
	padding: .75rem 2.5rem;
	font-size: var(--font-size-s);
}

.button-icon-large,
.grid_item p.button-icon-large,
.text_image_row_text p.button-icon-large {
	padding: 1rem 3rem;
	font-size: var(--font-size-l);
}

.contact-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 50px;
}

	.contact-buttons p,
	.contact-buttons .button-icon-link {
		margin-right: 3rem;
	}
	
	.contact-buttons p:last-child,
	.contact-buttons .button-icon-link:last-child {
		margin-right: 0;
	}

/* overrides some settings in flex/styles.css */

.basic_text_row p.button-icon:last-of-type {
	padding-bottom: .75rem;
}

.basic_text_row p.button-icon:first-of-type:last-of-type {
	padding-bottom: .75rem;
}

.button-link-fullwidth {
	width: 100%;
}

	.button-fullwidth {
		width: 100%;
		box-sizing: border-box;
	}

.button-center {
	text-align: center;
	left: 0;
	right: 0;
}

.button-icon,
a .button-icon,
.button-icon:hover,
a:hover .button-icon  {
	color: white !important;
}

	.button-icon .icons {
  		position: relative;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		margin: 0 2.3rem 0 0;
  		width: 1.25rem;
  		height: 2.6rem;
	}
	
	.button-icon-small .icons {
		  margin: 0 1.5rem 0 0;
		  height: 1.8rem;
	}	
	
	
	.button-icon .icons i {
  		position: absolute;
  		top: 0;
  		left: 0;
  		display: block;
	}
	
	.button-icon .icons .icon-default {
  		transition: opacity 0.3s, transform 0.3s;
	}
	
	.button-icon .icons .icon-hover {
  		transition: opacity 0.3s, transform 0.3s;
  		transform: rotate(-180deg) scale(0.5);
  		opacity: 0;
	}
	
	.button-icon:hover,
	.grid_item p.button-icon:hover {
		transform: scale(1.1);
		box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		cursor: pointer;
	}
	
	.button-icon:hover .icon-hover {
  		transform: rotate(0deg) scale(1);
  		opacity: 1;
	}
	
	.button-icon:hover .icon-default {
  		transform: rotate(180deg) scale(0.5);
  		opacity: 0;
	}


#canvas .wp-block-file .wp-block-file__button,
#canvas .wp-block-button .wp-block-button__link,
#canvas .gform_wrapper .gform_footer input[type="submit"],
.button a,
a.button,
p.button a,
button  {
	font-size: var(--font-size-s);
	font-family: var(--font-family-base);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0 2.5em;
	border: none;
	line-height: 3em;
	border-radius: 3em;
}

	/* border-width: 1px;
	border-style: solid; */

input.button.button-small,
a.button.button-small,
p.button.button-small a,
.button.button-small > a {
	font-size: var(--font-size-xs);
}

#canvas .gform_wrapper .gform_footer input[type="submit"],
input.button.button-large,
a.button.button-large,
p.button.button-large a,
.button.button-large > a {
	font-size: var(--font-size-m);
}
	
p.button-transparent a {
	background-color: transparent;
}

.button-uppercase,
.button-uppercase a {
	text-transform: uppercase !important;
}


.entry-content p.button a,
.entry-content a.button {
	text-decoration: none;
}


button,
input.button,
a.button,
p.button a,
.button > a,
#canvas .wp-block-file .wp-block-file__button,
#canvas .wp-block-button .wp-block-button__link,
#canvas .gform_wrapper .gform_footer input[type="submit"],
input[type=submit],
.hero-text p.button a {
	background-color: var(--color1a);
	border-color: transparent;
	color: var(--white);
}

button:hover,
input.button:hover,
a.button:hover,
p.button a:hover,
.button > a:hover,
#canvas .wp-block-file .wp-block-file__button:hover,
#canvas .wp-block-button .wp-block-button__link:hover,
#canvas .gform_wrapper .gform_footer input[type="submit"]:hover,
input[type="submit"]:hover,
.hero-text p.button a:hover {
	background-color: var(--color2a);
	border-color: transparent;
	color: var(--white);
}

button.white-bg,
input.button.white-bg,
a.button.white-bg,
p.button a.white-bg,
.button > a.white-bg {
	background-color: var(--white);
	color: var(--colorgreyd);
}

/* 'see thru' text for white buttons */

button.color1a,
input.button.color1a,
a.button.color1a,
p.button a.color1a,
.button > a.color1a {
	color: var(--color1a);
}

button.color2a,
input.button.color2a,
a.button.color2a,
p.button a.color2a,
.button > a.color2a {
	color: var(--color2a);
}

button.color3a,
input.button.color3a,
a.button.color3a,
p.button a.color3a,
.button > a.color3a {
	color: var(--color3a);
}

button.color4a,
input.button.color4a,
a.button.color4a,
p.button a.color4a,
.button > a.color4a {
	color: var(--color4a);
}

button.color5a,
input.button.color5a,
a.button.color5a,
p.button a.color5a,
.button > a.color5a {
	color: var(--color5a);
}

button.color6a,
input.button.color6a,
a.button.color6a,
p.button a.color6a,
.button > a.color6a {
	color: var(--color6a);
}

button.color7a,
input.button.color7a,
a.button.color7a,
p.button a.color7a,
.button > a.color7a {
	color: var(--color7a);
}

button.color8a,
input.button.color8a,
a.button.color8a,
p.button a.color8a,
.button > a.color8a {
	color: var(--color8a);
}

/* button backgrounds */

button.colorgreyc-bg,
input.button.colorgreyc-bg,
a.button.colorgreyc-bg,
p.button a.colorgreyc-bg,
.button > a.colorgreyc-bg {
	background-color: var(--colorgreyc);
}

button.color1a-bg,
input.button.color1a-bg,
a.button.color1a-bg,
p.button a.color1a-bg,
.button > a.color1a-bg {
	background-color: var(--color1a);
}

button.color2a-bg,
input.button.color2a-bg,
a.button.color2a-bg,
p.button a.color2a-bg,
.button > a.color2a-bg {
	background-color: var(--color2a);
}

button.color3a-bg,
input.button.color3a-bg,
a.button.color3a-bg,
p.button a.color3a-bg,
.button > a.color3a-bg {
	background-color: var(--color3a);
}

button.color4a-bg,
input.button.color4a-bg,
a.button.color4a-bg,
p.button a.color4a-bg,
.button > a.color4a-bg {
	background-color: var(--color4a);
}

button.color5a-bg,
input.button.color5a-bg,
a.button.color5a-bg,
p.button a.color5a-bg,
.button > a.color5a-bg {
	background-color: var(--color5a);
}

button.color6a-bg,
input.button.color6a-bg,
a.button.color6a-bg,
p.button a.color6a-bg,
.button > a.color6a-bg {
	background-color: var(--color6a);
}

button.color7a-bg,
input.button.color7a-bg,
a.button.color7a-bg,
p.button a.color7a-bg,
.button > a.color7a-bg {
	background-color: var(--color7a);
}

button.color8a-bg,
input.button.color8a-bg,
a.button.color8a-bg,
p.button a.color8a-bg,
.button > a.color8a-bg {
	background-color: var(--color8a);
}


/* hovers */

button.white-bg:hover,
input.button.white-bg:hover,
a.button.white-bg:hover,
p.button a.white-bg:hover,
.button > a.white-bg:hover {
	color: var(--white);
}

button.white-bg:hover,
input.button.white-bg:hover,
a.button.white-bg:hover,
p.button a.white-bg:hover,
.button > a.white-bg:hover {
	background-color: var(--color4a);
}

button.color1a-hover:hover,
input.button.color1a-hover:hover,
a.button.color1a-hover:hover,
p.button a.color1a-hover:hover,
.button > a.color1a-hover:hover {
	background-color: var(--color1a);
}

button.color2a-hover:hover,
input.button.color2a-hover:hover,
a.button.color2a-hover:hover,
p.button a.color2a-hover:hover,
.button > a.color2a-hover:hover {
	background-color: var(--color2a);
}

button.color3a-hover:hover,
input.button.color3a-hover:hover,
a.button.color3a-hover:hover,
p.button a.color3a-hover:hover,
.button > a.color3a-hover:hover {
	background-color: var(--color3a);
}

button.color4a-hover:hover,
input.button.color4a-hover:hover,
a.button.color4a-hover:hover,
p.button a.color4a-hover:hover,
.button > a.color4a-hover:hover {
	background-color: var(--color4a);
}

button.color5a-hover:hover,
input.button.color5a-hover:hover,
a.button.color5a-hover:hover,
p.button a.color5a-hover:hover,
.button > a.color5a-hover:hover {
	background-color: var(--color5a);
}

button.color6a-hover:hover,
input.button.color6a-hover:hover,
a.button.color6a-hover:hover,
p.button a.color6a-hover:hover,
.button > a.color6a-hover:hover {
	background-color: var(--color6a);
}

button.color7a-hover:hover,
input.button.color7a-hover:hover,
a.button.color7a-hover:hover,
p.button a.color7a-hover:hover,
.button > a.color7a-hover:hover {
	background-color: var(--color7a);
}

button.color8a-hover:hover,
input.button.color8a-hover:hover,
a.button.color8a-hover:hover,
p.button a.color8a-hover:hover,
.button > a.color8a-hover:hover {
	background-color: var(--color8a);
}

/* ////////////////////////////////////////////////
//
//		FORMS
//
//////////////////////////////////////////////// */


textarea,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
#canvas .gform_wrapper textarea,
#canvas .gform_wrapper select,
#canvas .gform_wrapper input[type=text],
#canvas .gform_wrapper input[type=email],
#canvas .gform_wrapper input[type=password],
#canvas .gform_wrapper input[type=tel],
#canvas .gform_wrapper input[type=search],
#canvas #rs_RetirementOptionsReport div.rs_form-field input,
#canvas #rs_RetirementOptionsReport div.rs_form-field select {
	font-size: var(--font-size-base);
	font-family: var(--font-family-base);
	padding: .75em 1em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	color: var(--colorgreyd);
	border-radius: 1.25rem;
	border-width: 0px;
	/* -webkit-box-shadow: 0 0 0 5px rgba(0, 70, 81, 0.1);
	   -moz-box-shadow: 0 0 0 5px rgba(0, 70, 81, 0.1);
			box-shadow: 0 0 0 5px rgba(0, 70, 81, 0.1); */
	box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

#canvas .gform_wrapper select {
	background-color: var(--white);
}

#canvas .gform_wrapper label.gfield_label {
	font-family: var(--font-family-header), sans-serif;
	font-weight: 800;
	font-size: var(--font-size-l);
	color: var(--color1a);
	letter-spacing: 0.025em;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.02em;	
}

#canvas .gform_wrapper label.gform-field-label--type-sub {
	font-size: var(--font-size-base);
	font-weight: 700;
	color: var(--color1c);
	margin: 1rem 0;
} 

#canvas .gform_wrapper .gform_footer {
	position: relative;
	text-align: center;
}

	/* #canvas .gform_wrapper .gform_footer input[type="submit"] {
		padding: .5em 1.75em;
	} */

#strongbody .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
#strongbody .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

#canvas .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

/* MAX MEGA MENU SEARCH */

.searchform-contents {
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform input[type=text] {
/* #strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav input[type=text] { */
	padding: .75rem 2.5rem;
	border-radius: 50px;
	box-shadow: none;	
}

.searchform .button-icon,
#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav .button-icon {
	padding: .75rem;
	margin-left: 1rem;
}
	
	.searchform .button-icon .icons,
	#strongbody #mega-menu-wrap-cta-nav #mega-menu-cta-nav .button-icon .icons {
		margin: 0 2rem 0 1rem;
	}


/* ////////////////////////////////////////////////
//
//		SCROLL ANIMATIONS
// 		https://github.com/silexlabs/Silex/issues/942
//
//////////////////////////////////////////////// */
  
.silex-runtime .animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-moz-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate(-100%, 0px);
	-ms-transform: translate(-100%, 0px);
	transform: translate3d(-100%, 0px, 0px);
}

.silex-runtime .animation-element.slide-right {
	opacity: 0;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-moz-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	transform: translate3d(100%, 0px, 0px);
}

.silex-runtime .animation-element.slide-fade {
	opacity: 0;
	-moz-transition: all 800ms ease-out;
	-webkit-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
}

.silex-runtime .animation-element.slide-top1,
.silex-runtime .animation-element.slide-top2,
.silex-runtime .animation-element.slide-top3 {
	opacity: 0;
	-moz-transition: all 800ms ease-out;
	-webkit-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
	-moz-transform: translate3d(0px, 100px, 0px);
	-webkit-transform: translate3d(0px, 100px, 0px);
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate3d(0px, 100px, 0px);
}

.silex-runtime .animation-element.slide-top2 {
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200px, 0px);
}

.silex-runtime .animation-element.slide-top3 {
	-moz-transform: translate3d(0px, 300px, 0px);
	-webkit-transform: translate3d(0px, 300px, 0px);
	-o-transform: translate(0px, 300px);
	-ms-transform: translate(0px, 300px);
	transform: translate3d(0px, 300px, 0px);
}

.silex-runtime .animation-element.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.slide-left {
	/* background-color: #aaaaaa; */
}

.slide-right {
	/* background-color: #999999; */
}

.animation-element {
	/* width: 100%; */
}

.silex-runtime text_col {
	overflow: hidden;
}

.silex-runtime .slide-container {
  z-index: 1;
}

.silex-runtime.slide-opposite {
  z-index: 2;
}

/* ////////////////////////////////////////////////
//
//		COLOUR PALETTE & STYLES TESTS
//
//////////////////////////////////////////////// */

.row-typo {
	margin-bottom: 50px;
}

.row-palette {
	display: flex;
	padding: 0;
}

	.row-palette div {
		flex-direction: row;
		padding: 30px;
		flex-grow: 1;
	}
	
		.row-palette p {
			padding-bottom: 0;
			text-align: center;
		}