@charset "UTF-8";
/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-bar {
  width: 100%;
}

.mdc-tab {
  height: 48px;
}

.mdc-tab--stacked {
  height: 72px;
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-scroller {
  overflow-y: hidden;
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: #018786;
  /* @alternate */
  color: var(--mdc-theme-secondary, #018786);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  height: 34px;
  font-size: 34px;
}

.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0;
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}

.mdc-tab-indicator__content--icon {
  align-self: center;
  margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: 150ms opacity linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 100ms;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  padding-right: 24px;
  padding-left: 24px;
  min-width: 90px;
  position: relative;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}

.mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-tab .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}

.mdc-tab::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-tab--min-width {
  flex: 0 1 auto;
}

.mdc-tab__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}

.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.mdc-tab__icon {
  transition: 150ms color linear;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 2;
}

.mdc-tab--stacked .mdc-tab__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}

.mdc-tab--active .mdc-tab__text-label {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab--active .mdc-tab__icon {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
  fill: currentColor;
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  transition-delay: 100ms;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-tab {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-tab .mdc-tab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-tab .mdc-tab__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
          animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-tab.mdc-ripple-upgraded--foreground-deactivation .mdc-tab__ripple::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
          animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-tab .mdc-tab__ripple::before, .mdc-tab .mdc-tab__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-tab:hover .mdc-tab__ripple::before, .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-tab.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-tab__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, opacity;
}

/*!
  * Milligram v1.4.1
  * https://milligram.io
  *
  * Copyright (c) 2020 CJ Patoilo
  * Licensed under the MIT license
 */
*,
*:after,
*:before {
  box-sizing: inherit;
  letter-spacing: -0.01em;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #11142B;
  font-family: "myriad-pro";
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

input {
  font-family: "myriad-pro";
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "myriad-pro" !important;
}

.button[disabled],
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  background-color: #9b4dca;
  border-color: #9b4dca;
}

.button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  color: #9b4dca;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type=button].button-outline[disabled]:focus,
input[type=button].button-outline[disabled]:hover,
input[type=reset].button-outline[disabled]:focus,
input[type=reset].button-outline[disabled]:hover,
input[type=submit].button-outline[disabled]:focus,
input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: #9b4dca;
}

.button.button-clear,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #9b4dca;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover {
  color: #9b4dca;
}

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #9b4dca;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-40 {
  margin-left: 40%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-60 {
  margin-left: 60%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  align-self: flex-start;
}

.row .column .column-bottom {
  align-self: flex-end;
}

.row .column .column-center {
  align-self: center;
}

@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem);
  }

  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
a {
  color: #0E62B3;
  text-decoration: none;
}

a:focus, a:hover {
  color: #0E62B3;
  text-decoration: underline;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Common styling */
.animateme {
  transform: translateZ(0);
}

.wf-loading body {
  font-family: "helvetica";
  font-size: 15px;
}

.wf-loading body * {
  letter-spacing: -0.005em;
}

body {
  margin: 0;
  font-display: optional;
}

html.greyout:after,
html.popup-opened:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 12;
}

html.popup-opened:after {
  background: rgba(255, 119, 45, 0.8);
  background: rgba(14, 98, 179, 0.8);
  background: rgba(5, 64, 115, 0.8);
  z-index: 10000;
}

h4 {
  font-weight: 600;
}

input,
select,
textarea {
  font-family: "myriad-pro";
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

html:after {
  content: "";
  transition: background 300ms ease-in;
  position: fixed;
  z-index: 0;
}

.btn-full-width {
  width: 100%;
}

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

.full-width-container {
  padding: 0 1.6rem;
  width: 100%;
}

.btn {
  display: inline-block;
  margin-bottom: 1em;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  transition: all 300ms;
  border-radius: 0.4rem;
}

.btn-facebook {
  background: #4267b2;
}

.btn-mail {
  background: #d34836;
}

.btn-twitter {
  background: #00aced;
}

.btn-pinterest {
  background: #BD081C;
}

.btn-gray-outline {
  border: solid 1px #eee;
  color: #6a6c7a;
}

.btn-blue-outline {
  border: solid 1px #0E62B3;
  color: #0E62B3;
  background: #fff;
}
.btn-blue-outline:focus, .btn-blue-outline:hover, .btn-blue-outline:disabled {
  background: #fff !important;
  color: #0E62B3;
  border: solid 1px #0E62B3;
}
.btn-blue-outline:disabled {
  opacity: 0.5 !important;
}
.btn-blue-outline:disabled:hover {
  border: solid 1px #0E62B3;
}

.btn-default {
  backround: #F1F1F1;
  color: #6a6c7a;
  border: 0;
}

.btn-sm {
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
}

.btn i {
  margin-right: 0.2rem;
  position: relative;
  top: 1px;
}

.btn-xs {
  padding: 0.4rem 0.6rem;
  font-size: 1.2rem;
}

.btn-lg {
  font-size: 1.6rem;
  padding: 1.2rem 1.4rem;
}

.btn-xl {
  font-size: 1.7rem;
  padding: 1.5rem 1.6rem;
}

.btn-orange,
.btn-primary {
  background: #ff772d;
  color: #fff;
  border: none;
}

.btn-orange:hover,
.btn-orange:focus {
  background: #ff772d;
  color: #fff;
}

.btn-orange-outline {
  border: solid 1px #ff772d;
  color: #ff772d;
}

.btn-orange-outline:focus,
.btn-orange-outline:hover {
  color: #E8471E;
  border: solid 1px #E8471E;
}

.btn:hover,
.btn:focus {
  opacity: 0.9;
  text-decoration: none;
}

.site-container {
  max-width: 123.2rem;
  margin: 0 auto;
}

.site-container:not(.full-width) {
  padding: 0 1.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.text-center {
  text-align: center !important;
}

#site-header {
  position: relative;
  top: 0;
  min-height: 65px;
  background: #FFF;
  z-index: 100;
}
#site-header .nav-toggle {
  background: none;
  border: none;
  position: absolute;
  top: 1.4rem;
  width: 3rem;
  padding: 0.5rem;
  display: block;
  margin: 0;
}
#site-header .brand {
  margin: 0 auto;
  text-align: center;
}
#site-header .brand img {
  display: inline-block;
  position: relative;
  top: 8px;
  height: 55px;
  width: 107px;
  -webkit-backface-visibility: hidden;
}
#site-header .mobile-share, #site-header #mobile-login {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  padding: 0.5rem;
  font-size: 2.4rem;
  line-height: 1;
}
#site-header .mobile-share a, #site-header #mobile-login a {
  color: #a1a4a8;
  font-size: 1.7rem;
}
#site-header .icon-menu-bars {
  position: absolute;
  position: relative;
  top: 5px;
  color: #a1a4a8;
  font-size: 1.7rem;
}

.secondary-header-menu {
  display: none;
}

.header-menu ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.month-select-menu {
  display: none;
}

.mobile-menu {
  position: fixed;
  background: #FFF;
  height: 100vh;
  overflow-y: auto;
  transition: height 500ms;
  width: 0;
  top: 0;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-top: solid 1px #DDD;
  z-index: 1000000000000;
  transition: width 300ms ease-in-out;
}
.mobile-menu .multi-level {
  cursor: pointer;
}
.mobile-menu .level-one-item {
  display: flex;
}
.mobile-menu .level-one-item span {
  border-bottom: solid 1px #eee;
  padding-bottom: 2.3rem;
}
.mobile-menu .down-arrow:after {
  content: "";
  font-family: "FontAwesome";
  position: relative;
  left: 10px;
  font-size: 1rem;
  transition: transform 200ms;
  display: inline-block;
}
.mobile-menu ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding: 2.3rem 0rem 0rem 2.3rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-menu li.bordered {
  border-bottom: solid 1px #eee;
  padding-bottom: 1.5rem;
}
.mobile-menu li i {
  font-size: 1.8rem;
  line-height: 2rem;
  width: 2rem;
  margin-right: 2rem;
  text-align: center;
}
.mobile-menu ul li a,
.mobile-menu li,
.mobile-menu .multi-level span,
.mobile-menu .mobile-menu .header-button {
  background: #fff;
  width: 100%;
  color: #363639;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  transition: all 500ms;
}
.mobile-menu .multi-level > ul {
  overflow: hidden;
  height: 0;
  transition: all 500ms;
  margin: 0;
}
.mobile-menu .multi-level ul > li {
  line-height: 4rem;
  padding: 0rem 0rem 0rem 4rem;
  font-weight: 600;
}
.mobile-menu .multi-level ul > li a {
  font-weight: 500;
  font-size: 1.5rem;
  height: 4rem;
  font-weight: 500;
  display: block;
  line-height: 4rem;
}
.mobile-menu .multi-level .active {
  font-weight: 600;
}
.mobile-menu .multi-level ul > li:first-of-type {
  margin-top: 1.5rem;
}
.mobile-menu .multi-level.open .down-arrow:after {
  transform: rotate(180deg);
}

.month-select-menu.display {
  display: block;
}

.optional-date-container {
  background: #F1F1F1;
  padding: 10px;
}

.form-grid {
  display: flex;
  margin: 0 -3px;
}
.form-grid .col {
  width: 100%;
  padding: 0 3px;
}
.form-grid .col-time {
  width: 40%;
}
.form-grid .col-time .dynamic-label {
  min-width: 140px;
}

.datetime-field {
  width: auto;
  min-width: 200px;
  display: inline-block;
  border: solid 1px #ddd;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.datetime-field input {
  border: 0;
  margin: 0;
  font-size: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
.datetime-field input[type=date] {
  width: 140px;
}
.datetime-field input[type=time] {
  width: 100px;
  outline: none;
}
.datetime-field button {
  border: 0;
  background: transparent;
  color: #6a6c7a;
  margin-bottom: 0;
  display: inline-block;
  width: 40px;
}

.static {
  position: static !important;
}

.full-width-slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0;
  background: #f8f8f8;
  z-index: 10;
  overflow: hidden;
}
.full-width-slider-container .full-width-slider {
  padding-top: 50%;
  position: relative;
  width: inherit;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.full-width-slider-container .mobile-page-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  margin-top: 10px;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "industry-inc-stencil";
}
.full-width-slider-container .fancy-heading {
  background: rgba(6, 31, 56, 0.2784313725);
  color: #FFF;
  position: absolute !important;
  max-width: 100%;
  z-index: 100;
  width: 100%;
  top: 65px;
  text-align: center;
  padding-top: 50%;
  transition: margin 500ms;
}

.subheading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.section-heading {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5rem;
}

.small-section-heading {
  font-size: 2.8rem !important;
  font-weight: 600;
}

.text-muted {
  color: #6a6c7a;
}

.ad {
  text-align: center;
}

p:empty {
  margin: 0;
}

.card {
  border-radius: 4px;
  margin-bottom: 4rem;
  background: #fff;
}
.card h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2e3247;
}

#googleMap {
  width: 90vw;
  height: 60vh;
  display: none;
  border-radius: 8px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3 !important;
}

.video-thumbnail:after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 60px;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  transition: opacity 100ms ease-in-out;
}

.widget-area {
  text-align: center;
  margin: 0 auto;
}

.ad-widget h3 {
  color: #999;
  background: 0 0;
  font-size: 70%;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  text-align: center;
  margin-top: 4rem;
}

.site-footer {
  margin-top: 5rem;
  background-image: linear-gradient(360deg, #241106, #342217);
  padding: 4em 0 3rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 40px rgba(3, 15, 5, 0.3);
}
.site-footer .grid {
  display: block;
}
.site-footer .footer-logo img {
  width: 150px;
  margin-bottom: 2rem;
}
.site-footer #menu-footer-menu {
  overflow: hidden;
  list-style: none;
  text-align: center;
  margin-top: 1.7em;
  padding-left: 0;
  text-align: center;
}
.site-footer li {
  margin-left: 0;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0.5rem;
}
.site-footer li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
}
.site-footer .mobile-copyright {
  font-size: 80%;
}

.track {
  margin-left: 6px;
  width: 6px;
  background: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.handle {
  width: 6px;
  background-color: rgba(106, 108, 122, 0.14);
  border-radius: 115px;
}

.wrap-row {
  flex-flow: row wrap;
  justify-content: space-between;
}

.label-with-input {
  background: #fff;
  padding: 6px;
  padding-left: 39px;
  display: block;
  position: relative;
  border-radius: 4px;
  color: #a1a4a8;
  font-size: 1.25rem;
  margin-bottom: 0;
  height: 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.label-with-input .tooltip {
  display: none;
}
.label-with-input i {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -0.8rem;
  font-size: 1.6rem;
  width: 2rem;
  color: #FF7700;
  text-align: center;
}
.label-with-input .value {
  font-size: 1.6rem;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #11142b;
}
.label-with-input.error {
  box-shadow: 0 0 2px #FF2E21;
}
.label-with-input.error .tooltip {
  display: inline-block;
}
.label-with-input input {
  border: 0;
  font-size: 16px;
  line-height: 1;
  color: #11142b;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}
.label-with-input input::-moz-placeholder {
  color: #11142b !important;
}
.label-with-input input:-ms-input-placeholder {
  color: #11142b !important;
}
.label-with-input input:-moz-read-only {
  color: #11142b !important;
}
.label-with-input input:read-only,
.label-with-input input::placeholder {
  color: #11142b !important;
}
.label-with-input .seperator {
  margin: 0 0.5rem;
}

.flex {
  display: flex;
}

.small-padding {
  margin: -3px !important;
}
.small-padding .col {
  padding: 3px !important;
}

#detailed-event-search {
  margin-top: 1em;
  margin-bottom: 1em;
}
#detailed-event-search .select-destination {
  order: 1;
  width: 50%;
}
#detailed-event-search .select-type {
  order: 2;
  width: 50%;
}
#detailed-event-search .select-dates {
  order: 3;
  width: 100%;
}
#detailed-event-search .flex {
  flex-flow: row wrap;
}
#detailed-event-search button {
  width: 100%;
  margin-top: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}
#detailed-event-search button:hover {
  background: #FF7700;
  opacity: 1;
}

.daterangepicker {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.daterangepicker .drp-calendar {
  max-width: none !important;
}
.daterangepicker th.month {
  font-size: 1.6rem !important;
  height: 40px !important;
  font-weight: 600 !important;
}
.daterangepicker .btn {
  margin: 0;
}
.daterangepicker .drp-buttons .btn {
  padding: 0.8rem 1.2rem !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

.daterangepicker:before,
.daterangepicker:after {
  display: none !important;
}

.select-box-popup {
  display: none;
  position: absolute;
  background: #FFF;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4000;
}
.select-box-popup .modal-content {
  padding: 20px;
}
.select-box-popup .select-popup-heading {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.select-box-popup .select-popup-heading + p {
  font-size: 90%;
  color: #6a6c7a;
  margin-bottom: 1rem;
}
.select-box-popup .buttons {
  text-align: right;
  border-top: solid 1px #eee;
  padding: 10px 0 0;
  margin-top: 16px;
  margin-bottom: -10px;
}
.select-box-popup .btn {
  margin-bottom: 0;
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
}

.page-header {
  color: #fff;
  padding: 2rem 0;
  margin-bottom: 1rem;
}

.popup-city-list {
  -moz-columns: 2;
       columns: 2;
}

.visible {
  display: block;
}

.calendar-input-container * {
  cursor: pointer;
}

.tt-icon i {
  width: 20px !important;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.page-header {
  height: 150px;
}
.page-header .search-header {
  background: url(https://www.experism.com/_assets/image/sliders/music-fest-scraper-480x192.jpg);
}
.page-header .site-container {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  width: 100%;
}
.page-header .subheading {
  font-size: 1.4rem;
  font-weight: 400;
  color: #f0f0f0;
  margin-bottom: 0;
  line-height: 1;
}
.page-header .heading {
  margin-bottom: 5px;
}

.video-playback {
  position: relative;
}
.video-playback i {
  position: absolute;
  color: #fff;
  font-size: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  opacity: 0.8;
  transition: all 300ms;
}
.video-playback:hover i {
  transform: scale(1.1);
  opacity: 1;
}

#mobile-share-menu {
  position: fixed;
  top: 65px;
  width: 100%;
  display: none;
  left: 0;
  z-index: 10000;
}
#mobile-share-menu.active {
  display: flex;
}
#mobile-share-menu a {
  flex: 1;
  color: #fff;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.page-header p {
  margin-bottom: 0;
}

.info-page .page-header .heading {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  font-size: 3rem;
}

.form-legend h3 {
  font-weight: 600;
  font-size: 2.2rem;
  border-bottom: solid 2px #000;
  padding-bottom: 0.4rem;
}

.form-row-content {
  margin-bottom: 3rem;
}

.form-row p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.form-row .form-seperator {
  margin-top: 2rem;
}
.form-row #map {
  width: 100%;
  height: 200px;
}

.text-red {
  color: #FF2E21;
}

.char_count {
  text-align: right !important;
  color: #868686 !important;
  font-size: 12px !important;
  padding: 4px 7px !important;
}

.dynamic-label {
  cursor: text;
  min-width: 200px;
  border: solid 1px #ddd;
  background: #fff;
  padding: 12px 15px;
  display: inline-block;
  font-weight: 400;
  border-radius: 4px;
  position: relative;
  width: 100%;
  transition: all 300ms;
}
.dynamic-label .placeholder {
  color: #868686;
  transform-origin: top left;
  transform: translate(0, 0px) scale(1);
  transition: all 0.1s ease-in-out;
  display: inline-block;
  z-index: 10000;
  position: relative;
}
.dynamic-label input {
  /* display: none; */
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  bottom: 0;
  width: 100%;
}
.dynamic-label.active .placeholder {
  transform: translate(0, -6px) scale(0.75);
  color: #1A17B3;
}
.dynamic-label.active, .dynamic-label:focus-within {
  border: solid 1px #1A17B3;
}
.dynamic-label.active input {
  line-height: 1;
  padding: 0;
  opacity: 1;
  width: 100%;
  height: 20px;
  bottom: -8px;
  font-size: 1.6rem;
  top: auto;
  padding: 0 15px;
}
.dynamic-label input:focus {
  outline: 0;
}
.dynamic-label.set {
  border-color: #ddd;
}
.dynamic-label.set:focus-within {
  border: solid 1px #1A17B3;
}
.dynamic-label.set:focus-within .placeholder {
  color: #1A17B3;
}
.dynamic-label.set .placeholder {
  color: #868686;
}
.dynamic-label select {
  display: block;
  position: absolute;
  margin: 0;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  position: absolute;
  z-index: 0;
  line-height: 1.2;
  bottom: 5px;
  height: 20px;
  outline: none !important;
  left: 15px;
  box-shadow: inset 0 0 0 1px #fff;
  width: calc(100% - 15px);
}

.responsive-youtube-video {
  display: none;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 15px;
}
.responsive-youtube-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: solid 1px #DDD;
}

#imgInp,
#imagePreview {
  display: none;
}

.alert.alert-success {
  background: #32B365;
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  margin: 2rem 0 4rem;
}

.nightclub-events-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -3px;
}
.nightclub-events-container .nightclub-events-box {
  width: 25%;
  height: 100px;
  padding: 3px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.nightclub-events-container .neb-content {
  height: inherit;
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.nightclub-events-container .overlayed-event-description {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 8px;
  line-height: 1;
  font-size: 14px;
  left: 0;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 4px 4px;
}

.content-loading {
  position: relative;
  background-repeat: no-repeat !important;
  background-image: radial-gradient(#f0f3f5 16px, white 99%, transparent 0), linear-gradient(#f0f3f5 20px, transparent 0), linear-gradient(#f0f3f5 20px, transparent 0), linear-gradient(#f0f3f5 20px, transparent 0), linear-gradient(#f0f3f5 20px, transparent 0) !important;
  background-size: 32px 32px, 80px 20px, 176px 20px, 140px 20px, 80px 20px !important;
  background-position: right 20px top 33px, 25px 78px, 25px 104px, 25px 130px, 25px 158px !important;
}
.content-loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(#d8e0e6 20px, transparent 0), linear-gradient(#d8e0e6 20px, transparent 0), linear-gradient(#d8e0e6 20px, transparent 0), linear-gradient(#d8e0e6 20px, transparent 0) !important;
  background-size: 80px 20px, 176px 20px, 140px 20px, 80px 20px !important;
  background-position: 25px 78px, 25px 104px, 25px 130px, 25px 158px !important;
  -webkit-animation: load 1s ease-in-out infinite;
          animation: load 1s ease-in-out infinite;
}

.tt-menu {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 4px;
  background: #fff;
  z-index: 100;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.tt-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #dddddd transparent;
  position: absolute;
  top: -10px;
  left: 20px;
}
.tt-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -9px;
  left: 21px;
}

.tt-suggestion {
  padding: 0.5rem 1.6rem;
}
.tt-suggestion:hover {
  background: #f1f1f1;
  cursor: pointer;
}

@-webkit-keyframes load {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.privacy-policy-link {
  color: #fff;
  font-size: 1.3rem;
}
.privacy-policy-link:hover, .privacy-policy-link:focus {
  color: #fff;
}

.js-cookie-consent {
  position: fixed;
  bottom: 0;
  background: #f7e8d4;
  padding: 0.8rem;
  text-align: center;
  width: 100%;
  color: #c18c4a;
}
.js-cookie-consent button {
  margin-bottom: 0;
  background: #f7d1a1;
  color: #c18c4a;
  font-weight: 600;
  border: 0;
  padding: 0.8rem 1.3rem;
}

#marquee {
  position: fixed;
  top: 0;
  background: #FFAC21;
  width: 100%;
  z-index: 10000000000000;
  margin: 0;
  height: 0;
  font-weight: 600;
  display: none;
  overflow: hidden;
  color: #fff;
}

#marquee .site-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

marquee {
  width: 90%;
  padding: 7px;
}

#close-news-bar {
  cursor: pointer;
}

#cookie-bar {
  z-index: 2000 !important;
}

.newsbar {
  padding-top: 40px;
}

.scrollbar-track {
  opacity: 0.2 !important;
}
.scrollbar-track:hover {
  opacity: 1 !important;
}

.scrollbar-track-y-show {
  opacity: 1 !important;
}

@media screen and (min-width: 1024px) {
  .two-column-layout {
    display: flex;
    justify-content: space-between;
  }

  main.content {
    width: calc(100% - 350px);
  }

  aside.fixed-google-ad {
    width: 300px;
    flex-shrink: 0;
  }

  .intro-heading {
    margin-top: 1em;
    font-size: 2.8rem;
  }
}
.no-margin-bottom {
  margin-bottom: 0;
}

.background-white {
  background: #fff !important;
}

.grey-background {
  background: #f0f3f5;
}

.loading-msg {
  -webkit-animation: blinking 2s infinite;
          animation: blinking 2s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes blinking {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

@keyframes blinking {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}

.simpleselect,
.simpleselect * {
  box-sizing: content-box;
}

.simpleselect {
  position: relative;
  width: 250px;
  height: 38px;
  color: #666;
  font-size: 13px;
}

.simpleselect .options {
  width: 250px;
  height: 200px !important;
  overflow-y: scroll !important;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  top: 10px !important;
  position: relative;
}

.simpleselect.active .options {
  margin-top: 55px;
}
.simpleselect.active .options .option:first-of-type {
  display: none;
}
.simpleselect.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #dddddd transparent;
  position: absolute;
  top: 56px;
  left: 20px;
  z-index: 1001;
}
.simpleselect.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 57px;
  left: 21px;
  z-index: 1002;
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 1rem 1.6rem;
  cursor: pointer;
}

.simpleselect .placeholder {
  font-size: 1.6rem;
  line-height: 1.5;
}

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
}

.simpleselect .options .optgroup .option {
  padding-left: 20px;
}

.simpleselect .placeholder,
.simpleselect .options {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

.simpleselect .placeholder {
  position: relative;
}

.simpleselect .placeholder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat;
}

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 1rem 0;
}

.simpleselect .options .option {
  font-size: 1.6rem;
  color: #000;
  padding: 0.5rem 1.6rem;
}

.simpleselect .options .option.active {
  background: #f1f1f1;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  cursor: default;
}

.simpleselect.disabled .placeholder:after {
  opacity: 0.5;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #ff772d;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.intro a {
  color: #fff;
  font-weight: 600;
}

.article-heading-on-image-container {
  position: absolute;
  left: 0;
  font-size: 3.4rem;
  bottom: 1em;
  max-width: 80%;
  line-height: 1;
}

.article-heading-on-image {
  font-size: inherit;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: #FFF;
  padding: 0.15em 0.3em 0.15em 0.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.full-width-ad {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mt-5 {
  margin-top: 5rem;
}

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

.tooltip {
  background: #a30000;
  font-size: 14px;
  padding: 5px 10px;
  width: auto;
  position: absolute;
  display: inline-block;
  color: #FFF !important;
  left: 6px;
  letter-spacing: 0;
  z-index: 200;
  top: 48px;
  width: calc(100% - 9px);
  border-radius: 4px;
  line-height: 1.2;
}

.tooltip:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #8c1a12 transparent;
}

.show-box {
  padding-bottom: 10px;
  border-bottom: dashed 1px #ddd;
  margin-bottom: 10px;
  display: block;
}
.show-box:hover, .show-box:focus {
  text-decoration: none;
}
.show-box span {
  display: block;
}
.show-box .date {
  display: flex;
  font-size: 1.5rem;
}
.show-box .date .date-first-row {
  text-transform: uppercase;
  color: #32B365;
  font-size: 1em;
  font-weight: 600;
  margin-right: 1rem;
}
.show-box .date .date-second-row {
  color: #6a6c7a;
}
.show-box .event-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #000;
}
.show-box .venue {
  color: #6a6c7a;
  font-size: 1.5rem;
}
.show-box .buy-tickets {
  display: none;
}

@media screen and (min-width: 768px) {
  .show-box {
    display: flex;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 12px 10px;
    align-items: center;
    margin-bottom: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    border: solid 1px #eee;
    transition: all 300ms;
  }
  .show-box .buy-tickets {
    display: block;
  }
  .show-box .buy-tickets .btn {
    position: relative;
    text-indent: -9999px;
  }
  .show-box .buy-tickets .btn:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
    font-family: "fontAwesome";
    text-indent: 0;
  }
  .show-box .date {
    width: 97px !important;
    margin-right: 17px;
    text-align: left !important;
    padding-left: 10px;
    line-height: 1.2;
    border-right: solid 1px #f1f1f1;
    display: block;
  }
  .show-box .date .date-first-row {
    display: block;
    text-transform: uppercase;
    color: #2f7dc7;
    font-size: 1.2em;
    font-weight: 600;
  }
  .show-box .event-title {
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;
    display: block;
    line-height: 1.2;
  }
  .show-box .buy-tickets {
    margin-left: auto;
  }
  .show-box .buy-tickets .btn {
    margin: 0;
    background: #fff;
    color: #ff772d;
    border: solid 1px #ff772d;
  }
  .show-box .venue {
    color: #6a6c7a;
  }
  .show-box .date-second-row {
    color: #6a6c7a;
    font-size: 1.3rem;
    font-weight: 400;
  }
  .show-box:hover {
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  }
  .show-box:hover .btn {
    background: #ff772d;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .show-box .buy-tickets {
    display: block;
  }
  .show-box .buy-tickets .btn {
    position: static;
    text-indent: 0;
  }
  .show-box .buy-tickets .btn:before {
    display: none;
  }
}
.expand {
  background: rgba(255, 255, 255, 0.9);
  margin-top: -57px;
  padding-top: 74px;
  z-index: 1000;
  position: relative;
  text-align: center;
  background: linear-gradient(to bottom, rgba(248, 251, 253, 0) 0%, #f8fbfd 95%);
}
.expand a {
  margin-top: 30px;
}
.expand a i {
  margin-left: 6px;
}

.expand.active {
  padding-top: 0;
  margin-top: 1rem;
}

.broadway-calendar-ad {
  border-radius: 4px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 40px 20px 30px;
  background: #2efff7;
  margin-bottom: 20px;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: radial-gradient(circle, #2efff7 0%, #18e4dc 100%);
  font-family: "industry-inc-base";
  line-height: 1.2;
  transition: background 300ms ease-in-out;
}
.broadway-calendar-ad > div {
  position: relative;
  top: 5px;
}
.broadway-calendar-ad .line-1 {
  font-size: 120%;
}
.broadway-calendar-ad .line-3 {
  font-size: 150%;
}
.broadway-calendar-ad:hover {
  background: radial-gradient(circle, #07fff5 0%, #0df2e9 100%);
}

@media screen and (max-width: 380px) {
  .broadway-calendar-ad {
    height: 250px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .broadway-calendar-ad {
    height: 280px;
    font-size: 3rem;
  }
}
/* Monthly Guide */
.monthly-page-top-row {
  background: linear-gradient(to bottom, #f8f8f8 0%, #fcfcfc 57%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8",endColorstr="#00ffffff",GradientType=0 );
  padding-top: 1.6rem;
}
.monthly-page-top-row .intro-content {
  margin-top: 1rem;
  line-height: 1.3;
}

.wp-event-container .card figure img {
  border-radius: 0.4rem;
  height: auto;
}

#monthly-page-nav-buttons {
  margin: 1.6rem 0;
}
#monthly-page-nav-buttons .btn {
  margin-bottom: 0.4rem;
  position: relative;
}
#monthly-page-nav-buttons .btn-xl {
  padding-right: 5rem;
}
#monthly-page-nav-buttons a i {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  margin-top: -7px;
}

#monthly-events {
  margin-top: 3rem;
}

.ttd-banner-inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.things-to-do-section img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.things-to-do-section .site-container {
  position: relative;
  height: inherit;
  z-index: 130;
}

.things-to-do-section {
  text-align: center;
  clear: both;
  height: 33vh;
  display: block;
  width: 100%;
  margin-top: 3rem;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 0 50px rgba(14, 98, 179, 0.1);
  margin-bottom: 5rem;
}

.things-to-do-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 31, 56, 0.44);
}

.thing-to-do-section-heading {
  max-width: 80%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -45%);
  margin-top: 0;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 50%;
  font-family: "industry-inc-base";
  letter-spacing: -0.03em;
  z-index: 100;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}
.thing-to-do-section-heading .highlight {
  color: #ffcc12;
}

.wp-event-container .card h3 {
  margin-bottom: 0.5rem;
}
.wp-event-container .card .post-meta {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #6a6c7a;
}
.wp-event-container .card .post-meta span {
  display: block;
}
.wp-event-container .card .post-meta span:not(:last-of-type) {
  margin-right: 1rem;
}
.wp-event-container .card .post-meta i {
  width: 1em;
  margin-right: 0.4rem;
  text-align: center;
}
.wp-event-container .card .post-meta .fancybox-map {
  margin-left: 0.5rem;
}
.wp-event-container .card figure {
  margin: 0 0 0.2rem;
  padding: 0;
}
.wp-event-container .card figure img {
  width: 100%;
  border-radius: 4px;
}
.wp-event-container .card p {
  line-height: 24px;
}
.wp-event-container .card p:last-of-type {
  margin-bottom: 0;
}

.thing-to-do-container header {
  margin-bottom: 1.5rem;
}

#city-months-list {
  background: #fff;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
#city-months-list .months-list {
  display: flex;
  width: 100%;
}
#city-months-list .months-list a {
  flex: 1;
  padding: 0.8rem 0.6rem;
  color: #70727f;
  font-weight: 600;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.4rem;
  /* background: #f3f3f3; */
  border-radius: 0px 0 4px 4px;
  border: solid 1px #ddd;
  border-right-width: 0;
  border-top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#city-months-list .months-list a:last-of-type {
  border-right-width: 1px;
}
#city-months-list .months-list a.active {
  background: #0E62B3;
  color: #fff;
  position: relative;
}
#city-months-list .months-list a:hover {
  color: #0E62B3;
  text-decoration: none;
}
#city-months-list .months-list a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 7.5px 0 7.5px;
  border-color: #0E62B3 transparent transparent transparent;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -7.5px;
}

.broadway-shows-ad {
  margin-top: 7rem;
  background: #000;
  height: 300px;
  width: 100%;
}

#Concerts {
  padding: 5rem 0 2rem;
}

.scrolling-event-container:not(:last-) {
  margin-bottom: 4rem;
}

.monthly-page-event-tabs {
  transition: all 300ms;
  background: #fff;
  border: solid 1px #eee;
}
.monthly-page-event-tabs.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.monthly-page-event-tabs.fixed + .monthly-page-event-tabs-content {
  padding-top: calc(48px + 2rem);
}

.monthly-page-event-tabs-content {
  padding-top: 2rem;
}

section.monthly-tn-events {
  display: none;
}
section.monthly-tn-events.active {
  display: block;
}
section.monthly-tn-events h4 {
  margin-bottom: 1rem;
}

.recommended-event-badge {
  background: #ff772d;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.col-banner .article-heading-on-image-container {
  bottom: 4rem !important;
}

.ad-next-to-club-post {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  background: #000;
  display: block !important;
}

.club-section-columns-with-ad .col-club-events {
  order: 2;
}

.monthly-special-content__xxl .collapsible {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.monthly-special-content__xxl .collapsible.collapsed {
  max-height: none;
}
.monthly-special-content__xxl .collapsible.content {
  position: relative;
  z-index: 10;
}
.monthly-special-content__xxl figure {
  margin-top: 0.5em !important;
  margin-bottom: 1em !important;
}
.monthly-special-content__xxl .collapsible:not(.collapsed):not(.disabled):after {
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(3, 54, 154, 0) 100%);
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.monthly-special-content__xxl .disabled + .read-more-button {
  display: none;
}
.monthly-special-content__xxl .read-more-button {
  width: 100%;
  border: solid 1px #6a6c7a;
  color: #6a6c7a;
  padding: 0.5em 1em;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 300ms;
}
.monthly-special-content__xxl .read-more-button:hover {
  border: solid 1px #ff772d;
  color: #ff772d;
}

@media screen and (min-width: 480px) {
  #monthly-page-nav-buttons {
    margin: 2.5rem 0;
  }
}
.club-post-banner {
  min-height: none;
}

@media screen and (min-width: 600px) {
  .monthly-page-top-row {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .monthly-special-content__xxl figure {
    margin-top: 0;
  }
  .monthly-special-content__xxl .content {
    display: columns;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  .monthly-special-content__xxl .read-more-button {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .monthly-special-content__xxl .collapsible:not(.collapsed):not(.disabled):after {
    background: #f8fbfd;
    background: linear-gradient(0deg, #f8fbfd 0%, rgba(3, 54, 154, 0) 100%);
  }
  .monthly-special-content__xxl .collapsible {
    max-height: 650px;
    margin-bottom: 30px;
  }

  .club-section-columns-with-ad {
    justify-content: space-between;
  }
  .club-section-columns-with-ad .club-post-banner-inner {
    min-height: 280px;
  }
  .club-section-columns-with-ad .col-club-events {
    width: 336px;
  }
  .club-section-columns-with-ad .col-banner {
    width: calc(100% - 360px);
  }

  .ad-next-to-club-post {
    margin: 0 auto;
    width: 336px;
    height: 280px;
    background: #000;
    display: block !important;
  }

  .flex-1 {
    flex: 1;
  }

  section.monthly-tn-events {
    display: block;
  }

  .monthly-page-event-tabs {
    display: none !important;
  }

  .scrolling-event-container {
    margin-bottom: 0;
    width: 100% !important;
    height: 480px !important;
  }
  .scrolling-event-container .btn {
    margin-bottom: 0;
  }

  .scrolling-event-container .event-wrapper a:hover .name {
    color: #0E62B3 !important;
  }

  .monthly-tn-events .track {
    left: 19px !important;
  }

  .thing-to-do-section-heading {
    font-size: 5rem;
  }

  .ttd-load-button {
    text-align: center;
    margin-top: 5rem;
  }

  .monthly-page-top-row {
    background: #fff;
  }

  #monthly-page-nav-buttons {
    margin: 0;
  }

  .monthly-page-nav-buttons {
    flex-basis: calc(100% - 320px);
  }

  .monthly-page-intro-column {
    width: 100%;
  }

  .monthly-page-intro {
    height: 250px;
    overflow: hidden;
  }

  .google-ad-300 {
    width: 320px;
    flex-shrink: 0;
  }

  .intro-content {
    padding-right: 2rem;
  }

  #monthly-page-nav-buttons .btn {
    margin-bottom: 0.7rem;
  }

  #monthly-page-nav-buttons .btn:last-of-type {
    margin-bottom: 0;
  }

  .wp-event-container {
    width: 33.3%;
  }
  .wp-event-container .card figure img {
    border-radius: 0.4rem;
    height: auto;
  }

  .thing-to-do-container {
    width: 50%;
  }
  .thing-to-do-container figure {
    margin: 0.5rem 0;
  }
  .thing-to-do-container h3 {
    font-size: 2.5rem;
  }
  .thing-to-do-container header {
    margin-bottom: 2rem;
  }
  .thing-to-do-container .card {
    padding: 3rem;
  }

  .things-to-do-section,
.things-to-do-section .site-container {
    height: 50vh;
    min-height: 400px;
  }
}
.guest-list-contact-container {
  height: 100%;
  padding: 0;
  border-radius: 8px;
}

.guest-list-contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.guest-list-contact .club-name {
  font-weight: 600;
}

.guest-list-contact:not(:last-of-type) {
  border-bottom: solid 1px #cacfd4;
}

.guest-list-contact .btn {
  margin: 0;
}

.guest-list-contact-container {
  padding: 0;
}

.col-club-events .nightclub-events-box {
  width: 33.333%;
}

.club-event-buttons {
  display: flex;
}
.club-event-buttons a {
  margin: 0;
}
.club-event-buttons a:nth-child(2) {
  margin-left: 5px;
}

.club-post-banner-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 25px;
  position: relative;
  display: flex;
  cursor: pointer;
  min-height: 300px;
  align-items: center;
}
.club-post-banner-inner picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.club-post-banner-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 300ms ease-in-out;
}
.club-post-banner-inner .heading {
  color: #fff;
  font-size: 3.5rem;
  font-family: "industry-inc-stencil";
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.club-post-banner-inner:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px) {
  .col-banner {
    margin: 3rem 0 1rem;
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .col-banner .article-heading-on-image-container {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .club-post-banner-inner .heading {
    font-size: 4.5rem;
  }
}
.sport-banner-container {
  padding: 0 30px;
}

.sport-banner {
  display: block;
  cursor: pointer;
  width: 290px;
  height: 125px;
  border-radius: 10px;
  box-sizing: border-box;
  border: solid 1px #eee;
  margin: 0;
  font-size: 1rem;
  padding: 22px 20px;
  position: relative;
  background: #fff;
  transition: border-color 300ms ease-in-out;
  opacity: 1;
}
.sport-banner .home-games {
  color: #6a6c7a;
  font-size: 1.2em;
  line-height: 1;
  text-transform: uppercase;
}
.sport-banner .team-name {
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}
.sport-banner .venue {
  display: none;
}
.sport-banner:hover, .sport-banner:focus {
  text-decoration: none;
  outline: 0;
  border-color: #ffd2b9;
}
.sport-banner:hover .btn, .sport-banner:focus .btn {
  filter: saturate(1.5);
}
.sport-banner .btn {
  background: #000;
  padding: 5px;
}
.sport-banner .btn i {
  margin-right: 0.4rem;
}
.sport-banner .icon {
  position: absolute;
  right: 10px;
  width: 120px;
  top: 5px;
  right: -10px;
}

#home-games {
  padding: 1.5rem 0 1rem;
  position: relative;
  background: rgba(14, 98, 179, 0.028);
  margin: 2rem 0;
}
#home-games .swiper-slide {
  width: 290px;
}
#home-games h2 {
  font-weight: 400;
  font-size: 2rem !important;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #868686;
  letter-spacing: 0.5em;
}
#home-games h2 span {
  letter-spacing: 0.1em;
}
#home-games .sport-banners {
  display: flex;
  overflow: hidden;
}
#home-games .sport-banners .icon.Baseball {
  width: 110px;
  right: 0px;
  top: 10px;
}
#home-games .sport-banners .icon.Soccer {
  width: 110px;
  top: 15px;
  right: 5px;
}
#home-games .sport-banners .icon.Football {
  width: 110px;
  top: 10px;
  right: 5px;
}
#home-games .sport-banners .icon.Basketball {
  width: 110px;
  top: 10px;
  right: 5px;
}

@media screen and (min-width: 1024px) {
  #home-games {
    padding: 2rem 0;
    border-top: solid 1px #f1f1f1;
    margin-top: 1rem;
    background: #fff;
    margin-bottom: 0;
  }
  #home-games .swiper-button-next,
#home-games .swiper-button-prev {
    top: 90px;
  }
  #home-games .swiper-slide {
    width: 360px;
  }
  #home-games .sport-banner {
    cursor: pointer;
    font-size: 1.3rem;
    width: 360px;
    height: 155px;
  }
  #home-games .sport-banner .home-games {
    letter-spacing: 0;
  }
  #home-games .sport-banner .venue {
    color: #6a6c7a;
    margin-top: -1em;
    display: block;
  }
  #home-games .sport-banner .team-name {
    line-height: 1.5;
  }
  #home-games .sport-banner .btn {
    margin-top: 0.8em;
    padding: 0.5em;
    background: #ff772d !important;
  }
  #home-games .sport-banner .icon {
    width: 140px;
    right: -5px;
    top: 7px;
  }
  #home-games .sport-banner .icon.Baseball {
    width: 140px;
    right: 0;
    top: 5px;
  }
  #home-games .sport-banner .icon.Football {
    width: 135px;
    right: 10px;
  }
  #home-games .sport-banner .icon.Soccer {
    top: 15px;
    right: 10px;
    width: 135px;
  }
  #home-games .sport-banner .icon.Basketball {
    top: 15px;
    right: 0px;
    width: 135px;
  }
}
.schedule-heading {
  margin-bottom: 0;
  color: #0E62B3;
}

.schedule-subheading {
  display: block;
  border-bottom: solid 2px #0E62B3;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #6a6c7a;
}

#events-today-banner {
  text-align: center;
  background: #0e62b3;
  background: linear-gradient(10deg, #0e62b3 0%, #2192ff 100%);
  color: #fff;
  margin-top: 3rem;
  padding: 5rem 0;
}
#events-today-banner .headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}
#events-today-banner .btn {
  color: #fff;
  border: solid 2px #fff;
  margin-top: 1em;
  margin-bottom: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  font-size: 1.6rem;
  transition: transform 300ms ease-in-out !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
#events-today-banner .btn:hover, #events-today-banner .btn:focus {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.1);
  opacity: 1 !important;
}

.mp-load-more-button {
  background: #ff772d;
  color: #fff;
}
.mp-load-more-button:hover, .mp-load-more-button:focus {
  color: #fff;
  background: #ff772d;
}

@media screen and (min-width: 768px) {
  .mp-load-more-button {
    width: 50%;
    font-size: 2rem;
  }

  .things-to-do-section {
    background-attachment: fixed;
  }

  #events-today-banner {
    padding: 4rem 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  #events-today-banner .headline {
    font-size: 4rem;
  }
  #events-today-banner .btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1500px) {
  #events-today-banner {
    padding: 5rem 0;
  }
  #events-today-banner .headline {
    font-size: 4rem;
  }
  #events-today-banner .btn {
    font-size: 2rem;
  }
}
#hosts-popup {
  display: none;
}

#special-content {
  margin-top: 2.5rem;
}
#special-content figure {
  margin: 0;
}
#special-content figure img {
  border-radius: 4px;
  height: auto;
}
#special-content p {
  margin-bottom: 1rem !important;
}
#special-content .monthly-special-content h2 {
  margin-top: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  #special-content {
    border-top: dashed 1px #eee;
    padding: 3em 0 3em;
    margin-top: 2em;
    margin: 6rem 0;
    margin-bottom: -1.7em;
  }
  #special-content .monthly-special-content {
    align-items: center;
    display: flex;
  }
  #special-content .monthly-special-content figure {
    margin-bottom: 1em;
    flex-shrink: 0;
  }
  #special-content .monthly-special-content figure a {
    display: block;
  }
  #special-content .monthly-special-content figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    display: block;
  }
  #special-content .monthly-special-content.short-version figure {
    width: 50%;
    min-height: 350px;
  }
  #special-content .monthly-special-content.short-version .monthly-special-text {
    position: relative;
    align-items: center;
    flex: 1;
    font-size: 2rem;
    text-align: center;
  }
  #special-content .monthly-special-content.short-version .monthly-special-text h2 {
    font-weight: 600;
  }
  #special-content .monthly-special-content.short-version .monthly-special-text .btn {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 1em;
  }
  #special-content .monthly-special-content.short-version .monthly-special-text p:last-of-type {
    margin-bottom: 0;
  }
  #special-content .monthly-special-content.short-version .monthly-special-text .text-container {
    position: absolute;
    padding: 1rem 4rem;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  #special-content .monthly-special-content.long-version figure {
    order: 1;
    width: 50%;
  }
  #special-content .monthly-special-content.long-version .monthly-special-text {
    width: 50%;
    font-size: 1.6rem;
    padding: 0rem 8rem 0rem 0;
  }
  #special-content .monthly-special-content.long-version .monthly-special-text h2 {
    font-weight: 600;
    font-size: 3.4rem;
    margin-bottom: 2rem;
    text-decoration: underline;
  }
  #special-content .monthly-special-content.long-version .monthly-special-text p {
    margin-bottom: 1rem;
  }
}
.days-slider-container {
  position: relative;
}

.days-slider-holder {
  overflow: hidden;
  margin-bottom: 0rem;
}
.days-slider-holder .swiper-button-next, .days-slider-holder .swiper-button-prev {
  bottom: 55px;
  top: auto;
  border-radius: 10px;
  opacity: 1;
}
.days-slider-holder .swiper-button-next {
  right: -15px;
}
.days-slider-holder .swiper-button-prev {
  left: -15px;
}
.days-slider-holder .slider-day {
  padding: 5px 0px;
  width: auto !important;
  background: #FFF;
  border-right: 0;
  text-align: center;
  width: calc(100% / 4) !important;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.days-slider-holder .slider-day .month {
  padding: 0;
}
.days-slider-holder .slider-day .day {
  font-size: 200%;
  line-height: 30px;
  font-weight: 700;
  color: #59e9d4;
  height: 3rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 300ms;
  backface-visibility: hidden;
  position: relative;
  top: -2px;
}
.days-slider-holder .slider-day:hover .day,
.days-slider-holder .slider-day.active .day,
.days-slider-holder .swiper-slide-active .day {
  font-size: 220%;
  color: #ff772d;
}
.days-slider-holder .slider-day .month,
.days-slider-holder .slider-day .week-day {
  color: #6a6c7a;
  text-transform: uppercase;
  font-size: 80%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.days-slider-holder .slider-day.active {
  background: #13226f0d;
  background: #f1f1f1;
  color: #fff;
}
.days-slider-holder .swiper-button-prev {
  left: 18px;
}
.days-slider-holder .swiper-button-next {
  right: 18px;
}

.days-slider-holder.regular-slider {
  padding: 0rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.days-slider-holder.regular-slider .swiper-container {
  position: relative;
  left: 0px;
  width: calc(100% - 48px);
  overflow: hidden;
}
.days-slider-holder.regular-slider .swiper-button-prev,
.days-slider-holder.regular-slider .swiper-button-next {
  width: 20px;
  position: static;
  display: block !important;
  height: 30px;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 0;
}
.days-slider-holder.regular-slider .swiper-button-prev:after,
.days-slider-holder.regular-slider .swiper-button-next:after {
  font-size: 20px;
}
.days-slider-holder.regular-slider .swiper-button-next {
  text-align: right;
}
.days-slider-holder.regular-slider .slider-day {
  background: #f1f1f1;
}
.days-slider-holder.regular-slider .slider-day .day {
  color: #888;
}
.days-slider-holder.regular-slider .slider-day.active .day {
  color: #ff772d;
}

#days-slider {
  display: flex;
}

.day-slider-container {
  margin-top: 2rem;
  margin-bottom: 4rem;
  background: #fff;
  border: solid 1px #DDD;
  padding: 2rem 2rem 2rem;
  border-radius: 10px;
}
.day-slider-container a:hover {
  text-decoration: none;
}
.day-slider-container .slider-day {
  background: #f1f1f1;
}
.day-slider-container .slider-day .day {
  color: #888;
}
.day-slider-container h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: "industry-inc-base";
}
.day-slider-container .top-advertisement a:hover {
  text-decoration: none !important;
}
.day-slider-container .top-advertisement .slider-day.active {
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .day-slider-container h2 {
    font-size: 3.5rem;
  }

  .days-slider-holder .slider-day {
    width: calc(100% / 5) !important;
  }
  .days-slider-holder .slider-day .day {
    font-size: 250%;
    line-height: 45px;
    font-weight: 700;
    color: #888;
    height: 4.5rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 300ms;
    backface-visibility: hidden;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .top-advertisement {
    margin-top: 5rem;
    padding: 3rem;
    margin-bottom: -2rem;
  }

  .days-slider-holder .slider-day {
    width: calc(100% / 7) !important;
  }

  .days-slider-holder.regular-slider .swiper-button-next.swiper-button-disabled, .days-slider-holder.regular-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35 !important;
  }
  .days-slider-holder.regular-slider .swiper-button-prev,
.days-slider-holder.regular-slider .swiper-button-next {
    padding: 0;
    margin-top: 8px !important;
    box-shadow: none;
  }
  .days-slider-holder.regular-slider .swiper-button-prev:after,
.days-slider-holder.regular-slider .swiper-button-next:after {
    font-size: 20px;
    color: #ff772d !important;
  }
  .days-slider-holder.regular-slider .swiper-button-next {
    text-align: right;
  }
}
@media screen and (min-width: 1366px) {
  .days-slider-holder {
    padding: 0;
  }
  .days-slider-holder .slider-day {
    width: calc(100% / 9) !important;
  }
  .days-slider-holder .swiper-button-next {
    right: -15px;
  }
  .days-slider-holder .swiper-button-prev {
    left: -15px;
  }
  .days-slider-holder .slider-day .day {
    height: 4.5rem;
    line-height: 45px;
    font-size: 250%;
  }
  .days-slider-holder .swiper-slide:hover .day,
.days-slider-holder .swiper-slide.active .day {
    font-size: 300%;
    color: #ff772d;
  }
}
#monthly-events .video-playback a {
  position: static;
  background: #ff772d;
  display: block;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 80%;
  text-decoration: none;
  margin-top: -3px;
}
#monthly-events .video-playback a i {
  position: static;
  font-size: 1.4rem;
  margin-right: 5px;
  transform: none !important;
  opacity: 1 !important;
}
#monthly-events .video-playback a i:hover {
  transform: none;
}

.event-toolkit {
  margin-top: 15px;
  font-size: 13px;
  position: relative;
}
.event-toolkit .buttons {
  display: flex;
  gap: 10px;
}
.event-toolkit .buttons a {
  flex: 1;
  text-align: center;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 6px 9px 6px;
  color: #6a6c7a;
  border: solid 1px #f1f1f1;
  transition: all 200ms;
}
.event-toolkit .buttons a i {
  margin-right: 5px;
}
.event-toolkit .buttons a.active {
  background: #0E62B3;
  border: solid 1px #0E62B3;
  color: #fff;
  position: relative;
  font-weight: 600;
}
.event-toolkit .buttons a.active:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7.5px 0 7.5px;
  border-color: #0E62B3 transparent transparent transparent;
}
.event-toolkit .buttons a:hover, .event-toolkit .buttons a:focus {
  text-decoration: none;
}
.event-toolkit .event-sharing-options {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  display: none;
  width: 100%;
}
.event-toolkit .event-sharing-options a {
  flex: 1;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0 7px;
  color: #6a6c7a;
  border: solid 1px #ddd;
  background: #FFF;
  text-decoration: none;
  transition: all 300ms;
}
.event-toolkit .event-sharing-options a i {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.event-toolkit .event-sharing-options a:hover {
  color: #0E62B3;
  border-color: #98b6d3;
}
.event-toolkit .event-sharing-options.active {
  display: flex;
}

/* Homepage */
.homepage .full-width-slider-container {
  background: #000;
}
.homepage .swiper-container {
  height: 223px;
}
.homepage .slider-video-container {
  height: inherit;
}
.homepage .full-width-slider {
  padding-top: 0;
  position: relative;
  height: calc(100vh - 72px);
  min-height: 800px;
}
.homepage .full-width-slider video,
.homepage .full-width-slider .mobile-greetings-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.homepage .full-width-slider .mobile-greetings-photo {
  display: block;
  margin: 0;
}
.homepage .full-width-slider .mobile-greetings-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.homepage .full-width-slider:after {
  content: "";
  position: absolute;
  /* background: #211d44; */
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
  background: linear-gradient(0deg, black 0%, black 5%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10000;
}
.homepage .slider-content {
  position: absolute;
  width: 100%;
  height: calc(100% - 72px);
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
  z-index: 10000000;
}
@-webkit-keyframes glowing {
  0% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
  40% {
    box-shadow: 0 0 16px #ff772d;
    background: #FF862E;
  }
  60% {
    box-shadow: 0 0 16px #ff772d;
    background: #FF862E;
  }
  100% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
}
@keyframes glowing {
  0% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
  40% {
    box-shadow: 0 0 16px #ff772d;
    background: #FF862E;
  }
  60% {
    box-shadow: 0 0 16px #ff772d;
    background: #FF862E;
  }
  100% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
}
@-webkit-keyframes intense-glowing {
  0% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
  40% {
    box-shadow: 0 0 16px #FF9627;
    background: #FF9627;
  }
  60% {
    box-shadow: 0 0 16px #FF9627;
    background: #FF9627;
  }
  100% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
}
@keyframes intense-glowing {
  0% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
  40% {
    box-shadow: 0 0 16px #FF9627;
    background: #FF9627;
  }
  60% {
    box-shadow: 0 0 16px #FF9627;
    background: #FF9627;
  }
  100% {
    box-shadow: 0 0 -8px #ff772d;
    background: #ff772d;
  }
}
.homepage #homepage-search {
  align-items: center;
  justify-content: center;
  display: flex;
  top: 147px;
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.homepage #homepage-search h1 {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.homepage #homepage-search #detailed-event-search button {
  transition: all 300ms ease-in-out;
  -webkit-animation: glowing 3000ms infinite;
          animation: glowing 3000ms infinite;
}
.homepage #homepage-search #detailed-event-search button:hover, .homepage #homepage-search #detailed-event-search button:focus {
  -webkit-animation: none;
          animation: none;
  background: #FF862E !important;
  box-shadow: 0 0 16px #ff772d;
}
.homepage #homepage-search #detailed-event-search button.blinking {
  -webkit-animation: intense-glowing 500ms infinite;
          animation: intense-glowing 500ms infinite;
}
.homepage #homepage-search form {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
}
.homepage #homepage-search form .label-with-input {
  border-radius: 4px;
}
.homepage .slider-video-heading {
  color: #fff;
  text-shadow: none;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: left;
  text-align: center;
  font-size: 3.4rem;
}
.homepage .label-with-input {
  border-radius: 4px;
  text-align: left;
  height: 57px;
  background: #FFF;
}

#homepage-destinations {
  display: flex;
  width: 100%;
  align-self: flex-end;
  margin-bottom: 1rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
#homepage-destinations .city-box {
  width: 230px;
  text-align: center;
  margin-right: 20px;
}
#homepage-destinations .city-box a {
  color: #fff;
}
#homepage-destinations .city-box img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.15);
}
#homepage-destinations .city-box:last-of-type {
  margin-right: 0;
}
#homepage-destinations .secondary-link {
  margin-right: 0.5em;
  color: #787878 !important;
  font-weight: 600;
}
#homepage-destinations .secondary-link:last-child {
  margin-right: 0;
}
#homepage-destinations h3 {
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0.5rem 0 1.5rem;
}
#homepage-destinations .city-name {
  margin-bottom: 0;
}

.article-container {
  margin-top: 2rem;
}

.archive-post {
  display: flex;
  margin-bottom: 1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.archive-post:hover .entry-title {
  text-decoration: underline;
}
.archive-post figure {
  flex-basis: 35%;
  min-height: 100px;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.archive-post figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 4px 0 0 4px;
}
.archive-post header {
  align-self: center;
}
.archive-post .entry-title {
  font-weight: 600;
  color: #000;
  margin: 0.3em 0;
  line-height: 1.2;
  font-size: 1.84rem;
}
.archive-post .entry-content {
  display: none;
}

.btn-banner-cta {
  color: #fff;
  border: solid 1px #fff;
  margin-top: 2rem;
}

.tab-content {
  display: none;
}

.tab-content--active {
  display: block;
}

.homepage-calendar-intro {
  padding-top: 2.5rem;
  background: #fff;
}
.homepage-calendar-intro .homepage-tabs {
  position: relative;
}

.centered-heading {
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  max-width: 100%;
  position: relative;
  letter-spacing: -0.02em;
}
.centered-heading i {
  margin-right: 10px;
}
.centered-heading + p {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  color: #6a6c7a;
  text-align: center;
}
.centered-heading .period {
  letter-spacing: -0.05em;
}

#ultimate-events {
  padding-top: 3rem;
}

div.month h2 {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  color: #3b385387;
}

.homepage-calendar-events {
  margin: 0 -8px;
}
.homepage-calendar-events .regular {
  display: flex;
  flex-flow: row wrap;
}
.homepage-calendar-events .event {
  padding: 0 4px;
  margin-bottom: 0.8rem;
  width: 100%;
  color: #000;
  display: inline-block;
  position: relative;
}
.homepage-calendar-events .event i {
  margin-right: 0.5rem;
}
.homepage-calendar-events .event figure {
  margin: 0;
}
.homepage-calendar-events .event figure img {
  background: #000;
  margin: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 8px);
  border-radius: 4px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.homepage-calendar-events .event .event-content {
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background: #fff;
  height: 60px;
  padding: 1.5rem;
  line-height: 1.1;
  text-align: center;
  display: flex;
  border-radius: 4px;
  align-items: center;
  transition: background-color 100ms ease-in;
}
.homepage-calendar-events .event .event-content > div {
  width: 100%;
}
.homepage-calendar-events .event .event-content small {
  font-size: 90%;
  margin-bottom: 0.5rem;
  display: inine-block;
  color: #6a6c7a;
}
.homepage-calendar-events .event .event-content .location {
  margin-left: 0.7rem;
}
.homepage-calendar-events .event .event-content .title {
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  height: 2rem;
  line-height: 1.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage-calendar-events .event:hover {
  text-decoration: none !important;
}
.homepage-calendar-events .event .event-type--tn {
  display: flex;
  text-align: left;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 6px 10px 6px 4px;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.3;
}
.homepage-calendar-events .event .event-type--tn .name {
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}
.homepage-calendar-events .event .event-type--tn .venue {
  display: block;
  color: #6a6c7a;
}
.homepage-calendar-events .event .event-type--tn h3 {
  font-size: 3rem;
  line-height: 3.3rem;
  margin-bottom: 0;
  font-weight: 700;
}
.homepage-calendar-events .event .event-type--tn .content {
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
.homepage-calendar-events .event .event-type--tn .event-info {
  border-left: solid 1px #eee;
  padding-left: 10px;
  position: relative;
  left: -1px;
  padding-left: 11px;
}
.homepage-calendar-events .event .event-type--tn .event-date {
  height: 100%;
  width: 130px;
  flex-basis: 60px;
  flex-shrink: 0;
  border-right: solid 1px #eee;
  text-align: center;
  padding-right: 3px;
}
.homepage-calendar-events .event .event-type--tn .event-date .weekday {
  font-weight: 600;
  background: #eee;
  color: #6a6c7a;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  width: calc(100% - 10px);
  font-size: 95%;
}
.homepage-calendar-events .event .event-type--tn .event-date .date {
  color: #32b365;
  font-weight: 600;
  text-transform: uppercase;
}
.homepage-calendar-events .event .event-type--tn .event-date .date-time {
  font-size: 95%;
  color: #6a6c7a;
}
.homepage-calendar-events .event .event-type--tn:hover {
  background: #fafafa;
}
.homepage-calendar-events .event.semi-featured-event {
  width: 100%;
  font-size: 1.6rem;
}
.homepage-calendar-events .event.semi-featured-event .event-content:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #04294a 0%, rgba(4, 41, 74, 0.812762605) 52%, rgba(0, 0, 0, 0) 100%);
  background: #000;
  opacity: 0.3;
  transition: opacity 300ms ease-in-out;
  z-index: 100;
}
.homepage-calendar-events .event.semi-featured-event .event-content div {
  position: relative;
  z-index: 200;
}
.homepage-calendar-events .event.semi-featured-event .event-content:hover:after {
  opacity: 0.5;
}
.homepage-calendar-events .event.semi-featured-event .event-type--tn {
  height: 143px;
  background-size: cover;
}
.homepage-calendar-events .event.semi-featured-event .event-type--tn .event-info {
  width: 100%;
  color: #fff;
  text-align: center;
}
.homepage-calendar-events .event.semi-featured-event .event-content {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0;
}
.homepage-calendar-events .event.semi-featured-event .event-content .title {
  font-size: 2.5rem;
  line-height: 3.3rem;
  position: relative;
  z-index: 100;
  white-space: unset;
  overflow: unset;
  height: auto;
}
.homepage-calendar-events .event.semi-featured-event .event-content small {
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 100;
}
.homepage-calendar-events .event.featured-event {
  width: 100%;
  position: relative;
}
.homepage-calendar-events .event.featured-event p {
  margin: 0;
}
.homepage-calendar-events .event.featured-event small {
  color: #fff;
  font-weight: 600;
}
.homepage-calendar-events .event.featured-event:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: calc(100% - 8px);
  height: 100%;
  background: radial-gradient(circle, #04294a 0%, rgba(4, 41, 74, 0.812762605) 52%, rgba(0, 0, 0, 0) 100%);
  background: #000;
  opacity: 0.3;
  transition: opacity 300ms ease-in-out;
  z-index: 3;
}
.homepage-calendar-events .event.featured-event:hover:after {
  opacity: 0.6;
}
.homepage-calendar-events .event.featured-event .event-content {
  background-size: cover;
  background-position: center;
  height: 380px;
  color: #fff;
  font-size: 1.6rem;
}
.homepage-calendar-events .event.featured-event .event-content div {
  position: relative;
  z-index: 10;
}
.homepage-calendar-events .event.featured-event .event-content .title {
  line-height: 3rem;
  height: 3rem;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  white-space: unset;
  overflow: unset;
  height: auto;
}
.homepage-calendar-events .event.featured-event .event-content .location {
  margin-left: 1rem;
}
.homepage-calendar-events .event.featured-event .event-content .btn-banner-cta {
  margin-top: 2rem;
  padding: 1.5rem;
  display: inline-block;
  font-weight: 600;
  border-radius: 4px;
}
.homepage-calendar-events .event.featured-event .event-content:hover .btn-banner-cta, .homepage-calendar-events .event.featured-event .event-content:focus .btn-banner-cta {
  text-decoration: none;
  color: #ffd0b7;
  border-color: #ffd0b7;
}
.homepage-calendar-events .event.featured-event .event-content .location {
  color: #fff;
}
.homepage-calendar-events .event.featured-event .event-content:hover:after, .homepage-calendar-events .event.featured-event .event-content:focus:after {
  opacity: 0.8;
}
.homepage-calendar-events .event.featured-event.calendar-item-without-link:hover:after {
  opacity: 0.3;
}
.homepage-calendar-events .event.featured-event.calendar-item-without-link .event-content {
  height: 140px;
}

.events-loading-message {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 60px;
  padding: 30px 0;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 300px;
}
.events-loading-message h2 {
  margin-bottom: 0.5em;
  font-size: 2.5rem;
}
.events-loading-message h3 {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  opacity: 0.6;
}
.events-loading-message p {
  margin-bottom: 0;
}

.homepage .mdc-tab__text-label {
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: 600;
  padding: 0 5px;
  font-family: "myriad-pro";
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
  transition: none !important;
}

.homepage .tab-heading {
  position: relative;
  display: block;
  margin-bottom: 0em;
  font-weight: 600;
  font-size: 3.5rem;
  text-align: center;
  margin: 0em 0 0.4em;
  color: #000;
  font-family: "industry-inc-in-N-out";
}

div.month h2 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

#artists-autocomplete {
  margin: 0 auto 2rem;
  max-width: 560px;
  width: 100%;
}

#ultimate-events form select {
  font-size: 16px;
}
#ultimate-events form pre {
  display: none;
}
#ultimate-events form #autocomplete {
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  padding: 1.2rem 1.6rem;
  height: 4.6rem;
  margin-top: 2rem;
}
#ultimate-events form .twitter-typeahead {
  display: block;
  width: 100%;
}
#ultimate-events form .tt-hint {
  display: none;
}
#ultimate-events .simpleselect {
  max-width: 100%;
  width: 100%;
}
#ultimate-events .event-type--tn .date-time {
  display: none;
}

.tn-calendar-section {
  margin-bottom: 3rem;
}

.desktop-calendar-load-more {
  margin-top: 2rem;
  width: 80%;
}

.clear-search {
  margin-bottom: 2rem;
}

.tn-month-selector {
  font-size: 16px;
}

.cancelled-badge {
  position: absolute;
  background: #FF2E21;
  z-index: 5;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
  padding-left: 10px;
  left: 50%;
  margin-left: -40px;
  top: -6px;
  z-index: 101;
}

@media screen and (min-width: 768px) {
  .cancelled-badge {
    left: auto;
    right: 1px;
    top: 22px;
  }
  .cancelled-badge:after {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: -4px;
    right: 0px;
    content: "";
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c50000;
  }

  .homepage-calendar-events .event {
    width: 50%;
  }

  #ultimate-events form {
    display: flex;
    padding-top: 2.5rem;
  }
  #ultimate-events form #autocomplete {
    display: inline-block;
    margin-top: 0;
  }
  #ultimate-events form .twitter-typeahead {
    max-width: 250px;
    margin-right: 10px;
  }
  #ultimate-events form .simpleselect {
    max-width: 250px;
  }

  .event-type--tn .date-time {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  #ultimate-events form {
    padding-top: 0;
  }
  #ultimate-events .simpleselect {
    width: 250px;
  }

  .homepage-tabs {
    max-width: 80%;
    margin: 4rem auto 2em;
  }

  .mdc-tab__text-label {
    font-size: 1.7rem;
  }

  .tn-calendar-section {
    margin-bottom: 4rem;
  }

  .desktop-calendar-load-more {
    margin: 3rem 8rem;
    width: 30%;
  }

  .homepage .tab-heading {
    font-size: 5.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
    display: block;
  }
  .homepage .tab-heading:after {
    display: none;
  }

  .centered-heading {
    text-align: center;
    font-size: 5rem;
    margin-top: 1em;
  }
  .centered-heading + p {
    font-size: 2rem;
    text-align: center;
  }

  .tab-content {
    padding-top: 2rem;
  }

  div.month {
    padding: 6rem 0;
  }
  div.month h2 {
    margin-bottom: 3rem;
    margin-top: 0;
  }
  div.month:last-of-type {
    border-bottom: 0;
  }

  .homepage-calendar-events .grid-sizer,
.homepage-calendar-events .regular-event,
.featured-event-slider .grid-sizer,
.featured-event-slider .regular-event {
    width: 25%;
  }
  .homepage-calendar-events .event.semi-featured-event,
.featured-event-slider .event.semi-featured-event {
    width: 50%;
  }
  .homepage-calendar-events .featured-event,
.featured-event-slider .featured-event {
    width: 100%;
  }
  .homepage-calendar-events .featured-event .title,
.featured-event-slider .featured-event .title {
    font-size: 4.5rem !important;
    line-height: 4.5rem !important;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem !important;
  }
}
#genre-filter {
  height: 4.6rem;
  padding: 1.2rem 1.6rem;
}

@media screen and (min-width: 1366px) {
  #homepage-destinations {
    z-index: 20;
    bottom: 1rem;
  }

  #homepage-destinations .city-box {
    width: 300px;
  }

  .homepage .swiper-container {
    height: 260px;
  }
  .homepage .mdc-tab-scroller {
    overflow-y: visible;
  }
  .homepage .mdc-tab-scroller__scroll-area--scroll {
    overflow-x: visible;
  }
}
@media only screen and (orientation: landscape) and (max-height: 380px) {
  .homepage .full-width-slider-container {
    min-height: calc(100vh + 340px);
  }
}
@media only screen and (orientation: landscape) and (max-height: 350px) {
  .homepage .full-width-slider-container {
    min-height: calc(100vh + 400px);
  }
}
@media only screen and (orientation: portrait) and (min-height: 750px) and (max-width: 1023px) {
  .homepage .full-width-slider-container {
    min-height: calc(100vh - 60px);
  }
}
@media only screen and (orientation: portrait) and (min-height: 750px) and (min-width: 1024px) {
  .homepage .full-width-slider-container {
    min-height: 0;
  }

  .video-slider {
    height: 0 !important;
    padding-top: 35%;
  }
}
@media only screen and (orientation: portrait) and (max-width: 340px) {
  .homepage .full-width-slider-container {
    min-height: calc(100vh + 10px);
  }
}
@media only screen and (orientation: landscape) and (min-height: 360px) {
  .slider-video {
    min-height: calc(100vh + 290px);
  }
}
@media screen and (min-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    background: #FFF;
    padding: 25px;
    border-radius: 100%;
    transition: all 300ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin-top: -40px !important;
  }

  .swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
  }

  .swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 600;
    color: #222;
  }

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
  }

  .homepage .ad-widget h3 {
    margin-top: 0;
  }
  .homepage .archive-post {
    margin-bottom: 1.5rem;
  }
  .homepage .archive-post .entry-header {
    padding: 1.5rem;
    padding-left: 0.5rem;
  }
  .homepage .archive-post .entry-title {
    font-size: 2.3rem;
  }
  .homepage .archive-post .entry-content {
    display: block;
    color: #6a6c7a;
  }
  .homepage #ultimate-events form {
    display: flex;
  }
  .homepage #ultimate-events form .twitter-typeahead {
    max-width: 300px;
    width: 100%;
    margin-right: 10px;
  }
  .homepage #ultimate-events form input {
    max-width: 350px;
    margin-right: 10px;
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    height: auto;
  }
  .homepage #ultimate-events form input:focus {
    outline: 0;
    border-color: #ddd;
  }
  .homepage #ultimate-events form select {
    max-width: 200px;
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    height: auto;
  }
  .homepage .full-width-slider {
    min-height: none;
  }
  .homepage .slider-content {
    background: transparent;
    height: auto;
  }
  .homepage #detailed-event-search .flex {
    justify-content: center;
  }
  .homepage .slider-content {
    max-width: none;
  }
  .homepage .slider-video-heading {
    font-size: 4rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .homepage .two-columns-layout {
    margin-top: 5rem;
    margin-bottom: 8rem;
    display: flex;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage .two-columns-layout .featured-articles {
    flex-basis: calc(100% - 320px);
    padding-right: 40px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.loading {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -30px;
}

.has-intro .site-container {
  position: relative;
}

.mdc-tab {
  padding: 0;
  font-size: 1.5rem !important;
  height: 50px;
  color: #666;
}

.tn-month-selector {
  height: 50px;
}

.dynamic-content .simpleselect {
  height: 40px;
  margin-bottom: 20px;
}
.dynamic-content .simpleselect .placeholder {
  padding: 0.8rem 1.2rem;
}
.dynamic-content .simpleselect.active .option:first-of-type {
  display: block !important;
}
.dynamic-content .simpleselect .options {
  overflow-y: visible !important;
  max-height: none;
  height: auto !important;
  margin-top: 45px;
}
.dynamic-content .simpleselect.active:before {
  top: 46px;
}
.dynamic-content .simpleselect.active:after {
  top: 47px;
}

.homepage {
  /*
  .mdc-tab .mdc-tab__text-label {
  	color: #fff;
  }

  .mdc-tab--active .mdc-tab__text-label {
  	color: rgba(255,255,255,1);
  	font-weight: 600;
  }


  */
}
.homepage .mdc-tab:hover .mdc-tab__ripple::before, .homepage .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before {
  opacity: 0;
}
.homepage .mdc-tab-indicator {
  border-radius: 4px;
  transition: none;
}
.homepage .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #fff;
  border-top-width: 3px;
}
.homepage .mdc-tab--active .mdc-tab__text-label {
  color: #fff;
}
.homepage .mdc-tab {
  margin-right: 5px;
  font-size: 1.5rem;
  background-color: transparent !important;
}
.semi-featured-event .event-content-wrapper {
  position: relative;
  padding-bottom: 56.25% !important;
}
.semi-featured-event .event-content-wrapper figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.semi-featured-event .event-content-wrapper figure img {
  margin: 0;
  width: 100%;
}
.semi-featured-event .event-content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.clear-search {
  position: relative;
  z-index: 100;
}

.twitter-typeahead pre {
  display: none;
}

.month.ultimate-events {
  margin-bottom: 3rem;
}

.ultimate-month-section {
  padding-top: 4rem;
}
.ultimate-month-section:empty {
  display: none;
}
.ultimate-month-section .month {
  padding: 0;
}
.ultimate-month-section:not(:empty):first-of-type {
  padding-top: 0;
}
.ultimate-month-section:not(:empty):nth-child(even) {
  background: rgba(14, 98, 179, 0.028);
  box-shadow: 0 0 20px rgba(14, 98, 179, 0.03);
}

@media screen and (max-width: 767px) {
  .centered-heading {
    text-align: center;
  }
  .centered-heading + p {
    text-align: center;
  }

  .centered-heading .period {
    display: block;
    font-size: 80%;
    letter-spacing: -0.05em;
  }

  .mdc-tab__text-label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .centered-heading {
    font-size: 3.5rem;
  }

  .ultimate-month-section {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-calendar-events .event.semi-featured-event .event-content .title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .homepage-calendar-events .event.featured-event .event-content {
    height: 400px;
    font-size: 2rem;
  }
  .homepage-calendar-events .event.featured-event.calendar-item-without-link .event-content {
    height: 260px;
  }

  .homepage-calendar-intro .centered-heading {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .display-on-desktop {
    display: none;
  }

  .calendar-button {
    width: 100%;
    border: solid 1px #ddd;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 2.3rem !important;
    font-weight: 600;
    font-family: "industry-inc-stencil" !important;
  }
  .calendar-button.active {
    background: #ff772d;
    color: #fff;
    border: solid 1px #ff772d;
  }
}
.mdc-tab:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .calendar-button {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-calendar-intro {
    background: #2b2b2b;
    background: #ff772d;
    position: relative;
    padding-top: 100px;
    margin-top: 3px;
  }
  .homepage-calendar-intro:after {
    content: "";
    position: absolute;
    background: url("/image/calendar-header-background.png");
    background-position: left bottom -10px;
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-repeat-y: no-repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
  }
  .homepage-calendar-intro .centered-heading {
    color: #fff;
    font-size: 6.5rem;
    font-family: "industry-inc-stencil";
    position: relative;
    z-index: 2;
  }

  .homepage .homepage-tabs {
    position: relative;
    z-index: 2;
  }
  .homepage .mdc-tab {
    background: transparent !important;
    padding: 4px 0 0;
    border: 0;
    border-radius: 8px 8px 0 0;
  }
  .homepage .mdc-tab--active {
    background: #fff;
  }
  .homepage .mdc-tab__text-label {
    font-family: "industry-inc-stencil";
    font-size: 2.2rem;
    color: #fff;
  }
  .homepage .mdc-tab--active .mdc-tab__text-label {
    color: #ff772d;
  }
  .homepage .mdc-tab-indicator--active {
    background: #fff;
    border: 0;
  }
}
.fb-share-button {
  margin-top: 0.1em;
  background: #4267B2;
  color: white;
  border: solid 1px #4267B2;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 5px 10px;
}
.fb-share-button i {
  margin-right: 3px;
}

.blinking-button {
  animation: blink-animation 0.5s infinite step-end;
  -webkit-animation: blink-animation 0.5s infinite step-end;
  transition: none !important;
}

@keyframes blink-animation {
  0% {
    border: solid 1px #ddd;
  }
  50% {
    background: #ff772d;
    border: solid 1px #ff772d;
    color: #fff;
    font-size: 200px;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    border: solid 1px #ddd;
  }
  50% {
    background: #ff772d;
    border: solid 1px #ff772d;
    color: #fff !important;
  }
}
@media screen and (max-width: 1023px) {
  .calendar-content {
    margin-top: 120px;
  }

  .homepage-calendar-intro {
    border-top: solid 2px #FFE;
    overflow: hidden;
    width: 100%;
    position: absolute;
    background: #e16404;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .homepage-calendar-intro .mdc-tab .mdc-tab__ripple::before, .homepage-calendar-intro .mdc-tab .mdc-tab__ripple::after {
    background-color: #ff772d;
  }
  .homepage-calendar-intro.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
  }
  .homepage-calendar-intro.fixed .centered-heading {
    margin: 0;
    margin-bottom: -8px;
    line-height: 1;
    font-size: 2.5rem;
  }
  .homepage-calendar-intro .centered-heading {
    text-align: left;
    font-family: "industry-inc-stencil";
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 300ms ease-in-out;
    letter-spacing: -1px;
  }
  .homepage-calendar-intro .centered-heading i {
    display: none;
  }
  .homepage-calendar-intro .centered-heading span {
    display: inline;
    font-size: 100%;
  }
  .homepage-calendar-intro .mdc-tab-scroller__scroll-content {
    padding-left: 0px;
  }
  .homepage-calendar-intro .mdc-tab {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 481px) {
  .homepage-calendar-intro .centered-heading {
    text-align: center !important;
  }
}
/* Events */
F.event-container {
  display: none;
}
F.event-container.active {
  display: block;
}

.event-list-location {
  display: none;
}
.event-list-location.active {
  display: block;
}

.event-wrapper {
  font-size: 90%;
  padding-top: 1rem;
  border-bottom: solid 1px #ddd;
  padding-bottom: 1rem;
}
.event-wrapper:last-of-type {
  border-bottom: 0;
}
.event-wrapper a {
  color: #11142B;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.event-wrapper .event-info {
  margin-right: 3rem;
  line-height: 1.5;
}
.event-wrapper .event-info .name,
.event-wrapper .event-info .venue {
  display: block;
}
.event-wrapper .event-info .name {
  font-weight: 700;
}
.event-wrapper .event-info .venue {
  color: #6a6c7a;
}
.event-wrapper .event-btn {
  margin-left: auto;
  line-height: 1;
}
.event-wrapper .event-btn button {
  line-height: 1.2;
  border: none;
  background: transparent;
  color: #ff772d;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.event-wrapper .event-btn button:before {
  content: "";
  font-family: "fontAwesome";
}
.event-wrapper .event-date {
  flex-basis: 50px;
  flex-shrink: 0;
  margin-right: 2rem;
  line-height: 1.2;
  text-align: center;
}
.event-wrapper .event-date .weekday {
  font-weight: 700;
}
.event-wrapper .event-date .time {
  color: #6a6c7a;
}
.event-wrapper .event-date .date {
  color: #6a6c7a;
}
.event-wrapper .event-date span {
  white-space: nowrap;
}

.invisible-link {
  color: #000;
  text-decoration: none !important;
}

.ev-search-wrapper {
  display: flex;
  font-size: 90%;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
.ev-search-wrapper .title {
  font-weight: 700;
  line-height: 1.2;
}
.ev-search-wrapper .venue,
.ev-search-wrapper time {
  color: #6a6c7a;
  font-size: 1.3rem;
}
.ev-search-wrapper time {
  display: block;
  margin-bottom: -1px;
}
.ev-search-wrapper figure {
  flex-basis: 60px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
  line-height: 1;
  margin-right: 1rem;
}
.ev-search-wrapper figure img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #f0f3f5;
}
.ev-search-wrapper .event-btn {
  margin-left: auto;
  line-height: 1;
}
.ev-search-wrapper .event-btn button {
  line-height: 1.2;
  border: none;
  background: transparent;
  color: #ff772d;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.ev-search-wrapper .event-btn button:before {
  content: "";
  font-family: "fontAwesome";
}

.result-list a:last-of-type .event-wrapper {
  border-bottom: 0;
}

.date-heading {
  margin-bottom: 0rem;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2rem;
  display: block;
}

.event-container a:last-child .ev-search-wrapper,
.event-container > .ev-search-wrapper:last-of-type {
  border: 0;
}

.desktop-search {
  color: #2e3247;
  background: rgba(74, 106, 136, 0.08);
}
.desktop-search .result-list.zero-results {
  display: none;
}
.desktop-search .content-loading {
  height: 200px;
}
.desktop-search .content-loading.weather {
  height: 20px;
}
.desktop-search .tabs-section {
  background: #fff;
  border-bottom: solid 1px #e6ebee;
}
.desktop-search .tabs {
  background: #fff;
  display: flex;
}
.desktop-search .tabs .tab {
  padding: 9px 30px 9px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.desktop-search .tabs .tab.active {
  background: #f0f3f5;
  font-weight: 600;
  border-bottom: solid 1px #f0f3f5;
  top: 1px;
  border: solid 1px #e6ebee;
  border-width: 1px 1px 0px 1px;
  border-radius: 4px 4px 0 0;
}
.desktop-search .date-event-container {
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
}
.desktop-search .page-header {
  height: 15vw;
  min-height: 240px;
  margin-bottom: 0;
}
.desktop-search .page-header .header-inner {
  position: absolute;
  bottom: 1vw;
  width: 100%;
}
.desktop-search .page-header .label-with-input {
  border: solid 1px #eee;
  height: 54px;
}
.desktop-search .page-header .heading {
  margin-top: 6rem;
  font-size: 3.5rem;
  font-weight: 700;
}
.desktop-search .page-header .subheading {
  font-size: 1.6rem;
  color: #6a6c7a;
  letter-spacing: 0.5px;
}
.desktop-search .columns {
  margin-top: 40px;
  display: flex;
}
.desktop-search .columns .column-ad {
  flex-basis: 350px;
  flex-shrink: 0;
}
.desktop-search .columns .right-side-ad {
  order: 1;
  flex-basis: 270px;
  flex-shrink: 0;
  flex-grow: 0;
  color: #2e3247;
}
.desktop-search .columns .right-side-ad .label-with-input {
  border: solid 1px #2e324733;
  box-shadow: none;
  border-radius: 8px;
  height: 55px;
  line-height: 45px;
  padding-left: 43px;
}
.desktop-search .columns .right-side-ad .label-with-input i {
  color: #1914FF;
}
.desktop-search .columns .right-side-ad .label-with-input .value {
  color: #2e3247;
}
.desktop-search .columns .right-side-ad h3 {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 2.5rem;
}
.desktop-search .columns .right-side-ad h4 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.desktop-search .columns .right-side-ad h4:not(:first-of-type) {
  margin-top: 2.5rem;
}
.desktop-search .columns .right-side-ad .tt-label {
  letter-spacing: 0.4px;
  position: relative;
  top: -3px;
}
.desktop-search .columns .right-side-ad .tt-icon i {
  font-size: 22px;
}
.desktop-search .columns .search-results {
  padding-top: 0;
  order: 2;
}
.desktop-search .desktop-search .event-container {
  display: block !important;
}
.desktop-search .ev-search-wrapper {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 16px;
  border: solid 1px #eee !important;
  padding: 1rem 1.2rem !important;
}
.desktop-search .ev-search-wrapper figure {
  margin-right: 1.2rem;
}
.desktop-search .ev-search-wrapper .venue,
.desktop-search .ev-search-wrapper time {
  font-size: 1.4rem;
}
.desktop-search .date-event-container {
  padding: 2.5rem;
  border-radius: 8px;
}
.desktop-search .date-event-container h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #6a6c7a;
  margin-bottom: 1rem;
}
.desktop-search .event-container:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.desktop-search .destination-heading {
  margin-bottom: 2rem;
}
.desktop-search .destination-heading h4 {
  margin-bottom: 0rem;
  font-weight: 700;
}
.desktop-search .destination-heading small {
  color: #6a6c7a;
}
.desktop-search .event-list-location .event-list-date-heading {
  background: transparent;
  padding: 0;
  margin-bottom: 1rem;
}
.desktop-search .event-list-location .event-list-date-heading > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop-search .event-list-location .event-list-date-heading time {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.desktop-search .event-list-location .event-list-date-heading .weather-forecast {
  font-size: 1.6rem;
  background: #fff;
}
.desktop-search .event-list-location .event-list-date-heading .weather-forecast .weather-temperature {
  font-size: 1.6rem;
}
.desktop-search .event-list-location .event-list-date-heading .weather-forecast .forecast-type {
  margin-right: 1rem;
  color: #6a6c7a;
}

@media screen and (min-width: 1024px) {
  .col.search-results {
    width: 700px;
  }

  .desktop-search .event-container {
    display: block !important;
  }
}
.desktop-search .result-list:not(:last-of-type) {
  margin-bottom: 2rem;
}

#intro .intro-heading {
  font-size: 3.5rem;
  margin-top: 1em;
}
#intro .intro-content {
  flex-flow: row wrap;
}
#intro .intro-content .col {
  width: 100%;
}
#intro .col-image {
  order: 1;
}
#intro .col-image img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5em;
}
#intro .col-content {
  order: 2;
}
#intro p {
  margin-bottom: 1rem;
}

.month-heading {
  font-size: 2.5rem;
  margin-top: 1.5em;
}

.events-container:empty:before {
  content: "No events available at the moment. Please come back later.";
}

@media screen and (max-width: 1024px) {
  .desktop-search .columns {
    flex-flow: row wrap;
  }
  .desktop-search .columns .search-results {
    order: 1;
    width: 100%;
  }
  .desktop-search .columns .column-ad {
    order: 2;
    width: 100%;
    flex-basis: 100%;
  }
  .desktop-search .columns .column-ad .search-ad {
    width: 100% !important;
    height: 300px !important;
  }
}
/* Search */
.daily-events.empty:before {
  content: "No events found.";
}

.desktop-search .result-list.zero-results:after {
  content: "No events found.";
}

.mobile-search .result-list.zero-results:after {
  content: "No events found.";
  font-size: 90%;
  color: #6a6c7a;
}

.mobile-search .event-container:empty:after {
  content: "No events found.";
  font-size: 90%;
  color: #6a6c7a;
}

.mobile-search .event-container {
  display: none;
}
.mobile-search .event-container.active {
  display: block;
}

.thing-to-do-banner {
  height: 120px;
  overflow: hidden;
  margin: 1rem 0 3rem;
  position: relative;
}
.thing-to-do-banner .load-more-results {
  width: 200px;
  height: 120px;
  color: #fff;
  text-align: center;
  flex-shrink: 0 !important;
  position: relative;
  background: #f1f1f1;
  color: #ff772d;
  transition: background 300ms;
}
.thing-to-do-banner .load-more-results .more-ttd-link-content {
  position: absolute;
  z-index: 1000000000000000000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.thing-to-do-banner .load-more-results .arrow-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #ff772d;
  margin-bottom: 5px;
  border-radius: 100%;
  display: inline-block;
}
.thing-to-do-banner .load-more-results:hover {
  background: #ececec;
}
.thing-to-do-banner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.thing-to-do-banner .swiper-wrapper > * {
  margin-right: 5px;
}
.thing-to-do-banner .swiper-slide {
  flex-shrink: 1;
  width: 200px;
}
.thing-to-do-banner .swiper-button-prev, .thing-to-do-banner .swiper-button-next {
  top: 80px;
  padding: 19px;
  width: 40px;
  height: 40px;
}

.search-horizontal .calendar-submit-button {
  order: 4;
  width: 200px;
}
.search-horizontal .calendar-submit-button button {
  margin-top: 4px !important;
  width: 100% !important;
  text-align: center;
  padding: 1.6rem 1.8rem !important;
}
.search-horizontal .col {
  flex: 1;
}

.search-results {
  padding-top: 180px;
  position: relative;
  margin-bottom: 5rem;
}

.no-weather .search-results {
  padding-top: 140px !important;
}

.destination-selector-container {
  position: relative;
}
.destination-selector-container button {
  position: absolute;
  right: 0;
  top: 15px;
}

#destination-selector {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}
#destination-selector option {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1rem;
}

.search-edit {
  margin-bottom: 0;
  margin-top: 10px;
}

.fixed-search-navigation {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.fixed-search-navigation.fixed {
  position: fixed;
  width: calc(100% - 3rem);
}
.fixed-search-navigation h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.fixed-search-navigation .event-list-date-heading {
  background: #f8f8f8;
  padding: 1.2rem 1.2rem 0;
  border-radius: 4px;
}
.fixed-search-navigation .event-list-date-heading time {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}
.fixed-search-navigation .tabs-container {
  position: relative;
}
.fixed-search-navigation .tabs-container:after {
  content: "";
  display: flex;
  width: 60px;
  height: 44px;
  right: -12px;
  position: absolute;
  z-index: 9999999;
  margin-left: auto;
  top: 0;
  background: linear-gradient(104deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.8) 27%, #f1f1f1 100%);
}
.fixed-search-navigation .tabs {
  display: flex;
  background: #f1f1f1;
  margin: 5px -12px 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.fixed-search-navigation .tabs .tab-heading {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  color: #6a6c7a;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-bottom: 0;
}
.fixed-search-navigation .tabs .tab-heading.active {
  border-bottom: solid 2px #ff772d;
  color: #ff772d;
}
.fixed-search-navigation .tabs:after {
  content: "1111111";
  width: 60px !important;
  opacity: 0;
}

.event-list-location h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.event-list-location .event-list-date-heading {
  background: #f8f8f8;
  padding: 1.2rem 1.2rem 0;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.event-list-location .event-list-date-heading time {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}
.event-list-location .tabs {
  display: flex;
  background: #f1f1f1;
  margin: 5px -12px 0;
  border-radius: 0 0 4px 4px;
}
.event-list-location .tabs .tab-heading {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  color: #6a6c7a;
  letter-spacing: 0.02em;
}
.event-list-location .tabs .tab-heading.active {
  border-bottom: solid 2px #0E62B3;
  color: #0E62B3;
  font-weight: 600;
}

.empty {
  font-size: 90%;
  color: #6a6c7a;
}

.ultimate-event {
  display: block;
}
.ultimate-event .main-box {
  display: flex;
  align-items: center;
}
.ultimate-event .minimized-content {
  margin-top: 1rem;
  display: none;
  justify-content: space-between;
}
.ultimate-event .minimized-content > * {
  width: 49%;
}
.ultimate-event .minimized-content .btn {
  margin-bottom: 0;
  margin-right: 1;
  text-align: center;
}
.ultimate-event .event-btn button:before {
  content: "";
  color: #6a6c7a;
}
.ultimate-event.open .minimized-content {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .search-horizontal .calendar-submit-button {
    order: 4;
    width: 100%;
  }
  .search-horizontal .col {
    flex: auto;
  }

  .desktop-search .page-header {
    height: 350px;
  }
}
.mobile-search .content-loading {
  min-height: 130px;
  position: relative;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(#f0f3f5 20px, transparent 0), linear-gradient(#f0f3f5 20px, transparent 0), linear-gradient(#f0f3f5 20px, transparent 0) !important;
  background-size: 80px 20px, 176px 20px, 140px 20px !important;
  background-position: 0px 20px, 0px 55px, 0px 90px !important;
}
.mobile-search .content-loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(#d8e0e6 20px, transparent 0), linear-gradient(#d8e0e6 20px, transparent 0), linear-gradient(#d8e0e6 20px, transparent 0) !important;
  background-size: 80px 20px, 176px 20px, 140px 20px !important;
  background-position: 0px 20px, 0px 55px, 0px 90px !important;
  -webkit-animation: load 1s ease-in-out infinite;
          animation: load 1s ease-in-out infinite;
}
.mobile-search .result-list h3 {
  display: none;
}
.mobile-search .search-results {
  max-width: 800px;
  margin: 0 auto 50px;
}
.mobile-search .page-header header {
  position: absolute !important;
  width: 100%;
  bottom: 0;
}
.search-popup {
  display: none;
}

.mobile-search .btn-load-more {
  margin: 2rem 0 4rem;
}

.has-intro .page-header {
  background-size: cover;
  position: relative;
  height: auto;
}
.has-intro .page-header .site-container {
  position: relative;
}
.has-intro .page-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.has-intro .page-header .header-inner {
  position: relative;
}
.has-intro .page-header .header-inner .heading {
  margin-top: 7rem;
  font-size: 4.5rem;
  margin-bottom: 0.5em;
}
.has-intro .page-header .header-inner .intro {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.7rem;
  line-height: 1.45;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.has-intro .page-header .header-inner #detailed-event-search {
  margin-bottom: 0;
}
.has-intro.mobile-search .page-header {
  height: auto;
}
.has-intro.mobile-search .page-header:before {
  opacity: 0.55;
}
.has-intro.mobile-search .page-header .heading {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.has-intro.mobile-search .page-header .intro {
  margin-top: 1.5rem;
  line-height: 1.35;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 2rem;
}
.has-intro.mobile-search .page-header header {
  position: relative !important;
  height: auto !important;
}
.has-intro.mobile-search .page-header header .site-container {
  position: relative;
}

.large-slider .page-header {
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 60vh !important;
  min-height: 550px;
  position: relative;
}
.large-slider .page-header .heading {
  font-size: 4.2rem;
  margin-bottom: 3rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "industry-inc-base";
  text-shadow: 2px 2px rgba(0, 0, 0, 0.61);
}
.large-slider .page-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2b2b2b;
  background: linear-gradient(360deg, #2b2b2b 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .large-slider .page-header {
    height: 50vh !important;
  }
  .large-slider .page-header .heading {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .large-slider .page-header {
    height: 50vh !important;
  }
  .large-slider .page-header .heading {
    font-size: 6rem;
    margin-bottom: 8rem;
  }

  .btn-load-more {
    display: block;
    margin: 3rem auto 1rem;
    width: 50%;
  }

  .has-intro .page-header .intro {
    max-width: 65%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1023px) {
  .desktop-search.large-slider .page-header {
    position: relative;
  }
}
.heading-descriptor {
  margin-top: -1em;
  color: #6a6c7a;
}
.heading-descriptor a {
  margin-left: 0.5rem;
}

.show-listing {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #eee;
}
.show-listing p {
  margin-bottom: 1.5rem;
}
.show-listing .ticket-options {
  margin-top: 2rem;
}

.timetable {
  display: none;
}
.timetable.active {
  display: block;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.event-wrapper.timetable-item {
  width: 100%;
  border-top: dashed 1px #ddd;
  border-bottom: 0;
}
.event-wrapper.timetable-item .event-date {
  display: flex;
  align-items: center;
  text-align: left;
}
.event-wrapper.timetable-item:first-of-type {
  border-top: 0;
}
.event-wrapper.timetable-item .weekday {
  font-size: 2rem;
  flex-basis: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #eaeaea;
  color: #828282;
  height: 100%;
  line-height: 50px;
  margin-right: 14px;
  text-align: center;
  display: inline-block;
}
.event-wrapper.timetable-item:hover .weekday, .event-wrapper.timetable-item:focus .weekday {
  background: #1914FF;
  color: #fff;
}

@media screen and (min-width: 560px) {
  .event-wrapper.timetable-item {
    width: 48%;
  }
  .event-wrapper.timetable-item:nth-of-type(2) {
    border-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .show-month-selector {
    width: 250px;
  }
}
@media screen and (min-width: 1180px) {
  .event-wrapper.timetable-item {
    width: 32%;
  }
  .event-wrapper.timetable-item:nth-of-type(3) {
    border-top: 0;
  }
}
.event-wrapper.updated {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  font-size: 100%;
}
.event-wrapper.updated:hover {
  background: #fafafa;
}
.event-wrapper.updated .weekday {
  display: inline-block;
}
.event-wrapper.updated .event-info .name {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0.3rem 0;
}
.event-wrapper.updated .event-info .venue {
  font-size: 85%;
}
.event-wrapper.updated .event-date {
  width: 130px;
  flex-basis: 70px;
  text-align: left;
}
.event-wrapper.updated .event-date .date {
  color: #32B365;
  text-transform: uppercase;
  font-weight: 600;
}
.event-wrapper.updated .event-date .date-time {
  margin-top: 3px;
  font-size: 85%;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .event-wrapper.updated a {
    flex-flow: row wrap;
    align-items: center;
  }
  .event-wrapper.updated .event-btn {
    margin-top: -10px;
    flex-basis: 30px;
  }
  .event-wrapper.updated .event-info {
    flex-basis: calc(100% - 50px);
    margin-right: 0;
  }
  .event-wrapper.updated .event-info .name {
    line-height: 1.2;
    margin: 0.4rem 0 0;
  }
  .event-wrapper.updated .event-date {
    font-size: 90%;
    width: 100%;
    flex-basis: calc(100% - 50px);
  }
  .event-wrapper.updated .event-date .date {
    display: inline-block;
  }
  .event-wrapper.updated .event-date .date-time {
    margin-left: 5px;
    font-size: 100%;
    display: inline-block;
    color: #6a6c7a;
  }
}
.top-shows-container h2 {
  padding-top: 3rem;
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
}

.top-show-item {
  padding-bottom: 1.5rem;
}
.top-show-item h4 {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
.top-show-item:not(:last-of-type) {
  border-bottom: dashed 1px #ddd;
  margin-bottom: 1.5rem;
}
.top-show-item:last-of-type {
  margin-bottom: 0;
}
.top-show-item .show-meta {
  margin-top: -10px;
  margin-bottom: 7px;
}
.top-show-item .show-meta small {
  display: inline-block;
  font-size: 100%;
  margin-right: 10px;
}
.top-show-item .show-meta a {
  color: #2e3247;
  text-decoration: underline;
}
.top-show-item .show-meta i {
  margin-right: 3px;
  color: #0E62B3;
}

.tickets-first {
  margin-top: 0 !important;
}

.horizontal-filters {
  margin-bottom: 2.5rem;
}
.horizontal-filters select {
  font-size: 16px !important;
}
.horizontal-filters .filter-box {
  max-width: 100%;
  background: #f1f1f1;
  border-radius: 4px;
  margin-bottom: 5px;
  border: solid 1px #eee;
  padding: 0 0px 0 15px;
  display: flex;
  align-items: center;
}
.horizontal-filters .filter-box label {
  margin-right: px;
}
.horizontal-filters .filter-box label,
.horizontal-filters .filter-box select {
  margin-bottom: 0;
  border: 0;
}

@media screen and (max-width: 1023px) {
  .hide-mobile-ad .broadway-first-ad {
    width: 0 !important;
    height: 0 !important;
  }
}
.broadway-first-ad {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 1024px) {
  .broadway-first-ad {
    width: 300px !important;
    height: 600px !important;
  }

  .horizontal-filters {
    display: flex;
  }
  .horizontal-filters .filter-box {
    max-width: 300px;
    margin-right: 10px;
  }

  .top-show-item {
    border-bottom: 0 !important;
    margin-bottom: 10px !important;
  }

  #shows-loader {
    margin-top: 4rem;
  }

  .top-show-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .top-show-items .top-show-item {
    width: calc(50% - 5px);
  }

  #shows {
    padding-top: 3rem;
  }

  .top-shows-container h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.daily-events-group {
  margin-top: 3em;
}
.daily-events-group:first-of-type {
  margin-top: 0em;
}
.daily-events-group > header {
  margin-bottom: 1em;
  /* padding-bottom: 0.5em; */
  border: 0;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.daily-events-group h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.daily-events-group article {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #d7d8da;
  padding-bottom: 1.5rem;
  align-items: top;
}
.daily-events-group article.single-column {
  display: block;
}
.daily-events-group article.single-column main {
  font-size: 1.4rem;
}
.daily-events-group article .btn {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.daily-events-group article:last-of-type {
  border-bottom: 0;
}
.daily-events-group article main {
  order: 1;
  padding-right: 15px;
}
.daily-events-group article main p {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.daily-events-group article h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.daily-events-group article figure {
  border-radius: 4px;
  margin: 0;
  order: 2;
  padding: 0;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 80px;
  position: relative;
}
.daily-events-group article figure .info-button {
  position: absolute;
  bottom: 7px;
  left: 5px;
  border: 0;
  background: #fff;
  border-radius: 100%;
  color: #000;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}
.daily-events-group article figure img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-with-weather {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.heading-with-weather .weather-forecast {
  background: transparent;
}

.tn-ticket-availability {
  font-weight: 400;
}
.tn-ticket-availability p {
  margin: 0.8rem 0 0 !important;
}
.tn-ticket-availability .price-info {
  margin: 0;
  font-weight: 400;
  background: #32b365;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  margin-bottoM: 7px !important;
}
.tn-ticket-availability .price-info + p {
  margin-top: 0 !important;
}
.tn-ticket-availability .text-danger {
  background: #f3f3f3;
  color: #9c9c9c;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
}
.tn-ticket-availability .text-warning {
  color: #d88904;
}
.tn-ticket-availability .text-success {
  color: #32B365;
}
.tn-ticket-availability .btn {
  margin-top: 1rem;
  margin-bottom: 0;
}
.tn-ticket-availability .btn i {
  font-size: 70%;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.tn-image {
  height: 80px;
  width: 100%;
  background: #00B3AC;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}

.mt-2 {
  margin-top: 0.5rem;
}

.single-ttd h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.single-ttd figure {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .single-ttd {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .weekend-event.club-event {
    display: block;
  }
  .weekend-event.club-event figure {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .weekend-event.club-event figure img {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .city-page {
    background: rgba(14, 98, 179, 0.028);
  }
  .city-page .desktop-columns {
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
  }
  .city-page .desktop-columns .col-left {
    width: calc(40% - 15px);
  }
  .city-page .desktop-columns .col-right {
    width: calc(60% - 15px);
  }

  .daily-events-group h2 {
    font-size: 2.5rem;
  }
  .daily-events-group > header {
    border: 0;
    background: transparent;
    padding: 0;
  }
  .daily-events-group article {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 5px rgba(14, 98, 179, 0.1);
    border: 0;
  }
  .daily-events-group article figure {
    width: 100px;
  }
  .daily-events-group article main h3 {
    font-size: 2rem;
  }
  .daily-events-group article main p {
    font-size: 1.6rem;
  }
  .daily-events-group article main .tn-ticket-availability p {
    font-size: 1.4rem;
  }
}
.city-featured-event-hero {
  margin-top: 1em;
}
.city-featured-event-hero figure {
  margin: 0 0 0.5em 0;
}
.city-featured-event-hero img {
  width: 100%;
  height: auto;
}
.city-featured-event-hero .today {
  display: none;
}
.city-featured-event-hero main h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
.city-featured-event-hero main .heading {
  margin-bottom: 1em;
  color: #6a6c7a;
}

@media screen and (min-width: 1024px) {
  .city-featured-event-hero {
    display: flex;
    margin: 2em 0 0 0;
    border: solid 1px #ff772d;
    border-width: 2px 0;
    padding: 2em 0;
  }
  .city-featured-event-hero .today {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    right: 85px;
  }
  .city-featured-event-hero .today span {
    position: absolute;
    color: #fff;
    transform: rotate(45deg);
    top: 14px;
    left: 25px;
    z-index: 30;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
  }
  .city-featured-event-hero .today:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent #ff772d transparent transparent;
    transform: rotate(0deg);
  }
  .city-featured-event-hero figure {
    width: 50%;
    margin: 0;
    display: block;
  }
  .city-featured-event-hero figure img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px 0px 0px 6px;
    display: block;
    height: 100%;
  }
  .city-featured-event-hero main {
    width: 60%;
    padding: 2em 5em 0em 4em;
    text-align: left;
    font-size: 1.05em;
  }
  .city-featured-event-hero main .heading {
    margin-bottom: 0.75em;
  }
  .city-featured-event-hero main h2 {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 0;
    color: #000;
  }
}
.monthly-club-event-calendar .day-container {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 10px;
}
.monthly-club-event-calendar .day-container .day .number {
  font-size: 120%;
  font-weight: 600;
  background: black;
  display: block;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.monthly-club-event-calendar .day-container .day .text {
  text-transform: uppercase;
  font-size: 110%;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  opacity: 0.7;
}
.monthly-club-event-calendar .day-container .event-container {
  margin-left: 20px;
  padding: 0;
  width: 100%;
}
.monthly-club-event-calendar .day-container .event-container .event {
  margin-bottom: 0.5em;
  display: flex;
}
.monthly-club-event-calendar .day-container .event-container .event figure {
  margin: 0 !important;
  padding: 0 !important;
}
.monthly-club-event-calendar .day-container .event-container .event figure img {
  border-radius: 4px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.monthly-club-event-calendar .day-container .event-container .event h3 {
  font-size: 100%;
  margin: 0;
  text-align: center;
}

/* Media Queries */
.swiper-button-next, .swiper-button-prev {
  display: none !important;
}

@media screen and (min-width: 600px) {
  .site-container:not(.full-width) {
    max-width: 85vw;
    position: relative;
  }

  .fixed-search-navigation.fixed {
    max-width: calc(85vw - 3rem);
  }
}
@media screen and (max-width: 1023px) {
  .mobile-white-background {
    background: #fff !important;
  }

  .select-box-popup {
    position: fixed !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0;
  }
}
@media (min-width: 564px) {
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: none !important;
  }

  .datetime-field {
    min-width: 240px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .daterangepicker .drp-calendar {
    float: left !important;
    width: 50% !important;
  }
}
.flex.desktop-columns {
  display: block !important;
}

@media screen and (min-width: 480px) {
  .fancy-heading .mobile-page-heading {
    font-size: 4.4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .fancy-heading {
    padding-top: 35% !important;
    height: 70vh;
    max-height: 48vw;
  }

  .event-wrapper .event-btn button {
    display: none;
  }
  .event-wrapper .event-btn button:before {
    content: "Buy";
    font-family: "myriad-pro";
    border: solid 1px #0E62B3;
    padding: 1rem;
    border-radius: 4px;
    font-size: 1.3rem;
  }

  .site-container:not(.full-width) {
    max-width: 70vw;
    position: relative;
  }

  .fixed-search-navigation.fixed {
    max-width: calc(70vw - 3rem);
  }

  .full-width-slider-container .mobile-page-heading {
    font-size: 4rem;
  }

  .full-width-slider {
    height: 70vh;
    min-height: 75%;
    max-height: 48vw;
  }

  .full-width-slider-container .full-width-slider {
    padding-top: 35%;
  }

  .g-slider {
    padding-top: 0 !important;
    max-height: none !important;
  }

  .slider-video-container {
    height: inherit !important;
    max-height: none !important;
  }
  .slider-video-container video {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .site-container:not(.full-width) {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }

  .daterangepicker {
    position: fixed !important;
    width: 100% !important;
    top: auto !important;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flex.desktop-columns {
    display: flex !important;
  }

  .form-row p {
    font-size: 1.6rem;
  }

  .col-lg-50 {
    width: 50%;
  }

  html.greyout:after {
    display: none;
  }

  #homepage-destinations {
    margin-left: 1.5rem;
  }

  #detailed-event-search .select-destination {
    width: 180px;
  }

  .select-box-popup {
    width: auto;
    position: absolute;
    bottom: auto !important;
    min-width: 400px;
  }

  #detailed-event-search .select-type {
    width: 180px;
    order: 3;
  }

  #detailed-event-search .select-dates {
    width: 242px;
    order: 2;
  }

  .label-with-input .seperator {
    margin: 0;
  }

  #detailed-event-search button {
    width: auto;
    font-size: 1.8rem;
    padding: 1.4rem 1.8rem;
    margin-top: 1.4rem;
  }

  .daterangepicker {
    position: absolute !important;
  }

  .daterangepicker .drp-calendar {
    float: left !important;
  }

  .grid {
    display: flex;
    margin: 0 -10px;
  }
  .grid .col {
    padding: 0 10px;
  }

  .full-width-slider {
    background-color: #000;
  }

  .mobile-menu {
    display: none;
  }

  #site-header {
    min-height: 72px;
  }
  #site-header li {
    list-style: none;
    margin-bottom: 0;
  }
  #site-header .btn {
    margin-bottom: 0;
  }

  .site-container:not(.full-width) {
    max-width: 123.2rem;
    width: 100%;
  }

  .mobile-only {
    display: none !important;
  }

  .secondary-header-menu {
    display: flex;
    list-style: none;
  }
  .secondary-header-menu li {
    position: relative;
    border: solid 1px #f489577d;
    color: #ff772d;
    border-radius: 4px;
    line-height: 1.2;
    padding: 1.2rem 1.7rem;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.4rem;
    margin-right: 1rem;
    cursor: pointer;
  }
  .secondary-header-menu i {
    display: none;
  }
  .secondary-header-menu .multi-level ul {
    position: absolute;
    display: none;
    width: auto;
    background: #ffffff;
    border-radius: 0 0 2px 2px;
    box-shadow: -3px 10px 19px 1px rgba(0, 0, 0, 0.29);
    z-index: 10000;
    margin-left: -30px;
    max-height: 400px;
    overflow-y: scroll;
    min-width: 100%;
    z-index: 999999999999999900000000000000;
  }
  .secondary-header-menu .multi-level .down-arrow:after {
    content: "";
    margin-left: 0.5rem;
    font-family: fontAwesome;
    position: relative;
    font-size: 80%;
  }
  .secondary-header-menu .multi-level.active > ul {
    display: none;
  }

  .header-menu-row {
    display: flex;
    align-items: center;
    min-height: 72px;
  }

  #site-header .brand {
    margin: 0;
    margin-right: 3rem;
  }

  #right-menu {
    margin-left: auto;
    display: flex;
  }

  #social-icons {
    margin-right: 1rem;
  }

  .fixed-menu-container {
    z-index: 10000000;
    box-shadow: -3px 10px 19px 1px rgba(0, 0, 0, 0.29) !important;
    top: 64px;
    background: #fff;
    border: solid 1px #ddd;
    margin-left: -7px;
    border-radius: 4px;
    width: 214px !important;
    padding: 5px;
    position: absolute;
  }

  .fixedMenu {
    list-style: none;
    margin: 0;
    padding: 0.8rem;
    max-height: 300px;
    overflow-y: auto;
    width: 100% !important;
  }
  .fixedMenu li {
    margin-bottom: 0;
  }
  .fixedMenu li a {
    list-style: none;
    line-height: 1;
    padding-right: 3.2rem;
    width: 100%;
    padding: 1.1rem 1.7rem;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: #6a6c7a;
  }
  .fixedMenu a:hover, .fixedMenu .fixedMenu a:hover,
.fixedMenu .fixedMenu a:focus, .fixedMenu .fixedMenu a.active {
    text-decoration: none;
    background: #f1f1f1;
  }

  .medium-container {
    max-width: 1000px !important;
    width: 90vw;
  }
}
@media screen and (min-width: 1024px) {
  .info-page .page-header .heading {
    margin-top: 4rem;
  }

  .swiper-button-next, .swiper-button-prev {
    display: flex !important;
  }

  .section {
    padding: 6rem 0;
  }

  .full-width-slider-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .section-heading {
    font-size: 4rem;
    margin-bottom: 1.2em;
  }

  .colored-background {
    background: rgba(14, 98, 179, 0.028);
    box-shadow: 0 0 20px rgba(14, 98, 179, 0.028);
  }

  .slider-content {
    position: absolute;
    top: calc(90px + 10%);
    bottom: auto;
    width: 100% !important;
    max-width: 1200px;
    padding: 0.2rem;
    z-index: 1;
    box-shadow: none;
    padding: 4.32rem;
    background: #000;
    color: #FFF;
    border-radius: 1.5rem;
  }
  .slider-content h1 {
    font-weight: 600;
    letter-spacing: -0.05em;
  }

  .card {
    box-shadow: 0 0 5px rgba(14, 98, 179, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  #concerts-container,
#theater-container {
    margin-bottom: 4rem;
  }

  #Nightclubs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  #Concerts .grid {
    margin: 0 -20px;
  }
  #Concerts .grid .col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .nightclub-events-container .nightclub-events-box {
    width: 50%;
    margin-bottom: 5px;
  }

  .nightclub-events-container {
    margin-bottom: 10px;
  }

  .ttd-load-button a {
    width: 100%;
    text-align: center;
  }

  .wp-event-container:last-of-type .card {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .masonry-grid {
    margin: 0;
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    display: block;
  }
  .masonry-grid .col {
    width: 100%;
    display: inline-block;
  }
  .masonry-grid .card {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }

  .masonry-two-columns {
    -moz-columns: 2;
         columns: 2;
  }
}
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.mdc-tab {
  font-size: 1.6rem;
  text-transform: none;
  letter-spacing: 0;
}

.mdc-tab--active .mdc-tab__text-label {
  color: #ff772d;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #ff772d;
}

.mdc-tab .mdc-tab__ripple::before, .mdc-tab .mdc-tab__ripple::after {
  background-color: #fff;
}

div#cookie-bar {
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#cookie-bar-button {
    background: #ff772d !important;
    margin-right: 10px !important;
}

#cookie-bar p {
    color: #000 !important;
}
