/*!
Theme Name: The Crane 2026
Theme URI: https://craneresidences.com/
Author: The Crane Team
Author URI: https://craneresidences.com/
Description: WordPress theme for The Crane Private Residences.
Version: 1.0.13o
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-crane
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.

The Crane 2026 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
--------------------------------------------------------------*/
@font-face {
    font-family:"Avenir LT W01_45 Book1475508";
    src:url("fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff");
}

 @font-face {
    font-family:"Avenir LT W01_35 Light1475496";
    src:url("fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
}

@font-face{
    font-family:"Avenir LT W01_35 Light_1475502";
    src:url("fonts/a59168c1-917d-4de9-a244-0316c057c357.woff2") format("woff2"),url("fonts/6dc0e7d8-9284-44e1-8f05-984a41daa3a4.woff") format("woff");
}

@font-face{
    font-family:"Avenir LT W01_65 Medium1475532";
    src:url("fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
}

@font-face {
    font-family: 'AvenirLTProBook';
    src: url('fonts/AvenirLTPro-Book.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTProRoman';
    src: url('fonts/AvenirLTPro-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTProLight';
    src: url('fonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTProLightOblique';
    src: url('fonts/AvenirLTPro-LightOblique.woff2') format('woff2'),
        url('fonts/AvenirLTPro-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTProMedium';
    src: url('fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTProHeavy';
    src: url('fonts/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Winsome';
    src: url('fonts/WinsomeBasic.woff2') format('woff2'),
        url('fonts/WinsomeBasic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

/* Document
========================================================================== */
:root {
	--primary-white: #FFFFFF;
	--primary-blue: #377599;
	--primary-grey: #58595B ;
	--primary-light-grey: #F5F3F0;
	--secondary-blue: #005884;
	--secondary-light-blue: #CADFEC;
	--secondary-grey: #6F6F6F;
	--secondary-light-grey: #A6A5A4;
	--default-font-color: #000000;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 160px;
}


/* Sections
	 ========================================================================== */
body { margin: 0; }

html,body {
	max-width: 100%;
	overflow-x: hidden;
}

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
	 ========================================================================== */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
a { background-color: transparent; }

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong { font-weight: bolder; }

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small { font-size: 80%; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content
	 ========================================================================== */
img { border-style: none; }

/* Forms
	 ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1;
	margin: 0;
}

button,
input { overflow: visible; }

button,
select {
	text-transform: none;
	border-radius: 0;
}

/**
 * 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;
}

.btn, #infinite-handle .ctis-load-more > button {
	font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color
}

/* 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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}
body, button, input, select, optgroup, textarea {
	font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:  1rem;
	line-height: 1.5;
	color: var(--primary-grey);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-transform: uppercase;
	color: var(--primary-blue);
}

h1 { font-size: 2rem; }
h2 { 
	font-size: 1.75rem; 
	margin: 0 0 2rem;
	line-height: 1;
}
h3 { font-size: 2rem; }
h4 { font-size: 1.175rem; }
h5 { font-size: 1.5rem; }

h1, h2, .font-light {
	font-family: 'Avenir LT W01_35 Light1475496', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.title-display {
	font-family: 'Winsome', cursive;
	font-size: 2rem;
	text-transform: none;
}

.font-medium, .cta-link, .font-heavy, strong, b { 
	font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif; 
	font-weight: 500;
}

.font-light-italic, blockquote, .single .entry-content p:first-child {
	font-family: 'Avenir LT W01_35 Light_1475502', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.font-roman, .footer-title, label, .col-side h3, .title-sm, .single .entry-content h2, .page-default h2 {
	/* font-family: 'AvenirLTProRoman', Helvetica, Arial, sans-serif;
	font-weight: 300; */
}

.font-heavy, strong, b {
	/* font-family: 'AvenirLTProHeavy', Helvetica, Arial, sans-serif;
	font-weight: 800; */
}

.text-md { font-size: 1.5rem; }
.text-sm { font-size: 0.875rem; }
.text-xs { 
	font-size: 0.75rem !important; 
	letter-spacing: 1px;
}

.text-color-primary { color: var(--primary-blue); }
.text-color-light { color: #fff; }

p { margin: 0 0 2rem; }
p:last-child { margin-bottom: 0; }

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

blockquote {
	margin: 3rem 0;
    text-transform: uppercase;
    position: relative;
    color: var(--primary-blue);
    border-top: 1px solid #377599;
    border-bottom: 1px solid #377599;
    position: relative;
    padding: 2rem;
}
blockquote:before,
blockquote:after {
	content: '';
    display: inline-block;
    background-size: 34px 32px;
    background-repeat: no-repeat;
    width: 52px;
    height: 32px;
    position: absolute;
    background-color: #fff;
}
blockquote:before {
	background-image: url(images/quote-open.svg);
	background-position: left top;
	left: 0;
    top: -32px;
}
blockquote:after {
	background-image: url(images/quote-close.svg);
	background-position: right top;
	right: 0;
    bottom: -32px;
}
blockquote p { margin: 0; }
address {
	margin: 0;
	font-style: normal;
}

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%; }

@media only screen and (min-width: 768px) {
	h1 { font-size: 3rem; }
	h2 { font-size: 2rem; }
	.title-display { font-size: 3rem; }
}

/* Elements
--------------------------------------------- */
body { background: #fff; }

hr {
	background-color: var(--secondary-grey);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol { 
	margin: 0; 
	padding-left: 1rem;
}

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: 0; }

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

th { font-weight: normal; }

td, th {
    padding: 0.875rem 1.5rem;
    line-height: 1;
}

/* Links
--------------------------------------------- */
a {
	color: #58595B;
	text-decoration: none;
}

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

a:hover,
a:focus,
a:active {
	color: #005884;
}

a:focus {
	outline: thin dotted;
}

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


/* Forms
--------------------------------------------- */
label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.bg-primary label,
.bg-primary ::placeholder { color: #fff; }
.bg-primary ::placeholder {opacity: 0.5;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #F5F3F0;
	background: #e6e6e6;
	color: #005884;
	line-height: 1;
	padding: 0.5rem 1rem;
}

select { height: 40px; }

textarea { width: 100%; }

.default-btn-primary,
.default-btn-primary:visited, 
input[type="submit"].default-btn-primary {
	background-color: var(--primary-blue);
	color: #ffffff;
	padding: 10px 20px;
	text-decoration: none;
}

.default-btn-primary:hover {
	background-color: var(--secondary-blue);
	color: #ffffff;
}

.default-btn-secondary {
	background-color: none;
	text-decoration: underline;
}

.default-btn-secondary:hover {
	color: var(--secondary-blue);
}

.default-btn-primary-grey {
	background-color: var(--primary-grey);
	color: var(--primary-blue);
	padding: 10px 20px;
}

.btn.btn--primary, #infinite-handle .ctis-load-more > button, #infinite-handle .ctis-load-more > button:hover {
	padding: 0.75rem 1.5rem;
	color: #fff;
	background-color: var(--primary-blue);
	font-size: 0.875rem;
	line-height: 1;
	border-color: var(--primary-blue);;
}

.btn.btn--primary:hover, 
.btn.btn--primary:focus,
.btn.btn--primary:active,
#infinite-handle .ctis-load-more > button:hover,
#infinite-handle .ctis-load-more > button:focus,
#infinite-handle .ctis-load-more > button:active {
	background-color: var(--secondary-blue);
	color: #fff;
}

.site-header .btn--booknow {
	background-color: #fff;
	color: var(--primary-blue);
	border-color: #fff;
}

.sticky .btn--primary,
.btn--primary--blue  {
	color: #fff;
	background-color: var(--primary-blue);
}

/* Global Styles
--------------------------------------------- */
.nostyles { 
	list-style: none; 
	padding: 0;
	margin: 0;
}
.h-100 { height: 100%; }
.bg-secondary { background-color: #f3f4ee; }
.bg-primary-light { background-color: #ecf4f4; }
.section { 
	padding-top: 3rem; 
	padding-bottom: 3rem; 
}
.section-pt { padding-top: 3rem; }
.section-pb { padding-bottom: 3rem; }
.section-mt { margin-top: 3rem; }
.section-mb { margin-bottom: 3rem; }
.elm-mb { margin-bottom: 4rem; }
.img-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pos-relative { position: relative; }
.layer-absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.link-underline { text-decoration: underline; }

.text-block h2 {
	font-size: 1.5rem;
	line-height: 1.333;
	margin: 0;

}
.text-block blockquote { 
	text-align: center; 
	margin-bottom: 2rem;
}
.img-block figcaption {
	font-size: 1rem;
	border-bottom: 1px solid #dddede;
}
.bdr-bt { border-bottom: 1px solid #dedede; }
.link-primary { color: var(--primary-blue); }

.cta-link {
	color: var(--primary-blue);
	text-transform: uppercase;
	font-size: 0.75rem;
	text-decoration: none;
	position: relative;
	padding-bottom: 2px;
}
.cta-link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--primary-blue);
	transition: height 0.25s ease-in-out;
}
.cta-link:hover:before {
	height: 2px;
}

@media only screen and (max-width:  1023px) {
	.teaser-full .layer-absolute {
		position: static;
	}
}

@media only screen and (min-width: 768px) {
	.section-md-pb { padding-bottom: 3rem; }
	.section-md-mb { margin-bottom: 3rem; }
	/* .elm-pe { padding-right: 2rem; }
	.elm-ps { padding-left: 2rem; } */
}

@media only screen and (min-width: 992px) {
	.elm-pe { padding-right: 5rem; }
	.elm-ps { padding-left: 5rem; }
}

/* Header
--------------------------------------------- */
.header--row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header__box {
	display: flex;
	flex: 1;
}

.header__logo { justify-content: center; }

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	-o-transition: all 1.3s;
	transition: all 1.3s;
	font-size: 0.875rem;
    letter-spacing: 1px;
    color: #fff;
}

.admin-bar #masthead {
	top:  32px;
}

.header--main {
	background-color: rgba(22,20,26,0.1);
	background-image: linear-gradient(180deg, rgba(22,20,26,0.8) 0%, rgba(22,20,26,0) 100%);
	/* z-index: 9999; */
}

.page-id-469 .header--main,
.page-id-479 .header--main,
.page-id-485 .header--main,
.page-id-487 .header--main,
.page-id-489 .header--main,
.header--main.sticky,
.category-blog .header--main,
.post-template-blogpost .header--main,
.blog .header--main {
	background-color: #f8f9fa;
	background-image: none;
} 

.header--main .header__brands-logo>div {
	/* display: flex;
	align-items: center; */
}

.header--main .header__brands-logo {
	font-family: AvenirLTProRoman;
}

.header__logo--color {
	display: none;
}

.header__logo--large,
.header__logo--color {
	width: 180px;
}

.hero-block-padder {
	margin-top: 50vh;
	text-align: center;
	display: none;
}

/*Used for the text shown below the hero image*/
.hero-copy {
	color: var(--primary-blue);
	max-width:  768px;
	text-align: center;
}

@media (max-width:767px) {
	.header__logo--large {
		width: auto;
	}
}

.site-branding {
	padding: 1.25rem 0;
}

.vidbg-container {
	height: 100vh;
}

#brands-svg-container { 
	color: #fff; 
	font-size: 0.75rem;
    line-height: 1;
    position: relative;
    padding-left: 22px;
}

#brands-svg-container svg {
	fill: #fff;
	border: 1px solid #fff;
	border-radius: 12px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.header__logo.header__box svg {
	fill:  #fff;
}

.sticky .header__logo.header__box svg,
.header-light .header__logo svg,
.is-expanded .header__logo svg {
	fill:  var(--primary-blue);
}

/* Navigation
--------------------------------------------- */
.menu-toggle {
	position: absolute;
    top: 1.5rem;
    right: 1rem;
    padding: 0;
    background: none;
    border: 0;
}

.hamburger {
    display: inline-block;
    overflow: visible;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 24px;
}

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

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}

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

.hamburger-inner:before {
    top: -10px;
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner:after {
    top: 20px;
}

.toggled .hamburger-inner,
.toggled .hamburger-inner:after, 
.toggled .hamburger-inner:before,
.sticky .hamburger-inner,
.sticky .hamburger-inner:after, 
.sticky .hamburger-inner:before { 
	background-color: var(--primary-grey); 
}

.toggled .hamburger--slider .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}

.toggled .hamburger--slider .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}

.toggled .hamburger--slider .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(
-90deg);
}

.main-navigation,
.header--main .widget_nav_menu {
	display: block;
	width: 100%;
}

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

.main-navigation .nav-menu li a {
	padding: 0.875rem 0;
	font-family: AvenirLTProRoman;
	/* font-size: 18px; */ /*14pt*/
	color: #fff;
	text-transform: uppercase;
}

.header--main__nav a:before {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	height: 0;
	content: '';
	background: #f8f9fa;
}

.nav--active .main-navigation ul,
.nav--active .header--main .widget_nav_menu ul {
	display: block;
}

.main-navigation ul ul,
.header--main .widget_nav_menu 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,
.widgt_nav_meuu ul ul a {
	width: 200px;
}

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

.main-navigation li,
.header--main .widget_nav_menu li {
	position: relative;
}

.header--main.nav--active .widget_nav_menu li {
	text-align: center;
}

.main-navigation a,
.header--main .widget_nav_menu a {
	display: block;
	text-decoration: none;
	padding: 14px 0;
}

.header__menu {
	display: inline-block;
	text-align: right;
}

.navbar__burger {
	display: none;
	color: white;
}

/* Small menu. */
.main-navigation.toggled {
	background-color: #fff;
	height: 100vh;
	text-align: center;
}

.main-navigation.toggled .main-nav-container {
	padding: 0;
}

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

.main-navigation.toggled li { border-bottom: 1px solid #acabaa; }

.main-navigation.toggled .nav-menu a { color: var(--primary-grey); }

.site-branding.is-expanded { 
	background-color: #fff; 
	border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
	.header-cta {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 9;
		box-shadow: 0 -3px 6px rgb(0,0,0,0.3);
	}

	.header-cta .btn { 
		width:100%; 
		background-color: var(--primary-blue);
		color: #fff;
		border-color: var(--primary-blue);
	}

	.hero-full .overlay-text { padding-bottom:2.5rem }
	.hero-full .discover-more { bottom: 3.5rem; }
}

@media only screen and (min-width: 768px) {
	.main-navigation .nav-menu {
		display: flex;
		flex-direction: row;
		text-align: left;
		justify-content: space-evenly;
	}

	.main-navigation .nav-menu a:before {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
		height: 0;
		content: '';
		background: #f8f9fa;
	}

	.sticky .main-navigation .nav-menu a:before,
	.header-light .nav-menu a:before {
		background-color: var(--primary-blue);
	}

	.main-navigation .current-menu-item > a:before,
	.main-navigation .nav-menu a:hover:before,
	.main-navigation .current-page-ancestor > a:before {
		height: 4px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

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

.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%;
}

/**
Sticky header changes
**/

#masthead.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	-o-transition: all 1.3s;
	transition: all 1.3s;
}

@media screen and (max-width: 768px) {
	#masthead.sticky {
		z-index: 30;
	}
}

@media screen and (min-width:768px) {
	.admin-bar #masthead,
	.admin-bar #masthead.sticky {
		top: 32px;
	}

	#brands-svg-container {
		padding-left: 1.75rem;
	}

	#brands-svg-container svg {
		width: 24px;
		height: 24px;
		top: -0.5rem;
	}

	.site-branding,
	.main-navigation {
		border-bottom: 1px solid #f8f9fa;
	}

	.sticky .main-navigation {
		border-color: #e9e8e7;
	}
}

.sticky #brands-svg-container,
.sticky .nav-menu li a,
.header-light #brands-svg-container,
.header-light .nav-menu li a,
.is-expanded #brands-svg-container {
	color: #005884;
}

.sticky #brands-svg-container svg,
.header-light #brands-svg-container svg,
.is-expanded #brands-svg-container svg {
	fill: #005884;
	border-color: #005884;
}

.sticky .navbar__burger span {
	color: #58595b
}

@media only screen and (min-width: 768px) {
	.sticky #site-branding,
	.header-light #site-branding {
		border-color: #005884;
	}
}

/* Site Footer
--------------------------------------------- */
.site-footer {
	background-color: #f5f3f0;
	font-size: 0.875rem;
	line-height: 1.333rem;
}

.site-footer .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.75rem;
}

.site-footer .menu-item {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-title {
	font-size: 1rem;
	line-height: 1;
	margin: 0 0 1rem;
}

.footer-newsletter { overflow: hidden; }
.footer-newsletter input[type="email"]  {
	width: 100%;
    font-size: 0.875rem;
    padding: 0.675rem 1rem;
    border: 0;
    margin-bottom: 1rem;
    border-color: #fff;
    line-height: 1;
}

.agree-terms {
	font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    /* padding-top: 0.75rem; */
}
.agree-terms > input[type="checkbox"] {
	display: inline-block;
    vertical-align: middle;
}
.agree-terms a { text-decoration: underline; }

.site-info { /* padding: 3rem 0; */ }
.footer-links .menu-item { 
	display: inline-block; 
	padding: 0 1rem;
}

@media only screen and (max-width: 767px) {
	.site-footer { text-align: center; }
}

@media only screen and (min-width: 768px) {
	.site-footer-top { padding: 3.5rem 0; }
	.footer-newsletter .btn { float: right; }
}

/* Page Hero
--------------------------------------------- */
.page-header,
.page-header > .post-thumbnail { position: relative; }
.page-header > .post-thumbnail { height: 100%; }
.page-header:not(.header-overlap) > .post-thumbnail:before {
	content:  '';
	background: rgba(0,6,9,0.3);
	z-index: 0;
}

.page-header > .post-thumbnail:before,
.page-header .overlay-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-shadow: 0 0 6px rgba(0,6,9,0.7);
}
.page-header .overlay-text { text-align: center; }
.page-header-title { 
	color: #fff; 
	line-height: 1;
	margin: 0 0 3rem;
	letter-spacing: 2px;
}
.page-header-title > .title-display { 
	display: block; 
	letter-spacing: 0;
}
.page-header .wp-post-image {
	display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header { 
	height: 76vh; 
	max-height: 640px;
}
.hero-full { 
	height: 100vh; 
	max-height: 100%;
}
.hero-video {
	height: auto;
    max-height: 100%;
}
.hero-full .page-header-title { margin: 0; }

.page-header .discover-more {
	font-size: 0.75rem;
    text-transform: uppercase;
}
.discover-more {
	position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
}
.discover-more > a {
	color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
.discover-more .fa { 
	display: block; 
	margin-top: 0.5rem;
}

.video-wrapper {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-asset {
	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

/* .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

/* Page Intro
--------------------------------------------- */
.intro {
	font-size: 1.25rem;
	color: var(--primary-blue);
	text-align: center;
}
.intro p { /* margin-top: 0; */ }
.intro p:last-child { margin-bottom: 0; }

.intro-overlap .page-header-title {
	color: var(--primary-blue);
	font-size: 2.5rem;
	letter-spacing: 0;
	border-bottom: 1px solid #dddede;
}

.intro-overlap {
	color: var(--primary-grey);
	text-align: left;
}

.container-overlap {
	margin-top: -5rem;
    position: relative;
    z-index: 1;
}


/* Home Slider
--------------------------------------------- */
.rotate-wrap { max-width: 40px; }
.rotate-90 {
  	writing-mode: tb-rl;
	transform:  rotate(-180deg);
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.slider { margin-top: 2.5rem; }

.slider > .js-container {
	margin-right: 0;
    max-width: 100%;
}
.slider .home-slides.slick-slider { margin: 0; }

.slider .slick-slide,
.slider .slide { max-width: 802px; }

.slick-slide img { width: 100%; }

.slick-dots { position: static; }
.slider-navs .slide-arrows {
	display: inline-block;
    background: #fff;
}
.slide-arrows button {
	background: none;
    border: 0;
    padding: 0;
}
.slider .slider-navs {
	text-align: center;
	padding: 0;
}
.slider .carousel-nav.slick-disabled { opacity: 0.5; }
.slider-navs .slick-dots { 
	list-style: none;
	margin: 0;
	padding: 0 1rem; 
}
.slider-navs .slick-dots li { 
	display: inline-block;
	margin: 0 0.5rem; 
	width: auto;
	height: auto;
	vertical-align: middle;
}
.slider-navs .slick-dots button {
	width: 4px;
	height: 4px;
	background-color: #58595B;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
}

.slider-navs .slick-dots .slick-active button {
	width: 6px;
	height: 6px;
	background-color: #377599;
}

.slider-navs .slick-dots button:before { display: none; }

@media only screen and (max-width: 767px) {
	.slider .slider-navs {
		width: 100% !important;
	}

	.slider { position: relative; }

	.slider:after {
		content: '';
		width: calc(100% - 30px);
		display: block;
		border-bottom: 1px solid #dddede;
		margin: 1rem auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.rotate-90 {
		font-size: 2.5rem;
		right: 0;
		left: auto;
	}

	.slider { margin-top: 4.5rem; }

	.slide figure { 
		margin: 0; 
		padding: 0 0.75rem;
	}

	.slider .slider-navs {
		text-align: right;
		position: absolute;
		bottom: 1rem;
		left: 1.5rem;
	}

	.slide figcaption { border-bottom: 1px solid #dddede; }
}

@media only screen and (min-width: 992px) {
	.slider .slider-navs {
		/* right: auto;
		left: 40px; */
	}
}

@media only screen and (min-width: 1200px) {
	.slider .slick-slide,
	.slider .slide { max-width: 982px; }
}

@media only screen and (min-width: 1400px) {
	.slider .slick-slide,
	.slider .slide { max-width: 1160px; }
}

/* Media + Text
--------------------------------------------- */
.img-layer-wrap > figure:before {
	content: '';
    position: absolute;
    right: -1rem;
    top: 2rem;
    background: #F5F3F0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-secondary .img-layer-wrap > figure:before { background-color: #fff; }

.two-decks-alt .img-layer-wrap > figure:before {
	left: -1rem;
	right: auto;
}

.img-layer-wrap img {
	display: block;
    position: relative;
    min-height: 320px;
}

.img-layer-text ul, 
.img-layer-text ol { margin-bottom: 2rem; }

@media only screen and (min-width: 768px) {
	.img-layer-wrap { padding: 0 0 2rem 2rem; }
	.img-layer-wrap > figure:before {
		right: auto;
	    left: -2rem;
	    top: 2rem;
	}

	.two-decks-alt .img-layer-wrap,
	.order-md-last .img-layer-wrap { padding: 0 2rem 2rem 0; }
	.two-decks-alt .img-layer-wrap > figure:before,
	.order-md-last .img-layer-wrap > figure:before {
		left: auto;
		right: -2rem;
	}
}

@media only screen and (min-width: 992px) {
	.img-layer-wrap { padding: 0 0 4.5rem 4.5rem; }
	.img-layer-text { transform: translateY(-2.25rem); }
	.img-layer-wrap > figure:before {
		right: auto;
	    left: -4.5rem;
	    top: 4.5rem;
	}

	.two-decks-alt .img-layer-wrap,
	.order-md-last .img-layer-wrap { padding: 0 4.5rem 4.5rem 0; }
	.two-decks-alt .img-layer-wrap > figure:before,
	.order-md-last .img-layer-wrap > figure:before {
		left: auto;
		right: -4.5rem;
	}
}

/* Full-Width CTA
--------------------------------------------- */
.block-primary {
	background-color: var(--primary-blue);
	color: #fff;
	padding: 2rem 1rem;
	line-height: 1.5;
}

.block-primary h2,
.block-primary h3 { 
	color: #fff; 
	max-width: 80%;
    margin: 0 auto 2rem;
    line-height: 1;
}
.block-primary .btn--primary { 
	background-color: #fff; 
	color: var(--primary-blue);
}

@media only screen and (min-width: 768px) {
	.block-primary-wrap {
		background: #F5F3F0;
		padding-right: 4.5rem;
		margin-top: -4.5rem;
	}

	.block-primary {
		padding: 3rem 7rem;
	}
}

/* Residences
--------------------------------------------- */
.category-accordion-container {
	border-top: 1px solid var(--secondary-light-grey);
}
.category-accordion-container .post-container.collapsed {
	height: 240px;
	overflow: hidden;
	position: relative;
}

.category-accordion-container .post-container .post-header {
	height: 240px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	color: #58595B;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-bottom: 1px solid #A6A5A4;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.category-accordion-container .post-container.active > .post-header {
	background: none;
	color: white;
	border-bottom: 0;
}

.category-accordion-container .post-container.active > .post-header {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,6,9,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,6,9,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,6,9,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000609',GradientType=0 );
}

.category-accordion-container .collapsed.hover .post-img-container { z-index: 0; }

.category-accordion-container .collapsed.hover .post-img-container:before {
	content: '';
	background: rgba(0,6,9,0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-content.collapsed { display: none; }

.category-accordion-container .post-title-container {
	font-size: 1.5rem;
	line-height: 1;
}

.acc-post-title { padding-bottom: 2rem; }

.hover .acc-post-title,
.active .acc-post-title { 
	color: #fff; 
}

.active .acc-post-title { 
	border-bottom: 4px solid #fff; 
}

.category-accordion-container .post-container .post-content-container {
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 100%;
	overflow: hidden;
}

.post-img-container > img {
	height: 100%;
	min-height: 240px;
	object-fit: cover;
}

/* .active .post-img-container > img {
	min-height: 100%;
	object-fit: cover;
} */

@media only screen and (max-width: 767px) {
	.category-accordion-container .collapsed .post-img-container:before {
		content: '';
		background: rgba(0,6,9,0.6);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.category-accordion-container .post-container .post-header {
		border-bottom: 1px solid #fff;
	}

	.acc-post-title {
		color: #fff;
		padding-right: 2rem;
	}

	.acc-post-title svg { margin-right: -2rem; }

	.collapsed .post-img-container { height: 100%; }
}

@media only screen and (min-width: 768px) {
	.category-accordion-container .post-container.collapsed .post-header {
		background-color: var(--primary-light-grey);
	}

	.category-accordion-container .post-container.hover > .post-header {
		background: none;
		color: white;
		border-bottom: 0;
	}

	.hover .acc-post-title { 
		border-bottom: 4px solid #fff; 
		color: #fff; 
	}

	.category-accordion-container .post-container.active > .post-header {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,6,9,0.6) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,6,9,0.6) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,6,9,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000609',GradientType=0 );
	}

	.collapsed .post-img-container > img {
		transform: translateY(-15%);
	}
}

@media only screen and (min-width: 992px) {
	.collapsed .post-img-container > img {
		transform: translateY(-35%);
	}
}

@media only screen and (min-width: 1200px) {
	.collapsed .post-img-container > img {
		transform: translateY(-45%);
	}
}

/* Panel style when active */
.category-accordion-container .post-container.active .post-content-container {
	height: auto;
	/*max-height: 1000px;*/
} 

.category-accordion-container .post-container .post-content-container .post-content{
	/* padding: 15px 10px 10px 10px; 
	padding: 3.5rem 0; */
}

.fa.right {
	float: right;
}

.col-side h3, .title-sm {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.778;
	color: var(--primary-grey);
}

.col-side ul {
	margin-left: 0;
    padding-left: 1rem;
}

.content-row {
	border-bottom: 1px solid #dddede;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.tabs-nav a { 
	letter-spacing: 1px; 
	font-size: 0.875rem;
	display: block;
	border-bottom: 4px solid #fff;
	padding-bottom: 0.25rem;
}
.bg-secondary .tabs-nav a { border-color: #f3f4ee; }

.tabs-nav a:hover { color: var(--primary-grey); }
.tabs-nav a:hover,
.tabs-nav a.active,
.tabs-nav .ui-tabs-active a {
	color: var(--primary-grey);
	border-color: var(--primary-grey);
}

.tab-content { border: 1px solid #dddede; }

.toolbar { padding-top: 2rem; }
.btn-tool {
	background: #58595b;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    line-height: 24px;
    margin: 0 -1px;
    height: 40px;
    border: 0;
}

.btn-tool-sm { 
	padding-left: 0.5rem; 
	padding-right: 0.5rem; 
}

.btn-tool-lg { 
	padding-left: 1.5rem; 
	padding-right: 1.5rem; 
}

.btn-tool > span {
	line-height: 1;
	vertical-align: middle;
}

.btn-tool .feather-download {
	width: 18px;
    height: 20px;
}

.btn-tool .expand {
	font-size: 1.5rem;
    line-height: 48px;
}

.btn-tool:hover,
.btn-tool:focus,
.btn-tool:active {
	background-color: var(--primary-blue);
	color: #fff;
}

.fl-mob-trigger.btn { 
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.fancybox-is-open .fancybox-slide--image .fancybox-content { background-color: #fff; }

.hotspot .dot {
	background-color: #377599;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    opacity: 0.5;
    border: 2px solid #377599;
}
.hotspot .dot[aria-describedby], .mob-dot.is-selected {
	background-color: #005884;
	border-color: #fff;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,6,9,0.5);
}

.popover {
	background: #fff;
    font-size: 1rem;
    width: 220px;
    /* box-shadow: 0 0 8px rgba(0,6,9,0.3); */
    -webkit-filter: drop-shadow(0 0 8px rgba(0,6,9,0.2));
    filter: drop-shadow(0 0 8px rgba(0,6,9,0.2));
    padding: 1.5rem;
    font-size: 0.875rem;
    font-family: inherit;
    border: 0;
    border-radius: 0;
}

.popover:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 24px;
	background: #9a9a9a url(images/x-white.svg) no-repeat center center;
	color: #fff;
}

.popover-header {
	margin: 0;
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    background: none;
    border: 0;
    padding: 0;
}

.popover-body {
	padding: 0;
    color: inherit;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top { margin-bottom: 1rem !important; }
.bs-popover-end { margin-left: 1rem !important; }
.bs-popover-bottom { margin-top: 1rem !important; }
.bs-popover-start { margin-right: 1rem !important; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 1rem 1rem 0;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 1rem 1rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1rem - 1px);
  width: 2rem;
  height: 2rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-right-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 1rem 1rem 1rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 1rem 1rem 1rem;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 1rem 1rem 1rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1rem - 1px);
  width: 2rem;
  height: 2rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-left-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 1rem 0 1rem 1rem;
  border-left-color: #fff;
}

.tab-close-row { padding: 2rem 0; }  
.tab-close .feather { 
	width: 20px;
    height: 18px;
}

@media only screen and (max-width: 768px) {
	.tabs-nav {
		white-space: nowrap;
		overflow-x: auto;
	}
}

@media only screen and (min-width: 768px) {
	.col-side {
		border-left: 1px solid #dddede;
	}

	.toolbar { padding-top: 4.5rem; }
	.tab-close-row { padding: 4.5rem 0; }  
}

@media only screen and (min-width: 992px) {
	.spacer { padding-right: 5rem; padding-left: 5rem; }
	.spacer-r { padding-right: 5rem; }
	.spacer-l { padding-left: 5rem; }
}

/* Residences - Mobile 
--------------------------------------------- */
.overflow-y-hidden { overflow-y: hidden; }
.floorplan-mob-full {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    text-align: left;
}

.fp-full-close {
	position: absolute;
    right: 5px;
    top: 0.75rem;
    z-index: 2;
}

.fp-mob-header {
	font-size: 1.125rem;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
    line-height: 1;
}

.fp-mob-body {
	height: 90vh;
	position: relative;
}

.tip-screen {
	display: none;
	background: rgba(0,6,9,0.7) url(images/mob-tips.svg) no-repeat center center;
	background-size: 72px 265px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.resort-map-container .tip-screen {
	display: block;
	background-image: url(images/mob-tips-drag.svg);
	background-size: 56px 64px;
}

.mob-dot {
	transform: scale(0.45);
    transform-origin: 0 0;
}

.fp-panes {
	box-shadow: 0 0 30px rgba(139, 139, 139, 0.15);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background-color: #fff;
}

.fp-pane-header {
	padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #dedede;
}

.pane-header-off .feather-chevron-down { display: none; }
.pane-header-off .feather-chevron-up {display: block;}
.pane-header-on .feather-chevron-down {display: block;}
.pane-header-on .feather-chevron-up {display: none;}

.fp-pane-body { 
	height: 0; 
	overflow: hidden;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;
	transition: height .25s ease-in-out;
}

.pane-open {
	height: auto;
}

.pane-slide { padding: 0.75rem 2.5rem; }

/* Residences - Other Residences
--------------------------------------------- */
.background-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.foreground-section {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 2rem;
}

.foreground-section:before,
.foreground-section:after {
	content: '';
	position: absolute;
	top: 2rem;
	width: 0;
	height: 0;
	z-index: 0;
	transition: border 1s ease-in, width 0.5s ease-out, height 0.25s ease-out;
	
}
.foreground-section:before { 
	left: 2rem; 
}
.foreground-section:after { 
	right: 2rem; 
}

.foreground-section__background:before,
.background-section:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,6,9,0.3);
}
.background-section:before { background: rgba(0,6,9,0.6); }

/* @media (min-width: 480px) {
	.foreground-section {
		padding: 50px 40px;
	}
}

@media (min-width: 600px) {
	.foreground-section {
		padding: 50px;
	}
} */

.foreground-section__background {
	position: absolute;
	top: 0;
	left: 0;
	background-position: 50%;
	background-size: cover;
	height: 100%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	width: 100%;
	z-index: 1;
}

.foreground-section__wrapper {
	position: relative;
	z-index: 2;
	transition: background .6s;
	min-height: 280px;
	width: 100%;
	/* display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; */
}

.two-hover-block .foreground-section__wrapper {
	padding: 5rem;
}

.three-hover-block .foreground-section__wrapper {
	padding: 2rem;
}

.two-hover-block  .foreground-section__wrapper {
	/* border: 0px solid white; */
}

.image-link-title {
	color: #fff;
	line-height: 1;
	margin: 0 0 1rem;
	text-shadow: 0 0 3px rgba(0,6,9,0.7);
	position: relative;
	transition: all 0.25s ease-in-out;
}

.foreground-section__description {
	color: #fff;
}

.foreground-section__description .underline {
	/* font-size: 16px;
	font-family: AvenirLtProMedium;
	text-transform: uppercase; */
	border-bottom: 2px solid #fff;
	color: #fff;
}

.animate {
	-webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@media only screen and (max-width: 991px) {
	.three-hover-block__background,
	.foreground-section__description p { display: none; }
	.foreground-section__background { 
		opacity: 1 !important; 
		transform: none !important;
	}
	.foreground-section__description .underline { border-width: 1px; }
	.foreground-section__description .underline:hover { border-width: 2px; }
	.foreground-section__description .animate { animation: none !important; }
}

@media only screen and (min-width: 992px) {
	.two-hover-block__foreground,
	.three-hover-block__foreground {
		display: flex;
		height: 100%;
		position: relative;
		z-index: 2;
	}

	.hover-blocks {
		height: 640px;
	}

	.two-hover-block__foreground,
	.three-hover-block__foreground {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	
	.foreground-section {
		/* padding: 60px; */
		/* width: 50%;
		min-width: 50%; */
	}
	
	.foreground-section:first-child .foreground-section__background {
		left: 0;
	}

	.foreground-section:nth-child(2) .foreground-section__background {
		left: -100%;
	}

	.foreground-section:nth-child(3) .foreground-section__background {
		left: -200%;
	}

	.two-hover-block .foreground-section__background {
		width: 200%;
	}

	.three-hover-block .foreground-section__background {
		width: 300%;
	}

	.foreground-section:hover:before,
	.foreground-section:hover:after {
		width: calc(50% - 2rem);
		height: calc(100% - 4rem);
		border: 1px solid #fff;
	}
	.foreground-section:hover:before { border-right: 0; }
	.foreground-section:hover:after { border-left: 0; }

	.foreground-section__description {
		opacity: 0;
		transition: all 0.5s ease-in-out; 
		max-height: 100px;
	}

	.image-link-title {
		transform: matrix(1, 0, 0, 1, 0, 50);
	}
}

@media (min-width: 992px) {
	.image-link-title {
		font-size: 1.75rem;
		max-width: 60%;
		/* margin: 0 auto; */
	}

	.three-hover-block .image-link-title {
		max-width: 80%;
	}
}

/* Residences - Inquiry
--------------------------------------------- */
.hbspt-form {
	width: 83.33333333%;
	margin: 0 auto;
}
.page-template-page-contact .hbspt-form { width: 100%; }

.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2,
.hbspt-form .hs-form > .hs-form-field { 
	max-width: 100%; 
	margin-bottom: 1.5rem;
}

.hbspt-form label {
	margin-bottom: 0.75rem;
	letter-spacing: 1px;
}

#page .hbspt-form .hs-input { width: 100%; }

.hbspt-form select.hs-input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}

.hs-submit .actions { text-align: center; }
.hs-submit .hs-button {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0.75rem 1.5rem;
}

.hs-submit .hs-button:hover,
.hs-submit .hs-button:focus {
	background-color: var(--secondary-blue);
	border-color: var(--secondary-blue);
	color: #fff;
}

.hbspt-form .no-list {
	list-style: none;
    margin: 0;
    padding: 5px 0 0;
}

.hbspt-form .no-list label {
	text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
}

.section-inquiry > figure > img {
	min-height: 224px;
    object-fit: cover;
}

.bg-primary,
.bg-primary .title-display,
.bg-primary .title-default { color: #fff; }
.bg-primary .title-display { 
	font-size: 2rem; 
	margin-bottom: 2rem;
}

.bg-primary input[type="text"], 
.bg-primary input[type="email"],
.bg-primary input[type="tel"],
.bg-primary input[type="date"],
.bg-primary input[type="password"],
.bg-primary select,
.bg-primary textarea {
	background-color: #005884;
	border: 1px solid #005884;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 0;
	width: 100%;
	font-size: 0.875rem;
}
.bg-primary select {
	background: #005884 url(images/select-arrow.svg) no-repeat right 0.5rem center;
}
.bg-primary textarea { height: 9.5rem; }
.form-row { margin-bottom: 2rem; }
.bg-primary .btn--primary {
	color: #377599;
	background-color: #fff;
}

@media only screen and (min-width: 768px) {
	.section-inquiry .form-wrap {
		margin-top: -5rem;
	}

	.bg-primary-panel {
		border-right: 4.5rem solid var(--primary-light-grey);
	}

	.bg-primary .title-display { 
		font-size: 3rem; 
	}
}

/* The Residences
--------------------------------------------- */
.nav-anchors { background-color: #fff; }
.nav-anchors.bg-secondary { background-color: #f3f4ee; }

.is-fixed {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9;
}

.listings-slides .slick-arrow, .fp-pane-slides .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	padding: 0;
}

.listings-slides .slick-prev, .fp-pane-slides .slick-prev { 
	background:  #fff url(images/chevron-left.svg) no-repeat center center;
	background-size: cover;
}
.listings-slides .slick-next, .fp-pane-slides .slick-next { 
	background:  #fff url(images/chevron-right.svg) no-repeat center center;
	background-size: cover;
}

.listings-slides .slick-prev {  left: -12px;  }
.listings-slides .slick-next {  right: -12px; }

.fp-pane-slides .slick-prev {  left: 0;  }
.fp-pane-slides .slick-next {  right: 0; }

.panel-body { background-color: var(--primary-light-grey); }
.panel-frame { border: 1px solid #fff; }
.panel-body p { margin-bottom: 1rem; }

.rd-price { font-size: 1.125rem; }
.rd-price:before {
	content: '$';
	display: inline;
}

.panel-frame svg { width: 18px; height: 18px; }

/* Listing single (property listing page)
--------------------------------------------- */
.page-header--listing-title {
	height: auto;
	min-height: 120px;
	background-color: var(--primary-grey);
	display: flex;
	align-items: center;
}
.page-header--listing-title .overlay-text {
	position: relative;
	height: auto;
}
.page-header--listing-title .page-header-title {
	margin-bottom: 0;
	padding: 1.5rem 0;
}

.listing-hero-carousel-wrap {
	position: relative;
}
.listing-hero-carousel .slide figure {
	margin: 0;
}
.listing-hero-carousel .slide img {
	width: 100%;
	height: auto;
	display: block;
}
.listing-hero-carousel-navs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1rem 0;
}
.listing-hero-carousel-navs .carousel-nav {
	background: transparent;
	border: 0;
	cursor: pointer;
	color: var(--primary-grey);
}
.listing-hero-carousel-navs .carousel-nav svg {
	width: 24px;
	height: 24px;
}
.listing-hero-dots .slick-dots {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0.5rem;
}
.listing-hero-dots .slick-dots button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--secondary-light-grey);
}
.listing-hero-dots .slick-dots .slick-active button {
	background: var(--primary-grey);
}

.listing-details-title { font-size: 1.5rem; }
.listing-details-features-heading { font-size: 1rem; }
.listing-details-features { margin-bottom: 0; }
.listing-details-features li { margin-bottom: 0.5rem; padding-left: 0; }
.listing-details-icon { width: 20px; height: 20px; margin-right: 0.75rem; flex-shrink: 0; }
.listing-details-icon svg { width: 100%; height: 100%; }
.listing-details-price { font-size: 1.125rem; color: var(--primary-grey); }

/* Benefits
--------------------------------------------- */
.grid-item .foreground-section, .img-shadow:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.grid-item .foreground-section { padding: 2rem; }
.grid-item .foreground-section:before, 
.grid-item .foreground-section:after { top: 2rem; }
.grid-item .foreground-section:before { left: 2rem; }
.grid-item .foreground-section:after { right: 2rem; }

.grid-item .foreground-section:hover:before,
.grid-item .foreground-section:hover:after {
	width: calc(50% - 2rem);
	height: calc(100% - 4rem);
}

.grid-item .wp-post-image {
	min-height: 345px;
}

.grid-item .image-link-title { 
	font-size: 1.5rem; 
	transform: matrix(1, 0, 0, 1, 0, -16);
}
.img-shadow:before {
	content: '';
	background-color: #000609;
	opacity: 0.3;
}
.grid-item:hover .img-shadow:before { opacity: 0.6; }

@media only screen and (min-width: 992px) {
	.grid-item .image-link-title { 
		transform: matrix(1, 0, 0, 1, 0, 50);
	}
}

/* Barbados
--------------------------------------------- */
.section-sea-map {
	background: url(images/map-sea-background.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.section-sea-map table {
	color: var(--primary-blue);
}
.section-sea-map tbody tr:nth-child(odd) {
	background-color: #fff;
}

.section-sea-map th:nth-child(odd),
.section-sea-map td:nth-child(odd) {
	border-right: 1px solid #bfd9e8;
}

.gallery-layer-wrap:before {
	content: '';
	background-color: var(--primary-light-grey);
	position: absolute;
	left: 0;
	top: 5rem;
	width: 100%;
	height: calc(100% - 5rem);
}
.gallery-layer-wrap figcaption { border: 0; }
.gallery-slider-navs .carousel-nav polyline { stroke: var(--primary-grey); }
.slick-disabled { opacity: 0.5; }

@media only screen and (min-width: 768px) {
	.gallery-slider-navs {
		position: absolute;
	    right: 0;
	    bottom: 0;
	}
}

/* Resort Map
--------------------------------------------- */
.resort-map-container { 
	height: 70vh; 
	max-height: 340px;
}
.map-controls {
	position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
}

.panzoom-elements img {
	/* min-height: 600px;
    width: auto;
    max-width: unset; */
}

@media only screen and (min-width: 768px) {
	.resort-map-container { 
		max-height: 760px;
	}

	.panzoom-elements { 
		/* transform: translateY(-50%); 
		margin-top: -34%; */
	}
}

/* Blog
--------------------------------------------- */
.header-light {
	background: #fff;
	position: static;
}

.cat-list-select select {
	border: 1px solid #fff;
	padding: 0 0.5rem;
}

.cat-item {
	letter-spacing: 1.4px;
	line-height: 2;
	border-right: 1px solid #d4d5d0;
	padding: 0 1rem;
}
.cat-item:last-child {
	border: 0;
}
.current-cat a {
	color: var(--primary-blue);
	border-bottom: 4px solid var(--primary-blue);
}

.pagination { justify-content: center; }
.nav-links .page-numbers { margin: 0 0.5rem; }
.nav-links .current { color: var(--primary-blue); }
.entry-meta .edit-link { float: right; }

.post-item .wp-post-image,
.post-item .link-read-more {
	-o-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.post-item:hover .wp-post-image {
	-o-transform:  scale(1.1);
	-moz-transform:  scale(1.1);
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}

.post-item .link-read-more { 
	text-decoration: none;
	border-bottom: 1px solid var(--primary-blue); 
}
.post-item:hover .link-read-more { 
	border-bottom-width: 2px; 
	border-color: var(--secondary-blue);
}
.post-item:hover .link-primary { color: var(--secondary-blue); }

#infinite-handle, #ctis-loading { margin: 0; padding: 0; }
.ctis-loader-elements span { line-height: 1; }

.entry-single-title { font-size: 2.5rem; }

.single .entry-content p:first-child {
	font-size: 1.5rem;
	font-weight: normal;
}
.single .entry-content h2 {
	font-size: 1rem;
	color: var(--primary-grey);
	margin: 0;
	font-weight: normal;
	line-height: 1.5;
}

.single-post-nav a {
	display: block;
	color: var(--primary-blue);
	text-transform: uppercase;
	line-height: 1;
	margin-top: 0.5rem;
	transition: all 0.25s ease-in-out;
}

.single-post-nav .link-prev a { transform: translateX(1.75rem); }
.single-post-nav .link-next a { transform: translateX(-1.75rem); }

.single-post-nav .post-link:hover a { transform: translateX(0); }

.single-post-nav .post-link:hover polyline,
.single-post-nav .post-link:hover line {
	stroke: var(--primary-blue);
}

/* Site Map
--------------------------------------------- */
.site-links a {
	color: #6f6f6f;
}

/* FAQs
--------------------------------------------- */
.acc-header .accordion-button {
	font-size: 1.125rem;
	line-height: 1.778;
	background: none;
    box-shadow: 0 1px 0 #dddede;
    color: inherit;
}

.acc-header .accordion-button:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-button.collapsed:hover {
	box-shadow: 0 2px 0 var(--primary-blue);
}

.accordion-button:hover, .accordion-button:not(.collapsed) {
	color: var(--primary-blue);
}

.accordion-button:not(.collapsed) { box-shadow: none; }

.accordion-item { border: 0; }

.acc-body.show {
	border-bottom: 2px solid var(--primary-blue);
}

.accordion-body > ul {
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.accordion-body ul ul { 
	margin-top: 1rem; 
	list-style: circle;
}
.accordion-body li { margin-bottom: 1rem; }


/* Contact Us
--------------------------------------------- */
.form-wrap .wpcf7-spinner { margin: 0; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #f9eed0;
    border: 0;
    color: #705a1e;
}
.wpcf7-not-valid-tip {
	color: #efc9c9;
	display: block;
    padding-top: 5px;
}

/* Day Pass & Discovery Stay
--------------------------------------------- */
.section-cta .title-display {
	font-size: 2.5rem;
	line-height: 1;
}

/* Sales Presentation & Password Protected Page
--------------------------------------------- */
.page-pw-required {
	height: 100vh;
	overflow: hidden;
}

.page-pw-required .bg-full { height: 100vh; }

.page-pw-required .bg-full:before { 
	content: ''; 
	background: rgba(0,6,9,0.7);
	z-index: 0;
}
.pw-form-overlay, .page-pw-required .bg-full:before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pw-form-overlay { z-index: 1; }
.pw-form { 
	box-shadow: 0 0 16px rgba(0,6,9,0.4); 
	max-width: 550px;
}
.pw-form-header { background-color: #005884; }
.pw-form .pw-form-title { font-size: 2rem; }

.point {
	position: absolute;
    transform-origin: center center;
    background: none;
    border: 0;
    padding: 0;
}
.hp-marker {
	display: inline-block;
	width: 24px;
    height: 24px;
    background-color: #377599;
    opacity: 0.5;
    border-radius: 50%;
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    transform-origin: center center;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.mob-hp-marker {
	width: 8px;
	height: 8px;
}
.is-open .hp-marker {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.page-template-page-sales .popover { padding: 1rem; }
.page-template-page-sales .popover:before {display: none;}

.panel-slide-in {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	max-width: 940px;
	box-shadow: 0 12px 32px rgba(0,0,0,0.25);
	transform: translateX(100%);
}
.mob-slide-in {
	width: 100%;
	max-width: 100%;
	z-index: 8;
	box-shadow: none;
}
.mob-slide-in .pane-inner {
	height: 100vh;
    overflow-y: auto;
}
.mob-slide-in .popup-close svg {
	width: 16px;
	height: 16px;
}
.panel-show { transform: translateX(0); }
.panel-hide { transform: translateX(100); }
.popup-close {
	position: absolute;
    left: 10px;
    top: 10px;
}
.popup-close svg {
	width: 30px;
    height: 30px;
}
.panel-slide-in h3 { 
	font-size: 1rem;
	color: var(--primary-grey);
}

.image-map-container,
.panel-slide-in {
	transition: all 0.25s ease-in-out;
}

.image-map-container.is-inactive {
	transform: translateX(-58%);
}
.image-map-container.is-inview {
	transform: translateX(0);
}
.image-map-container.is-inactive:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.75;
    position: absolute;
}

/* .page-login .page {
	margin:  0;
}

.page-login .thumbnail-overlay {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
	position: absolute;
	display: inline-block;
	z-index: 2;
}

.page-login #loginform {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
}

.page-login #loginform label {
	display:  block;
	color: var(--primary-white);
}

.page-login #loginform label:after {
	content: "*";
}

.page-login .post-thumbnail {
	position: absolute;
	z-index:  1;
	height: 100%;
}

.page-login .post-thumbnail img {
	max-height: 100vh;
}

.page-login .post-thumbnail img:before {
	display: block;
	width: 100vw;
	height: 100vw;
	background:  black;
}

.page-login .entry-content {
	position: absolute;
	z-index:  4;
	left:  0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-blue);
	min-width: 30%;
	max-width: 40%;
	min-height: 50%;
	max-height: 75%;
	margin:  auto;
}


.page-login .entry-content input {
	width:  28vw;
}

.page-login .winsome {
	font-size:  30px;
}

.page-login .wp-block-image {
	background:  var(--secondary-blue);
	padding:  15px;
}

.page-login figure {
	margin: 0;
}

.page-login .wp-block-buttons {
	display:  block;
	margin:  0 auto;
}

.page-login .wp-block-button__link {
	border-radius: 0;
	background-color:  var(--primary-light-grey);
	color: var(--primary-blue);
}

@media screen and (max-width: 768px) {
	.page-login .entry-content {
		max-width: 90%;
	}

	.page-login .entry-content input {
		width:  60vw;
	}
}
*/

.wp-block-getwid-image-hotspot__dot-content {

}

.wp-block-getwid-image-hotspot__dot-content:hover {
	width: 100px;
	height:  60px;
	background:  blue;
}


/*Hide the View Presentation Button on Login page*/
/* .page-login .ppw-pcp-container {
	display:  none;
}

#sp-body-header {
	background-color: var(--primary-light-grey);
	max-width: 100%;
}

#sp-body-header .hero-copy {
	color: var(--primary-blue);
}

#sp-body-header .anchor-link {
	font-size: 16px;
}
*/

/* Default Pages
--------------------------------------------- */
.page-default h2 {
	font-size: 1.125rem;
	line-height: 1.778;
	letter-spacing: 0.36px;
	color: var(--secondary-grey);
}
.page-default a { text-decoration: underline; }

/* #blog-post-container {
	width:  100px;
	margin:  0 auto;
}

#blog-title {
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

#blog-category {
	text-transform: uppercase;
}

#blog-category,
#blog-post-date {
	text-align: center;
	font-size: 16px;
	color: var(--primary-grey);
}

#menu-blog-menu li {
	border-left:  1px solid;
}

#menu-blog-menu li:first-of-type {
	border:  none;
}

#menu-blog-menu .menu-item a,
#menu-blog-menu .menu-item a:visited {
	color: var(--primary-blue);
} */

/* .post-grid .grid-items{
	max-width: 1000px;
}

.post-grid .item {
	margin-bottom: 60px;
}

.post-grid .post_date,
.post-grid .categories a,
.post-grid .categories a:visited {
	color: var(--primary-secondary-grey);
	font-size:  16px;
	text-decoration: none;
	font-family:  AvenirLTProMedium;
}

.post-grid .title {
	min-height: 82px;
}

.post-grid .title a,
.post-grid .title a:visited {
	color: var(--primary-blue);
	text-decoration: none;
}

.post-grid .read_more,
.post-grid .read_more:visited {
	color: var(primary-blue);
	font-size: 16px;
	text-decoration: none;
	margin-top:  15px;
}

.post-grid .categories a,
.post-grid .read_more {
	text-transform: uppercase;
}

.post-grid .thumb {
	width:  280px;
	height:  160px;
}

.post-grid .thumb img {
	width: 100%;
	height:  auto;
	} */
/*.post-grid .post_date {
	color:  var(--primary-grey);
	font-size:  14px;
}*/

/* #post-nav {
	display: flex;
	
} */

/*End Blog **/

/**
Bootstrap Styles
**/
/* .mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.half-width {
	max-width:  50%;
	margin:  0 auto;
}

.pt-1 {
	padding-top: 15px;
} */

/**
End Bootstrap Styles
**/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.device-break {
		display: none;
	}
}

#discover-more-block, #discover-more-block a {
	/*position:  relative;
	top: 100px;
	height:  0px;
	z-index:  4;
	color:  #ffffff;
	font-family: AvenirLtProMedium;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 20px; */
}

/* @media screen and (max-width: 768px) {
	#discover-more-block {
		top: 0px;
	}
}

#discover-more-block i {
	color:  #ffffff;
}

#discover-more-container {
	max-width: 1140px;
	margin:  0 auto;
	background-color: var(--primary-blue);
	color:  #fff;
	padding:  30px 15px;
	position: relative;
	top:  -60px;
}

#discover-more-container .wp-block-group__inner-container {
	max-width: 1080px;
}

#discover-more-container h2,
#discover-more-container h1 {
	color:  #fff;
	max-width: 758px;
	margin: 0 auto;
}

#discover-more-container p {
	color: #fff;
}
*/

/* 	.container {
width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 516px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 708px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 932px
	}
}

@media (min-width: 1200px) {
	.container {
		12 cols at 80px and 11 gutters of 24px
		max-width: 1224px
		max-width: 1024px;
	}
} */

.fluid-container {
	/* width:  100%;
	padding-left:  15px;
	padding-right:  15px; */
}

.wp-block-column p {
	/* margin-top: 0; */
}

.wp-block-columns.vertical-spacer .wp-block-column:not(:first-child) {
	/* border-left: 1px solid var(--secondary-light-grey); */
}

.wp-block-columns.vertical-spacer h4 {
	/* margin: 0;
	color: var(--default-font-color); */
}

.wp-block-columns.vertical-spacer h4.left-margin {
	/* margin-left: 2.5em; */
}

/*Inquire More Block*/

#inquire-more h1 {
	/* color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:  32px 0;
	font-size: 64px; */
}

#inquire-more .wpforms-container,
#inquire-more h1,
#inquire-more .wpcf7 {
	/* background-color: var(--primary-blue);
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -100px; */
}

#inquire-more.bring-to-top {
	/* position: relative;
	z-index: 2; */
}

#contact-us .wp-block-group__inner-container,
#inquire-more .wp-block-group__inner-container {
	/* max-width: 1224px;
	margin-left: auto;
	margin-right: auto; */
}

#inquire-more figure,
#inquire-more .wp-block-image {
	/* margin-bottom: 0px;
	margin-top: 0px; */
}

#inquire-more .wp-block-image {
	/* height: 420px !important; */
}

#inquire-more .wpforms-container input,
#inquire-more .wpforms-container select,
#inquire-more .wpforms-container textarea,
#inquire-more .wpcf7 input,
#inquire-more .wpcf7 select,
#inquire-more .wpcf7 textarea {
	/* background-color: var(--secondary-blue); */
}

#inquire-more .wpforms-container input,
#inquire-more .wpforms-container select,
#inquire-more .wpforms-container textarea,
#inquire-more .wpforms-container label,
#inquire-more .wpforms-container label .wpforms-required-label
#inquire-more .wpcf7 input,
#inquire-more .wpcf7 select,
#inquire-more .wpcf7 textarea,
#inquire-more .wpcf7 label {
	/* color: #ffffff; */
}

#inquire-more-container {
	/* padding: 30px;
	width: 960px;
	margin: 0 auto; */
}

#inquire-more-container .row {
	/* display: flex;
	justify-content: space-between;
	margin-bottom: 30px; */
}

/* #inquire-more-container .col.half {
	width: 50%;
}

#inquire-more-container .col.half label {
	width: 90%
}

#inquire-more-container .col.half input {
	width: 100%;
}

#inquire-more-container .full select {
	width: 100%;
	height: 30px;
	padding: 3px;
}

#inquire-more-container .col.right label{
	float: right;
} */

@media (max-width: 767px) {
	/* #inquire-more-container .row {
		display: block;
	}

	#inquire-more .wpforms-container,
	#inquire-more h1,
	#inquire-more .wpcf7 {
		width:  100%;
	}

	#inquire-more-container .row input,
	#inquire-more-container .row select {
		max-width:  300px;
	} */
}

/* 
#inquire-more-container .col.full {
	width: 100%;
}

#inquire-more-container .wpcf7-select {
	height: 32px;
}

#inquire-more-container .wpcf7-not-valid-tip,
#inquire-more .wpcf7-response-output {
	color: #ffffff;
}

#inquire-more #inquire-more-container input,
#inquire-more #inquire-more-container input:focus,
#inquire-more #inquire-more-container select,
#inquire-more #inquire-more-container textarea,
#inquire-more #inquire-more-container textarea:focus {
	border-radius: 0px;
	border: none;
	outline: none;
	color: #ffffff;
}

#inquire-more #inquire-more-container .default-btn-primary-grey {
	background-color: #eee !important;
	color: var(--primary-blue);
	padding: 10px 20px;
}

#inquire-more .wp-block-image img {
	width: 1224px;
}
*/

.wp-block-cover.has-custom-content-position.is-position-bottom-center .wp-block-cover__inner-container {
	/* margin-bottom: 30px; */
}

/*End Inquire More Block*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/*.anchor-jump-container, #post-44 {
	overflow-y: scroll;
	scroll-behavior: smooth;
}*/


/**
Footer area

#footer-1-container {
	background-color: #f4f4f4;
	padding: 48px 0;
}

#footer-1 {
	display: flex;
	justify-content: space-between;
	max-width: 1224px;
	margin-left: auto;
	margin-right: auto;
}

#footer-1 .menu {
	margin: 0;
	padding:  0;
}

#footer-1 h5 {
	font-size: 21px;
	font-family: AvenirLtProRoman;
}

@media screen and (max-width: 768px) {
	#footer-1 {
		flex-direction: column;
	}

	#footer-1 #contact-container {
		text-align: center;
	}
}

*/

/* #footer-2 {
	background-color: #fff;
	padding: 30px 0;
}

#footer-1 #contact-container p {
	margin: 0px;
	font-family: AvenirLTProBook;
}

#footer-1 #contact-container p:first-of-type {
	margin-top: 1em;
}

#footer-1 .widget_media_image {
	text-align: center;
}

#footer-1 .menu .menu-item,
#footer-2 .menu .menu-item {
	margin-bottom: 5px;
	list-style: none;
}

.copyright-text {
	font-family: AvenirProLTBook;
	font-size: 16px;
}

@media (max-width: 768px) {
	#footer-1 .menu .menu-item,
	#footer-2 .menu .menu-item {
		text-align: center;
	}

	#footer-1 .wpcf7 {
		width:  80%;
		margin:  0 auto;
	}
}

#footer-1 .menu .menu-item a,
#footer-2 .menu .menu-item a {
	transition: all 0.3s;
	position: relative;
	color: var(--primary-grey);
	font-size: 16px; 
	font-family: AvenirLTProMedium; 
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-1 .menu .menu-item a:after,
#footer-2 .menu .menu-item a:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	background-color: #005884;
}

#footer-1 .menu .menu-item a:hover,
#footer-2 .menu .menu-item a:hover {
	color: #005884;
	text-decoration: none;
}

#footer-1 .menu .menu-item a:hover:after,
#footer-2 .menu .menu-item a:hover:after {
	height: 1px;
}

#footer-1  #wpforms-form-68 .wpforms-title,
#footer-1 h3 {
	color: #005884;
	font-size: 16px;
	text-transform: uppercase;
}

#footer-1 {
	font-size: 14px;
	//height: 40px;
	border: none;
}

#footer-2 #nav_menu-4 {
	margin: 0;
}

#footer-2 #nav_menu-4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-2 #nav_menu-4 ul li {
	margin: 0 9px;
}

#footer-1 .custom-html-widget #contact-container a,
#footer-1 .custom-html-widget #contact-container p,
#footer-1 #stay-informed p {
	transition: all 0.3s;
	position: relative;
	color: #58595b;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}

#stay-informed {
	min-width: 300px;
}

#stay-informed input[type="text"],
#stay-informed input[type="email"] {
	width:  100%;
}

#stay-informed #agreement-container {
	float:  left;
}

#stay-informed #agreement-container p,
#stay-informed #agreement-container a {
	font-family: AvenirLtProRoman;
	font-size: 13px;
	color: var(--primary-grey);
}

#stay-informed #submit-button {
	float: right;
}
*/

/* Posts and pages
--------------------------------------------- */
.page .entry-title {
	/* display: none; */
}

.page-container {
	/* position: relative;
	top: -150px;
	padding: 60px;
	background-color: #fff;
	z-index: 2; */
}

/* .wp-block-cover.hero, .wp-block-cover-image {
	min-height: 60vh;
}

.wp-block-cover.big-cover {
	min-height: 100vh;
}

.wp-block-cover.medium-cover {
	min-height: 640px;
}

.no-margin {
	margin:  0;
}

.quote-container-begin,
.quote-container-end {
	color:  var(--primary-blue);
	display: inline-block;
	width: 92%;
}

.quote-container-begin {
	margin-bottom: 0;
	margin-left: 15px;
}
.quote-container-end {
	margin-bottom: 15px;
	margin-right:  15px;
} */

/* #visual-tour-container {
	margin-top: 100px;
	margin-bottom: 100px;
	//margin-left: auto;
	margin-left: 20%;
	//margin-right: auto;
	max-width: 1260px;
	
}

#visual-tour-seperator {
	max-width: 82%;
	margin-left: 62px;
	border: none;
}
*/
/* .category-ownership-benefits .entry-header {
	display: none;
}

.right-block {
	width:  50%;
	float: right;
} */


/* #wake-up-intro-container {
	background-color: #F3F4EE;
	max-width: 100%;
}

#wake-up-intro-container {
	padding-top: 80px;
	padding-bottom: 88px;
}

#wake-up-container .top-row,
#wake-up-introduction {
	max-width:  1140px;
	margin:  0 auto;
	text-transform: none;
}

#wake-up-container .wp-block-cover__inner-container {
	min-width: 100%;
}

#wake-up-container .right-block {
	text-align: center;
	margin-right: 50px;
	max-width:  570px;
}

@media (max-width: 767px) {
	#wake-up-container .top-row {
		max-width:  100%;
	}

	#wake-up-container .right-block {
		width: 100%;
		font-size: 16px;
	}

	#wake-up-container .right-block p{
		font-size: 16px;
	}
}
*/

.bg-primary-light-grey {
	background:  var(--primary-light-grey);
}

.primary-blue-font {
	color:  var(--primary-blue) !important;
}

.right-block  {
	color:  var(--primary-grey);
}

#wake-up-container {
	/*height:  100vh;
	height: 724px; */
}

.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

.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;
}

#primary article {
	/* background: #fff; */
}

.benefits-detail-page {
	/* position: relative;
	margin-top: -100px;
	z-index: 1; */
}

.benefits-detail-page .wp-block-column {
	/* max-width: 960px;
	margin: 0 auto;
	background: white;
	padding: 0 30px; */
}

.wp-block-columns {
	/* max-width:  1224px;
	margin:  0 auto; */
}

.category-menu-container {
	margin-top: 160px;
}

.category-menu-container #menu-blog-menu {
	display: flex;
	flex-direction: row;
	list-style:  none;
}

.category-menu-container #menu-blog-menu a {
	text-decoration: none;
	padding:  30px 15px;
}

/* #resort-benefits {
	background-color: var(--primary-light-grey);
	padding: 30px;
}

#resort-benefits .wp-block-columns {
	margin-bottom: 30px;
} */

/*Grid Gallery*/

/*End Grid Gallery*/

.grid-gallery .wp-block-cover h2 a,
.grid-gallery .wp-block-cover h5 a,
.grid-gallery .wp-block-cover p a {
	color: white;
}

.grid-gallery .wp-block-cover h5 a {
	text-decoration: none;
}

.grid-gallery .wp-block-cover p/*,
.grid-gallery .wp-block-cover h5*/ {
	height: 0;
	opacity: 0;
	transition: all 0.5s linear;
}

.grid-gallery .wp-block-cover:hover p {
	height: 120px;
	opacity: 1;
}

.grid-gallery .wp-block-cover:hover p a {
	color: white;
	font-size: 12px;
	font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
}

.grid-gallery .wp-block-cover:hover h5 {
	opacity: 1;
}

/*Barbados Minutes Map*/
/* #anchor-barbados-map-section {
	
}

#anchor-barbados-map-section .wp-block-column {
	background: url('/wp-content/uploads/2021/08/map-sea-background.png');
	background-size: cover;
	background-repeat: none;
	margin: 0 auto;
	padding: 30px 0;
}

#anchor-barbados-map-section .wp-block-column .col-left {
	padding: 0 30px;
	text-align: center;
	margin-bottom: 30px;
}

#anchor-barbados-map-section .wp-block-column .col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#anchor-barbados-map-section .barbados-image {
	width: 100%;
	height: auto;
}

#distance-container {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

#distance-container table {
	border-collapse: collapse;
}

#distance-container table td {
	padding: 15px;
}

#distance-container tr:nth-child(2n) {
	background-color: #fff;
}

#distance-container td:nth-child(1) {
	border-right: 1px solid grey;
}

@media (min-width: 992px) {
	#anchor-barbados-map-section .wp-block-column {
		display: flex;
		justify-content: center;
	}
	
	#anchor-barbados-map-section .wp-block-column .col-left {
		margin-bottom: 0px;
	}
} */
/*End Barbados Minutes Map*/

.blog-header {
	/* margin-top:  160px;
	margin-bottom: -60px;
	padding-bottom: 130px;
	background-color: var(--primary-light-grey);
	max-width: 100%; */
}



/* 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
--------------------------------------------------------------*/

/*
Metaslider
*/

.metaslider.caption-below .caption-wrap {
	bottom: -32px;
	background: none;
	color: #000;
}

#metaslider-id-127 {
	width: 900px !important;
	margin: 0 auto;
}

@media (max-width: 992px) {
	#metaslider-id-127 {
		width: 768px !important;
	}
}

@media (max-width: 768px) {
	#metaslider-id-127 {
		width: 100% !important;
	}
}


/* 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;
}

