/*

MOUNTAIN SPRING:    rgb(102,201,178)
BLACK BEAR:     	rgb(52,39,22)
GRIZZLY BROWN:     	rgb(99,62,33)

LIGHTER:	    rgb(234,233,231)
LIGHTEST:	    rgb(246,245,244)

*/


/* ########## CORE STYLES ########## */

body {
	margin: 0;
	padding: 0;
    font-family: 'Fredoka', sans-serif;
	color: rgb(52,39,22);
	overflow-x: hidden;
	background: rgb(255,255,255) url('../images/bg-main.jpg') no-repeat bottom right;
	background-size: 70% auto;
}

.wrapper {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}


.content-block {
    margin: 4em 0;
    position: relative;
    z-index: +2;
}

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

a {
	color: rgb(102,201,178);
    text-decoration: none;
}

a:hover {
	color: rgb(102,201,178);
    text-decoration: underline;
}
.btn:hover {
    text-decoration: none !important;
}

.huge-link {
    font-size: 1.5rem;    
	font-weight: 500;
}

button.link-more {
	background: none;
	border: none;
}

.link-external,
.link-more {
    font-weight: 600;
    color: rgb(102,201,178);
    position: relative;
    margin: 1em 1em 1em 0;
    padding: 0 0 0 2em;
    display: inline-block;
    font-size: 1rem;
}

.link-external:hover,
.link-more:hover {
    color: rgb(102,201,178);
    text-decoration: underline;
}

.link-more.ghost {
    color: rgb(255,255,255);
}

.link-more.ghost:hover {
    color: rgb(255,255,255);
}

.link-more.ghost:hover:before {
   background: rgb(255,255,255); 
}

.link-more:after {
    display: block;
    left: 0;
    font-weight: 400;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    top: 20%;
    margin-left: 0;
    transition: all .25s;
}

.link-external:after {
    display: block;
    left: 0;
    font-weight: 400;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    top: 20%;
    margin-left: 0;
    transition: all .25s;
}

.link-more:hover:after {
    left: 5%;
}


.btn-arrow {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-arrow:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}

.btn-external {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-external:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}


.text-dark {
    color: rgb(52,39,22) !important;  
}
 
.text-neutral {
    color: rgb(52,39,22) !important;  
}

.text-brand,
.text-highlight {
    color: rgb(102,201,178) !important;	
}

.text-muted {
	color: rgba(52,39,22,0.25) !important;
}

.text-brand-muted {
	color: rgba(102,201,178,0.25) !important;
}

.btn {
	 
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 1rem !important;
    border-radius: 0 0.4rem 0.4rem 0.4rem !important;
}

.lead {
	
    font-weight: 300 !important;
    font-size: 1.4rem !important;
	line-height: 1.3 !important;
}

.text-plain,
.font-plain {
	
}

.font-brand {
	font-family: 'Fredoka', sans-serif !important;
}

.uppercase {
	text-transform: uppercase;	
}

.lead strong {
    font-weight: 500;
}

.quick-fade-1 {
    opacity: 0.75;   
}

.quick-fade-2 {
    opacity: 0.5;   
}

.quick-fade-3 {
    opacity: 0.25;   
}

a.quick-fade-1:hover,
a.quick-fade-2:hover,
a.quick-fade3:hover {
    opacity: 1;    
}

h1,h2 {
	 
	font-weight: 700;
    color: rgb(99,62,33);
}

h3,h4,h6 {
	 
	font-weight: 700;
    color: rgb(99,62,33);
}

h5 {
	font-weight: 600;
    color: rgb(102,201,178);
	font-size: 1.4rem;
	line-height: 1rem;
}

.subheading {
	font-weight: 600;
    color: rgb(102,201,178);
	font-size: 1.75rem;
	line-height: 1em;
	margin-bottom: 2rem;
}

.badge {
    white-space: normal !important;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    color: inherit;
}

.alert ul,
.alert ol {
    padding: 0 1em;
}

h1 .fas,
h2 .fas,
h3 .fas,
h4 .fas,
h5 .fas,
h6 .fas {
	margin-right: 0.4em;
	padding-right: 0.4em;
	border-right: 1px solid rgb(200,200,200);
	display: inline-block;	
}

hr {
	width: 100%;
	margin: 2em 0 !important;
	overflow: visible;
	position: relative;
    height: 1px;
    background-color: rgba(52,39,22,0.25) !important;
}

hr.accent {
	width: 25%;
    min-width: 100px;
	max-width: 200px;	
    height: 10px !important;
	margin: 2rem auto 2rem 0 !important;
	border-radius: 0.3rem;
}

hr.neutral {
    background-color: rgba(52,39,22,1) !important;
}

hr.accent {
    background: rgb(102,201,178) !important;
}

hr.ghost {
    background-color: rgba(255,255,255,1) !important;
}

hr.center {
    margin: 2em auto !important;
}

hr.start {
    margin: 1rem auto 2rem 0 !important;
}

hr.compact {
    margin: 1rem 0 !important;
}

*:focus {
    outline: none;
}

.alert p {
    padding: 0;
    margin-bottom: 0;
    margin: 0.5em 0;
}

.list-group-item {
    background: none !important;    
}

ol:not(.list-group), ul:not(.list-group) {
    list-style: none;
    margin: 0 2em;
}

ol:not(.list-group) li:before,
ul:not(.list-group) li:before {
    color: rgb(102,201,178);
    font-weight: 700;
    left: -1em;
    position: relative;
}

ul:not(.list-group) li:before {
    content: "\25CF";
    left: -2em;
    margin-right: -1.5em;
}
.highlights ul:not(.list-group) li:before {
    content: "\f058";
    font-family: "Font Awesome";
    left: -1.5em;
    margin-right: -0.7em;
    color: rgb(52,39,22);
}
ol:not(.list-group) li:before {
    content: counter(li);
    color: rgb(52,39,22);
    left: -3em;
    background: rgba(234,233,231);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    margin-right: -1.6em;
    top: 0;
}

ol.xl:not(.list-group) li:before {
    content: counter(li);
    color: rgb(102,201,178);
    left: -1.5em;
    padding: 0.5em;
    margin-right: -6.3rem;
    font-size: 4rem;
    line-height: 1rem;
    background: none;
}


ol:not(.list-group) li {counter-increment: li}


.accent-bar.brand-bg ol li:before,
.accent-bar.brand-bg ul li:before {
    color: rgb(255,255,255);
}

.accent-bar ol li:before {
    color: rgb(52,39,22);
    background: rgb(255,255,255);
}

.card {
	border-radius: 0 2rem 2rem 2rem !important;
	border: none !important;
}
.card .phone {
    font-size: 1.5rem;
}

/* ########## TABLE STYLES ########## */

.table {
    color: rgb(52,39,22) !important;
	font-size: 1rem !important;
  	line-height: 1.5rem !important;
}


.table thead th {
	border-bottom: none;
	background-color: rgba(246,245,244,1) !important;
	font-weight: 400;
}

.table thead th strong {
	text-transform: uppercase;
}


/* ########## TRI BLOCK STYLES ########## */

.tri-block .col-12 {
	padding: 1rem;
}

.tri-block .col-12 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
	max-width: none !important;
    height: 100%;
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	border-radius: 0 2rem 2rem 2rem;
	margin: 0 !important;
	z-index: 1;
}
  
.tri-block .outer {
	border-radius: 0 2rem 2rem 2rem;
	height: 100%;
	background: rgb(52,39,22) no-repeat center center;
	position: relative;
	color: rgb(255,255,255);
	text-align: left;
	min-height: 300px;
}

.tri-block .inner {
	padding: 2rem 2rem 6rem 2rem;
	text-shadow: 0 0 20px rgb(0,0,0);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tri-block :is(h1,h2,h3,h4,h5,h6) {
    color: rgb(255,255,255);
    
}

.tri-block .tag {
	color: rgb(52,39,22);
	text-shadow: 0 0 0 rgb(0,0,0);
	position: absolute;
	z-index: 3;
	background: rgb(102,201,178);
	border-radius: 0 1rem 1rem 1rem;
	right: -1rem;
	bottom: 1rem;
	width: 100%;
	padding: 1rem 2rem;
	font-weight: 300;
}

.tri-block .tag h5 {
	color: rgb(52,39,22);
	margin: 0 !important;
}

.tri-block .tag p {
	margin-bottom: 0;
}

.tri-block .tag a {
	color: rgb(52,39,22);
	font-weight: 400;
}

.tri-block .link-more {
	margin: 0;
}

/* ########## PLACEHOLDER STYLES ########## */

.placeholder {
    opacity: 0.5;
    position: relative;
    height: 100%;
}

.placeholder:before {
    font-family: "Font Awesome Duotone";
    font-size: 8rem;
    display: block;
    height: 100%;
}

.placeholder.image:before {
	content:"\e1b5";
}

.placeholder span {
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: 500;
}

/* ########## HEADER STYLES ########## */

header {
	background: rgba(255,255,255,0.9);
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 999;
    border-bottom: 1px solid rgba(52,39,22,0.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

header .wrapper {
	display: table;
	height: 100%;
	position: relative;
    direction: rtl;
}

header .logo {
	background: url('../images/logo-resort.png') no-repeat 0 0;
	background-size: contain;
	display: block;
	width: 140px;
    height: 100px;
	position: absolute;
	top: 5px;
	left: 0;
    z-index: 2;
    transition: all .5s;
}

header .brand {
	display: table-cell;
	vertical-align: middle;
}

header .contact {
	vertical-align: middle;
	text-align: right;
	font-size: 1em;
    position: relative;
	display: none;
    padding-right: 1rem;
    width: 100%;
    direction: ltr;
}

header .phone {
    color: rgb(102,201,178);
    margin: 0 1rem;
    position: relative;
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 !important;
}

header .menu-main .phone {
    color: rgb(255,255,255);
}

header .phone:hover {
	color: rgb(102,201,178);
    background: none !important;
}

header .social {
    font-size: 1rem;
}

header .btn-lg {
    font-size: 0.9rem !important;
}

header nav .menu-sub a {
}

header nav .menu-sub nav a .desc {
    color: rgba(255,255,255,0.75);
    font-size: 0.8em;
    line-height: 1rem;
    padding: 0.5rem 0;
    font-weight: 400;
    display: block;
    text-transform: none;
}

header nav .menu-sub nav a .link-more {
    color: rgba(255,255,255,1) !important;
    font-weight: 400;
    font-size: 0.8rem !important;
}

header nav .menu-sub nav a .icon {
	color: rgba(255,255,255,0.35);
	font-size: 1.5rem;
	top: 0.2rem;
	margin-right: 1rem;
}

header nav .menu-sub nav hr {
	margin: 0 auto !important;
	height: 1px;
	background-color: rgba(255,255,255,0.1) !important;
	opacity: 1;
	width: 90%;
}

/* ########## NAVIGATION STYLES ########## */


header .menu-icon {
	font-size: 1.4em;
	color: rgb(52,39,22);
	padding: 0;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}

header .menu-icon .fas {
	padding: 0;
	cursor: pointer;	
}

header .menu-icon .fas:hover {
	color: rgb(102,201,178);
}

header nav .menu-sub .badge {
    font-size: 1.1em;
}
header nav .menu-sub .badge:hover {
    color: rgb(255,255,255);   
}

header .contact .social {
    display: none;
}

/* Under Medium Breakpoint - Mobile Nav */
@media screen and (max-width: 991px) {

	header nav.menu-main {
		padding: 0;	
		position: fixed;
		width: 70vw;
		max-width: 250px;
		top: 70px;
		z-index: -1;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
        transition: all 0.5s;
		color: rgb(255,255,255);
		right: -70vw;	
		display: block; 
		font-size: 0.9em;
		background: rgb(52,39,22);	
        direction: ltr;
        font-weight: 600;
        height: 100vh;
	}
	.offcanvasmenu-active header nav.menu-main {
		right: 0;	
    }
    
	header nav a,
	header nav span.section {
		display: block;
		border-bottom: 1px solid rgba(52,39,22,0.15);
		color: rgb(255,255,255);
		text-decoration: none;
		padding: 1em;
		position: relative;
		font-weight: 600;
		opacity: 1;
	}

	header nav a:hover,
	header nav span:hover {
		color: rgb(255,255,255);
		background: rgba(102,201,178,1);
		cursor: pointer;
		opacity: 1;
	}
	header nav span.open:hover {
		background: none;	
	}
	
	header nav .menu-sub .section:after {
		display: block;
		font-family: "Font Awesome";
		line-height: 1.5em;
		content:"\f107";
		font-size: 1.2em;	
		position: absolute;
		right: 1em;
		top: 0.75em;	
		opacity: 0.75;
	}

	header nav .menu-sub.open .section:after {
		content:"\f106";
	}
	
	header nav .menu-sub nav {
		display: none;
		margin: 0;
		font-size: 0.9em;		
		background: rgba(52,39,22,0.15);
	}
    
    header nav .menu-sub nav a {
        padding-left: 2em;
    }
    
	header nav a:hover {
        text-decoration: none;
    }

	.offcanvasmenu-active .site-overlay {
		background: rgba(52,39,22,0.75);
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 998;
	}
    
    header nav .btn {
        margin-top: 1rem;
    }

    header nav .social a {
        display: inline-block;
        padding: 0.5rem;   
    }
    
    header nav .social:hover {
        background: none;
    }
    
}

/* Over Medium Breakpoint - Main Nav */
@media screen and (min-width: 992px) {
    
	header {
	    background: rgba(255,255,255,0.95);
        margin: 0 auto;
        max-width: 100%;
        left: 0;
    }
    
    header .wrapper {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 1300px;
    }
 
    header .contact {
        padding-right: 0;
    }
    
	header nav.menu-main {
		width: 70%;
		height: 100% !important;
		display: none;
		vertical-align: middle;
		text-align: right;
	}
	
	header nav a,
	header nav .menu-sub {
		font-size: 1rem;
		margin: 0;
		display: inline-block;
        line-height: 100%;
        padding: 0;
        text-decoration: none;
        font-weight: 500;
	}

    
    header a,
    header nav a,
    header nav .menu-sub {
       color: rgb(52,39,22);
    }

	header nav a:hover,
	header nav span:hover,
    header nav .menu-sub:hover {
		color: rgb(102,201,178);
		text-decoration: none;
		cursor: pointer;
	}

    header .menu-main > a,
    header .menu-main > .menu-sub {
       position: relative;
    }
    
    header .menu-main > a:hover:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
		height: 5px;
        content: '';
        background: linear-gradient(to right, rgb(102,201,178), rgb(102,201,178));
		border-radius: 0.25rem;
		z-index: +1;
    }
    
    header .menu-main > a,
	header nav .menu-sub {
		position: relative;
		display: inline-block;
        line-height: 85px;
	}
	
	header nav .menu-sub nav:before {
		content: '';
		display: block;
		height: 5px;
	    background: linear-gradient(to right, rgb(102,201,178), rgb(102,201,178));
	}
	
	header nav .menu-sub nav {
		display: none;
		background: rgba(52,39,22,0.9);
		position: absolute;
		top: 85px;
		right: 0;
		padding: 0;
		width: 250px;
		text-align: left;	
		font-size: 0.9em;
        box-shadow: 0 0 10px rgba(52,39,22,0.25);
		border-radius: 0 1rem 0 1rem;
		overflow: hidden;
	}
    
    header nav .menu-sub.wide nav {
        width: 500px;
    }
    
    header nav .menu-sub.wide nav {
        padding: 0;    
    }
    
    header nav .menu-sub.wide .aside {
        background: rgb(246,245,244);
        padding: 3em 2em;
        text-align: center;
        text-transform: none;
        font-weight: 400;
         
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    
    header nav .menu-sub.wide .aside .fal,
    header nav .menu-sub.wide .aside .far,
    header nav .menu-sub.wide .aside .fas {
        opacity: 0.5;
        line-height: 1.4rem;
    }
    
	header nav .menu-sub:after {
		display:inline-block;
		font-family: "Font Awesome";
		line-height: 1.5em;
		content:"\f107";
		font-size: 1.2em;	
		padding-left: 0.3em;	
		opacity: 0.75;
	}
		
	header nav .menu-sub nav a {
		margin: 0;
		display: block;
		padding: 1em;
        color: rgb(255,255,255);
        font-size: 0.9rem;
        height: auto;
	}
    
    header nav .menu-sub.wide nav a {
        padding: 1rem 2rem;
    }
        
    header nav .menu-sub.wide nav a {
        display: block;
        width: 100%;
        height: fit-content;
        position: relative;
    }    
        
	header nav .menu-sub nav a:hover {
        color: rgb(255,255,255);
        text-decoration: none;
        background: rgba(102,201,178,1);
    }
	
    header nav .menu-sub:hover {
        box-sizing: border-box;    
    }
    
	header nav .menu-sub:hover nav {
		display: block !important;
	}

}


/* ########## HERO STYLES ########## */

#hero {
    height: 50vh;
	min-height: 500px;
	width: 100%;
	color: rgb(255,255,255);
	position: relative;
    background: rgb(52,39,22);
	margin-bottom: -100px;
	overflow: hidden;
}

#hero:after {
	background: url('../images/heading-border.png') repeat-x bottom left;
	box-sizing: border-box;
	height: 210px;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	z-index: 2;
}

.hero-slider {
	height: 100%;
	width: 100%;
	display: table;
	overflow: hidden;
}

#hero .slide {
	display: none;
	background: url('../images/hero/hero-default.jpg') no-repeat bottom center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: auto !important;
    padding: 4rem 0;
}

#hero .slide.cycle-slide-active {
	display: table !important;
}

#hero .slide .wrapper {
    display: table;
    height: 100%;
}

#hero .slide .caption {
	display: none;
	vertical-align: middle;
	text-align: center;
	z-index: 901;
	position: relative;
}

#hero .slide.cycle-slide-active .caption {
	display: table-cell;
}

#hero h2,
#hero .heading {
	color: rgb(255,255,255);
	text-shadow: 0 0 20px rgb(0,0,0);
	font-size: 1.5rem;
    font-weight: 800;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#hero h2 .lead {
    display: block;
    font-weight: 300;
    
}

#hero h2 .fal,
#hero h2 i.far,
#hero h2 i.fas,
#hero .heading .fal,
#hero .heading i.far,
#hero .heading i.fas {
    font-size: 1.5em;   
}

#hero h2 strong,
#hero .heading strong {
    font-size: 2em;   
}

#hero small {
	font-size: 1rem;
	display: block;
	font-weight: 400;
	line-height: 1rem;
}

#hero .subcaption {
	color: rgba(255,255,255,1);
	font-size: 1em;
	
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
    text-transform: none;
}

#hero a,
#hero button {
    font-weight: 600;
    position: relative;
    margin-top: 0;
}

#hero a:hover {
    text-decoration: none;
}

#hero .btn {
    margin: 0.25rem;
}

/* ########## PAGE HEADING STYLES ########## */

#page-heading {
	min-height: 300px;
	background: rgb(52,39,22) url('../images/headings/heading-default.jpg') no-repeat top left;
	background-size: cover;
	padding: 5em 0 1em 0;
	color: rgb(255,255,255);
	box-sizing: border-box;
	position: relative;
    vertical-align: bottom;
    line-height: 1.2rem;	
	font-size: 1.2rem;
	font-weight: 300;
	z-index: 1;
	overflow: hidden;
}

#page-heading:after {
	background: url('../images/heading-border.png') repeat-x bottom left;
	box-sizing: border-box;
	height: 210px;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	z-index: 2;
	left: 0;
}

/* ########## BREADCRUMB STYLES ########## */

.breadcrumb {
    text-transform: uppercase;
    color: rgba(52,39,22,0.5);
    font-weight: 400;
    font-size: 0.9rem;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgb(234,233,231);
    display: block;
}

/* ########## CONTENT STYLES ########## */

#content {
	position: relative;
	padding: 3em 0 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    z-index: 3;
}

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


.inside #content > div:last-child:not(.accent-bar):not(.tri-block) {
    padding-bottom: 10em !important;
}

#content h2 {
	margin-top: 2em;
}

#content p,
#content ul {
	opacity: 1;
}

#content li {
	margin:  1em 0;
}

#content ul.checkmark {
	margin: 0 2rem;
	padding-left: 0;
}

#content ul.checkmark li {
	list-style: none;
	margin: 0;
	margin-left: 0;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

#content ul.checkmark li:before {
	font-family: "Font Awesome";
	content: "\f00c";
	font-size: 1rem;
	position: relative;
	top: 0;
	opacity: 1;
	font-style: normal;
    color: rgb(52,39,22) !important;
}

#content ul.box li {
	list-style: none;
	margin-left: 2.5em;
	font-style: italic;
}

#content ul.box li:before {
	font-family: "Font Awesome";
	content: "\f14a";
	font-size: 1em;
	position: relative;
	top: 0;
	margin: 0 1em 0 -2em;
	opacity: 0.5;
	color: rgb(102,201,178);
	font-style: normal;
}

#content ul.slim li {
	line-height: 1.2em;
}

#content ul.sm {
	margin: 0 0 0 3em;	
}

#content ul.sm li {
	font-size: 1em;
	margin: 0;
	padding: 0 ;	
}

#content img {
    max-width: 90%;
    margin: 1rem;
}

#content .gm-control-active img {
    margin: 0 !important;
}

#content figure {
    position: relative;
}

#content figure img {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    border-radius: 0 1rem 0 1rem;
    overflow: hidden;
    position: relative;
    display: block;
}

#content iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
}

.notice .fa,
.notice .fas,
.notice .far {
	opacity: 0.5;
}

.pad-top {
	padding-top: 4em;	
}

.pad-y {
    padding-top: 4em;
    padding-bottom: 4em;
}

.pad-x {
    padding-right: 4em;
    padding-left: 4em;
}

.highlights p {
	line-height: 1.5em;
	font-size: 0.875rem;
}

/* ########## GALLERY STYLES ########## */

.gallery .thumbnail {
	border-radius: 0 1rem 1rem 1rem;
	overflow: hidden;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
}

.gallery .thumbnail img {
	width: 100%;
	height: 200px;
	max-height: 200px;
	margin: 0 !important;
	max-width: none !important;
	border-radius: 0 1rem 1rem 1rem;
}

.gallery .thumbnail:hover {
	transform: scale(1.1,1.1);
}

.gallery .thumbnail-fill img {
    object-fit: cover;
    object-position: center;
}

.gallery .thumbnail:hover img {
	opacity: 0.25;
	z-index: 2;
	position: relative;
}

.gallery .thumbnail:hover:before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	background: rgba(102,201,178,1);
	border-radius: 0 1rem 1rem 1rem;
	z-index: 1;
}

.gallery .thumbnail:hover:after {
	display: block;
	position: absolute;
    content: "\f00e";
    font-family: "Font Awesome";
	font-size: 4rem;
    top: calc(50% - 0.75em);
    left: calc(50% - 0.5em);
	color: rgb(255,255,255);
	z-index: 1;
}

.featured-gallery .feature-image {
	margin-bottom: 2rem;
}

.featured-gallery .feature-image img {
	display: block;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 0 2rem 2rem 2rem;
	overflow: hidden;
}

.featured-gallery .thumbnails {
	margin: -5rem 0 2rem -5rem;
	display: none;
}

.featured-gallery .thumbnails .thumb img {
	display: block;
	position: relative;
	border-radius: 0 1rem 1rem 1rem;
	width: calc(100% - 1rem);
	max-width: none !important;
	height: 150px;
	z-index: 2;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
    object-fit: cover;
    object-position: center;
}

.featured-gallery .thumbnails .thumb {
	position: relative;
	display: block;
	border-radius: 0 1rem 1rem 1rem;
	margin: 0 0.5rem;
}

.featured-gallery .thumbnails .thumb:before {
	position: absolute;
	display: block;
	background: rgb(99,62,33);
	width: 100%;
	height: 100%;
	top: 1rem;
	left: 1rem;
	border-radius: 0 1rem 1rem 1rem;	
	content: '';
	z-index: 1;
}

/* ########## TIMELINE STYLES ########## */

.timeline {
	border-left: 5px solid rgb(234,233,231);
	margin-left: 0.5rem
}

.timeline ul,
.timeline li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
}

.timeline li {
	padding: 0 1rem 1rem 2rem;
	position: relative;
}

.timeline li:before {
	content: '' !important;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	left: calc(-2rem - 10px) !important;
	top: calc(1rem + 5px) !important;
	background: rgb(102,201,178);
	padding: 0;
	display: block;
}

.timeline li:after {
	content: '' !important;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	position: absolute;
	left: calc(-1rem + 9px) !important;
	top: 1.5rem !important;
	background: rgb(246,245,244);
	padding: 0;
	display: block;
}

.timeline .date {
	color: rgb(102,201,178);
	font-weight: 800;
	display: block;
}

@media screen and (min-width: 768px) {
	.timeline {
		padding-left: 1rem;
		margin-left: 6rem;
	}
	
	.timeline .date {
		position: absolute;
		left: -7rem;
	}
	.timeline li:before {
		left: calc(-3rem - 10px) !important;
	}

	.timeline li:after {
		left: calc(-2rem + 9px) !important;
	}
	
}

/* ########## ACCENT STYLES ########## */


.brand-bg {
    background-color: rgba(102,201,178,1) !important;;
}

.bright-bg {
    background-color: rgba(102,201,178,1) !important;;
}

.darkest-bg {
    background-color: rgba(52,39,22,1) !important;;
}

.dark-bg {
    background-color: rgba(52,39,22,1) !important;;
}

.medium-bg {
    background-color: rgba(52,39,22,1) !important;;
}

.light-bg  {
    background-color: rgba(156,164,169,1) !important;
}

.lighter-bg  {
    background-color: rgba(234,233,231,1) !important;
}

.lightest-bg  {
    background-color: rgba(246,245,244,1) !important;
}

.accent-corners {
	border-radius: 0 1rem 0 1rem;
}

.accent-corners-alt {
	border-radius: 1rem 0 1rem 0;
}

.thermal:before {
	background: url('../images/thermal.svg') no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    border-radius: 0 1rem 0 1rem;
	opacity: 0.05;
	left: 0;
	bottom: 0;
}

.accent-box {
    text-align: center;
    border-radius: 0;
}

aside hr,
.accent-box hr {
    height: 5px !important;
    width: 25%;
    margin: 0.75em auto;
    opacity: 1;
}

aside {
    color: rgba(52,39,22,1);
    background: rgb(246,245,244);
    border-radius: 0 2rem 2rem 2rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
	font-weight: 200;
	margin-bottom: 2rem;
}

aside .text-muted {
    color: rgba(52,39,22,0.5);
}

aside strong {
	font-weight: 700;
}

aside :is(h1,h2,h3,h4,h5,h6) {
    color: rgb(102,201,178);
}

.aside-feature :is(h1,h2,h3,h4,h5,h6),
.accent-bar.darkest-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.dark-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.medium-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.brand-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.bright-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .darkest-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .dark-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .medium-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .brand-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .bright-bg :is(h1,h2,h3,h4,h5,h6),
.card.brand-bg,
.card.brand-bg :is(h1,h2,h3,h4,h5,h6,p,a) {
    color: rgb(255,255,255);
}

aside a.huge-link {
    font-weight: 700;
    font-size: 1.5rem;
}
    
.accent-bar {
    padding: 4em 0;
    position: relative;
}

.accent-bar.darkest-bg,
.accent-bar.dark-bg,
.accent-bar.medium-bg,
.accent-bar.brand-bg,
.accent-bar.bright-bg,
.accent-bar .darkest-bg,
.accent-bar .dark-bg,
.accent-bar .medium-bg,
.accent-bar .brand-bg,
.accent-bar .bright-bg,
.accent-bar.darkest-bg a.link-more,
.accent-bar.dark-bg a.link-more,
.accent-bar.medium-bg a.link-more,
.accent-bar.brand-bg a.link-more,
.accent-bar.bright-bg a.link-more,
.accent-bar .darkest-bg a.link-more,
.accent-bar .dark-bg a.link-more,
.accent-bar .medium-bg a.link-more,
.accent-bar .brand-bg a.link-more,
.accent-bar .bright-bg a.link-more {
    color: rgb(255,255,255);
}

.accent-bar hr {
    background: rgba(255,255,255,0.75);
}

.link-card {
    border: 1px solid rgb(246,245,244);
    padding: 1em;
    display: block;
    text-decoration: none;
    color: rgb(52,39,22);
}

.link-card .heading {
    color: rgb(102,201,178);
    font-weight: 600;
     
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.1rem;
}

.link-card span {
    display: block;
}

.link-card:hover {
    background: rgb(102,201,178);
    color: rgb(255,255,255) !important;
    text-decoration: none;
   -webkit-transform: scale(1.035, 1.035);
      -moz-transform: scale(1.035, 1.035);
        -o-transform: scale(1.035, 1.035);
       -ms-transform: scale(1.035, 1.035);
           transform: scale(1.035, 1.035);
}

.link-card:hover .heading,
.link-card:hover .link-more {
    color: rgb(255,255,255) !important;
    
}

.accent-top:before {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 3;
    content: '';
    width: 50%;
    height: 15px;
    background: rgb(102,201,178);
}
.accent-bottom:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 3;
    content: '';
    width: 50%;
    height: 30px;
    background: rgb(102,201,178);
}


/* ########## MODAL STYLES ########## */

.modal-content {
	border-radius: 0 2rem 0 2rem !important;
	overflow: hidden;
}

.modal-content:before {
	background: linear-gradient(to right, rgb(102,201,178), rgb(102,201,178));
	box-sizing: border-box;
	height: 10px;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ########## TAB STYLES ########## */

.tab {
	border: 1px solid rgb(234,233,231);
	border-radius: 1rem;
	padding: 1.5rem 0.5rem;
	text-align: center;
	font-size: 0.75rem;
	color: rgb(52,39,22);
	font-weight: 600;
	line-height: 1.1rem;
	cursor: pointer;
	position: relative;
}

.tab:hover {
	background: linear-gradient(to bottom right, rgb(102,201,178), rgb(102,201,178));
	border: 1px solid rgb(102,201,178);
	color: rgb(255,255,255);
}

.tab .icon {
	opacity: 0.25;
}

.tab.active {
	background: rgb(52,39,22);
	border: 1px solid rgb(52,39,22);
	color: rgb(255,255,255);
}

.tab.active::after {
  background: rgb(102,201,178);
  font-family: "Font Awesome";
  content: '\f00c';
  font-size: 1rem;
  color: rgb(var(--white));
  width: 30px;
  height: 30px;
  padding-top: .25rem;
  line-height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
}

.tab input {
	visibility: hidden;
	display: block;
	height: 0;
}

.tab-data {
	display: none;
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
	border-radius: 0 1rem 1rem 1rem;
}


/* ########## PRICING BAR STYLES ########## */

.pricing .value {
    font-size: 2em;
    display: block;
    font-weight: 700;
    line-height: 1em;
	color: rgb(102,201,178);
}

.pricing .value sup {
	font-size: 1.25rem;
}

.pricing .icon {
    font-size: 3em;
    display: block;
    margin-bottom: 0.5rem;
	color: rgb(102,201,178);
}

.pricing .label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1 !important;
    display: block;
    margin-top: 1rem;
	max-width: 120px;
	text-align: center;
	margin: 0 auto;
}

.pricing .heading {
	text-transform: uppercase;
	display: block;
	font-weight: 500;
}

.pricing .summary {
	font-size: 0.9rem;
	opacity: 0.9;
}


/* ########## STATS BAR STYLES ########## */

.highlights .value {
    font-size: 4em;
    display: block;
    font-weight: 500;
    line-height: 1.25;
	color: rgb(102,201,178);
}

.highlights .icon {
    font-size: 3em;
    display: block;
    margin-bottom: 0.5rem;
	color: rgb(102,201,178);
}

.highlights .label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1 !important;
    display: block;
    margin-top: 1rem;
	max-width: 120px;
	text-align: center;
	margin: 0 auto;
}


/* ########## FAQ STYLES ########## */

.faq blockquote {
	margin: 0;
}

.faq blockquote .answer {
    font-size: 0.9rem;
}


/* ########## REVIEWS STYLES ########## */

.review .author {
	font-size: 1.5rem;
	font-weight: 500;
}

.featured-reviews {
	position: relative;
}

.featured-reviews .review:nth-child(n+2) {
    display: none;    
}

.featured-reviews blockquote {
    background-size: cover;
    padding: 2rem;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: center;
}

.featured-reviews blockquote p {
	
    font-weight: 400;
    font-size: 1rem;
}

.featured-reviews blockquote .text-brand {
    font-weight: 500 !important;
}


/* ########## FORM STYLES ########## */

select {
	
}

form label {
	font-family: 'Fredoka', serif;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
}

form label small {
    font-weight: 400;
    margin-bottom: 0.5em;
	text-transform: none;
	font-size: 0.8rem !important;
	opacity: 0.5;
}

form label.required:before {
    content: "\2a";
    display: block;
    font-family: "Font Awesome";
    position: relative;
    top: -0.1em;
    left: 0;
    float: left;
    padding-right: 0.25em;
    color: rgb(102,201,178);
    opacity: 0.75;
    font-weight: 400 !important;
}

form .heading {
    font-weight: 600;
    color: rgb(52,39,22);
    padding: 0.5em;
}

form .small {
	font-size: 0.75rem;
	line-height: 1rem !important;
}

textarea.form-control {
    min-height: calc(10em + 0.75rem + 2px) !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-secondary {
    padding-left: 2.5em;   
}

.btn-check:checked + .btn-outline-primary:before,
.btn-check:checked + .btn-outline-secondary:before {
    content: "\f00c";
    font-family: "Font Awesome";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 1em;
    color: rgb(255,255,255);
    font-weight: 700;
}

form .conditionalContainer {
     display: none;   
}

form .fieldContainer{
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
	border-radius: 0 1rem 1rem 1rem;
}

/* ########## SIDE MENU STYLES ########## */

.side-menu {

	border-radius: 0.25em;
}

.side-menu .affix-wrapper {
	padding: 1em 0;
}

.side-menu .section {
	display: block;
	padding: 0.5em 0 1em 0;
	font-family: 'Fredoka', serif;
	font-size: 1.4em;
	color: rgb(102,201,178);
	
}

.side-menu nav a {
	display: block;	
	padding: 0.5em;
	font-size: 0.9em;
	text-transform: uppercase;	
}

.side-menu nav a.active {
	background: rgba(220,220,220,1);
	border-radius: 0.25em;
	font-weight: bold;
}


/* ########## STAFF STYLES ########## */

.staff {
}

.staff .col {    
}

.staff .card {
    padding: 1rem 0;
    border: none;
}
    
.staff .portrait {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center center;
    overflow: hidden;
}

.staff .portrait .inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.staff .portrait .portrait-image {
	width: 100%;
	height: 150px;
	display: block;
    background-image: url('../images/placeholders/team-placeholder.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s;
    margin: 0 auto !important;
    max-width: none !important;
}

.staff .name,
.staff .position {
	padding: 0;	
}

.staff .name {
    
	font-size: 1.5rem;
    color: rgb(52,39,22);
    font-weight: 800;
}

.staff .position {
    
	font-size: 1.2rem !important;
	font-weight: 300 !important;
    padding: 0 0 1rem 0;
    display: block;
}

.staff hr {
    margin: 2em auto !important;
}

.staff .quote {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}


/* ########## ACCORDION STYLES ########## */

.accordion h2,
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
    margin: 0 !important; 
}

.accordion-button {
  font-weight: 700;
  font-size: 1.25rem !important;
  color: rgb(52,39,22) !important;
  text-align: left;
  background-color: transparent;
  padding: 0 0 1rem 2rem !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23633d22'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	position: absolute;
	left: 0;
}

.accordion-button:hover {
	color: rgb(102,201,178) !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
	color: rgb(102,201,178) !important;
	box-shadow: none !important;
}

.accordion-button:hover:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366c9b2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366c9b2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:after {
	margin-left: 0;
	margin-right: auto;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion .badge {
    font-size: 1rem !important;
    
}


/* ########## ARTICLES STYLES ########## */

.recent-articles {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
    padding: 0;
}
    
.recent-articles .card {
	margin: 0 auto;
	overflow: hidden;
    background-color: rgb(255,255,255);
    position: relative;
    box-shadow: 0 0 10px rgb(52,39,22,0.15);
    height: 100%;
    border: 1px solid rgba(255,255,255,0);
}

.recent-articles .card {
    height: auto !important;
    margin: 1rem 0;
}


.recent-articles .latest .inner {
    position: relative;
    z-index: 2;
    padding: 2rem;
    left: 25%;
    width: 75%;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgb(255,255,255,0.9) !important;
}

.recent-articles .latest a:hover,
.recent-articles .additional .card:hover {
   -webkit-transform: scale(1.035, 1.035);
      -moz-transform: scale(1.035, 1.035);
        -o-transform: scale(1.035, 1.035);
       -ms-transform: scale(1.035, 1.035);
           transform: scale(1.035, 1.035);
    text-decoration: none;
    border: 1px solid rgb(102,201,178) !important;
}


.recent-articles .latest .row {
    position: relative;
}

.recent-articles .latest .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
}

.recent-articles .card-img {
    height: 100%;
    border-radius: 0;
}

.recent-articles .card-body {
    display: block;
    padding: 0; 
    z-index: 3;
}

.recent-articles .card-footer {
    background: none;
    border: none;
    padding: 0;
}

.articles .card {
	margin: 0 auto;
	overflow: hidden;
    background-color: rgb(255,255,255);
    position: relative;
    box-shadow: 0 0 10px rgb(52,39,22,0.15);
    height: 100%;
    border: 1px solid rgba(255,255,255,0);
}

.articles .card .card-img {
    height: 225px;
    object-fit: cover;
    max-width: 100% !important;
    margin: 0 !important;
}

.articles.recent .card .card-img {
    height: 100%;
}

.recent-articles h5,
.recent-articles .card-title,
.articles h5,
.articles .card-title {
	
	font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2em;
    color: rgb(102,201,178);
}

.recent-articles p,
.articles p {
    font-size: 0.9rem !important;
    color: rgb(52,39,22);
}

.articles .card:hover {
   -webkit-transform: scale(1.035, 1.035);
      -moz-transform: scale(1.035, 1.035);
        -o-transform: scale(1.035, 1.035);
       -ms-transform: scale(1.035, 1.035);
           transform: scale(1.035, 1.035);
    color: rgb(255,255,255);
    text-decoration: none;
    border: 1px solid rgb(102,201,178) !important;
}

.articles .card:hover:before {
    width: 100%;
    height: 100%;
    background: rgba(102,201,178,1);
    z-index: 1;
    display: block;
    content: '';
    position: absolute;
    top: 225px;
}

.articles .card:hover:after {
    width: 100%;
    height: auto;
    z-index: 2;
    display: block;
    font-family: "Font Awesome";
    font-size: 5em;
    font-weight: 100;
    line-height: 1em;
    content:"\e3d6";
    position: absolute;
    top: 150%;
    left: 37%;
}

.articles .card-body {
    display: block;
    padding: 1.5rem 1.5rem 0 1.5rem; 
    z-index: 3;
}

.articles .card:hover .card-body > *,
.articles .card:hover .card-footer > *{
    color: rgba(255,255,255,1) !important;
}

.articles .card-footer {
    background: none;
    border: none;
    padding: 1.5rem;
    padding-top: 0;
    z-index: 3;
}

/* ########## CONTENT SLIDER STYLES ########## */

.content-slider {
	position: relative;
	overflow: hidden;
}

.content-slider div.slide {
	width: 100%;
	padding: 0 5em;
	box-sizing: border-box;
	display: none;
	text-align: center;
}

.image-slider div.slide {
	width: 100%;
    height: 100%;
	padding: 0;
	box-sizing: border-box;
	display: none;
	text-align: center;
}

.image-slider .cycle-prev,
.image-slider .cycle-next,
.content-slider .cycle-prev,
.content-slider .cycle-next {
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	z-index: 998;
	font-size: 2.5em;
	bottom: 0;
    background: rgb(102,201,178);
    color: rgb(255,255,255);
}

.image-slider .cycle-prev:hover,
.image-slider .cycle-next:hover,
.content-slider .cycle-prev:hover,
.content-slider .cycle-next:hover {
	opacity: 1;
    color: rgb(102,201,178);
}

.image-slider .cycle-prev,
.content-slider .cycle-prev {
	left: 25%;
	margin-top: -0.75em;		
}

.image-slider .cycle-next,
.content-slider .cycle-next {
	right: 25%;
	margin-top: -0.75em;	
}

.image-slider .slide:not(:first-of-type) {
    visibility: hidden;   
}

/* ########## SITE NOTICE STYLES ########## */

.site-notice {
	display: block;
	position: fixed;
	top: 2em;
	width: 100%;
	z-index: 990;
	opacity: 0.95;
}

.site-notice .fa {
	font-size: 1.5em;
	margin: 0 0.5em;	
}
.site-notice div {
	border-radius: 0 !important;
	text-align: center;
	padding-top: 3em;
}
.site-notice p {
	font-size: 1em;
	display: inline;
	
}

.dismiss {
	float: right;
	cursor: pointer;
	opacity: 0.75;	
}

.dismiss:hover {
	opacity: 1;	
}

/* ########## ICON / IMAGE / MEDIA STYLES ########## */

.duo-primary {
   --fa-secondary-opacity: 0; 
}

.duo-secondary {
   --fa-primary-opacity: 0; 
}

.media-box {
	background: rgb(240,240,240);
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	margin: 3em 0;
	padding: 1em;
	text-align: center;
}

.media-box .heading {
	font-size: 1.2em;
	
	opacity: 1 !important;
	color: rgb(52,39,22);
}


.media-box.responsive  {
	max-width: 90%;
	margin: 2em auto;	
}

.fp-media-promo {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
	top: -150px;
	margin-bottom: -150px;	
}

.media-box hr {
	margin: 1.5em auto;
	width: 50%;	
}

.media-box img {
	display: block;
	margin: 0 auto;
}

.media-box.placeholder .inner {
	min-width: 300px;
	min-height: 300px;	
}

.checkboxes label {
	display: inline-block;
	width: auto;
	margin-right: 1em;
	cursor: pointer;
}

.checkboxes label span {
	margin-right: 0.25em;
	font-size: 1.4em;
	line-height: 1.4em;
}

.checkboxes label span.fas {
	color: rgb(102,201,178);
}

.checkboxes input[type='checkbox'] {
	display: none;	
}

#content img.cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.svgIcon {
	width: 75px;
	height: auto;
	margin: 1rem auto !important;
}

.svgIcon.large {
	width: 125px;
}

#content .filmstrip .cycle-slide {
    height: 100%;
	padding: 1rem;
}

#content .filmstrip img {
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 250px;
    cursor: pointer;
}


/* ########## MAP STYLES ########## */

.map {
	height: 800px;
	width: 100%;
	overflow: hidden;
	margin-top: 10em;
}

.map .map-marker-img img {
    max-width: 275px;
}

.map :is(h1,h2,h3,h4,h5,h6) {
    font-size: 1.5rem !important;    
}


/* ########## OUTRO STYLES ########## */



/* ########## FOOTER STYLES ########## */

footer {
	position: relative;
	padding: 0;
	text-align: center;
    font-weight: 400;
	margin-top: 10rem;
}

footer .inner {
	padding: 4rem 2rem;
	margin: 0;
	background: rgb(234,233,231);
}

footer .outro h2,
footer .outro h3,
footer .outro h4,
footer .outro h5,
footer .outro h6 {
	font-size: 2rem;
}

footer nav h2,
footer nav h3,
footer nav h4,
footer nav h5,
footer nav h6 {
	font-weight: 700;
    font-size: 1.25rem;
}

footer hr {
    width: 150px;    
}

footer p,
footer ul {
}

footer nav {	
	text-transform: capitalize;		
}

footer a,
footer p {
	line-height: 1.5rem;
    text-decoration: none;
}

footer li {
	display: block;
	line-height: 2em;	
}

footer a.text-muted {
}

footer a.text-muted:hover,
footer a:hover {
	color: rgb(102,201,178) !important;
    text-decoration: none;
}



footer .fat {
    font-size: 2rem;
	margin-bottom: 0.5rem;
}

footer .legal {
	font-size: 0.8rem;
	padding: 4rem 2rem;
}

footer .social {
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

/* ########## MISC STYLES ########## */

.to-top {
	background: rgba(102,201,178,0.75);
	padding: 0.5em 1em;
	color: rgb(255,255,255);
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 9;
	display: none;
	cursor: pointer;
}

.to-top:hover {
	background: rgb(102,201,178);
}

.site-overlay {
	display: none;
	transition: all 0.2s ease;
}

.grecaptcha-badge {
	margin: 0 auto;
}

.fa-accent {
	font-size: 12em;
	margin: 0.4em -0.2em 0 0;	
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding: 2rem !important;
}

.modal-content img {
    max-width: 100%;
}


/* ########## RESPONSIVE STYLES ########## */

/* Small Breakpoint */
@media screen and (min-width: 576px) {
	header .contact {
		font-size: 1.4em;
        display: table-cell;
	}
	.wrapper-half {
		max-width: 600px;
		width: 90%;
		margin: 0 auto;
	}
	.wrapper-media {
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
	}
    #hero a,
    .link-more,
	.link-external {
        display: inline-block;
    }
	.tab {
		font-size: 1rem;
		min-width: 130px;
	}
}

/* Medium Breakpoint */
@media screen and (min-width: 768px) {
	footer .menu {
		display: flex;	
	}
    .certifications {
        padding: 3em 0 6em 0;   
    }
	.media-box.responsive  {
		max-width: none;
	}
	.site-notice {
		top: 5em;
	}
	.site-notice div {
		border-radius: 0 !important;
		text-align: center;
		padding-top: 6em;
	}
	.accent-overlay {
		position: absolute;
		top: 100px;
		max-width: 65%;
		background-size: 100% 90%;
	}
	.text-lead.text-center {
		max-width: 70%;
		margin: 0 auto;	
	}
	.fp-media-promo {
		top: -300px;
		margin-bottom: -300px;	
	}
    footer hr {
        margin: 2em 0;   
    }
    .products hr.plain {
        display: none;
    }
	.featured-reviews .review:nth-child(n+2) {
		display: inline-block;    
	}
	.featured-reviews .review:nth-child(n+3) {
		display: none;    
	}
	.featured-gallery .thumbnails {
		display: flex;
	}
}

/* Large Breakpoint */
@media screen and (min-width: 992px) {
	header {
		height: 85px;
		transition: all .5s;
	}
    header .wrapper {
        direction: ltr;
    }
    header .logo {
        background: url('../images/logo-resort.png') no-repeat left center;
        background-size: contain;
        display: block;
        width: 239px;
        height: 183px;
        top: 0;
        left: 1rem;
        position: absolute;
    }
    
	header .menu-icon {
		display: none;	
	}
	header nav.menu-main {
		display: table-cell;
        position: relative;
	}
	header nav.menu-main {
		width: 100%;	
	}    
	header nav .menu-sub nav {
		right: auto;
        left: 0;
    }
	header nav a,
	header nav .menu-sub {
		margin: 0 1rem 0 0.7rem;
	}
	.feature-highlights {
		width: 80%;
	}
	footer {
		text-align: left;
	}
	footer .inner {
		padding: 4rem 4rem 4rem 8rem;
		border-radius: 0 2rem 2rem 0;
	}
	footer .legal {
		padding: 4rem 8rem;
	}
	#hero {
		height: 700px;
		margin-bottom: -70px;
	}
	#hero h2,
    #hero .heading {
		font-size: 2.5em;
	}
    #hero .slide .caption {
        z-index: 901;
        vertical-align: middle;
    }
    #hero .slide .caption .inner {
        max-width: ;
        margin: 0 auto;
    }
    #hero .subcaption {
        font-size: 1.2em;
    }
    .featured-services .wrapper div {
        margin: 0.5em 2em;
    }
    #content .products .thumbnail img {
        max-height: none;
		max-width: none !important;
    }
    .certifications {
        padding: 3em 0 4em 0;   
    }

	#page-heading {
		padding: 9em 0 1em 0;
        min-height: 350px;
	}
	footer .inner {
		max-width: 700px;
	}
	footer .outro .inner {
		position: absolute;
		right: 0;
		width: 100%;
	}
	.accent-image-question:after {
		top: 10%;
	}
	.accent-offset {
		margin-right: -100px;
	}
	.accent-offset-pad .row {
		padding-left: 100px !important;
	}
	.product .lead-image {
		margin-top: 0;
	}
	.featured-reviews .review:nth-child(n+3) {
		display: inline-block;    
	}
	.featured-reviews:before {
		display: block;
		position: absolute;
		content: '';
		height: 100%;
		width: 25%;
		background-image: linear-gradient(to right, rgb(255,255,255),rgba(255,255,255,0));
		z-index: 2;
		left: 0;
		top: 0;
	}
	.featured-reviews:after {
		display: block;
		position: absolute;
		content: '';
		height: 100%;
		width: 25%;
		background-image: linear-gradient(to left, rgb(255,255,255),rgba(255,255,255,0));
		z-index: 2;
		right: 0;
		top: 0;
	}
}

/* Extra Large Breakpoint */
@media screen and (min-width: 1200px) { 
	header nav a,
	header nav .menu-sub {
		margin: 0;
        padding: 0 1rem;
	}
    .form-bottom {
        position: relative;
    }
    .accent-image.right {
        background-position: center right;
    }
    .accent-image.left {
        background-position: center left;
    }
    header .contact .social {
        display: inline-block;
    }
}

/* Overrsize Breakpoint */
@media screen and (min-width: 1400px) { 

}

