/*!
 Theme Name: Luxe City Center 2.0
 Theme URI: https://luxecitycenter.com
 Author: Luxe City Center
 Author URI: https://luxecitycenter.com
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: btluxecctwo
 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 with others.
 Luxe City Center 2.0 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/* Cera Fonts defined separately */
/* ===
 METROPOLIS
 open source typeface
 === */
@font-face {
  font-family: 'Metropolis';
  src: url('./fonts/Metropolis-Regular.eot');
  src: url('./fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Metropolis-Regular.woff2') format('woff2'), url('./fonts/Metropolis-Regular.woff') format('woff'), url('./fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @include transition(all,0.5s,ease-out); */
/*
 * Breakpoints
 */
/* Animations */
@keyframes small1 {
  0% {
    top: 0;
    left: 0;
  }
  15%, 30% {
    width: 1.5rem;
    top: 10px;
    left: 3px;
    background: #ebe1fa;
    box-shadow: none;
    transform: rotate(0deg);
  }
  45%, 100% {
    width: 14px;
    height: 2px;
    top: 10px;
    left: -2px;
    background: #cab8e6;
    box-shadow: none;
    transform: rotate(45deg);
    z-index: 10;
  }
}
@keyframes small2 {
  0% {
    top: 8px;
    left: 8px;
  }
  15%, 30% {
    width: 1.5rem;
    top: 10px;
    left: 3px;
    box-shadow: none;
    background: #ebe1fa;
    transform: rotate(0deg);
  }
  45%, 100% {
    width: 14px;
    height: 2px;
    top: 20px;
    left: 8px;
    background: #cab8e6;
    box-shadow: none;
    transform: rotate(45deg);
    z-index: 10;
  }
}
@keyframes large1 {
  0% {
    top: 16px;
    left: 0;
  }
  15%, 30% {
    width: 1.5rem;
    height: 1px;
    top: 10px;
    left: 3px;
    background: #ebe1fa;
    box-shadow: none;
    transform: rotate(0deg);
  }
  45%, 100% {
    width: 42px;
    height: 2px;
    top: 10px;
    left: -7px;
    background: #103440;
    transform: rotate(-45deg);
    box-shadow: none;
    z-index: 10;
  }
}
@keyframes large2 {
  0% {
    top: 24px;
    left: 8px;
  }
  15%, 30% {
    width: 1.5rem;
    height: 1px;
    top: 10px;
    left: 3px;
    background: #ebe1fa;
    transform: rotate(0deg);
  }
  45%, 100% {
    width: 40px;
    height: 6px;
    top: 8px;
    left: -6px;
    background: #cab8e6;
    transform: rotate(-45deg);
  }
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -1em;
}
/* 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, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #b8c5cc;
  font-family: 'Metropolis', 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #ac70ff;
  font-family: CeraPRO-BoldItalic, 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.9375;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.paragraph-large, .paragraph-medium {
  color: #738c99;
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.15;
  text-transform: uppercase;
}
.paragraph-large {
  font-size: 26px;
  font-size: 1.625rem;
}
.paragraph-medium {
  font-size: 22px;
  font-size: 1.375rem;
}
.preheadline {
  color: #ebe1fa;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: CeraPRO-RegularItalic, 'Raleway', Helvetica, Arial, sans-serif;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .preheadline {
    font-size: 16px;
    font-size: 1rem;
  }
}
.preheadline ~ h1, .preheadline ~ h2, .preheadline ~ h3, .preheadline ~ h4, .preheadline ~ h5, .preheadline ~ h6 {
  margin-top: 0;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
h2 {
  font-size: 44px;
  font-size: 2.75rem;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h4 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h6 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
ul, ol {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875;
}
@media screen and (max-width: 480px) {
  ul, ol {
    font-size: 16px;
    font-size: 1rem;
  }
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background: #103440;
  border-left: 5px solid #ac70ff;
  color: #cab8e6;
  font-style: italic;
  margin: 1.5em 1.5em 2.5em 1.5em;
  padding: 20px 30px;
}
blockquote strong {
  color: #ebe1fa;
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
::selection {
  color: #ebe1fa;
  background: #8c26bf;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #081f26;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 1.5em;
}
@media screen and (max-width: 480px) {
  ul, ol {
    margin: 0 0 1.5em 0;
  }
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  margin: 1em 0;
  border: 1px solid transparent;
  cursor: pointer;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border: 1px solid #f3eaff;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe !important;
  outline-color: #ac70ff !important;
}
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 {
  border: 2px solid #103440;
  border-radius: 0;
  background: #103440;
  color: #b8c5cc;
  padding: 5px;
/*   text-transform: uppercase; */
}
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, input[type="checkbox"]:focus ~ label:before {
  border: 2px solid #fff;
  outline: none;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
  color: #fff;
}
select {
  border: 0;
  padding: 3px;
}
textarea {
  width: 100%;
  padding: 3px;
}
input[type="checkbox"] {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
input[type="checkbox"] ~ label:before {
  background: #103440;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: top;
  width: 21px;
}
input[type="checkbox"]:checked ~ label:before {
  content: '\00d7';
  color: #b8c5cc;
  font-size: 36px;
  line-height: 23px;
}
/* Gravity Forms Hacking */
.entry-content .gform_wrapper {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .entry-content .gform_wrapper {
    width: 100%;
  }
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  display: none !important;
}
.gfield_consent_label {
  color: #738c99;
  font-size: 16px;
  font-size: 1rem;
}
.gfield_consent_label a {
  color: #cab8e6;
  font-size: inherit;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: #ac70ff;
}
.gfield_consent_label a:before, .gfield_consent_label a:after {
  display: none;
}
.gfield_consent_label a:hover {
  color: #fff;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
  color: #fff !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 10px 15px !important;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  position: relative;
  color: #ebe1fa;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:visited {
  color: #ebe1fa;
}
a:hover, a:focus {
  color: #cab8e6;
}
a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.125rem;
  background: #ebe1fa;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover:after, a:focus:after {
  width: calc(100% + 0.5rem);
  left: 0.5rem;
}
a.link-no-border:before, a.link-no-border:after {
  display: none;
}
a, button {
  outline-color: #8c26bf;
}
.link-tertiary {
  display: inline-block;
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  line-height: 1.6;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .button-secondary {
  display: inline-block;
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding: 24px 48px 24px 48px;
  position: relative;
  text-align: center;
}
.button-secondary {
  color: #ebe1fa;
  cursor: pointer;
  font-style: initial;
  letter-spacing: 2px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
}
.button-secondary:before, .button-secondary:after, .button-secondary span:before, .button-secondary span:after {
  background: #ebe1fa;
  border-radius: 1px;
  content: "";
  display: block;
  position: absolute;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
}
.button-secondary:before, .button-secondary:after {
  height: 1px;
  width: 40%;
}
.button-secondary span:before, .button-secondary span:after {
  height: 40%;
  width: 1px;
}
.button-secondary:before, .button-secondary span:before {
  top: 0;
  left: 0;
}
.button-secondary:after, .button-secondary span:after {
  bottom: 0;
  left: initial;
  right: 0;
}
.button-secondary:hover:before, .button-secondary:hover:after, .button-secondary:focus:before, .button-secondary:focus:after {
  width: 100%;
}
.button-secondary:hover span:before, .button-secondary:hover span:after, .button-secondary:focus span:before, .button-secondary:focus span:after {
  height: 100%;
}
.button-secondary:hover:after, .button-secondary:focus:after {
  left: initial;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #8c26bf;
  color: #f7f2ff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.button:before, button:before, input[type="button"]:before, input[type="reset"]:before, input[type="submit"]:before {
  border: 0 solid #f3eaff;
  border-radius: 1px;
  box-shadow: transparent;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: border 0.05s ease 0.05s, box-shadow 0.15s ease 0.08s;
  -webkit-transition: border 0.05s ease 0.05s, box-shadow 0.15s ease 0.08s;
  width: 100%;
}
.button:after, button:after, input[type="button"]:after, input[type="reset"]:after, input[type="submit"]:after {
  display: none;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background: transparent;
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.5), inset 0 0 16px 2px rgba(0, 0, 0, 0.5);
}
.button:hover:before, button:hover:before, input[type="button"]:hover:before, input[type="reset"]:hover:before, input[type="submit"]:hover:before, .button:focus:before, button:focus:before, input[type="button"]:focus:before, input[type="reset"]:focus:before, input[type="submit"]:focus:before {
  border: 1px solid #f3eaff;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.skip-link {
  position: fixed;
  width: 0px;
  margin: 0;
  top: 32px !important;
  left: 108px !important;
  color: #ebe1fa !important;
  background: #081f26 !important;
  white-space: nowrap;
  overflow-x: hidden;
  border: 1px solid #f3eaff !important;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe !important;
}
.skip-link:focus {
  width: auto;
}
@media screen and (max-width: 740px) {
  .skip-link {
    top: 20px;
    left: 72px;
  }
}
.button ~ .button, button ~ .button, button ~ button, button ~ input[type="button"], button ~ input[type="reset"], button ~ input[type="submit"], input[type="button"] ~ .button, input[type="button"] ~ button, input[type="button"] ~ input[type="button"], input[type="button"] ~ input[type="reset"], input[type="button"] ~ input[type="submit"], input[type="reset"] ~ .button, input[type="reset"] ~ button, input[type="reset"] ~ input[type="button"], input[type="reset"] ~ input[type="reset"], input[type="reset"] ~ input[type="submit"], input[type="submit"] ~ .button, input[type="submit"] ~ button, input[type="submit"] ~ input[type="button"], input[type="submit"] ~ input[type="reset"], input[type="submit"] ~ input[type="submit"], .button ~ button, .button ~ input[type="button"], .button ~ input[type="reset"], .button ~ input[type="submit"], .button ~ .button-secondary, button ~ .button-secondary, input[type="button"] ~ .button-secondary, input[type="reset"] ~ .button-secondary, input[type="submit"] ~ .button-secondary, .button ~ .link-tertiary, button ~ .link-tertiary, input[type="button"] ~ .link-tertiary, input[type="reset"] ~ .link-tertiary, input[type="submit"] ~ .link-tertiary {
  margin-left: 16px;
  margin-top: 32px;
}
.button-secondary ~ .button, .button-secondary ~ button, .button-secondary ~ input[type="button"], .button-secondary ~ input[type="reset"], .button-secondary ~ input[type="submit"], .button-secondary ~ .button-secondary, .button-secondary ~ .link-tertiary {
  margin-left: 16px;
  margin-top: 32px;
}
.link-tertiary ~ .button, .link-tertiary ~ button, .link-tertiary ~ input[type="button"], .link-tertiary ~ input[type="reset"], .link-tertiary ~ input[type="submit"], .link-tertiary ~ .button-secondary, .link-tertiary ~ .link-tertiary {
  margin-left: 16px;
  margin-top: 32px;
}
.external-link:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
.external-link.reverse:after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .site-header {
    position: relative;
  }
  .site-header:before {
    border-top: 1px solid #103440;
    content: "";
    position: absolute;
    left: 65px;
    right: 65px;
    top: 30px;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 640px) {
  .site-header {
    position: fixed;
    width: 100%;
    height: 56px;
    background: #081f26;
    z-index: 100;
  }
}
.site-branding {
  position: absolute;
  top: 30px;
  right: 0;
  left: 100px;
  z-index: 300;
  text-align: right;
  width: calc(50% - 30px);
}
.site-branding a:before, .site-branding a:after {
  display: none;
}
.site-branding svg {
  fill: #ebe1fa;
  height: 83px;
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .site-branding svg {
    height: auto;
    width: 42px;
  }
}
@media screen and (max-width: 640px) {
  .site-branding svg {
    width: 38px;
  }
}
.site-branding:hover svg {
  fill: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-branding.menu-is-open {
  position: fixed;
}
.site-branding.menu-is-open svg {
  fill: #738c99;
}
@media screen and (max-width: 1024px) {
  .site-branding {
    top: 10px;
    right: 10px;
    left: auto;
    width: auto;
  }
}
.home .site-branding:before {
  border-top: 1px solid #103440;
  content: "";
  position: absolute;
  left: 0;
  right: 190px;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .home .site-branding:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-logo {
    display: none;
  }
}
.mobile-logo {
  display: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .mobile-logo {
    display: block;
  }
}
.menu-is-open {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .show-full-logo .mobile-logo {
    display: none;
  }
  .show-full-logo .desktop-logo {
    display: block;
    margin: 0;
  }
  .show-full-logo .desktop-logo svg {
    height: 53px;
    width: 90px;
  }
}
.embossed-logo {
  position: fixed;
  top: 34px;
  left: 80px;
  pointer-events: none;
  z-index: -1;
}
.embossed-logo svg {
  width: 38px;
}
.embossed-logo svg path {
  fill: #164959;
}
.embossed-logo-mask {
  position: absolute;
  top: 32px;
  left: 78px;
  width: 40px;
  height: 108px;
  background: #081f26;
}
@media screen and (max-width: 1024px) {
  .embossed-logo-mask {
    top: 54px;
    left: 14px;
  }
}
@media screen and (max-width: 640px) {
  .embossed-logo-mask {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .embossed-logo {
    top: 56px;
    left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .embossed-logo {
    display: none;
  }
}
.main-navigation {
  position: relative;
  width: auto;
}
.menu-is-open .main-navigation {
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 299;
  width: calc(50vw + 160px);
}
@media screen and (max-width: 1024px) {
  .menu-is-open .main-navigation {
    width: 100%;
  }
}
.menu-main-menu-container ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.menu-main-menu-container li {
  display: block;
  padding: 0;
  position: relative;
}
.menu-main-menu-container li:hover > a, .menu-main-menu-container li.focus > a {
  color: #ac70ff;
  letter-spacing: 1px;
}
.menu-main-menu-container .current_page_item > a, .menu-main-menu-container .current-menu-item > a, .menu-main-menu-container .current_page_ancestor > a, .menu-main-menu-container .current-menu-ancestor > a {
  color: #ac70ff;
  letter-spacing: 1px;
}
.menu-main-menu-container a {
  position: relative;
  font-family: CeraPRO-BoldItalic, 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #ac70ff;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-main-menu-container a:hover, .menu-main-menu-container a:focus {
  color: #ac70ff;
  letter-spacing: 1px;
}
.menu-main-menu-container a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  background: #ebe1fa;
  box-shadow: 0 0 0 0 #d24dff, 0 0 0 0 #b217e6;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-main-menu-container a:hover:after, .menu-main-menu-container a:focus:after {
  width: 100%;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
}
@media screen and (max-height: 750px) {
  .menu-main-menu-container a {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-height: 550px) {
  .menu-main-menu-container a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1228px) {
  .menu-main-menu-container a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main-menu-container a {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
	.menu-main-menu-container a:before,
	.menu-main-menu-container a:after {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
  .menu-main-menu-container a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
button.menu-toggle {
  position: fixed;
  width: 32px;
  height: 26px;
  margin: 0;
  top: 44px;
  left: 34px;
  background: none;
  padding: 0;
  font-size: 0px;
  cursor: pointer;
  z-index: 300;
}
button.menu-toggle span {
  width: 0;
  font-size: 0;
  overflow: hidden;
}
button.menu-toggle:before, button.menu-toggle:after, button.menu-toggle span:before, button.menu-toggle span:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1px;
  border: none;
  border-radius: 2px;
  background: #ebe1fa;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
  transform-origin: 50% 50%;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
button.menu-toggle:before, button.menu-toggle span:before {
  left: 0;
}
button.menu-toggle:after, button.menu-toggle span:after {
  left: 8px;
}
button.menu-toggle:before {
  top: 0;
}
button.menu-toggle:after {
  top: 8px;
}
button.menu-toggle span:before {
  top: 16px;
}
button.menu-toggle span:after {
  top: 24px;
}
button.menu-toggle:hover:before, button.menu-toggle:hover span:before {
  left: 8px;
}
button.menu-toggle:hover:after, button.menu-toggle:hover span:after {
  left: 0;
}
@media screen and (max-width: 1024px) {
  button.menu-toggle {
    top: 16px;
    left: 16px;
  }
}
button.menu-toggle.active:before {
  animation: 1.6s small1 forwards;
}
button.menu-toggle.active:after {
  animation: 1.6s small2 forwards;
}
button.menu-toggle.active span:before {
  animation: 1.6s large1 forwards;
}
button.menu-toggle.active span:after {
  animation: 1.6s large2 forwards;
}
button.menu-toggle.active:focus, button.menu-toggle.active:active {
  outline: none;
}
.main-menu-panel {
  background: #081f26;
  -webkit-box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.5);
/*   display: none; */
  max-width: 100%;
  padding: 100px 0 0 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  z-index: 101;
  width: calc(50vw + 160px);
}
.main-menu-panel.show {
	left: 0;
}
.menu-trigger-container {
	position: relative;
}
.menu-label {
	color: #617985;
	cursor: pointer;
/*     font-size: 0.875em; */
	font-size: 16px;
    letter-spacing: 5px;
    padding-top: 25px;
    padding-left: 25px;
    position: fixed;
	    top: 90px;
	    left: 18px;
	    z-index: 500;
    transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
    text-transform: uppercase;
}
@media screen and (max-width: 1228px) {
  .main-menu-panel {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-panel {
    padding: 60px 30px;
    width: 100%;
  }
  .menu-label {
	  display: none;
  }
}
@media screen and (max-width: 640px) {
  .main-menu-panel {
    padding: 80px 30px;
  }
}
.menu-panel-inner {
  height: calc(100% - 104px);
  overflow-y: auto;
  padding: 0 104px 0 0;
}
@media screen and (max-width: 1024px) {
  .menu-panel-inner {
    height: 100%;
    padding: 0;
  }
}
/*--------------------------------------------------------------
 # 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.booking-widget-container {
  background: #000305;
  padding: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.booking-widget-container.widget-stopped {
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .booking-widget-container {
    padding: 15px;
  }
}
.booking-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.booking-widget fieldset {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0 16px 0 0;
  position: relative;
  vertical-align: top;
}
.booking-widget fieldset:last-child {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .booking-widget fieldset.input-col {
    display: none;
  }
}
.booking-widget input {
  -webkit-appearance: none;
  padding: 10px 10px 10px 125px;
  width: 100%;
}
.booking-widget label {
  color: #b8c5cc;
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .booking-widget {
    display: block;
  }
}
.booking-button {
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  padding: 17px 30px;
  text-transform: uppercase;
  width: 100%;
}
.booking-button svg {
    vertical-align: top;
}
.flatpickr-calendar {
  border: 1px solid #fff;
  border-radius: 0;
}
.flatpickr-months {
  background: #081f26;
  color: #b8c5cc;
  padding: 2px;
}
.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  color: #b8c5cc;
  fill: #b8c5cc;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #ac70ff;
}
.flatpickr-current-month {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.flatpickr-current-month .numInputWrapper span.arrowUp::after {
  border-bottom-color: #b8c5cc;
}
.flatpickr-current-month .numInputWrapper span.arrowDown::after {
  border-top-color: #b8c5cc;
}
.flatpickr-innerContainer {
  background: #103440;
  color: #b8c5cc;
}
span.flatpickr-weekday {
  color: #b8c5cc;
}
.flatpickr-day {
  border: 1px solid #b8c5cc;
  border-radius: 0;
  color: #b8c5cc;
  margin: 2px;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #b8c5cc;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #081f26;
  border-color: #b8c5cc;
  color: #b8c5cc;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: #081f26;
  color: #cab8e6;
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
  display: none;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
}
.site-content {
  margin-bottom: 160px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 1024px) {
  .site-content {
    padding: 0;
  }
}
/* Helpers */
html, body {
  overflow-x: hidden;
  /* fix for edge bleed images */
  position: relative;
}
.inner {
  margin-left: 100px;
  max-width: 100%;
  width: calc(95% - 100px);
}
@media screen and (max-width: 1024px) {
  .inner {
    margin-left: 80px;
    width: calc(95% - 80px);
  }
}
@media screen and (max-width: 640px) {
	.inner {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
}
/*
@media screen and (max-width: 480px) {
  .inner {
    margin-left: 24px;
    width: calc(95% - 24px);
  }
}
*/
.text-center {
  text-align: center;
}
.chevron-down:before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.5em;
  position: relative;
  top: 0.15em;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  margin-right: 8px;
}
.error-404 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.error-404 .page-content {
  max-width: 100%;
  width: 600px;
}
.error-404:before {
  border: 10px solid #103440;
  content: "";
  height: 300px;
  max-width: 100%;
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 75%;
}
.table-container {
  overflow-x: auto;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
/* Home Page */
/* Home Page Hero */
.home-hero-container {
  width: calc(100% + 32px);
}
.home-hero-content-container {
  display: inline-block;
  height: 100vh;
  margin-right: -4.5px;
  padding-left: 100px;
  position: relative;
  vertical-align: top;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .home-hero-content-container {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero-content-container {
    display: block;
    height: auto;
    margin-right: 0;
    padding-left: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-content-container {
    padding-left: 24px;
    padding-right: 10px;
  }
}
.home-hero-image-container {
  display: inline-block;
  margin-right: -4.5px;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 65%;
}
.home-hero-image-container img, .home-hero-image-container video {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 3px 10px 5px;
  vertical-align: top;
  width: 100%;
}
.home-hero-container.animate .home-hero-image-container img, 
.home-hero-container.animate .home-hero-image-container video {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.home-hero-image-container:before {
  border: 10px solid #103440;
  content: "";
  position: absolute;
  bottom: 80px;
  right: 60px;
  z-index: -1;
  width: 0;
  height: 25vh;
}
.home-hero-container.animate .home-hero-image-container:before {
  -webkit-transition: 2.5s;
  transition: 2.5s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  width: 75%;
}
@media screen and (max-width: 1300px) {
  .home-hero-image-container:before {
    display: none;
  }
}
.home-hero-image-container:after {
  border: 10px solid #103440;
  content: "";
  position: absolute;
  top: 22vh;
  left: -240px;
  z-index: -1;
  width: 0;
  height: 55vh;
}
.home-hero-container.animate .home-hero-image-container:after {
  -webkit-transition: 2.5s;
  transition: 2.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 50%;
}
.animate-in-up,
.animate-in-right,
.animate-in-down,
.animate-in-left {
  position: relative;
}
.animate-in-up:before,
.animate-in-right:before,
.animate-in-down:before,
.animate-in-left:before {
  background: #081f26;
  content: "";
  position: absolute;
  z-index: 2;
}
.animate-in-up:before {
  height: 100%;
  top: 0;
  right: -5px;
  left: 0;
}
.animate .animate-in-up:before {
  height: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate-in-down:before {
  height: 100%;
  bottom: 0;
  right: -5px;
  left: 0;
}
.animate .animate-in-down:before {
  height: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate-in-right:before {
  top: 0;
  bottom: 0;
  right: -5px;
  width: 100%;
}
.animate .animate-in-right:before {
  width: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate .animate-in-delay-x:before {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;	
}
.animate .animate-in-delay-2x:before {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;	
}
.animate .animate-in-delay-3x:before {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;	
}
@media screen and (max-width: 1400px) {
  .home-hero-image-container {
    width: 70%;
  }
}
.home-hero-image-right, .home-hero-image-left {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
}
.home-hero-image-left {
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .home-hero-image-left {
    width: 70%;
  }
}
@media screen and (max-width: 1150px) {
  .home-hero-image-left {
    width: 75%;
  }
}
.home-hero-image-left .top-row {
  width: 50%;
  margin: 0 0 0 49%;
}
.home-hero-image-right {
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .home-hero-image-right {
    width: 30%;
  }
}
@media screen and (max-width: 1150px) {
  .home-hero-image-right {
    width: 25%;
  }
}
.home-hero-image-row {
  text-align: right;
}
.home-hero-image-row.bottom-row div {
	display: inline-block;
	margin: 0 7px 0 3px;
	width: 48%;
	vertical-align: top;
}
@media screen and (max-width: 1150px) {
  .home-hero-image-row.bottom-row div {
    width: 40%;
  }
}
.home-hero-image-row.bottom-row div:first-child {
  margin-right: 0.5px;
}
.home-hero-video {
  position: relative;
  text-align: right;
  width: 75%;
  margin: 0 0 0 24%;
}
.home-hero-image-mobile {
  display: none;
  padding-left: 100px;
}
.home-hero-image-mobile .video-container {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home-hero-image-mobile .video-container {
    width: 85%;
  }
}
@media screen and (max-width: 800px) {
  .home-hero-image-mobile .video-container {
    width: 96%;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-image-mobile .video-container {
    width: 100%;
  }
}
.home-hero-image-mobile video {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home-hero-image-mobile {
    display: block;
    margin-top: 20px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-image-mobile {
    padding-left: 24px;
    padding-right: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero-image-desktop {
    display: none !important;
  }
}
.main-video-pause {
  background: rgba(4, 20, 26, 0.3);
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 2.5%;
  bottom: 7%;
  z-index: 1;
  border: 1px solid #f3eaff;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
@media screen and (max-width: 1024px) {
  .main-video-pause {
    right: 2.5%;
    bottom: 5%;
  }
}
@media screen and (max-width: 640px) {
  .main-video-pause {
    right: 12%;
    bottom: 10%;
  }
}
.main-video-pause:before, .main-video-pause:after {
  display: none;
}
.main-video-pause img {
  position: absolute;
}
.main-video-pause .pause-button {
  left: 6px;
  top: 9px;
  max-width: 8px;
}
@media screen and (max-width: 1024px) {
  .main-video-pause .pause-button {
    left: 11px;
  }
}
.main-video-pause .play-button {
  display: none;
  max-width: 13px;
  left: 5px;
  top: 9px;
}
@media screen and (max-width: 1024px) {
  .main-video-pause .play-button {
    left: 10px;
  }
}
.main-video-pause:hover, .main-video-pause:focus, .main-video-pause:active {
  background: #8c26bf;
  border-radius: 100% !important;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.main-video-pause:hover img, .main-video-pause:focus img, .main-video-pause:active img {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main-video-pause:hover span, .main-video-pause:focus span, .main-video-pause:active span {
  color: #fff;
}
.main-video-pause span {
  color: #ebe1fa;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: -2px;
  position: absolute;
  top: 11px;
  left: 4px;
  right: 0;
  vertical-align: middle;
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .main-video-pause span {
    left: -1px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero-container {
    margin-top: 90px;
    position: relative;
  }
  .home-hero-container:before {
    border: 10px solid #103440;
    content: "";
    max-width: 71.5%;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 200px;
    left: 220px;
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-container:before {
    left: 48px;
    max-width: 100%;
    border-top: 10px solid #103440;
    border-bottom: 10px solid #103440;
    border-left: 10px solid #103440;
  }
}
.home-hero-image-row-mobile {
  text-align: right;
}
.home-hero-image-row-mobile img {
  display: inline-block;
  margin: 0 5px 10px 0;
  max-height: 220px;
  max-width: 33%;
  vertical-align: top;
  width: auto;
}
.home-hero-image-row-mobile img:last-child {
	margin-right: 0;
}
@media screen and (max-width: 800px) {
  .home-hero-image-row-mobile img {
    wax-width: 40%;
    max-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-image-row-mobile img {
    wax-width: 40%;
    max-height: 96px;
  }
}
@media and (max-width: 350px) {
  .home-hero-image-row-mobile img {
    wax-width: 40%;
    max-height: 80px;
  }
}
.home-hero-image-row-mobile:first-of-type {
  padding-right: 9%;
}
.home-hero-header {
  position: absolute;
  top: 360px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home-hero-header h1 {
  margin: 0;
  font-size: 64px;
  font-size: 4rem;
  position: relative;
}
.home-hero-header p:before,
.home-hero-header h1:before,
.hero-standard-container p:before,
.hero-standard-container h1:before {
  background: #081f26;
  content: "";
  height: 100%;
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.home-hero-container.animate .home-hero-header h1:before,
.home-hero-container.animate .home-hero-header p:before,
.hero-standard-container.animate h1:before,
.hero-standard-container.animate p:before {
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .home-hero-header h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero-header h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-header h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1740px) {
  .home-hero-header h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 2100px) {
  .home-hero-header h1 {
    font-size: 96px;
    font-size: 6rem;
  }
}
@media screen and (min-width: 2400px) {
  .home-hero-header h1 {
    font-size: 112px;
    font-size: 7rem;
  }
}
@media screen and (min-width: 1740px) {
  .home-hero-header {
    top: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .home-hero-header {
    top: 42%;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero-header {
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
  }
}
.home-hero-content {
  position: absolute;
  bottom: -80px;
  padding-right: 56px;
}
@media screen and (max-width: 1024px) {
  .home-hero-content {
    display: none;
  }
}
.home-hero-content-mobile {
  width: 85%;
  margin-top: 3rem;
}
.fake-hero {
  margin-top: 150px;
  margin-bottom: 48px;
}
.fake-hero.has-content {
/* 	margin-bottom: 0; */
}
.intro-content {
	margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .fake-hero {
    margin-top: 90px;
    margin-bottom: 30px;
  }
}
.fake-hero-title.with-breadcrumbs {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: middle;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .fake-hero-title.with-breadcrumbs {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .fake-hero-title.with-breadcrumbs h1 {
    margin-bottom: 0;
  }
}
.fake-hero-breadcrumbs {
  display: inline-block;
  margin-right: -4.5px;
  text-align: right;
  vertical-align: middle;
  width: 40%;
}
.fake-hero-breadcrumbs a {
  color: #ebe1fa;
  font-size: 15px;
}
.fake-hero-breadcrumbs ul {
  font-size: 15px;
}
.fake-hero-breadcrumbs a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  background: #ebe1fa;
  box-shadow: 0 0 0 0 #d24dff, 0 0 0 0 #b217e6;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fake-hero-breadcrumbs a:hover {
  color: #cab8e6;
}
.fake-hero-breadcrumbs a:hover:after, .fake-hero-breadcrumbs a:focus:after {
  width: 100%;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
}
.fake-hero-breadcrumbs .breadcrumb_last {
  color: #738c99;
}
@media screen and (max-width: 1228px) {
  .fake-hero-breadcrumbs p, .fake-hero-breadcrumbs ul, .fake-hero-breadcrumbs span, .fake-hero-breadcrumbs a {
    font-size: 15.6px;
    font-size: 0.975rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .fake-hero-breadcrumbs {
    display: block;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }
  .fake-hero-breadcrumbs p {
    margin-top: 0;
  }
}

.hero-alternate {
	position: relative;
}

.hero-alternate-secondary {
	opacity: 0;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	-webkit-transition: 2.5s;
	transition: 2.5s;
}

.hero-alternate.animate .hero-alternate-secondary {
	opacity: 1;
	-webkit-transition: 2.5s;
	transition: 2.5s;
}
/* Home Page and Top Level Callouts */
.callouts-container {
  padding-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .callouts-container .button-secondary {
    display: block;
  }
}
.home .callouts-container {
  padding-top: 45px;
  padding-bottom: 45px;
}
.callout-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .callout-item .inner {
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.callout-item.flip .callout-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.callout-item.flip .callout-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 60px;
  padding-right: 0;
}
@media screen and (max-width: 1228px) {
  .callout-item.flip .callout-image {
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .callout-item.flip .callout-image {
    padding-left: 0;
  }
}
.callout-item.flip .callout-icons-list:before {
  left: 0;
  right: -60px;
}
.callout-item.room {
  align-items: flex-start;
}
.callout-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 0;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.callout-image img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  width: 100%;
}
.callout-image .hide ~ img {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
@media screen and (max-width: 1228px) {
  .callout-image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .callout-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
    padding-right: 0;
    width: 100%;
  }
}
.callout-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.callout-content .preheadline {
  margin-bottom: 0;
}
.callout-content h2 {
  margin-top: 0.15em;
  margin-bottom: 0.25em;
}
.callout-content h3 {
  font-size: 44px;
  font-size: 2.75rem;
}
.callout-content p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1228px) {
  .callout-content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 800px) {
  .callout-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.callout-icons-list {
  display: block;
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 1.5em 0 0 0;
  position: relative;
}
.callout-icons-list:before {
  border-top: 1px solid #103440;
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  right: 0;
}
.callout-icons-list li {
  display: inline-block;
  margin-right: 40px;
}
.callout-icons-list li:last-child {
  margin-right: 0;
}
.callout-icons-list li .icon, .callout-icons-list li .text {
  display: inline-block;
  vertical-align: middle;
}
.callout-icons-list li .icon {
  margin-right: 4px;
}
.callout-icons-list .icon img {
    max-height: 30px;
}
.callout-cta {
  display: inline-block;
  margin-right: 40px;
}
.callout-cta:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .callout-cta {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
.callout-large .inner {
  padding-top: 45px;
  padding-bottom: 45px;
}
.callout-large-image {
  position: relative;
  z-index: -1;
  text-align: right;
}
.callout-large-image img {
  width: 90%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.callout-large-image:after {
  border: 10px solid #103440;
  content: "";
  height: 448px;
  position: absolute;
  bottom: -80px;
  right: -40px;
  z-index: -1;
  width: 475px;
}
.callout-large-image .hide ~ img {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
@media screen and (max-width: 800px) {
  .callout-large-image:after {
    height: auto;
    bottom: -20px;
    z-index: -1;
    left: -20px;
    top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .callout-large-image {
    margin-left: 10%;
    width: 90%;
  }
}
.callout-large-accent-image, .callout-large-copy {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .callout-large-accent-image, .callout-large-copy {
    display: block;
    margin-right: 0;
  }
}
.callout-large-accent-image {
  background: #081f26;
  border-top: 15px solid #081f26;
  border-right: 15px solid #081f26;
  margin-top: -200px;
  width: 45%;
}
.callout-large-accent-image img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .callout-large-accent-image {
    border-top: 10px solid #081f26;
    border-right: 10px solid #081f26;
    border-left: 10px solid #081f26;
    margin-top: -100px;
  }
}
@media screen and (max-width: 480px) {
  .callout-large-accent-image {
    margin-top: -50px;
  }
}
.callout-large-copy {
  margin-top: 48px;
  padding-left: 50px;
  width: 55%;
}
.callout-large-copy h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .callout-large-copy {
    padding-left: 0;
    width: 100%;
  }
}
/* Home Page Bottom Content */
.home-bottom-content {
  padding-bottom: 45px;
}
.home-bottom-content p {
  margin: 0.5em auto 1.5em auto;
  max-width: 100%;
  width: 670px;
}
.home-bottom-accents-container {
  padding-top: 90px;
  padding-bottom: 135px;
}
.home-bottom-accents-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .home-bottom-accents-container .inner {
    display: block;
    position: relative;
  }
  .home-bottom-accents-container .inner:after {
    border: 10px solid #103440;
    content: "";
    position: absolute;
    top: 120px;
    right: 40px;
    bottom: 120px;
    left: 40px;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .home-bottom-accents-container {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home-bottom-accent {
  padding: 20px;
}
.home-bottom-accent img {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .home-bottom-accent {
    display: block;
    padding: 10px;
  }
  .home-bottom-accent img {
    width: 70%;
  }
  .home-bottom-accent:nth-child(1) {
    text-align: left;
  }
  .home-bottom-accent:nth-child(2) {
    text-align: center;
  }
  .home-bottom-accent:nth-child(3) {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  #gform_1 li {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  #gform_1 li input {
    width: 100%;
  }
  #gform_1 .gform_button.button, #gform_1 button.gform_button, #gform_1 input[type="button"].gform_button, #gform_1 input[type="reset"].gform_button, #gform_1 input[type="submit"].gform_button {
    display: block;
    padding: 8px 24px;
    width: 100%;
  }
}
/* INTERIOR PAGES */
/* Standard Hero */
.hero-standard-container {
  height: 100vh;
  margin-bottom: 90px;
  min-height: 600px;
  width: calc(100% + 32px);
}
@media screen and (max-width: 1024px) {
  .hero-standard-container {
    width: 95%;
    height: auto;
    margin-top: 90px;
    margin-bottom: 45px;
  }
}
.hero-image-container {
  display: inline-block;
  height: 100%;
  margin-right: -4.5px;
  vertical-align: middle;
  width: calc(50% - 140px);
}
@media screen and (max-width: 1024px) {
  .hero-image-container {
    display: none;
  }
}
.hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: calc(100% - 96px);
}
.hero-image-mobile {
  display: none;
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-image-mobile {
    display: block;
  }
}
.hero-content-container {
  display: inline-block;
  margin-right: -4.5px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  vertical-align: middle;
  width: calc(50% + 140px);
}
.hero-content-container h1 {
  margin-bottom: 0.25em;
}
.hero-content-container p {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .hero-content-container p {
    padding-right: 10px;
  }
}
.hero-content-container:after {
  border: 10px solid #103440;
  content: "";
  position: absolute;
  top: -40px;
  right: -10px;
  bottom: -40px;
  left: 840px;
  z-index: -1;
}
.hero-standard-container.animate .hero-content-container:after {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  left: 400px;
}
/* make image go slower */
.hero-standard-container.animate .animate-in-right:before {
  width: 0;
  -webkit-transition: 1.25s;
  transition: 1.25s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
@media screen and (max-width: 1024px) {
  .hero-content-container:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero-content-container {
    padding-left: 80px;
    padding-right: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero-content-container {
    padding-left: 24px;
    padding-right: 0;
  }
}
.hero-content {
  max-width: 840px;
}
@media screen and (min-width: 1840px) {
  .hero-content {
    margin: auto;
  }
  .hero-content h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .hero-content p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
/* FAQ Page Template */
.faq-filters-container {
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative;
}
.faq-filters-container button {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.faq-filters-container button:before, .faq-filters-container button:after {
  display: none;
}
.faq-filters-container button:hover {
  color: #cab8e6;
}
@media screen and (max-width: 1024px) {
  .faq-filters-container {
    margin-top: 40px;
  }
}
.faq-filters-trigger {
  padding: 0;
}
.faq-filters-trigger.filters-open .chevron-down:before {
  top: 0.7em;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.faq-filters {
  background: #103440;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 5;
}
.faq-filters button {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 !important;
  padding: 10px;
  text-align: left;
  transition: none;
  -webkit-transition: none;
  width: 100%;
}
.faq-filters button:hover, .faq-filters button.mixitup-control-active {
  background: #000305;
  transition: none;
  -webkit-transition: none;
}
/* Generic Card Classes */
.card-container {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .card-container {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .card-container {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.card {
  background: #e6e6e6;
  color: #103440;
  display: inline-block;
  padding: 40px;
  margin: 0 0 40px 0;
  width: 100%;
}
.card a:not(.link-tertiary), .card a:visited {
  color: #103440;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #ac70ff;
}
.card a:not(.link-tertiary):before, .card a:visited:before, .card a:not(.link-tertiary):after, .card a:visited:after {
  display: none;
}
.card a:active, .card a:focus, .card a:hover {
  color: #103440;
  text-decoration-color: #8c26bf;
}
.card .link-tertiary {
  color: #103440;
}
@media screen and (max-width: 1024px) {
  .card {
    padding: 20px;
    margin: 0 0 20px 0;
  }
}
.card-title p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 16px;
}
.card-content p, .card-content ul, .card-content ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
/* Gallery Page Template */
.gallery-container {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .gallery-container {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media screen and (max-width: 640px) {
  .gallery-container {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.gallery-item {
  display: inline-block;
  margin-bottom: 10px;
}
.gallery-item img {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  vertical-align: middle;
  width: 100%;
}
.gallery-item a:before, .gallery-item a:visited:before, .gallery-item a:after, .gallery-item a:visited:after {
  display: none;
}
/* Restaurant Page */
.restaurant-hero-content {
  margin-top: -200px;
  margin-bottom: 90px;
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
  width: calc(50% + 140px);
}
.restaurant-hero-content p {
  margin-bottom: 0.5em;
}
.restaurant-hero-content table {
  margin-bottom: 2.5em;
  width: 100%;
}
.restaurant-hero-content table span {
  background: #081f26;
  font-weight: normal;
}
.restaurant-hero-content td:first-child {
  position: relative;
}
.restaurant-hero-content td:first-child span {
  padding: 10px 10px 10px 0;
}
.restaurant-hero-content td:first-child:after {
  background: #103440;
  content: "";
  height: 1px;
  position: absolute;
  left: 10px;
  right: 0;
  top: 50%;
  z-index: -1;
}
.restaurant-hero-content td:last-child {
  position: relative;
  text-align: right;
}
.restaurant-hero-content td:last-child span {
  padding: 10px 0 10px 10px;
}
.restaurant-hero-content td:last-child:before {
  background: #103440;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 10px;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .restaurant-hero-content {
    margin-top: 90px;
    padding-left: 80px;
    padding-right: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .restaurant-hero-content {
    padding-left: 24px;
  }
}
.restaurant-slider {
  float: left;
  padding: 100px 100px 40px 0;
  width: 60%;
}
.restaurant-slider .owl-stage-outer {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  margin-right: 1px;
}
.restaurant-slider .owl-nav {
  margin-top: -20px;
  margin-right: 5px;
  text-align: right;
}
.restaurant-slider .owl-prev, .restaurant-slider .owl-next {
  background: #103440;
  border-radius: 50%;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 40px;
  outline: none;
  border: 1px solid #f3eaff;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.restaurant-slider .owl-prev span, .restaurant-slider .owl-next span {
  font-size: 0;
  line-height: 0;
}
.restaurant-slider .owl-prev span:before, .restaurant-slider .owl-next span:before, .restaurant-slider .owl-prev span:after, .restaurant-slider .owl-next span:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 10px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.restaurant-slider .owl-prev:before, .restaurant-slider .owl-next:before {
  display: none;
}
.restaurant-slider .owl-prev:hover, .restaurant-slider .owl-next:hover, .restaurant-slider .owl-prev:focus, .restaurant-slider .owl-next:focus {
  background: #8c26bf;
  border-radius: 100% !important;
  outline: none;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.restaurant-slider .owl-prev span:before {
  transform: rotate(-45deg);
  top: 14px;
  left: 11px;
}
.restaurant-slider .owl-prev span:after {
  transform: rotate(45deg);
  bottom: 15px;
  left: 11px;
}
.restaurant-slider .owl-prev:hover span:before, .restaurant-slider .owl-prev:focus span:before, .restaurant-slider .owl-prev:hover span:after, .restaurant-slider .owl-prev:focus span:after {
  left: 9px;
}
.restaurant-slider .owl-next span:before {
  transform: rotate(45deg);
  top: 14px;
  left: 14px;
}
.restaurant-slider .owl-next span:after {
  transform: rotate(-45deg);
  bottom: 15px;
  left: 14px;
}
.restaurant-slider .owl-next:hover span:before, .restaurant-slider .owl-next:focus span:before, .restaurant-slider .owl-next:hover span:after, .restaurant-slider .owl-next:focus span:after {
  left: 16px;
}
@media screen and (max-width: 1250px) {
  .restaurant-slider {
    padding: 100px 60px 40px 0;
    width: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .restaurant-slider {
    padding: 60px 60px 40px 0;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .restaurant-slider {
    float: none;
    margin-bottom: 90px;
    padding: 0;
    width: 100%;
  }
}
.restaurant-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
@media screen and (max-width: 1250px) {
  .restaurant-slide {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .restaurant-slide {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .restaurant-slide {
    height: 300px;
  }
}
.restaurant-chef-container {
  display: inline;
  width: 40%;
}
.restaurant-chef-container h2 {
  display: inline-block;
  margin-bottom: 0.25em;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 800px) {
  .restaurant-chef-container {
    display: block;
    width: 100%;
  }
}
.chef-headshot {
  width: 40%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 800px) {
  .chef-headshot {
    width: 100%;
  }
}
.chef-bio-content p {
  padding-left: 250px;
}
@media screen and (max-width: 1024px) {
  .chef-bio-content p {
    padding-left: 0;
  }
}
.chef-bio-content .more-link .chevron-down:before {
  top: 0.4em;
}
.chef-bio-content .more-link[aria-expanded="true"] .chevron-down:before {
  top: 0.7em;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.chef-more-container {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .chef-more-container {
    text-align: left;
  }
}
/* Nixo Events */
.nixo-events-container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.nixo-event-slider .owl-nav {
  margin-top: -20px;
  position: absolute;
  left: 55%;
}
@media screen and (max-width: 1024px) {
  .nixo-event-slider .owl-nav {
    display: block;
    left: initial;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .nixo-event-slider .owl-nav {
    margin-top: -40px;
  }
}
.nixo-event-slider .owl-prev, .nixo-event-slider .owl-next {
  background: #103440;
  border-radius: 50%;
  border: 1px solid #f3eaff;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 40px;
}
.nixo-event-slider .owl-prev span, .nixo-event-slider .owl-next span {
  font-size: 0;
  line-height: 0;
}
.nixo-event-slider .owl-prev span:before, .nixo-event-slider .owl-next span:before, .nixo-event-slider .owl-prev span:after, .nixo-event-slider .owl-next span:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 10px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nixo-event-slider .owl-prev:before, .nixo-event-slider .owl-next:before {
  display: none;
}
.nixo-event-slider .owl-prev:hover, .nixo-event-slider .owl-next:hover, .nixo-event-slider .owl-prev:focus, .nixo-event-slider .owl-next:focus {
  background: #8c26bf;
  border-radius: 100% !important;
  outline: none;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.nixo-event-slider .owl-prev span:before {
  transform: rotate(-45deg);
  top: 14px;
  left: 11px;
}
.nixo-event-slider .owl-prev span:after {
  transform: rotate(45deg);
  bottom: 15px;
  left: 11px;
}
.nixo-event-slider .owl-prev:hover span:before, .nixo-event-slider .owl-prev:focus span:before, .nixo-event-slider .owl-prev:hover span:after, .nixo-event-slider .owl-prev:focus span:after {
  left: 9px;
}
.nixo-event-slider .owl-next span:before {
  transform: rotate(45deg);
  top: 14px;
  left: 14px;
}
.nixo-event-slider .owl-next span:after {
  transform: rotate(-45deg);
  bottom: 15px;
  left: 14px;
}
.nixo-event-slider .owl-next:hover span:before, .nixo-event-slider .owl-next:focus span:before, .nixo-event-slider .owl-next:hover span:after, .nixo-event-slider .owl-next:focus span:after {
  left: 16px;
}
.event-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 11px;
}
.event-slider-item h3 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 32px;
  padding-right: 8%;
}
.event-slider-item p {
  padding-right: 8%;
}
@media screen and (max-width: 800px) {
  .event-slider-item {
    display: block;
  }
}
.event-slider-content, .event-slider-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .event-slider-content, .event-slider-image {
    display: block;
  }
}
.event-slider-image {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.event-slider-content p, .event-details p {
  margin-bottom: 0.25em;
}
.event-slider-content .paragraph-large, .event-details .paragraph-large, .event-slider-content .paragraph-medium, .event-details .paragraph-medium {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.event-slider-content .paragraph-large ~ p, .event-details .paragraph-large ~ p, .event-slider-content .paragraph-medium ~ p, .event-details .paragraph-medium ~ p {
  margin-top: 0;
}
.event-slider-content hr, .event-details hr {
  background: #103440;
  margin: 1em 0 1em 0;
}
.event-slider-content.no-image + .event-slider-image {
  width: 50%;
  height: 100%;
  min-height: 605px;
  background: #081f26;
  border: 10px solid #103440;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .event-slider-content.no-image + .event-slider-image {
    display: none;
  }
}
.event-info {
  position: relative;
  margin-top: 40px;
}
.event-info:before, .event-info:after {
  content: '';
  display: block;
  position: absolute;
  width: 105%;
  height: 1px;
  left: -5%;
  background: #103440;
}
.event-info:before {
  top: 0;
}
.event-info:after {
  bottom: 0;
}
.event-date, .event-time {
  display: inline-block;
  margin-right: -4.5px;
  padding: 16px 32px 10px 0;
  width: 50%;
}
.event-date ~ .event-time {
  border-left: 1px solid #103440;
  padding: 16px 32px 10px 32px;
}
.event-content, .event-image-container {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .event-content, .event-image-container {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.event-content {
  margin-bottom: 3em;
}
.event-content p {
	margin-top: 0;
}
.event-content.no-thumb {
  display: block;
  margin-right: 0;
  width: 100%;
}
.event-image-container {
  padding: 0 5% 5% 0;
}
.event-image-container img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .event-image-container {
    padding: 0 40px 40px 0;
  }
}
@media screen and (max-width: 800px) {
  .event-image-container {
    padding: 0 0 40px 0;
  }
}
/* Offers */
.offer-disclaimer {
  font-style: italic;
  margin-top: 90px;
}
/* Menu Page */
.panel-body {
	background: #E6E6E6;
	color: #103440;
	padding: 60px;
}
.panel-body h2 {
	color: #103440;
	font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 1.625em;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-align: center;
}
.panel-body hr {
	background: transparent;
	border-top: 1px solid #E64845;
	border-bottom: 1px solid #E64845;
	height: 4px;
}
.tab-navigation {
	border-bottom: 0;
	margin-left: -1px;
	margin-bottom: 1px;
}
.tab-navigation li {
	border-top: 1px solid #103440;
	border-left: 1px solid #103440;
	border-right: 1px solid #103440;
}
.tab-navigation a,
.tab-navigation a:visited {
	background: #081f26;
	border: 0 !important;
	border-radius: 0 !important;
	color: #B8C5CC;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.tab-navigation a:active,
.tab-navigation a:focus,
.tab-navigation a:hover,
.tab-navigation a[aria-selected="true"] {
	background: #E6E6E6;
	color: #103440;
	outline: 0;
}
.tab-navigation a:after {
	display: none;
}
.menu-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .menu-item-container {
    display: block;
  }
  .panel-body {
	  padding: 20px;
  }
  .panel-body h2 {
	  font-size: 1.25em;
  }
  .tab-navigation {
	  margin-bottom: 1.5em;
  }
  .tab-navigation li {
	  border-bottom: 1px solid #103440;
  }
}
.nixo-menu-item {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  padding: 20px 0;
  text-align: left;
}
.menu-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.menu-item-header:after {
  border-top: 1px solid #b8c5cc;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.menu-item-header p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}
.menu-item-title, .menu-item-price {
  background: #e6e6e6;
  position: relative;
  z-index: 1;
}
.menu-item-title {
  padding-right: 10px;
  text-align: left;
}
.menu-item-price {
  padding-left: 10px;
  text-align: right;
}
.menu-item-description p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.75em 0 0 0;
}
.raw-under-icon:before {
  color: #e64845;
  content: "*";
  font-size: 30px;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-left: 5px;
}
.gluten-free-icon:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/glutenfree-min.png') no-repeat center/cover;
  color: #e64845;
  content: "";
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
}
.menu-bottom-content {
  border: 1px solid #b8c5cc;
  margin-top: 40px;
  padding: 40px;
  text-align: left;
}
.menu-bottom-content p:first-child {
  margin-top: 0;
}
.menu-bottom-content p:last-child {
  margin-bottom: 0;
}
.menu-bottom-content small {
  display: block;
}
.menu-bottom-content .gluten-free-icon:before {
  margin: 5px 5px 0 0;
}
.menu-bottom-content .raw-under-icon {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 800px) {
  .menu-bottom-content {
    border-top: 1px solid #b8c5cc;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 40px 0;
  }
  .menu-item-header p,
  .menu-item-title p {
	  font-size: 1em;
	  line-height: normal;
  }
  .menu-item-description p {
	  line-height: normal;
  }
}
/* Meetings & Events (formerly "Groups") page tempalte */
.meetings-light-container {
  background: #103440;
  padding-top: 90px;
  padding-bottom: 90px;
  width: calc(100% + 64px);
  margin-left: -32px;
}
@media screen and (max-width: 640px) {
	.meetings-light-container {
		margin-left: 0;	
		width: 100%;
	}
}
.floorplan-info {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.floorplan-info h3 {
  font-size: 44px;
  font-size: 2.75rem;
}
.floorplan-image, .floorplan-content {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
}
.floorplan-image {
  padding-right: 60px;
  width: 60%;
}
.floorplan-content {
  width: 40%;
}
@media screen and (max-width: 800px) {
	.floorplan-info {
		display: block;
	}
	.floorplan-image, .floorplan-content {
		display: block;
	}
	.floorplan-image {
		margin-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}
	.floorplan-content {
		width: 100%;
	}
}
.floorplan-capacity-container {
  position: relative;
}
.floorplan-capacity {
  margin-bottom: 90px;
}
.floorplan-capacity th, .floorplan-capacity td {
  color: #103440;
  width: 8%;
  font-size: 14px;
  text-align: center;
}
.floorplan-capacity td {
  padding: 16px 8px;
  border-left: 1px solid #a1acb3;
}
.floorplan-capacity th {
  background-color: #081f26;
  text-transform: uppercase;
  color: #b8c5cc;
  padding: 10px;
  border-left: 1px solid rgba(115, 140, 153, 0.5);
}
.floorplan-capacity th:first-child {
  border-left: none;
}
.floorplan-capacity tr:nth-child(even) {
  background-color: #e6e6e6;
}
.floorplan-capacity tr:nth-child(odd) {
  background-color: #b8c5cc;
}
.floorplan-capacity td:first-child {
  min-width: 164px;
  background-color: #738c99;
  text-align: left;
  border-left: none;
}
.floorplan-capacity .number {
  background: #103440;
  border: 0;
  border-radius: 50%;
  color: #fff;
  height: 25px;
  margin-right: 7px;
  padding: 5px 5px 5px 8px;
  width: 25px;
}
@media screen and (max-width: 1228px) {
  .floorplan-capacity:before {
    background: transparent url('/wp-content/themes/btluxecctwo/assets/arrow-mobile-more-table@2x-min.png') no-repeat center right;
    content: "";
    display: block;
    height: 20px;
    margin-bottom: 6px;
    width: 100%;
  }
}
.meeting-tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .meeting-tiles-container {
    display: block;
  }
}
.meeting-tile {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  padding: 10px 0;
}
.meeting-tile img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.mask.hide ~ .meeting-tile img {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
}
.meeting-tile .paragraph-medium {
  margin-bottom: 0.5em;
}
.meeting-tile p:not(.paragraph-medium) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  margin: 0 0 1.5em 0;
}
.meeting-gallery {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 60px;
  padding-right: 60px;
}
.meeting-gallery .owl-prev, 
.meeting-gallery .owl-next {
  background: #103440;
  border-radius: 50%;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 40px;
  outline: none;
  border: 1px solid #f3eaff;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.meeting-gallery .owl-prev span, 
.meeting-gallery .owl-next span {
  font-size: 0;
  line-height: 0;
}
.meeting-gallery .owl-prev span:before, 
.meeting-gallery .owl-next span:before, 
.meeting-gallery .owl-prev span:after, 
.meeting-gallery .owl-next span:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 10px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.meeting-gallery .owl-prev:before, 
.meeting-gallery .owl-next:before {
  display: none;
}
.meeting-gallery .owl-prev:hover, 
.meeting-gallery .owl-next:hover, 
.meeting-gallery .owl-prev:focus, 
.meeting-gallery .owl-next:focus {
  background: #8c26bf;
  border-radius: 100% !important;
  outline: none;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.meeting-gallery .owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -50px;
}
.meeting-gallery .owl-prev span:before {
  transform: rotate(-45deg);
  top: 14px;
  left: 11px;
}
.meeting-gallery .owl-prev span:after {
  transform: rotate(45deg);
  bottom: 15px;
  left: 11px;
}
.meeting-gallery .owl-prev:hover span:before, 
.meeting-gallery .owl-prev:focus span:before, 
.meeting-gallery .owl-prev:hover span:after, 
.meeting-gallery .owl-prev:focus span:after {
  left: 9px;
}
.meeting-gallery .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  right: -50px;
  margin-right: 0;
  margin-left: 10px;
}
.meeting-gallery .owl-next span:before {
  transform: rotate(45deg);
  top: 14px;
  left: 14px;
}
.meeting-gallery .owl-next span:after {
  transform: rotate(-45deg);
  bottom: 15px;
  left: 14px;
}
.meeting-gallery .owl-next:hover span:before, .meeting-gallery .owl-next:focus span:before, .meeting-gallery .owl-next:hover span:after, .meeting-gallery .owl-next:focus span:after {
  left: 16px;
}
/* Meeting Offers */
.meeting-offers-list-container {
  margin-top: 45px;
  margin-bottom: 90px;
}
.meeting-offers-list-container p {
  font-size: 18px;
  font-size: 1.125rem;
}
.meeting-offers-list-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .meeting-offers-list-container .inner {
    display: block;
  }
}
.meeting-offers-list-container.only-offer .inner {
  display: block;
}
.meeting-offers-list-container.only-offer .meeting-offer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.meeting-offers-list-container.only-offer .meeting-offer-image, .meeting-offers-list-container.only-offer .meeting-offer-content {
  background: transparent;
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .meeting-offers-list-container.only-offer .meeting-offer-image, .meeting-offers-list-container.only-offer .meeting-offer-content {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.meeting-offers-list-container.only-offer .meeting-offer-image {
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .meeting-offers-list-container.only-offer .meeting-offer-image {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.meeting-offers-list-container.only-offer .meeting-offer-content {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 800px) {
  .meeting-offers-list-container.only-offer .meeting-offer-content {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.meeting-offer {
  background: #103440;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-bottom: 40px;
}
.meeting-offer img {
  vertical-align: middle;
  width: 100%;
}
.meeting-offer-content {
  background: #103440;
  padding: 24px;
}
/* Nearby Events */
.calendar-container table {
  margin: 0;
}
.calendar-container a:after, .calendar-container a:visited:after {
  display: none;
}
.calendar-filter-container {
  padding-bottom: 40px;
}
.calendar-filter-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .calendar-filter-container ul {
    padding-top: 10px;
  }
}
.calendar-filter-container li {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 80px;
  padding-left: 32px;
  text-indent: 0;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .calendar-filter-container li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .calendar-filter-container li {
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.calendar-filter-container li:before {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  border: 0;
  content: "";
  display: inline-block;
  height: 24px;
  top: 2px;
  left: 0;
  width: 24px;
}
.calendar-filter-container li.sports:before {
  background-image: url('/wp-content/themes/btluxecctwo/assets/basketball.png');
}
.calendar-filter-container li.music:before {
  background-image: url('/wp-content/themes/btluxecctwo/assets/microphone.png');
}
.calendar-filter-container li.theater:before {
  background-image: url('/wp-content/themes/btluxecctwo/assets/theatre-masks.png');
}
.calendar-filter-container li.conventions:before {
  background-image: url('/wp-content/themes/btluxecctwo/assets/conventions.png');
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  font-size: 24px;
  padding: 5px 10px 0 0;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #081f26 !important;
  color: #04141a;
}
#calendar .fc-toolbar h2 {
  font-size: 32px;
}
#calendar .fc-toolbar button {
  background: transparent;
  text-shadow: none;
  color: #ebe1fa;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 14px;
  height: auto;
  border: 1px solid #f3eaff;
  border-radius: 0;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
  z-index: 5 !important;
}
#calendar .fc-toolbar button:hover, #calendar .fc-toolbar button:focus {
  background: #8c26bf;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
#calendar .fc-widget-header th {
  background: #103440;
  color: #b8c5cc;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 5px 13px 5px;
  border-color: #3d5560;
}
#calendar .fc-event {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #8c26bf;
  line-height: 26px;
  padding: 5px;
}
#calendar .fc-event:before {
  background-size: contain !important;
  content: "";
  display: inline-block;
  height: 26px;
  vertical-align: middle;
  width: 25px;
}
#calendar .fc-event:after {
  display: none;
}
#calendar .fc-event.event-music:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/microphone_legend.png') no-repeat center center;
}
#calendar .fc-event.event-sports:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/basketball_legend.png') no-repeat center center;
}
#calendar .fc-event.event-conventions:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/conventions_legend.png') no-repeat center center;
}
#calendar .fc-event.event-theater:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/theatre-masks_legend.png') no-repeat center center;
}
#calendar .fc-event .fc-content {
  display: inline-block;
  line-height: 1.2;
  margin-left: 7px;
  margin-top: 6px;
  vertical-align: top;
  width: calc(100% - 32px);
}
#calendar .fc-event:hover .fc-content {
  text-decoration: underline;
}
#calendar .fc-day-grid-event .fc-content {
  white-space: normal !important;
}
.fc-scroller {
  background: #f3efee;
  height: auto !important;
  min-height: 300px;
  overflow: visible;
}
.fc-unthemed .fc-list-empty {
  background: transparent !important;
}
.fc-list-item-time {
  display: none !important;
}
.fc-event-dot {
  display: none !important;
}
.fc-list-item .fc-list-item-title a {
  line-height: 26px;
}
.fc-list-item .fc-list-item-title a:before {
  background-size: contain !important;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
.fc-list-item.event-music .fc-list-item-title a:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/microphone.png') no-repeat center center;
}
.fc-list-item.event-theater .fc-list-item-title a:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/theatre-masks.png') no-repeat center center;
}
.fc-list-item.event-sports .fc-list-item-title a:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/basketball.png') no-repeat center center;
}
.fc-list-item.event-conventions .fc-list-item-title a:before {
  background: transparent url('/wp-content/themes/btluxecctwo/assets/conventions.png') no-repeat center center;
}
.fc-list-table td {
  padding: 8px 6px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  font-size: 18px;
  padding: 16px 20px 0 0;
}
.fc-unthemed td.fc-today {
  background: #b8c5cc !important;
}
.fc-unthemed .fc-disabled-day {
  background: #103440 !important;
}
.fc-state-disabled {
  opacity: 1 !important;
  box-shadow: 0 0 2px 0 #b8c5cc !important;
  border: 1px solid #b8c5cc !important;
  color: #b8c5cc !important;
}
.fc-unthemed .fc-listWeek-view {
  border: none;
}
.fc-unthemed .fc-listWeek-view .fc-list-table td {
  padding: 16px 8px;
  font-weight: 400;
}
.fc-unthemed .fc-listWeek-view .fc-widget-header {
  color: #b8c5cc;
  background: #103440;
  font-size: 400;
}
.tooltip {
	background: #ffffff;
	padding: 20px;
}
.tooltip p {
	color: rgb(4, 20, 26);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 0.5em 0;
}
.fc-event:not([href]):hover {

}
#calendar .fc-event:not([href]):hover .fc-content {
	text-decoration: none !important;
}
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
.site-footer {
  background: #000305;
  color: #738c99;
  padding: 64px 5% 40px 5%;
  position: relative;
  z-index: 99;
}
.site-footer .inner {
  padding-left: 0;
  padding-right: 0;
}
.site-footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 96px;
  top: -96px;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04141a+0,04141a+85&0+0,1+85 */
  background: -moz-linear-gradient(top, rgba(4, 20, 26, 0) 0%, rgba(4, 20, 26, 1) 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(4, 20, 26, 0) 0%, rgba(4, 20, 26, 1) 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(4, 20, 26, 0) 0%, rgba(4, 20, 26, 1) 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0004141a', endColorstr='#04141a',GradientType=0);
  /* IE6-9 */
}
.site-footer svg {
  max-width: 100%;
}
.site-footer.widget-stopped:before {
  top: -192px;
}
@media screen and (max-width: 1024px) {
  .site-footer.widget-stopped:before {
    top: -172px;
  }
}
.footer-row-1 .inner, .footer-row-3 .inner, .footer-row-1 .footer-inner, .footer-row-3 .footer-inner {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-row-1 .inner, .footer-row-3 .inner, .footer-row-1 .footer-inner, .footer-row-3 .footer-inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .footer-row-1 .inner {
    display: block;
    text-align: center;
  }
}
.footer-row-1 {
  padding-bottom: 67.5px;
}
.footer-row-1 .footer-col {
  text-align: center;
}
.footer-row-1 .footer-col:first-child svg {
  width: 140px;
}
.footer-row-1 .footer-col:last-child {
  border-right: 0;
}
.footer-row-1 .footer-col:last-child svg {
  width: 90px;
}
@media screen and (max-width: 1024px) {
  .footer-row-1 .footer-col {
    border-right: 0;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 10px;
  }
}
.footer-row-1 p {
  line-height: 1.5;
}
.footer-row-1 svg {
  fill: #738c99;
}
.footer-row-1 .line {
  display: block;
  width: 1px;
  height: 96px;
  background: #081f26;
}
@media screen and (max-width: 1024px) {
  .footer-row-1 .line {
    display: none;
  }
}
.footer-row-2 {
  padding-top: 67.5px;
  padding-bottom: 90px;
  position: relative;
}
.footer-row-2:before {
  border-top: 1px solid #081f26;
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  left: 40px;
}
@media screen and (max-width: 640px) {
  .footer-row-2:before {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer-row-2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .footer-row-2:after {
    border-top: 1px solid #081f26;
    content: "";
    position: absolute;
    bottom: 0;
    right: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .footer-row-2:after {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer-row-3 .footer-row-col {
    margin: 1rem 0;
  }
}
.menu-footer-menu-container ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .menu-footer-menu-container ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.menu-footer-menu-container li {
  display: block;
  margin: 0;
}
.menu-footer-menu-container a {
  color: #738c99;
  display: inline-block;
  font-size: 1.125rem;
  margin: 0 0 1em 0;
  position: relative;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 480px) {
  .menu-footer-menu-container a {
    font-size: 0.8rem;
    margin: 1em 0.25em;
  }
}
.menu-footer-menu-container a:hover, .menu-footer-menu-container a:focus {
  color: #b8c5cc;
}
.menu-footer-menu-container a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  background: #ebe1fa;
  box-shadow: 0 0 0 0 #d24dff, 0 0 0 0 #b217e6;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-footer-menu-container a:hover:after, .menu-footer-menu-container a:focus:after {
  width: 100%;
  box-shadow: 0 0 3px 1px #d24dff, 0 0 12px 2px #b217e6;
}
.footer-row-3 {
  padding-top: 45px;
}
.footer-row-3 .inner {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .footer-row-3 .inner {
    display: block;
    padding-top: 0;
  }
  .footer-row-3 .inner .footer-row-col:nth-child(1), .footer-row-3 .inner .footer-row-col:nth-child(2) {
    display: inline-block;
    margin-right: -4.5px;
    width: 50%;
  }
  .footer-row-3 .inner .footer-row-col:nth-child(3) {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}
.scroll-to-top {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #f3eaff;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
  outline-color: #ac70ff !important;
}
.scroll-to-top span {
  position: absolute;
  top: 50%;
  right: -125%;
  transform: translateY(-50%);
}
.scroll-to-top:before, .scroll-to-top:after {
  display: none;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background: #8c26bf;
  border-radius: 100% !important;
  outline: none;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.scroll-to-top .caret {
  position: absolute;
  width: 48px;
  height: 40px;
  left: 0;
}
.scroll-to-top .caret:before, .scroll-to-top .caret:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 18px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.scroll-to-top .caret:before {
  transform: rotate(-45deg);
  left: 12px;
}
.scroll-to-top .caret:after {
  transform: rotate(45deg);
  right: 13px;
}
.scroll-to-top:hover .caret:before, .scroll-to-top:focus .caret:before, .scroll-to-top:hover .caret:after, .scroll-to-top:focus .caret:after {
  top: 16px;
}
.copyright-container p {
  font-family: CeraPRO-Regular, 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 800px) {
  .copyright-container p {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: right;
  }
}
.social-media-container ul {
  list-style: none;
  margin: 11px 0 0 0;
  padding: 0;
}
.social-media-container li {
  display: inline-block;
  margin-right: 12px;
}
.social-media-container li:last-child {
  margin-right: 0;
}
.social-media-container a {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
  background: none;
  border: 1px solid #f3eaff;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
  outline-color: #ac70ff !important;
}
.social-media-container a:before, .social-media-container a:after {
  display: none;
}
.social-media-container a:hover, .social-media-container a:focus {
  background: #8c26bf;
  border-radius: 100% !important;
  outline: none;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 4px 3px rgba(0, 5, 3, 0.5), inset 0 0 7px 3px rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
}
.social-media-container a svg {
  max-width: 48px;
  padding: 4px 5px 4px 4px;
}
.social-media-container a svg path {
  fill: #b8c5cc;
  transition: all 1s ease;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # 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 embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Chrome fix for column layout */
iframe {
	 transform: translate3d(0,0,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;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Fancybox Hacking */
.fancybox-button {
  background: transparent;
}
.fancybox-button:hover {
  border: 0;
  box-shadow: none;
}
.fancybox-button:hover:before {
  display: none;
}
.fancybox-button:hover svg {
  border-radius: 50%;
  border: 1px solid #f3eaff;
  box-shadow: 0 0 7px 0 rgba(144, 19, 254, 0.75), 0 0 5px 2px #bf13fe, inset 0 0 7px 0 rgba(144, 19, 254, 0.75), inset 0 0 5px 2px #bf13fe;
  outline-color: #ac70ff !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 0;
  }
}
.fancybox-navigation .fancybox-button--arrow_right {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 0;
  }
}
.fancybox-bg {
  background: #04141a;
}

/* Page Transitions */
.preloader {
	background-color: #43075f;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1000000;
}

body {
	overflow-y: hidden;
}

.status {
	background-image: url('/wp-content/themes/btluxecctwo/assets/luxe-loader-2x.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 180px 180px;
	height: 180px;
	margin: -90px 0 0 -90px;
	position: absolute;
		left: 50%;
		top: 50%;
	width: 180px;
}

/* Below the fold animations */
.mask-container {
	position: relative;
}

.mask {
	background: #081f26;
	position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	width: 100%;
}

.meeting-tile .mask {
	background: #103440;
}

.mask.hide {
	transition: 0.75s;
		-webkit-transition: 0.75s;
	width: 0;
}

.mask.hide-delay {
	transition-delay: 2.5s;
	-webkit-transition-delay: 2.5s;
	transition: 0.75s;
		-webkit-transition: 0.75s;
	width: 0;
}

.mask-left {
	right: auto;
	left: 0;	
}

.needs-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.needs-shadow.shadow-visible {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
}

/* IE Fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	/* Put your IE-only styles here. Works for IS 10 & IE 11*/
   	.button-secondary span:before,
	.button-secondary span:after,
	.button-secondary:before,
	.button-secondary:after {
		display: none !important;
	}
	
	.button-secondary,
	.button-secondary:visited  {
		border: 1px solid #d24dff;	
	}
	
	.button-secondary:active,
	.button-secondary:focus,
	.button-secondary:hover {
		background: #8c26bf;
		color: #ffffff;
	}
}

/* MS Edge Fixes */
@supports (-ms-ime-align: auto) {
  .qtip {
	  display: none !important;
  }
}

/* temporary addition to home hero prior to design change */
.home-hero-header .paragraph-large {
    margin-top: 2em;
    margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	.home-hero-header .paragraph-large {
		font-size: 1em;
	}
	
	.home-hero-header .button-secondary,
	.home-hero-header .button {
		font-size: 1em;
		padding: 12px 24px;
	}
}

/* Popup - Top Right */
.sw-covid-popup #sgcboxTopLeft, 
.sw-covid-popup #sgcboxTopCenter, 
.sw-covid-popup #sgcboxTopRight, 
.sw-covid-popup #sgcboxMiddleLeft, 
.sw-covid-popup #sgcboxMiddleRight, 
.sw-covid-popup #sgcboxBottomLeft, 
.sw-covid-popup #sgcboxBottomCenter, 
.sw-covid-popup #sgcboxBottomRight {
	display: none;
}

.sw-covid-popup #sgcboxLoadedContent {
	border-radius: 4px;
	padding: 20px;
}

.sw-covid-popup #sgcboxLoadedContent p {
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.25;
	margin: 0;
	padding: 0 20px 0 0;
}

.colorbox6.sw-covid-popup #sgcboxContent {
	background: transparent;
	border-radius: 4px;
	box-shadow: 5px 2px 2px rgba(0, 0, 0, 0.2)
}

.colorbox6.sw-covid-popup #sgcboxClose {
	top: 0;
	right: 1px;
}

.colorbox6.sw-covid-popup #sgcboxClose:before {
	border: 1px solid #ffffff;
	border-top-right-radius: 4px;
}

.colorbox6.sw-covid-popup #sgcboxClose:after {
    content: "X";
    display: block;
    margin-top: -14px;
    margin-right: -4px;
    text-indent: 0;
}

.colorbox6.sw-covid-popup #sgcboxClose {
	background: none !important;
}

/* Notification Banner */
.notification-banner-container {
	background: #8c26bf;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	line-height: 1.2;
	padding: 30px 30px 25px 25px;
	position: fixed;
		top: 20px;
		right: 20px;
		z-index: 100;
	width: 300px;
}

.notification-banner-container:hover {
	background: #ac70ff;
	color: #081f26;
}

.notification-banner-container:hover a {
	color: #081f26;	
}

.close-notification {
	border: 1px solid transparent;
	position: absolute;
		top: 10px;
		right: 10px;
	transition: none;
		-webkit-transition: none;
}

.close-notification:hover {
	border: 1px solid #081f26;
	transition: none;
		-webkit-transition: none;
}

.notification-banner-container a:before,
.notification-banner-container a:after {
	display: none;
}

@media screen and (max-width: 1024px) {
	.notification-banner-container {
/* 		position: fixed; */
			top: 0;
			right: 0;
			left: 0;
		padding: 5px 20px;
		width: auto;
		text-align: center;
	}
	
	.notification-banner {
		font-size: 14px;
	}
	
	.close-notification {
		top: 2px;
		left: 5px;
		right: auto;
	}
	
	.notification-banner-container ~ .site {
		padding-top: 25px;
		position: relative;
	}
	
	.notification-banner-container ~ .site button.menu-toggle {
		top: 41px;
	}
	
	.menu-is-open .notification-banner-container ~ .site button.menu-toggle {
		top: 26px;
	}
	
	.notification-banner-container ~ .site .embossed-logo {
		top: 81px;
	}
}