 @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;300;400;500;600;700&family=Inter:wght@100;300;400;500;600;700&&family=Oswald:wght@300;400;500;600;700&display=swap');
/*@import url('https://use.typekit.net/yae8laj.css');*/
@import url('https://use.typekit.net/ivj2ejx.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

:root {	
	--black: #23242a;	
	--primary: #20243d;
	--accent: #1b7da6;
	--off: #1f9883;
	--blue: #04549e;
	--tall: #17507e;
	--aqua: #186185;
	--green: #109294;
	--olive: #c3b9a6;
	--red: #b6453e;
	--white: #cbcfd4;
	--gray: #e7eaee;
	--darkgray: #d7dcdf;
	--tan: #ccc4b3;
	--transparent: rgba(255,255,255,.7);
	--fonts: adobe-garamond-pro, futura-pt, "Libre Franklin", sans-serif;
	--sans: futura-pt, oswald, "Libre Franklin", fenwick, sans-serif;
	--alternative: modesto-expanded, adobe-garamond-pro, serif;
	--handwriting: felt-tip-senior, serif;
}
* {
	margin: 0;
	padding: 0;
}
html, 
body, 
*, 
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, 
body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}
body {
	height: auto;
	font-family: "Libre Franklin", "Gill Sans", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	line-height: 1.8;
	color: #444;
	background: var(--black);
}
@media only screen and (max-width: 1840px) {
	body {
		font-size: 16.5px;
	}
}
@media only screen and (max-width: 1560px) {
	body {
		font-size: 16px;
		line-height: 1.75;
	}
}
@media only screen and (max-width: 1366px) {
	body {
		font-size: 15.5px;
	}
}
@media only screen and (max-width: 1200px) {
	.hide {
		display: none !important;
	}
}
.color-accent {
	color: var(--accent);
}
.color-red {
	color: var(--red);
}
#video {
	text-decoration: none;
	background: none;
}
a#video:hover {
	background: #000;
}
#video span {
}
#video small {
}
#video img {
	opacity: 1;
}
a#video:hover img {
	transform: scale(1.1);
	opacity: .7;
}
#video.popup:after {
	background-size: 50%;
}
#video.popup:hover:after {
	background-size: 35%;
}
#myVideo {
	display: block;
	position: relative;
	padding: 0 0 56.25%;
	width: 100%;
	height: 0;
	border: 2px #9ff solid;
}
#myVideo img:nth-of-type(1) {
	border: 2px #000 solid;
}
#featuredvideo {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 3%;
	align-items: center;
	text-decoration: none !important; 
}
#featuredvideo a:hover img {
	transform: scale(1.05);
	
}
#featuredvideo img {
	opacity: .666;
}
#featuredvideo p {
	font-family: var(--fonts);
	font-size: 200%;
	line-height: 1.3;
	color: #fff;
}
#featuredvideo small {
	display: block;
	font-family: var(--sans);
	font-size: 1.3rem !important;
	color: rgba(255,255,255,.75);
	line-height: 1.4;
}
#featuredvideo a.btn,
#featuredvideo a.btn:hover {
	background: var(--black) !important;
}
#featuredvideo a.btn:hover {
	background: var(--accent) !important;
}
a#btn-facebook {
	display: block;
	position: relative;
	padding: 0 0 35%;
	width: 100%;
	height: auto;
}
a#btn-facebook img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: all .2s ease-in;
	z-index: 1;
}
a#btn-facebook img:last-child {
	opacity: 0;
	z-index: 2;
}
a#btn-facebook:hover img:last-child {
	opacity: 1;
}


/* ================================================================================= */
/* TYPOGRAPHY  */
/* ================================================================================= */

.title {
	display: block;
	margin: 1rem 0;
	font-family: Inter, var(--sans);
	font-size: 3.6rem;
	font-weight: 400;
	color: var(--black);
	letter-spacing: -0.5px;
	line-height: 1.1;
	text-transform: none;
}
.hero .title {
	color: #fff;
}
h1 {
	display: block;
	position:  relative;
	margin: 1rem 0;
	font-family: var(--fonts);
	font-size: 200%;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: none;
	text-transform: uppercase;
/*	font-variant: small-caps;*/
}
h1 span {
	display: ;
	font-family: "Mr De Haviland";
	font-size: 150%;
	font-weight: 300;
	color: var(--accent);
	text-transform: none;
	transform: translateY(50%);
}
h2 {
	margin: 1rem 0;
	font-family: Inter, var(--sans), serif;
	font-size: 210%;
	font-weight: 500;
	color: var(--black);
	line-height: 1.35;
	letter-spacing: 0px;
	text-transform: none;
}
@media only screen and (max-width: 2048px) {
	.title {
		font-size: 3.5rem;
	}
}
@media only screen and (max-width: 1840px) {
	.title {
		font-size: 3.3rem;
	}
}
@media only screen and (max-width: 1720px) {
	.title {
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 1680px) {
	.title {
		font-size: 3.1rem;
		line-height: 1.3;
	}

}
@media only screen and (max-width: 1560px) {
	.title {
		font-size: 3rem;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 1440px) {
	.title {
		font-size: 2.9rem;
	}
}
@media only screen and (max-width: 1366px) {
	.title {
		font-size: 2.7rem;
	}
}
@media only screen and (max-width: 1280px) {
	.title,
	h2 {
		font-size: 240%;
	}
	h2 {
		font-size: 210%;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 1080px) {
	.title {
		font-size: 210%;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 768px) {
	.title {
	}
}
@media only screen and (max-width: 414px) {
	.title,
	h2 {
		font-size: 170%;
	}
}
h3 {
	display: block;
	margin: 1.2rem 0;
	font-family: var(--sans);
	font-size: 155%;
	font-weight: 600;
	color: var(--primary);
	letter-spacing: 0px;
	line-height: 1.2;
	text-transform: uppercase;
}
h4 {
	margin: 1rem 0;
	font-family: var(--sans), serif;
	font-size: 170%;
	font-weight: 700;
	color: var(--primary);
	line-height: 1.2;
	letter-spacing: 0px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1960px) {
	h4 {
		font-size: 165%;
	}
}
@media only screen and (max-width: 1720px) {
	h4 {
		font-size: 155%;
	}
}
@media only screen and (max-width: 1440px) {
	h4 {
		font-size: 150%;
	}
}
@media only screen and (max-width: 1200px) {
	h4 {
		font-size: 145%;
	}
}
@media only screen and (max-width: 1080px) {
	h4 {
		font-size: 140%;
	}
}
@media only screen and (max-width: 800px) {
	h4 {
		font-size: 115%;
	}
}
@media only screen and (max-width: 640px) {
	h4 {
		font-size: 100%;
	}
}
@media only screen and (max-width: 568px) {
	h4 {
		font-size: 170%;
	}
}
@media only screen and (max-width: 480px) {
	h4 {
		font-size: 140%;
	}
}
h5 {
	margin: 1rem 0;
	font-family: Inter, var(--sans), serif;
	font-size: 120%;
	font-weight: 600;
	color: var(--black);
	line-height: 1.3;
	letter-spacing: 0px;
	text-transform: none;
}
@media only screen and (max-width: 1440px) {
	h5 {
		font-size: 110%;
	}
}
@media only screen and (max-width: 960px) {
	h5 {
		font-size: 140%;
	}
}
@media only screen and (max-width: 515px) {
	h5 {
		font-size: 120%;
	}
}
h6 {
	display: block;
	margin: 0 0 1rem;
	font-family: Inter, var(--sans);
	font-size: 100%;
	font-weight: 700;
	color: var(--black);
	line-height: 1.25;
	text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
}
.hero .tagline,
.bg-dark .tagline {
	color: var(--transparent);
	color: rgba(255,255,255,.4);
}
.bg-dark .lead,
.bg-dark h1,
.bg-dark h2,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .subheading {
	color: #fff !important;
}
/*.title:first-child,*/
.lead:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
p:first-child {
	margin-top: 0;
}
title:last-child,
.lead:last-child,
h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child, 
p:last-child {
	margin-bottom: 0;
}

/* ================================================================================= */
/* PARAGRAPHS  */
/* ================================================================================= */

p {
	position: relative;
	margin: 1rem 0;
	transition: color .1s ease-in;
}
article p strong {
	font-size: 110%;
	color: #333;
	font-weight: 600;
}
p.jumbo {
	margin-bottom: 2rem;
	font-size: 100%;
	font-weight: 400;
	color: var(--black);
}
.btn .jumbo {
	display: block;
	font-size: 180%;
}
.btn small {
	font-size: 90%;
	font-weight: 400;
}
small {
	font-size: 80%;
}

/* ================================================================================= */
/* LINKS  */
/* ================================================================================= */

a {}

.btn {
	var(--fonts);
}
.btn.jumbo {
	display: block;
	padding: .8rem 1.2rem .9rem;
	font-family: var(--sans);
/*	font-style: italic;*/
	font-weight: 400;
	font-size: 130%;
	border-radius: 4px;
}
.btn.jumbo:hover {
	transform: scale(1.01);
}
.btn.jumbo strong {
	font-size: 160%;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.btn.jumbo small {
	display: block;
	font-size: 70%;
	font-weight: 300;
	text-transform: none;
	opacity: .7;
}
.btn.bg-black.jumbo:hover {
	background: var(--red) !important;
}
@media only screen and (max-width: 1440px) {
	.btn.jumbo {
		padding: .6rem 1rem .7rem;
		font-size: 150%;
	}
}
@media only screen and (max-width: 1720px) {
	a#harbor span {
	}
	a#harbor small { 
	}
}
@media only screen and (max-width: 1560px) {
}
.slide-play {
	display: block;
	position: relative;
	background: #000;
	overflow: hidden;
}
.slide-play img  {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.slide-play img:first-child {
	opacity: .8;
}
.slide-play img:last-child {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 auto ;
	width: 40%;
	height: auto;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
	opacity: .5;
	transform: translate(-50%, -50%) scale(.9);
	z-index: 9999;
}
.slide-play:hover img:last-child {
	transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 1440px) {
	.slide-play img:last-child {
		width: 50%;
	}
}

/* ================================================================================= */
/* CONNECT */
/* ================================================================================= */

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
/*	background: var(--gray);*/
/*	border-top: 4px var(--accent) solid;*/
/*	border-radius: 8px 8px 0 0;*/
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1920px) {
	#container {
		border-radius: 0;
	}
}
#connect {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 2%;
	align-items: auto;
	justify-content: space-around;
	position: relative;
	margin: 0 auto;
	padding: .4rem .8rem;
	width: 100%;
	height: auto;
	font-family: Inter, "Libre Franklin", futura-pt, "Libre Franklin"; /* Just in case body font changes */
/*	background: var(--black);*/
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1200px) {
	#connect {
		grid-template-columns: 1fr;
		justify-items: center;
	}
}
#connect.bg-dark {
	padding-right: 25px;
	padding-left: 25px;
	justify-content: space-between !important;
}
@media only screen and (max-width: 414px) {
	#connect.bg-dark {
		padding: 10px 20px;
	}
}
header > #connect,
nav > #connect {
	position: absolute;
	padding: 1rem 1.8rem .2rem;
}
.company-info,
.contact-info {
	display: flex;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.company-info {
	justify-content: flex-end; 
	padding: 0;
	text-align: left;
}
.company-info a {
	display: flex;
	align-items: center;
	color: var(--transparent);
	color: var(--primary);
	text-decoration: none;
}
.company-info i {
	font-size: 180% !important;
	color: var(--accent);
	transition: all .2s ease-in;
}
.company-info a:hover i {
	color: var(--accent);
/*	transform: rotate(-180deg);*/
}
.company-info i,
.company-info span {
	margin: 0 .6rem 0 0;
}
.company-name,
.company-description {
	font-size: 82.5%;
}
.company-name {
	font-weight: 700;
	color: #fff;
	color: var(--black);
}
.company-description {
	font-weight: 600;
	color: var(--neutral);
	color: rgba(0,0,0,.666);
}
.contact-info {
	justify-content: flex-start; 
}
@media only screen and (max-width: 2048px) {
	.company-info {
		justify-content: flex-start;
	}
	.contact-info {
		justify-content: flex-end;
	}	
}
@media only screen and (max-width: 1560px) {
	#connect {
		justify-content: space-between;
		grid-gap: 40px
	}
	.company-name,
	.company-description {
		font-size: 85%;
	}
}
a.phone-number {
	display: flex !important;
	align-items: center;
	position: relative;
	margin: 0 .5rem 0 0;
	padding: .3rem .6rem .3rem .6rem;
	width: auto;
	height: auto;
	font-family: Inter, var(--sans);
	font-size: 115%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1;
	background: var(--accent);
	border-radius: 40px;
}
@media only screen and (max-width: 480px) {
	a.phone-number {
		font-size: 105%;
	}
}
a.phone-number:hover {
	color: #fff;
}
a.phone-number i {
	position:  relative !important; /* trust me */
	left: auto !important; /* trust me */
	bottom: auto !important; /* trust me */
    margin: 0 .4rem 0 0;
    padding: 0;
    font-size: 90% !important;
	color: #fff; /* trust me */
/*	transform: none !important;*/
	transform: translateY(-5%);
    opacity: .85;
}
/*
.flex a.phone-number i {
	margin-right: .3rem;
}
*/
.flex a.phone-number:first-child {
	background: var(--accent);
/*	border-radius: 4px 0 0 4px;*/
}
/*
.flex a.phone-number:last-child {
	border-radius: 0 4px 4px 0;
}
*/
.phone-number small {
	margin-right: .4rem;
	font-family: Oswald;
	font-size: 60%;
	font-weight: 400;
	color: rgba(255,255,255,.85);
	letter-spacing: 1px;
	text-transform: uppercase;
}
.bg-dark .company-info i {
	color: var(--accent) !important;
/*	color: var(--transparent) !important;*/
}
.bg-dark .company-name {
	color: #fff !important;
}
.bg-dark .company-description {
	color: var(--transparent) !important;
}
.bg-dark a.phone-number {
	background: var(--accent);
}
.bg-dark a.phone-number:hover {
	background: var(--off);
}
.bg-dark .social-media a {
	color: var(--transparent);
}
.bg-dark .company-email {
	color: var(--transparent);
	color: rgba(255,255,255,.8);
}
.bg-dark .company-email:hover span {
	color: #fff !important;
}
.company-email {
	display: flex;
	align-items: center;
	margin-right: 1.4rem;
	position: relative;
/*	padding: .4rem 1rem;*/
	font-size: 82.5%;
	font-weight: 600;
	color: inherit;
	text-decoration: none;
/*	background: var(--primary);*/
/*	border-radius: 80px;*/
	cursor: pointer;
	overflow: hidden;
}
@media only screen and (max-width: 480px) {
	.company-email {
		margin-right: .8rem;
	}
}
@media only screen and (max-width: 414px) {
	.company-email {
		display: none;
	}
}
a.company-email:hover span {
	color: var(--black);
}
.company-email i, 
.company-email img {
	margin: 0 .6rem 0 0;
	padding: 0;
	color: var(--accent);
	font-size: 180% !important;
	font-weight: 300 !important;
	transform: none !important;
}
.company-email img {
	width: 30px;
	height: auto;
}
@media only screen and (max-width: 1680px) {
	.company-email img {
		width: 24px;
	}
}
a.company-email:hover i {
	color: var(--accent);
}

/* ================================================================================= */
/* MAIN HEADER  */
/* ================================================================================= */

#main-header {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	height: auto;
	font-family: var(--alternative);
	background: var(--gray);
	background: var(--aqua);
	background: #70513d url(images/slide19.jpg) center top;
	background-size: 100% auto;
	background: var(--gray);	
	border-bottom: 3px var(--accent) solid;
/*	border-radius: 8px 8px 0 0;*/
/*	box-shadow: 0 80px 120px rgba(0,0,0,.333) inset;*/
	z-index: 9999;
}
.home #main-header {
	border-bottom: none;
	box-shadow: 0;
}
@media only screen and (max-width: 1920px) {
	#main-header {
		border-radius: 0
	}
}
@media only screen and (max-width: 1440px) {
	#main-header:after {
		transform: translateY(75%);
	}
}
#main-header.overlay {
	position: absolute;
	background: none;
}
.home #main-header.overlay {
	background: rgba(0,0,0,.2);
}
.home #main-header.overlay.mobile {
	background: var(--black);
}
#main-header.left #site-navigation {
	display: grid;
	grid-template-columns: 11% auto;
	grid-gap: 5%;
}
#main-header.left #site-navigation .menu {
	padding: 0 !important; /*-- just in case --*/
}

/* ================================================================================= */
/* NAVIGATION  */
/* ================================================================================= */

#site-navigation {
	display: grid;
	grid-template-columns: 13% auto;
	grid-gap: 2%;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	font-family: Inter, Oswald, var(--sans);
	font-size: 105%;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.5px;	
	text-transform: none;
	box-sizing: border-box;
	z-index: 1;
}
@media only screen and (max-width: 2048px) {
	#site-navigation {
	}
}
@media only screen and (max-width: 1840px) {
	#site-navigation {
		font-size: 102.5%;
	}
}
@media only screen and (max-width: 1720px) {
}
@media only screen and (max-width: 1560px) {
	#site-navigation {
		grid-template-columns: 14% auto;
	}
}
@media only screen and (max-width: 1440px) {
	#site-navigation {
	}
}
@media only screen and (max-width: 1366px) {
	#site-navigation {
		grid-template-columns: 210px auto;
	}
}
@media only screen and (max-width: 1200px) {
	#site-navigation {
		font-size: 100%;
	}
}
a#logo,
a#logo img {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 !important;
	width: 100%;
	height: auto;
	transition: all .2s ease-in;
	box-sizing: border-box;
}
a#logo img {
	position:  relative;
	top: 0;
	left: 0;
}
.home a#logo svg {
	fill: #fff;
}
a#logo svg {
	fill: var(--black);
}
.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
	padding: 0;
    height: auto;
    box-sizing: border-box;
    z-index: 2;
}
.menu:nth-of-type(2) {
	justify-content: flex-start;
}
.menu li {
    display: block;
    position: relative;
	margin: 0;
}
.menu a {
	display: grid;
	align-content: center;
	padding: 1rem 1.2rem;
	height: auto;
	color: var(--primary);
	text-align: center;
	text-decoration: none;
}
@media only screen and (max-width: 1680px) {
	.menu a {
		padding: .8rem 1rem;
	}
}
.overlay .menu a {
	color: #fff;
}
.menu a:hover {
	color: var(--accent);
}
.overlay .menu a:hover {
	color: var(--transparent);
}
.menu i {
	display: block;
	margin: 0;
	font-size: 200% !important;
	font-weight: 200 !important;
	transition: all 0.1s ease-in;
}
.menu i {
	color: var(--off);
	color: #c6ad73;;
}
#hamburger {
	display: block;
	position: absolute;
	top: 0;
	right: 2.5%;
	height: auto;
	cursor: pointer;
}
#mobile-nav,
#mobile-close {
	display: none;
	position: relative;
	top: 0px;
	left: 0;
	color: var(--accent);
	font-size: 240% !important;
	z-index: 9999;
}
.home #mobile-nav,
.home #mobile-close {
	color: #fff;
}
@media only screen and (max-width: 960px) {
	#site-navigation {
		display: block;
		font-size: 110%;
		text-align: left;
	}
	a#logo {
		width: 160px;
	}
	.menu {
		display: none;
	}
	.mobile .menu {
		display: block;
		margin-top: 1rem;
	}
	#hamburger {
		display: block;
	}
	#mobile-nav {
		display: block;
	}
	.mobile #mobile-nav {
		display: none;
	}
	.mobile #mobile-close {
		display: block;
	}	
}
@media only screen and (max-width: 667px) {
	#hamburger {
		right: 20px;
	}
}

/* ---------------------------------------- SUBMENU ---------------------------------------- */ 

.sub-wrapper:after {
    content: '\e5cf';
	position:  absolute;
	left: 50%;
	bottom: 0;
    font-family: 'Material Symbols Outlined';
    font-size: 180% !important;
	font-weight: 300;
	color: var(--accent);
/*	color: var(--transparent);*/
	transform: translate(-50%, 70%);
}
.overlay .sub-wrapper:after {
	color: var(--transparent);
}
.sub-menu {
	display: none;
	position: absolute;
	top: 95%;
	left: 0;
	margin: 0;
	padding: .5rem 0;
	width: 300px;
	height: 0;
	font-size: 92.5%;
	background: var(--black);
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 2;
}
.home .sub-menu {
	background: var(--accent);
}
@media only screen and (max-width: 1560px) {
	.sub-menu {
		width: 280px;
	}
}
@media only screen and (max-width: 1280px) {
	.sub-menu {
		width: 270px;
	}
}
.sub-wrapper:hover .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}
.sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0 -1px 0 #fff;
}
.sub-menu a {
	display: block;
	padding: .5rem 1rem;
	height: auto;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: none;
}
.sub-menu a:hover {
	color: rgba(255,255,255,.8);
}

/* ================================================================================= */
/* HERO SECTION */
/* ================================================================================= */

.curve-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
	overflow: hidden;
	transform: translateY(-90%);
}
.bg-darkgray .curve-overlay {
	color: var(--darkgray);
}
.bg-gray .curve-overlay {
	color: var(--gray);
}
.bg-olive .curve-overlay {
	color: var(--olive);
}
.bg-blue .curve-overlay {
	color: var(--blue);
}

.curve-overlay svg {
  width: 120%;
  height: 100%; /* adjust for depth of curve */
  display: block;
}



.hero {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 56.25%;
	width: 100%;
	height: 0;
	font-weight: 600;
	color: var(--transparent);
	background: var(--black);
	overflow: hidden;
	z-index: 1;
}
/*
.hero:before {
	content:"";
	display: block;
	position:  absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: url(images/bg-wave.png) center top no-repeat;
	background-size: 100% auto;
	z-index: 99999;
}
*/
.home .hero {
/*	padding: 0 0 66.6%;*/
}
.hero video {
	position:  absolute;
	top: -1px;
	leftL 0;
	width: 100%;
	height: 100.5%;
}
.hero .drag-center p {
	margin: 15px auto;
}
.hero a.btn {
	background: var(--accent);
	transform: scale(1.05);
}
@media only screen and (max-width: 960px) {
	.hero a.btn {
		display: none;
	}
}

/* ================================================================================= */
/* CONTENT
/* ================================================================================= */

main {
	display: block;
	position:  relative;
	z-index: 2;
}
#content {
	display: grid;
	grid-template-columns: auto 360px;
	align-items: flex-start;
}
.content {
	position: relative;
	margin: 0 auto;
	padding: 4.8rem 10%;
	box-sizing: border-box;
	z-index: 2;
}
.content.thin {
	padding-right: 18%;
	padding-left: 18%;
}
.content header,
.content footer{
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}
@media only screen and (max-width: 1560px) {
.content header,
.content footer{
	max-width: 960px;
}
}
@media only screen and (max-width: 800px) {
	.content header,
	.content footer {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media only screen and (max-width: 1680px) {
	.content {
		padding-top: 4.4rem;
		padding-right: 8%;
		padding-left: 8%;
	}
	.content.thin {
		padding-right: 15%;
		padding-left: 15%;
	}
}
@media only screen and (max-width: 1440px) {
	.content {
		padding-top: 4rem;
		padding-right: 5%;
		padding-left: 5%;
	}
	.content.thin {
		padding-right: 12%;
		padding-left: 12%;
	}
}
@media only screen and (max-width: 1200px) {
	.content {
		padding: 30px;
	}
	.content.thin {
		padding-right: 40px;
		padding-left: 40px;
	}
}
article {
	position: relative;
}
.article-left {
	display: grid !important;
	grid-template-columns: 1fr 330px !important;
	grid-gap: 4%;
	align-items: self-start;
}
.article-left article {
	text-align: left;
}
@media only screen and (max-width: 1680px) {
	.article-left {
		grid-template-columns: 1fr 300px !important;
		grid-gap: 3%;
	}
}
@media only screen and (max-width: 1440px) {
	.article-left {
		grid-template-columns: 1fr 280px !important;
	}
}
@media only screen and (max-width: 1280px) {
	.article-left {
		grid-template-columns: 1fr 240px !important;
		grid-gap: 3%;
	}
}
@media only screen and (max-width: 800px) {
	.article-left {
		grid-template-columns: 1fr !important;
	}
}

/* ---------------------------------------- CAPTIONS ---------------------------------------- */ 

.caption {
	align-content: center;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
	transition: all .1s ease-in;
}
.split-1-1-1 .caption {
	padding: .8rem 0 0;
}
.split-1-1-1.overlay .caption,
.split-1-1-1-1.overlay .caption {
	display: grid;
	align-content: center;
	position:  absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
	padding: 5%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.1);
}
.split-1-1-1.overlay *:hover .caption,
.split-1-1-1-1.overlay *:hover .caption {
	background: rgba(0,0,0,.333);
	background: rgba(40, 42, 55,.95);
}
.subheading,
.excerpt {
	display: block;
}
.excerpt {
	margin: 0;
	font-size: 95%;
/*	font-family: "Libre Franklin", futura-pt, "Futura PT", sans-serif;*/
}
.excerpt:nth-child(2) {
	margin: .3rem 0 0;
}
.bg-dark .excerpt {
	color: var(--transparent);
}
#carousel-wrap {
	margin: 10px auto 0;
	width: calc(100% - 20px) !important;
	background-size: 100% auto;
}
#carousel {
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-size: 100% auto;
	box-sizing: border-box;
}
#carousel .swiper-slide {
	border-radius: 4px !important;
	overflow: hidden;
}
#carousel .swiperCarousel {
	height: auto;
	overflow: hidden;
}
#carousel .swiper-wrapper {
	height: auto;
}
#advantage {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: start;
	text-align: center;
}
@media only screen and (max-width: 1200px) {
	#advantage {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 768px) {
	#advantage {
		display: block;
	}
	#advantage i {
		margin-top: 1rem !important;
	}
	#advantage > div:first-child i {
		margin-top: 0 !important;
	}
}
#advantage i {
	font-size: 560% !important;
	color: var(--accent) !important;
}
#advantage p {
	margin: 0;
	font-size: 95%;
}
#advantage hr {
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------------------- MISC ---------------------------------------- */ 

.strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--accent);
}
#columns {
	align-items: initial;
	max-width: 2040px;
	z-index: 10;
}
@media only screen and (max-width: 960px) {
	#columns.split-5 {
		grid-template-columns: 1fr !important;
	}
}
@media only screen and (max-width: 574px) {
	#columns.split-1-1-1 {
		grid-template-columns: 1fr !important;
	}
}
.column {
	color: inherit;
	text-align: left;
	text-decoration: none;
	background: var(--accent);
}
a.column:hover {
	text-decoration: none;
	background: var(--off);
}
.column figcaption > *:first-child {
	margin-bottom: .4rem !important;
}
.column p {
	margin: 0;
	font-size: 90%;
}
.bg-dark .column p {
	opacity: .85;
}
.column .btn {
	margin: 0;
	padding: .6rem 1rem;
}
/*
@media only screen and (max-width: 568px) {
	#columns.split-5 {
		grid-template-columns: 1fr !important;
	}
}
*/
a.card,
.card {
	position: relative;
	color: #fff;
	overflow: hidden;
}
.card img {
	transition: all .25s ease-in;
}
.card:hover img {
	transform: scale(1.1);
}
.card figcaption {
	display: grid;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 7.5%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	transition: all .25s ease-in;
	z-index: 9999;
}
.card:hover figcaption {
	background: rgba(0,0,0,.333);
}
.card h4 {
	margin: 0;
}
.card p {
	padding-top: .2rem;
	font-size: 92.5%;
	opacity: 0;
	transition: all .25s ease-in;
}
.card:hover p {
	padding: 0;
	opacity: 1;
}
.stat {
	line-height: 1.35;
	text-align: center;
	border-right: 1px rgba(255,255,255,.2) solid;
}
.stat:last-child {
	border: none;
}
.stat span {
	display: block;
	position:  relative;
	font-family: Inter, var(--fonts);
	font-size: 360%;
	font-weight: 300;
	color: #fff;
}
@media only screen and (max-width: 1280px) {
	#stats {
		display: block;
	}
	.stat span {
		font-size: 240%;
	}
}
@media only screen and (max-width: 640px) {
	#stats .split-1-1-1-1 {
		grid-template-columns: 1fr 1fr;
	}
}
.stat small {
	font-family: Inter, var(--fonts);
	font-size: 95%;
	font-weight: 300;
	color: rgba(255,255,255,.8) !important;
}

/* ================================================================================= */
/* BADGES
/* ================================================================================= */

.badges,
.amenities {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	font-family: Oswald, var(--sans);
	font-weight: 400;
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}
.amenities.left {
	justify-content: flex-start;
}
.badges.left {
	justify-content: space-between;
	text-align: center;
}
.badges.left > * {

}
.badges.left > *:last-child {
	margin-right: none;
}
.badges.left > div:first-child img {
/*	height: 110px;*/
}
.badges a {
	display: block;
	position: relative;
	margin: 0 15px;
	width: auto;
	height: auto;
	color: rgba(255,255,255,.8);
	text-align: center;
	vertical-align: middle;
}
.badges a:hover {
	transform: scale(1.1);
}
.badges img {
	display: block;
	width: auto;
	max-width: none;
	width: auto;
	height: 48px;
/*	opacity: .7;*/
	border-radius: 0 !important;
}
.badges.xs img {
	height: 84px;
}
.badges.sm img {
	height: 108px;
}
.badges.jumbo img {
	height: 240px;
}
@media (max-width: 1680px) {
	.badges img {
		height: 44px;
	}
	.badges.left img {
		height: 72px;
	}	
	.badges.xs img {
		height: 72px;
	}
	.badges.jumbo img {
		height: 210px;
	}
}
@media (max-width: 1440px) {
	.badges,
	.amenities {
		font-size: 100%;
	}
	.badges.left img {
		height: 64px;
	}	
	.badges img {
		height: 40px;
	}
	.badges.xs {
		height: 64px;
	}
	.badges.jumbo img {
		height: 180px;
	}
}
.amenities.left {
	justify-content: flex-start;
	text-align: left;
}
.amenities.left > *:first-child {
	margin-left: 0;
}
.amenities > *,
.amenities > *:hover {
	display: flex;
	align-items: center;
	margin: 0 .8rem;
	padding: 0;
	height: auto;
	text-decoration: none;
}
.amenities i {
	display: block;
	margin: 0 .6rem 0 0;
	font-size: 160% !important;
	font-weight: 300 !important;
	color: var(--primary);
}
.bg-dark .amenities a,
.bg-dark.amenities span {
	color: rgba(255,255,255,.9)!important;
}
.bg-dark .amenities i,
.amenities.bg-dark i {
	color: rgba(255,255,255,.5) !important;
}

/* ================================================================================= */
/* FOOTER
/* ================================================================================= */

#footer-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1980px;
	color: rgba(255,255,255,.666);
	box-sizing: border-box;
	z-index: 1;
}
#footer-wrap p {
	font-size: 92.5%;
	font-weight: 400;
}
a#branding {
	display: grid;
	justify-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 240px;
}
a#branding img {
	min-width: 180px;
}
a#branding svg {
	width: 100%;
	fill: rgba(255,255,255,.85);
}
@media only screen and (max-width: 1840px) {
	a#branding {
		max-width: 210px;
	}
}
@media only screen and (max-width: 640px) {
	a#branding {
		max-width: 180px;
	}
}

/* ================================================================================= */
/* CONTACT FORM */
/* ================================================================================= */

#bookingform,
#contactform {
	display: block;
	position: relative;
	margin: 0;
	padding-top: 0;
	margin: 2rem auto;
	width: auto;
	max-width: 1080px;
	height: auto;
    border-top: 3px var(--primary) solid;
	box-sizing: border-box;
}
#contactform label,
#contactform .legend {
	font-family: "Libre Franklin", sans-serif;
	font-size: 90%;
	color: #333;
}
#contactform label span {
	font-family: "Libre Franklin", arial, sans-serif;
	font-size: 77.5%;
	font-weight: 600;
	color: #484848;
	text-transform: uppercase;
}
#contactform select {
	margin-right: 0 !important;
	width: 100% !important;
	height: 36px;
}
#contactform legend {
	font-family: Inter, "Libre Franklin", var(--sans), Georgia, serif;
	font-weight: 500;
	font-size: 102.5%;
	color: var(--accent);
}
.jfCloseBrandingBadgeButton,
.formFooter-wrapper,
.formFooter {
	display: none !important;
}

/* ================================================================================= */
/* TABLES  */
/* ================================================================================= */

.custom-table {
	margin: 2rem 0;
    width: 100%;
	font-size: 100%;
	line-height: 1.5;
    border-top: 3px var(--primary) solid;
    border-collapse: collapse;
}
table.alternate-rows tr:nth-child(even) {
	background: rgba(0,0,0,.0333) !important;
}
table.top th, 
table.top td {
	vertical-align: top;
}
@media only screen and (max-width: 1366px) {
	table.top td {
		display: block;
		width: 100%;
	}
}
.custom-table:first-child {
	margin-top: 0;
}
.custom-table:last-child {
	margin-bottom: 0;
}
.custom-table th,
.custom-table td {
    padding: 1.2rem 1rem;
    text-align: left;
    border-bottom: 1px rgba(0,0,0,.1) solid;
}
.custom-table.alternate-rows  th,
.custom-table.alternate-rows  td {
    border-bottom: 1px rgba(0,0,0,.05) solid;
}
.custom-table th {
	font-family: var(--sans);
    font-size: 105%;	
    font-weight: 600;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.custom-table.center th,
.custom-table.center td {
	text-align: center;
}
.custom-table.borders td:nth-child(2) {
	border-left: 1px rgba(0,0,0,.1) solid;
}
.custom-table h3 {
	margin: 0 0 .3rem;
	font-size: 150%;
	color: var(--black);
}
.custom-table p {
	margin-top: .3rem;
	font-size: 95%;
	font-weight: 400;
}
.plan-name {
	display: block;
    font-size: 150%;
    font-weight: 900;
	font-family: var(--fonts) !important;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	background: var(--aqua);
}
.highlight,
.jumbo .highlight {
	margin: .4rem 0;
	font-family: var(--fonts);
    font-size: 150%;
	font-weight: 300;
	text-transform: none;
    color: var(--primary);
	line-height: 1.1;
}
.custom-table small {
	font-size: 90%;
}
.highlight small {
	display: block;
	margin: .2rem 0 0;
	font-family: var(--sans);
	font-weight: 400;
	font-size: 55%;
	color: inherit;
	color: var(--black);
	letter-spacing: 1px;
}
.jumbo td {
	font-family: var(--sans);
	font-size: 1.2rem;
	font-weight: 600;
}