@charset "UTF-8";
/*!
Theme Name: Company B
Author: Bryon 'Hunter's Friend' Schmear
Author URI: companyb.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: company-b
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.

*/
@font-face {
  font-family: 'Recoleta-SemiBold';
  src: url("fonts/Recoleta-SemiBold.eot");
  src: url("fonts/Recoleta-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Recoleta-SemiBold.woff") format("woff"), url("fonts/Recoleta-SemiBold.ttf") format("truetype"), url("fonts/Recoleta-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FSSammy-Regular';
  src: url("fonts/FSSammy-Regular.eot");
  src: url("fonts/FSSammy-Regular.woff") format("woff"), url("fonts/FSSammy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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 */
  -webkit-text-decoration: underline dotted;
          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%; }

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

/*--------------------------------------------------------------
# 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: #fff;
  /* 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 3em; }

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "franklin-gothic-urw-comp";
  font-size: 14px;
  line-height: 1.5;
  color: #b44a29;
  position: relative;
  border: 0;
  background-color: transparent;
  display: block;
  text-transform: uppercase; }
  button.wpcf7-submit,
  input[type="button"].wpcf7-submit,
  input[type="reset"].wpcf7-submit,
  input[type="submit"].wpcf7-submit {
    padding: 0; }

@media only screen and (max-width: 639px) {
  .wpcf7 .ajax-loader {
    display: none !important; } }

.submit-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .submit-wrap .arrow {
    height: 10px;
    width: 18px;
    content: '';
    display: inline-block;
    background-image: url("assets/images/arrow-right.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #272727;
  border: none;
  border-radius: 0;
  padding: 10px 22px;
  background-color: #f6f6f6;
  margin-bottom: 25px;
  width: 100%; }
  input[type="text"].placeholder,
  input[type="email"].placeholder,
  input[type="url"].placeholder,
  input[type="password"].placeholder,
  input[type="search"].placeholder,
  input[type="number"].placeholder,
  input[type="tel"].placeholder,
  input[type="range"].placeholder,
  input[type="date"].placeholder,
  input[type="month"].placeholder,
  input[type="week"].placeholder,
  input[type="time"].placeholder,
  input[type="datetime"].placeholder,
  input[type="datetime-local"].placeholder,
  input[type="color"].placeholder,
  textarea.placeholder {
    color: #a4a4a4; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #a4a4a4; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #a4a4a4; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #a4a4a4; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #a4a4a4; }

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

textarea {
  width: 100%; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
p,
a {
  color: #4d3721;
  font-family: "franklin-gothic-urw-comp";
  font-size: 18px;
  line-height: 1.5; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  clear: both;
  font-family: "balboa-condensed";
  font-weight: normal;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease; }

h1 {
  font-size: 45px;
  line-height: 1; }
  @media only screen and (min-width: 640px) {
    h1 {
      font-size: 75px; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 90px; } }
  @media only screen and (min-width: 1248px) {
    h1 {
      font-size: 120px; } }
  h1 .top {
    display: block; }
  h1 .bottom {
    display: block;
    position: relative; }
    h1 .bottom svg text {
      font-size: 1.3px;
      line-height: 1;
      stroke: #e7e6e3;
      fill: none;
      stroke-width: .02; }

h2 {
  font-size: 35px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 55px; } }
  h2.large {
    line-height: 1;
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 30px; }
  h2.small {
    font-size: 30px; }
    @media only screen and (min-width: 768px) {
      h2.small {
        font-size: 45px; } }
  h2.border {
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    padding: 20px 0;
    line-height: 1.1;
    left: 0;
    right: 0; }

h3 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 35px; } }
  h3.large {
    line-height: 1;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      h3.large {
        font-size: 42px;
        margin-bottom: 30px; } }
  h3.small {
    font-size: 28px; }
    @media only screen and (min-width: 768px) {
      h3.small {
        font-size: 32px; } }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

.uppercase {
  text-transform: uppercase; }

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

a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
  cursor: pointer; }
  a:visited, a:hover {
    color: inherit; }

.recoleta {
  font-family: "Recoleta-SemiBold"; }

.recoleta-i * {
  font-family: "Recoleta-SemiBold" !important; }

.sammy {
  font-family: "FSSammy-Regular"; }

.balboa {
  font-family: "balboa-condensed"; }

.white {
  color: #e7e6e3 !important; }

.red {
  color: #b44a29 !important; }

.gray {
  color: #272727 !important; }

.blue {
  color: #38729e !important; }

.gold, .yellow {
  color: #c3a66c !important; }

.green {
  color: #6b784a !important; }

header {
  font-family: "balboa-condensed";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header .main-navigation {
    position: relative;
    z-index: 15; }
  header nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 25px 25px 0; }
  header #headerLogo {
    width: 50px;
    display: block; }
    @media only screen and (min-width: 768px) {
      header #headerLogo {
        width: 100px; } }
    header #headerLogo img, header #headerLogo svg {
      display: block;
      width: 50px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      fill: #e7e6e3; }
      @media only screen and (min-width: 768px) {
        header #headerLogo img, header #headerLogo svg {
          width: 100px; } }

.scrolled header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.scrolled.scrolling-up header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.hb-menu {
  display: -webkit-box;
  display: flex;
  height: 32px;
  width: 37px;
  -webkit-box-align: center;
          align-items: center; }

.scrolled .hb-menu {
  display: -webkit-box;
  display: flex; }

.nav-right {
  -webkit-box-align: center;
          align-items: center; }

.book-now a {
  color: #c3a66c;
  font-size: 12px;
  font-family: "rhode-extended";
  margin-right: 25px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media only screen and (min-width: 768px) {
    .book-now a {
      font-size: 14px;
      margin-right: 45px; } }

/* Icon 1 */
#nav-icon {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c3a66c;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: calc(50% - 1px);
  background-color: #e7e6e3; }

#nav-icon span:nth-child(4) {
  bottom: 0; }

.open #nav-icon span {
  background: #c3a66c; }

.open #nav-icon span:nth-child(1) {
  top: calc(50% - 1px);
  width: 0%;
  left: 50%; }

.open #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.open #nav-icon span:nth-child(4) {
  bottom: calc(50% - 1px);
  width: 0%;
  left: 50%; }

.open .overlay-nav {
  display: block; }

.open header {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: 100%; }

.open #headerLogo img, .open #headerLogo svg {
  fill: #c3a66c; }

.open .main-navigation {
  height: 0; }

.overlay-nav {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  display: none; }
  .overlay-nav .flex-menu-wrap {
    -webkit-box-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    @media only screen and (min-width: 640px) {
      .overlay-nav .flex-menu-wrap {
        -webkit-box-align: center;
                align-items: center; } }
  .overlay-nav .menu-content {
    padding: 0 50px; }
    @media only screen and (min-width: 640px) {
      .overlay-nav .menu-content {
        padding: 0 3vw; } }
  .overlay-nav .small-menu {
    margin-top: 40px; }
    .overlay-nav .small-menu li {
      list-style-type: none; }
    .overlay-nav .small-menu a {
      color: #c3a66c;
      position: relative; }
      .overlay-nav .small-menu a:hover {
        color: #e7e6e3; }
        .overlay-nav .small-menu a:hover:after {
          opacity: 1; }
      .overlay-nav .small-menu a:after {
        content: '';
        background-image: url("../images/bolt.png");
        position: absolute;
        left: -30px;
        top: 5px;
        width: 19px;
        height: 17px;
        background-position: center;
        background-size: cover;
        opacity: 0; }
    .overlay-nav .small-menu ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
      .overlay-nav .small-menu ul li {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .overlay-nav .small-menu ul li {
            width: 35%; } }
  .overlay-nav .large-menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .overlay-nav .large-menu .menu a {
      color: #c3a66c;
      text-decoration: none;
      display: inline-block;
      font-size: 30px;
      font-family: "Recoleta-SemiBold";
      position: relative;
      -webkit-transition: font-size 0.3s ease;
      transition: font-size 0.3s ease;
      text-transform: none;
      line-height: 1.3; }
      .overlay-nav .large-menu .menu a:after {
        width: 100%;
        bottom: 0;
        height: 3px;
        background-color: #c3a66c;
        left: 0;
        position: absolute; }
      @media only screen and (min-width: 640px) {
        .overlay-nav .large-menu .menu a {
          font-size: 35px; } }
      @media only screen and (min-width: 768px) {
        .overlay-nav .large-menu .menu a {
          font-size: 45px; } }
      @media only screen and (min-width: 1024px) {
        .overlay-nav .large-menu .menu a {
          font-size: 60px; } }
      .overlay-nav .large-menu .menu a span {
        position: relative;
        display: inline-block;
        line-height: 1; }
        .overlay-nav .large-menu .menu a span:after {
          content: '';
          width: 100%;
          bottom: 0;
          height: 3px;
          background-color: #c3a66c;
          left: 0;
          position: absolute;
          display: none; }
      .overlay-nav .large-menu .menu a:hover {
        color: #e7e6e3; }
        .overlay-nav .large-menu .menu a:hover:after {
          background-color: #e7e6e3; }
        .overlay-nav .large-menu .menu a:hover span {
          display: inline-block; }
          .overlay-nav .large-menu .menu a:hover span:after {
            display: block;
            background-color: #e7e6e3; }
    .overlay-nav .large-menu .menu li {
      text-align: left;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) {
        .overlay-nav .large-menu .menu li {
          margin-bottom: 0; } }
  .overlay-nav .hor-text {
    position: absolute;
    left: 50px;
    bottom: 25px;
    color: #e7e6e3;
    font-size: 16px;
    letter-spacing: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (min-width: 560px) {
      .overlay-nav .hor-text {
        bottom: 50px; } }
    @media only screen and (min-width: 640px) {
      .overlay-nav .hor-text {
        left: 50px;
        -webkit-transform: rotate(-90deg) translateX(-50%);
                transform: rotate(-90deg) translateX(-50%);
        -webkit-transform-origin: left;
                transform-origin: left;
        top: 50%;
        bottom: initial;
        bottom: auto; } }
    @media only screen and (min-width: 1248px) {
      .overlay-nav .hor-text {
        left: 75px; } }

footer {
  position: relative;
  letter-spacing: 1px;
  font-family: "balboa-condensed";
  padding-bottom: 0 !important; }
  footer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-position: center;
    background-image: url(../images/Black-BG-Texture1.jpg); }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 40px 0 0; } }
  footer .footer-content {
    padding: 150px 25px 125px;
    position: relative; }
    footer .footer-content:before {
      content: '';
      height: 10px;
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%;
      border-top: 2px solid #c3a66c;
      border-bottom: 2px solid #c3a66c; }
    @media only screen and (min-width: 768px) {
      footer .footer-content {
        padding: 180px 50px 160px; } }
  footer ul {
    list-style-type: none; }
  footer a {
    color: #e7e6e3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    footer a:visited {
      color: #e7e6e3; }
    footer a:hover {
      color: #c3a66c; }
  footer .footer-logo {
    text-align: center;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      footer .footer-logo {
        margin-bottom: 95px; } }
    footer .footer-logo svg, footer .footer-logo img {
      margin: 0 auto;
      width: 100%;
      max-width: 295px;
      display: block; }
  footer .site-info {
    background-color: #c3a66c;
    color: #0c0b0b;
    padding: 10px 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      footer .site-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center; } }
  @media only screen and (max-width: 767px) {
    footer .col {
      margin-bottom: 25px; }
      footer .col:last-child {
        margin-bottom: 0; } }
  footer .social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: center;
            justify-content: center; }
    footer .social img, footer .social svg {
      height: 25px; }
      footer .social img rect, footer .social img path, footer .social svg rect, footer .social svg path {
        fill: #e7e6e3;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    footer .social a {
      display: block;
      margin-right: 25px; }
      footer .social a:last-child {
        margin-right: 0; }
      footer .social a:hover svg rect, footer .social a:hover svg path {
        fill: #c3a66c; }
  footer .subscribe-form br {
    display: none; }
  footer .subscribe-form form input, footer .subscribe-form form button {
    border: 2px solid #c3a66c;
    padding: 11px 20px !important;
    font-size: 19px;
    line-height: 1;
    background-color: transparent;
    margin: 0;
    width: 100%;
    color: #e7e6e3; }
    footer .subscribe-form form input.wpcf7-submit, footer .subscribe-form form input.footer-submit, footer .subscribe-form form button.wpcf7-submit, footer .subscribe-form form button.footer-submit {
      border-top: 0;
      margin-bottom: 1rem; }
      footer .subscribe-form form input.wpcf7-submit:hover, footer .subscribe-form form input.footer-submit:hover, footer .subscribe-form form button.wpcf7-submit:hover, footer .subscribe-form form button.footer-submit:hover {
        -webkit-animation: none !important;
                animation: none !important; }
    footer .subscribe-form form input[type=submit]:hover, footer .subscribe-form form button[type=submit]:hover {
      border: 2px solid #c3a66c;
      border-top: 0;
      background-color: #c3a66c;
      cursor: pointer; }
  footer .footer-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  @media only screen and (min-width: 768px) {
    footer .menu {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      max-width: 300px; } }
  footer .menu li {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      footer .menu li {
        width: calc(50% - 15px);
        text-align: left; } }

.loadingScreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 100; }
  .loadingScreen .content {
    width: 55%; }
  .loadingScreen svg {
    width: 100%; }
  .loadingScreen #loadingAudio {
    display: none; }

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide {
  padding: 0 15px; }
  .slick-slide img {
    width: 100%;
    display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.centered-large p {
  font-size: 42px;
  margin-bottom: 100px;
  letter-spacing: -1px; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.copy_cta .content-container {
  padding-top: 180px;
  padding-bottom: 150px;
  max-width: none; }
  @media only screen and (min-width: 768px) {
    .copy_cta .content-container {
      padding-top: 260px;
      padding-bottom: 220px; } }
  .copy_cta .content-container .content {
    max-width: 760px; }

.parallax_image_left_with_copy_right {
  overflow: visible;
  position: relative; }
  .parallax_image_left_with_copy_right .content-container {
    padding-bottom: 50px; }
    @media only screen and (min-width: 1024px) {
      .parallax_image_left_with_copy_right .content-container {
        padding-bottom: 300px; } }
    .parallax_image_left_with_copy_right .content-container.extra-padding {
      padding-top: 100px;
      padding-bottom: 100px; }
      @media only screen and (min-width: 1024px) {
        .parallax_image_left_with_copy_right .content-container.extra-padding {
          padding-top: 300px;
          padding-bottom: 300px; } }
  .parallax_image_left_with_copy_right .columns {
    margin-bottom: 100px; }
    @media only screen and (min-width: 768px) {
      .parallax_image_left_with_copy_right .columns {
        margin-bottom: 200px; } }
    .parallax_image_left_with_copy_right .columns:last-child {
      margin-bottom: 0; }
  .parallax_image_left_with_copy_right .img-wrap {
    position: relative; }
    .parallax_image_left_with_copy_right .img-wrap .icon-wrap {
      z-index: 1;
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transform: translateY(65%) translateX(0);
              transform: translateY(65%) translateX(0);
      max-width: 165px; }
      @media only screen and (min-width: 768px) {
        .parallax_image_left_with_copy_right .img-wrap .icon-wrap {
          -webkit-transform: translateY(65%) translateX(25%);
                  transform: translateY(65%) translateX(25%);
          max-width: none; } }
    .parallax_image_left_with_copy_right .img-wrap:nth-child(2) .icon-wrap {
      bottom: auto;
      bottom: initial;
      top: 0;
      -webkit-transform: translateY(-50%) translateX(25%);
              transform: translateY(-50%) translateX(25%); }
  .parallax_image_left_with_copy_right .title {
    padding: 30px 0;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    margin: 0 0 50px; }
    .parallax_image_left_with_copy_right .title h2 {
      line-height: 1.1;
      margin: 0;
      text-transform: uppercase; }
  .parallax_image_left_with_copy_right .copy .paragpraph {
    width: 100%; }
    .parallax_image_left_with_copy_right .copy .paragpraph p {
      font-size: 18px; }
      .parallax_image_left_with_copy_right .copy .paragpraph p strong {
        font-family: "Recoleta-SemiBold"; }
    @media only screen and (min-width: 768px) {
      .parallax_image_left_with_copy_right .copy .paragpraph {
        width: 60%;
        padding-right: 5%; } }
    .parallax_image_left_with_copy_right .copy .paragpraph .underline span:after {
      height: 2px; }
    .parallax_image_left_with_copy_right .copy .paragpraph.wide {
      width: 100%; }
  .parallax_image_left_with_copy_right .copy .right-blurb {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .parallax_image_left_with_copy_right .copy .right-blurb {
        max-width: 155px; } }
    .parallax_image_left_with_copy_right .copy .right-blurb p {
      color: #38729e;
      margin: 0;
      font-family: "franklin-gothic-urw-comp";
      font-size: 13px; }
      .parallax_image_left_with_copy_right .copy .right-blurb p strong {
        font-family: "Recoleta-SemiBold"; }
    .parallax_image_left_with_copy_right .copy .right-blurb .content {
      padding: 25px 0;
      border: 2px solid #c3a66c;
      border-right: 0;
      border-left: 0; }
  .parallax_image_left_with_copy_right .cta-wrap {
    margin-top: 40px;
    text-align: center; }
    .parallax_image_left_with_copy_right .cta-wrap .btn {
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) {
        .parallax_image_left_with_copy_right .cta-wrap .btn {
          margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .parallax_image_left_with_copy_right .cta-wrap a {
        margin-left: auto;
        margin-right: auto; } }
  .parallax_image_left_with_copy_right .badges {
    position: absolute;
    right: 50px;
    top: -50px;
    text-align: center;
    z-index: 9; }
    .parallax_image_left_with_copy_right .badges .badge {
      -webkit-transform: translateY(-60%);
              transform: translateY(-60%);
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .parallax_image_left_with_copy_right .badges .badge {
          width: 115px; } }
  @media only screen and (max-width: 1247px) {
    .parallax_image_left_with_copy_right .parallax-bg.left {
      left: -35%; } }

.event-cards {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .event-cards {
      padding-top: 190px;
      padding-bottom: 150px; } }
  .event-cards:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-position: center;
    background-image: url(../images/Black-BG-Texture1.jpg);
    background-repeat: repeat; }
  .event-cards:after {
    content: '';
    height: 10px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c; }
  .event-cards .content-container {
    max-width: 1270px; }
    .event-cards .content-container.narrow {
      padding-left: 25px;
      padding-right: 25px; }
      @media only screen and (min-width: 640px) {
        .event-cards .content-container.narrow {
          padding-left: 40px;
          padding-right: 40px; } }
  .event-cards .headline p, .event-cards .headline a, .event-cards .headline h1, .event-cards .headline h2, .event-cards .headline h3, .event-cards .headline h4 {
    font-size: 25px;
    max-width: 550px;
    font-family: "Recoleta-SemiBold";
    color: #c3a66c;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      .event-cards .headline p, .event-cards .headline a, .event-cards .headline h1, .event-cards .headline h2, .event-cards .headline h3, .event-cards .headline h4 {
        font-size: 42px; } }
  .event-cards .headline p {
    margin-bottom: 0; }
    .event-cards .headline p a {
      margin-bottom: 0; }
  .event-cards .columns {
    position: relative;
    margin-top: 185px;
    color: #c3a66c; }
    .event-cards .columns a {
      color: #e7e6e3; }
    .event-cards .columns .headline a {
      color: #c3a66c;
      display: inline-block; }
      .event-cards .columns .headline a:hover {
        color: #e7e6e3; }
    .event-cards .columns .links {
      list-style-type: none;
      margin: 0 auto;
      padding-left: 0;
      display: inline-block; }
      .event-cards .columns .links li {
        margin-bottom: 15px; }
      .event-cards .columns .links a {
        font-family: "rhode-extended";
        display: inline-block;
        position: relative;
        width: 100%; }
        .event-cards .columns .links a img {
          -webkit-transform: translateX(35px);
                  transform: translateX(35px);
          margin-left: auto;
          display: block; }
  .event-cards .bg-text {
    left: 0;
    top: 50%;
    position: absolute;
    color: #b44a29;
    max-width: 600px;
    line-height: 1;
    left: -5px;
    font-family: "FSSammy-Regular";
    font-size: 65px; }
    @media only screen and (min-width: 768px) {
      .event-cards .bg-text {
        font-size: 90px;
        max-width: 725px; } }
    @media only screen and (min-width: 1024px) {
      .event-cards .bg-text {
        font-size: 115px; } }
    @media only screen and (min-width: 1248px) {
      .event-cards .bg-text {
        font-size: 144px;
        max-width: 900px; } }

.cards {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .cards.swiper-wrapper {
    overflow: visible; }
  .cards.static .card {
    float: left; }
    @media only screen and (min-width: 768px) {
      .cards.static .card {
        width: calc( (100% / 2) - 15px);
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1024px) {
      .cards.static .card {
        width: calc( (100% / 3) - 20px); } }
  .cards .grid-sizer, .cards .callout {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cards .grid-sizer, .cards .callout {
        width: calc( (100% / 2) - 15px); } }
    @media only screen and (min-width: 1024px) {
      .cards .grid-sizer, .cards .callout {
        width: calc( (100% / 3) - 20px); } }
  .cards .callout {
    height: 480px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    @media only screen and (min-width: 768px) {
      .cards .callout {
        padding-right: 2rem; } }
    .cards .callout p {
      font-size: 18px;
      text-align: center;
      position: relative;
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
      margin-bottom: 0;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .cards .callout p {
          font-size: 28px; } }
      .cards .callout p span {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 60px;
        -webkit-transform: translateX(-50%) translateY(-35%);
                transform: translateX(-50%) translateY(-35%); }
    .cards .callout img {
      margin: 0 auto;
      max-width: 100%;
      display: block; }
  .cards .card {
    position: relative;
    width: 100%;
    background-color: #e7e6e3;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    float: left; }
    @media only screen and (min-width: 768px) {
      .cards .card {
        width: calc( (100% / 3) - 20px);
        margin-bottom: 30px; } }
  .cards .featured-card {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    @media only screen and (min-width: 1024px) {
      .cards .featured-card {
        width: calc( ( (100% / 3) * 2) - 15px);
        margin-bottom: 30px; } }
    .cards .featured-card .featured {
      border-radius: 15px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      padding: 50px 30px;
      height: 380px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .cards .featured-card .featured {
          height: 480px; } }
      .cards .featured-card .featured:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); }
      .cards .featured-card .featured .content-container {
        padding: 0;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
      .cards .featured-card .featured p, .cards .featured-card .featured p a {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 0;
        text-transform: none;
        color: #c3a66c;
        padding-top: 30px; }
        @media only screen and (min-width: 560px) {
          .cards .featured-card .featured p, .cards .featured-card .featured p a {
            font-size: 45px; } }
        @media only screen and (min-width: 768px) {
          .cards .featured-card .featured p, .cards .featured-card .featured p a {
            font-size: 55px;
            padding: 25px; } }
        @media only screen and (min-width: 1248px) {
          .cards .featured-card .featured p, .cards .featured-card .featured p a {
            font-size: 72px;
            padding: 50px; } }
      .cards .featured-card .featured p {
        -webkit-box-flex: 1;
                flex-grow: 1;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .cards .featured-card .featured p .link {
          margin-top: auto; }
      .cards .featured-card .featured p a {
        padding: 0;
        position: relative;
        display: inline-block; }
        .cards .featured-card .featured p a:after {
          content: '';
          width: 100%;
          bottom: 0;
          height: 3px;
          background-color: #c3a66c;
          left: 0;
          position: absolute; }
        .cards .featured-card .featured p a.white:after {
          background-color: #e7e6e3; }
        .cards .featured-card .featured p a:hover {
          color: #e7e6e3 !important; }
          .cards .featured-card .featured p a:hover:after {
            background-color: #e7e6e3; }
      .cards .featured-card .featured .featured-header {
        display: -webkit-box;
        display: flex;
        border-bottom: 1px solid #c3a66c; }
        .cards .featured-card .featured .featured-header .head {
          border-right: 1px solid #c3a66c;
          color: white;
          padding: 10px 15px;
          text-transform: uppercase;
          text-align: center;
          -webkit-box-flex: 2;
                  flex-grow: 2; }
          @media only screen and (min-width: 768px) {
            .cards .featured-card .featured .featured-header .head {
              padding: 13px 25px; } }
          .cards .featured-card .featured .featured-header .head:first-child {
            color: #c3a66c;
            -webkit-box-flex: 1;
                    flex-grow: 1; }
          .cards .featured-card .featured .featured-header .head:last-child {
            border-right: 0; }
  .cards .content {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 100%;
    min-height: 480px;
    overflow: hidden;
    border-radius: 15px; }
    .cards .content:before {
      height: 20px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #e7e6e3;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .cards .content .cta {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      .cards .content .cta a {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .cards .content .info {
      width: 100%;
      margin-top: auto;
      padding: 10px 18px;
      background-color: #e7e6e3;
      background-image: url(../images/white-bg.jpg);
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cards .content .info .event-title {
        padding: 15px 0;
        border-top: 2px solid #c3a66c;
        border-bottom: 2px solid #c3a66c;
        text-align: center;
        font-size: 31px;
        font-family: "balboa-condensed";
        line-height: 1;
        text-transform: uppercase; }
      .cards .content .info .event-info {
        font-size: 18px;
        line-height: 1;
        padding: 10px 20px;
        color: #131313;
        text-align: center;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center; }
        @media only screen and (min-width: 1024px) {
          .cards .content .info .event-info {
            padding: 10px 15px;
            font-size: 20px; } }
        .cards .content .info .event-info .event-info {
          padding: 0; }
        .cards .content .info .event-info img {
          margin-left: -34px;
          width: 19px;
          height: 17px;
          margin-right: 15px;
          left: 0px; }
          .cards .content .info .event-info img.alt {
            margin-left: 15px; }
    .cards .content:hover:before {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .cards .content:hover .cta a {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
    .cards .content:hover .info {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }

.headline-ctas {
  position: relative;
  z-index: 1; }
  .headline-ctas .columns {
    position: relative;
    margin-top: 0px;
    color: #c3a66c; }
    .headline-ctas .columns a {
      color: #e7e6e3;
      margin-bottom: 25px;
      display: -webkit-box;
      display: flex;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .headline-ctas .columns a:hover {
        color: #c3a66c; }
    .headline-ctas .columns .links {
      list-style-type: none;
      margin: 0 auto;
      padding-left: 0;
      display: inline-block; }
      .headline-ctas .columns .links li {
        margin-bottom: 15px; }
      .headline-ctas .columns .links a {
        font-size: 12px;
        font-family: "rhode-extended";
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        position: relative;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .headline-ctas .columns .links a {
            font-size: 14px; } }
        .headline-ctas .columns .links a img {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          margin-left: 15px;
          display: block; }
          @media only screen and (max-width: 767px) {
            .headline-ctas .columns .links a img {
              width: 20px; } }
  .headline-ctas .bg-text {
    left: 0;
    top: 50%;
    font-size: 144px;
    position: absolute;
    color: #b44a29;
    max-width: 900px;
    line-height: 1;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    font-family: "FSSammy-Regular"; }

.bg-copy {
  position: absolute;
  color: #b44a29;
  line-height: 1;
  left: -5px;
  font-family: "FSSammy-Regular";
  font-size: 65px; }
  @media only screen and (min-width: 768px) {
    .bg-copy {
      font-size: 90px; } }
  @media only screen and (min-width: 1248px) {
    .bg-copy {
      font-size: 144px;
      left: -100px; } }

.rooms-wrap {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .rooms-wrap.flip .room:nth-child(odd) .photos {
      -webkit-box-ordinal-group: 0;
              order: -1; }
      .rooms-wrap.flip .room:nth-child(odd) .photos .controls {
        position: absolute;
        left: 12px;
        right: initial; }
        .rooms-wrap.flip .room:nth-child(odd) .photos .controls .horizontal-text {
          right: initial;
          left: 12px; }
          .rooms-wrap.flip .room:nth-child(odd) .photos .controls .horizontal-text img {
            height: 16px;
            width: 16px;
            max-width: none;
            margin-left: 5px;
            top: 1px;
            position: relative; }
    .rooms-wrap.flip .room:nth-child(even) .photos {
      -webkit-box-ordinal-group: 2;
              order: 1; }
      .rooms-wrap.flip .room:nth-child(even) .photos .controls {
        position: absolute;
        right: 12px;
        left: initial; }
        .rooms-wrap.flip .room:nth-child(even) .photos .controls .horizontal-text {
          left: initial;
          right: 12px; }
          .rooms-wrap.flip .room:nth-child(even) .photos .controls .horizontal-text img {
            height: 16px;
            width: 16px;
            max-width: none;
            margin-left: 5px;
            top: 1px;
            position: relative; } }
  .rooms-wrap .room {
    position: relative;
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .rooms-wrap .room {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .rooms-wrap .room {
        margin-bottom: 180px; } }
    .rooms-wrap .room.no-bottom-margin:last-child {
      margin-bottom: 45px; }
      @media only screen and (min-width: 768px) {
        .rooms-wrap .room.no-bottom-margin:last-child {
          margin-bottom: 90px; } }
    @media only screen and (max-width: 767px) {
      .rooms-wrap .room .photos {
        -webkit-box-ordinal-group: 0 !important;
                order: -1 !important; } }
    @media only screen and (min-width: 768px) {
      .rooms-wrap .room:nth-child(odd) .photos {
        -webkit-box-ordinal-group: 0;
                order: -1; }
        .rooms-wrap .room:nth-child(odd) .photos .controls {
          position: absolute;
          left: 12px;
          right: initial; }
          .rooms-wrap .room:nth-child(odd) .photos .controls .horizontal-text {
            right: initial;
            left: 12px; }
            .rooms-wrap .room:nth-child(odd) .photos .controls .horizontal-text img {
              height: 16px;
              width: 16px;
              max-width: none;
              margin-left: 5px;
              top: 1px;
              position: relative; } }
    .rooms-wrap .room .col {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .rooms-wrap .room .col {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .rooms-wrap .room .col {
          margin-bottom: 0; } }
    .rooms-wrap .room .name {
      font-size: 35px;
      padding: 40px 0;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .rooms-wrap .room .name {
          font-size: 55px; } }
    .rooms-wrap .room .room-types {
      border-bottom: 1px solid #c3a66c;
      display: -webkit-box;
      display: flex; }
    .rooms-wrap .room .type {
      font-size: 16px;
      line-height: 1;
      padding: 8px 15px;
      border-right: 1px solid #c3a66c;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: 25%;
      text-align: center; }
      .rooms-wrap .room .type:last-child {
        border: 0; }
      @media only screen and (min-width: 640px) {
        .rooms-wrap .room .type {
          font-size: 20px;
          padding: 8px 15px;
          width: 25%; } }
      @media only screen and (min-width: 768px) {
        .rooms-wrap .room .type {
          font-size: 20px;
          padding: 8px 15px;
          width: auto;
          width: intial; } }
      @media only screen and (min-width: 1024px) {
        .rooms-wrap .room .type {
          font-size: 20px;
          width: 25%; } }
    .rooms-wrap .room .icon {
      position: absolute;
      bottom: 0;
      right: 50%;
      -webkit-transform: translateY(60%) translateX(50%);
              transform: translateY(60%) translateX(50%);
      width: 170px; }
      @media only screen and (max-width: 767px) {
        .rooms-wrap .room .icon {
          display: none; } }
    .rooms-wrap .room .description {
      padding: 45px; }
      .rooms-wrap .room .description p {
        max-width: 480px;
        margin: 0 auto 25px;
        font-family: "franklin-gothic-urw-comp";
        font-size: 20px;
        color: #cecbc9;
        text-align: center; }
        .rooms-wrap .room .description p strong {
          font-family: "Recoleta-SemiBold";
          text-decoration: underline; }
      .rooms-wrap .room .description .small {
        color: #dcd7ca;
        font-size: 16px;
        opacity: .3;
        max-width: 420px;
        margin: 0 auto;
        text-align: center; }
    .rooms-wrap .room .link-wrap {
      width: 100%;
      margin-top: auto; }
      .rooms-wrap .room .link-wrap a {
        background-color: #6b784a;
        color: #e7e6e3;
        padding: 35px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        display: block;
        font-size: 14px;
        font-family: "rhode-extended";
        margin-bottom: 0; }
        .rooms-wrap .room .link-wrap a:hover {
          background-color: #b44a29; }
  .rooms-wrap .photos {
    position: relative;
    position: relative; }
    .rooms-wrap .photos:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 83.3333333333%; }
    .rooms-wrap .photos > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .rooms-wrap .photos .room-rotator {
      height: 100%;
      width: 100%; }
    .rooms-wrap .photos .slick-list {
      height: 100%; }
    .rooms-wrap .photos .slick-slide {
      padding: 0; }
      .rooms-wrap .photos .slick-slide > div {
        height: 100%; }
    .rooms-wrap .photos .slick-track {
      height: 100%; }
    .rooms-wrap .photos .controls {
      position: absolute;
      right: 12px;
      bottom: 12px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
      .rooms-wrap .photos .controls .next-slide {
        margin-right: 20px;
        -webkit-appearance: none;
        padding: 0;
        display: -webkit-box;
        display: flex;
        cursor: pointer; }
      .rooms-wrap .photos .controls .horizontal-text {
        width: 0;
        position: absolute;
        right: 12px;
        bottom: 40px;
        color: #e7e6e3;
        font-size: 20px;
        white-space: nowrap; }
        .rooms-wrap .photos .controls .horizontal-text a {
          font-weight: normal;
          color: #e7e6e3;
          font-size: 20px;
          white-space: nowrap; }
        .rooms-wrap .photos .controls .horizontal-text span {
          display: none;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
          .rooms-wrap .photos .controls .horizontal-text span:first-child {
            display: block; }
        .rooms-wrap .photos .controls .horizontal-text img {
          height: 16px;
          width: 16px;
          max-width: none;
          margin-left: 5px;
          top: 1px;
          position: relative; }
    .rooms-wrap .photos .counter {
      border: 1px solid #c3a66c;
      font-size: 20px;
      padding: 8px 9px;
      line-height: 1;
      color: #e7e6e3; }
  .rooms-wrap .rotator-item {
    height: 100%;
    width: 100%; }
    .rooms-wrap .rotator-item picture {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: relative;
      display: block; }
      .rooms-wrap .rotator-item picture img {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        -o-object-fit: cover;
           object-fit: cover; }

.jump-to-nav {
  margin-bottom: 100px; }
  .jump-to-nav a.scroll-to:hover {
    color: #6b784a; }
  @media only screen and (max-width: 767px) {
    .jump-to-nav {
      display: none; } }
  .jump-to-nav .content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
    .jump-to-nav .content h3 {
      padding-right: 30px; }
    .jump-to-nav .content .scroll-to {
      padding: 0 30px 0 0; }
      @media only screen and (max-width: 767px) {
        .jump-to-nav .content .scroll-to {
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .jump-to-nav .content .btn {
        margin-top: 1rem; } }

.amenities-section h2 {
  font-size: 32px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .amenities-section h2 {
      font-size: 48px; } }

.amenities-icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0;
  border-bottom: 2px solid #c3a66c;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px; }
  .amenities-icons .icon-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 50%;
    text-align: cetner;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .amenities-icons .icon-wrap {
        width: 33.333%; } }
    .amenities-icons .icon-wrap.empty {
      height: 60px; }
    .amenities-icons .icon-wrap .icon {
      text-align: center;
      text-transform: uppercase;
      line-height: 1.2; }
    .amenities-icons .icon-wrap img {
      display: block;
      margin: 0 auto; }

.amenities-list, .bolt-list {
  list-style-type: none; }
  .amenities-list li, .bolt-list li {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Recoleta-SemiBold"; }
    .amenities-list li a, .bolt-list li a {
      font-size: 18px;
      display: inline-block;
      position: relative;
      font-family: "Recoleta-SemiBold";
      text-transform: none; }
      .amenities-list li a:before, .bolt-list li a:before {
        height: 17px;
        width: 19px;
        margin-right: 20px;
        content: '';
        display: inline-block;
        background-image: url(../images/bolt.png);
        position: relative;
        top: 2px; }
      .amenities-list li a:after, .bolt-list li a:after {
        height: 3px;
        content: '';
        width: calc(100% - 39px);
        position: absolute;
        bottom: 0;
        background-color: #6b784a;
        left: 39px;
        display: none; }
      .amenities-list li a:hover, .bolt-list li a:hover {
        color: #6b784a; }
        .amenities-list li a:hover:before, .bolt-list li a:hover:before {
          -webkit-animation: shake 0.5s cubic-bezier(0.3, 0.06, 0.2, 0.9) infinite !important;
                  animation: shake 0.5s cubic-bezier(0.3, 0.06, 0.2, 0.9) infinite !important; }
        .amenities-list li a:hover:after, .bolt-list li a:hover:after {
          display: block; }
    .amenities-list li.bolt:before, .bolt-list li.bolt:before {
      height: 17px;
      width: 19px;
      margin-right: 20px;
      content: '';
      display: inline-block;
      background-image: url(../images/bolt.png);
      position: relative;
      top: 2px; }

.amenities-copy {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .amenities-copy h3 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1; }
  .amenities-copy.expand .read-more-wrap {
    max-height: 500px;
    margin-bottom: 20px; }
    .amenities-copy.expand .read-more-wrap:before {
      height: 0; }
  .amenities-copy.expand .read-more {
    color: #6b784a; }
    .amenities-copy.expand .read-more .more {
      display: none; }
    .amenities-copy.expand .read-more .less {
      display: block; }
  .amenities-copy .read-more-text {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative; }
  .amenities-copy .read-more-wrap {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .amenities-copy .read-more {
    margin-bottom: 40px;
    font-size: 20px;
    font-family: "balboa-condensed";
    padding: 0;
    letter-spacing: 2px; }
    .amenities-copy .read-more:hover {
      color: #6b784a; }
    .amenities-copy .read-more:focus {
      outline: 0; }
    .amenities-copy .read-more .less {
      display: none; }
      .amenities-copy .read-more .less img {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

.addons-section {
  background-image: url(../images/add-on.png);
  background-repeat: repeat;
  background-position: center; }
  .addons-section .content-container {
    padding: 160px 25px; }
    @media only screen and (min-width: 768px) {
      .addons-section .content-container {
        padding: 160px 80px; } }
    @media only screen and (min-width: 1248px) {
      .addons-section .content-container {
        padding: 160px 100px; } }

.swiper-container {
  overflow: visible; }

.add-ons {
  z-index: 1;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .add-ons {
      max-width: 350px; } }
  .add-ons .card {
    position: relative;
    width: 100%;
    background-color: #e7e6e3;
    border-radius: 15px;
    overflow: hidden;
    min-height: 520px;
    width: 350px;
    max-width: 350px; }
    .add-ons .card:hover .content .cta a {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
    .add-ons .card:hover .content .event-info {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0; }
    .add-ons .card:hover .content .info {
      top: 0; }
  .add-ons .content {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 100%;
    display: block; }
    .add-ons .content:before {
      height: 20px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #e7e6e3;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .add-ons .content .cta {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      .add-ons .content .cta a {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .add-ons .content .info {
      width: 100%;
      min-width: 100%;
      padding: 10px 18px 25px;
      background-color: #e7e6e3;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      position: absolute;
      height: 520px;
      top: 400px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .add-ons .content .info .event-title {
        padding: 15px 0;
        border-top: 2px solid #c3a66c;
        border-bottom: 2px solid #c3a66c;
        text-align: center;
        font-size: 31px;
        font-family: "balboa-condensed";
        line-height: 1;
        text-transform: uppercase; }
      .add-ons .content .info .event-info {
        font-size: 20px;
        line-height: 1;
        padding: 10px 0;
        color: #131313;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .add-ons .content .info .event-desc {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center; }
      .add-ons .content .info .desc {
        margin-bottom: 40px;
        display: block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; }
      .add-ons .content .info .desc-items {
        text-align: center; }
        .add-ons .content .info .desc-items .item {
          font-size: 18px;
          display: block; }
      .add-ons .content .info .card-cta {
        margin-top: auto;
        width: 100%;
        text-align: center; }
        .add-ons .content .info .card-cta a {
          font-family: "rhode-extended";
          font-size: 14px;
          color: #b44a29;
          display: inline-block;
          margin: 25px auto 55px;
          position: relative; }
          .add-ons .content .info .card-cta a:before {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%);
            height: 77px;
            width: 203px;
            background-position: center;
            background-image: url("../images/link-circle.png"); }
          .add-ons .content .info .card-cta a:hover:before {
            opacity: 1; }

.headline-cta {
  padding: 25px; }
  @media only screen and (min-width: 768px) {
    .headline-cta {
      padding: 60px; } }
  .headline-cta .content-container {
    max-width: none;
    padding-top: 100px;
    padding-bottom: 85px;
    position: relative; }
  .headline-cta .headline {
    max-width: 705px;
    margin: 0 auto; }
    .headline-cta .headline p, .headline-cta .headline a {
      font-size: 22px;
      color: #c3a66c;
      text-align: center;
      text-transform: none;
      margin: 0 auto 55px;
      font-family: "Recoleta-SemiBold"; }
      @media only screen and (min-width: 640px) {
        .headline-cta .headline p, .headline-cta .headline a {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) {
        .headline-cta .headline p, .headline-cta .headline a {
          font-size: 55px; } }
    .headline-cta .headline a {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .headline-cta .headline br {
        display: none; } }
  .headline-cta .content {
    z-index: 1;
    position: relative;
    text-align: center; }

.full_img_copy:before, .full_img_copy:after, .full_rotator_copy:before, .full_rotator_copy:after, .full_rotator:before, .full_rotator:after {
  position: absolute;
  width: 100%;
  content: '';
  height: 2px;
  background-color: #c3a66c;
  left: 0; }

.full_img_copy:after, .full_rotator_copy:after, .full_rotator:after {
  bottom: 55px; }

.full_img_copy:before, .full_rotator_copy:before, .full_rotator:before {
  bottom: 63px; }

.full_img_copy.normal .content-container, .full_rotator_copy.normal .content-container, .full_rotator.normal .content-container {
  padding-top: 100px;
  padding-bottom: 100px; }

.full_img_copy .content-container, .full_rotator_copy .content-container, .full_rotator .content-container {
  color: #e7e6e3;
  padding-bottom: 150px; }
  .full_img_copy .content-container.wide, .full_rotator_copy .content-container.wide, .full_rotator .content-container.wide {
    max-width: none;
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .full_img_copy .content-container.wide, .full_rotator_copy .content-container.wide, .full_rotator .content-container.wide {
        padding-top: 75px; } }
  .full_img_copy .content-container .full-img, .full_rotator_copy .content-container .full-img, .full_rotator .content-container .full-img {
    position: relative; }
    .full_img_copy .content-container .full-img .content, .full_rotator_copy .content-container .full-img .content, .full_rotator .content-container .full-img .content {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      height: calc(75vh); }
      @media only screen and (min-width: 768px) {
        .full_img_copy .content-container .full-img .content, .full_rotator_copy .content-container .full-img .content, .full_rotator .content-container .full-img .content {
          max-height: 820px;
          height: calc(100vh - 100px); } }
    .full_img_copy .content-container .full-img .centered-logo, .full_rotator_copy .content-container .full-img .centered-logo, .full_rotator .content-container .full-img .centered-logo {
      position: relative;
      max-width: 70%; }
    .full_img_copy .content-container .full-img video, .full_rotator_copy .content-container .full-img video, .full_rotator .content-container .full-img video {
      position: relative;
      width: 100%;
      top: 0;
      left: 0; }
    .full_img_copy .content-container .full-img.Video .content, .full_rotator_copy .content-container .full-img.Video .content, .full_rotator .content-container .full-img.Video .content {
      height: auto;
      height: initial;
      max-height: none; }
      .full_img_copy .content-container .full-img.Video .content img, .full_rotator_copy .content-container .full-img.Video .content img, .full_rotator .content-container .full-img.Video .content img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) !important;
                transform: translateY(-50%) translateX(-50%) !important; }
  .full_img_copy .content-container .title, .full_rotator_copy .content-container .title, .full_rotator .content-container .title {
    padding: 30px 0;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    margin: 0 0 50px; }
    .full_img_copy .content-container .title h2, .full_rotator_copy .content-container .title h2, .full_rotator .content-container .title h2 {
      line-height: 1.1;
      margin: 0;
      text-transform: uppercase; }
  .full_img_copy .content-container .copy, .full_img_copy .content-container .copy p, .full_rotator_copy .content-container .copy, .full_rotator_copy .content-container .copy p, .full_rotator .content-container .copy, .full_rotator .content-container .copy p {
    color: #e7e6e3;
    font-size: 18px; }
    .full_img_copy .content-container .copy strong, .full_img_copy .content-container .copy p strong, .full_rotator_copy .content-container .copy strong, .full_rotator_copy .content-container .copy p strong, .full_rotator .content-container .copy strong, .full_rotator .content-container .copy p strong {
      font-family: "Recoleta-SemiBold"; }
  .full_img_copy .content-container .smal-copy, .full_rotator_copy .content-container .smal-copy, .full_rotator .content-container .smal-copy {
    opacity: .3; }
  .full_img_copy .content-container .border-wrap, .full_rotator_copy .content-container .border-wrap, .full_rotator .content-container .border-wrap {
    border: 2px solid #c3a66c;
    border-radius: 15px;
    padding: 70px 25px 60px;
    text-align: center; }
    .full_img_copy .content-container .border-wrap h3, .full_rotator_copy .content-container .border-wrap h3, .full_rotator .content-container .border-wrap h3 {
      font-family: "Recoleta-SemiBold";
      font-size: 32px;
      color: #38729e;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .full_img_copy .content-container .border-wrap h3, .full_rotator_copy .content-container .border-wrap h3, .full_rotator .content-container .border-wrap h3 {
          margin-bottom: 50px; } }
    .full_img_copy .content-container .border-wrap .copy, .full_img_copy .content-container .border-wrap .copy p, .full_rotator_copy .content-container .border-wrap .copy, .full_rotator_copy .content-container .border-wrap .copy p, .full_rotator .content-container .border-wrap .copy, .full_rotator .content-container .border-wrap .copy p {
      font-size: 13px;
      font-weight: bold; }
    .full_img_copy .content-container .border-wrap .copy, .full_rotator_copy .content-container .border-wrap .copy, .full_rotator .content-container .border-wrap .copy {
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .full_img_copy .content-container .border-wrap .copy, .full_rotator_copy .content-container .border-wrap .copy, .full_rotator .content-container .border-wrap .copy {
          margin-bottom: 60px; } }
    .full_img_copy .content-container .border-wrap .link, .full_rotator_copy .content-container .border-wrap .link, .full_rotator .content-container .border-wrap .link {
      display: table;
      margin: 30px auto 0;
      color: #e7e6e3;
      font-family: "rhode-extended"; }
      .full_img_copy .content-container .border-wrap .link:hover, .full_rotator_copy .content-container .border-wrap .link:hover, .full_rotator .content-container .border-wrap .link:hover {
        opacity: .7; }

.full_rotator:before, .full_rotator:after {
  display: none; }

.full_rotator #largeRotator {
  margin: 0;
  border-radius: 0; }
  .full_rotator #largeRotator:before, .full_rotator #largeRotator:after {
    display: none; }
  .full_rotator #largeRotator:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2; }

.full_rotator p {
  margin-bottom: 0;
  line-height: 1.2; }

.full_rotator .max {
  max-width: 910px;
  padding: 75px 10px; }
  @media only screen and (min-width: 768px) {
    .full_rotator .max {
      padding: 75px; } }
  .full_rotator .max * {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .full_rotator .max * {
        text-align: left; } }

.full_rotator a.btn {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  font-size: 11px;
  font-family: "rhode-extended"; }
  @media only screen and (min-width: 768px) {
    .full_rotator a.btn {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .full_rotator a.btn {
      margin-left: auto;
      margin-right: auto;
      display: table; } }

.full_rotator h2, .full_rotator h1, .full_rotator h3, .full_rotator h4, .full_rotator h5, .full_rotator p, .full_rotator a {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  font-size: 35px;
  color: #c3a66c;
  font-family: "Recoleta-SemiBold";
  text-transform: none;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .full_rotator h2, .full_rotator h1, .full_rotator h3, .full_rotator h4, .full_rotator h5, .full_rotator p, .full_rotator a {
      font-size: 55px; } }
  @media only screen and (min-width: 1024px) {
    .full_rotator h2, .full_rotator h1, .full_rotator h3, .full_rotator h4, .full_rotator h5, .full_rotator p, .full_rotator a {
      font-size: 70px; } }

@media only screen and (max-width: 639px) {
  .full_rotator h2, .full_rotator h1, .full_rotator h3, .full_rotator h4, .full_rotator h5, .full_rotator p, .full_rotator a {
    font-size: 25px;
    text-align: center; } }

.no_background_headline_with_icons {
  text-align: center; }
  .no_background_headline_with_icons.alt .content-container {
    padding-top: 150px;
    padding-bottom: 75px; }
    @media only screen and (min-width: 768px) {
      .no_background_headline_with_icons.alt .content-container {
        padding-bottom: 100px; } }
  .no_background_headline_with_icons .content-container {
    padding-top: 150px;
    padding-bottom: 150px; }
    @media only screen and (min-width: 768px) {
      .no_background_headline_with_icons .content-container {
        padding-top: 100px;
        padding-bottom: 150px; } }
  .no_background_headline_with_icons .centered-icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 50px; }
    .no_background_headline_with_icons .centered-icons img {
      margin: 0 15px;
      max-width: 80%; }
  .no_background_headline_with_icons .upper-left {
    position: absolute;
    left: 25px;
    font-family: "FSSammy-Regular";
    color: #b44a29;
    font-size: 20px;
    line-height: 1.2;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 40px;
    text-transform: uppercase;
    max-width: 250px; }
    @media only screen and (min-width: 768px) {
      .no_background_headline_with_icons .upper-left {
        top: 50px;
        left: 50px;
        font-size: 24px; } }
  .no_background_headline_with_icons p {
    font-size: 22px;
    color: #c3a66c;
    font-family: "Recoleta-SemiBold";
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .no_background_headline_with_icons p {
        font-size: 42px; } }
    .no_background_headline_with_icons p.large {
      font-size: 35px;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) {
        .no_background_headline_with_icons p.large {
          font-size: 55px; } }
      @media only screen and (min-width: 1248px) {
        .no_background_headline_with_icons p.large {
          font-size: 71px; } }
      @media only screen and (max-width: 767px) {
        .no_background_headline_with_icons p.large br {
          display: none; } }
  .no_background_headline_with_icons .hover-circle {
    margin-top: 35px; }

.faq-copy {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .faq-copy h3 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1; }
  .faq-copy.expand .read-more-wrap {
    max-height: 500px;
    margin-bottom: 20px; }
    .faq-copy.expand .read-more-wrap:before {
      height: 0; }
  .faq-copy.expand .read-more {
    color: #6b784a; }
    .faq-copy.expand .read-more .more {
      display: none; }
    .faq-copy.expand .read-more .less {
      display: block; }
  .faq-copy .read-more-text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative; }
  .faq-copy .read-more-wrap {
    margin-bottom: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .faq-copy .read-more {
    margin-bottom: 40px;
    font-size: 20px;
    font-family: "balboa-condensed";
    padding: 0;
    letter-spacing: 2px; }
    .faq-copy .read-more:hover {
      color: #6b784a; }
    .faq-copy .read-more:focus {
      outline: 0; }
    .faq-copy .read-more .less {
      display: none; }
      .faq-copy .read-more .less img {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

body {
  color: #4d3721;
  font-size: 18px;
  height: 100%;
  background-color: #d4cdc3;
  background-image: url(../images/tan-texture-bg.jpg);
  background-repeat: repeat; }

*, *:before, *:after {
  box-sizing: border-box; }

.site, .site-content {
  height: 100%; }

.site-content {
  margin: 0 auto; }

.full-height {
  height: 100vh;
  min-height: 100vh; }
  @media only screen and (min-width: 768px) {
    .full-height.home-hero {
      height: calc(100vh - 100px);
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 768px) and (max-height: 750px) {
    .full-height.home-hero {
      height: calc(100vh - 100px);
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 1024px) {
    .full-height.home-hero {
      height: calc(100vh - 150px);
      min-height: calc(100vh - 150px); } }
  @media only screen and (min-width: 1024px) and (max-height: 750px) {
    .full-height.home-hero {
      height: calc(100vh - 100px);
      min-height: calc(100vh - 100px); } }

.flex-wrap, .flex {
  display: -webkit-box;
  display: flex; }
  .flex-wrap.center-v, .flex.center-v {
    -webkit-box-align: center;
            align-items: center; }
  .flex-wrap.center-h, .flex.center-h {
    -webkit-box-pack: center;
            justify-content: center; }
  .flex-wrap .flex-right, .flex .flex-right {
    margin-left: auto; }

.wrap {
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
  .flex-large {
    display: -webkit-box;
    display: flex; } }

.flex-large.center-v {
  -webkit-box-align: center;
          align-items: center; }

.flex-large.center-h {
  -webkit-box-pack: center;
          justify-content: center; }

.between, .space-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }

sup {
  text-transform: uppercase;
  font-family: "balboa-condensed";
  font-size: 14px; }

.centered {
  text-align: center; }
  .centered * {
    text-align: center; }

.mb-25 {
  margin-bottom: 25px; }

.black-bg {
  background-color: #0c0b0b;
  background-image: url(../images/Black-BG-Texture1.jpg);
  background-repeat: repeat; }

.light-bg {
  background-image: url(../images/white-bg.jpg);
  background-repeat: repeat; }

.black-texture {
  position: relative; }
  .black-texture:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/overlay-texture.png);
    background-size: cover;
    background-position: center;
    pointer-events: none; }
  .black-texture.add-on:after {
    background-image: url(../images/subtle-grunge.png); }

.dark-bg {
  background-color: #131313;
  color: #e7e6e3; }
  .dark-bg p {
    color: white; }
  .dark-bg.texture {
    background-image: url(../images/Black-BG-Texture1.jpg); }

.green-bg {
  background-color: #6b784a;
  color: #e7e6e3; }
  .green-bg p {
    color: white; }

.double-border {
  position: relative;
  width: 100%; }
  .double-border:before {
    content: '';
    height: 10px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    background-color: transparent; }
  .double-border.after:after {
    content: '';
    height: 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    background-color: transparent; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); } }

.shake:hover {
  -webkit-animation: shake 1s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important;
          animation: shake 1s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important; }

.shake-fast:hover {
  -webkit-animation: shake 0.15s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important;
          animation: shake 0.15s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important; }

.shake-parent:hover .shake-item {
  -webkit-animation: shake 0.5s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important;
          animation: shake 0.5s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important; }

.shake-parent:hover .shake-item-fast {
  -webkit-animation: shake 0.35s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important;
          animation: shake 0.35s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important; }

.btn, .wpcf7-submit {
  font-size: 11px;
  background-color: #b44a29;
  padding: 15px 35px;
  line-height: 1;
  display: inline-block;
  color: #e7e6e3 !important;
  font-family: "rhode-extended"; }
  @media only screen and (min-width: 768px) {
    .btn, .wpcf7-submit {
      font-size: 14px;
      padding: 20px 50px; } }
  .btn:hover, .btn:visited, .wpcf7-submit:hover, .wpcf7-submit:visited {
    color: #e7e6e3 !important;
    -webkit-animation: shake 0.35s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important;
            animation: shake 0.35s cubic-bezier(0.3, 0.06, 0.2, 0.9) forwards !important; }
  .btn.alt, .wpcf7-submit.alt {
    padding: 0;
    background-color: transparent;
    color: #b44a29 !important; }

a.link, .alm-load-more-btn, .alm-load-less-btn {
  font-family: "rhode-extended";
  display: inline-block;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    a.link, .alm-load-more-btn, .alm-load-less-btn {
      font-size: 14px; } }
  a.link.red, .alm-load-more-btn.red, .alm-load-less-btn.red {
    color: #b44a29; }
  a.link:hover, .alm-load-more-btn:hover, .alm-load-less-btn:hover {
    opacity: .9; }
  a.link.invalid, .alm-load-more-btn.invalid, .alm-load-less-btn.invalid {
    opacity: .3;
    pointer-events: none; }
  a.link.hover-circle, .alm-load-more-btn.hover-circle, .alm-load-less-btn.hover-circle {
    text-align: center;
    position: relative; }
    a.link.hover-circle:before, .alm-load-more-btn.hover-circle:before, .alm-load-less-btn.hover-circle:before {
      height: 68px;
      width: 115%;
      background-image: url(../images/hover-circle.png);
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    a.link.hover-circle:hover:before, .alm-load-more-btn.hover-circle:hover:before, .alm-load-less-btn.hover-circle:hover:before {
      opacity: 1; }

a.link-wrap {
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  a.link-wrap:hover {
    color: #c3a66c; }

hr {
  display: block;
  position: relative;
  border: 0; }
  hr:before {
    content: '';
    height: 2px;
    display: block;
    width: 100%;
    background-color: #c3a66c; }
  hr.double:after {
    content: '';
    height: 2px;
    display: block;
    width: 100%;
    background-color: #c3a66c;
    margin-top: 6px; }

button {
  cursor: pointer; }

@-webkit-keyframes marquee1 {
  0% {
    stroke: #c3a66c; }
  49% {
    stroke: #c3a66c; }
  50% {
    stroke: #e7e6e3; }
  99% {
    stroke: #e7e6e3; }
  100% {
    stroke: #c3a66c; } }

@keyframes marquee1 {
  0% {
    stroke: #c3a66c; }
  49% {
    stroke: #c3a66c; }
  50% {
    stroke: #e7e6e3; }
  99% {
    stroke: #e7e6e3; }
  100% {
    stroke: #c3a66c; } }

@-webkit-keyframes marquee2 {
  0% {
    stroke: #e7e6e3; }
  49% {
    stroke: #e7e6e3; }
  50% {
    stroke: #c3a66c; }
  99% {
    stroke: #c3a66c; }
  100% {
    stroke: #e7e6e3; } }

@keyframes marquee2 {
  0% {
    stroke: #e7e6e3; }
  49% {
    stroke: #e7e6e3; }
  50% {
    stroke: #c3a66c; }
  99% {
    stroke: #c3a66c; }
  100% {
    stroke: #e7e6e3; } }

a .marquee, button .marquee {
  margin-left: 10px; }
  a .marquee path, button .marquee path {
    fill: none;
    stroke: #c3a66c;
    stroke-width: 1.5px;
    fill-rule: evenodd; }
  a .marquee.reverse, button .marquee.reverse {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 10px; }

a:hover .marquee-1, button:hover .marquee-1 {
  -webkit-animation: marquee1 1s ease infinite !important;
          animation: marquee1 1s ease infinite !important; }

a:hover .marquee-2, button:hover .marquee-2 {
  -webkit-animation: marquee2 1s ease infinite !important;
          animation: marquee2 1s ease infinite !important; }

a .more .marquee, button .more .marquee {
  -webkit-transform: rotate(90deg) translateX(2px);
          transform: rotate(90deg) translateX(2px);
  width: 18px; }

a .less .marquee, button .less .marquee {
  -webkit-transform: rotate(-90deg) translateX(-2px);
          transform: rotate(-90deg) translateX(-2px);
  width: 18px; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul.unstyled, ol.unstyled {
    list-style-type: none; }

.spacer {
  display: block;
  height: 50px; }
  @media only screen and (min-width: 768px) {
    .spacer {
      height: 100px; } }
  .spacer.short {
    height: 50px; }
  .spacer.extra {
    height: 75px; }
    @media only screen and (min-width: 768px) {
      .spacer.extra {
        height: 150px; } }

.border-spacer {
  position: relative;
  width: 100%;
  height: 50px; }
  .border-spacer:before {
    content: '';
    height: 10px;
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    background-color: transparent; }

@media only screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; } }

.columns .col {
  width: 100%;
  margin-bottom: 50px; }
  .columns .col:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .columns .col {
      width: calc(50% - 25px);
      margin-bottom: 0; } }
  @media only screen and (min-width: 1248px) {
    .columns .col {
      width: calc(50% - 50px); } }

.columns.third .col {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .columns.third .col {
      width: calc( (100% /3) - 25px); } }
  @media only screen and (min-width: 1248px) {
    .columns.third .col {
      width: calc( (100% /3) - 50px); } }

.columns.wider {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .columns.wider {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  .columns.wider .col {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .columns.wider .col {
        width: calc(50% - 50px); } }

.parallax-bg {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
  max-width: 60%; }
  @media only screen and (max-width: 767px) {
    .parallax-bg {
      top: 0; } }
  @media only screen and (min-width: 1248px) {
    .parallax-bg {
      bottom: 0; } }
  .parallax-bg img {
    max-width: 100%; }
  .parallax-bg.left {
    left: 0; }
    .parallax-bg.left.top {
      bottom: auto;
      bottom: initial;
      top: 0; }
  .parallax-bg.right {
    right: 0; }
    @media only screen and (max-width: 767px) {
      .parallax-bg.right {
        display: none; } }

@media only screen and (min-width: 1024px) {
  .page-id-280 .parallax_image_left_with_copy_right .parallax-bg.left {
    left: -15%;
    bottom: auto;
    bottom: initial;
    top: -100px; } }

.page-template-page-meetings .parallax-bg.right {
  bottom: -350px; }

.home .parallax-bg.left {
  bottom: auto;
  bottom: initial;
  top: -250px; }

.home .parallax-bg.right {
  bottom: auto;
  bottom: initial;
  top: calc(100% - 350px); }
  @media only screen and (max-width: 1023px) {
    .home .parallax-bg.right {
      display: none; } }

@media only screen and (max-width: 1023px) {
  .home .parallax_image_left_with_copy_right {
    padding-top: 100px;
    margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  .rooms-section .content-container {
    padding: 25px 25px; } }

.rooms-section .parallax-bg.left {
  top: 10vh; }

.rooms-section .parallax-bg.right {
  bottom: 15vh; }

@media only screen and (min-width: 768px) {
  .hide-large {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .hide-medium {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .show-medium {
    display: none !important; } }

section {
  position: relative;
  overflow: hidden;
  background-color: #d4cdc3;
  background-image: url(../images/tan-texture-bg.jpg);
  background-repeat: repeat;
  width: 100%; }

.full-bg {
  background-position: center;
  background-size: cover; }

.resp-padding {
  padding: 25px; }
  @media only screen and (min-width: 768px) {
    .resp-padding {
      padding: 50px; } }

.content-container {
  width: 100%;
  max-width: 1330px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .content-container {
      padding: 50px; } }
  .content-container.slim {
    max-width: 990px; }
  .content-container.full {
    height: 100%; }
  .content-container .content {
    position: relative; }
  .content-container.tall {
    padding: 70px 50px 70px; }
    @media only screen and (min-width: 768px) {
      .content-container.tall {
        padding: 180px 50px 150px; } }

@-webkit-keyframes downMarquee1 {
  0% {
    background-color: #c3a66c; }
  24% {
    background-color: #c3a66c; }
  25% {
    background-color: #e7e6e3; }
  100% {
    background-color: #e7e6e3; } }

@keyframes downMarquee1 {
  0% {
    background-color: #c3a66c; }
  24% {
    background-color: #c3a66c; }
  25% {
    background-color: #e7e6e3; }
  100% {
    background-color: #e7e6e3; } }

@-webkit-keyframes downMarquee2 {
  0% {
    background-color: #e7e6e3; }
  24% {
    background-color: #e7e6e3; }
  25% {
    background-color: #c3a66c; }
  49% {
    background-color: #c3a66c; }
  50% {
    background-color: #e7e6e3; }
  100% {
    background-color: #e7e6e3; } }

@keyframes downMarquee2 {
  0% {
    background-color: #e7e6e3; }
  24% {
    background-color: #e7e6e3; }
  25% {
    background-color: #c3a66c; }
  49% {
    background-color: #c3a66c; }
  50% {
    background-color: #e7e6e3; }
  100% {
    background-color: #e7e6e3; } }

@-webkit-keyframes downMarquee3 {
  0% {
    background-color: #e7e6e3; }
  49% {
    background-color: #e7e6e3; }
  50% {
    background-color: #c3a66c; }
  74% {
    background-color: #c3a66c; }
  75% {
    background-color: #e7e6e3; }
  100% {
    background-color: #e7e6e3; } }

@keyframes downMarquee3 {
  0% {
    background-color: #e7e6e3; }
  49% {
    background-color: #e7e6e3; }
  50% {
    background-color: #c3a66c; }
  74% {
    background-color: #c3a66c; }
  75% {
    background-color: #e7e6e3; }
  100% {
    background-color: #e7e6e3; } }

@-webkit-keyframes downMarquee4 {
  0% {
    background-color: #e7e6e3; }
  74% {
    background-color: #e7e6e3; }
  75% {
    background-color: #c3a66c; }
  99% {
    background-color: #c3a66c; }
  100% {
    background-color: #c3a66c; } }

@keyframes downMarquee4 {
  0% {
    background-color: #e7e6e3; }
  74% {
    background-color: #e7e6e3; }
  75% {
    background-color: #c3a66c; }
  99% {
    background-color: #c3a66c; }
  100% {
    background-color: #c3a66c; } }

.contact-section .content-container h2 {
  font-size: 30px; }
  @media only screen and (min-width: 768px) {
    .contact-section .content-container h2 {
      font-size: 48px; } }

.contact-section .content-container h3 {
  color: #38729e;
  font-family: "Recoleta-SemiBold";
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1; }

.contact-section .content-container.meeting-form {
  padding-top: 125px;
  padding-bottom: 125px; }
  .contact-section .content-container.meeting-form h2 {
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .contact-section .content-container.meeting-form {
      padding-top: 200px;
      padding-bottom: 220px; } }
  .contact-section .content-container.meeting-form form {
    max-width: 390px;
    margin: 0 auto; }
  .contact-section .content-container.meeting-form .form-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 675px;
    border: 2px solid #c3a66c;
    border-radius: 25px;
    padding: 20px; }
    .contact-section .content-container.meeting-form .form-wrap .inner {
      width: 100%;
      background-image: url(../images/tan-texture-bg.jpg);
      background-repeat: repeat;
      padding: 25px; }
      @media only screen and (min-width: 768px) {
        .contact-section .content-container.meeting-form .form-wrap .inner {
          padding: 85px 25px; } }
  .contact-section .content-container.meeting-form .submit-wrap {
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 15px; }

.contact-section .cta_links {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .contact-section .cta_links {
      margin-bottom: 0; } }

.contact-section a.link {
  margin-bottom: 30px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .contact-section a.link {
      margin-bottom: 60px; } }
  .contact-section a.link:last-child {
    margin-bottom: 0; }

.contact-section .info-wrap {
  position: relative; }
  .contact-section .info-wrap p {
    margin-bottom: 30px;
    font-size: 20px; }

.contact-section .form-wrap {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .contact-section .form-wrap {
      margin-top: 70px; } }

.contact-section .random {
  font-size: 12px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  max-width: 300px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg); }
  @media only screen and (min-width: 768px) {
    .contact-section .random {
      font-size: 14px; } }
  @media only screen and (min-width: 1024px) {
    .contact-section .random {
      font-size: 16px; } }
  @media only screen and (min-width: 1248px) {
    .contact-section .random {
      font-size: 20px; } }
  .contact-section .random .text {
    position: relative; }
    .contact-section .random .text span {
      position: absolute;
      top: -15px;
      right: -15px;
      font-size: 40px;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .contact-section .random .text span {
          font-size: 60px; } }

.contact-section .social-link {
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1; }
  .contact-section .social-link .icon {
    width: 40px;
    text-align: center;
    margin-right: 10px;
    opacity: .25;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .contact-section .social-link:hover {
    cursor: pointer; }
    .contact-section .social-link:hover .icon {
      opacity: 1; }

@media only screen and (min-width: 768px) {
  .contact-section .form-col {
    margin-left: auto;
    max-width: 450px; }
    .contact-section .form-col .content-wrap {
      padding-left: 50px; } }

.contact-section form {
  border-top: 2px solid #c3a66c; }
  .contact-section form p {
    margin-bottom: 0; }

.contact-section input[type="text"], .contact-section textarea, .contact-section input[type="email"], .contact-section input[type="tel"], .contact-section input[type="date"] {
  margin-bottom: 0;
  border: 2px solid #c3a66c;
  border-top: 0;
  background-color: transparent;
  color: #4d3721;
  font-size: 20px;
  font-family: "franklin-gothic-urw-comp"; }
  .contact-section input[type="text"].placeholder, .contact-section textarea.placeholder, .contact-section input[type="email"].placeholder, .contact-section input[type="tel"].placeholder, .contact-section input[type="date"].placeholder {
    color: rgba(77, 55, 33, 0.5); }
  .contact-section input[type="text"]:-moz-placeholder, .contact-section textarea:-moz-placeholder, .contact-section input[type="email"]:-moz-placeholder, .contact-section input[type="tel"]:-moz-placeholder, .contact-section input[type="date"]:-moz-placeholder {
    color: rgba(77, 55, 33, 0.5); }
  .contact-section input[type="text"]::-moz-placeholder, .contact-section textarea::-moz-placeholder, .contact-section input[type="email"]::-moz-placeholder, .contact-section input[type="tel"]::-moz-placeholder, .contact-section input[type="date"]::-moz-placeholder {
    color: rgba(77, 55, 33, 0.5); }
  .contact-section input[type="text"]:-ms-input-placeholder, .contact-section textarea:-ms-input-placeholder, .contact-section input[type="email"]:-ms-input-placeholder, .contact-section input[type="tel"]:-ms-input-placeholder, .contact-section input[type="date"]:-ms-input-placeholder {
    color: rgba(77, 55, 33, 0.5); }
  .contact-section input[type="text"]::-webkit-input-placeholder, .contact-section textarea::-webkit-input-placeholder, .contact-section input[type="email"]::-webkit-input-placeholder, .contact-section input[type="tel"]::-webkit-input-placeholder, .contact-section input[type="date"]::-webkit-input-placeholder {
    color: rgba(77, 55, 33, 0.5); }

.contact-section .half.date {
  position: relative;
  width: 50%;
  display: inline-block;
  border: 2px solid #c3a66c;
  border-top: 0; }
  .contact-section .half.date input[type="date"] {
    border: 0;
    padding-bottom: 25px; }
  .contact-section .half.date.left {
    border-right-width: 1px; }
  .contact-section .half.date.right {
    border-left-width: 1px; }
  .contact-section .half.date label {
    color: #6b784a;
    text-transform: uppercase;
    bottom: 5px;
    left: 22px;
    position: absolute;
    display: block; }

.contact-section .radio-wrap {
  border: 2px solid #c3a66c;
  border-top: 0;
  padding: 10px 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .contact-section .radio-wrap span {
    text-transform: uppercase;
    color: #6b784a;
    margin-right: 10px; }
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:checked, .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:checked + span,
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:not(:checked) + span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:checked + span:before,
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #c3a66c;
    border-radius: 100%;
    background: transparent; }
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:checked + span:after,
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #4d3721;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .contact-section .radio-wrap .wpcf7-list-item label [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.contact-section .wpcf7-submit {
  font-size: 14px;
  background-color: #b44a29;
  padding: 20px 50px !important;
  line-height: 1;
  display: inline-block;
  color: #e7e6e3;
  font-family: "rhode-extended"; }
  .contact-section .wpcf7-submit:hover, .contact-section .wpcf7-submit:visited {
    color: #e7e6e3; }

@media only screen and (min-width: 768px) {
  .contact-section .cols .col {
    width: 45%;
    max-width: 570px; } }

@media only screen and (min-width: 768px) {
  .contact-section .cols .col:first-child {
    width: 55%; } }

picture.full img {
  width: 100%; }

.bg-picture {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .bg-picture img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.home-hero, .interior-hero {
  position: relative; }
  .home-hero .content-container, .interior-hero .content-container {
    height: 100%;
    padding-top: 50px;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .home-hero .content-container, .interior-hero .content-container {
        padding-top: 95px; } }
    .home-hero .content-container .flex-wrap, .interior-hero .content-container .flex-wrap {
      height: 100%; }
    .home-hero .content-container h1, .interior-hero .content-container h1 {
      color: #e7e6e3;
      text-align: center;
      line-height: 1.1;
      margin-bottom: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }

@media only screen and (max-height: 700px) and (min-width: 768px) {
  .home-hero .content-container h1, .interior-hero .content-container h1 {
    font-size: 13vh; } }
      @media only screen and (max-width: 767px) {
        .home-hero .content-container h1, .interior-hero .content-container h1 {
          font-size: 50px; } }
  .home-hero .corner-copy, .interior-hero .corner-copy {
    position: absolute;
    bottom: 50px;
    left: 65px;
    z-index: 1; }
    .home-hero .corner-copy .copy-wrap, .interior-hero .corner-copy .copy-wrap {
      position: relative;
      font-size: 16px;
      color: white;
      letter-spacing: 1px; }
      .home-hero .corner-copy .copy-wrap img, .interior-hero .corner-copy .copy-wrap img {
        position: absolute;
        left: -35px;
        top: 2px; }
  .home-hero picture, .home-hero .slow-header, .home-hero video, .interior-hero picture, .interior-hero .slow-header, .interior-hero video {
    position: absolute;
    height: 110%;
    width: 100%; }
  .home-hero video, .interior-hero video {
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
    min-width: 100% !important; }
    @media (min-aspect-ratio: 16 / 9) {
      .home-hero video, .interior-hero video {
        width: 100% !important;
        height: auto !important; } }
    @media (max-aspect-ratio: 16 / 9) {
      .home-hero video, .interior-hero video {
        width: auto !important;
        height: 100% !important; } }
  .home-hero img.bg, .interior-hero img.bg {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .home-hero .left-text, .interior-hero .left-text {
    position: absolute;
    top: calc(50% + 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateY(0%) translateX(0%) rotate(-90deg);
    color: #e7e6e3;
    font-size: 16px;
    font-family: "balboa-condensed";
    letter-spacing: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    letter-spacing: 2px;
    /* width: 380px; */
    height: 380px;
    left: 50px; }
    @media only screen and (min-width: 768px) {
      .home-hero .left-text, .interior-hero .left-text {
        left: 75px; } }
    .home-hero .left-text img, .interior-hero .left-text img {
      margin-right: 10px;
      position: relative;
      top: -2px; }
    @media only screen and (max-width: 639px) {
      .home-hero .left-text, .interior-hero .left-text {
        display: none; } }
  .home-hero .right-text, .interior-hero .right-text {
    position: absolute;
    right: 25px;
    top: calc(100% - 75px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #e7e6e3;
    font-size: 16px;
    font-family: "balboa-condensed";
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .home-hero .right-text, .interior-hero .right-text {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .home-hero .right-text, .interior-hero .right-text {
        top: calc(100% - 25px);
        font-size: 20px; } }
    @media only screen and (min-width: 1024px) {
      .home-hero .right-text, .interior-hero .right-text {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .home-hero.contact-hero, .interior-hero.contact-hero {
    background-color: #0c0b0b; }
    .home-hero.contact-hero h1, .interior-hero.contact-hero h1 {
      line-height: 1;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
    .home-hero.contact-hero .content-container, .interior-hero.contact-hero .content-container {
      padding-top: 180px;
      padding-bottom: 80px; }
      @media only screen and (min-width: 768px) {
        .home-hero.contact-hero .content-container, .interior-hero.contact-hero .content-container {
          padding-top: 300px; } }
    .home-hero.contact-hero .copy-bg, .interior-hero.contact-hero .copy-bg {
      position: absolute;
      font-family: "rhode-extended";
      color: #6b784a;
      top: 50%;
      -webkit-transform: translateY(-30%) translateX(-50%);
              transform: translateY(-30%) translateX(-50%);
      left: 50%;
      font-size: 11.5vw;
      text-transform: uppercase;
      z-index: -1; }
  .home-hero.single-hero, .interior-hero.single-hero {
    border-bottom: 0; }
    .home-hero.single-hero .content-container, .interior-hero.single-hero .content-container {
      padding-top: 150px;
      padding-bottom: 80px; }
      @media only screen and (min-width: 768px) {
        .home-hero.single-hero .content-container, .interior-hero.single-hero .content-container {
          padding-top: 220px;
          padding-bottom: 180px; } }
    .home-hero.single-hero.experience .slow-header, .interior-hero.single-hero.experience .slow-header {
      background-image: url("../images/experience-mke.png");
      background-repeat: repeat;
      background-size: 100% auto;
      background-position: center; }
    .home-hero.single-hero.happenings .slow-header, .interior-hero.single-hero.happenings .slow-header {
      background-image: url("../images/happenings.png");
      background-repeat: repeat;
      background-position: center; }
  .home-hero .down-marquee, .interior-hero .down-marquee {
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 80px;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .home-hero .down-marquee, .interior-hero .down-marquee {
        bottom: 30px; } }
    @media only screen and (min-width: 1248px) {
      .home-hero .down-marquee, .interior-hero .down-marquee {
        bottom: 30px; } }
  @media only screen and (min-width: 1248px) and (max-height: 800px) {
    .home-hero .down-marquee, .interior-hero .down-marquee {
      right: 50px; } }
    .home-hero .down-marquee span, .interior-hero .down-marquee span {
      position: relative;
      width: 26px;
      height: 11px;
      display: block; }
      @media only screen and (min-width: 768px) {
        .home-hero .down-marquee span, .interior-hero .down-marquee span {
          height: 12px; } }
      .home-hero .down-marquee span:before, .home-hero .down-marquee span:after, .interior-hero .down-marquee span:before, .interior-hero .down-marquee span:after {
        content: '';
        position: absolute;
        background-color: #e7e6e3;
        height: 1px;
        width: 60%; }
      .home-hero .down-marquee span:before, .interior-hero .down-marquee span:before {
        left: 0;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg); }
      .home-hero .down-marquee span:after, .interior-hero .down-marquee span:after {
        right: 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }
      .home-hero .down-marquee span:first-child:before, .home-hero .down-marquee span:first-child:after, .interior-hero .down-marquee span:first-child:before, .interior-hero .down-marquee span:first-child:after {
        -webkit-animation: downMarquee1 4s infinite forwards;
                animation: downMarquee1 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(2):before, .home-hero .down-marquee span:nth-child(2):after, .interior-hero .down-marquee span:nth-child(2):before, .interior-hero .down-marquee span:nth-child(2):after {
        -webkit-animation: downMarquee2 4s infinite forwards;
                animation: downMarquee2 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(3):before, .home-hero .down-marquee span:nth-child(3):after, .interior-hero .down-marquee span:nth-child(3):before, .interior-hero .down-marquee span:nth-child(3):after {
        -webkit-animation: downMarquee3 4s infinite forwards;
                animation: downMarquee3 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(4):before, .home-hero .down-marquee span:nth-child(4):after, .interior-hero .down-marquee span:nth-child(4):before, .interior-hero .down-marquee span:nth-child(4):after {
        -webkit-animation: downMarquee4 4s infinite forwards;
                animation: downMarquee4 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(5):before, .home-hero .down-marquee span:nth-child(5):after, .interior-hero .down-marquee span:nth-child(5):before, .interior-hero .down-marquee span:nth-child(5):after {
        -webkit-animation: downMarquee1 4s infinite forwards;
                animation: downMarquee1 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(6):before, .home-hero .down-marquee span:nth-child(6):after, .interior-hero .down-marquee span:nth-child(6):before, .interior-hero .down-marquee span:nth-child(6):after {
        -webkit-animation: downMarquee2 4s infinite forwards;
                animation: downMarquee2 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(7):before, .home-hero .down-marquee span:nth-child(7):after, .interior-hero .down-marquee span:nth-child(7):before, .interior-hero .down-marquee span:nth-child(7):after {
        -webkit-animation: downMarquee3 4s infinite forwards;
                animation: downMarquee3 4s infinite forwards; }
      .home-hero .down-marquee span:nth-child(8):before, .home-hero .down-marquee span:nth-child(8):after, .interior-hero .down-marquee span:nth-child(8):before, .interior-hero .down-marquee span:nth-child(8):after {
        -webkit-animation: downMarquee4 4s infinite forwards;
                animation: downMarquee4 4s infinite forwards; }

.home-book-now {
  background-color: #6b784a;
  font-family: "rhode-extended";
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  white-space: normal;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 25px 35px;
  z-index: 9;
  position: relative;
  -webkit-animation: none !important;
          animation: none !important; }
  .home-book-now:hover {
    background-color: #525d38;
    -webkit-animation: none !important;
            animation: none !important; }
  @media only screen and (min-width: 768px) {
    .home-book-now {
      font-size: 14px; } }

.home-book-form {
  background-color: #0c0b0b;
  width: 100%;
  display: block;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .home-book-form {
      height: 100px; } }
  @media only screen and (min-width: 768px) and (max-height: 750px) {
    .home-book-form {
      height: 80px; } }
  @media only screen and (min-width: 1024px) {
    .home-book-form {
      height: 150px; } }
  @media only screen and (min-width: 1024px) and (max-height: 750px) {
    .home-book-form {
      height: 100px; } }
  .home-book-form input {
    background-color: transparent;
    border: 0;
    color: #e7e6e3;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px; }
    @media only screen and (min-width: 768px) {
      .home-book-form input {
        font-size: 20px; } }
  .home-book-form input[type="submit"] {
    background-color: #6b784a;
    font-family: "rhode-extended";
    font-size: 12px;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    cursor: pointer;
    white-space: normal; }
    .home-book-form input[type="submit"]:hover {
      background-color: #525d38; }
    @media only screen and (min-width: 768px) {
      .home-book-form input[type="submit"] {
        font-size: 14px; } }
  .home-book-form label {
    color: #6b784a;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    font-size: 18px;
    padding: 25px 0; }
    @media only screen and (min-width: 768px) {
      .home-book-form label {
        font-size: 20px; } }
    .home-book-form label span {
      position: absolute;
      bottom: 25%;
      -webkit-transform: translateY(25%);
              transform: translateY(25%);
      left: 0;
      right: 0;
      text-align: center;
      text-transform: uppercase; }
  .home-book-form form {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
            align-items: center; }
  .home-book-form .input-wrap {
    text-align: center;
    height: 100%;
    border-right: 1px solid #c3a66c; }
    .home-book-form .input-wrap.wide {
      -webkit-box-flex: 1;
              flex-grow: 1; }
    .home-book-form .input-wrap.no-bd {
      border: 0; }

.interior-hero {
  border-bottom: 20px solid #c3a66c; }

.cols {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cols {
      display: -webkit-box;
      display: flex; } }
  .cols .col {
    width: 100%;
    margin-bottom: 25px;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .cols .col {
        width: 50%;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .cols .col.wider {
        width: 60%; } }

.underline span, .underline-a p a span, .rotator-parent p a span {
  position: relative;
  display: inline-block;
  line-height: 1; }
  .underline span:after, .underline-a p a span:after, .rotator-parent p a span:after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 3px;
    background-color: #c3a66c;
    left: 0;
    position: absolute; }

.underline.dark span:after, .underline-a p a.dark span:after, .rotator-parent p a.dark span:after {
  background-color: #4d3721; }

.underline-a p a:hover, .rotator-parent p a:hover {
  color: white; }
  .underline-a p a:hover span:after, .rotator-parent p a:hover span:after {
    background-color: white; }

.underline-a .paragpraph p a:hover {
  color: #4d3721; }

.underline-a .paragpraph p a span:after {
  background-color: #c3a66c; }

section.meta .date {
  font-size: 22px;
  padding-right: 25px; }
  @media only screen and (min-width: 768px) {
    section.meta .date {
      font-size: 36px; } }

section.meta .tags, section.meta .tags a {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  flex-wrap: wrap; }
  section.meta .tags a, section.meta .tags a a {
    margin-left: 10px; }

section.meta .tags {
  padding-right: 25px; }

section.meta .share {
  font-size: 20px;
  text-transform: none;
  font-weight: normal; }
  section.meta .share img {
    margin-left: 10px; }

section.meta .share-wrap {
  position: absolute;
  right: 25px; }
  @media only screen and (min-width: 768px) {
    section.meta .share-wrap {
      position: relative; } }

.post-wrap {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .post-wrap {
      margin-top: 70px; } }
  .post-wrap.alt h2 {
    margin-bottom: 30px; }
  .post-wrap .subheader {
    margin-bottom: 30px; }
  .post-wrap .cta-wrap {
    margin-top: 60px; }
  .post-wrap .fb {
    margin-left: 35px; }
    .post-wrap .fb img {
      margin-right: 15px; }
    .post-wrap .fb a {
      text-transform: none; }

.post-content {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .post-content {
      margin-bottom: 100px; }
      .post-content.short {
        margin-bottom: 25px; } }
  .post-content p {
    font-size: 18px; }
    .post-content p strong {
      font-family: "Recoleta-SemiBold"; }

.general-rotator.photos {
  position: relative;
  position: relative; }
  .general-rotator.photos:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .general-rotator.photos > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .general-rotator.photos .room-rotator {
    height: 100%;
    width: 100%; }
  .general-rotator.photos .slick-list {
    height: 100%; }
  .general-rotator.photos .slick-slide {
    padding: 0; }
    .general-rotator.photos .slick-slide > div {
      height: 100%; }
  .general-rotator.photos .slick-track {
    height: 100%; }
  .general-rotator.photos .controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    .general-rotator.photos .controls .controls-wrap {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 0 18px; }
    .general-rotator.photos .controls .next-slide, .general-rotator.photos .controls .prev-slide {
      padding: 0;
      margin: 0; }
      .general-rotator.photos .controls .next-slide img, .general-rotator.photos .controls .prev-slide img {
        width: 25px; }
  .general-rotator.photos .counter-wrap {
    position: absolute;
    right: 12px;
    top: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .general-rotator.photos .counter-wrap .horizontal-text {
      width: 0;
      position: absolute;
      right: 12px;
      bottom: 40px;
      color: #e7e6e3;
      font-size: 20px;
      white-space: nowrap; }
      .general-rotator.photos .counter-wrap .horizontal-text span {
        display: block;
        -webkit-box-align: center;
                align-items: center;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .general-rotator.photos .counter-wrap .horizontal-text img {
        height: 16px;
        width: 16px;
        max-width: none;
        margin-left: 5px;
        top: 1px;
        position: relative; }
  .general-rotator.photos .arrow-img img {
    display: block; }
  .general-rotator.photos .counter {
    border: 1px solid #c3a66c;
    font-size: 20px;
    padding: 8px 9px;
    line-height: 1;
    color: #e7e6e3;
    margin-left: 10px; }
  .general-rotator.photos .rotator-item {
    height: 100%;
    width: 100%; }
    .general-rotator.photos .rotator-item picture {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: relative;
      display: block; }
      .general-rotator.photos .rotator-item picture img {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        -o-object-fit: cover;
           object-fit: cover; }

.rotator-parent .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2; }
  .rotator-parent .controls .controls-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .rotator-parent .controls .controls-wrap {
        padding: 0 18px; } }
  .rotator-parent .controls .next-slide, .rotator-parent .controls .prev-slide {
    padding: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat; }
    .rotator-parent .controls .next-slide img, .rotator-parent .controls .prev-slide img {
      opacity: 0; }
  .rotator-parent .controls .prev-slide {
    background-image: url("../images/rotator-left.png"); }
    .rotator-parent .controls .prev-slide:hover {
      background-image: url("../images/rotator-left-white.png"); }
  .rotator-parent .controls .next-slide {
    background-image: url("../images/rotator-right.png"); }
    .rotator-parent .controls .next-slide:hover {
      background-image: url("../images/rotator-right-white.png"); }

.rotator-parent .counter-wrap {
  position: absolute;
  right: 35px;
  top: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 3; }
  .rotator-parent .counter-wrap .horizontal-text {
    width: 0;
    position: absolute;
    right: 12px;
    bottom: 40px;
    color: #e7e6e3;
    font-size: 20px;
    white-space: nowrap; }
    .rotator-parent .counter-wrap .horizontal-text span {
      display: block;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .rotator-parent .counter-wrap .horizontal-text img {
      height: 16px;
      width: 16px;
      max-width: none;
      margin-left: 5px;
      top: 1px;
      position: relative; }

.rotator-parent .arrow-img {
  cursor: pointer; }
  .rotator-parent .arrow-img img {
    display: block;
    width: 30px; }

.rotator-parent .counter {
  border: 1px solid #c3a66c;
  font-size: 20px;
  padding: 8px 9px;
  line-height: 1;
  color: #e7e6e3;
  margin-left: 10px;
  position: relative;
  top: 0; }

.callout-text {
  margin-top: 50px;
  padding: 25px;
  font-size: 22px;
  border: 2px solid #c3a66c;
  border-radius: 25px;
  text-align: center;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .callout-text {
      margin-bottom: 50px;
      padding: 35px;
      font-size: 28px; } }
  @media only screen and (min-width: 1024px) {
    .callout-text {
      margin-top: 100px;
      padding: 40px;
      font-size: 32px; } }

.post-nav {
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 768px) {
    .post-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      justify-content: space-around; } }
  .post-nav .prev-post img {
    margin-right: 15px; }
  .post-nav .next-post img {
    margin-left: 15px; }
  .post-nav span {
    text-align: center; }
  .post-nav .link-wrap {
    -webkit-box-pack: center;
            justify-content: center; }

.parallax_image_left_with_copy_right .img-wrap {
  display: inline-block;
  margin-bottom: 50px; }
  @media only screen and (min-width: 1248px) {
    .parallax_image_left_with_copy_right .img-wrap {
      margin-bottom: 100px; } }
  .parallax_image_left_with_copy_right .img-wrap img {
    display: block; }

.culture_call_outs {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .culture_call_outs {
      margin-top: 100px; } }
  .culture_call_outs p {
    max-width: 430px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .culture_call_outs p {
        margin-bottom: 30px; } }

#largeRotator {
  overflow: hidden;
  position: relative;
  border-radius: 17px;
  margin-bottom: 50px;
  margin-top: 20px; }
  #largeRotator:before, #largeRotator:after {
    content: '';
    display: block;
    height: 17px;
    width: 100%;
    background-color: #c3a66c; }
  #largeRotator .static-content {
    position: absolute;
    top: 0;
    left: 50px;
    width: calc(100% - 100px);
    z-index: 2;
    z-index: 2; }

.full_img_copy .full-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 50px; }
  .full_img_copy .full-img:before, .full_img_copy .full-img:after {
    content: '';
    display: block;
    height: 17px;
    width: 100%;
    background-color: #c3a66c; }

.link-wrap a {
  display: block;
  margin-bottom: 45px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media only screen and (min-width: 768px) {
    .link-wrap a {
      margin-bottom: 60px; } }

.see-more-wrap {
  margin: 75px auto; }

.featured-post-wrap {
  margin: 20px 0 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .featured-post-wrap .col {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .featured-post-wrap .left-col {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      width: calc(100% / 3); } }
  @media only screen and (min-width: 768px) {
    .featured-post-wrap .right-col {
      width: calc( (100% / 3) * 2); } }
  @media only screen and (min-width: 768px) {
    .featured-post-wrap .callout {
      padding-right: 2rem; } }
  .featured-post-wrap .callout p {
    font-size: 18px;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin-bottom: 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .featured-post-wrap .callout p {
        font-size: 28px; } }
    .featured-post-wrap .callout p span {
      position: absolute;
      top: 0px;
      left: 0px;
      font-size: 60px;
      -webkit-transform: translateX(-50%) translateY(-35%);
              transform: translateX(-50%) translateY(-35%); }
  .featured-post-wrap .callout img {
    margin: 0 auto;
    max-width: 100%;
    display: block; }
  .featured-post-wrap .featured {
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 50px 30px;
    height: 100%; }
    .featured-post-wrap .featured .content-container {
      padding: 0;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .featured-post-wrap .featured p, .featured-post-wrap .featured p a {
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 0;
      text-transform: none;
      color: #c3a66c;
      padding-top: 30px; }
      @media only screen and (min-width: 768px) {
        .featured-post-wrap .featured p, .featured-post-wrap .featured p a {
          font-size: 55px;
          padding: 25px; } }
      @media only screen and (min-width: 1248px) {
        .featured-post-wrap .featured p, .featured-post-wrap .featured p a {
          font-size: 72px;
          padding: 50px; } }
    .featured-post-wrap .featured p {
      -webkit-box-flex: 1;
              flex-grow: 1;
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .featured-post-wrap .featured p .link {
        margin-top: auto; }
    .featured-post-wrap .featured p a {
      padding: 0;
      position: relative;
      display: inline-block; }
      .featured-post-wrap .featured p a:after {
        content: '';
        width: 100%;
        bottom: 0;
        height: 3px;
        background-color: #c3a66c;
        left: 0;
        position: absolute; }
      .featured-post-wrap .featured p a.white:after {
        background-color: #e7e6e3; }
      .featured-post-wrap .featured p a:hover {
        color: #e7e6e3 !important; }
        .featured-post-wrap .featured p a:hover:after {
          background-color: #e7e6e3; }
    .featured-post-wrap .featured .featured-header {
      display: -webkit-box;
      display: flex;
      border-bottom: 1px solid #c3a66c; }
      .featured-post-wrap .featured .featured-header .head {
        border-right: 1px solid #c3a66c;
        color: white;
        padding: 10px 15px;
        text-transform: uppercase;
        text-align: center;
        -webkit-box-flex: 2;
                flex-grow: 2; }
        @media only screen and (min-width: 768px) {
          .featured-post-wrap .featured .featured-header .head {
            padding: 13px 25px; } }
        .featured-post-wrap .featured .featured-header .head:first-child {
          color: #c3a66c;
          -webkit-box-flex: 1;
                  flex-grow: 1; }
        .featured-post-wrap .featured .featured-header .head:last-child {
          border-right: 0; }

.c-l-l-r {
  background-image: url("../images/experience-mke.png");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  color: #e7e6e3; }
  @media only screen and (min-width: 768px) {
    .c-l-l-r .content-container {
      padding-top: 150px;
      padding-bottom: 150px; } }
  .c-l-l-r a {
    color: #e7e6e3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .c-l-l-r a img {
      margin-left: 15px; }
    .c-l-l-r a:hover {
      color: #c3a66c !important; }
  .c-l-l-r h2 {
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .c-l-l-r h2 {
        margin-bottom: 0; } }
  .c-l-l-r .left-copy {
    width: 100%;
    max-width: 700px;
    padding-right: 50px; }
  @media only screen and (min-width: 768px) {
    .c-l-l-r .right-cta {
      margin-left: auto; } }

.gallery-section .gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.gallery-section img {
  width: 100%; }

.gallery-section .img-wrap {
  position: relative;
  margin-bottom: 30px;
  height: 590px; }
  @media only screen and (min-width: 768px) {
    .gallery-section .img-wrap {
      margin-bottom: 60px; } }
  .gallery-section .img-wrap picture {
    display: block;
    position: relative;
    height: 100%; }
    .gallery-section .img-wrap picture img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .gallery-section .img-wrap .horizontal-text {
    width: 0;
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #e7e6e3;
    font-size: 20px;
    white-space: nowrap; }
    .gallery-section .img-wrap .horizontal-text span {
      display: block;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      color: white; }
      .gallery-section .img-wrap .horizontal-text span a {
        color: #e7e6e3;
        letter-spacing: 1px;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .gallery-section .img-wrap .horizontal-text img {
      height: 16px;
      width: 16px;
      max-width: none;
      margin-left: 5px;
      top: 1px;
      position: relative; }
  .gallery-section .img-wrap:nth-child(8n - 15) {
    width: calc( ((100% / 3) * 2) - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 14) {
    width: calc( (100% / 3) - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 13) {
    width: calc( (100% / 3) - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 12) {
    width: calc( ((100% / 3) * 2) - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 11) {
    width: calc( (100% / 3)  - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 10) {
    width: calc( (100% / 3)  - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 9) {
    width: calc( (100% / 3)  - 30px); }
  .gallery-section .img-wrap:nth-child(8n - 8) {
    width: 100%; }

.large-headline-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .large-headline-section {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .large-headline-section h2 {
    color: #c3a66c;
    font-size: 40px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .large-headline-section h2 {
        font-size: 55px; } }
    @media only screen and (min-width: 1248px) {
      .large-headline-section h2 {
        font-size: 72px;
        max-width: 1050px; } }

@media only screen and (min-width: 768px) {
  .two-column-copy-section h2.max {
    max-width: 620px; } }

.local-event-wrap .content-container {
  padding-top: 150px;
  padding-bottom: 150px; }

.local-event-wrap .alm-btn-wrap {
  text-align: center;
  padding: 65px 25px;
  background-image: url(../images/white-bg.jpg);
  background-repeat: repeat; }

.local-event-wrap .alm-load-more-btn, .local-event-wrap .alm-load-less-btn {
  color: #b44a29; }
  .local-event-wrap .alm-load-more-btn.done, .local-event-wrap .alm-load-less-btn.done {
    display: none; }

.local-event-wrap h2 {
  text-align: center; }

.local-event-wrap .events-container .alm-load-less-btn {
  display: inline-block; }

.local-event-wrap .events-container .alm-load-more-btn {
  display: none; }

.local-event-wrap .events-container.hide-more .local-event-item:nth-of-type(1n+4) {
  display: none; }

.local-event-wrap .events-container.hide-more .alm-load-less-btn {
  display: none; }

.local-event-wrap .events-container.hide-more .alm-load-more-btn {
  display: inline-block; }

.local-event-wrap .local-events {
  border: 1px solid #c3a66c;
  border-radius: 15px;
  padding: 15px;
  width: 100%; }

.local-event-wrap .alm-reveal:last-child .local-event-item:last-child {
  margin-bottom: 0; }

.local-event-wrap .local-event-item {
  margin-top: 25px;
  position: relative;
  width: 100%;
  padding: 15px 30px 10px;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .local-event-wrap .local-event-item {
      padding: 30px; } }
  @media only screen and (min-width: 768px) {
    .local-event-wrap .local-event-item .content {
      display: -webkit-box;
      display: flex; } }
  .local-event-wrap .local-event-item .content .col {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .local-event-wrap .local-event-item .content .col:last-child {
        max-width: 185px; } }
  .local-event-wrap .local-event-item:after {
    content: '';
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-top: 2px solid #c3a66c;
    border-bottom: 2px solid #c3a66c;
    background-color: transparent; }
  .local-event-wrap .local-event-item .header {
    font-family: "balboa-condensed";
    font-size: 40px; }
    @media only screen and (min-width: 768px) {
      .local-event-wrap .local-event-item .header {
        padding-top: 15px;
        max-width: 430px;
        padding-bottom: 25px;
        font-size: 48px; } }
    .local-event-wrap .local-event-item .header .event-title {
      line-height: 1;
      text-transform: uppercase; }
    .local-event-wrap .local-event-item .header .date {
      font-family: "balboa-condensed";
      position: relative;
      margin-bottom: 10px; }
      .local-event-wrap .local-event-item .header .date .bg {
        color: #c3a66c;
        -webkit-text-fill-color: #eae5e9;
        /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #c3a66c;
        letter-spacing: 5px;
        line-height: 1;
        display: block; }
  .local-event-wrap .local-event-item .details {
    padding: 15px 0; }
    @media only screen and (min-width: 768px) {
      .local-event-wrap .local-event-item .details {
        padding: 15px 30px 30px;
        border-left: 2px solid #c3a66c;
        border-right: 2px solid #c3a66c; } }
    .local-event-wrap .local-event-item .details .location strong {
      font-family: "Recoleta-SemiBold";
      font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .local-event-wrap .local-event-item .cta {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      text-align: center;
      padding: 25px 0; } }

.horiz-icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 50px; }
  .horiz-icons .icon {
    padding: 0 20px;
    color: #b44a29;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .horiz-icons .icon {
        padding: 0 30px; } }
    @media only screen and (min-width: 1248px) {
      .horiz-icons .icon {
        padding: 0 50px; } }
    @media only screen and (max-width: 639px) {
      .horiz-icons .icon {
        width: 50%; } }

.lightbox .lb-image {
  border: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden; }
  .lightbox .lb-image:before, .lightbox .lb-image:after {
    content: '';
    display: block;
    height: 17px;
    width: 100%;
    background-color: #c3a66c; }

.lb-outerContainer {
  border: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden; }
  .lb-outerContainer:before, .lb-outerContainer:after {
    content: '';
    display: block;
    height: 17px;
    width: 100%;
    background-color: #c3a66c;
    position: absolute;
    z-index: 1; }
  .lb-outerContainer:before {
    top: 0;
    left: 0; }
  .lb-outerContainer:after {
    bottom: 0;
    left: 0; }
  .lb-outerContainer .lb-container {
    position: relativel; }

.lb-details {
  display: none; }

.lb-nav a.lb-next {
  opacity: 1;
  background: url(../images/next.png) 95% 50% no-repeat; }
  .lb-nav a.lb-next:hover {
    background-image: url(../images/rotator-right-white.png); }

.lb-nav a.lb-prev {
  background: url(../images/prev.png) 5% 48% no-repeat;
  opacity: 1; }
  .lb-nav a.lb-prev:hover {
    background-image: url(../images/rotator-left-white.png); }

.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 10; }
  .lb-dataContainer .lb-data .lb-close {
    background-position: left center;
    width: 55px;
    height: 14px;
    top: 27px;
    position: relative;
    right: 10px;
    background-size: contain;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .lb-dataContainer .lb-data .lb-close:after {
      content: 'CLOSE';
      color: white;
      position: absolute;
      right: 0; }

.map-section {
  position: relative; }
  .map-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .map-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .map-section #map-canvas {
    height: 100%;
    width: 100%; }

footer .subscribe-form form p {
  margin: 0; }

footer .subscribe-form form .optin-wrap {
  color: #c3a66c; }
  footer .subscribe-form form .optin-wrap input {
    width: auto !important;
    margin-right: .5rem; }
  footer .subscribe-form form .optin-wrap span {
    margin: 0; }

footer .subscribe-form form div.validation {
  border-color: #c3a66c;
  color: #e7e6e3 !important; }

footer .subscribe-form form span.tip {
  color: #b44a29; }

footer .subscribe-form form #optinError {
  color: #b44a29;
  display: none;
  margin-top: .4rem; }

footer .subscribe-form form .submitted {
  color: #e7e6e3;
  background-color: #6b784a;
  border-color: #6b784a; }
  footer .subscribe-form form .submitted:hover {
    background-color: #6b784a;
    border-color: #6b784a;
    opacity: .8; }

footer .subscribe-form form .failed {
  color: #e7e6e3;
  background-color: #b44a29;
  border-color: #b44a29; }
  footer .subscribe-form form .failed:hover {
    background-color: #b44a29;
    border-color: #b44a29;
    opacity: .8; }
