@charset "UTF-8";
/*!
Theme Name: AM2 Theme
Theme URI:
Author: AM2 Studio
Author URI: http://am2studio.hr/
Description: AM2 Admin Starter Theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins. */
/**
*
* Variables
*
**/
/**
*
* Breakpoints
* usage : @include breakpoint(desktop);
**/
/**
*
* Colors
*
**/
/**
*
* Grid
*
**/
/**
*
* Transitions
* usage : transition: get_transition(ease-out-quint)
*
**/
/**
*
*   Buttons
*
 **/
/** Links **/
/*

    @include breakpoint($from, $to, $and);
    You can find a list of breakpoints in the file abstracts/variables/_breakpoints.scss

    Usage:
    a) Min width example
        @include breakpoint(small) {
            color: red;
        }
    b) Range example
        @include breakpoint(small, large) {
            color: red;
        }
    c) Max width example
        @include breakpoint($to: large) {
            color: red;
        }
    d) Min-width with additional properties
        @include breakpoint(small, $and: 'orientation: portrait') {
            color: red;
        }
*/
/**
 * Placeholder Color
 */
/* Reset. */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FFFF00;
  color: #000000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Base. */
/**
* Variables used in this file from abstracts/_variable.scss
*
* None
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
/**
*
* Fonts
*
**/
/*
@font-face {
    font-family: 'geogrotesque';
    src: url('fonts/Geogtq-Rg-webfont.eot');
    src: url('fonts/Geogtq-Rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Rg-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Rg-webfont.woff') format('woff'),
         url('fonts/Geogtq-Rg-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Rg-webfont.svg#geogrotesque') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('fonts/Geogtq-Md-webfont.eot');
    src: url('fonts/Geogtq-Md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Md-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Md-webfont.woff') format('woff'),
         url('fonts/Geogtq-Md-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Md-webfont.svg#geogrotesque') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('fonts/Geogtq-Bd-webfont.eot');
    src: url('fonts/Geogtq-Bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Bd-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Bd-webfont.woff') format('woff'),
         url('fonts/Geogtq-Bd-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Bd-webfont.svg#geogrotesque') format('svg');
    font-weight: 700;
    font-style: normal;

}
*/
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/ProximaNova-Reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

/**
* Variables used in this file from abstracts/variables/
*
$font_body
get_color(secondary)
get_color(body_text)
get_color(body_background)
$color_link
$color_link_hover
$component_margin
get_transition(ease-in-out-quad)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
/**
*
* Defaults
*
**/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font: 400 16px/22px "Rubik", sans-serif;
  color: #ffffff;
  background: #0f141c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix, .section,
.layout, .social__list, .am2-tabs__titles, .am2-video {
  zoom: 1; }

.clearfix::before, .section::before,
.layout::before, .social__list::before, .am2-tabs__titles::before, .am2-video::before,
.clearfix::after,
.section::after,
.layout::after,
.social__list::after,
.am2-tabs__titles::after,
.am2-video::after {
  display: table;
  content: ''; }


.clearfix::after,
.section::after,
.layout::after,
.social__list::after,
.am2-tabs__titles::after,
.am2-video::after {
  clear: both; }

a {
  color: #1998be;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #27b8e3; }

p,
ul,
ol {
  margin: 0 0 28px; }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  font-weight: 500;
  margin: 0px 0px 28px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1998be; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #27b8e3; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

mark {
  display: inline-block;
  background: #0B647F;
  color: #FFFFFF;
  padding: 0px 4px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

figure a:hover img {
  opacity: .8; }

img {
  max-width: 100%;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

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

/* Vendor. */
/* Slick Slider */
.slick-slider {
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -ms-touch-action: auto;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  touch-action: auto;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0; }
  .slick-track::before, .slick-track::after {
    content: '';
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [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 {
    border: 1px solid transparent;
    display: block;
    height: auto; }

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

.slick-dots {
  bottom: 20px;
  left: 50%;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px; }
    .slick-dots li button {
      background: #FFFFFF;
      border: 1px solid #0f141c;
      border-radius: 50%;
      height: 10px;
      opacity: .8;
      overflow: hidden;
      padding: 0;
      text-indent: -900em;
      -webkit-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      width: 10px; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      opacity: 1;
      background-color: #0f141c; }

.slick-prev,
.slick-next {
  background-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  height: 40px;
  opacity: .5;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -900em;
  top: 50%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 40px;
  z-index: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1; }

.slick-next {
  border-right: 3px solid #0f141c;
  border-top: 3px solid #0f141c;
  right: 50px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%); }

.slick-prev {
  border-left: 3px solid #0f141c;
  border-top: 3px solid #0f141c;
  left: 50px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%); }

/*** Responsive Tables ***/
@media (min-width: 640px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    left: 0;
    overflow-x: scroll;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 150px; }
  .pinned table {
    border-left: 0;
    border-right: 0;
    width: 100%; }
    .pinned table th,
    .pinned table td {
      white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  .table-wrapper {
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
    .table-wrapper div.scrollable {
      margin-left: 150px; }
    .table-wrapper div.scrollable {
      overflow-y: hidden;
      overflow: scroll; }
  .js-responsive-table td,
  .js-responsive-table th {
    overflow: hidden;
    position: relative;
    white-space: nowrap; }
  .js-responsive-table th:first-child td,
  .js-responsive-table td:first-child td,
  .js-responsive-table td:first-child td, .js-responsive-table.pinned td {
    display: none; } }

/* Layout. */
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
  /*
    Function for breaking grid according to breakpoints
    add columns--break-mobile to .columns class to break it on that breakpoint. i.e. <div class="columns columns--break-mobile"></div>
    this is autogenerated based on $breakpoints inside abstracts/variables/breakpoints.scss
  */ }
  .columns:not(:last-of-type) {
    margin-bottom: 12px; }
  .columns .columns {
    margin-left: -12px;
    margin-right: -12px; }
  @media (max-width: 439px) {
    .columns--break-small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-small > .col {
        max-width: 100%; } }
  @media (max-width: 639px) {
    .columns--break-mobile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-mobile > .col {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .columns--break-tablet {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-tablet > .col {
        max-width: 100%; } }
  @media (max-width: 1023px) {
    .columns--break-desktop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-desktop > .col {
        max-width: 100%; } }
  @media (max-width: 1339px) {
    .columns--break-large {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-large > .col {
        max-width: 100%; } }
  @media (max-width: 1439px) {
    .columns--break-larger {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-larger > .col {
        max-width: 100%; } }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px; }

.col-1 {
  -webkit-box-flex: calc((1 / 12) * 100%);
      -ms-flex: calc((1 / 12) * 100%);
          flex: calc((1 / 12) * 100%);
  max-width: calc((1 / 12) * 100%); }

.col-2 {
  -webkit-box-flex: calc((2 / 12) * 100%);
      -ms-flex: calc((2 / 12) * 100%);
          flex: calc((2 / 12) * 100%);
  max-width: calc((2 / 12) * 100%); }

.col-3 {
  -webkit-box-flex: calc((3 / 12) * 100%);
      -ms-flex: calc((3 / 12) * 100%);
          flex: calc((3 / 12) * 100%);
  max-width: calc((3 / 12) * 100%); }

.col-4 {
  -webkit-box-flex: calc((4 / 12) * 100%);
      -ms-flex: calc((4 / 12) * 100%);
          flex: calc((4 / 12) * 100%);
  max-width: calc((4 / 12) * 100%); }

.col-5 {
  -webkit-box-flex: calc((5 / 12) * 100%);
      -ms-flex: calc((5 / 12) * 100%);
          flex: calc((5 / 12) * 100%);
  max-width: calc((5 / 12) * 100%); }

.col-6 {
  -webkit-box-flex: calc((6 / 12) * 100%);
      -ms-flex: calc((6 / 12) * 100%);
          flex: calc((6 / 12) * 100%);
  max-width: calc((6 / 12) * 100%); }

.col-7 {
  -webkit-box-flex: calc((7 / 12) * 100%);
      -ms-flex: calc((7 / 12) * 100%);
          flex: calc((7 / 12) * 100%);
  max-width: calc((7 / 12) * 100%); }

.col-8 {
  -webkit-box-flex: calc((8 / 12) * 100%);
      -ms-flex: calc((8 / 12) * 100%);
          flex: calc((8 / 12) * 100%);
  max-width: calc((8 / 12) * 100%); }

.col-9 {
  -webkit-box-flex: calc((9 / 12) * 100%);
      -ms-flex: calc((9 / 12) * 100%);
          flex: calc((9 / 12) * 100%);
  max-width: calc((9 / 12) * 100%); }

.col-10 {
  -webkit-box-flex: calc((10 / 12) * 100%);
      -ms-flex: calc((10 / 12) * 100%);
          flex: calc((10 / 12) * 100%);
  max-width: calc((10 / 12) * 100%); }

.col-11 {
  -webkit-box-flex: calc((11 / 12) * 100%);
      -ms-flex: calc((11 / 12) * 100%);
          flex: calc((11 / 12) * 100%);
  max-width: calc((11 / 12) * 100%); }

.col-12 {
  -webkit-box-flex: calc((12 / 12) * 100%);
      -ms-flex: calc((12 / 12) * 100%);
          flex: calc((12 / 12) * 100%);
  max-width: calc((12 / 12) * 100%); }

.element {
  background: #00BFFF;
  height: 50px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500; }

/*** Layout ***/
.section,
.layout {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  background-size: cover;
  background-position: center; }

.wrapper {
  width: 100%;
  max-width: 1301px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 1340px) {
    .wrapper--main {
      padding-right: 0;
      padding-left: 0; } }
  .wrapper--full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .wrapper--narrow {
    max-width: 1040.8px; }
  .wrapper--full-height {
    height: 100%; }
  .wrapper .wrapper {
    padding-left: 0;
    padding-right: 0; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

.header {
  position: relative; }
  .header--offcanvas {
    padding: 20px 0; }
  .header--site {
    background: #0f141c;
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    width: 100%;
    z-index: 1000; }
    @media (min-width: 640px) {
      .header--site {
        padding: 0px; } }
  .header .header__columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    margin: 0; }
    @media (min-width: 640px) {
      .header .header__columns {
        padding: 20px 12px; } }
    @media (min-width: 1340px) {
      .header .header__columns {
        padding: 20px; } }
  .header__col--main-nav {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media (min-width: null) {
      .header__col--main-nav {
        display: none; } }
  @media (max-width: 1339px) {
    .header__col.social-icons {
      display: none; } }
  .header .city-select {
    margin-left: 30px;
    display: none; }
    @media (min-width: 1340px) {
      .header .city-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1440px) {
      .header .city-select {
        margin-left: 60px; } }

#wpadminbar .ab-top-menu > #wp-admin-bar-my-sites.menupop > .ab-sub-wrapper {
  width: 30vw; }
  @media (max-width: 1439px) {
    #wpadminbar .ab-top-menu > #wp-admin-bar-my-sites.menupop > .ab-sub-wrapper {
      width: 40vw; } }
  @media (max-width: 1339px) {
    #wpadminbar .ab-top-menu > #wp-admin-bar-my-sites.menupop > .ab-sub-wrapper {
      width: 50vw; } }
  @media (max-width: 767px) {
    #wpadminbar .ab-top-menu > #wp-admin-bar-my-sites.menupop > .ab-sub-wrapper {
      width: 60vw; } }

#wpadminbar .quicklinks .menupop.hover {
  z-index: 999999; }

#wpadminbar .quicklinks .menupop ul#wp-admin-bar-my-sites-list.ab-sub-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#wpadminbar .quicklinks .menupop ul#wp-admin-bar-my-sites-list li {
  width: 50%; }

.info-list, .newsletter-form {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 35px 0; }
  @media (min-width: 1340px) {
    .info-list, .newsletter-form {
      padding: 70px 0;
      min-height: 500px; } }
  .info-list__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0.5; }
    .info-list__background img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .info-list__info-blocks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .info-list__info-blocks {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .info-list__info-blocks + .info-list__info-images {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .info-list__info-blocks + .info-list__info-images {
          margin-top: 60px; } }
      @media (min-width: 1024px) {
        .info-list__info-blocks + .info-list__info-images {
          margin-top: 90px; } }
  .info-list__info-block {
    width: 100%;
    min-height: 130px; }
    @media (min-width: 640px) {
      .info-list__info-block {
        width: 32%; } }
    @media (min-width: 768px) {
      .info-list__info-block {
        width: 30%;
        min-height: 150px; } }
    @media (min-width: 1340px) {
      .info-list__info-block {
        min-height: 170px; } }
  .info-list__info-images {
    position: relative; }
  .info-list__slider-item.slick-slide {
    height: auto; }
    .info-list__slider-item.slick-slide img {
      height: auto; }
  .info-list__slider-item--pin {
    text-align: center; }
    .info-list__slider-item--pin svg {
      width: 26px;
      height: 26px;
      fill: #1998be;
      margin-bottom: 15px; }
    .info-list__slider-item--pin span {
      font-family: 'ProximaNova';
      font-weight: 300;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      text-align: center;
      color: #ffffff;
      letter-spacing: 1px; }
      .info-list__slider-item--pin span:first-of-type {
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 0; }
  .info-list .slick-slide, .newsletter-form .slick-slide {
    margin: 0 30px; }
    @media (max-width: 767px) {
      .info-list .slick-slide, .newsletter-form .slick-slide {
        margin: 0 10px; } }
  .info-list .slick-list, .newsletter-form .slick-list {
    margin: 0 -30px; }
    @media (max-width: 767px) {
      .info-list .slick-list, .newsletter-form .slick-list {
        margin: 0 -10px; } }
  .info-list .slick-prev, .newsletter-form .slick-prev,
  .info-list .slick-next,
  .newsletter-form .slick-next {
    width: 25px;
    height: 25px;
    top: 45%;
    opacity: 0.8;
    min-width: auto; }
  
  .info-list .slick-next,
  .newsletter-form .slick-next {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    right: -70px; }
    @media (max-width: 1339px) {
      
      .info-list .slick-next,
      .newsletter-form .slick-next {
        display: none; } }
  .info-list .slick-prev, .newsletter-form .slick-prev {
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    left: -70px; }
    @media (max-width: 1023px) {
      .info-list .slick-prev, .newsletter-form .slick-prev {
        left: 1em; } }
    @media (max-width: 767px) {
      .info-list .slick-prev, .newsletter-form .slick-prev {
        display: none; } }

@media (min-width: 1340px) {
  html.has-scrollbar .site-container .alignfull {
    margin-left: calc( -50vw + 50% + 17px / 2);
    margin-right: calc( -50vw + 50% + 17px / 2); } }

html body {
  overflow-x: hidden; }

.site-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  padding-top: 48px; }
  @media (min-width: 768px) {
    .site-container {
      padding-top: 51px; } }
  @media (min-width: 1340px) {
    .site-container .alignfull,
    .site-container .alignwide {
      width: auto;
      max-width: 100vw; }
      .site-container .alignfull .wrapper,
      .site-container .alignwide .wrapper {
        padding-right: 12px;
        padding-left: 12px; }
    .site-container .alignfull {
      margin-left: calc( -50vw + 50%);
      margin-right: calc( -50vw + 50%); } }

@media (min-width: 1340px) and (min-width: 1340px) {
  .site-container .alignwide {
    margin-left: calc( -42.3vw + 50%);
    margin-right: calc( -42.3vw + 50%); } }

.site-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
  background-color: #0f141c;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .site-offcanvas--right {
    left: -100%; }
  .site-offcanvas--left {
    right: -100%; }
  @media (min-width: 768px) {
    .site-offcanvas .resp-buttons {
      margin: 20px 0; } }
  .site-offcanvas .city-select {
    margin: 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto; }
    .site-offcanvas .city-select a {
      margin-right: 24px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      color: #ffffff;
      background-color: #1998be;
      padding: 10px 20px; }
      .site-offcanvas .city-select a:last-of-type {
        margin-right: 0; }

.menu-open {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .menu-open .header,
    .menu-open .site-container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  .menu-open .site-offcanvas {
    pointer-events: all;
    opacity: 1;
    overflow-y: visible;
    z-index: 9000; }
    .menu-open .site-offcanvas--right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); }
    .menu-open .site-offcanvas--left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    @media (min-width: 1340px) {
      .menu-open .site-offcanvas {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .menu-open .header--sticky {
    z-index: 100; }

.ui-selectmenu-open {
  max-height: 260px;
  overflow: auto; }

.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7 .wpcf7-response-output {
  margin-top: 10px; }

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  display: inline-block; }

@media (max-width: 767px) {
  .event-single__sidebar .cta, .place-single__sidebar .cta,
  .place-single__sidebar .cta {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 99; }
    .event-single__sidebar .cta button, .place-single__sidebar .cta button,
    .place-single__sidebar .cta button {
      font-size: 16px;
      padding: 14px 10px; } }

@media (max-width: 439px) {
  .event-single__sidebar .cta, .place-single__sidebar .cta,
  .place-single__sidebar .cta {
    width: 100%;
    padding: 0; }
    .event-single__sidebar .cta button, .place-single__sidebar .cta button,
    .place-single__sidebar .cta button {
      width: inherit;
      border-radius: 0;
      font-size: 18px;
      padding: 18px 10px; } }

@media (max-width: 767px) {
  #launcher {
    bottom: 60px !important; } }

.events-list, .locations-list {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .events-list, .locations-list {
      margin-bottom: 80px; } }
  .events-list__inner-container, .locations-list__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .events-list__title, .locations-list__title {
    font-family: 'ProximaNova';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 0.02em; }
  .events-list__see-all-events, .locations-list__see-all-locations {
    margin-top: 50px;
    text-align: center; }
  .events-list__by-country, .locations-list__by-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px; }
    .events-list__by-country h2, .locations-list__by-country h2 {
      width: 100%; }

.events {
  background-color: #0a0e13; }
  .events.empty_events {
    background-color: transparent; }
    .events.empty_events .template-slider-items {
      padding: 0; }
  .events__featured-events {
    background-color: #0a0e13; }
  .events .template-slider-items {
    padding-bottom: 35px; }
    @media (min-width: 1024px) {
      .events .template-slider-items {
        padding-bottom: 70px; } }
  .events__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 0; }
    @media (min-width: 640px) {
      .events__inner {
        padding: 55px 0; } }
    @media (min-width: 1024px) {
      .events__inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 70px 0; } }
  .events__content-container {
    background-color: #0f141c; }
  .events__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .events__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 80px; } }
  .events .default-page__sidebar .fb-page {
    width: 100%; }
    .events .default-page__sidebar .fb-page > span {
      margin-bottom: 16px; }

.newsletter-form {
  min-height: auto;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .newsletter-form {
      padding: 60px 0; } }
  .newsletter-form img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.am2-is-main-site .event-single__sidebar .cta, .am2-is-main-site .place-single__sidebar .cta {
  background-color: #0f141c;
  padding-bottom: 25px; }

.related-events__slider,
.template-slider-items__slider,
.info-list__slider,
.place-single__slider {
  opacity: 0; }
  .related-events__slider.slick-initialized,
  .template-slider-items__slider.slick-initialized,
  .info-list__slider.slick-initialized,
  .place-single__slider.slick-initialized {
    opacity: 1; }

.slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 7px; }
  .slick-dots li button {
    background-color: #ffffff;
    border-color: #ffffff;
    min-width: auto;
    opacity: 1; }
  .slick-dots li.slick-active button {
    background-color: #1998be;
    border-color: #1998be; }

.slick-next,
.slick-prev {
  min-width: auto; }

.footer--site {
  color: #FFFFFF;
  background: #0f141c; }

.footer__logo {
  max-width: 125px; }
  .footer__logo p {
    color: #1998be;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .footer__logo a {
    margin: 10px 0; }

.footer__top {
  padding-top: 32px; }
  @media (min-width: 1024px) {
    .footer__top {
      margin-bottom: 40px; } }

.footer__middle {
  margin-bottom: 30px; }
  .footer__middle p {
    color: #787878;
    font-size: 12px;
    line-height: 18px; }
    @media (max-width: 1023px) {
      .footer__middle p {
        text-align: center; } }
    @media (min-width: 1340px) {
      .footer__middle p {
        font-size: 14px;
        line-height: 20px; } }

.footer .columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1339px) {
    .footer .columns {
      margin: 0; } }

@media (max-width: 1023px) {
  .footer__col {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em; } }

.footer__bottom {
  color: #787878;
  margin-bottom: 20px; }
  .footer__bottom .wrapper {
    padding: 0;
    border-top: 1px solid #232A34;
    padding-top: 20px; }
  .footer__bottom .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .footer__bottom .copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    @media (min-width: 1024px) {
      .footer__bottom .copyright {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .footer__bottom .copyright p {
      margin: 1em 0 0;
      font-size: 0.8em; }
      @media (min-width: 1340px) {
        .footer__bottom .copyright p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .footer__bottom .copyright p {
          font-size: 12px;
          margin: 0.25em 0 0; } }
      @media (min-width: 1024px) {
        .footer__bottom .copyright p {
          margin: 0; } }
      .footer__bottom .copyright p:last-of-type {
        font-size: 0.6em; }
        @media (min-width: 1340px) {
          .footer__bottom .copyright p:last-of-type {
            font-size: 11px; } }

/* .copyright {} */
/* Components. */
.am2-accordion {
  width: 100%; }
  .am2-accordion:last-child {
    margin-bottom: 0px; }
  .am2-accordion__panel {
    clear: both; }
  .am2-accordion__panel-title {
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #FFFFFF;
    fill: #FFFFFF;
    background: #1998be;
    border-bottom: 1px solid #137491;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .am2-accordion__panel-title:hover {
      background: #137491; }
  .am2-accordion__toggle-icon {
    top: 4px;
    float: right;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-accordion__panel-content {
    display: none;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0 0 3px 3px; }
  .am2-accordion__panel--current .am2-accordion__panel-title {
    background: #137491; }
  .am2-accordion__panel--current .am2-accordion__toggle-icon {
    top: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.accordion {
  margin: 0 auto;
  cursor: pointer; }
  .accordion__title {
    border-top: 1px solid #232A34;
    padding: 20px 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1em;
    line-height: 18px; }
    @media (min-width: 640px) {
      .accordion__title {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 1024px) {
      .accordion__title {
        font-size: 20px;
        line-height: 24px; } }
    .accordion__title.active + .accordion__content {
      padding-bottom: 20px;
      margin-top: 10px;
      max-height: 1000px;
      opacity: 1; }
      @media (min-width: 1024px) {
        .accordion__title.active + .accordion__content {
          padding-bottom: 40px; } }
    .accordion__title.active svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion__content {
    max-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .accordion__content h2, .accordion__content h3 {
      font-size: 14px;
      line-height: 24px;
      font-weight: 700;
      color: #1998be;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .accordion__content p,
    .accordion__content li {
      font-size: 14px;
      line-height: 22px; }
    .accordion__content ul {
      padding: 0 0 0 20px;
      margin: 0; }
  .accordion svg {
    fill: #ffffff; }

.wp-block-yoast-faq-block {
  margin-bottom: 32px;
  margin-top: 8px; }
  @media (min-width: 1024px) {
    .wp-block-yoast-faq-block {
      margin-bottom: 50px;
      margin-top: 16px; } }

.schema-faq-section {
  border-bottom: 1px solid #d0d0d0; }
  .schema-faq-section .schema-faq-question {
    position: relative;
    margin-bottom: -1px;
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1998be;
    padding: 10px 0;
    padding-right: 25px;
    border-bottom: 1px solid #d0d0d0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .schema-faq-section .schema-faq-question {
        padding: 15px 0;
        padding-right: 35px; } }
    @media (min-width: 1024px) {
      .schema-faq-section .schema-faq-question {
        font-size: 18px; } }
    .schema-faq-section .schema-faq-question::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 12px;
      height: 12px;
      -webkit-transform: translateY(-65%) translateX(-30%) rotate(45deg);
              transform: translateY(-65%) translateX(-30%) rotate(45deg);
      border-style: solid;
      border-color: currentColor;
      border-width: 0px 1px 1px 0px;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      cursor: pointer; }
      @media (min-width: 768px) {
        .schema-faq-section .schema-faq-question::after {
          width: 15px;
          height: 15px; } }
    .schema-faq-section .schema-faq-question--current::after {
      -webkit-transform: translateY(-25%) translateX(-30%) rotate(-135deg);
              transform: translateY(-25%) translateX(-30%) rotate(-135deg); }
  .schema-faq-section .schema-faq-answer {
    display: none;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .schema-faq-section .schema-faq-answer {
        font-size: 14px;
        line-height: 22px; } }
    .schema-faq-section .schema-faq-answer:first-of-type {
      padding-top: 15px; }
      @media (min-width: 768px) {
        .schema-faq-section .schema-faq-answer:first-of-type {
          padding-top: 25px; } }
    .schema-faq-section .schema-faq-answer:last-child {
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        .schema-faq-section .schema-faq-answer:last-child {
          padding-bottom: 25px; } }

.badge {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 9px;
  padding: 0px 12px;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  background: #232A34;
  line-height: 16px;
  color: #F7F7F7;
  border-radius: 3px; }
  .badge--primary {
    background: #1998be;
    color: #F7F7F7; }
  .badge--secondary {
    background: #0B647F;
    color: #F7F7F7; }
  .badge--featured {
    background: #CC7D2C;
    color: #F7F7F7; }
  .badge--transparent {
    background: transparent;
    color: #1998be; }
  .badge--danger {
    background: #B2153D;
    color: #F7F7F7; }
  .badge--full-width {
    width: 100%; }

.breadcrumbs {
  padding: 0;
  margin-bottom: 28px; }
  .breadcrumbs__item {
    display: inline-block;
    color: #1998be; }
    .breadcrumbs__item-icon {
      margin: 0 10px;
      width: 12px;
      height: 12px;
      fill: #1998be; }

/**
* Variables used in this file from abstracts/_variable.scss
*
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(body_text)
get_color(gray)
$text_color_primary
$text_color_secondary
$text_color_featured
$text_color_danger
$padding_button
$padding_large_button
$padding_small_button
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
button,
.button,
.single-page-custom-content .wp-block-group.group-with-download .wp-block-file a {
  cursor: pointer;
  display: inline-block;
  min-width: 150px;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  background: #F7F7F7;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  button:active,
  .button:active,
  .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  button:focus,
  .button:focus,
  .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:focus {
    text-decoration: none;
    color: #ffffff; }
  button:hover,
  .button:hover,
  .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:hover {
    background: #fcfcfc;
    color: #ffffff; }
  button:last-child,
  .button:last-child,
  .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:last-child {
    margin-right: 0px; }

.button span, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a span {
  display: inline-block;
  margin-right: 6px; }
  .button span:last-child, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a span:last-child {
    margin-right: 0px; }

.button__icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  vertical-align: text-top; }
  .button__icon:last-child {
    margin-right: 0px; }

.button--large {
  padding: 14px 20px;
  font-size: 18px; }
  .button--large .button__icon {
    width: 18px;
    height: 18px; }

.button--small {
  padding: 10px;
  font-size: 9px; }
  .button--small .button__icon {
    width: 12px;
    height: 12px; }

.button--primary, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a {
  background: #1998be;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--primary:hover, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:hover {
    background: #1caad5;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--primary:focus, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--secondary {
  background: #0B647F;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--secondary:hover {
    background: #0d7696;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--secondary:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--featured {
  background: #CC7D2C;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--featured:hover {
    background: #d58a3c;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--featured:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--danger {
  background: #B2153D;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--danger:hover {
    background: #e01a4d;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--danger:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--transparent {
  background: transparent;
  color: #1998be;
  fill: #1998be;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(25, 152, 190, 0.3);
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  min-width: 170px; }
  .button--transparent:hover {
    color: #ffffff;
    background: #1998be;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--transparent:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--transparent:focus {
    outline-color: transparent;
    color: #ffffff;
    background: #1998be; }

.button--white {
  background: transparent;
  color: #ffffff;
  fill: #ffffff;
  border: 2px solid #ffffff; }
  .button--white:hover {
    background: #1998be;
    color: #ffffff;
    fill: #ffffff;
    border-color: #1998be; }
  .button--white:focus {
    color: #ffffff;
    fill: #ffffff; }

.button--dark {
  background: #191E27;
  color: #ffffff;
  border: 2px solid #191E27; }
  .button--dark:hover {
    background: #13c0f7;
    color: #191E27;
    border-color: #13c0f7; }
  .button--dark:focus {
    color: #ffffff; }

.button--dark-reversed {
  background: #13c0f7;
  color: #ffffff;
  border: 2px solid #13c0f7;
  white-space: inherit;
  text-align: left; }
  .button--dark-reversed:hover {
    background: #13c0f7;
    color: #ffffff;
    border-color: #13c0f7; }
  .button--dark-reversed:focus {
    color: #ffffff; }

.button--full-width {
  display: block;
  width: 100%; }

button:disabled,
.button--disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  button:disabled:hover,
  .button--disabled:hover {
    color: inherit;
    background-color: inherit; }

.city-select {
  position: relative;
  min-width: 100px;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .city-select:hover .city-select__subsites {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }
  .city-select a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      .city-select a {
        font-size: 14px;
        line-height: 20px; } }
  .city-select__subsites {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 220px;
    max-height: 50vh;
    min-height: 150px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: #2f3741;
    border-top: 3px solid #1998be;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    z-index: 1030; }
    @media screen and (min-width: 1921px) {
      .city-select__subsites {
        max-height: 25vh; } }
    .city-select__subsites a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #ffffff;
      padding: 10px 20px;
      border-bottom: 3px solid transparent;
      letter-spacing: 0.05em;
      font-size: 12px;
      line-height: 18px; }
      .city-select__subsites a:hover {
        border-color: white;
        background: #1998be;
        color: white;
        border-top-color: #1998be;
        border-bottom-color: #1998be; }
  .city-select svg {
    fill: #1998be;
    width: 11px;
    height: 11px;
    margin-left: 20px; }
  .city-select--asFilter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 2% 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-tap-highlight-color: transparent; }
    @media (min-width: 1340px) {
      .city-select--asFilter {
        min-width: 200px; } }
    .city-select--asFilter:hover > a {
      color: #191E27; }
    .city-select--asFilter:hover svg {
      fill: #191E27; }
    .city-select--asFilter > a {
      font-size: 14px;
      margin: 0 !important;
      padding: 0;
      line-height: normal;
      color: #ffffff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .city-select--asFilter svg {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      fill: #ffffff; }
    .city-select--asFilter .city-select__subsites {
      min-width: 160px;
      width: 100%; }
      .city-select--asFilter .city-select__subsites a:hover {
        color: #191E27;
        background: #13c0f7;
        border-bottom-color: #13c0f7; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #2f3741;
  border-radius: 0 0 4px 4px;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .ui-selectmenu-menu {
      margin-top: 0; } }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: block;
  background-image: url("../../resources/svg/arrow/down-gray.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-color: transparent; }
  .ui-selectmenu-button:focus {
    outline-color: transparent;
    outline-width: 0; }

.ui-menu {
  padding: 20px 0 10px 0; }

.ui-menu-item {
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 14px;
  line-height: 1; }
  @media (min-width: 1024px) {
    .ui-menu-item {
      padding: 10px 23px; } }
  .ui-menu-item:hover {
    color: #1998be; }

.global-date {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: auto;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden; }
  .global-date__day {
    background-color: #0B647F;
    font-size: 17px;
    min-height: 24px;
    width: 100%; }
  .global-date__month {
    background-color: #1998be;
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    width: 100%; }

.event-details, .place-details {
  background-color: #0f141c;
  padding: 10px 0;
  margin-top: 40px;
  text-align: center; }
  @media (min-width: 440px) {
    .event-details, .place-details {
      text-align: left; } }
  @media (min-width: 440px) and (max-width: 1023px) {
    .event-details, .place-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .event-details, .place-details {
      width: 70%;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .event-details, .place-details {
      width: 80%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .event-details, .place-details {
      width: 500px; } }
  @media (min-width: 1024px) {
    .event-details, .place-details {
      padding: 30px;
      margin-top: 0; } }
  @media (min-width: 440px) and (max-width: 1023px) {
    .event-details > div, .place-details > div {
      width: 48%; } }
  .event-details > div:not(:first-of-type), .place-details > div:not(:first-of-type) {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .event-details > div:not(:first-of-type), .place-details > div:not(:first-of-type) {
        margin-top: 20px; } }
    @media (min-width: 1024px) {
      .event-details > div:not(:first-of-type), .place-details > div:not(:first-of-type) {
        margin-top: 30px; } }
  .event-details > div:last-of-type, .place-details > div:last-of-type {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .event-details > div:last-of-type, .place-details > div:last-of-type {
        margin-bottom: 15px; } }
  @media (min-width: 440px) and (max-width: 1023px) {
    .event-details > div:nth-child(2), .place-details > div:nth-child(2) {
      margin-top: 0; } }
  .event-details > div > p, .place-details > div > p {
    font-size: 15px; }
    @media (min-width: 1024px) {
      .event-details > div > p, .place-details > div > p {
        font-size: 17px; } }
    .event-details > div > p:first-of-type, .place-details > div > p:first-of-type {
      font-size: 12px;
      color: #787878;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .event-details > div > p:first-of-type, .place-details > div > p:first-of-type {
          font-size: 15px; } }
  .event-details p, .place-details p {
    margin: 0; }

.events-listing-item, .events-listing-item-second, .location-listing-item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between; }
  .events-listing-item:hover .events-listing-item__title, .events-listing-item-second:hover .events-listing-item__title, .location-listing-item:hover .events-listing-item__title, .events-listing-item:hover .events-listing-item-second__title, .events-listing-item-second:hover .events-listing-item-second__title, .location-listing-item:hover .events-listing-item-second__title, .events-listing-item:hover .location-listing-item__title, .events-listing-item-second:hover .location-listing-item__title, .location-listing-item:hover .location-listing-item__title {
    color: #1998be; }
  .events-listing-item:hover .events-listing-item__thumbnail, .events-listing-item-second:hover .events-listing-item__thumbnail, .location-listing-item:hover .events-listing-item__thumbnail, .events-listing-item:hover .events-listing-item-second__thumbnail, .events-listing-item-second:hover .events-listing-item-second__thumbnail, .location-listing-item:hover .events-listing-item-second__thumbnail, .events-listing-item:hover .location-listing-item__thumbnail, .events-listing-item-second:hover .location-listing-item__thumbnail, .location-listing-item:hover .location-listing-item__thumbnail {
    opacity: 0.8; }
  @media (max-width: 767px) {
    .events-listing-item:nth-child(2n), .events-listing-item-second:nth-child(2n), .location-listing-item:nth-child(2n) {
      margin-left: 20px; }
    .events-listing-item:not(:nth-child(-n+2)), .events-listing-item-second:not(:nth-child(-n+2)), .location-listing-item:not(:nth-child(-n+2)) {
      margin-top: 30px; } }
  @media (max-width: 639px) {
    .events-listing-item:not(:first-child), .events-listing-item-second:not(:first-child), .location-listing-item:not(:first-child) {
      margin-top: 30px; }
    .events-listing-item:nth-child(2n), .events-listing-item-second:nth-child(2n), .location-listing-item:nth-child(2n) {
      margin-left: 0; } }
  @media (min-width: 640px) {
    .events-listing-item, .events-listing-item-second, .location-listing-item {
      max-width: calc( 50% - 10px); } }
  @media (min-width: 768px) {
    .events-listing-item, .events-listing-item-second, .location-listing-item {
      max-width: calc( 33% - 11px); } }
  @media (min-width: 1024px) {
    .events-listing-item, .events-listing-item-second, .location-listing-item {
      max-width: calc( 20% - 16px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .events-listing-item:not(:nth-child(3n+1)), .events-listing-item-second:not(:nth-child(3n+1)), .location-listing-item:not(:nth-child(3n+1)) {
      margin-left: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .events-listing-item:not(:nth-child(-n+3)), .events-listing-item-second:not(:nth-child(-n+3)), .location-listing-item:not(:nth-child(-n+3)) {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .events-listing-item:not(:nth-child(5n+1)), .events-listing-item-second:not(:nth-child(5n+1)), .location-listing-item:not(:nth-child(5n+1)) {
      margin-left: 20px; } }
  @media (min-width: 1024px) {
    .events-listing-item:not(:nth-child(-n+5)), .events-listing-item-second:not(:nth-child(-n+5)), .location-listing-item:not(:nth-child(-n+5)) {
      margin-top: 30px; } }
  .events-listing-item__thumbnail, .events-listing-item-second__thumbnail, .location-listing-item__thumbnail {
    width: 100%;
    height: 200px;
    margin-bottom: 14px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 640px) {
      .events-listing-item__thumbnail, .events-listing-item-second__thumbnail, .location-listing-item__thumbnail {
        height: 160px; } }
    @media (min-width: 1024px) {
      .events-listing-item__thumbnail, .events-listing-item-second__thumbnail, .location-listing-item__thumbnail {
        height: 120px; } }
    .events-listing-item__thumbnail img, .events-listing-item-second__thumbnail img, .location-listing-item__thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .events-listing-item__link, .events-listing-item-second__link, .location-listing-item__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between; }
    .events-listing-item__link > div, .events-listing-item-second__link > div, .location-listing-item__link > div {
      width: 100%; }
  .events-listing-item__content, .events-listing-item-second__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .events-listing-item__content h3, .events-listing-item-second__content h3,
    .events-listing-item__content p,
    .events-listing-item-second__content p {
      margin-bottom: 14px; }
  .events-listing-item__title, .events-listing-item-second__title, .location-listing-item__title, .events-listing-item__excerpt-text, .events-listing-item-second__excerpt-text {
    font-size: 13px; }
  .events-listing-item__title, .events-listing-item-second__title, .location-listing-item__title {
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .events-listing-item__excerpt-text, .events-listing-item-second__excerpt-text {
    line-height: 18px;
    color: #BDBDBD; }
  .events-listing-item__more, .events-listing-item-second__more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #1998be; }

.events-listing-item-second {
  max-width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .events-listing-item-second__slider-item {
    position: relative; }
  .events-listing-item-second__thumbnail {
    height: 150px;
    margin: 0;
    border-radius: 4px 4px 0 0; }
    @media (min-width: 1340px) {
      .events-listing-item-second__thumbnail {
        height: 190px; } }
  .events-listing-item-second__link {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .events-listing-item-second__title, .events-listing-item-second__excerpt-text {
    font-size: 13px; }
  .events-listing-item-second__title {
    font-weight: 500;
    font-size: 0.8em;
    line-height: normal; }
    @media (min-width: 640px) {
      .events-listing-item-second__title {
        font-size: 0.9em; } }
    @media (min-width: 768px) {
      .events-listing-item-second__title {
        font-size: 1em; } }
    @media (min-width: 1024px) {
      .events-listing-item-second__title {
        font-size: 1.1em; } }
    @media (min-width: 1340px) {
      .events-listing-item-second__title {
        font-size: 20px;
        line-height: 26px; } }
  .events-listing-item-second__excerpt-text {
    font-size: 0.7em;
    line-height: normal; }
    @media (min-width: 1340px) {
      .events-listing-item-second__excerpt-text {
        font-size: 14px;
        line-height: 22px; } }
  .events-listing-item-second__content {
    background-color: #232A34;
    padding: 12px; }
    @media (min-width: 768px) {
      .events-listing-item-second__content {
        padding: 18px 18px 10px; } }
    @media (min-width: 1340px) {
      .events-listing-item-second__content {
        padding: 24px 24px 10px; } }
  .events-listing-item-second__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    font-size: 0.85em;
    background-color: #232A34;
    padding: 0 12px 12px; }
    @media (min-width: 1340px) {
      .events-listing-item-second__more {
        font-size: 1em;
        padding: 0 24px 24px 24px; } }
  .events-listing-item-second .global-date {
    width: 44px;
    top: 8px;
    right: 9px; }
    @media (min-width: 1340px) {
      .events-listing-item-second .global-date {
        width: 64px; } }
    .events-listing-item-second .global-date__month, .events-listing-item-second .global-date__day {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .events-listing-item-second .global-date__month {
      font-size: 10px;
      height: 20px;
      line-height: 20px; }
      @media (min-width: 1340px) {
        .events-listing-item-second .global-date__month {
          font-size: 14px;
          height: 25px;
          line-height: 25px; } }
    .events-listing-item-second .global-date__day {
      font-size: 16px;
      height: 26px;
      line-height: 26px; }
      @media (min-width: 1340px) {
        .events-listing-item-second .global-date__day {
          font-size: 26px;
          height: 36px;
          line-height: 36px; } }

.events-listing-item-third {
  position: relative;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .events-listing-item-third {
      margin-bottom: 24px; } }
  .events-listing-item-third:hover .events-listing-item-third__title {
    color: #1998be; }
  .events-listing-item-third:hover .events-listing-item-third__thumbnail {
    opacity: 0.8; }
  .events-listing-item-third__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .events-listing-item-third__link {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .events-listing-item-third__thumbnail {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .events-listing-item-third__thumbnail {
        width: 245px;
        margin-bottom: 0; } }
    .events-listing-item-third__thumbnail img {
      height: auto; }
  .events-listing-item-third__content {
    width: 100%;
    color: #A8ACB3; }
    @media (min-width: 768px) {
      .events-listing-item-third__content {
        width: calc( 100% - 265px); } }
  .events-listing-item-third__top-content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .events-listing-item-third__top-content-part + .events-listing-item-third__bottom-content-part {
      margin-top: 12px; }
  .events-listing-item-third__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .events-listing-item-third__title {
        font-size: 16px;
        line-height: 20px; } }
  .events-listing-item-third__event-start {
    font-size: 9px;
    line-height: 16px; }
    @media (min-width: 1024px) {
      .events-listing-item-third__event-start {
        font-size: 11px;
        line-height: 18px; } }
  .events-listing-item-third__excerpt-text {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .events-listing-item-third__excerpt-text {
        font-size: 13px;
        line-height: 18px; } }
  .events-listing-item-third__more {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    color: #1998be; }
    @media (min-width: 1024px) {
      .events-listing-item-third__more {
        font-size: 13px;
        line-height: 18px; } }
  .events-listing-item-third .global-date {
    position: static;
    margin-right: 12px;
    min-width: 40px; }

.facebook-feed h3 {
  font-family: 'ProximaNova';
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.8em;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1024px) {
    .facebook-feed h3 {
      font-size: 1em; } }
  .facebook-feed h3 svg {
    display: inline;
    width: 55px;
    height: 12px;
    margin-right: 8px;
    -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(9deg) brightness(112%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(9deg) brightness(112%) contrast(101%); }
    @media (min-width: 1024px) {
      .facebook-feed h3 svg {
        width: 65px;
        height: 15px; } }

.filters-search {
  width: calc( 100% + 24px);
  margin-left: -12px;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .filters-search {
      width: 100%;
      margin-left: 0;
      margin-bottom: 80px; } }
  .filters-search .filters-v1,
  .filters-search .filters-v2 {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    color: #ffffff;
    background-color: #232A34; }
    @media (min-width: 1024px) {
      .filters-search .filters-v1,
      .filters-search .filters-v2 {
        padding: 0;
        overflow: visible;
        position: relative;
        z-index: 9;
        background-color: transparent; } }
    .filters-search .filters-v1:focus,
    .filters-search .filters-v2:focus {
      border: none; }
    @media (min-width: 1024px) {
      .filters-search .filters-v1 form,
      .filters-search .filters-v2 form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        top: -110px;
        background-color: #232A34;
        border-radius: 5px;
        overflow: hidden; } }
    .filters-search .filters-v1 label,
    .filters-search .filters-v2 label {
      display: block;
      width: calc( 100% + 30px);
      margin-left: -15px; }
      @media (min-width: 1024px) {
        .filters-search .filters-v1 label,
        .filters-search .filters-v2 label {
          margin-bottom: 0;
          width: calc( 100% + 46px);
          margin-left: -23px; } }
      .filters-search .filters-v1 label > span,
      .filters-search .filters-v2 label > span {
        padding-left: 15px; }
        @media (min-width: 1024px) {
          .filters-search .filters-v1 label > span,
          .filters-search .filters-v2 label > span {
            padding-left: 23px; } }
        .filters-search .filters-v1 label > span:first-of-type,
        .filters-search .filters-v2 label > span:first-of-type {
          display: block;
          text-transform: uppercase;
          color: #454B54;
          font-size: 11px;
          font-weight: 500; }
    .filters-search .filters-v1 select,
    .filters-search .filters-v2 select {
      position: relative;
      display: block;
      background-image: url("../../resources/svg/arrow/down-gray.svg");
      background-position: center right;
      background-repeat: no-repeat;
      background-size: 15px auto;
      background-color: transparent;
      border: none;
      -webkit-appearance: none; }
      .filters-search .filters-v1 select:active, .filters-search .filters-v1 select:focus,
      .filters-search .filters-v2 select:active,
      .filters-search .filters-v2 select:focus {
        outline: none;
        border: 0; }
      .filters-search .filters-v1 select option,
      .filters-search .filters-v2 select option {
        background-color: #232A34; }
    .filters-search .filters-v1 input,
    .filters-search .filters-v2 input {
      padding-left: 15px;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .filters-search .filters-v1 input,
        .filters-search .filters-v2 input {
          padding-left: 23px; } }
    @media (min-width: 1024px) {
      .filters-search .filters-v1__filters-block,
      .filters-search .filters-v2__filters-block {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 10px 0 10px 10px; } }
    .filters-search .filters-v1__filters-block > span,
    .filters-search .filters-v2__filters-block > span {
      display: block; }
      @media (min-width: 1024px) {
        .filters-search .filters-v1__filters-block > span,
        .filters-search .filters-v2__filters-block > span {
          padding: 0 23px 0 13px;
          margin-right: 10px; } }
      @media (min-width: 1024px) {
        .filters-search .filters-v1__filters-block > span:not(:last-of-type),
        .filters-search .filters-v2__filters-block > span:not(:last-of-type) {
          border-right: 1px solid #454B54; } }
      @media (max-width: 1023px) {
        .filters-search .filters-v1__filters-block > span:not(:last-of-type),
        .filters-search .filters-v2__filters-block > span:not(:last-of-type) {
          border-bottom: 1px solid #454B54; } }
      @media (max-width: 1023px) {
        .filters-search .filters-v1__filters-block > span:not(:first-of-type),
        .filters-search .filters-v2__filters-block > span:not(:first-of-type) {
          padding-top: 16px; } }
    .filters-search .filters-v1__filters-block > div,
    .filters-search .filters-v2__filters-block > div {
      position: relative; }
    @media (min-width: 1024px) {
      .filters-search .filters-v1__search-block,
      .filters-search .filters-v2__search-block {
        width: 150px; } }
    @media (min-width: 1024px) {
      .filters-search .filters-v1__label, .filters-search .filters-v1__cities,
      .filters-search .filters-v2__label,
      .filters-search .filters-v2__cities {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        margin-bottom: 0; } }
    .filters-search .filters-v1__label,
    .filters-search .filters-v2__label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 16px;
      padding-bottom: 14px; }
      @media (min-width: 1024px) {
        .filters-search .filters-v1__label,
        .filters-search .filters-v2__label {
          padding: 0 23px 0 13px;
          margin-right: 10px;
          margin-bottom: 0;
          border-right: 1px solid #454B54; } }
      @media (max-width: 1023px) {
        .filters-search .filters-v1__label,
        .filters-search .filters-v2__label {
          border-bottom: 1px solid #454B54; } }
    .filters-search .filters-v1__category,
    .filters-search .filters-v2__category {
      display: block; }
      @media (min-width: 1024px) {
        .filters-search .filters-v1__category,
        .filters-search .filters-v2__category {
          -webkit-box-flex: 2;
              -ms-flex: 2;
                  flex: 2; } }
    @media (min-width: 1024px) {
      .filters-search .filters-v1__date-from,
      .filters-search .filters-v2__date-from {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media (min-width: 1024px) {
      .filters-search .filters-v1__date-to,
      .filters-search .filters-v2__date-to {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .filters-search .filters-v1 .date_s,
    .filters-search .filters-v1 .date_e,
    .filters-search .filters-v2 .date_s,
    .filters-search .filters-v2 .date_e {
      display: block;
      width: 100%;
      color: #ffffff;
      background-color: transparent;
      border: none; }
      .filters-search .filters-v1 .date_s:-ms-input-placeholder, .filters-search .filters-v1 .date_e:-ms-input-placeholder, .filters-search .filters-v2 .date_s:-ms-input-placeholder, .filters-search .filters-v2 .date_e:-ms-input-placeholder {
        color: #ffffff; }
      .filters-search .filters-v1 .date_s::-ms-input-placeholder, .filters-search .filters-v1 .date_e::-ms-input-placeholder, .filters-search .filters-v2 .date_s::-ms-input-placeholder, .filters-search .filters-v2 .date_e::-ms-input-placeholder {
        color: #ffffff; }
      .filters-search .filters-v1 .date_s::-webkit-input-placeholder, .filters-search .filters-v1 .date_e::-webkit-input-placeholder, .filters-search .filters-v2 .date_s::-webkit-input-placeholder, .filters-search .filters-v2 .date_e::-webkit-input-placeholder {
        color: #ffffff; }
      .filters-search .filters-v1 .date_s::-moz-placeholder, .filters-search .filters-v1 .date_e::-moz-placeholder, .filters-search .filters-v2 .date_s::-moz-placeholder, .filters-search .filters-v2 .date_e::-moz-placeholder {
        color: #ffffff; }
      .filters-search .filters-v1 .date_s::placeholder,
      .filters-search .filters-v1 .date_e::placeholder,
      .filters-search .filters-v2 .date_s::placeholder,
      .filters-search .filters-v2 .date_e::placeholder {
        color: #ffffff; }
      .filters-search .filters-v1 .date_s::-ms-input-placeholder,
      .filters-search .filters-v1 .date_e::-ms-input-placeholder,
      .filters-search .filters-v2 .date_s::-ms-input-placeholder,
      .filters-search .filters-v2 .date_e::-ms-input-placeholder {
        color: #ffffff; }
      .filters-search .filters-v1 .date_s:focus::-webkit-input-placeholder, .filters-search .filters-v1 .date_e:focus::-webkit-input-placeholder, .filters-search .filters-v2 .date_s:focus::-webkit-input-placeholder, .filters-search .filters-v2 .date_e:focus::-webkit-input-placeholder {
        color: transparent; }
      .filters-search .filters-v1 .date_s:focus::-webkit-input-placeholder, .filters-search .filters-v1 .date_s:focus::-moz-placeholder, .filters-search .filters-v1 .date_s:focus:-ms-input-placeholder, .filters-search .filters-v1 .date_s:focus::placeholder,
      .filters-search .filters-v1 .date_e:focus::-webkit-input-placeholder,
      .filters-search .filters-v1 .date_e:focus::-moz-placeholder,
      .filters-search .filters-v1 .date_e:focus:-ms-input-placeholder,
      .filters-search .filters-v1 .date_e:focus::placeholder,
      .filters-search .filters-v2 .date_s:focus::-webkit-input-placeholder,
      .filters-search .filters-v2 .date_s:focus::-moz-placeholder,
      .filters-search .filters-v2 .date_s:focus:-ms-input-placeholder,
      .filters-search .filters-v2 .date_s:focus::placeholder,
      .filters-search .filters-v2 .date_e:focus::-webkit-input-placeholder,
      .filters-search .filters-v2 .date_e:focus::-moz-placeholder,
      .filters-search .filters-v2 .date_e:focus:-ms-input-placeholder,
      .filters-search .filters-v2 .date_e:focus::placeholder {
        color: transparent; }
    .filters-search .filters-v1 .search__button,
    .filters-search .filters-v2 .search__button {
      width: 100%;
      display: block;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.01em;
      text-transform: uppercase; }
      .filters-search .filters-v1 .search__button:focus, .filters-search .filters-v1 .search__button:active,
      .filters-search .filters-v2 .search__button:focus,
      .filters-search .filters-v2 .search__button:active {
        outline: none; }
      @media (min-width: 1024px) {
        .filters-search .filters-v1 .search__button,
        .filters-search .filters-v2 .search__button {
          height: 100%;
          border-radius: 0; } }

#ui-datepicker-div {
  left: 15px;
  background: #232A34;
  padding: 10px;
  border: 1px solid #0a0e13;
  margin: 11px 0;
  display: none;
  max-width: calc( 100% - 15px);
  z-index: 99 !important; }
  @media (min-width: 1024px) {
    #ui-datepicker-div {
      max-width: 100%; } }
  #ui-datepicker-div td, #ui-datepicker-div th {
    padding: 0; }
  #ui-datepicker-div td {
    text-align: center; }
  #ui-datepicker-div a.ui-state-default {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      #ui-datepicker-div a.ui-state-default {
        padding: 12px; } }
  #ui-datepicker-div .ui-datepicker-next.ui-corner-all {
    float: right; }
  #ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
    cursor: pointer; }
  #ui-datepicker-div .ui-datepicker-title {
    text-align: center; }

.search__alert {
  clear: both;
  margin-bottom: 25px;
  text-align: center; }

.js-header-search .filters-v2 {
  background-color: #1d2021; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

textarea, .form__input {
  display: block;
  overflow: visible;
  width: 100%;
  padding: 13px 21px;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  font-size: 12px; }
  textarea:-ms-input-placeholder, .form__input:-ms-input-placeholder {
    color: #A8ACB3; }
  textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder {
    color: #A8ACB3; }
  textarea::-webkit-input-placeholder, .form__input::-webkit-input-placeholder {
    color: #A8ACB3; }
  textarea::-moz-placeholder, .form__input::-moz-placeholder {
    color: #A8ACB3; }
  textarea::placeholder, .form__input::placeholder {
    color: #A8ACB3; }
  textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder {
    color: #A8ACB3; }
  textarea:focus::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder, .form__input:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder, .form__input:focus:-ms-input-placeholder, textarea:focus::placeholder, .form__input:focus::placeholder {
    color: transparent; }

textarea {
  height: 302px; }
  @media (min-width: 640px) {
    textarea {
      height: 130px; } }

input:focus,
input:active,
textarea:focus,
textarea:active {
  border-bottom-color: #1998be;
  outline-color: transparent;
  outline-width: 0; }

label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 14px; }
  label[data-error] {
    display: block;
    height: 0px; }

input[type='checkbox'] {
  display: none; }

input[type='checkbox'] + label {
  margin-left: 25px; }

input[type='checkbox'] + label::after {
  content: '✔';
  cursor: pointer;
  position: absolute;
  width: 9px;
  height: 5px;
  opacity: 0;
  background: transparent;
  top: 0px;
  left: 3px;
  color: #F7F7F7;
  -webkit-transform: scale(0);
          transform: scale(0); }

input[type='checkbox']:checked + label::after {
  opacity: 1;
  color: #232A34;
  -webkit-transform: scale(1);
          transform: scale(1); }

input[type='checkbox'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  border: 2px solid #F7F7F7; }

input[type='radio'] {
  display: none; }

input[type='radio'] + label {
  margin-left: 25px; }

input[type='radio'] + label::after {
  content: '';
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #F7F7F7;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0); }

input[type='radio']:checked + label::after {
  opacity: 1;
  background: #232A34;
  -webkit-transform: scale(1);
          transform: scale(1); }

input[type='radio'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 2px solid #F7F7F7;
  border-radius: 50%; }

/* Chrome orange autofill color override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

.form {
  margin-bottom: 28px; }
  .form:last-child {
    margin-bottom: 0; }
  .form__field-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-bottom-color: #dedede;
    border-bottom-width: 2px; }
    .form__field-icon--left {
      right: auto;
      left: 0; }
  .form__input::-webkit-file-upload-button {
    padding: 8px 15px;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    position: relative;
    left: -10px; }
  .form__input:disabled {
    color: rgba(247, 247, 247, 0.3);
    background: #F7F7F7;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form__input--has-left-icon {
    padding-left: 68px; }
  .form__input--has-right-icon {
    padding-right: 68px; }
  .form__input-row {
    position: relative; }
  .form__required {
    color: #B2153D;
    vertical-align: super;
    font-size: smaller; }
  .form__field-description {
    vertical-align: super;
    font-size: smaller; }
  .form__row {
    position: relative;
    margin-bottom: 28px; }
    @media (min-width: 640px) {
      .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .form__row:last-child {
      margin-bottom: 0; }
  .form__column {
    position: relative; }
    @media (min-width: 640px) {
      .form__column {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 0 !important; } }
    .form__column:not(:last-child) {
      margin-bottom: 25px; }

.hero, .heading,
.heading-second {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  margin-bottom: 0;
  height: 500px; }
  @media (min-width: 1024px) {
    .hero, .heading,
    .heading-second {
      margin-bottom: 80px; } }
  @media (min-width: 1340px) {
    .hero, .heading,
    .heading-second {
      height: 560px; } }
  .hero:before, .heading:before,
  .heading-second:before, .hero:after, .heading:after,
  .heading-second:after, .hero__content, .heading__content,
  .heading-second__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .hero:before, .heading:before,
  .heading-second:before {
    content: '';
    background: #3091b1;
    background: linear-gradient(77deg, #3091b1 0%, #31196d 100%);
    opacity: 0.18;
    z-index: 1; }
  .hero:after, .heading:after,
  .heading-second:after {
    content: '';
    background-color: #020406;
    opacity: 0.35;
    z-index: 2; }
  .hero__background--mobile, .hero__background, .heading__background,
  .heading-second__background {
    position: relative;
    height: 100%; }
    .hero__background--mobile:after, .hero__background:after, .heading__background:after,
    .heading-second__background:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.67)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(255, 255, 255, 0) 100%); }
    .hero__background--mobile img, .hero__background img, .heading__background img, .heading-second__background img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 639px) {
    .hero__background, .heading__background,
    .heading-second__background {
      display: none; } }
  @media (min-width: 640px) {
    .hero__background--mobile {
      display: none; } }
  .hero__content, .heading__content,
  .heading-second__content {
    color: white;
    z-index: 3; }
    .hero__content > .wrapper, .heading__content > .wrapper, .heading-second__content > .wrapper {
      text-align: center;
      margin-top: 100px;
      padding: 0 12px; }
      @media (min-width: 1340px) {
        .hero__content > .wrapper, .heading__content > .wrapper, .heading-second__content > .wrapper {
          padding: 0; } }
  .hero__top_text {
    color: #A8ACB3;
    background-color: rgba(0, 0, 0, 0.43);
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    padding: 20px 12px;
    font-family: 'Rubik'; }
    @media (min-width: 1340px) {
      .hero__top_text {
        font-size: 12px;
        line-height: 20px;
        padding: 20px 0; } }
    .hero__top_text p:not(:last-of-type) {
      margin-bottom: 20px; }
    .hero__top_text strong {
      font-family: 'ProximaNova'; }
    .hero__top_text a {
      color: #A8ACB3;
      font-weight: 500; }
  .hero__top_mini_title, .hero__main_title, .hero__bottom_mini_title {
    text-transform: uppercase;
    font-weight: 400; }
  .hero__top_mini_title {
    margin-bottom: 16px;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: 0.25em;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .hero__top_mini_title {
        font-size: 25px; } }
  .hero__main_title {
    font-family: 'ProximaNova';
    font-size: 2.0em;
    line-height: 1;
    letter-spacing: 0.25em;
    margin-bottom: 10px; }
    @media (min-width: 440px) {
      .hero__main_title {
        font-size: 2.5em;
        letter-spacing: 10px; } }
    @media (min-width: 768px) {
      .hero__main_title {
        font-size: 35px;
        letter-spacing: 10px; } }
    @media (min-width: 1024px) {
      .hero__main_title {
        font-size: 70px;
        letter-spacing: 20px; } }
  .hero__bottom_mini_title {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    @media (min-width: 1024px) {
      .hero__bottom_mini_title {
        font-size: 1em; } }

.home .hero:after, .home .heading:after,
.home .heading-second:after {
  opacity: 0.65; }

.heading,
.heading-second {
  max-height: 260px;
  min-height: 180px;
  height: auto;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .heading,
    .heading-second {
      min-height: 220px; } }
  @media (min-width: 768px) {
    .heading,
    .heading-second {
      min-height: 260px;
      max-height: 310px; } }
  @media (min-width: 1024px) {
    .heading,
    .heading-second {
      min-height: 310px; } }
  .heading__background,
  .heading-second__background {
    max-height: inherit; }
    .heading__background img,
    .heading-second__background img {
      -o-object-position: 50% 36%;
         object-position: 50% 36%;
      max-height: inherit; }
    .heading__background:after,
    .heading-second__background:after {
      display: none; }
  .heading__main-title, .heading__sub-title,
  .heading-second__main-title,
  .heading-second__sub-title {
    text-align: left; }
  .heading__content,
  .heading-second__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .heading__content > .wrapper,
    .heading-second__content > .wrapper {
      margin-top: 0; }
  .heading__main-title,
  .heading-second__main-title {
    font-family: 'ProximaNova';
    font-weight: 700;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 26px; }
    @media (min-width: 640px) {
      .heading__main-title,
      .heading-second__main-title {
        font-size: 26px;
        line-height: 32px; } }
    @media (min-width: 768px) {
      .heading__main-title,
      .heading-second__main-title {
        font-size: 32px;
        line-height: 38px; } }
    @media (min-width: 1024px) {
      .heading__main-title,
      .heading-second__main-title {
        font-size: 50px;
        line-height: 30px; } }
  .heading__sub-title,
  .heading-second__sub-title {
    font-size: 1em;
    line-height: 26px;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .heading__sub-title,
      .heading-second__sub-title {
        font-size: 18px;
        line-height: 30px; } }
  .heading__description,
  .heading-second__description {
    text-align: left;
    font-size: 12px;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .heading__description,
      .heading-second__description {
        font-size: 14px; } }

.heading-second {
  max-height: none;
  height: auto; }
  .heading-second:before, .heading-second:after {
    display: none; }
  .heading-second img {
    display: block;
    width: 100%;
    height: auto; }
  .heading-second__main-title, .heading-second__sub-title {
    text-align: center; }
  .heading-second__background {
    position: absolute;
    max-height: none;
    min-height: auto;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
    .heading-second__background img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      width: 100%;
      height: 100%; }
    .heading-second__background:after {
      display: none; }
  .heading-second__content {
    position: relative;
    height: 100%;
    padding: 20px 0 28px 0; }
    @media (min-width: 640px) {
      .heading-second__content {
        padding: 30px 0 40px 0; } }
    @media (min-width: 1024px) {
      .heading-second__content {
        padding: 40px 0 48px 0; } }
  .heading-second__main-title {
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .heading-second__main-title {
        font-size: 38px;
        line-height: 35px;
        margin-bottom: 20px; } }
  .heading-second__sub-title {
    font-family: 'ProximaNova';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .heading-second__sub-title {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .heading-second__sub-title {
        max-width: 790px; } }
    @media (min-width: 1024px) {
      .heading-second__sub-title {
        margin-bottom: 24px; } }
  .heading-second__image {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .heading-second__image {
        margin-bottom: 10px; } }
  .heading-second__register {
    font-size: 12px;
    line-height: 20px;
    font-family: 'ProximaNova';
    font-weight: 300; }
    .heading-second__register a {
      color: #1998be;
      font-weight: 700; }
  .heading-second.events_are_empty {
    position: relative; }
    .heading-second.events_are_empty .heading-second__background {
      -webkit-filter: none;
              filter: none;
      background-color: #020406;
      opacity: 0.35; }
    .heading-second.events_are_empty .heading-second__content {
      position: absolute; }

.info-block {
  background-color: rgba(15, 20, 28, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(15, 20, 28, 0.3);
          box-shadow: 0 0 20px 0 rgba(15, 20, 28, 0.3);
  text-align: center;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .info-block:not(:first-of-type) {
      margin-left: 1em; } }
  @media (min-width: 1340px) {
    .info-block {
      margin-bottom: 0;
      padding: 30px; } }
  .info-block__title, .info-block__link {
    text-transform: uppercase;
    width: 100%; }
  .info-block__title {
    font-family: 'ProximaNova';
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 3px; }
    @media (min-width: 1024px) {
      .info-block__title {
        font-size: 22px;
        line-height: 30px; } }
  .info-block__subtitle {
    font-size: 0.8em; }
    @media (min-width: 1024px) {
      .info-block__subtitle {
        font-size: 1em; } }
  .info-block__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px; }
    @media (max-width: 1339px) {
      .info-block__link {
        font-size: 0.8em; } }
    .info-block__link svg {
      width: 15px;
      height: 13px;
      margin-left: 10px;
      -webkit-filter: invert(48%) sepia(54%) saturate(710%) hue-rotate(147deg) brightness(93%) contrast(88%);
              filter: invert(48%) sepia(54%) saturate(710%) hue-rotate(147deg) brightness(93%) contrast(88%); }

.instagram-feed {
  padding: 30px 0 0 0; }
  @media (min-width: 440px) {
    .instagram-feed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1024px) {
    .instagram-feed {
      padding: 30px 0 30px 30px; } }
  .instagram-feed h3 {
    font-family: 'ProximaNova';
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 0.8em;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .instagram-feed h3 {
        font-size: 1em; } }
    .instagram-feed h3 img {
      width: 62px;
      height: auto;
      margin-right: 8px;
      -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(9deg) brightness(112%) contrast(101%);
              filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(9deg) brightness(112%) contrast(101%); }
      @media (min-width: 1024px) {
        .instagram-feed h3 img {
          width: 72px; } }
  .instagram-feed .gallery__item {
    margin-bottom: 2%;
    height: 200px;
    position: relative; }
    @media (min-width: 440px) {
      .instagram-feed .gallery__item {
        width: 49%;
        height: 170px; } }
    .instagram-feed .gallery__item a {
      display: block;
      width: 100%;
      height: 100%; }
      .instagram-feed .gallery__item a figure,
      .instagram-feed .gallery__item a img {
        display: block;
        width: inherit;
        height: inherit; }
      .instagram-feed .gallery__item a img {
        -o-object-fit: cover;
           object-fit: cover; }

.listing-item:hover .listing-item__text {
  color: #1998be !important; }

.listing-item:hover .listing-item__image {
  opacity: 0.8; }

.listing-item.image-small .listing-item__image {
  height: 150px; }
  @media (min-width: 1024px) {
    .listing-item.image-small .listing-item__image {
      height: 150px;
      margin-bottom: 23px; } }
  @media (min-width: 1024px) {
    .listing-item.image-small .listing-item__image img {
      max-width: 100%;
      height: 150px; } }
  @media (min-width: 1340px) {
    .listing-item.image-small .listing-item__image img {
      max-width: 100%;
      height: auto; } }

.listing-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background-color: #191E27;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .listing-item__image {
      height: 260px;
      margin-bottom: 23px; } }
  .listing-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1024px) {
      .listing-item__image img {
        max-width: 100%; } }

.listing-item__more {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .listing-item__more {
      margin-top: 14px; } }

.location-listing-item {
  border-radius: 4px;
  overflow: hidden; }
  .location-listing-item__thumbnail {
    margin-bottom: 0;
    border-radius: 0; }
    @media (min-width: 640px) {
      .location-listing-item__thumbnail {
        height: 180px; } }
    @media (min-width: 1024px) {
      .location-listing-item__thumbnail {
        height: 140px; } }
    .location-listing-item__thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .location-listing-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .location-listing-item__content {
    background-color: #232A34;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .location-listing-item__content h3,
    .location-listing-item__content p {
      margin: 0; }
    .location-listing-item__content h3 {
      font-size: 14px;
      font-weight: 500; }
    .location-listing-item__content p {
      min-width: 70px;
      font-size: 13px;
      text-align: right; }

.logo {
  margin: 0px;
  line-height: 1; }
  @media (max-width: 767px) {
    .logo {
      max-width: 150px; } }
  @media (min-width: 640px) {
    .logo {
      height: auto;
      max-width: none;
      max-width: initial; } }
  .logo__link {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    max-width: 180px; }
    @media (max-width: 639px) {
      .logo__link {
        text-align: center; } }
    .logo__link img {
      width: auto;
      vertical-align: middle; }
    .logo__link:hover {
      color: #EEEEEE; }

.google-map {
  height: 0;
  padding-bottom: 100%; }
  @media (min-width: 640px) {
    .google-map {
      padding-bottom: 60%; } }
  @media (min-width: 768px) {
    .google-map {
      padding-bottom: 40%; } }
  @media (min-width: 1024px) {
    .google-map {
      padding-bottom: 30%; } }
  .google-map__js {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.am2-map {
  padding: 0; }
  .am2-map__title {
    font: 700 48px/48px "Rubik", sans-serif;
    padding-top: 50px;
    letter-spacing: normal;
    color: #1998be; }
  .am2-map__columns {
    display: block;
    margin-bottom: 50px; }
    @media (min-width: 640px) {
      .am2-map__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
  .am2-map__col {
    width: 100%;
    line-height: 1.5;
    color: #6c6c6c; }
    .am2-map__col--info, .am2-map__col--description {
      margin-bottom: 25px; }
      @media (min-width: 640px) {
        .am2-map__col--info, .am2-map__col--description {
          margin-bottom: 0; } }
    @media (min-width: 640px) {
      .am2-map__col--info {
        max-width: 235px; } }
    @media (min-width: 1024px) {
      .am2-map__col--info {
        max-width: 315px; } }

.main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.menu {
  /* Default Menu CSS - if used without walker */
  list-style: none;
  padding: 0;
  /* Main Navigation */ }
  .menu--main-menu {
    display: none;
    /* One Menu Item */ }
    @media (min-width: 1340px) {
      .menu--main-menu {
        display: block; } }
    .menu--main-menu .menu-item {
      position: relative;
      display: inline-block;
      /* Show Dropdown Menu Items on hover */
      /* Items that have dropdowns */
      /**
			 * Menu Items Depth
			 * -- target with "depth-#" for each menu-item class levels
			 * The one bellow is for "first level" dropdown menu items
			 */
      /* Hover/Active state for Main/Dropdown Menu Item Links and his ancestors */
      /* Menu Item Link */
      /* Menu Item Dropdown List */ }
      .menu--main-menu .menu-item:hover > .menu-item__dropdown {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible; }
      .menu--main-menu .menu-item--has-children .menu-item__link {
        padding-right: 30px; }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor.menu-item--depth-0 > .menu-item__link, .menu--main-menu .menu-item--has-children.menu-item--current-parent.menu-item--depth-0 > .menu-item__link, .menu--main-menu .menu-item--has-children.menu-item--current-item.menu-item--depth-0 > .menu-item__link, .menu--main-menu .menu-item--has-children:hover.menu-item--depth-0 > .menu-item__link {
        border-bottom-color: transparent; }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children.menu-item--current-parent.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children.menu-item--current-item.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children:hover.menu-item--depth-0::after {
        -webkit-filter: invert(60%) sepia(74%) saturate(4854%) hue-rotate(162deg) brightness(92%) contrast(80%);
                filter: invert(60%) sepia(74%) saturate(4854%) hue-rotate(162deg) brightness(92%) contrast(80%); }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor::after, .menu--main-menu .menu-item--has-children.menu-item--current-parent::after, .menu--main-menu .menu-item--has-children.menu-item--current-item::after, .menu--main-menu .menu-item--has-children:hover::after {
        -webkit-filter: invert(60%) sepia(74%) saturate(4854%) hue-rotate(162deg) brightness(92%) contrast(80%);
                filter: invert(60%) sepia(74%) saturate(4854%) hue-rotate(162deg) brightness(92%) contrast(80%); }
      .menu--main-menu .menu-item--has-children::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 11px;
        height: 11px;
        background: url("../../resources/svg/arrow/down.svg") no-repeat center center;
        background-size: contain;
        -webkit-filter: invert(95%) sepia(4%) saturate(339%) hue-rotate(31deg) brightness(116%) contrast(100%);
                filter: invert(95%) sepia(4%) saturate(339%) hue-rotate(31deg) brightness(116%) contrast(100%); }
      .menu--main-menu .menu-item--depth-0::after {
        border-top-color: #FFFFFF; }
      .menu--main-menu .menu-item--depth-0 .menu-item--has-children::after {
        -webkit-transform: rotate(-90deg) translateY(-50%);
                transform: rotate(-90deg) translateY(-50%); }
      .menu--main-menu .menu-item--depth-1 {
        display: block; }
      .menu--main-menu .menu-item--current-ancestor > .menu-item__link, .menu--main-menu .menu-item--current-item > .menu-item__link, .menu--main-menu .menu-item:hover > .menu-item__link {
        border-bottom-color: #1998be;
        /* For Main Item Link */
        /* For Dropdown Item Link */ }
        .menu--main-menu .menu-item--current-ancestor > .menu-item__link--main, .menu--main-menu .menu-item--current-item > .menu-item__link--main, .menu--main-menu .menu-item:hover > .menu-item__link--main {
          color: #fff; }
        .menu--main-menu .menu-item--current-ancestor > .menu-item__link--dropdown, .menu--main-menu .menu-item--current-item > .menu-item__link--dropdown, .menu--main-menu .menu-item:hover > .menu-item__link--dropdown {
          border-color: white;
          background: #1998be;
          color: #fff;
          border-top-color: #1998be;
          border-bottom-color: transparent; }
      .menu--main-menu .menu-item__link {
        display: block;
        padding: 10px 20px;
        font-weight: 400;
        border-bottom: 3px solid transparent;
        letter-spacing: 0.05em;
        /* Main Menu Item Link */
        /* Dropdown Menu Item Link */ }
        .menu--main-menu .menu-item__link--main {
          color: #fff;
          text-align: center; }
        .menu--main-menu .menu-item__link--dropdown {
          padding: 5px 16px 2px 16px;
          text-align: left; }
      .menu--main-menu .menu-item__dropdown {
        position: absolute;
        top: 100%;
        left: 20px;
        width: auto;
        min-width: 155px;
        opacity: 0;
        visibility: hidden;
        background: #2f3741;
        border-radius: 0 0 4px 4px;
        padding: 8px 0;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(15, 20, 28, 0.21);
                box-shadow: 0px 4px 5px 0px rgba(15, 20, 28, 0.21);
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        z-index: 1030;
        /**
				 * Dropdown Items Depth
				 * -- target with "depth-#" for each dropdown levels
				 * The one bellow is for "second level" dropdown items (0-is for first level dropdown)
				 */
        /* On dropdowns - the menu items are full width, stacked */ }
        .menu--main-menu .menu-item__dropdown--depth-1, .menu--main-menu .menu-item__dropdown--depth-2, .menu--main-menu .menu-item__dropdown--depth-3 {
          top: -3px;
          left: 100%;
          border-top: 0;
          border-left: 3px solid #1998be;
          -webkit-transform: translateX(-15px);
                  transform: translateX(-15px); }
        .menu--main-menu .menu-item__dropdown .menu-item {
          width: 100%;
          font-size: 14px;
          line-height: 20px; }
          .menu--main-menu .menu-item__dropdown .menu-item__link {
            color: #fff; }
  .menu--footer-menu {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    @media (min-width: 640px) {
      .menu--footer-menu {
        text-align: center; } }
    @media (min-width: 1024px) {
      .menu--footer-menu {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .menu--footer-menu .menu-item {
      float: left;
      width: 100%;
      margin: 0 0 0.75em 0; }
      @media (min-width: 1024px) {
        .menu--footer-menu .menu-item {
          margin-bottom: 0;
          margin-right: 20px;
          width: auto; } }
      .menu--footer-menu .menu-item:last-of-type {
        margin-right: 0; }
      .menu--footer-menu .menu-item__link {
        color: #EBEEF0;
        font-weight: 300;
        font-size: 14px; }

.mobile-top-bar {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-offcanvas--left .mobile-top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .site-offcanvas--right .mobile-top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.menu--responsive-menu {
  position: relative;
  display: block;
  padding: 25px 12px; }
  @media (min-width: 1340px) {
    .menu--responsive-menu {
      padding-top: 0;
      padding-left: 0;
      margin-bottom: 25px; } }
  @media (min-width: 1340px) {
    .menu--responsive-menu {
      display: none; } }
  .menu--responsive-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    text-align: left; }
    .menu--responsive-menu .menu-item + .menu-item {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .menu--responsive-menu .menu-item + .menu-item:last-child {
        border-bottom: 1px solid #222833; }
    .menu--responsive-menu .menu-item__link {
      position: relative;
      display: block;
      padding: 8px;
      color: white;
      font-weight: 300;
      text-align: left;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
      .menu--responsive-menu .menu-item__link--main {
        font-size: 16px;
        line-height: 12px;
        font-weight: 300;
        padding: 20px 0; }
        @media (min-width: 640px) {
          .menu--responsive-menu .menu-item__link--main {
            font-size: 16px; } }
      .menu--responsive-menu .menu-item__link--opened {
        color: #1998be; }
        .menu--responsive-menu .menu-item__link--opened .menu-item__toggle svg {
          fill: #1998be; }
    .menu--responsive-menu .menu-item__dropdown {
      position: relative;
      display: none;
      /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
      /* &--depth-0,
      &--depth-1,
      &--depth-2 {
        border-left: 5px solid rgba(0, 0, 0, 0.2);
      } */ }
      .menu--responsive-menu .menu-item__dropdown .menu-item {
        text-align: left;
        background-color: #0f141c;
        padding: 5px 20px; }
        .menu--responsive-menu .menu-item__dropdown .menu-item + .menu-item:last-child {
          border-bottom: 0; }
        .menu--responsive-menu .menu-item__dropdown .menu-item__link {
          font-size: 14px;
          color: white; }
          @media (min-width: 640px) {
            .menu--responsive-menu .menu-item__dropdown .menu-item__link {
              font-size: 15px; } }
          .menu--responsive-menu .menu-item__dropdown .menu-item__link--dropdown {
            color: #1998be; }
            .menu--responsive-menu .menu-item__dropdown .menu-item__link--dropdown:hover {
              color: #fff; }
    .menu--responsive-menu .menu-item__toggle {
      position: absolute;
      top: 50%;
      right: -10px;
      display: block;
      padding: 10px 15px;
      margin: 0;
      background: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1040;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: white;
      min-width: auto;
      height: 100%; }
      .menu--responsive-menu .menu-item__toggle svg {
        display: block;
        width: 22px;
        height: 14px;
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: currentColor; }
        @media (min-width: 640px) {
          .menu--responsive-menu .menu-item__toggle svg {
            width: 28px;
            height: 20px; } }
      .menu--responsive-menu .menu-item__toggle.rotate-arrow svg {
        -webkit-transform: rotate(0);
                transform: rotate(0); }

.resp-buttons {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1340px) {
    .resp-buttons {
      display: none; } }
  .header--direction-right .resp-buttons,
  .site-offcanvas--right .resp-buttons {
    right: 12px;
    padding: 0; }
  .header--direction-left .resp-buttons,
  .site-offcanvas--left .resp-buttons {
    left: 0; }
  .resp-buttons__menu-button, .resp-buttons__menu-text {
    display: inline-block;
    color: white;
    vertical-align: middle; }
  .resp-buttons__menu-text {
    margin: 0 15px; }

.menu-toggle {
  cursor: pointer;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  background: transparent;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .menu-toggle > * {
    display: block; }
  .menu-toggle:hover, .menu-toggle:focus {
    outline: none; }
  .menu-toggle::-moz-focus-inner {
    border: 0; }
  .menu-toggle__lines {
    display: inline-block;
    height: 4.28571px;
    width: 30px;
    border-radius: 2.14286px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: white;
    height: 2.5px;
    position: relative;
    width: 30px;
    background-color: #1998be; }
    .menu-toggle__lines::before, .menu-toggle__lines::after {
      display: inline-block;
      height: 4.28571px;
      width: 30px;
      border-radius: 2.14286px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: white;
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform-origin: 2.14286px center;
              transform-origin: 2.14286px center;
      width: 30px;
      height: 2.5px;
      background-color: #1998be; }
    .menu-toggle__lines::before {
      top: 10px; }
    .menu-toggle__lines::after {
      top: -10px; }
    .menu-toggle--active .menu-toggle__lines {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
              transform: scale3d(0.8, 0.8, 0.8); }

.menu-toggle--xbutterfly .menu-toggle__lines::before, .menu-toggle--xbutterfly .menu-toggle__lines::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; }

.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines {
  background: transparent; }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before, .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
    top: 0;
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
    width: 30px; }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }

/**
* Variables used in this file from abstracts/_variable.scss
*
$component_margin
get_transition(ease-in-out-quad)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.modal-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  width: 600px;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #1998be;
  outline: none; }
  .modal-box .modal-box__header {
    padding: 1.25em 1.5em; }
    .modal-box .modal-box__header .modal-box__title {
      margin: 0; }
  .modal-box .modal-box__footer {
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid #DDDDDD;
    padding: 1em;
    text-align: right; }
  .modal-box .modal-box__modal-body {
    min-height: 80px;
    padding: 1.25em 1.5em; }
  .modal-box .modal-box__close {
    color: #BBBBBB;
    font-size: 2.5em;
    line-height: 1;
    position: absolute;
    right: 2%;
    text-decoration: none;
    top: 5%;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .modal-box .modal-box__close:hover {
      color: #1998be; }

.modal-box__modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900; }
  .modal-box__modal-overlay.active {
    opacity: 1; }

.newsletter-form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px; }
  @media (min-width: 768px) {
    .newsletter-form .wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (min-width: 1340px) {
    .newsletter-form .wrapper {
      padding: 0; } }
  .newsletter-form .wrapper > div {
    width: 100%; }
    @media (min-width: 1024px) {
      .newsletter-form .wrapper > div {
        width: auto; } }

.newsletter-form__info {
  position: relative; }
  @media (min-width: 1024px) {
    .newsletter-form__info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .newsletter-form__info + .newsletter-form__form {
    margin-top: 1em; }
    @media (min-width: 1024px) {
      .newsletter-form__info + .newsletter-form__form {
        margin-left: 15px;
        margin-top: 0; } }

.newsletter-form__title {
  font-family: 'ProximaNova';
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-transform: uppercase; }
  .newsletter-form__title + .newsletter-form__subtitle {
    margin-top: 12px; }

.newsletter-form__subtitle {
  font-size: 14px;
  line-height: 22px; }

.newsletter-form__form {
  position: relative; }
  @media (min-width: 1024px) {
    .newsletter-form__form {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; } }

.newsletter-form__inner-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }
  @media (min-width: 1024px) {
    .newsletter-form__inner-elements {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .newsletter-form__inner-elements > p {
    margin-bottom: 1em;
    width: 100%; }
    @media (min-width: 640px) {
      .newsletter-form__inner-elements > p {
        width: 49%; } }
    @media (min-width: 1024px) {
      .newsletter-form__inner-elements > p {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .newsletter-form__inner-elements > p:not(:first-of-type) {
        margin-left: 15px; } }

.newsletter-form input,
.newsletter-form select {
  height: 42px; }
  @media (min-width: 1024px) {
    .newsletter-form input,
    .newsletter-form select {
      padding: 0 14px; } }
  @media (min-width: 1340px) {
    .newsletter-form input,
    .newsletter-form select {
      padding: 0 21px; } }

.newsletter-form select {
  position: relative;
  display: block; }
  @media (min-width: 1024px) {
    .newsletter-form select {
      padding: 0 14px; } }
  @media (min-width: 1340px) {
    .newsletter-form select {
      padding: 0 14px; } }
  .newsletter-form select:active, .newsletter-form select:focus {
    outline: none; }
  .newsletter-form select option {
    background-color: #232A34; }

.newsletter-form__custom-select {
  height: 42px;
  cursor: pointer; }
  .newsletter-form__custom-select > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    font-size: 12px;
    padding: 0 21px; }
    @media (min-width: 1024px) {
      .newsletter-form__custom-select > span {
        padding: 0 14px; } }
    @media (min-width: 1340px) {
      .newsletter-form__custom-select > span {
        padding: 0 21px; } }

.newsletter-form .field-shift {
  display: none; }

/**
* Variables used in this file from abstracts/_variable.scss
*
$font_line_height
$font_size
$component_margin
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(gray)
get_transition(ease-in-out-quad)
$text_color_primary
$text_color_secondary
$text_color_featured
$text_color_danger
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.notification {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 2px;
  background: #787878;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  zoom: 1; }
  .notification:last-child {
    margin-bottom: 0; }
  .notification::before, .notification::after {
    display: table;
    content: ''; }
  .notification::after {
    clear: both; }
  .notification__close {
    float: right;
    position: relative;
    top: 0px;
    right: -10px;
    font-size: 20px;
    text-decoration: none;
    background: none;
    border: 0;
    margin: 0px;
    padding: 0px 4px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .notification__close:hover, .notification__close:focus {
      background: none;
      border: 0;
      margin: 0px;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .notification .button, .notification .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file .notification a {
    text-decoration: none; }
  .notification__icon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    vertical-align: text-top; }
    .notification__icon:last-child {
      margin-right: 0px; }
  .notification__title {
    margin-bottom: 4px; }
  .notification--success {
    background: #54c6e9;
    color: #FFFFFF;
    fill: #FFFFFF;
    /* .notification__icon {

    } */ }
    .notification--success p {
      color: #FFFFFF; }
    .notification--success a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--success .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--warning {
    background: #e3b07b;
    color: #FFFFFF; }
    .notification--warning p {
      color: #FFFFFF; }
    .notification--warning a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--warning .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--error {
    background: #e9446e;
    color: #FFFFFF; }
    .notification--error p {
      color: #FFFFFF; }
    .notification--error a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--error .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--info {
    background: #13aedd;
    color: #FFFFFF; }
    .notification--info p {
      color: #FFFFFF; }
    .notification--info a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--info .notification__close {
      color: #FFFFFF;
      text-decoration: none; }

.pagination {
  position: relative;
  padding-left: 0;
  text-align: center; }
  .pagination__list {
    padding: 0; }
  .pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
    min-width: 30px; }
    .pagination li a,
    .pagination li .current {
      color: #ffffff;
      display: inline-block;
      font-size: 1.2rem;
      padding: 0 10px;
      line-height: 30px; }
      .pagination li a:hover,
      .pagination li .current:hover {
        background: #0B647F;
        color: #fff; }
    .pagination li .current {
      color: #fff;
      background: #0B647F; }
    .pagination li.active a {
      color: #FFFFFF; }
      .pagination li.active a:hover {
        background: #0B647F; }
    .pagination li.active {
      background-color: #1998be; }
    .pagination li.disabled a {
      cursor: default;
      color: #999999; }
    .pagination li i {
      font-size: 2rem; }
  .pagination li.pages ul li {
    display: inline-block;
    float: none; }
  .pagination__arrow.disabled {
    pointer-events: none;
    opacity: .5; }
  .pagination__arrow svg {
    width: 30px;
    height: 30px;
    fill: #1998be; }
  .pagination__arrow:hover a {
    background: none; }
    .pagination__arrow:hover a svg {
      fill: #0B647F; }
  .pagination__arrow .pagination__arrow--next {
    position: absolute;
    right: 0; }

@media (min-width: 440px) and (max-width: 1023px) {
  .place-details {
    display: grid;
    grid-column-gap: 20px;
    grid-auto-rows: auto 130px auto auto; } }

.place-details__logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto; }
  @media (max-width: 1023px) {
    .place-details__logo img {
      width: auto;
      margin: auto; } }

@media (min-width: 440px) and (max-width: 1023px) {
  .place-details > div {
    width: 100%; } }

@media (min-width: 440px) and (max-width: 1023px) {
  .place-details > div.place-details__logo {
    width: 100%;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3; } }

.place-details > div:nth-child(2) {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .place-details > div:nth-child(2) {
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .place-details > div:nth-child(2) {
      margin-top: 30px; } }

@media (min-width: 1024px) {
  .place-details > div > p,
  .place-details > div > div > p {
    font-size: 14px; } }

.place-details__when-to-visit > div:not(:first-of-type) {
  margin-top: 30px; }

@media (min-width: 440px) and (max-width: 1023px) {
  .place-details__where-to-go {
    margin-top: 0 !important; } }

@media (min-width: 440px) and (max-width: 1023px) {
  .place-details__get-directions {
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3; } }

.read-more-toggle {
  position: relative;
  display: inline-block; }
  .read-more-toggle__text-area {
    position: relative;
    margin-bottom: 20px; }
    .read-more-toggle__text-area.more_than_250::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 144px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(67%, #0f141c), to(#0f141c));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0f141c 67%, #0f141c 100%); }

.related-events {
  padding: 40px 0;
  background-color: #0a0e13; }
  .related-events__title {
    font-family: 'ProximaNova';
    font-weight: 700;
    font-size: 1em;
    line-height: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    @media (min-width: 640px) {
      .related-events__title {
        font-size: 1.2em; } }
    @media (min-width: 768px) {
      .related-events__title {
        font-size: 1.3em; } }
    @media (min-width: 1024px) {
      .related-events__title {
        font-size: 1.4em; } }
    @media (min-width: 1340px) {
      .related-events__title {
        font-size: 25px; } }
  .related-events__slider {
    position: relative; }
  .related-events .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .related-events .slick-list {
    margin: 0 -10px; }
    @media (min-width: 1340px) {
      .related-events .slick-list {
        margin: 0 -30px; } }
  .related-events__slider-item.slick-slide {
    margin: 0 10px;
    height: auto; }
    @media (min-width: 1340px) {
      .related-events__slider-item.slick-slide {
        margin: 0 30px; } }
  .related-events .events-listing-item, .related-events .events-listing-item-second, .related-events .location-listing-item {
    max-width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .related-events .events-listing-item__thumbnail, .related-events .events-listing-item-second__thumbnail, .related-events .location-listing-item__thumbnail {
      height: 150px;
      margin: 0; }
      @media (min-width: 1340px) {
        .related-events .events-listing-item__thumbnail, .related-events .events-listing-item-second__thumbnail, .related-events .location-listing-item__thumbnail {
          height: 190px; } }
    .related-events .events-listing-item .global-date, .related-events .events-listing-item-second .global-date, .related-events .location-listing-item .global-date {
      width: 44px;
      top: 8px;
      right: 9px; }
      @media (min-width: 1340px) {
        .related-events .events-listing-item .global-date, .related-events .events-listing-item-second .global-date, .related-events .location-listing-item .global-date {
          width: 64px; } }
      .related-events .events-listing-item .global-date__month, .related-events .events-listing-item-second .global-date__month, .related-events .location-listing-item .global-date__month, .related-events .events-listing-item .global-date__day, .related-events .events-listing-item-second .global-date__day, .related-events .location-listing-item .global-date__day {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
      .related-events .events-listing-item .global-date__month, .related-events .events-listing-item-second .global-date__month, .related-events .location-listing-item .global-date__month {
        font-size: 10px;
        height: 20px;
        line-height: 20px; }
        @media (min-width: 1340px) {
          .related-events .events-listing-item .global-date__month, .related-events .events-listing-item-second .global-date__month, .related-events .location-listing-item .global-date__month {
            font-size: 14px;
            height: 25px;
            line-height: 25px; } }
      .related-events .events-listing-item .global-date__day, .related-events .events-listing-item-second .global-date__day, .related-events .location-listing-item .global-date__day {
        font-size: 16px;
        height: 26px;
        line-height: 26px; }
        @media (min-width: 1340px) {
          .related-events .events-listing-item .global-date__day, .related-events .events-listing-item-second .global-date__day, .related-events .location-listing-item .global-date__day {
            font-size: 26px;
            height: 36px;
            line-height: 36px; } }
    .related-events .events-listing-item__title, .related-events .events-listing-item-second__title, .related-events .location-listing-item__title {
      font-weight: 500;
      font-size: 0.8em;
      line-height: normal; }
      @media (min-width: 640px) {
        .related-events .events-listing-item__title, .related-events .events-listing-item-second__title, .related-events .location-listing-item__title {
          font-size: 0.9em; } }
      @media (min-width: 768px) {
        .related-events .events-listing-item__title, .related-events .events-listing-item-second__title, .related-events .location-listing-item__title {
          font-size: 1em; } }
      @media (min-width: 1024px) {
        .related-events .events-listing-item__title, .related-events .events-listing-item-second__title, .related-events .location-listing-item__title {
          font-size: 1.1em; } }
      @media (min-width: 1340px) {
        .related-events .events-listing-item__title, .related-events .events-listing-item-second__title, .related-events .location-listing-item__title {
          font-size: 20px;
          line-height: 26px; } }
    .related-events .events-listing-item__link, .related-events .events-listing-item-second__link, .related-events .location-listing-item__link {
      background-color: #232A34;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .related-events .events-listing-item__excerpt-text, .related-events .events-listing-item-second__excerpt-text {
      font-size: 0.7em;
      line-height: normal; }
      @media (min-width: 1340px) {
        .related-events .events-listing-item__excerpt-text, .related-events .events-listing-item-second__excerpt-text {
          font-size: 15px;
          line-height: 22px; } }
    .related-events .events-listing-item__content, .related-events .events-listing-item-second__content {
      background-color: #232A34;
      padding: 12px; }
      @media (min-width: 768px) {
        .related-events .events-listing-item__content, .related-events .events-listing-item-second__content {
          padding: 18px 18px 10px; } }
      @media (min-width: 1340px) {
        .related-events .events-listing-item__content, .related-events .events-listing-item-second__content {
          padding: 24px 24px 10px; } }
    .related-events .events-listing-item__more, .related-events .events-listing-item-second__more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      font-size: 0.85em;
      background-color: #232A34;
      padding: 0 12px 12px; }
      @media (min-width: 1340px) {
        .related-events .events-listing-item__more, .related-events .events-listing-item-second__more {
          font-size: 1em;
          padding: 0 24px 24px 24px; } }
  .related-events .slick-prev,
  .related-events .slick-next {
    width: 25px;
    height: 25px;
    top: 45%;
    opacity: 0.8;
    min-width: auto; }
  .related-events .slick-next {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    right: -35px; }
    @media (max-width: 1023px) {
      .related-events .slick-next {
        right: 1em; } }
    @media (max-width: 1339px) {
      .related-events .slick-next {
        display: none; } }
  .related-events .slick-prev {
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    left: -35px; }
    @media (max-width: 1023px) {
      .related-events .slick-prev {
        left: 1em; } }
    @media (max-width: 1339px) {
      .related-events .slick-prev {
        display: none; } }

/*** Slider ***/
.am2-slider {
  position: relative;
  padding: 0; }
  .am2-slider__item {
    position: relative; }
    .am2-slider__item + .am2-slider__item:not(.slick-slide) {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .am2-slider__item-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .am2-slider__item-heading, .am2-slider__item-description {
      color: #0f141c;
      text-align: center; }
    .am2-slider__item .am2-image__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-bottom: 0;
      background-size: cover;
      background-position: center;
      z-index: -1; }
    .am2-slider__item .columns {
      padding: 8rem 0 10rem; }

.slick-slider a:focus {
  outline: none; }

.social-share, .default-page__social-links {
  margin-top: 25px;
  padding: 10px 0; }
  @media (max-width: 1023px) {
    .social-share, .default-page__social-links {
      text-align: center; } }
  @media (min-width: 768px) {
    .social-share, .default-page__social-links {
      margin-top: 35px; } }
  @media (min-width: 1024px) {
    .social-share, .default-page__social-links {
      padding: 30px;
      margin-top: 50px; } }
  .social-share a, .default-page__social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    fill: #1998be;
    border-radius: 50%;
    border: 2px solid #1998be; }
    .social-share a:hover, .default-page__social-links a:hover {
      background-color: #1998be;
      fill: #ffffff; }
    .social-share a:not(:first-of-type), .default-page__social-links a:not(:first-of-type) {
      margin-left: 10px; }
    .social-share a svg, .default-page__social-links a svg {
      width: 50%;
      height: inherit; }
  .social-share__title {
    font-size: 12px;
    font-weight: 500;
    color: #787878;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .social-share__title {
        font-size: 15px;
        margin-bottom: 20px; } }
  .social-share__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .social-share__items {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.social__list {
  padding: 0px; }

.social__item {
  list-style-type: none;
  float: left;
  margin: 0px 4px; }

.social__link {
  display: block; }
  .social__link:hover {
    opacity: 0.6; }
  .social__link svg {
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    fill: #1998be;
    margin: 5px; }

.social--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social--mobile .social__link svg {
    width: 20px;
    height: 20px; }

.status {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  line-height: 16px;
  border-radius: 3px; }
  .status::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
    background: #232A34;
    vertical-align: middle; }
  .status__primary::before {
    background: #1998be; }
  .status__secondary::before {
    background: #0B647F; }
  .status__featured::before {
    background: #CC7D2C; }
  .status__transparent::before {
    background: transparent; }
  .status__danger::before {
    background: #B2153D; }
  .status__new::before {
    background: #F1E41E; }
  .status__in-progress::before {
    background: #67E6E7; }
  .status__done::before {
    background: #ADE358; }
  .status__received::before {
    background: #A15BAE; }
  .status__at-engravers::before {
    background: #AEAEAE; }
  .status__shipping::before {
    background: #F19D1A; }
  .status__completed::before {
    background: #ADE358; }
  .status__canceled::before {
    background: #DE3524; }
  .status__invoice-pending::before {
    background: #F19D1A; }
  .status__closed::before {
    background: #AEAEAE; }
  .status__paid::before {
    background: #67A6E7; }
  .status__full-width {
    width: 100%; }

/**
* Variables used in this file from abstracts/_variable.scss
*
* None
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.svg-icon {
  display: inline-block;
  vertical-align: middle; }
  .svg-icon__full-width {
    width: 100%; }
  .svg-icon__large {
    width: 72px;
    height: 72px; }
  .svg-icon__medium {
    width: 28px;
    height: 28px; }
  .svg-icon__small {
    width: 14px;
    height: 14px; }

.switch-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .switch-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 35px;
    background-color: #13c0f7;
    border-radius: 4px; }
    .switch-post a:last-child {
      margin-left: 12px; }
  .switch-post svg {
    width: 21px;
    height: 21px; }
  .switch-post__prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/**
* Variables used in this file from abstracts/_variable.scss
*
get_transition(ease-in-out-quad)
get_color(gray)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.am2-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto; }
  .am2-table:last-child {
    margin-bottom: 0px; }

.table {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #F7F7F7;
  border-left: 1px solid #F7F7F7;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto; }
  .table__head .table__row:hover {
    background: inherit; }
  .table__heading {
    vertical-align: middle;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    text-align: center;
    padding: 5px 10px; }
  .table__row:hover {
    background: #F7F7F7; }
  .table__cell {
    text-align: left;
    padding: 5px 10px;
    border-top: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7; }
    .table__cell:first-child {
      text-align: left; }

/**
* Variables used in this file from abstracts/_variable.scss
*
$component_margin
get_color(primary)
get_color(gray)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.am2-tabs:last-child {
  margin-bottom: 0px; }

.am2-tabs__titles {
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.am2-tabs__title {
  float: left;
  cursor: pointer;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__title--current .am2-tabs__link {
    background: white;
    border-bottom: 2px solid #1998be; }

.am2-tabs__link {
  padding: 10px 20px;
  display: inline-block;
  background: #F7F7F7;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__link:hover {
    background: white;
    border-bottom: 2px solid #1998be; }
  .am2-tabs__link[disabled] {
    cursor: not-allowed;
    background: white; }
    .am2-tabs__link[disabled]:hover {
      background: inherit;
      border-bottom: 2px solid transparent; }

.am2-tabs__panels {
  width: 100%; }

.am2-tabs__panel {
  display: none;
  padding: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__panel--current {
    display: block; }

.title-with-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .title-with-date {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 45px; } }
  .title-with-date .global-date {
    position: static;
    width: 50px;
    margin-bottom: 1em; }
    @media (min-width: 640px) {
      .title-with-date .global-date {
        width: 60px; } }
    @media (min-width: 768px) {
      .title-with-date .global-date {
        width: 70px; } }
    @media (min-width: 1024px) {
      .title-with-date .global-date {
        width: 80px;
        margin-bottom: 0;
        margin-right: 1.1em; } }
    .title-with-date .global-date__month, .title-with-date .global-date__day {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      height: auto;
      line-height: normal; }
    .title-with-date .global-date__month {
      height: 20px; }
      @media (min-width: 640px) {
        .title-with-date .global-date__month {
          font-size: 16px;
          height: 28px; } }
      @media (min-width: 768px) {
        .title-with-date .global-date__month {
          font-size: 18px;
          height: 32px; } }
    .title-with-date .global-date__day {
      height: 30px; }
      @media (min-width: 640px) {
        .title-with-date .global-date__day {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .title-with-date .global-date__day {
          font-size: 33px;
          height: 45px; } }
  .title-with-date__main, .title-with-date__sub {
    font-family: 'ProximaNova'; }
  .title-with-date__main {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 640px) {
      .title-with-date__main {
        font-size: 28px;
        line-height: 30px; } }
    @media (min-width: 768px) {
      .title-with-date__main {
        font-size: 32px;
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .title-with-date__main {
        font-size: 38px;
        line-height: 35px; } }
  .title-with-date__sub {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: 400;
    margin: 8px 0 0 0; }
    @media (min-width: 640px) {
      .title-with-date__sub {
        font-size: 0.9em;
        line-height: 22px; } }
    @media (min-width: 768px) {
      .title-with-date__sub {
        font-size: 1em;
        line-height: 24px; } }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** Map ***/
.am2-map-box {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

/* Gutenberg Default */
@media (min-width: 768px) {
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap; } }

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: block; } }

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    max-width: 100%; } }

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 35px; } }

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: 0; }
  @media (min-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 30px; } }
  @media (min-width: null) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 6%; } }

.wp-block-media-text__media, .wp-block-media-text__content {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.wp-block-media-text__media, .wp-block-media-text__content {
  max-width: 50%; }

.wp-block-media-text a:not(.button) {
  font-weight: 400; }

/* Helpers. */
/**
* Variables used in this file from abstracts/_variable.scss
*
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(dark)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.effect--waves {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  /* Firefox Bug: link not triggered */ }
  .effect--waves .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(35, 42, 52, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none; }
  .effect--waves input[type='button'],
  .effect--waves input[type='reset'],
  .effect--waves input[type='submit'] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .effect--waves img {
    position: relative;
    z-index: -1; }
  .effect--waves .waves-notransition {
    -webkit-transition: none !important;
    transition: none !important; }
  .effect--waves .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
  .effect--waves .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom; }
    .effect--waves .waves-input-wrapper .waves-button-input {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
  .effect--waves .waves-block {
    display: block; }
  .effect--waves .waves-effect .waves-ripple {
    z-index: -1; }

.effect--primary .waves-ripple {
  background-color: rgba(25, 152, 190, 0.7); }

.effect--secondary .waves-ripple {
  background-color: rgba(11, 100, 127, 0.7); }

.effect--featured .waves-ripple {
  background-color: rgba(204, 125, 44, 0.7); }

.effect--danger .waves-ripple {
  background-color: rgba(178, 21, 61, 0.7); }

/**
*
* Helpers
*
**/
.anchor {
  position: absolute;
  top: -50px;
  left: 0; }

.will-animate {
  opacity: 0; }
  .will-animate.animated {
    opacity: 1; }

.float-none {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text {
  text-rendering: optimizeLegibility; }
  .text--center {
    text-align: center; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--justify {
    text-align: justify; }
  .text--uppercase {
    text-transform: uppercase; }
  .text--lowercase {
    text-transform: lowercase; }
  .text--capitalize {
    text-transform: capitalize; }
  .text--thin {
    font-weight: 300; }
  .text--light {
    font-weight: 300; }
  .text--bold {
    font-weight: 600; }
  .text--black {
    font-family: "Rubik", sans-serif;
    font-weight: 900; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.no-padding {
  padding: 0px; }

.color-primary {
  color: #1998be; }

.color-secondary {
  color: #0B647F; }

.color-featured {
  color: #CC7D2C; }

.color-danger {
  color: #B2153D; }

.background-primary {
  background: #1998be; }

.background-secondary {
  background: #0B647F; }

.background-featured {
  background: #CC7D2C; }

.background-danger {
  background: #B2153D; }

.fill-primary {
  fill: #1998be; }

.fill-secondary {
  fill: #0B647F; }

.fill-featured {
  fill: #CC7D2C; }

.fill-danger {
  fill: #B2153D; }

.depth-shadow::before, .depth-shadow::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10; }

.depth-shadow--top::before {
  content: '';
  height: 35%;
  bottom: auto;
  bottom: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 20%, transparent 40%); }
  .is__IE .depth-shadow--top::before {
    content: none; }

.depth-shadow--bottom::after {
  content: '';
  height: 35%;
  top: auto;
  top: initial;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 20%, transparent 40%); }
  .is__IE .depth-shadow--bottom::after {
    content: none; }

/* Pages. */
.archive .events-archive .listing-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.archive .places-archive,
.archive .events-archive {
  background-color: #0a0e13; }
  .archive .places-archive__title,
  .archive .events-archive__title {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
    @media (min-width: 640px) {
      .archive .places-archive__title,
      .archive .events-archive__title {
        font-size: 24px; } }
    @media (min-width: 768px) {
      .archive .places-archive__title,
      .archive .events-archive__title {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      .archive .places-archive__title,
      .archive .events-archive__title {
        font-size: 30px; } }
    .archive .places-archive__title span,
    .archive .events-archive__title span {
      color: #13c0f7; }
  .archive .places-archive__inner,
  .archive .events-archive__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 640px) {
      .archive .places-archive__inner,
      .archive .events-archive__inner {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .archive .places-archive__types,
  .archive .events-archive__types {
    position: relative;
    top: -25px;
    margin-bottom: 25px;
    z-index: 9; }
    @media (min-width: 1024px) {
      .archive .places-archive__types,
      .archive .events-archive__types {
        margin-bottom: 45px; } }
  .archive .places-archive__type,
  .archive .events-archive__type {
    width: 100%;
    margin: 0 0 2% 0;
    padding: 14px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    @media (min-width: 440px) {
      .archive .places-archive__type,
      .archive .events-archive__type {
        width: 49%; } }
    @media (min-width: 640px) {
      .archive .places-archive__type,
      .archive .events-archive__type {
        width: calc( 33% - 8px);
        margin-right: 8px;
        font-size: 14px; } }
    @media (min-width: 768px) {
      .archive .places-archive__type,
      .archive .events-archive__type {
        width: calc( 33% - 6px);
        margin-right: 12px; } }
    @media (max-width: 1023px) {
      .archive .places-archive__type:nth-of-type(3n),
      .archive .events-archive__type:nth-of-type(3n) {
        margin-right: 0; } }
    @media (min-width: 1024px) {
      .archive .places-archive__type,
      .archive .events-archive__type {
        width: auto; } }
    .archive .places-archive__type:last-of-type,
    .archive .events-archive__type:last-of-type {
      margin-right: 0; }
  .archive .places-archive__featured-places, .archive .places-archive__featured-events,
  .archive .events-archive__featured-places,
  .archive .events-archive__featured-events {
    padding-bottom: 40px; }
    @media (min-width: 1024px) {
      .archive .places-archive__featured-places, .archive .places-archive__featured-events,
      .archive .events-archive__featured-places,
      .archive .events-archive__featured-events {
        padding-bottom: 80px; } }
  .archive .places-archive__places-list, .archive .places-archive__events-list,
  .archive .events-archive__places-list,
  .archive .events-archive__events-list {
    background-color: #0f141c;
    padding: 40px 0; }
    @media (min-width: 1024px) {
      .archive .places-archive__places-list, .archive .places-archive__events-list,
      .archive .events-archive__places-list,
      .archive .events-archive__events-list {
        padding: 60px 0; } }
    .archive .places-archive__places-list h2, .archive .places-archive__events-list h2,
    .archive .events-archive__places-list h2,
    .archive .events-archive__events-list h2 {
      font-size: 1em; }
      @media (min-width: 640px) {
        .archive .places-archive__places-list h2, .archive .places-archive__events-list h2,
        .archive .events-archive__places-list h2,
        .archive .events-archive__events-list h2 {
          font-size: 18px; } }
      @media (min-width: 768px) {
        .archive .places-archive__places-list h2, .archive .places-archive__events-list h2,
        .archive .events-archive__places-list h2,
        .archive .events-archive__events-list h2 {
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .archive .places-archive__places-list h2, .archive .places-archive__events-list h2,
        .archive .events-archive__places-list h2,
        .archive .events-archive__events-list h2 {
          font-size: 22px; } }
    .archive .places-archive__places-list .listing-item__more a, .archive .places-archive__events-list .listing-item__more a,
    .archive .events-archive__places-list .listing-item__more a,
    .archive .events-archive__events-list .listing-item__more a {
      font-size: 15px;
      letter-spacing: 0.005em; }
  .archive .places-archive .show-more-button,
  .archive .events-archive .show-more-button {
    text-align: center;
    margin-top: 48px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .archive .places-archive .show-more-button,
      .archive .events-archive .show-more-button {
        margin-top: 40px; } }
    .archive .places-archive .show-more-button a,
    .archive .events-archive .show-more-button a {
      min-width: 190px; }
  .archive .places-archive.empty_events,
  .archive .events-archive.empty_events {
    background-color: transparent; }
    .archive .places-archive.empty_events .template-slider-items,
    .archive .events-archive.empty_events .template-slider-items {
      padding: 0; }

.default-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0; }
  @media (min-width: 640px) {
    .default-page__inner {
      padding: 55px 0; } }
  @media (min-width: 1024px) {
    .default-page__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 70px 0; } }
  .default-page__inner h1,
  .default-page__inner h2,
  .default-page__inner h3,
  .default-page__inner h4,
  .default-page__inner h5,
  .default-page__inner h6 {
    font-weight: 700;
    margin-bottom: 0; }
    .default-page__inner h1 + p,
    .default-page__inner h2 + p,
    .default-page__inner h3 + p,
    .default-page__inner h4 + p,
    .default-page__inner h5 + p,
    .default-page__inner h6 + p {
      margin-top: 0; }
  .default-page__inner h1 {
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 640px) {
      .default-page__inner h1 {
        font-size: 22px;
        line-height: 26px; } }
    @media (min-width: 1024px) {
      .default-page__inner h1 {
        font-size: 24px;
        line-height: 28px; } }
  .default-page__inner h2 {
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 1024px) {
      .default-page__inner h2 {
        font-size: 20px;
        line-height: 24px; } }
    .default-page__inner h2 + p {
      margin-top: 16px; }
      @media (min-width: 640px) {
        .default-page__inner h2 + p {
          margin-top: 22px; } }
      @media (min-width: 1024px) {
        .default-page__inner h2 + p {
          margin-top: 28px; } }
  .default-page__inner h3 {
    font-size: 14px;
    line-height: 22px; }
  .default-page__inner h4 {
    font-size: 14px;
    line-height: 22px; }
  .default-page__inner p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 18px; }
    @media (min-width: 640px) {
      .default-page__inner p {
        margin-top: 22px; } }
    @media (min-width: 1024px) {
      .default-page__inner p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 28px; } }
    .default-page__inner p + h1,
    .default-page__inner p + h2,
    .default-page__inner p + h3,
    .default-page__inner p + h4 {
      margin-top: 20px; }
      @media (min-width: 640px) {
        .default-page__inner p + h1,
        .default-page__inner p + h2,
        .default-page__inner p + h3,
        .default-page__inner p + h4 {
          margin-top: 24px; } }
      @media (min-width: 1024px) {
        .default-page__inner p + h1,
        .default-page__inner p + h2,
        .default-page__inner p + h3,
        .default-page__inner p + h4 {
          margin-top: 32px; } }
  .default-page__inner ul, .default-page__inner ol {
    margin-top: 18px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px; }
    @media (min-width: 640px) {
      .default-page__inner ul, .default-page__inner ol {
        margin-top: 22px; } }
    @media (min-width: 1024px) {
      .default-page__inner ul, .default-page__inner ol {
        font-size: 14px;
        line-height: 22px;
        margin-top: 28px; } }

@media (min-width: 1024px) {
  .default-page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .default-page__content + .default-page__sidebar {
      margin-left: 80px; } }

.default-page__content form {
  padding: 20px 18px;
  background-color: #232A34;
  margin: 32px 0;
  border-radius: 4px; }
  @media (min-width: 1024px) {
    .default-page__content form {
      padding: 24px 20px;
      margin: 32px 0; } }
  .default-page__content form > p:last-of-type {
    margin-top: 18px; }
  .default-page__content form > p input {
    min-width: 80px;
    font-size: 16px;
    letter-spacing: 0.01em; }

.default-page__content .form__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px; }
  .default-page__content .form__row p {
    width: 100%;
    margin-top: 0; }
    @media (min-width: 768px) {
      .default-page__content .form__row p {
        width: 49%; } }
    @media (min-width: 1024px) {
      .default-page__content .form__row p {
        width: 100%; } }
    .default-page__content .form__row p:not(:last-of-type) {
      margin-bottom: 18px; }

.default-page__content .form__input {
  background-color: #1d232d;
  border-color: #0f141c;
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .default-page__content .form__input {
      font-size: 14px;
      line-height: 22px; } }
  .default-page__content .form__input:-ms-input-placeholder {
    color: #787878; }
  .default-page__content .form__input::-ms-input-placeholder {
    color: #787878; }
  .default-page__content .form__input::-webkit-input-placeholder {
    color: #787878; }
  .default-page__content .form__input::-moz-placeholder {
    color: #787878; }
  .default-page__content .form__input::placeholder {
    color: #787878; }
  .default-page__content .form__input::-ms-input-placeholder {
    color: #787878; }
  .default-page__content .form__input:focus::-webkit-input-placeholder {
    color: transparent; }
  .default-page__content .form__input:focus::-webkit-input-placeholder, .default-page__content .form__input:focus::-moz-placeholder, .default-page__content .form__input:focus:-ms-input-placeholder, .default-page__content .form__input:focus::placeholder {
    color: transparent; }

.default-page__content textarea {
  resize: none;
  max-height: 200px; }
  @media (min-width: 768px) {
    .default-page__content textarea {
      max-height: none; } }

.default-page__sidebar {
  width: 100%;
  margin-top: 48px; }
  @media (min-width: 1024px) {
    .default-page__sidebar {
      width: 370px;
      margin-top: 0; } }
  .default-page__sidebar section {
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .default-page__sidebar section {
        margin-bottom: 48px; } }
  .default-page__sidebar h2 {
    margin-bottom: 23px; }
  .default-page__sidebar .instagram-feed {
    padding: 0; }
    .default-page__sidebar .instagram-feed h3 {
      margin-bottom: 18px; }

.default-page__links_list p:not(:first-of-type) {
  margin-top: 16px; }

.default-page__links_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1; }
  @media (min-width: 1024px) {
    .default-page__links_list a {
      font-size: 16px; } }
  .default-page__links_list a:hover svg {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(103%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(103%) contrast(101%); }
  .default-page__links_list a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.default-page__links_list svg {
  width: 15px;
  height: 15px;
  margin-right: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: invert(48%) sepia(18%) saturate(1791%) hue-rotate(147deg) brightness(100%) contrast(96%);
          filter: invert(48%) sepia(18%) saturate(1791%) hue-rotate(147deg) brightness(100%) contrast(96%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.default-page__active-link svg {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(103%) contrast(101%); }

.default-page__contact_form h2 {
  margin-bottom: 23px; }

.default-page__contact_form form {
  padding: 20px 18px;
  background-color: #232A34; }
  @media (min-width: 1024px) {
    .default-page__contact_form form {
      padding: 24px 20px; } }
  .default-page__contact_form form > p:last-of-type {
    margin-top: 18px; }

.default-page__contact_form .form__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px; }
  .default-page__contact_form .form__row p {
    width: 100%;
    margin-top: 0; }
    @media (min-width: 768px) {
      .default-page__contact_form .form__row p {
        width: 49%; } }
    @media (min-width: 1024px) {
      .default-page__contact_form .form__row p {
        width: 100%; } }
    .default-page__contact_form .form__row p:not(:last-of-type) {
      margin-bottom: 18px; }

.default-page__contact_form .form__input {
  background-color: #1d232d;
  border-color: #0f141c;
  font-size: 14px; }
  .default-page__contact_form .form__input:-ms-input-placeholder {
    color: #787878; }
  .default-page__contact_form .form__input::-ms-input-placeholder {
    color: #787878; }
  .default-page__contact_form .form__input::-webkit-input-placeholder {
    color: #787878; }
  .default-page__contact_form .form__input::-moz-placeholder {
    color: #787878; }
  .default-page__contact_form .form__input::placeholder {
    color: #787878; }
  .default-page__contact_form .form__input::-ms-input-placeholder {
    color: #787878; }
  .default-page__contact_form .form__input:focus::-webkit-input-placeholder {
    color: transparent; }
  .default-page__contact_form .form__input:focus::-webkit-input-placeholder, .default-page__contact_form .form__input:focus::-moz-placeholder, .default-page__contact_form .form__input:focus:-ms-input-placeholder, .default-page__contact_form .form__input:focus::placeholder {
    color: transparent; }

.default-page__contact_form textarea {
  resize: none;
  max-height: 200px; }
  @media (min-width: 768px) {
    .default-page__contact_form textarea {
      max-height: none; } }

.default-page__contact_form .button, .default-page__contact_form .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a, .single-page-custom-content .wp-block-group.group-with-download .wp-block-file .default-page__contact_form a {
  min-width: 80px;
  font-size: 16px;
  letter-spacing: 0.01em; }

.default-page__information-items p:not(:last-of-type) {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .default-page__information-items p:not(:last-of-type) {
      margin-bottom: 28px; } }

.default-page__information-items p span {
  display: block;
  font-size: 15px;
  line-height: 22px; }
  @media (min-width: 1024px) {
    .default-page__information-items p span {
      font-size: 17px;
      line-height: 22px; } }
  .default-page__information-items p span:first-of-type {
    font-weight: 500;
    color: #787878;
    font-size: 13px;
    line-height: 22px; }
    @media (min-width: 1024px) {
      .default-page__information-items p span:first-of-type {
        font-size: 15px;
        line-height: 22px; } }

.default-page__information-items a {
  color: #ffffff; }

.default-page__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-top: 22px; }
  @media (min-width: 1024px) {
    .default-page__social-links {
      margin-top: 30px; } }
  .default-page__social-links h3 {
    width: 100%;
    margin-bottom: 16px;
    font-weight: 500;
    color: #787878;
    font-size: 13px;
    line-height: 22px; }
    @media (min-width: 1024px) {
      .default-page__social-links h3 {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px; } }

.home .info-list, .home .newsletter-form {
  margin-bottom: 0; }

.event-single .hero, .event-single .heading,
.event-single .heading-second {
  position: absolute;
  height: 652px; }
  @media (max-width: 639px) {
    .event-single .hero, .event-single .heading,
    .event-single .heading-second {
      height: 340px; } }
  .event-single .hero img, .event-single .heading img, .event-single .heading-second img {
    -o-object-position: 50% 80%;
       object-position: 50% 80%; }

.event-single__image {
  margin-bottom: 28px;
  border-radius: 0px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .event-single__image {
      margin-bottom: 38px; } }

.event-single__description {
  font-size: 0.8em; }
  @media (min-width: 640px) {
    .event-single__description {
      font-size: 0.9em; } }
  @media (min-width: 768px) {
    .event-single__description {
      font-size: 1em; } }
  .event-single__description h3 {
    font-size: 16px; }
    @media (min-width: 640px) {
      .event-single__description h3 {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .event-single__description h3 {
        font-size: 22px; } }

.event-single__inner, .place-single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .event-single__inner, .place-single__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.event-single__content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 9; }
  @media (min-width: 640px) {
    .event-single__content {
      padding-top: 75px; } }
  @media (min-width: 768px) {
    .event-single__content {
      padding-top: 100px;
      padding-bottom: 50px; } }

@media (min-width: 1024px) {
  .event-single__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.event-single__sidebar, .place-single__sidebar {
  width: 100%; }
  @media (min-width: 1024px) {
    .event-single__sidebar, .place-single__sidebar {
      width: 390px;
      margin-left: 50px; } }
  .event-single__sidebar .cta, .place-single__sidebar .cta {
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .event-single__sidebar .cta, .place-single__sidebar .cta {
        text-align: center; } }
    @media (min-width: 1024px) {
      .event-single__sidebar .cta, .place-single__sidebar .cta {
        padding: 0 30px; } }
    .event-single__sidebar .cta a, .place-single__sidebar .cta a {
      display: block;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.08em; }
      @media (min-width: 640px) {
        .event-single__sidebar .cta a, .place-single__sidebar .cta a {
          min-width: 200px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 1024px) {
        .event-single__sidebar .cta a, .place-single__sidebar .cta a {
          padding-top: 20px;
          padding-bottom: 20px;
          font-size: 24px;
          min-width: auto;
          display: block; } }

.event-single iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 180px;
  border-radius: 4px; }
  @media (min-width: 640px) {
    .event-single iframe {
      max-width: 80%;
      min-height: 220px; } }
  @media (min-width: 768px) {
    .event-single iframe {
      min-height: 250px;
      max-width: 50%; } }

.place-single .hero, .place-single .heading,
.place-single .heading-second {
  position: absolute;
  height: 440px;
  z-index: 0; }
  .place-single .hero img, .place-single .heading img, .place-single .heading-second img {
    -o-object-position: 50% 80%;
       object-position: 50% 80%; }

.place-single .switch-post {
  position: absolute;
  right: 0; }

.place-single__title {
  max-width: 60%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .place-single__title {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .place-single__title {
      margin-bottom: 60px; } }
  @media (min-width: 1340px) {
    .place-single__title {
      margin-bottom: 70px; } }
  .place-single__title h1 {
    font-family: 'ProximaNova';
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .place-single__title h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .place-single__title h1 {
        font-size: 34px;
        line-height: 35px; } }
    @media (min-width: 1340px) {
      .place-single__title h1 {
        font-size: 38px;
        line-height: 35px; } }
  .place-single__title h3 {
    font-size: 0.8em;
    line-height: 18px;
    margin-top: 14px;
    font-weight: 300;
    font-family: 'ProximaNova'; }
    @media (min-width: 768px) {
      .place-single__title h3 {
        font-size: 0.9em;
        line-height: 20px; } }
    @media (min-width: 1024px) {
      .place-single__title h3 {
        font-size: 1em;
        line-height: 22px; } }

.place-single__content-container {
  position: relative;
  padding-top: 65px; }

.place-single__content {
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #232A34; }
  @media (min-width: 1024px) {
    .place-single__content {
      margin-bottom: 40px;
      max-width: calc( 100% - 390px); } }

.place-single__text {
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .place-single__text {
      font-size: 14px;
      line-height: 22px; } }
  .place-single__text > h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .place-single__text > h2 {
        font-size: 20px;
        line-height: 24px; } }
  .place-single__text.expanded .read-more-toggle {
    top: 0;
    margin-bottom: 20px; }
  .place-single__text.expanded .place-single__text-content::before {
    opacity: 0;
    bottom: -100%; }
  .place-single__text .read-more-toggle {
    top: -20px; }

.place-single__text-content {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.place-single__place-events {
  margin-bottom: 40px;
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .place-single__place-events {
      margin-bottom: 80px; } }
  .place-single__place-events > h2 {
    font-size: 1em;
    line-height: normal;
    letter-spacing: 0.02em;
    font-family: 'ProximaNova';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .place-single__place-events > h2 {
        font-size: 1.2em; } }
    @media (min-width: 768px) {
      .place-single__place-events > h2 {
        font-size: 1.3em; } }
    @media (min-width: 1024px) {
      .place-single__place-events > h2 {
        font-size: 1.4em; } }
    @media (min-width: 1340px) {
      .place-single__place-events > h2 {
        font-size: 25px;
        margin-bottom: 40px; } }
    .place-single__place-events > h2 span {
      display: inline;
      margin-right: 5px;
      color: #1998be; }
      @media (min-width: 1024px) {
        .place-single__place-events > h2 span {
          margin-right: 10px; } }
  .place-single__place-events > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.place-single__slider-container {
  position: relative; }

.place-single__slider {
  margin-bottom: 20px; }
  .place-single__slider .slick-track {
    height: 200px; }
    @media (min-width: 440px) {
      .place-single__slider .slick-track {
        height: 400px; } }
    @media (min-width: 640px) {
      .place-single__slider .slick-track {
        height: 450px; } }
    @media (min-width: 768px) {
      .place-single__slider .slick-track {
        height: 500px; } }
    @media (min-width: 1024px) {
      .place-single__slider .slick-track {
        height: 570px; } }
  .place-single__slider figure {
    width: 100%;
    height: 100%; }
    .place-single__slider figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .place-single__slider .slick-dots {
    bottom: 5px; }

.place-single__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .place-single__slider-controls {
      margin-bottom: 50px; } }

.place-single__slider-prev, .place-single__slider-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  .place-single__slider-prev svg, .place-single__slider-next svg {
    -webkit-filter: invert(99%) sepia(57%) saturate(0%) hue-rotate(103deg) brightness(108%) contrast(101%);
            filter: invert(99%) sepia(57%) saturate(0%) hue-rotate(103deg) brightness(108%) contrast(101%); }

.place-single__slider-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.place-single .place-details {
  padding-bottom: 5px; }

.place-single .social-share, .place-single .default-page__social-links {
  margin-top: 0px;
  padding: 0px 0 10px 0; }
  @media (min-width: 768px) {
    .place-single .social-share, .place-single .default-page__social-links {
      margin-top: 0px; } }
  @media (min-width: 1024px) {
    .place-single .social-share, .place-single .default-page__social-links {
      padding: 0px 30px 30px;
      margin-top: 0px; } }

.default-taxonomy {
  background-color: #0a0e13; }
  .default-taxonomy .template-slider-items {
    padding-bottom: 35px; }
    @media (min-width: 1024px) {
      .default-taxonomy .template-slider-items {
        padding-bottom: 70px; } }
  .default-taxonomy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 0; }
    @media (min-width: 640px) {
      .default-taxonomy__inner {
        padding: 55px 0; } }
    @media (min-width: 1024px) {
      .default-taxonomy__inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 70px 0; } }
  .default-taxonomy__content-container {
    background-color: #0f141c; }
  .default-taxonomy__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .default-taxonomy__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 80px; } }
  .default-taxonomy .default-page__sidebar .fb-page {
    width: 100%; }
    .default-taxonomy .default-page__sidebar .fb-page > span {
      margin-bottom: 16px; }
  .default-taxonomy .event-listing-second__title {
    text-transform: uppercase; }
  .default-taxonomy .show-more-button {
    margin-top: 45px;
    text-transform: uppercase; }
    .default-taxonomy .show-more-button a {
      min-width: 190px; }

/* Templates */
.items-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .items-list__items .listing-item {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 440px) {
      .items-list__items .listing-item {
        width: calc( 50% - 10px);
        margin-right: 20px; }
        .items-list__items .listing-item:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 640px) {
      .items-list__items .listing-item {
        width: calc( 33% - 12px);
        margin-right: 20px; }
        .items-list__items .listing-item:nth-of-type(2n) {
          margin-right: 20px; }
        .items-list__items .listing-item:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .items-list__items .listing-item {
        width: calc( 25% - 21px);
        margin-right: 28px;
        margin-bottom: 28px; }
        .items-list__items .listing-item:nth-of-type(2n), .items-list__items .listing-item:nth-of-type(3n) {
          margin-right: 28px; }
        .items-list__items .listing-item:nth-of-type(4n) {
          margin-right: 0; } }

.template-slider-items {
  background-color: #0a0e13; }
  .template-slider-items__title {
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .template-slider-items__slider {
    position: relative; }
  .template-slider-items .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .template-slider-items .slick-slide {
    margin: 0 14px;
    height: auto; }
    @media (max-width: 767px) {
      .template-slider-items .slick-slide {
        margin: 0 10px; } }
  .template-slider-items .slick-list {
    margin: 0 -14px; }
    @media (max-width: 767px) {
      .template-slider-items .slick-list {
        margin: 0 -10px; } }
  .template-slider-items .slick-prev,
  .template-slider-items .slick-next {
    width: 25px;
    height: 25px;
    top: 45%;
    opacity: 0.8;
    min-width: auto; }
  .template-slider-items .slick-next {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    right: -30px; }
    @media (max-width: 1339px) {
      .template-slider-items .slick-next {
        display: none; } }
  .template-slider-items .slick-prev {
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    left: -30px; }
    @media (max-width: 1023px) {
      .template-slider-items .slick-prev {
        left: 1em; } }
    @media (max-width: 767px) {
      .template-slider-items .slick-prev {
        display: none; } }
  .template-slider-items .listing-item__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .template-slider-items .listing-item__text {
        font-size: 20px;
        line-height: 26px; } }
  .template-slider-items .listing-item__more {
    font-weight: 500;
    letter-spacing: 0.005em; }

.single-page-custom-content .hero, .single-page-custom-content .heading,
.single-page-custom-content .heading-second {
  margin-bottom: 0; }
  .single-page-custom-content .hero .wrapper, .single-page-custom-content .heading .wrapper, .single-page-custom-content .heading-second .wrapper {
    height: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .single-page-custom-content .hero h1, .single-page-custom-content .heading h1, .single-page-custom-content .heading-second h1,
  .single-page-custom-content .hero h2,
  .single-page-custom-content .heading h2,
  .single-page-custom-content .heading-second h2 {
    width: 100%; }
  @media (min-width: 768px) {
    .single-page-custom-content .hero h1, .single-page-custom-content .heading h1, .single-page-custom-content .heading-second h1 {
      font-size: 70px;
      letter-spacing: 20px; } }
  
  .single-page-custom-content .hero h2,
  .single-page-custom-content .heading h2,
  .single-page-custom-content .heading-second h2 {
    font-family: 'ProximaNova';
    font-weight: 100; }
    @media (min-width: 768px) {
      
      .single-page-custom-content .hero h2,
      .single-page-custom-content .heading h2,
      .single-page-custom-content .heading-second h2 {
        font-size: 50px;
        letter-spacing: 20px; } }

.single-page-custom-content .wp-block-group {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
  padding: 60px 20px;
  background-color: #0f141c; }
  .single-page-custom-content .wp-block-group:nth-child(2n) {
    background-color: #07090D; }
  .single-page-custom-content .wp-block-group h3 {
    font-size: 25px; }
  .single-page-custom-content .wp-block-group p {
    font-size: 15px;
    line-height: 22px;
    color: #BBC2CE; }
  .single-page-custom-content .wp-block-group .wp-block-columns:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .single-page-custom-content .wp-block-group .wp-block-columns .wp-block-column {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
      margin: 0; } }
  @media (min-width: 600px) and (max-width: 781px) {
    .single-page-custom-content .wp-block-group .wp-block-column:nth-child(2n) {
      margin-left: 0; } }
  .single-page-custom-content .wp-block-group.group-with-images .wp-block-group__inner-container {
    max-width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .single-page-custom-content .wp-block-group.group-with-images .wp-block-group__inner-container {
        max-width: 870px; } }
    .single-page-custom-content .wp-block-group.group-with-images .wp-block-group__inner-container p {
      width: 100%;
      margin: auto; }
      @media (min-width: 768px) {
        .single-page-custom-content .wp-block-group.group-with-images .wp-block-group__inner-container p {
          width: 600px; } }
  .single-page-custom-content .wp-block-group.group-with-download .wp-block-group__inner-container p {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .single-page-custom-content .wp-block-group.group-with-download .wp-block-group__inner-container p {
        width: 670px; } }
  .single-page-custom-content .wp-block-group.group-with-download .wp-block-file {
    margin-top: 40px; }
    .single-page-custom-content .wp-block-group.group-with-download .wp-block-file a:first-child {
      display: none; }
  .single-page-custom-content .wp-block-group.group-with-faq .wp-block-group__inner-container {
    max-width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .single-page-custom-content .wp-block-group.group-with-faq .wp-block-group__inner-container {
        max-width: 800px; } }
  .single-page-custom-content .wp-block-group.group-with-faq h3 {
    margin-bottom: 45px; }
  .single-page-custom-content .wp-block-group.group-with-faq .schema-faq-section,
  .single-page-custom-content .wp-block-group.group-with-faq .schema-faq-section .schema-faq-question {
    border: none; }
  .single-page-custom-content .wp-block-group.group-with-faq .schema-faq-section:not(:last-of-type) {
    margin-bottom: 10px; }
  .single-page-custom-content .wp-block-group.group-with-faq .schema-faq-section .schema-faq-question {
    font-size: 16px;
    font-weight: 400; }
    .single-page-custom-content .wp-block-group.group-with-faq .schema-faq-section .schema-faq-question::after {
      width: 6px;
      height: 6px; }
  .single-page-custom-content .wp-block-group.group-with-faq .schema-faq-section .schema-faq-answer {
    font-size: 12px; }
  .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container {
    max-width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container {
        max-width: 600px; } }
    .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container .wpcf7-form {
      background: #232A34;
      border-radius: 2px;
      padding: 30px; }
      .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container .wpcf7-form p {
        width: 100%; }
        .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container .wpcf7-form p:last-of-type {
          margin-bottom: 0; }
    .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container .form__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container input:not([type="submit"]),
    .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container textarea {
      background: #1D232D;
      border: 1px solid #191E26;
      border-radius: 2px;
      font-size: 15px; }
    .single-page-custom-content .wp-block-group.group-with-form .wp-block-group__inner-container input[type="submit"] {
      font-size: 16px; }


/*# sourceMappingURL=frontend.css.map*/