/** Generated: Thursday, 3rd of July 2025, 02:35:39 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.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 img
{
    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;
}
/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
 html.fp-enabled,
 .fp-enabled body {
     margin: 0;
     padding: 0;
     overflow:hidden;
 
     /*Avoid flicker on slides transitions for mobile phones #336 */
     -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 .fp-section {
     position: relative;
     -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
     -moz-box-sizing: border-box; /* <=28 */
     box-sizing: border-box;
 }
 .fp-slide {
     float: left;
 }
 .fp-slide, .fp-slidesContainer {
     height: 100%;
     display: block;
 }
 .fp-slides {
     z-index:1;
     height: 100%;
     overflow: hidden;
     position: relative;
     -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
     transition: all 0.3s ease-out;
 }
 .fp-section.fp-table, .fp-slide.fp-table {
     display: table;
     table-layout:fixed;
     width: 100%;
 }
 .fp-tableCell {
     display: table-cell;
     vertical-align: middle;
     width: 100%;
     height: 100%;
 }
 .fp-slidesContainer {
     float: left;
     position: relative;
 }
 .fp-controlArrow {
     -webkit-user-select: none; /* webkit (safari, chrome) browsers */
     -moz-user-select: none; /* mozilla browsers */
     -khtml-user-select: none; /* webkit (konqueror) browsers */
     -ms-user-select: none; /* IE10+ */
     position: absolute;
     z-index: 4;
     top: 50%;
     cursor: pointer;
     width: 0;
     height: 0;
     border-style: solid;
     margin-top: -38px;
     -webkit-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
 }
 .fp-controlArrow.fp-prev {
     left: 15px;
     width: 0;
     border-width: 38.5px 34px 38.5px 0;
     border-color: transparent #fff transparent transparent;
 }
 .fp-controlArrow.fp-next {
     right: 15px;
     border-width: 38.5px 0 38.5px 34px;
     border-color: transparent transparent transparent #fff;
 }
 .fp-scrollable {
     overflow: hidden;
     position: relative;
 }
 .fp-scroller{
     overflow: hidden;
 }
 .iScrollIndicator{
     border: 0 !important;
 }
 .fp-notransition {
     -webkit-transition: none !important;
     transition: none !important;
 }
 #fp-nav {
     position: fixed;
     z-index: 100;
     margin-top: -32px;
     top: 50%;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
 }
 #fp-nav.fp-right {
     right: 17px;
 }
 #fp-nav.fp-left {
     left: 17px;
 }
 .fp-slidesNav{
     position: absolute;
     z-index: 4;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
     left: 0 !important;
     right: 0;
     margin: 0 auto !important;
 }
 .fp-slidesNav.fp-bottom {
     bottom: 17px;
 }
 .fp-slidesNav.fp-top {
     top: 17px;
 }
 #fp-nav ul,
 .fp-slidesNav ul {
   margin: 0;
   padding: 0;
 }
 #fp-nav ul li,
 .fp-slidesNav ul li {
     display: block;
     width: 14px;
     height: 13px;
     margin: 7px;
     position:relative;
 }
 .fp-slidesNav ul li {
     display: inline-block;
 }
 #fp-nav ul li a,
 .fp-slidesNav ul li a {
     display: block;
     position: relative;
     z-index: 1;
     width: 100%;
     height: 100%;
     cursor: pointer;
     text-decoration: none;
 }
 #fp-nav ul li a.active span,
 .fp-slidesNav ul li a.active span,
 #fp-nav ul li:hover a.active span,
 .fp-slidesNav ul li:hover a.active span{
     height: 12px;
     width: 12px;
     margin: -6px 0 0 -6px;
     border-radius: 100%;
  }
 #fp-nav ul li a span,
 .fp-slidesNav ul li a span {
     border-radius: 50%;
     position: absolute;
     z-index: 1;
     height: 4px;
     width: 4px;
     border: 0;
     background: #333;
     left: 50%;
     top: 50%;
     margin: -2px 0 0 -2px;
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
 }
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     width: 10px;
     height: 10px;
     margin: -5px 0px 0px -5px;
 }
 #fp-nav ul li .fp-tooltip {
     position: absolute;
     top: -2px;
     color: #fff;
     font-size: 14px;
     font-family: arial, helvetica, sans-serif;
     white-space: nowrap;
     max-width: 220px;
     overflow: hidden;
     display: block;
     opacity: 0;
     width: 0;
     cursor: pointer;
 }
 #fp-nav ul li:hover .fp-tooltip,
 #fp-nav.fp-show-active a.active + .fp-tooltip {
     -webkit-transition: opacity 0.2s ease-in;
     transition: opacity 0.2s ease-in;
     width: auto;
     opacity: 1;
 }
 #fp-nav ul li .fp-tooltip.fp-right {
     right: 20px;
 }
 #fp-nav ul li .fp-tooltip.fp-left {
     left: 20px;
 }
 .fp-auto-height.fp-section,
 .fp-auto-height .fp-slide,
 .fp-auto-height .fp-tableCell{
     height: auto !important;
 }
 
 .fp-responsive .fp-auto-height-responsive.fp-section,
 .fp-responsive .fp-auto-height-responsive .fp-slide,
 .fp-responsive .fp-auto-height-responsive .fp-tableCell {
     height: auto !important;
 }
 
 /*Only display content to screen readers*/
 .fp-sr-only{
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     border: 0;
 }
/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  .svg-inline--fa.fa-w-1 {
    width: 0.0625em; }
  .svg-inline--fa.fa-w-2 {
    width: 0.125em; }
  .svg-inline--fa.fa-w-3 {
    width: 0.1875em; }
  .svg-inline--fa.fa-w-4 {
    width: 0.25em; }
  .svg-inline--fa.fa-w-5 {
    width: 0.3125em; }
  .svg-inline--fa.fa-w-6 {
    width: 0.375em; }
  .svg-inline--fa.fa-w-7 {
    width: 0.4375em; }
  .svg-inline--fa.fa-w-8 {
    width: 0.5em; }
  .svg-inline--fa.fa-w-9 {
    width: 0.5625em; }
  .svg-inline--fa.fa-w-10 {
    width: 0.625em; }
  .svg-inline--fa.fa-w-11 {
    width: 0.6875em; }
  .svg-inline--fa.fa-w-12 {
    width: 0.75em; }
  .svg-inline--fa.fa-w-13 {
    width: 0.8125em; }
  .svg-inline--fa.fa-w-14 {
    width: 0.875em; }
  .svg-inline--fa.fa-w-15 {
    width: 0.9375em; }
  .svg-inline--fa.fa-w-16 {
    width: 1em; }
  .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  .svg-inline--fa.fa-border {
    height: 1.5em; }
  .svg-inline--fa.fa-li {
    width: 2em; }
  .svg-inline--fa.fa-fw {
    width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Variables
 */
/*
* mixins
*/
.GothamLight {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.GothamLightItalic {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
}
.GothamMedium {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.GothamMediumItalic {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.GothamBold {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.GothamBoldItalic {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
}
.GothamRoundedLight {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.GothamRoundedLightItalic {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
}
.GothamRoundedBook {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.GothamRoundedBookItalic {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.aleo {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
}
.border-radius {
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: white;
}
@media all and (min-width: 800px) {
  .border-radius {
    width: 25px;
    height: 25px;
  }
}
.black-grad {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#1a000000', GradientType=0);
}
.smooth-animation-helpers {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
/*
* ANIMATIONS
*/
.menu-btn,
.info-btn,
.image-carousel {
  transition: all 0.2s ease;
}
.menu-btn .bar,
.next-link svg,
.next-link img,
.show,
.hide {
  transition: all 0.4s ease;
}
button,
.btn,
.slider-prev svg,
.slider-next svg,
.video-play svg,
.shop-icon svg {
  transition: all 0.25s ease;
}
.btn:active {
  transition: all 0.1s ease;
}
.model,
.slider-prev-page span,
.slider-next-page span {
  transition: opacity 0.4s ease;
}
.show-hide {
  transition: background-color 0.25s ease;
}
.slide .panel,
.left-border:before,
.left-border:after {
  transition: all 2s ease;
}
.home-video,
.main-header {
  transition: opacity 1s ease;
}
.social a:hover,
.info-btn a:hover,
.close-btn a:hover,
.inquiry-form-close a:hover,
.media-form-close a:hover,
.close-model a:hover,
.apply-form-close a:hover,
.shop-icon a:hover {
  opacity: 1;
  animation: pulse 1s ease infinite;
  animation-fill-mode: forwards;
}
.plus-link svg {
  margin-top: 0.4em;
}
@media all and (min-width: 561px) {
  .plus-link svg {
    margin-top: 0.25em;
  }
}
@media all and (min-width: 800px) {
  .plus-link svg {
    margin-top: 0em;
  }
}
.plus-link:hover {
  opacity: 1;
  animation: pulse 1s ease infinite;
  animation-fill-mode: forwards;
  background: rgba(247, 209, 105, 0.4);
}
.loading {
  animation: loading 0.5s ease infinite alternate forward;
}
.slider-prev:hover svg {
  animation: pointLeft 0.5s ease infinite alternate;
}
.slider-next:hover svg {
  animation: pointRight 0.5s ease infinite alternate;
}
.events .event .event-image {
  opacity: 0.2;
  transition: all 5s ease;
}
.events .event .event-description-container {
  opacity: 0;
  transition: all 1s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(60px);
}
.events .event:nth-child(1) .event-description-container {
  transition: all 1s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.events .event:nth-child(2) .event-description-container {
  transition: all 1s 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.events .event:nth-child(3) .event-description-container {
  transition: all 1s 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.banner-text-container > *,
.section-apply .form-bg-image > * {
  animation: fadeIn 3s 1 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  opacity: 0;
}
.banner-text-container > *:nth-child(1),
.section-apply .form-bg-image > *:nth-child(1) {
  animation: fadeIn 3s 1 1.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.banner-text-container > *:nth-child(2),
.section-apply .form-bg-image > *:nth-child(2) {
  animation: fadeIn 3s 1 1.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.banner-text-container > *:nth-child(3),
.section-apply .form-bg-image > *:nth-child(3) {
  animation: fadeIn 3s 1 1.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.banner-text-container > *:nth-child(4),
.section-apply .form-bg-image > *:nth-child(4) {
  animation: fadeIn 3s 1 2.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.start .logo,
.section-apply .form-bg-image > * {
  animation: fadeIn 3s 1 0s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  opacity: 0;
}
.slide-text-2columns-text-image .box {
  opacity: 0;
}
.slide-text-2columns-text-image.slick-current .box {
  animation: fadeIn 3s 1 0s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.slide-title-text > *,
.slide-text-with-columns > *,
.slide-text-with-image > * {
  opacity: 0;
}
.slide-title-text.slick-current > *,
.slide-text-with-columns.slick-current > *,
.slide-text-with-image.slick-current > * {
  animation: fadeIn 3s 1 0s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.quotes .image-bg > * {
  opacity: 0;
  transition: all 0.8s 0s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(60px);
}
.quotes .image-bg > *:nth-child(1) {
  transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.quotes .image-bg > *:nth-child(2) {
  transition: all 0.7s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.quotes .image-bg > *:nth-child(3) {
  transition: all 0.8s 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.quotes .image-bg > *:nth-child(4) {
  transition: all 0.9s 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.quotes .image-bg > *:nth-child(5) {
  transition: all 1s 1.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.section.video .slider {
  transition: all 2s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
.about .about-pages > * {
  opacity: 0;
  transition: all 1s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
.about .about-pages > *:nth-child(1) {
  transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.about .about-pages > *:nth-child(2) {
  transition: all 0.7s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.about .about-pages > *:nth-child(3) {
  transition: all 0.8s 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.about .about-pages > *:nth-child(4) {
  transition: all 0.9s 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.about .about-pages > *:nth-child(5) {
  transition: all 1s 1.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.scrolledTo.section.video .slider {
  opacity: 1;
}
.scrolledTo.quotes .image-bg > * {
  transform: translateY(0px);
  opacity: 1;
}
.scrolledTo.about .about-pages > * {
  opacity: 1;
}
.scrolledTo.events .event .event-image {
  opacity: 0.4;
}
@media all and (min-width: 800px) {
  .scrolledTo.events .event .event-image {
    opacity: 1;
  }
}
.scrolledTo.events .event .event-description > * {
  transform: translateY(0px);
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    background: #f4cf6a;
  }
  100% {
    background: rgba(244, 207, 106, 0);
  }
}
@keyframes pointLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes pointRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(3px);
  }
}
/*
 * HTML ELEMENTS
 */
body {
  background-color: #191919;
  color: #fff;
  font-size: 14px;
  line-height: 16.8px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gotham SSm A", "Gotham SSm B", Gotham, Helvetic, sans-serif;
  text-rendering: optimizelegibility;
}
@media all and (min-width: 561px) {
  body {
    line-height: 23.8px;
  }
}
@media all and (min-width: 800px) {
  body {
    line-height: 21px;
  }
}
:focus {
  outline: 0;
}
::-moz-selection,
::selection {
  background: #fae099;
  color: #000;
}
a {
  text-decoration: none;
  color: #f7d169;
}
a:hover {
  color: #f4c239;
}
a:active {
  text-decoration: underline;
}
p a {
  text-decoration: underline;
  color: white;
}
p a:hover {
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  p img {
    max-width: 50%;
  }
}
h1 {
  font-size: 1.2em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 0.9em;
}
h4 {
  font-size: 0.8em;
}
h5 {
  font-size: 0.7em;
}
h1,
h2,
h3,
h4,
h5 {
  position: relative;
  margin: 0.5em auto 1em;
}
h1 small a,
h2 small a,
h3 small a,
h4 small a,
h5 small a {
  color: #f7d169;
}
h1 small a:hover,
h2 small a:hover,
h3 small a:hover,
h4 small a:hover,
h5 small a:hover,
h1 small a:active,
h2 small a:active,
h3 small a:active,
h4 small a:active,
h5 small a:active {
  color: white;
}
h1 ins,
h2 ins,
h3 ins,
h4 ins,
h5 ins {
  border: 2px solid #f7d169;
  padding: 0.5em 0.75em;
  text-decoration: none;
  margin: 1.5em auto;
  display: block;
}
h2 {
  margin: 2.25em auto 2.4em;
}
h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  line-height: 1.75em;
}
h4 {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 1.1em;
  font-style: italic;
}
.title-big {
  font-size: 115%;
  text-transform: uppercase;
  margin: 1em auto;
}
div.title-bigger h1 {
  font-size: 190%;
  line-height: 130%;
  text-transform: uppercase;
  margin: 1.5em auto;
}
img {
  max-width: 100%;
}
hr {
  background: #f4cf6a;
  height: 2.5px;
  width: 60px;
  border: 0;
}
ul {
  padding-left: 1em;
}
ul li {
  list-style: none;
}
.small,
small {
  opacity: 0.65;
  font-size: 80%;
}
em {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
select {
  width: 100%;
  padding: 0.5em;
}
button,
.btn,
.inquiry-form button {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  color: white !important;
  border: 1.5px solid #f4cf6a;
  border-radius: 20px;
  padding: 0.5em 2.5em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 75%;
  cursor: pointer;
  display: inline-block;
}
@media all and (min-width: 800px) {
  button,
  .btn,
  .inquiry-form button {
    padding: 0.25em 2.5em;
  }
}
button:hover,
.btn:hover,
.inquiry-form button:hover,
button:focus,
.btn:focus,
.inquiry-form button:focus {
  background-color: rgba(247, 209, 105, 0.4);
}
button:active,
.btn:active,
.inquiry-form button:active {
  background-color: #ffe475;
}
button.disabled,
.btn.disabled,
.inquiry-form button.disabled {
  border: 1.5px solid #584207;
  color: #999 !important;
  cursor: no-drop;
}
button.disabled:hover,
.btn.disabled:hover,
.inquiry-form button.disabled:hover,
button.disabled:active,
.btn.disabled:active,
.inquiry-form button.disabled:active {
  background-color: rgba(255, 255, 255, 0);
}
@media all and (min-width: 800px) {
  .btn {
    min-height: 21px;
  }
}
.btn-small {
  padding: 0 1.5em;
  font-size: 60%;
}
input,
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 20px;
  padding: 0.75em 1.5em;
  color: #b8b8b8;
  background-color: #262933;
  border: 0;
  font-size: 11.2px;
  letter-spacing: 0.05em;
  font-style: italic;
  width: 100%;
  max-width: calc(100% - 3em);
  min-height: 12px;
}
input .input-placeholder,
textarea .input-placeholder {
  color: #ddd;
}
input:focus,
textarea:focus {
  color: white;
  background: #393f50;
}
input:valid,
textarea:valid {
  color: white;
}
input::placeholder,
textarea::placeholder {
  color: #b8b8b8;
}
input {
  margin-left: auto;
  margin-right: auto;
}
input[type="submit"] {
  padding: .75em 2.5em;
  width: auto;
}
input[type="checkbox"] {
  width: auto;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  vertical-align: sub;
}
input[type="date"]:not(.has-value):before {
  content: attr(placeholder);
  padding-right: .5em;
}
table {
  width: 100%;
}
table thead td {
  color: #f7d169;
  font-weight: bold;
}
table td {
  padding: 0.5em;
}
.purchase .full-width {
  width: 100% !important;
}
table.purchase {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
table.purchase tr {
  border: 1px solid #f7d169;
}
table.purchase td:nth-child(1) {
  width: 50%;
}
table.purchase td:nth-child(3) {
  min-width: 75px;
}
@media all and (min-width: 800px) {
  table.purchase td:nth-child(3) {
    min-width: 100px;
  }
}
table.purchase td.quantity {
  text-align: right;
  text-align: end;
}
table.purchase input {
  width: 40px;
  color: white;
  display: inline;
}
blockquote {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.7em;
  margin: 0.5em;
}
@media all and (min-width: 800px) {
  blockquote {
    font-size: 1.4em;
    line-height: 1.85em;
    margin: 1em;
  }
}
blockquote p {
  display: inline;
}
blockquote:after,
blockquote:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
}
blockquote:before {
  background-image: url(/site/templates/img/angle-double-left-gold.svg);
  padding-right: 0.35em;
  height: 20px;
  width: 20px;
}
blockquote:after {
  background-image: url(/site/templates/img/angle-double-right-gold.svg);
  background-position: right;
  height: 10px;
  width: 10px;
  padding-left: 0.35em;
}
/*
 * Specific
  */
.logo {
  margin: 2.25em auto 2.25em;
  z-index: 10;
  width: 100%;
}
@media all and (min-width: 561px) {
  .logo {
    margin: 6em auto 3em;
  }
}
.logo img {
  width: 6em;
  max-width: 100px;
  height: auto;
}
.main-header {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0.4em;
  line-height: 28px;
  max-width: 80%;
  width: 50%;
  width: -moz-fit-content;
  width: fit-content;
  color: #f4cf6a;
  text-transform: uppercase;
  font-weight: 400;
  margin: 1.2em auto 1.5em;
  margin: 4vh auto 5vh;
}
@media all and (min-height: 561px) {
  .main-header {
    margin: 2.1em auto 2.25em;
  }
}
.main-header:before {
  display: block;
  content: "";
  height: 2px;
  width: 105%;
  -moz-width: 104%;
  margin: 0 auto 0 -4%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
.template-home blockquote:before {
  height: 10px;
  width: 10px;
}
.template-home .start .btn {
  max-width: 200px;
  clear: both;
  display: block;
  margin: 0 auto 1em;
}
@media all and (max-width: 800px) {
  .template-home .slick-dots {
    bottom: 35px;
  }
}
.fp-tableCell {
  vertical-align: top;
  position: relative;
}
.shop-icon {
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: white;
  border-color: #f7d169;
  text-align: center;
  left: 4.8em !important;
  z-index: 98;
}
@media all and (min-width: 800px) {
  .shop-icon {
    width: 25px;
    height: 25px;
  }
}
@media all and (min-width: 561px) {
  .shop-icon {
    left: 5em !important;
  }
}
@media all and (min-width: 800px) {
  .shop-icon {
    left: 6.2em !important;
  }
}
.shop-icon svg {
  width: 1.5em;
  margin-top: 0.35em;
}
@media all and (min-width: 561px) {
  .shop-icon svg {
    margin-top: 0.2em;
  }
}
@media all and (min-width: 800px) {
  .shop-icon svg {
    margin-top: 0.275em;
  }
}
.shop-icon svg .arrow {
  transform: translateY(-0.5px);
}
.shop-icon:hover svg .path {
  fill: #f7d169 !important;
}
.shop-icon:hover svg .arrow {
  transform: translateY(0px);
}
.menu-btn {
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: white;
  border-color: #f7d169;
  z-index: 98;
  text-align: center;
}
@media all and (min-width: 800px) {
  .menu-btn {
    width: 25px;
    height: 25px;
  }
}
.menu-btn .bar {
  border-radius: 20px;
  height: 2px;
  width: 17px;
  background: white;
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  .menu-btn .bar {
    width: 20px;
  }
}
.menu-btn .bar1 {
  margin: 0.7em auto 0.35em;
}
@media all and (min-width: 561px) {
  .menu-btn .bar1 {
    margin: 0.58em auto 0.35em;
  }
}
@media all and (min-width: 800px) {
  .menu-btn .bar1 {
    margin: 0.64em auto 0.35em;
  }
}
.menu-btn .bar2 {
  margin: 0.35em auto 0.6em;
}
.menu-btn:hover .bar1 {
  transform: translateY(-1px);
  background: #f4cf6a;
}
.menu-btn:hover .bar2 {
  transform: translateY(1px);
  background: #f4cf6a;
}
.menu-btn.open .bar {
  background: #f4cf6a;
}
.menu-btn.open .bar1 {
  transform: rotateZ(45deg) translateY(2.5px) translateX(2.5px);
}
.menu-btn.open .bar2 {
  transform: rotateZ(-45deg) translateY(-1.5px) translateX(1.5px);
}
@media all and (min-width: 561px) {
  .menu-btn.open .bar2 {
    transform: rotateZ(-45deg) translateY(-2.5px) translateX(2.5px);
  }
}
#main-menu {
  display: none;
  background-color: #151619;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0;
  overflow: auto;
}
#main-menu ul {
  padding-left: 0;
}
#main-menu .main-menu {
  margin-top: 6em;
  margin-bottom: 3em;
  width: 100%;
}
#main-menu .main-menu li {
  margin-bottom: 0.2em;
}
#main-menu .main-menu li #member-menu-toggle,
#main-menu .main-menu li .member-menu,
#main-menu .main-menu li a:hover {
  color: #f7d169;
}
#main-menu .main-menu li .member-menu.current,
#main-menu .main-menu li .member-menu:hover {
  color: white;
}
#main-menu .main-menu .current {
  color: #f7d169;
}
#main-menu a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.35em;
  line-height: 2;
}
#main-menu .member-message {
  text-align: center;
}
#main-menu .member-message p {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
  margin: 0 auto;
  font-size: 90%;
}
#main-menu .member-message p a {
  letter-spacing: 0;
}
#main-menu .member-message p a:hover {
  color: #f7d169;
}
#main-menu button.fake-link {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 700;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.5em;
  line-height: 2;
  height: auto;
}
@media all and (min-width: 481px) {
  #main-menu button.fake-link {
    font-size: 1rem;
  }
}
.level2 {
  display: none;
  margin-bottom: 0.75em;
}
#main-menu .social,
.inquiry-form .social {
  width: 100%;
}
#main-menu .social li,
.inquiry-form .social li {
  display: inline-block;
  vertical-align: top;
}
#main-menu .social li a,
.inquiry-form .social li a {
  opacity: 0.5;
}
#main-menu .social li a:hover,
.inquiry-form .social li a:hover {
  opacity: 1;
}
#main-menu .social li img,
.inquiry-form .social li img {
  width: 28px;
}
#main-menu .terms,
.inquiry-form .terms {
  width: 100%;
  margin-bottom: 1em;
}
#main-menu .terms li,
.inquiry-form .terms li {
  line-height: 1;
}
#main-menu .terms li a,
.inquiry-form .terms li a {
  font-size: 0.7em;
  opacity: 0.5;
}
#main-menu .terms li a:hover,
.inquiry-form .terms li a:hover {
  opacity: 1;
}
.terms {
  clear: both;
}
.terms li {
  line-height: 1;
}
.terms li a {
  font-size: 1.12em;
}
.terms a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5em;
  line-height: 2;
  color: #fff;
}
.start-login-wrapper {
  position: absolute;
  text-align: center;
  top: 30px;
  width: 100%;
}
a.start-login {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #f7d169;
  color: #f7d169;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  letter-spacing: 0.05em;
  line-height: 2.9em;
  padding: 0 24px;
}
a.login-form {
  margin-bottom: 3em;
}
.login {
  display: none;
  padding-bottom: 1.5em;
  margin-top: 1.5em;
}
.login input:-webkit-autofill {
  background-color: #393F50;
}
.login input {
  margin: 0.5em 0.25em 1em;
  width: 200px;
}
.login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #393F50 inset;
}
.login input .input-placeholder {
  color: #fff;
}
.login-model form.login,
.media-form form.login {
  display: block;
}
.login-error {
  color: #ff3640;
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: -2em;
}
.start-links {
  padding-bottom: 100px;
  z-index: 10;
}
.start-links a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: #252525;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  letter-spacing: 0.18em;
  line-height: 3.0em;
  margin: 0 9px;
  padding-top: 6px;
  width: 200px;
}
.start-links a:hover {
  background-color: #f4cf6a;
}
.next-link-wrapper {
  bottom: 1em;
  position: absolute;
  width: 90%;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
@media all and (min-height: 600px) {
  .next-link-wrapper {
    display: block;
  }
}
.next-link {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: white;
  display: inline-block;
  width: 3em;
}
.next-link svg {
  fill: white;
}
.next-link:hover svg,
.next-link:hover img {
  transform: translateY(3px);
}
.home-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.home-video.active {
  opacity: 1;
}
.home-video video {
  position: absolute;
  z-index: 0;
}
.home-video .home-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
}
.home-video .home-video-play img {
  height: auto;
  left: -50px;
  position: relative;
  top: -50px;
  width: 100px;
}
.slide-text-2columns-text-image {
  background: #393f50 !important;
}
.slide-text-with-image .container img {
  padding-bottom: 3em;
}
.grid-span-2.image-bg.half-vh h3 {
  padding-top: 3em;
}
.about {
  background: transparent url(/site/templates/img/bgs/About-x2.jpg) no-repeat scroll center center;
  background-image: -webkit-image-set(url(/site/templates/img/bgs/About-x1.jpg) 1x, url(/site/templates/img/bgs/About-x2.jpg) 2x);
  background-size: cover;
}
.about-logo-wrapper,
.video-logo-wrapper,
.form-logo-wrapper {
  position: absolute;
  top: 47px;
  width: 100%;
}
.about-logo,
.video-logo,
.form-logo {
  cursor: pointer;
  height: 9em;
  width: auto;
}
.about-pages {
  margin-top: 6.75em;
  margin-top: 15vh;
}
@media all and (max-width: 800px) {
  .about-pages > div,
  .about-pages .show {
    width: 50%;
    height: 9em;
  }
}
@media all and (max-width: 561px) {
  .about-pages > div,
  .about-pages .show {
    height: 6em;
    display: inline-block;
  }
}
@media all and (min-width: 561px) {
  .about-pages > div,
  .about-pages .show {
    width: 100%;
    min-height: 30em;
    min-height: 30vh;
  }
}
.about-pages > div {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
@media all and (min-width: 561px) {
  .about-pages > div:hover {
    background: rgba(0, 0, 0, 0.85);
  }
}
.about-pages > div:nth-child(2n) {
  background: rgba(0, 0, 0, 0.6);
}
@media all and (min-width: 561px) {
  .about-pages > div:nth-child(2n):hover {
    background: rgba(0, 0, 0, 0.65);
  }
}
.about-pages .hide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  padding: 10%;
  background: #393f50;
  transform: scale(0.8);
}
@media all and (min-width: 561px) {
  .about-pages .hide {
    margin-left: -20%;
    width: 120%;
    margin-top: -3em;
  }
}
@media all and (min-width: 800px) {
  .about-pages .hide {
    margin-top: -1.5em;
  }
}
.about-pages .hide p {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
  color: white;
}
.about-pages .hide hr {
  background: white;
}
.about-pages .hide h3 {
  color: #f4cf6a;
}
.about-pages .hide .border-radius {
  border-color: #f4cf6a;
}
.about-pages .show-hide.active {
  cursor: default;
}
.about-pages .show-hide.active .hide {
  transform: scale(1);
}
@media all and (min-width: 561px) {
  .about-pages .show-hide.active .hide {
    margin-top: -3em;
  }
}
@media all and (min-width: 561px) {
  .about-pages .show-hide:first-child .hide {
    margin-left: 0%;
  }
  .about-pages .show-hide:last-child .hide {
    margin-left: -40%;
  }
}
.events {
  height: 100%;
  overflow: hidden;
}
.event {
  display: inline-block;
  width: 100%;
  background-color: #393f50;
}
@media all and (min-width: 800px) {
  .event {
    height: 100%;
  }
}
.event:nth-child(2n) {
  background-color: #1a161b;
}
.event:nth-child(2n) .title-big + hr {
  background-color: #393f50;
}
.event .event-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  height: 60%;
  height: 60vh;
}
.event .event-image .grad-overlay {
  height: 100%;
  width: 100%;
  display: block;
}
@media all and (min-width: 800px) {
  .event .event-image .grad-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#1a000000', GradientType=0);
  }
}
.event .event-description {
  padding-top: 0.5em;
  width: 100%;
  height: 40%;
  height: 40vh;
}
@media all and (max-height: 500px) {
  .event .event-description {
    height: 100%;
    height: 100vh;
  }
}
.event .event-description .event-title {
  margin: 1em auto;
}
@media all and (min-width: 800px) {
  .event .event-description .event-title h4 {
    width: 50%;
  }
}
@media all and (min-width: 800px) {
  .event .event-description .event-title {
    margin: 1.5em auto;
  }
}
.event img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .events .mobile-columns.column-3 .event:nth-child(3n) {
    grid-column: span 2;
  }
}
@media all and (max-width: 800px) {
  .events .mobile-columns.column-3 .event,
  .events .mobile-columns.column-4 .event {
    background-color: black;
  }
  .events .mobile-columns.column-3 .event-image,
  .events .mobile-columns.column-4 .event-image {
    height: 50%;
    height: 50vh;
    width: 100%;
  }
  .events .mobile-columns.column-3 .event-description,
  .events .mobile-columns.column-4 .event-description {
    height: 50%;
    height: 50vh;
    margin-top: -50%;
    margin-top: -50vh;
    padding-top: 0.001em;
  }
  .events .mobile-columns.column-3 .event-description h3,
  .events .mobile-columns.column-4 .event-description h3 {
    padding-top: 4em;
    padding-top: 12vh;
    margin: 0 auto 1em;
  }
  .events .mobile-columns.column-3 .event-description .event-title h3,
  .events .mobile-columns.column-4 .event-description .event-title h3 {
    margin: .1em auto 0.5em;
    padding: 0.5em 0;
  }
  .events .mobile-columns.column-3 .event-description .event-title h4,
  .events .mobile-columns.column-4 .event-description .event-title h4 {
    margin: 0.3em auto 0.5em;
  }
}
@media all and (orientation: landscape) and (max-width: 800px) {
  .events .mobile-columns.column-3 .event-description,
  .events .mobile-columns.column-4 .event-description {
    position: relative;
  }
}
@media all and (max-height: 500px) and (max-width: 800px) {
  .events .mobile-columns.column-3 .title-big,
  .events .mobile-columns.column-4 .title-big {
    display: none;
  }
  .events .mobile-columns.column-3 .event-title h4,
  .events .mobile-columns.column-4 .event-title h4 {
    margin: 5em auto 0.5em !important;
    margin: 10vh auto 0.5em !important;
  }
}
#logos img {
  margin: 1.5em;
  max-width: 230px;
}
.images {
  height: 66.666%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.images img {
  display: inline-block;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
  width: 100%;
}
.images img:not(:first-of-type) {
  width: 50%;
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .images {
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (max-height: 800px) and (orientation: portrait) {
  .images {
    background-position: center top;
    background-size: auto 100%;
  }
}
.template-member-event {
  background-color: #231f20;
}
@media all and (min-width: 800px) {
  .template-member-event {
    font-size: 15px;
  }
}
.template-member-event .video-wrapper {
  height: auto !important;
  position: relative;
}
.event-title-image {
  max-width: 900px;
}
.invite-headline {
  margin-top: 2em;
  display: inline-block;
}
.event-address {
  margin-top: 1.5em;
  text-transform: uppercase;
}
.main-sponsor small,
.main-sponsor img {
  display: inline-block;
  vertical-align: middle;
}
.location-text {
  padding-left: 3em;
  padding-right: 3em;
  background: #231f20 !important;
}
@media all and (min-width: 561px) {
  .location-text {
    margin-top: -12em;
    max-width: 300px;
  }
}
.location-text h2 {
  margin-top: 0.5em;
}
.sponsor-section img,
#featured img {
  padding: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.sponsor-section.img-bg {
  min-height: 50vh;
}
.slideshow,
.slider {
  min-height: 15em;
  position: relative;
}
.slideshow .slide,
.slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slideshow .slide .panel,
.slider .slide .panel {
  transform: translateX(50px);
  opacity: 0;
}
.slideshow .slide .panel.right,
.slider .slide .panel.right {
  transform: translateX(-50px);
}
.slideshow .slide .panel.active,
.slider .slide .panel.active {
  transform: translateX(0px);
  opacity: 1;
}
.slider .slide {
  min-height: 100vh;
  height: 100%;
  width: 100%;
}
.slick-disabled {
  opacity: 0;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0.25em;
}
.slick-dots li button {
  background: #999999;
  width: 6px;
  height: 6px;
  overflow: hidden;
  text-indent: -9930px;
  border: 0;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #f4cf6a;
}
@media all and (max-width: 800px) {
  #event-programme {
    display: flex;
    flex-direction: column;
  }
}
#event-programme > div {
  overflow: hidden;
}
#event-programme .left-half {
  width: 50% !important;
  min-height: 26em;
  order: 1;
}
@media screen and (min-width: 800px) {
  #event-programme .left-half {
    min-height: 36em;
    order: 0;
  }
}
#event-programme .right-half {
  order: 0;
}
@media screen and (min-width: 800px) {
  #event-programme .right-half {
    min-height: 36em;
    overflow: hidden;
    order: 1;
  }
}
#event-programme .slide {
  min-height: 36em;
}
#event-programme .text-content {
  margin: 0 auto;
}
#event-programme table {
  text-align: left;
  width: 100% !important;
  border: 0;
  box-shadow: none;
}
#event-programme table td {
  color: black;
  border: 0;
  min-width: 7em;
}
@media all and (max-width: 800px) {
  .member-privileges:nth-child(2n) .members-grid,
  .member-events:nth-child(2n) .members-grid {
    display: flex;
    flex-direction: column;
  }
  .member-privileges:nth-child(2n) .wrapper,
  .member-events:nth-child(2n) .wrapper {
    order: 2;
  }
  .member-privileges:nth-child(2n) .grid-bg-image,
  .member-events:nth-child(2n) .grid-bg-image {
    order: 1;
  }
}
.video-wrapper {
  padding-top: 6em;
  padding-top: 15vh;
  background: black;
  position: relative;
}
.video-wrapper video {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
}
#about-event .video-wrapper video,
.template-invite-landing-page .video-wrapper video {
  max-height: 100%;
  width: 100%;
}
@supports (display: flex) {
  .slider,
  .slick-track,
  .slick-list,
  .video-wrapper {
    height: 100%;
  }
  .video-wrapper {
    padding-top: 0;
    display: flex !important;
  }
  .video-wrapper video {
    vertical-align: middle;
  }
}
.slider-container .video-slider {
  margin-top: 7.5em;
}
.slider-container .slider-prev,
.slider-container .slider-next,
.slider-container .slider-prev-page,
.slider-container .slider-next-page {
  cursor: pointer;
  height: 84;
  position: absolute;
  top: 48%;
  width: auto;
}
.slider-container .slider-prev:hover svg,
.slider-container .slider-next:hover svg,
.slider-container .slider-prev-page:hover svg,
.slider-container .slider-next-page:hover svg {
  fill: white;
  color: white;
}
.slider-container .slider-prev:active svg,
.slider-container .slider-next:active svg,
.slider-container .slider-prev-page:active svg,
.slider-container .slider-next-page:active svg {
  fill: #f7d169;
  color: #f7d169;
}
@media all and (max-width: 800px) {
  .slider-container .slider-prev,
  .slider-container .slider-next,
  .slider-container .slider-prev-page,
  .slider-container .slider-next-page {
    display: none !important;
  }
}
.slider-container .slider-prev-page span,
.slider-container .slider-next-page span {
  text-transform: uppercase;
  display: inline-block;
  transform: translateY(-0.7em);
  padding: 0.5em 1em;
  margin: 0.5em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.slider-container .slider-prev-page:hover span,
.slider-container .slider-next-page:hover span {
  opacity: 1;
}
.slider-container .slider-prev,
.slider-container .slider-prev-page {
  left: 3em;
}
.slider-container .slider-next,
.slider-container .slider-next-page {
  right: 3em;
}
.slider-container .slider-next-page {
  display: none;
}
.slider-container.slideshow .slider-prev {
  left: -3em;
}
.slider-container.slideshow .slider-next {
  right: -3em;
}
.slider-container.slideshow .slick-dots {
  bottom: -1.5em;
}
.video-play {
  position: absolute;
  top: 48.5%;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.video-play:hover svg {
  fill: white;
  color: white;
}
.video-description {
  background-color: rgba(26, 22, 27, 0.8);
  position: absolute;
  top: 20%;
  left: 0;
  padding: 1.5em 2.25em;
  width: 90%;
  display: none;
  z-index: 10;
}
@media all and (min-width: 800px) {
  .video-description {
    width: 50%;
    right: 0;
    left: auto;
  }
}
@media all and (min-width: 1200px) {
  .video-description {
    width: 35%;
  }
}
.quotes .quote {
  margin: 2em auto;
  max-width: 960px;
  width: 90%;
}
.quotes .quote blockquote {
  font-size: 1.4em;
}
.quotes .quote a {
  color: inherit;
}
.quotes .quote p {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0.5em 0;
}
.quotes .quote p:before {
  margin-right: 0.2em;
}
.quotes .quote p:after {
  margin-left: 0.2em;
}
.quotes .quote footer {
  color: #f4cf6a;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  margin-top: -1em;
  letter-spacing: 0.25em;
}
@media all and (max-height: 400px) {
  .quotes .quote:nth-child(3) {
    display: none;
  }
}
@media all and (max-height: 550px) {
  .quotes .quote:nth-child(4) {
    display: none;
  }
}
@media all and (max-height: 700px) {
  .quotes .quote:nth-child(5) {
    display: none;
  }
}
.form {
  background-color: #151619;
  background-size: cover;
}
.section-apply {
  position: relative;
  z-index: 23;
}
.form-bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.form-bg-image-1 {
  background: transparent no-repeat scroll center center;
  background-size: cover;
}
.form-bg-image-2 {
  background: transparent url(/site/templates/img/bgs/form-bg-2.jpg) no-repeat scroll center center;
  background-size: cover;
}
.form-bg-image-3 {
  background: transparent url(/site/templates/img/bgs/form-bg-3.jpg) no-repeat scroll center center;
  background-size: cover;
}
.form-bg-image-4 {
  background: transparent url(/site/templates/img/bgs/form-bg-4.jpg) no-repeat scroll center center;
  background-size: cover;
}
.show-form .form-bg-image {
  background-image: none;
}
#fullpage .form-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.form-footer {
  background-color: #151619;
  padding-top: 35px;
  padding-bottom: 25px;
}
.form-footer h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.24em;
  line-height: 21px;
  margin-bottom: 14px;
}
.form-footer h3 {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.24em;
  line-height: 1em;
  margin-bottom: 17px;
}
.form-footer h3 a {
  color: #fff;
}
.form-description {
  color: #9db1d6;
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  width: 850px;
}
.form-description a {
  color: #9db1d6;
}
.social a,
.info-btn a,
.close-btn a {
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  padding: 4px;
  width: 24px;
  height: 24px;
  font-size: 0.85rem;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  color: white;
  margin: 0 0.2em;
  text-align: center;
}
@media all and (min-width: 800px) {
  .social a,
  .info-btn a,
  .close-btn a {
    width: 25px;
    height: 25px;
  }
}
.social a:hover,
.info-btn a:hover,
.close-btn a:hover {
  opacity: 1;
  animation: pulse 1s ease infinite;
  animation-fill-mode: forwards;
}
.social svg,
.info-btn svg,
.close-btn svg {
  height: auto;
  width: 3em;
  margin-top: 0.2em;
}
@media all and (min-width: 800px) {
  .social svg,
  .info-btn svg,
  .close-btn svg {
    margin-top: 0em;
  }
}
.social.active a,
.info-btn.active a,
.close-btn.active a {
  opacity: 1;
  background-color: rgba(247, 209, 105, 0.7);
  border-color: transparent;
}
svg.fa-2x {
  font-size: 1.5em;
}
@media all and (min-width: 561px) {
  svg.fa-2x {
    font-size: 1.7em;
  }
}
@media all and (min-width: 800px) {
  svg.fa-2x {
    font-size: 1.6em;
  }
}
.info-btn a {
  content: "?";
}
.close-btn a,
.info-btn a {
  border: #f7d169 solid 1.5px;
  z-index: 99;
}
.close-btn a svg,
.info-btn a svg {
  position: absolute;
  top: 0.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (min-width: 561px) {
  .close-btn a svg,
  .info-btn a svg {
    top: 0.2em;
  }
}
@media all and (min-width: 800px) {
  .close-btn a svg,
  .info-btn a svg {
    top: 0.3em;
  }
}
.top-right {
  top: 1.5em;
  right: 1.5em;
  position: absolute;
}
@media all and (min-width: 561px) {
  .top-right {
    top: 2.25em;
    right: 2.25em;
  }
}
@media all and (min-width: 1200px) {
  .top-right {
    top: 3em;
    right: 3em;
  }
}
.top-left {
  top: 1.5em;
  left: 1.5em;
  position: absolute;
}
@media all and (min-width: 561px) {
  .top-left {
    top: 2.25em;
    left: 2.25em;
  }
}
@media all and (min-width: 800px) {
  .top-left {
    top: 3em;
    left: 3em;
  }
}
.apply-form,
#FormBuilder_inquiry {
  padding-bottom: 3em;
}
@media screen and (min-width: 561px) {
  .apply-form .Inputfields,
  #FormBuilder_inquiry .Inputfields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5% 2%;
  }
  .apply-form .Inputfields > div,
  #FormBuilder_inquiry .Inputfields > div {
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.apply-form .Inputfield_address,
#FormBuilder_inquiry .Inputfield_address {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.apply-form .inner,
.brokerage-form .inner {
  width: 90%;
  margin: auto;
}
.apply-form h3,
.brokerage-form h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5em;
  line-height: 1.4;
  margin-bottom: 16px;
}
.apply-form form h4,
.brokerage-form form h4 {
  font-size: 90%;
  line-height: 1.5em;
}
.apply-form .form-correspondence,
.brokerage-form .form-correspondence {
  color: #fff;
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 11.2px;
  font-style: italic;
  letter-spacing: 0.24em;
  margin-bottom: 18px;
}
.apply-form .form-correspondence.error,
.brokerage-form .form-correspondence.error {
  color: #f7d169;
}
.apply-form .form-correspondence a,
.brokerage-form .form-correspondence a {
  color: #fff;
  display: inline-block;
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: italic;
}
.apply-form .form-correspondence a span,
.brokerage-form .form-correspondence a span {
  background-color: #717171;
  display: inline-block;
  height: 14px;
  margin: 0 0.4em 0 22px;
  position: relative;
  top: 1px;
  width: 14px;
}
.apply-form .form-correspondence a.active span,
.brokerage-form .form-correspondence a.active span {
  background-color: #fff;
}
.apply-form button,
.brokerage-form button {
  background-color: #f4cf6a;
  color: white;
  border: 0;
  border-radius: 21px;
  font-weight: bold;
  font-size: 14px;
  height: auto;
  padding: 0.5em 1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-top: 2em;
}
.apply-form button:hover,
.brokerage-form button:hover {
  background-color: #413817;
}
.template-thank-you .apply-form,
.image-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  margin-top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.two-up .image-bg {
  position: relative;
}
.brokerage-form {
  display: initial;
}
.brokerage-form .intro {
  margin: 30px auto;
}
.form-success-message p {
  font-family: "Gotham SSm A", "Gotham SSm B", Gotham, Helvetic, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 110%;
  letter-spacing: 0.21em;
}
.form-success-message p.small {
  color: #f7d169;
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-style: italic;
  line-height: 1.3;
  font-weight: normal;
}
.centurion .apply-form {
  display: block;
  top: 0;
  left: 0;
  position: relative;
}
.centurion .form-close {
  display: none;
}
.centurion .form-footer {
  padding-top: 140px;
  position: static;
}
.centurion .form-description {
  margin-bottom: 40px;
}
.centurion .form-description a {
  color: #fff;
}
.centurion button {
  position: relative;
  top: 120px;
}
.form-close {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: #252525;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  letter-spacing: 0.18em;
  line-height: 3.0em;
  margin: 0 9px;
  padding-top: 6px;
  width: 100px;
}
.form-close:hover {
  background-color: #f4cf6a;
}
.show-form {
  background-image: none;
}
.show-form .form-description,
.show-form .form-footer,
.show-form .form-logo {
  display: none;
}
.show-form .apply-form {
  display: block;
}
.partners {
  background-color: #151619;
}
.partners .partner {
  clear: both;
  height: 400px;
  width: 100%;
}
.partners .partner.odd .partner-content {
  float: left;
}
.partners .partner.odd .partner-image {
  float: right;
}
.partners .partner.even .partner-content {
  float: right;
}
.partners .partner.even .partner-image {
  float: left;
}
.partners .partner .partner-content,
.partners .partner .partner-image {
  width: 50%;
}
.partners .partner .partner-image {
  height: 400px;
}
.partners .partner .partner-content {
  cursor: pointer;
  display: table;
  height: 100%;
}
.partners .partner .partner-content .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.partners .partner .partner-content:hover,
.partners .partner .partner-content.open {
  background-color: #393f50;
}
.partners .partner.open .partner-content:hover {
  cursor: auto;
}
.partners .partner h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 16px;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.partners .partner p {
  font-family: 'Aleo', "Museo", "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
  padding: 0 80px;
}
.partners .partner .logo {
  min-width: 120px;
  max-height: 120px;
  max-width: 250px;
  width: auto;
}
.partners .partner a {
  color: #fff;
  text-decoration: none;
}
.partners .partner a:hover {
  text-decoration: underline;
}
.partners .left,
.partners .right {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.partners .left img,
.partners .right img {
  vertical-align: middle;
}
.partners .left .image,
.partners .right .image {
  width: 100%;
}
.partners .partner-description {
  display: none;
}
.partners .partner-description-close {
  display: inline-block;
  margin-top: 1em;
}
.partners .partner-description-close img {
  height: 20px;
  width: 20px;
}
.modal {
  display: none;
  content: " ";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.modal.show {
  display: block;
}
.modal .modal-inner {
  z-index: 99;
  height: auto;
  max-height: 80%;
  width: 98%;
  max-width: 800px;
  border: 1px white solid;
  background: #efefef;
  color: black;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: auto;
  box-shadow: 0 2px 20px black;
  border-radius: 5px;
}
.modal .modal-content {
  padding: 0.5em;
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  .modal .modal-content {
    padding: 1.5em;
  }
}
@media all and (min-width: 1200px) {
  .modal .modal-content {
    padding: 2em;
  }
}
.modal-fullpage {
  display: none;
  height: 100% !important;
  height: 100vh !important;
}
#editpage {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  background-color: #f7d169;
  color: #1a161b;
  font-size: 80%;
}
#editpage:hover {
  background-color: #c6a754;
}
.team-member {
  grid-gap: 1.5% 2em;
  margin-bottom: 3em;
}
.team-portrait {
  width: 100%;
  max-width: 250px;
  border-radius: 100%;
  margin-bottom: 1em;
}
@media all and (min-width: 1200px) {
  .team-bio {
    grid-column: 2 / 3 span;
  }
}
/*
 * helpers - general
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
.uppercase {
  text-transform: uppercase;
}
.box {
  height: 100%;
  vertical-align: middle;
}
@media all and (max-width: 800px) {
  .box {
    padding: 1em;
  }
}
.overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#1a000000', GradientType=0);
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.carousel img {
  box-shadow: 0 2px 20px black;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90vh;
  cursor: pointer;
}
.carousel .animateCoords {
  position: fixed;
}
.image-carousel {
  opacity: 0.8;
}
.image-carousel:hover {
  opacity: 1;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.hide {
  display: none;
}
.no-opacity {
  opacity: 0;
}
@media all and (min-width: 561px) {
  .show-hide {
    position: relative;
  }
}
.show-hide .show {
  z-index: 1;
}
.show-hide .hide {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.show-hide.active .show {
  z-index: 0;
}
@media all and (min-width: 561px) {
  .show-hide.active .show {
    opacity: 0;
  }
}
.show-hide.active .hide {
  z-index: 99;
  opacity: 1;
}
.em-text {
  text-transform: uppercase;
  line-height: 1.75em;
  text-align: center;
  margin: 3em auto;
}
@media all and (min-width: 800px) {
  .em-text {
    margin: 5em auto;
  }
}
.light-border {
  border: rgba(255, 255, 255, 0.3) solid 1px;
}
.border {
  border: #f7d169 solid 1.5px;
}
.border--light {
  border: #7c6935 solid 1.5px;
}
.bg-dark-blue {
  background: #231f20;
}
.black {
  color: #231f20 !important;
}
.black:hover {
  color: #424b5a;
}
.gold {
  color: #f7d169;
}
.yellow {
  color: #f4cf6a;
}
.yellow + hr {
  background-color: #1a161b;
}
.bg-blue {
  background-color: #393f50;
}
.grey {
  background: #999999;
}
.solid-circle {
  transition: all 0.25s ease;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  color: white !important;
  border: 1.5px solid #f4cf6a;
  border-radius: 20px;
  padding: 0.5em 2.5em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 75%;
  cursor: pointer;
  display: inline-block;
  width: 2.7em;
  height: 2.7em;
  background: #f7d169;
  text-align: center;
  margin-left: 1.75em;
  padding: 2.5px !important;
  cursor: text;
  color: black;
}
@media all and (min-width: 800px) {
  .solid-circle {
    padding: 0.25em 2.5em;
  }
}
.solid-circle:hover,
.solid-circle:focus {
  background-color: rgba(247, 209, 105, 0.4);
}
.solid-circle:active {
  background-color: #ffe475;
}
.solid-circle.disabled {
  border: 1.5px solid #584207;
  color: #999 !important;
  cursor: no-drop;
}
.solid-circle.disabled:hover,
.solid-circle.disabled:active {
  background-color: rgba(255, 255, 255, 0);
}
@media all and (min-width: 800px) {
  .solid-circle {
    min-height: 21px;
  }
}
.solid-circle span {
  padding: 4px;
  font-size: 170%;
}
.plus {
  min-height: 0;
  font-size: 50%;
  cursor: pointer;
  padding: 0;
  background: url("/site/templates/img/plus.svg");
  vertical-align: middle;
}
.plus.minus {
  background: url("/site/templates/img/minus.svg");
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative;
}
.text-width {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.grid-span-2 {
  grid-column: 1 / span 2;
}
@media screen and (min-width: 800px) {
  .three-up {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .three-up-large-screen {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .three-up-large-screen {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 561px) {
  .two-up > div {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
  }
  .two-up .text-content:nth-child(odd) {
    margin-right: 0.5em;
  }
  .two-up .text-content:nth-child(even) {
    margin-left: 0.5em;
  }
}
@supports (grid-area: auto) {
  @media screen and (min-width: 561px) {
    .two-up {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .two-up > div {
      width: 100% !important;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
}
@media screen and (min-width: 800px) {
  .two-up-inline {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 800px) {
  .two-up-inline.one-half {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .one-half {
    width: 50%;
  }
}
.grid-gap {
  grid-gap: 1.5% 2%;
}
@media screen and (min-width: 561px) {
  form .three-up,
  form .two-up {
    grid-gap: 1.5% 2%;
  }
}
@media all and (min-width: 561px) {
  .flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .flex > * {
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
}
@media all and (max-width: 561px) {
  .flex-small-screen {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .flex-small-screen > * {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-col {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  padding: 0.5em 0;
}
@media all and (min-width: 800px) {
  .text-col {
    width: 25%;
  }
}
.text-col .left-border {
  margin: 1em 0;
  padding-left: 1.75em;
  min-height: 180px;
}
.text-col ul {
  padding: 0;
}
.text-col li {
  padding: 0;
}
.text-col li:before {
  color: #f7d169;
  content: "•";
  padding-right: 0.5em;
}
@media all and (min-width: 800px) {
  .text-col:last-child .left-border:after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background: #f7d169;
    width: 2px;
    height: 0px;
  }
  .text-col:last-child .left-border.active:after {
    height: 100%;
  }
}
.bg-black {
  background: #191919;
}
.bg-light-grey {
  background: #efefef;
}
.left-border {
  position: relative;
}
.left-border:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background: #f7d169;
  width: 2px;
  height: 0px;
}
.left-border.active:before {
  height: 100%;
}
@media all and (max-width: 800px) {
  .mobile-columns {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .mobile-columns.column-1 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 800px) {
  .two-columns {
    column-count: 2;
  }
}
.panel {
  background: rgba(26, 22, 27, 0.7);
  padding: 0.75em;
  width: 100%;
  max-width: 320px;
}
@media all and (min-width: 561px) {
  .panel {
    width: 70%;
  }
}
@media all and (min-width: 800px) {
  .panel {
    padding: 1em;
    width: 50%;
  }
}
@media all and (min-width: 960px) {
  .panel {
    width: 40%;
  }
}
@media all and (min-width: 1200px) {
  .panel {
    padding: 1.25em;
    width: 30%;
  }
}
.left {
  *zoom: 1;
  float: left;
}
@media all and (min-width: 561px) {
  .left-not-mobile {
    *zoom: 1;
    float: left;
  }
}
.right {
  *zoom: 1;
  float: right;
}
.message {
  color: #9db1d6;
}
.message.error {
  color: #b41b20;
}
.white-bg {
  background: white;
  color: black;
}
.white-bg h2,
.white-bg h3,
.white-bg h4,
.white-bg h5,
.white-bg h6,
.white-bg p {
  color: #262933;
}
.white-bg .gold {
  color: #f4c239;
}
.blue-bg {
  background: #393f50;
  color: black;
}
.padding {
  padding: 3em 0;
}
.padding-bottom {
  padding-bottom: 3em;
}
.padding--big {
  padding: 12em 0;
}
.padding-half {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.half-vh {
  min-height: 20%;
  min-height: 20vh;
}
@media all and (min-width: 800px) {
  .half-vh {
    height: 50%;
    height: 50vh;
  }
}
.margin-top-vh {
  margin-top: 12em;
  margin-top: 20vh;
}
.margin-top {
  margin-top: 3em;
}
.margin-around {
  margin: 3em;
}
.margin-top-bottom {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-top-bottom-small {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.minus-margin-top {
  margin-top: -1em;
}
.minus-margin-top-small {
  margin-top: -0.75em;
}
.no-margin-top {
  margin-top: 0;
}
.margin-bottom {
  margin-bottom: 3em;
}
@media all and (min-width: 561px) {
  .margin-bottom {
    margin-bottom: 4.5em;
  }
}
@media all and (min-width: 800px) {
  .margin-bottom {
    margin-bottom: 6em;
  }
}
.margin-bottom-mid {
  margin-bottom: 2.5em;
}
.margin-bottom-small {
  margin-bottom: 1.5em;
}
.margin-bottom-smaller {
  margin-bottom: 0.5em;
}
.align-left {
  text-align: left;
}
.text-container,
.text-container-larger {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.text-container-larger {
  max-width: 800px;
}
.text-content {
  max-width: 580px;
  text-align: left;
}
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  margin-bottom: 0.5em;
}
.text-content h2 {
  font-weight: bold;
}
.text-content h2,
.text-content h3 {
  font-size: 18px;
  line-height: 23.5px;
}
@media all and (min-width: 800px) {
  .text-content h2,
  .text-content h3 {
    font-size: 21px;
    line-height: 26px;
  }
}
.text-content p {
  font-size: 13px;
  line-height: 17.5px;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
}
.text-content-center {
  max-width: 580px;
  text-align: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.text-content-center h2,
.text-content-center h3,
.text-content-center h4,
.text-content-center h5 {
  margin-bottom: 0.5em;
}
.text-content-center h2 {
  font-weight: bold;
}
.text-content-center h2,
.text-content-center h3 {
  font-size: 18px;
  line-height: 23.5px;
}
@media all and (min-width: 800px) {
  .text-content-center h2,
  .text-content-center h3 {
    font-size: 21px;
    line-height: 26px;
  }
}
.text-content-center p {
  font-size: 13px;
  line-height: 17.5px;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
}
.bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.img-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  min-height: 100vh;
  width: 100%;
}
.fixed-bg {
  background-attachment: fixed;
}
.border-top {
  border-top: 1.5px white solid;
}
.tab-container .tabs {
  font-size: 80%;
  margin: 2em auto -1.5em;
}
.tab-container .tabs .btn {
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  background: #262933;
  border-color: #262933;
}
.tab-container .tabs .btn:hover {
  background: rgba(38, 41, 51, 0.8);
}
.tab-container .tabs .active {
  background: #f7d169;
  border-color: transparent;
  cursor: default;
}
.tab-container .tabs .active:hover {
  background: #f7d169;
}
.tab-container .item {
  display: none;
}
.tab-container .item.active {
  display: block;
}
.section {
  height: 100vh;
}
.big {
  font-size: 1.2em;
}
.bigger {
  font-size: 175%;
}
.small {
  font-size: .7em;
}
.square {
  width: .7em;
  height: .7em;
  margin: .5em;
  display: inline-block;
}
/*
  * Forms
  */
body.body-form {
  background-color: transparent;
}
label {
  margin: 0.5em;
  display: inline-block;
}
form {
  margin: 0 auto;
  max-width: 810px;
}
form label,
form legend {
  display: none;
}
.FormBuilderErrors,
#wrap_Inputfield_correspondence {
  display: none;
}
fieldset {
  margin-bottom: 15px;
}
.Inputfield .InputfieldHeader {
  display: none;
}
@media all and (min-width: 561px) {
  .apply .Inputfields > div:nth-child(2n) input {
    margin-right: 5px;
  }
}
.InputfieldText,
.InputfieldEmail,
.InputfieldTextarea,
.InputfieldSelect {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
  text-align: left;
}
@supports (grid-area: auto) {
  .InputfieldText,
  .InputfieldEmail,
  .InputfieldTextarea,
  .InputfieldSelect {
    margin: 0 0 10px 0;
  }
}
.InputfieldText p,
.InputfieldTextarea p,
.InputfieldEmail p {
  color: #f7d169;
  font-size: 8px;
  letter-spacing: 0.24em;
  line-height: 2.6em;
  text-align: left;
}
.InputfieldTextarea {
  grid-column: span 2;
  width: 100%;
}
.InputfieldTextarea textarea {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
input[type="date"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-min-logical-width: 95%;
}
input[type="date"]:hover::-webkit-calendar-picker-indicator {
  color: #f4cf6a;
}
input[type="date"]:hover:after {
  background: black;
  padding-right: 5px;
}
input[type="date"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  border: 0;
  font-size: 11.2px;
  resize: none;
}
textarea .input-placeholder {
  color: #ddd;
}
.full-width {
  width: 100%;
  grid-column: span 2;
}
.apply-form p.uk-alert-success {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 29px;
  letter-spacing: 0.18em;
  line-height: 50px;
  margin: 0 auto;
  padding: 9em 0 9em;
  width: 1000px;
}
button {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #f7d169;
  color: #f7d169;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding: 0 42px;
  text-transform: uppercase;
}
.inquiry-form,
.modal-fullpage,
.model {
  opacity: 0;
  background-color: #151619;
  height: 0%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.inquiry-form.active,
.modal-fullpage.active,
.model.active {
  opacity: 1;
  height: 100%;
  overflow: auto;
}
.inquiry-form h2,
.modal-fullpage h2,
.model h2 {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.inquiry-form button,
.modal-fullpage button,
.model button {
  margin-top: 20px;
}
.inquiry-form p,
.modal-fullpage p,
.model p {
  text-align: center;
}
.apply-form-close,
.inquiry-form-close,
.media-form-close,
.close-model {
  position: absolute;
  left: auto;
}
.apply-form-close svg,
.inquiry-form-close svg,
.media-form-close svg,
.close-model svg {
  margin-top: 0.14em;
}
.modal-close {
  background: transparent url(/site/templates/img/close.svg) no-repeat scroll center center;
  background-size: contain;
  display: block;
  height: 30px;
  width: 30px;
  opacity: 0.7;
  margin: 0;
  position: fixed;
  top: 3em;
  right: 3.6em;
  left: auto;
}
.modal-close:hover {
  opacity: 1;
}
.show-inquiry-form {
  display: block;
}
.inquiry-form-purpose {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 5px;
}
form#FormBuilder_inquiry .Inputfield_message label,
form#FormBuilder_media-page-enquiry .Inputfield_message label,
.apply-form form .Inputfield_message label,
form#FormBuilder_inquiry .inquiry-form-line,
form#FormBuilder_media-page-enquiry .inquiry-form-line,
.apply-form form .inquiry-form-line {
  display: none !important;
}
form#FormBuilder_inquiry .InputfieldTextarea,
form#FormBuilder_media-page-enquiry .InputfieldTextarea,
.apply-form form .InputfieldTextarea,
form#FormBuilder_inquiry #wrap_inquiry_submit,
form#FormBuilder_media-page-enquiry #wrap_inquiry_submit,
.apply-form form #wrap_inquiry_submit {
  grid-column-start: 1;
  grid-column-end: 3;
}
form#FormBuilder_inquiry .Inputfields .image-bg,
form#FormBuilder_media-page-enquiry .Inputfields .image-bg,
.apply-form form .Inputfields .image-bg {
  position: relative;
}
@media screen and (min-width: 561px) {
  form#FormBuilder_inquiry .Inputfields > div,
  form#FormBuilder_media-page-enquiry .Inputfields > div,
  .apply-form form .Inputfields > div {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
  }
  form#FormBuilder_inquiry .Inputfields .text-content:nth-child(odd),
  form#FormBuilder_media-page-enquiry .Inputfields .text-content:nth-child(odd),
  .apply-form form .Inputfields .text-content:nth-child(odd) {
    margin-right: 0.5em;
  }
  form#FormBuilder_inquiry .Inputfields .text-content:nth-child(even),
  form#FormBuilder_media-page-enquiry .Inputfields .text-content:nth-child(even),
  .apply-form form .Inputfields .text-content:nth-child(even) {
    margin-left: 0.5em;
  }
}
#inquiry-form .uk-alert-success {
  color: #f7d169;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 25px;
  margin-top: -20px;
}
#inquiry-form .uk-alert-error {
  color: red;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 25px;
}
.apply .apply-form {
  display: block;
}
@media all and (max-width: 561px) and (max-height: 561px) {
  .section-apply .logo {
    display: none;
  }
}
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.custom-dropdown select {
  background-color: #262933;
  color: #9db1d6;
  margin: 0;
  border: 0;
  border-radius: 20px;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 11.5px;
  letter-spacing: 0.24em;
  padding: 0.5em 11px 0.5em;
  height: 2.7em;
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance: none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
}
.custom-dropdown select:active,
.custom-dropdown select:focus {
  background: #393f50;
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
  display: none;
}
.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}
.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.custom-dropdown::after {
  color: rgba(0, 0, 0, 0.6);
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
/*
 * Mobile
  */
@media screen and (max-width: 810px) {
  #FormBuilder_join textarea {
    display: none;
  }
}
@media screen and (max-width: 561px) {
  body {
    font-size: 11.5px;
  }
  .login button {
    clear: left;
    display: block;
    margin: 10px auto;
  }
  .login input {
    display: inline-block;
    width: 40%;
  }
  .form-description {
    width: 85%;
  }
  .apply-form h3 {
    padding-top: 40px;
  }
  iframe {
    width: 1px !important;
    min-width: 60%;
  }
  .InputfieldText,
  .InputfieldEmail,
  .InputfieldTextarea {
    display: inline-block;
    margin: 0 0 14px;
    width: 100%;
  }
  form {
    width: 100%;
  }
  label {
    margin: 0 auto;
    width: 85%;
  }
  button {
    margin-bottom: 10px;
  }
  .apply-form p.uk-alert-success {
    width: 85%;
  }
  .event {
    float: none;
    width: auto;
    position: relative;
  }
  .event .header {
    height: auto;
    min-height: 200px;
  }
  .event .title {
    width: 80%;
  }
  .event .images {
    background-size: 100% auto;
  }
  .home-video {
    background: transparent no-repeat scroll center center;
    background-size: cover;
  }
  .home-video video {
    display: none;
  }
  .partners .partner .partner-content,
  .partners .partner .partner-image {
    width: 100%;
  }
  .partners .partner .partner-image {
    height: 330px;
    width: 100%;
  }
  .partners .partner .partner-content {
    display: block;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partners .partner .partner-content .inner {
    display: block;
    height: auto;
  }
  .partners .partner h3 {
    margin-bottom: 30px;
  }
  .partners .partner .open h3 {
    margin-bottom: 0;
  }
  .partners .partner h3 img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .partners .partner p {
    padding-left: 0;
    padding-right: 0;
  }
  .partners .partner .partner-description {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .member-header {
    height: auto;
  }
  .member-header .member-greeting {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
  }
  .member-header .member-logo {
    height: 60px;
    margin-bottom: 20px;
  }
  .member-event-content,
  .member-event-image {
    width: 100%;
  }
  .wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  h3 {
    margin-bottom: 30px;
  }
  .open h3 {
    margin-bottom: 0;
  }
  h3 img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .member-event-description {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .members-grid {
    height: auto;
  }
  .members-grid .wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .member-privilege-details img,
  .member-privilege-description {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .member-services {
    height: 300px;
  }
  .member-services p {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .member-services-navigation {
    display: none;
  }
  .InputfieldText input,
  .InputfieldEmail input,
  .InputfieldText textarea,
  .InputfieldEmail textarea {
    font-size: 9px;
  }
  .inquiry-form textarea {
    font-size: 9px;
  }
  #FormBuilder_join textarea {
    display: none;
  }
  .apply-form h3 {
    display: none;
  }
  .form-footer {
    clear: both;
  }
}
@media screen and (max-width: 561px) and all and (min-width: 800px) {
  .login input {
    float: left;
  }
  .login input:first-of-type {
    margin-left: 7%;
    margin-right: 3%;
  }
  .login input:last-of-type {
    margin-left: 3%;
    margin-right: 7%;
  }
}
/*
* Members
*/
.member-header {
  min-height: 40em;
  min-height: 45vh;
}
.page-member-events .member-header,
.page-member-account .member-header {
  background: transparent url(/site/templates/img/bgs/Member-Header-01.jpg) no-repeat scroll center center;
  background-size: cover;
}
.page-member-services .member-header {
  background: transparent url(/site/templates/img/bgs/Member-Header-02.jpg) no-repeat scroll center center;
  background-size: cover;
}
.page-member-services .slider-prev,
.page-member-services .slider-next {
  top: 35%;
}
.page-member-privileges .member-header {
  background: transparent url(/site/templates/img/bgs/Member-Header-03.jpg) no-repeat scroll center center;
  background-size: cover;
}
.member-intro {
  background-color: #393f50;
  box-sizing: border-box;
  padding-top: 3em;
  padding-bottom: 1.5em;
}
.member-intro.terms {
  background: #262933;
}
.member-intro a {
  word-wrap: break-word;
}
.member-intro .member-menu {
  margin-bottom: 30px;
  text-align: center;
}
.member-intro .member-menu li {
  margin: 0 0.5em;
  margin-bottom: 0.8em;
  min-width: 130px;
}
.member-intro .member-menu li a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}
.member-intro .member-menu li.active {
  background-color: rgba(247, 209, 105, 0.4);
  border-color: transparent;
}
.member-intro .member-menu li.active a {
  color: #f7d169;
}
.member-intro h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.member-logo {
  height: auto;
  margin-top: 70px;
  line-height: 35px;
  width: 110px;
  margin-bottom: 50px;
}
.member-greeting {
  font-size: 19px;
  font-style: italic;
  letter-spacing: 0.24em;
  line-height: 30px;
}
.member-greeting strong {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.member-events {
  background-color: #151619;
}
.member-event-image {
  min-height: 450px;
  width: 100%;
}
.member-event-details img {
  display: block;
  line-height: 0;
}
.member-event-description {
  margin: auto;
  max-width: 500px;
  padding: 0 10px;
}
.member-event-description a {
  color: #fff;
  text-decoration: underline;
}
.member-event-description button {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: #f7d169;
  color: white;
  border: 0;
  border-radius: 21px;
  font-weight: bold;
  font-size: 14px;
  height: auto;
  padding: 0.5em 1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.member-event-description button:hover {
  background-color: #5c4505;
}
.member-event-description p {
  margin-bottom: 1em;
}
.member-event-description-close img {
  height: 20px;
  width: 20px;
}
.grid-bg-image {
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media all and (min-width: 561px) {
  .grid-bg-image {
    min-height: 450px;
  }
}
.members-grid {
  clear: both;
  width: 100%;
}
@media all and (min-width: 800px) {
  .members-grid {
    min-height: 400px;
  }
}
.members-grid .wrapper {
  width: 100%;
  padding: 0.25em 0 1.5em;
  font-size: 0.9em;
}
@media all and (min-width: 800px) {
  .members-grid .wrapper {
    font-size: 0.75em;
  }
}
@media all and (min-width: 1200px) {
  .members-grid .wrapper {
    font-size: 0.9em;
  }
}
.member-privilege-details .members-grid:nth-child(2n-1),
.member-privileges .members-grid:nth-child(2n-1),
.member-events .members-grid:nth-child(2n-1) {
  background: #393f50;
}
.member-privilege-details .members-grid:nth-child(2n-1) .main-header,
.member-privileges .members-grid:nth-child(2n-1) .main-header,
.member-events .members-grid:nth-child(2n-1) .main-header {
  color: white;
}
.member-privilege-details .members-grid:nth-child(2n-1) hr,
.member-privileges .members-grid:nth-child(2n-1) hr,
.member-events .members-grid:nth-child(2n-1) hr {
  background: white;
}
.member-privilege-details .main-header,
.member-privileges .main-header,
.member-events .main-header {
  margin-top: 2em;
  margin-bottom: 1em;
}
.member-privilege-description {
  margin: auto;
  padding: 0 10px;
}
.member-privilege-description p {
  margin: 1em 0;
}
.member-services {
  background: transparent url(/site/templates/img/bgs/services.jpg) no-repeat scroll center center;
  background-size: cover;
  height: 500px;
  padding-top: 150px;
}
.member-services h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", "Lato", "Museo Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.member-services p {
  font-family: Georgia, times;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  margin: auto;
  max-width: 690px;
  padding: 0 20px;
}
.member-services .member-services-get-in-touch {
  display: inline-block;
  margin-top: 3rem;
  background-color: #f4cf6a;
  color: white;
  border: 0;
  border-radius: 21px;
  font-weight: bold;
  font-size: 14px;
  height: auto;
  padding: 7px 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.25em;
}
.member-services .member-services-get-in-touch:hover {
  background-color: #413817;
}
.member-services-navigation {
  margin: 55px auto 0;
  max-width: 800px;
}
.member-services-navigation img {
  height: auto;
  width: 100%;
  padding: 0 10px;
}
.member-services-navigation p {
  display: inline-block;
  font-size: 13px;
  width: 24%;
  vertical-align: top;
  padding: 0 10px;
}
.account-info {
  padding: 1em;
}
.italic {
  font-style: italic;
}
/*
* Icons
*/
.fa-play {
  margin-left: 0.2em;
}
.fa-instagram {
  font-size: 1.2em;
  margin-bottom: -0.05em;
}
.phone,
.email {
  margin-bottom: 0.5em;
}
.phone:before,
.email:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-image: url(/site/templates/img/phone.png);
  background-size: contain;
}
.email:before {
  background-image: url(/site/templates/img/email.png);
}
/*
 * stripe
 */
#stripe-payment-form input,
#stored-payment-method input {
  background: white;
  color: black !important;
  font-style: normal !important;
  box-shadow: 0 1px 1px #ddd;
}
#stripe-payment-form input:focus,
#stored-payment-method input:focus {
  background: #dedede;
  box-shadow: 0 1px 3px white;
}
#stripe-payment-form button,
#stored-payment-method button {
  background: #f7d169;
  color: #333 !important;
}
.stripe-button-el {
  overflow: visible !important;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 11px 10px 11px 16px !important;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 1px 1px 0 #ddd;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px white;
  background: #dedede;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.card {
  padding: 0.5em;
}
