/*!
Theme Name: Twin Dolphins
Theme URI: http://underscores.me/
Author: Wicked+
Author URI: http://wicked.is
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twin-dolphins
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Twin Dolphins is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.conteiner-bf {
	max-width: 1440px;
	margin: 0 auto;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

a.skip-link.screen-reader-text,
p.site-title a {
	display: none;
}

.site-title {
	padding: 0;
	margin: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.transparent {
	background: transparent !important;
}

.lock {
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0em;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.italic {
	font-style: italic;
}

/* Elements
--------------------------------------------- */
body {
	background: #42403f;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

body.fade {
	opacity: 1;
}

:focus {
	outline: 0;
}

.background-white {
	background: #ffffff;
}

.relative {
	position: relative;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #42403f; /*#4169e1*/
	text-decoration: underline;
}

a:visited {
	color: #42403f; /*#800080*/
}

a:hover,
a:focus,
a:active {
	color: #42403f; /*#191970*/
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.sm-link {
	width: 100%;
	margin: auto;
	display: block;
	font-size: 0.85em;
}

a.reg-link {
	width: 100%;
	margin: auto;
	display: block;
}

a.discover-left,
a.read-more,
a.explore-left {
	font-family: "ColumbiaSans";
	width: 100%;
	float: left;
	border-bottom: 1px solid #42403f;
	margin: auto auto 15px auto;
	display: block;
	text-decoration: none;
	transition: 0.33s ease all;
}

a.read-more {
	max-width: 80px;
}

a.discover-left {
	max-width: 112px;
}

a.explore-left {
	display: inline-block;
	width: auto;
	font-size: 1rem;
	margin-bottom: 2rem;
}

a.explore-center {
	display: inline-block;
	width: auto;
	font-family: "ColumbiaSans";
	border-bottom: 1px solid #42403f;
	margin: auto auto 15px auto;
	text-align: center;
	text-decoration: none;
	transition: 0.33s ease all;
}

a.explore-white-center {
	display: inline-block;
	width: auto;
	font-family: "ColumbiaSans";
	border-bottom: 1px solid #ffffff;
	text-align: center;
	text-decoration: none;
	margin: auto auto 15px auto;
	transition: 0.3s ease all;
}

a.explore-left:hover,
a.explore-white-center:hover,
a.discover-left:hover,
a.read-more:hover {
	color: #046099;
	border-bottom: 1px solid #046099;
}

@media (min-width: 992px) {
	a.explore-white-center {
		font-size: 1.25rem;
	}
	a.explore-left {
		font-size: 1.125rem;
		margin-bottom: 0;
	}
}

.dwnld-links a,
.dwnld-links a:visited {
	display: block;
	font-family: "ColumbiaSans";
	font-size: 1rem;
	text-decoration: none;
	transition: 0.3s ease all;
	cursor: pointer;
	/*padding: 0px 30px 0px 0px;*/
	color: #42403f;
}

.menu-links a,
.menu-links a:visited {
	font-family: "ColumbiaSans";
	text-decoration: none;
	transition: 0.3s ease all;
	border-bottom: 1px solid #42403f;
	cursor: pointer;
	padding: 0px;
	color: #42403f;
	text-align: left;
	margin: auto;
	display: block;
	width: 100%;
	float: left;
	max-width: 66px;
}

.menu-links a:hover {
	color: #046099;
	border-bottom: 1px solid #046099;
}

.dwnld-links a:hover {
	color: #046099;
}

.page-anchor {
	padding-top: 80px;
	margin-top: -80px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.text-shadow {
	text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------- */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left; /*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right; /*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.m-scene .scene_element {
	animation-duration: 0.25s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
	animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
	animation-direction: alternate-reverse;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(0%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		-moz-transform: translateY(0%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes slide-down {
	0% {
		opacity: 0;
		-ms-transform: translateY(0%);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0%);
	}
}

@-o-keyframes slide-down {
	0% {
		opacity: 0;
		-o-transform: translateY(0%);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0%);
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadeout {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-me {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}

.reveall {
	overflow: hidden;
}

.reveall_content {
	transform: translateY(100%);
	animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards;
}

@keyframes reveall {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0);
	}
}

/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/*--- # Font Size ---*/
.superscript,
.superscript-white {
	font-size: 0.8rem;
}

@media (min-width: 992px) {
	.superscript,
	.superscript-white {
		font-size: 1rem;
	}
}

address,
.footer-nav a,
#inquire-btn,
.scroll-text,
.main-navigation .menu li a,
.site-branding.sticky .menu li a,
a.discover-left,
p.copyright,
.menu-links a {
	font-size: 0.85em;
}

.body-bold p,
.body-bold-white p,
.body p,
.body-white p,
.bdy p,
.bdy-white p,
#gform_submit_button_1,
.columbia-italics,
.instructional {
	font-size: 1rem;
}

p.info-script,
#field_1_6 label,
.par,
.flex-holder p.caption {
	font-size: 1rem;
}

.social a {
	font-size: 1.2rem;
}

.footer-block .bottom-text a.reg-link,
.doors {
	font-size: 1.5rem;
}

.sm-heading,
.sm-heading-white {
	font-size: 1.3rem;
}

.med-heading,
.med-heading-white {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.3;
}

.lg-heading,
.lg-heading-white {
	width: 100%;
	margin: auto;
	display: block;
	line-height: 1.3;
	font-weight: 300;
}

.lg-heading,
.lg-heading-white {
	font-size: 1.75rem;
}

@media (min-width: 768px) {
	.sm-heading,
	.sm-heading-white {
		font-size: 1.4rem;
	}
	.med-heading,
	.med-heading-white {
		font-size: 1.6rem;
	}
	.lg-heading,
	.lg-heading-white {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.sm-heading,
	.sm-heading-white {
		font-size: 1.5rem;
	}
	.med-heading,
	.med-heading-white {
		font-size: 1.75rem;
	}
	.lg-heading,
	.lg-heading-white {
		font-size: 2.3rem;
	}
}

@media (min-width: 1200px) {
	.med-heading,
	.med-heading-white {
		font-size: 2rem;
	}
	.lg-heading,
	.lg-heading-white {
		font-size: 2.625rem;
	}
}

.page-template-template-membership .hero-fade {
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}

#video-hero-section .over h1.hero-fade,
.thank-you-over h1.hero-fade {
	font-size: 2.5em;
}

/*--- # Font Color ---*/
.superscript,
.med-heading,
.lg-heading,
.body p,
.sm-heading p,
.bdy p,
.body-bold p,
.social a,
address,
p.copyright,
.footer-nav a,
#field_1_6 label,
.site-branding.sticky .menu li a,
.site-branding.sticky .menu li a:hover,
.site-branding.sticky .menu li a:hover::after,
#primary-menu-mobile.menu li a,
#primary-menu-mobile.menu li a:hover,
#primary-menu-mobile.menu li a:hover::after,
a.explore-left,
a.explore-center,
a.discover-left,
a.read-more {
	color: #42403f;
}

.sand {
	background: #e8e0d3;
}

.flickity-button {
	background: transparent !important;
}

.superscript-white,
.med-heading-white,
.lg-heading-white,
.body-white p,
.sm-heading-white p,
.bdy-white p,
.body-bold-white p,
#gform_submit_button_1,
#inquire-btn.light,
#video-hero-section .over h1.hero-fade,
.thank-you-over h1.hero-fade,
.scroll-text,
.flickity-button.flickity-prev-next-button.previous,
.flickity-button.flickity-prev-next-button.next,
.par,
.main-navigation .menu li a,
#highlights .body-white.left p a,
a.explore-white-center,
#highlights .body-white.left p a:visited,
.footer-block .bottom-text a.reg-link,
.footer-block .bottom-text a.sm-link,
.instructional,
.doors {
	color: #ffffff;
}

/*--- # Font Family ---*/
.superscript,
.superscript-white,
.body-bold p,
.body-bold-white p,
#inquire-btn,
.body p,
.body-white p,
.bdy p,
.bdy-white p,
address,
p.copyright,
.footer-nav a,
.scroll-text,
.main-navigation .menu li a,
.site-branding.sticky .menu li a,
#primary-menu-mobile.menu li a,
.instructional,
p {
	font-family: "Graphik" !important ;
}

.entry-content h2,
.entry-content h3,
.med-heading,
.med-heading-white,
.lg-heading,
.lg-heading-white,
.columbia-italics,
.doors {
	font-family: "ColumbiaSans";
}

.superscript,
.superscript-white {
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-weight: 500;
	width: 100%;
	margin: auto;
	display: block;
	padding: 0px 0px 10px 0px;
}

.columbia-italics {
	font-style: italic;
}

.body-bold p,
.body-bold-white p {
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	margin: auto;
	clear: both;
	text-align: left;
}

.body p,
.body-white p,
.bdy p,
.bdy-white p {
	font-weight: 400;
	width: 100%;
	margin: auto;
	display: block;
	padding: 0px 0px 15px 0px;
}

.bdy p,
.bdy-white p {
	line-height: 1.4;
}

.body p,
.body-white p {
	line-height: 1.7;
}

.sm-heading,
.sm-heading-white {
	font-weight: 400;
	font-family: "ColumbiaSans";
	width: 100%;
	margin: auto;
	display: block;
	padding: 0px 0px 0px 0px;
}

p.info-script {
	width: 100%;
	margin: auto;
	display: block;
	font-weight: 400;
	font-family: "ColumbiaSans";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 0px solid #790000 !important;
	border-bottom: 0px solid #790000 !important;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-family: "ColumbiaSans";
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, 0) !important;
	margin-bottom: 6px !important;
	border-top: 0px solid #c89797 !important;
	border-bottom: 0px solid #c89797 !important;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box;
	font-weight: 400;
	font-family: "ColumbiaSans";
}
img.close-icon {
	width: 25px;
	position: absolute;
	z-index: 100;
	top: 15px;
	right: 25px;
	margin: auto;
}

.underlay {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
}

.show-me {
	display: block !important;
}

.hide-me {
	display: none !important;
}
#gform_1 fieldset {
	border: 0px;
	padding: 0;
}

#gform_wrapper_1 .gform_required_legend {display: none !important;}

#gform_1 input,
#input_1_1_3,
#input_1_1_6,
#input_1_2,
#input_1_3,
#input_1_4,
#input_1_5,
#input_1_8,
#input_1_11 {
	border-bottom: 1px solid #42403f;
	border-right: 0px solid #42403f;
	border-left: 0px solid #42403f;
	border-top: 0px solid #42403f;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	outline: none;
	padding: 10px 0px 5px 0px;
	width: 100%;
}

#input_1_1_6 {
	margin-top: 1rem;
}

#input_1_6 {
	border: 1px solid #42403f;
	margin-top: 10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	outline: none;
}

#input_1_11 {
	min-height: 40px;
	background-color: transparent;
}

#gform_1 label,
#gform_1 legend,
#field_1_1 label,
#field_1_2 label,
#field_1_3 label,
#field_1_4 label,
#field_1_5 label,
#field_1_8 label,
#field_1_11 label,
#field_1_6 label {
	font-family: "ColumbiaSans";
	width: 100%;
	margin: auto;
	display: block;
	font-weight: 400;
	text-align: left;
	padding: 1rem 0px 0px 0px;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #808084;
	font-family: "ColumbiaSans";
	font-size: 1em;
}
#input_1_11::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color:#808084;
	font-family: "ColumbiaSans";
	font-size: 1em;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #808084;
	font-family: "ColumbiaSans";
	font-size: 1em;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #808084;
	font-family: "ColumbiaSans";
	font-size: 1em;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #808084;
	font-family: "ColumbiaSans";
	font-size: 1em;
}

#gform_submit_button_1 {
	background: #046099;
	font-family: "ColumbiaSans";
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	padding: 13px 25px 13px 25px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: relative;
}

.site-branding {
	display: block;
	width: 100%;
	height: 80px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
	transition: 0.3s ease all;
}

.site-branding.sticky,
.logo-dark .site-branding {
	background: #ffffff;
}

.site-branding a.white-logo {
	opacity: 0;
}

.site-logo {
	width: 130px;
	padding-top: 5px;
}

.site-branding a.white-logo img,
.site-branding.sticky a.dark-logo img,
.logo-dark .site-branding a.dark-logo img {
	display: block;
	width: 100%;
	height: auto;
	/*text-align: left;
	margin: auto;*/
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 101;
}

.site-branding a.dark-logo img,
.site-branding.sticky a.white-logo img {
	display: none;
}

.site-branding .menu-wrapper,
.site-branding.sticky .menu-wrapper {
	position: absolute;
	top: 0px;
	right: 30px;
	bottom: 0;
	margin: auto;
	width: 30px;
	z-index: 100;
	height: auto;
	cursor: pointer;
}

#site-navigation {
	display: none;
}

.main-navigation .menu {
	/*display: none;*/
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.fade-out {
	opacity: 0.5 !important;
}

.main-navigation .menu li a {
	margin: auto 8px auto 8px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
	padding: 10px 0 0;
	margin-bottom: 15px;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	transition: 0.3s all linear;
	position: relative;
}

.main-navigation .menu li a::after {
	content: "";
	width: 0;
	background-color: #ffffff;
	height: 1px;
	position: absolute;
	bottom: -8px;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation .menu li a:hover {
	color: rgba(255, 255, 255, 1);
}

.main-navigation .menu li a:hover::after {
	background-color: white;
	width: 100%;
}

.site-branding.sticky .menu li a::after,
#primary-menu-mobile.menu li a::after {
	content: "";
	width: 0;
	background-color: #42403f;
	height: 1px;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: all 0.4s ease-in-out;
}

.site-branding.sticky .menu li a:hover::after,
#primary-menu-mobile.menu li a:hover::after {
	width: 100%;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media only screen and (max-width: 739px) {
	.site-branding .menu-wrapper {
		display: flex;
		-webkit-tap-highlight-color: transparent;
	}
}

@media screen and (min-width: 740px) {
	.site-branding .menu-wrapper {
		display: none;
	}
	#site-navigation {
		display: block;
		padding-top: 15px;
	}
	.main-navigation ul {
		display: flex;
	}
	.menu-primary-container {
		display: flex;
		justify-content: flex-end;
	}
}

.hamburger {
	display: inline-block;
	cursor: pointer;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	padding: 0.5rem 0;
	margin: 0;
	position: relative;
	z-index: 1050;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	overflow: visible;
}

button.hamburger:focus {
	outline: none !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.site-branding.sticky .hamburger.is-active .hamburger-inner,
.site-branding.sticky .hamburger.is-active .hamburger-inner::before,
.site-branding.sticky .hamburger.is-active .hamburger-inner::after,
.logo-dark .hamburger.is-active .hamburger-inner,
.logo-dark .hamburger.is-active .hamburger-inner::before,
.logo-dark .hamburger.is-active .hamburger-inner::after {
	background-color: #42403f;
}

.hamburger-box {
	width: 1.875rem;
	height: 1.25rem;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 1px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.site-branding.sticky .hamburger-inner,
.site-branding.sticky .hamburger-inner::before,
.site-branding.sticky .hamburger-inner::after {
	background-color: #42403f;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -0.5625rem;
}

.hamburger-inner::after {
	bottom: -0.625rem;
}
.hamburger--collapse .hamburger-inner {
	top: 1.4375rem;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -1.125rem;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		width 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -0.625rem, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
	width: 1.875rem;
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
		width 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#mbdrawer {
	background-color: #fff;
	padding: 120px 40px 70px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 90;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	transition-delay: 250ms;
}

#mbdrawer.is-visible {
	box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.page-template-template-thank-you #inquire-btn,
.error404 #inquire-btn {
	display: none;
}

#inquire-btn {
	cursor: pointer;
	background: #046099;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	border: 1px solid #046099;
	padding: 15px 25px 25px 25px;
	opacity: 0;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	transition: 0.3s ease all;
}

#inquire-btn.hidethat {
	opacity: 0 !important;
	pointer-events: none;
}

#inquire-form {
	display: none;
	width: 95%;
	height: 100vh;
	background: #ffffff;
	padding: 50px 30px 30px;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1010;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
}

#inquire-form .gform_button {
	border-color: #045f99;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	#inquire-btn {
		background: transparent;
		border: 1px solid #fff;
		padding: 15px 25px 12px 25px;
		top: 75%;
		right: 31px;
		bottom: auto;
		left: auto;
		-webkit-transform: translate(50%, -50%) rotate(90deg);
		-moz-transform: translate(50%, -50%) rotate(90deg);
		-ms-transform: translate(50%, -50%) rotate(90deg);
		-o-transform: translate(50%, -50%) rotate(90deg);
		transform: translate(50%, -50%) rotate(90deg);
	}

	#inquire-btn.light {
		border: 1px solid #ffffff;
	}

	#inquire-btn.dark {
		color: #404040;
		border: 1px solid #404040;
	}

	#inquire-btn:hover {
		background: #046099;
		border: 1px solid #046099;
		color: #ffffff;
	}
	#inquire-form {
		width: 75%;
	}
	#inquire-form .gform_button {
		margin-top: 1rem;
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	#inquire-btn {
		top: 50%;
	}
	#inquire-form {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	#inquire-form {
		width: 50%;
	}
}

/*--------------------------------------------------------------
# Flickity Sliders
--------------------------------------------------------------*/

.flickity-prev-next-button {
	background: transparent;
	height: 60px;
	border-radius: 50%;
	padding: 0;
	transition: 0.33s ease all;
}

.flickity-prev-next-button.previous {
	left: 0;
}

.flickity-prev-next-button.next {
	right: 0;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.flickity-button:hover,
.flickity-button:active {
	background: transparent;
}

@media (min-width: 992px) {
	.flickity-prev-next-button.previous {
		left: 6%;
	}

	.flickity-prev-next-button.next {
		right: 6%;
	}
}

.flex-holder {
	width: 90%;
	position: relative;
	margin: auto;
	text-align: center;
	display: block;
	height: auto;
}

.flex-image {
	width: 100%;
	position: relative;
	margin: auto;
	text-align: center;
	display: block;
	height: 700px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.flex-holder p.caption {
	font-family: "ColumbiaSans";
	width: auto;
	display: block;
	text-align: left;
	padding-top: 0.5rem;
}

/*--------------------------------------------------------------
# Video / Image Background
--------------------------------------------------------------*/

.top-gradient {
	z-index: 2;
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 250px;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(66, 64, 63, 0.7) 100%
	);
}

.bottom-gradient {
	z-index: 2;
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 150px;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(66, 64, 63, 0.7) 70%
	);
}

#video-hero-section {
	width: 100%;
	margin: auto;
	display: block;
	height: 100vh;
	max-height: 100%;
	position: relative;
	overflow: hidden;
}

.page-template-template-thank-you #video-hero-section {
	background-size: cover !important;
}

#video-hero-section .over {
	display: block;
	width: 95%;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 2;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

#video-hero-section .over h1.hero-fade,
.thank-you-over h1.hero-fade {
	font-family: "ColumbiaSans";
	font-weight: 300;
	display: inherit;
	font-style: normal;
	line-height: 1.5;
	opacity: 0;
}

.video-image {
	display: block;
	height: 60vh;
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}

/*--- iPhone XR Landscape ---*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
	#vision .video-image {
		height: 80vh;
	}
}
/*--- iPhone X Landscape ---*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	#vision .video-image {
		height: 80vh;
	}
}

@media (min-width: 768px) {
	.video-image {
		height: 45vh;
	}
}

@media (min-width: 992px) {
	.video-image {
		height: 70vh;
	}
}

#video-hero-section .background-image {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	display: block;
	margin: auto;
	height: 100vh;
	max-height: 100%;
	min-height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: 1;
}

#video-hero-section .thank-you-over {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin: auto;
	text-align: center;
	right: 0px;
	z-index: 2;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.background-image-sm {
	width: 100%;
	display: block;
	margin: auto;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: 1;
}

.background-image-alt {
	height: calc(100vh - 80px);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-align: center;
	padding: 0 20px;
	z-index: 1;
}

.background-half .over {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 490px;
	z-index: 2;
	margin: auto;
	position: relative;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.background-image-alt .over {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 482px;
	z-index: 2;
	margin: auto;
	position: relative;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

video.bgvid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	-webkit-transition: 1s opacity;
	display: block;
}

.another-ie-fix {
	display: none !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.scroll-text {
	bottom: 105px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	text-align: center;
	font-weight: 500;
}

.page-template-template-golf .scroll-text,
.page-template-template-adventure .scroll-text,
.page-template-template-clubhouse .scroll-text,
.page-template-template-vision .scroll-text,
.page-template-template-membership .scroll-text {
	display: none;
}

@keyframes MoveUpDown {
	0%,
	100% {
		bottom: 65px;
	}

	50% {
		bottom: 60px;
	}
}

.caret-pos {
	bottom: 60px;
	max-width: 40px;
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: auto;
	display: block;
	overflow: hidden;
	left: 0px;
	right: 0px;
	animation: MoveUpDown 1.2s linear infinite;
}

.scroll-text {
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: auto;
	display: block;
	left: 0px;
	right: 0px;
}

/*--------------------------------------------------------------
# Overlap Sections
--------------------------------------------------------------*/

.image-overlap {
	position: relative;
	width: 100%;
	margin: auto;
	display: inline-block;
	height: auto;
}

.image-overlap .background-half {
	height: 65vh;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-align: center;
	padding: 0 0 50px;
	z-index: 1;
}

.white-border {
	position: absolute;
	width: 95%;
	background: #ffffff;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: auto;
	height: 130px;
	z-index: 2;
}

.overlap {
	position: relative;
	width: 100%;
	max-width: 95%;
	text-align: center;
	background: #ffffff;
	display: block;
	z-index: 80;
	margin: -110px auto auto auto;
	max-width: 95%;
	background-color: #fff;
	padding: 20px 20px 60px;
	margin: -12vh auto 0;
}

/*--- iPhone XR Landscape ---*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
	.image-overlap .background-half {
		height: 95vh !important;
		max-height: 95% !important;
	}
	.adch-images .red-doors.adch-repeat. {
		height: 60vh;
	}
	.overlap .adch-images .adch-repeat {
		height: 40vh;
	}
}

/*--- # iPhone X Landscape---*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.image-overlap .background-half {
		height: 95vh !important;
		max-height: 95% !important;
	}
}

@media (min-width: 992px) {
	.image-overlap .background-half {
		height: 75vh;
	}
}

/*--------------------------------------------------------------
# Introduction Section
--------------------------------------------------------------*/

#introduction-block {
	text-align: center;
	padding-top: 12vh;
	padding-bottom: 12vh;
}

#introduction-block p {
	font-family: "ColumbiaSans" !important;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5;
}

@media (min-width: 768px) {
	#introduction-block p {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#introduction-block {
		padding-top: 15vh;
		padding-bottom: 15vh;
	}
	#introduction-block p {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	#introduction-block p {
		font-size: 1.7rem;
	}
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.adch-images {
	margin-right: -8px;
	margin-left: -8px;
}

.adch-images div[class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

.adch-images .adch-repeat {
	height: 25vh;
	position: relative;
	overflow: hidden;
}

/*--- iPhone X Landscape ---*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.adch-images .adch-repeat {
		height: 70vh;
		position: relative;
		overflow: hidden;
	}
}

.adch-images .adch-repeat a:not(.adch-text) {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.adch-images .red-doors.adch-repeat a:not(.adch-text) {
	background-position: center bottom;
}

.adch-images .adch-repeat:hover a:not(.adch-text) {
	text-decoration: none !important;
	transform: scale(1.04);
}

.adch-images .adch-repeat .adch-text {
	font-family: "ColumbiaSans";
	font-size: 1.125rem;
	color: #fff;
	z-index: 9;
	text-align: left;
	text-decoration: none;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.adch-images .adch-repeat:hover .adch-text {
	text-decoration: none;
}

.home #vision {
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.adch-images .adch-repeat {
		height: 20vh;
	}
	.adch-images .bar-grill.adch-repeat,
	.adch-images .recording-studio.adch-repeat {
		height: 16vh;
	}
	.adch-images .red-doors.adch-repeat {
		height: calc(36vh + 1rem);
	}
}

@media (min-width: 992px) {
	.adch-images .adch-repeat {
		height: 25vh;
	}
	.adch-images .bar-grill.adch-repeat,
	.adch-images .recording-studio.adch-repeat {
		height: 19vh;
	}
	.adch-images .red-doors.adch-repeat {
		height: calc(44vh + 1rem);
	}
	.home #vision {
		padding-top: 40px;
		padding-bottom: 120px;
	}
	.home #vision .container-fluid {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.adch-images .adch-repeat {
		height: 35vh;
	}
	.adch-images .bar-grill.adch-repeat,
	.adch-images .recording-studio.adch-repeat {
		height: 27vh;
	}
	.adch-images .red-doors.adch-repeat {
		height: calc(62vh + 1rem);
	}
	.adch-images .adch-repeat .adch-text {
		font-size: 1.5rem;
	}
}

/* .adch-images {
	margin-right: -8px;
	margin-left: -8px;
}

.adch-images div[class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

.adch-images .adch-repeat {
	height: 25vh;
	position: relative;
	overflow: hidden;
} */

/*--- iPhone X Landscape ---*/
/* @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.adch-images .adch-repeat {
		height: 70vh;
		position: relative;
		overflow: hidden;
	}
}

.adch-images .adch-repeat a:not(.adch-text) {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.adch-images .red-doors.adch-repeat a:not(.adch-text) {
	background-position: center bottom;
}

.adch-images .adch-repeat:hover a:not(.adch-text) {
	text-decoration: none !important;
	transform: scale(1.04);
}

.adch-images .adch-repeat .adch-text {
	font-family: "ColumbiaSans";
	font-size: 1.125rem;
	color: #fff;
	z-index: 9;
	text-align: left;
	text-decoration: none;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.adch-images .adch-repeat:hover .adch-text {
	text-decoration: none;
}

.home #vision {
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.adch-images .adch-repeat {
		height: 20vh;
	}
	.adch-images .bar-grill.adch-repeat,
	.adch-images .recording-studio.adch-repeat {
		height: 16vh;
	}
	.adch-images .red-doors.adch-repeat {
		height: calc(36vh + 1rem);
	}
}

@media (min-width: 992px) {
	.adch-images .adch-repeat {
		height: 25vh;
	}
	.adch-images .bar-grill.adch-repeat,
	.adch-images .recording-studio.adch-repeat {
		height: 19vh;
	}
	.adch-images .red-doors.adch-repeat {
		height: calc(44vh + 1rem);
	}
	.home #vision {
		padding-top: 40px;
		padding-bottom: 120px;
	}
	.home #vision .container-fluid {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.adch-images .adch-repeat {
		height: 35vh;
	}
	.adch-images .bar-grill.adch-repeat,
	.adch-images .recording-studio.adch-repeat {
		height: 27vh;
	}
	.adch-images .red-doors.adch-repeat {
		height: calc(62vh + 1rem);
	}
	.adch-images .adch-repeat .adch-text {
		font-size: 1.5rem;
	}
} */

/*--------------------------------------------------------------
# Golf & Clubhouse Pages
--------------------------------------------------------------*/

#highlights {
	color: #fff;
	padding: 50px;
}

#highlights.hl-green {
	background: #83956b;
}

#highlights.hl-blue {
	background: #5995aa;
}

#highlights .body-white.left p a,
#highlights .body-white.left p a:visited {
	text-decoration: underline;
}

#highlights .bdy-white p {
	margin-bottom: 5px;
}

.sig img {
	max-width: 250px;
}

.inline-section {
	padding: 15% 20px;
}

#golf-map {
	padding-bottom: 20%;
}

.page-template-template-golf .golf-slider .flickity-enabled {
	padding-bottom: 55px;
}

.golf-slider .carousel-cell {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-right: 10px;
}

.golf-slider .flickity-prev-next-button {
	color: #ffffff;
	top: 35%;
}

.golf-slider .flickity-page-dots {
	counter-reset: a;
	bottom: 0;
}

.golf-slider .flickity-page-dots .dot {
	width: 20px;
	height: 18px;
	background: transparent;
	font-family: "ColumbiaSans";
	opacity: 0.5;
	margin: 0px 6px 4px;
}

.golf-slider .flickity-page-dots .dot::after {
	color: #3e5123;
	content: counter(a);
	counter-increment: a;
	opacity: 1;
}

.golf-slider .flickity-page-dots .dot.is-selected {
	color: #3e5123;
	opacity: 1 !important;
}

.map-info {
	background: rgba(255, 255, 255, 0.9);
	/*padding: 15px;*/
	padding: 35px 20px 20px;
	position: absolute;
	top: auto;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9;
}

.map-info.minimize {
	overflow: hidden;
	width: 39px;
	height: 39px;
	padding: 0;
	left: auto;
}

.map-info.minimize .row,
.map-info.minimize .body.left {
	display: none;
}

.map-info .body.left p {
	font-size: 1rem;
	padding-bottom: 0;
}

.map-info .info-toggle {
	display: flex;
	width: 25px;
	height: 25px;
	border: 1px solid #42403f;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 10;
	transition: all 0.5s;
	transition: none;
}

.map-info .info-toggle:hover {
	cursor: pointer;
	border: 1px solid #42403f;
}

.map-info .info-toggle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.map-info .info-toggle-icon:after,
.map-info .info-toggle-icon:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 40%;
	background: #42403f;
	margin: auto;
}

.map-info.minimize .info-toggle-icon:after {
	transform: rotate(90deg);
}

.par {
	font-family: "ColumbiaSans";
	width: auto;
	max-width: 180px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 30px 10px 30px;
	margin: 15px auto 30px auto;
	background: #3e5123;
}

@media (min-width: 768px) {
	.inline-section {
		padding: 80px 20px;
	}
	#golf-map {
		padding-bottom: 80px;
	}
	.golf-slider .carousel-cell {
		height: 80vh;
	}
	.map-info {
		width: 55%;
		padding: 20px;
		right: 20px;
		bottom: 20px;
		left: auto;
	}
	.map-info .info-toggle {
		top: 12px;
		right: 12px;
	}
	.map-info.minimize .info-toggle {
		top: 7px;
		right: 7px;
	}
	.tee-info img {
		max-width: 200px;
	}
}

@media (min-width: 992px) {
	.inline-section {
		padding: 120px 20px;
	}
	.map-info {
		width: 48%;
		bottom: 20px;
		right: calc(6% + 1rem);
	}
	.tee-info img {
		max-width: 220px;
	}
}

@media (min-width: 1200px) {
	.map-info {
		width: 35%;
	}
	.tee-info img {
		max-width: 230px;
	}
	.page-template-template-clubhouse .video-image {
		width: 600px;
		height: 700px;
		margin-left: 0;
		margin-right: 0;
	}
}

#practice-facilities,
#club-reddoors,
#master-plan,
#sustainability-block {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e0d3+0,e8e0d3+70,e8e0d3+70,ffffff+70,ffffff+100 */
	background: #e8e0d3; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		#e8e0d3 0%,
		#e8e0d3 75%,
		#e8e0d3 75%,
		#ffffff 75%,
		#ffffff 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		#e8e0d3 0%,
		#e8e0d3 75%,
		#e8e0d3 75%,
		#ffffff 75%,
		#ffffff 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#e8e0d3 0%,
		#e8e0d3 75%,
		#e8e0d3 75%,
		#ffffff 75%,
		#ffffff 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e0d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	padding-top: 20%;
}

.practice-slider {
	padding: 0 20px 40px;
	position: relative;
	z-index: 1;
}

.practice-slider .flickity-viewport {
	height: 70vh !important;
}

.practice-slider .carousel-cell {
	width: 100%;
	height: 886px;
	/* height: 100%; */
	background-size: cover !important;
	margin-right: auto;
	position: relative;
}

.practice-slider p.caption {
	background-color: #fff;
	font-family: "ColumbiaSans";
	font-size: 1rem;
	padding: 0.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.practice-slider .flickity-page-dots {
	width: 100%;
	text-align: center;
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -30px;
}

@media (min-width: 768px) {
	#practice-facilities,
	#club-reddoors,
	#master-plan,
	#sustainability-block {
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	.practice-slider {
		padding: 0 60px 20px;
	}
	.practice-slider p.caption {
		height: 68px;
		font-size: 1.1rem;
		padding: 1rem 15% 0 0.5rem;
	}
	.practice-slider .flickity-viewport {
		height: 85vh !important;
	}
	.practice-slider .flickity-page-dots {
		width: auto;
		right: 0;
		bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.practice-slider p.caption {
		height: auto;
		font-size: 1.125rem;
		padding: 1rem 10% 0 0.5rem;
	}
	.practice-slider .flickity-page-dots {
		bottom: 5px;
	}
}

.fa-sort-desc {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 20px;
}

select::-ms-expand {
	display: none;
}

/* hide default down arrow in IE10*/
/* hack to fall back in opera */
_:-o-prefocus,
.selector {
	.styled-select {
		background: none;
	}
}

.scroll-golf-map .body-bold p {
	margin-bottom: 10px;
}

.video-image .fc-lb-video {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.video-image .fc-lb-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.red-doorslider-nav {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	z-index: 5;
}

.instructional {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.13em;
}

.doors {
	cursor: pointer;
}

.white-underline {
	border-bottom: 2px solid #ffffff;
}

/*--------------------------------------------------------------
# Events & Announcements Sections
--------------------------------------------------------------*/

#events-section {
	background-color: #f2ebdf;
	padding-top: 60px;
	margin-bottom: 60px;
}

#events-section .intro-text {
	text-align: center;
}

#events-section .intro-text .lg-heading {
	margin-bottom: 30px;
}

#filter {
	margin-bottom: 20px;
}

/* Custom Select styling (Selectric) */
.selectric-wrapper {
	display: inline-block;
	position: relative;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	background: #f2ebdf;
	min-width: 270px;
	width: fit-content;
	border: 1px solid #42403f;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	margin: auto;
}

.selectric .label {
	display: block;
	height: 52px;
	white-space: nowrap;
	overflow: hidden;
	font-family: "ColumbiaSans";
	font-size: 1em;
	font-style: normal;
	color: #42403f;
	text-align: left;
	text-overflow: ellipsis;
	margin: auto 10px auto auto;
	padding: 0.75rem 1rem;
	min-height: 52px;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
	height: 3rem;
	color: #42403f;
	text-align: center;
	font: 0/0 a;
	/* IE Fix */
	*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #42403f;
	border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #42403f;
}

.selectric-hover .selectric {
	border-color: #42403f;
}

.selectric-hover .selectric .button {
	color: #42403f;
}

.selectric-hover .selectric .button:after {
	border-top-color: #42403f;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #42403f;
	background: #f2ebdf;
	border-bottom-width: 0;
	padding-bottom: 2px;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-open.selectric-above .selectric {
	border-top-width: 0;
	border-bottom-width: 2px;
}

.selectric-open.selectric-above .selectric-items {
	border-bottom-width: 0;
	border-top-width: 2px;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f2ebdf;
	border: 1px solid #42403f;
	z-index: -1;
	padding: 0;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "ColumbiaSans";
	font-size: 1em;
	font-style: normal;
	color: #42403f;
	text-align: left;
	min-height: 52px;
}

.selectric-items li {
	display: block;
	color: #42403f;
	cursor: pointer;
	padding: 0.75rem 1rem;
}

.selectric-items li.highlighted {
	background: #e8e0d3;
	color: #42403f;
}

.selectric-items li.selected {
	background: #e8e0d3;
	color: #42403f;
}

.selectric-items li:hover {
	background: #fffdfb;
	color: #42403f;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

#events-section #golf-posts {
	background-color: #e8e0d3;
	padding-top: 30px;
}

#events-section .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

#events-section .featured-img {
	height: 25vh;
	position: relative;
}

#events-section .wrapper #first-results .featured-img a,
#events-section .wrapper #masonry-results .featured-img a {
	display: block;
	height: 100%;
	width: 100%;
}

#events-section .wrapper #first-results .featured-img .play-btn,
#events-section .wrapper #masonry-results .featured-img .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#events-section .wrapper #first-results .details,
#events-section .wrapper #masonry-results .details {
	background-color: #f2ebdf;
	padding: 20px;
}

#events-section .wrapper #first-results .featured-post {
	margin-bottom: 15px;
}

#events-section .article .row {
	background-color: #f2ebdf;
}

#events-section .wrapper #first-results .featured-post .details .read-more {
	display: inline-block;
	width: auto;
	max-width: none;
	float: none;
}

#events-section .wrapper #first-results .details span.title,
#events-section .wrapper #first-results .details span.article-date,
#events-section .wrapper #masonry-results .details span.title,
#events-section .wrapper #masonry-results .details span.article-date {
	display: block;
}

#events-section .wrapper #first-results .details span.title,
#events-section .wrapper #masonry-results .details span.title {
	font-family: "ColumbiaSans";
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 5px;
}

#events-section .wrapper #first-results .details span.article-date,
#events-section .wrapper #masonry-results .details span.article-date {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#events-section .wrapper #first-results .secondary-posts .article,
#events-section .wrapper #masonry-results .article {
	margin-bottom: 15px;
}

#ajax-load-more {
	width: 100%;
}

.alm-btn-wrap {
	text-align: center;
	padding-top: 40px;
}

button.un-button {
	-webkit-appearance: none;
	cursor: pointer;
	font-family: "ColumbiaSans";
	border: none;
	border-bottom: 1px solid;
	border-color: #000;
	border-radius: 0;
	background: transparent;
	color: #000;
	line-height: 1;
	padding: 0 0 8px;
	margin-bottom: 60px;
}

button.un-button:focus {
	outline: 0;
}

button.un-button.done {
	display: none;
}

@media (min-width: 768px) {
	#events-section .featured-img {
		height: 100%;
	}
	#events-section .wrapper #first-results .featured-post .featured-img {
		height: 30vh;
	}
	#events-section
		.wrapper
		#first-results
		.secondary-posts.news
		.featured-img {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	#events-section {
		margin-bottom: 50px;
	}
	.secondary-posts .row,
	#masonry-results .article .row {
		background-color: #f2ebdf;
	}
}

@media (min-width: 1200px) {
	#events-section .wrapper #first-results .featured-post .article {
		height: 100%;
	}
	#events-section .wrapper #first-results .featured-post .featured-img {
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 20%;
		left: 0;
	}
	#events-section .wrapper #first-results .featured-post .details {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

/*--------------------------------------------------------------
# Adventures Page
--------------------------------------------------------------*/

.divider {
	display: block;
	width: 100%;
	height: 1px;
	background: #c7b4a4;
	margin-bottom: 2.25rem;
}

.adventures .row {
	overflow-x: hidden;
}

.adventures-image {
	height: 50vh;
	overflow: hidden;
}

.adventures-image .adventures-background {
	height: 100%;
	background-size: cover !important;
}

.adventures-center {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	.adventures .row {
		height: calc(100vh - 80px);
	}
	.adventures-image {
		height: 100%;
	}
}

/*--------------------------------------------------------------
# Vision
--------------------------------------------------------------*/

.development-map {
	width: 90%;
	margin: auto;
	position: relative;
}

.development-map .map-instruct {
	font-family: "Graphik";
	font-style: italic;
	font-size: 0.75rem;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 15px;
}
@media only screen and (max-width: 486px) {
	.development-map .map-instruct {
		width: 80%;
	}
}

/*.mapsvg {
	overflow: visible !important;
}*/

.mapsvg-popover {
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 0.9;
}

.mapsvg-popover .map-heading {
	font-family: "ColumbiaSans";
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: 0.4px;
	margin-bottom: 0.75rem;
}

.mapsvg-popover .map-desc {
	font-family: "Graphik";
	font-size: 0.875rem;
	color: #42403f;
}

.mapsvg-popover .mapsvg-controller-view-toolbar {
	height: 20px !important;
}
.mapsvg-popover-close {
	top: 7px !important;
	right: 7px !important;
}
.mapsvg-popover
	.mapsvg-controller-view-toolbar
	+ .mapsvg-controller-view-wrap
	.mapsvg-controller-view-content {
	padding-top: 0 !important;
}
.mapsvg-controller-view-content {
	padding: 6% !important;
}

#master-plan {
	padding-bottom: 60px;
}

#team-section {
	padding-bottom: 100px;
}

.sustainability-slider,
.team-slider {
	width: 80%;
	margin: auto;
}

.sustainability-slider .carousel-cell,
.team-slider .carousel-cell {
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.sustainability-slider .flickity-page-dots,
.team-slider .flickity-page-dots {
	display: none;
}

.sustainability-slider .flickity-button.flickity-prev-next-button.previous,
.sustainability-slider .flickity-button.flickity-prev-next-button.next,
.team-slider .flickity-button.flickity-prev-next-button.previous,
.team-slider .flickity-button.flickity-prev-next-button.next {
	color: #42403f;
}

.sustainability-slider .flickity-prev-next-button.next,
.team-slider .flickity-prev-next-button.next {
	right: -40px;
}

.sustainability-slider .flickity-prev-next-button.previous,
.team-slider .flickity-prev-next-button.previous {
	left: -40px;
}

@media (min-width: 768px) {
	.mapsvg-popover .map-heading {
		font-size: 1.1rem;
	}
	.mapsvg-popover .map-desc {
		font-size: 0.75rem;
	}
	.sustainability-slider .carousel-cell,
	.team-slider .carousel-cell {
		width: 50%;
	}
	.sustainability-slider .flickity-prev-next-button.next,
	.team-slider .flickity-prev-next-button.next {
		right: -60px;
	}

	.sustainability-slider .flickity-prev-next-button.previous,
	.team-slider .flickity-prev-next-button.previous {
		left: -60px;
	}
}

@media (min-width: 992px) {
	.mapsvg-popover .map-heading {
		font-size: 1.25rem;
	}
	#master-plan {
		padding-bottom: 100px;
	}
	#team-section {
		padding-bottom: 160px;
	}
	.sustainability-slider,
	.team-slider {
		width: 85%;
	}
	.sustainability-slider .carousel-cell,
	.team-slider .carousel-cell {
		width: 33.3333%;
	}
}

@media (min-width: 1200px) {
	.development-map .map-instruct {
		font-size: 0.875rem;
	}
	.mapsvg-popover .map-heading {
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.mapsvg-popover .map-desc {
		font-size: 1rem;
	}
	#master-plan {
		padding-bottom: 120px;
	}
	#team-section {
		padding-bottom: 200px;
	}
	.sustainability-slider,
	.team-slider {
		width: 90%;
	}
	.sustainability-slider .carousel-cell {
		width: 25%;
	}
}

@media (max-width: 1399px) {
	.mapsvg-popover {
		max-width: 35% !important;
	}
}

@media (min-width: 1400px) {
	.mapsvg-popover .map-heading {
		font-size: 1.75rem;
	}
	.mapsvg-popover .map-desc {
		font-size: 1.1rem;
	}
}

/*--------------------------------------------------------------
# Membership
--------------------------------------------------------------*/

#maravilla,
#montage {
	padding-bottom: 100px;
}

#maravilla {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e0d3+0,e8e0d3+70,e8e0d3+70,ffffff+70,ffffff+100 */
	background: #e8e0d3; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		#e8e0d3 0%,
		#e8e0d3 75%,
		#e8e0d3 75%,
		#ffffff 75%,
		#ffffff 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		#e8e0d3 0%,
		#e8e0d3 75%,
		#e8e0d3 75%,
		#ffffff 75%,
		#ffffff 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#e8e0d3 0%,
		#e8e0d3 75%,
		#e8e0d3 75%,
		#ffffff 75%,
		#ffffff 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e0d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.membership-image {
	height: 35vh;
}

.membership-image .membership-background {
	height: 100%;
	background-size: cover !important;
}

.membership-center {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	#maravilla .row,
	#montage .row {
		height: 75vh;
	}
	#maravilla .membership-image,
	#montage .membership-image {
		height: 100%;
	}
	.membership-center {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.membership-slider {
	padding-left: 20px;
	padding-right: 20px;
	/*display: inline-block;
	margin: auto;
	width: 100%;
	text-align: center;
	position: relative;*/
}

.membership-slider .flickity-viewport {
	height: 70vh !important;
}

.membership-slider .carousel-cell {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.membership-slider .carousel-cell img {
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}

.membership-info {
	width: 100%;
	max-width: 270px;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.membership-info p {
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.membership-slider .flickity-prev-next-button {
	color: #ffffff;
	z-index: 2;
}

.membership-slider .flickity-prev-next-button.previous {
	left: 0;
}

.membership-slider .flickity-prev-next-button.next {
	right: 0;
}

.membership-slider .flickity-page-dots .dot {
	background: #046099;
}

@media (min-width: 768px) {
	.membership-slider {
		padding-left: 0;
		padding-right: 0;
	}
	.membership-slider .main-carousel-two,
	.membership-slider .main-carousel-one {
		left: 0% !important;
		z-index: 9;
	}
	.membership-slider .carousel-cell {
		width: 82%;
		left: 13%;
		margin-right: 2%;
	}
	.membership-info {
		max-width: 320px;
	}
	.membership-slider .flickity-prev-next-button.previous {
		left: 6%;
	}
	.membership-slider .flickity-prev-next-button.next {
		right: 6%;
	}
}

@media (min-width: 992px) {
	.membership-slider .flickity-viewport {
		height: 75vh !important;
	}
	.membership-slider {
		padding-top: 1.25rem;
	}
	.membership-info {
		max-width: 420px;
		bottom: 10px;
		left: 30px;
	}
}

@media (min-width: 1200px) {
	.membership-slider {
		padding-top: 1.65rem;
	}
}

/*--------------------------------------------------------------
# Legals
--------------------------------------------------------------*/

.page-template-template-legals .site-branding {
	height: 80px;
	background-color: #fff;
	position: static;
}

.page-template-template-legals .site-branding a.white-logo {
	display: none !important;
}

.page-template-template-legals .site-branding a.dark-logo img {
	display: block !important;
	position: absolute;
	left: 20px;
	top: 5px;
	z-index: 101;
	width: 100%;
	max-width: 130px;
	margin: auto;
	text-align: left;
}

.page-template-template-legals .main-navigation .menu li a {
	color: #42403f;
}

.page-template-template-legals .site-main {
	font-family: "Graphik";
	padding: 10px 0 60px;
}

.page-template-template-legals .site-main article {
	max-width: 60%;
	margin: auto;
}

.page-template-template-legals .entry-title {
	font-family: "ColumbiaSans";
}

.page-template-template-legals .site-main p {
	margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/

.error404 .site-branding a.white-logo {
	opacity: 1;
}

.error404 #video-hero-section {
	background-size: cover !important;
}

.error404 a,
.error404 a:hover,
.error404 a:focus {
	color: #fff !important;
}

/*--------------------------------------------------------------
# Footer Block
--------------------------------------------------------------*/

#footer-block-section .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.footer-block {
	position: relative;
	height: 30vh;
	background: #42403f;
	overflow: hidden;
}

.footer-block-img {
	height: 100%;
	max-height: 100%;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	transition: all 1.3s;
}

.footer-block.one:hover .footer-block-img.one,
.footer-block.two:hover .footer-block-img.two,
.footer-block.three:hover .footer-block-img.three {
	transform: scale(1.04);
}

.dark-out {
	opacity: 0.5 !important;
}

.footer-block .bottom-text {
	position: absolute;
	bottom: 10px;
	left: 15px;
	z-index: 9;
	margin: auto;
	display: block;
}

.footer-block .bottom-text a {
	text-decoration: none;
	font-family: "ColumbiaSans";
}

@media (min-width: 768px) {
	.footer-block {
		height: 35vh;
	}
	#footer-block-section .row {
		margin-right: -6px;
		margin-left: -6px;
	}
	#footer-block-section div[class*="col-"] {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (min-width: 992px) {
	.footer-block {
		height: 45vh;
	}
}

@media (min-width: 1200px) {
	#footer-block-section .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
	.footer-block {
		height: 55vh;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-logo {
	width: 100%;
	max-width: 130px;
}

.social a {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	transition: 0.3s ease all;
}

address {
	font-weight: 400;
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	font-style: normal;
	padding: 0px 0px 20px 0px;
}

p.copyright {
	font-weight: 400;
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	font-style: normal;
}

.site-info {
	display: inline-block;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 5% 30px 5%;
}

.footer-nav ul {
	list-style: none;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

.footer-nav ul li {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.copyright a.wt-cli-ccpa-opt-out,
.footer-nav ul li a {
	font-weight: 400;
	font-style: normal;
	text-decoration: none !important;
	line-height: 1;
	transition: 0.3s ease all;
}

.footer-nav ul li a:hover,
.social a:hover {
	color: #046099;
}

@media (min-width: 768px) {
	.footer-nav ul {
		text-align: right;
	}
	.footer-nav ul li {
		padding: 5px 0 5px 15px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.footer-nav ul {
		width: 220px;
		text-align: left;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		padding-top: 0;
		margin-right: 0;
		margin-left: auto;
	}
	.footer-nav ul li {
		display: block;
		padding: 0 0 10px;
	}
}

@media only screen and (max-width: 991px) {
	#golf-posts .d-block.med-heading.left.mb-2 {
		text-align: left;
	}

	.d-block.superscript.left,
	.d-block.med-heading.left,
	.col-md-6.col-lg-3.pb-4.pb-lg-0 .explore-left {
		text-align: center;
	}

	.col-md-6.col-lg-3.pb-4.pb-lg-0 .explore-left {
		width: 100%;
		max-width: 57px;
		float: none;
		clear: both;
		text-align: center;
		margin: auto;
	}
}

/*--------------------------------------------------------------
# Media Query for HD Screens
--------------------------------------------------------------*/
@media screen and (min-width: 1900px) {
	.superscript,
	.superscript-white {
		font-size: 1em;
	}

	address,
	.footer-nav a,
	#inquire-btn,
	.scroll-text,
	.main-navigation .menu li a,
	.site-branding.sticky .menu li a,
	a.explore-left,
	a.discover-left,
	a.explore-center,
	a.explore-white-center,
	.dwnld-links a,
	.dwnld-links a:visited,
	p.copyright,
	.menu-links a {
		font-size: 1.1rem;
	}

	.body-bold p,
	.body-bold-white p,
	.body p,
	.body-white p,
	.bdy p,
	.bdy-white p,
	#gform_submit_button_1,
	.columbia-italics,
	.instructional {
		font-size: 1.2em;
	}

	p.info-script,
	#field_1_6 label,
	.par,
	.flex-holder p.caption {
		font-size: 1.2em;
	}

	.social a {
		font-size: 1.4em;
	}

	.sm-heading,
	.sm-heading-white {
		font-size: 1.5em;
	}

	ul.adventure-images li a.text,
	ul.clubhouse-images li.col-1-3.relative .ken-wrapper-one a.text,
	ul.clubhouse-images li.col-1-3.relative .ken-wrapper-two a.text,
	ul.clubhouse-images li.col-1-3.relative .ken-wrapper-three a.text,
	ul.clubhouse-images li.col-1-3.relative .ken-wrapper-four a.text,
	ul.clubhouse-images li.col-1-3.relative .ken-wrapper-five a.text {
		font-size: 1.6em;
	}

	.med-heading,
	.med-heading-white,
	#introduction-block p,
	.footer-block .bottom-text a.reg-link,
	.doors {
		font-size: 1.8em;
	}

	.lg-heading,
	.lg-heading-white {
		font-size: 2.8em;
	}

	#video-hero-section .over h1.hero-fade,
	.thank-you-over h1.hero-fade {
		font-size: 3.1em;
	}

	a.discover-left {
		max-width: 154px;
	}
	.membership-text.row.justify-content-center.align-items-center
		.explore-left {
		max-width: 144px;
	}
	a.explore-left,
	a.explore-white-center {
		max-width: 64px;
	}

	.menu-links a,
	.menu-links a:visited {
		max-width: 93px;
	}

	.tall-conservation {
		transform: translate(50%, 20%);
	}

	.tall-history {
		transform: translate(50%, 11%);
	}

	.tall-ab {
		transform: translate(50%, 46%);
	}

	.left-spacing-tall {
		padding: 0px 20% 0px 0%;
	}

	.tall-ab-two {
		transform: translate(50%, 61%);
	}

	.center-vert {
		padding: 0px 120px 0px 20px;
	}
	.footer-nav ul {
		width: 300px;
	}
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
	.center-tall-ab {
		transform: translate(50%, 24%);
	}

	.tall-history {
		transform: translate(50%, 15%);
	}

	.tall-conservation {
		transform: translate(50%, 18%);
	}
}

@media screen and (max-width: 1380px) {
	.page-template-template-golf .center-ab {
		transform: translate(50%, 7%);
	}
}

/* (1280x1024) SXGA Display */
@media screen and (max-width: 1280px) {
	.page-template-template-home .center-vert-alt {
		margin-top: 4%;
	}

	.page-template-template-golf .center-ab {
		transform: translate(50%, 3%);
	}

	.center-ab,
	.tall-conservation {
		transform: translate(50%, 5%);
	}

	.center-tall-ab {
		transform: translate(50%, 14%);
	}

	.tall-ab-two {
		transform: translate(50%, 50%);
	}

	.tall-ab {
		transform: translate(50%, 32%);
	}

	.tall-history {
		transform: translate(50%, 2%);
	}
}

@media only screen and (max-width: 414px) {
	#inquire-form .gform_button {
		margin-bottom: 120px !important;
	}
}
