/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.form-control {
  border-radius: 0 !important;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* GLOBAL STYLES */
html,
body {
  width: 100%;
  height: 100%;
  font-family: Futura, sans-serif !important;
}

html {
  font-size: 13px;
}

@media (min-width: 376px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 476px) {
  html {
    font-size: 16px;
  }
}

* {
  -webkit-backface-visibility: hidden;
  -backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1;
  vertical-align: baseline;
  background: transparent;
  /* border: red 1px dashed; */
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}

.grey {
  background-color: gainsboro;
}

/* @font-face {
font-family: 'MaisonNeue-Bold';
src: url('../../assets/fonts/MaisonNeue/MaisonNeue-Bold.ttf');
} */
:root {
  /* Futura PT Book */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Futura PT Book Oblique */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  /* Futura PT Medium Oblique */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  /* Futura PT Demi */
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  /* Futura PT Demi Oblique */
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  /* Futura PT Heavy */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* Futura PT Heavy Oblique */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  /* Futura PT Light Oblique */
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  /* Futura PT Light */
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  /* Futura PT Bold */
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* Futura PT Bold Oblique */
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: italic;
  /* Futura PT Extra Bold */
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  font-style: normal;
  /* Futura PT Extra Bold Oblique */
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  font-style: italic;
  /* Futura PT Cond Book */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Futura PT Cond Book Oblique */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
  /* Futura PT Cond Medium */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  /* Futura PT Cond Medium Oblique */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: italic;
  /* Futura PT Cond Bold */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* Futura PT Cond Bold Oblique */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  /* Futura PT Cond Extra Bold */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  /* Futura PT Cond Extra Bold Oblique */
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
}

.futura p {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* FONT STYLES */
.heading-medium {
  font-size: 1.1rem;
}

.heading-spaced {
  font-size: 0.7rem;
  letter-spacing: 0.3rem;
}

.heading-spaced-small {
  font-size: 0.5rem;
  letter-spacing: 0.3rem;
}

.body-large {
  font-size: 1.3rem;
}

.body-medium {
  font-size: 1rem;
}

.body-small {
  font-size: 0.85rem;
}

/* SUBSCRIBE */
.subscribe {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.2rem;
  font-size: 0.75rem;
  display: inline-block;
}

.subscribe i {
  margin-left: 0.1rem;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  font-weight: bold;
}

/* BUTTONS */
.buttons a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.05em;
}

.buttons a p {
  position: relative;
  z-index: 0;
  white-space: nowrap;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.buttons a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.hero .buttons a:nth-of-type(1),
.hero-new .buttons a:nth-of-type(1) {
  color: #ffffff !important;
}

.hero .buttons a:nth-of-type(1)::before,
.hero-new .buttons a:nth-of-type(1)::before {
  background-color: #faab34;
}

.hero .buttons a:nth-of-type(2),
.hero-new .buttons a:nth-of-type(2) {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.4s border;
  transition: 0.4s border;
}

.hero .buttons a:nth-of-type(2)::before,
.hero-new .buttons a:nth-of-type(2)::before {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.4s border;
  transition: 0.4s border;
}

.hero .buttons a:nth-of-type(2) p,
.hero-new .buttons a:nth-of-type(2) p {
  top: -2px !important;
}

.show .buttons a {
  color: #ffffff !important;
}

.show .buttons a:nth-of-type(1) {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.4s border;
  transition: 0.4s border;
}

.show .buttons a:nth-of-type(1)::before {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.4s border, 0.4s background-color;
  transition: 0.4s border, 0.4s background-color;
}

.show .buttons a:nth-of-type(1) p {
  top: -2px !important;
}

.show .buttons a:nth-of-type(2)::before {
  background-color: #faab34;
}

.show-page-toggle .buttons a {
  color: #000000 !important;
}

.show-page-toggle .buttons a::before {
  background-color: #faab34;
  border: 0 !important;
}

.buttons-hero a,
.buttons-show-page-toggle a {
  padding: 0.9rem;
}

.buttons-hero a p,
.buttons-show-page-toggle a p {
  font-size: 0.9rem !important;
}

.buttons-show a {
  padding: 0.8rem;
}

.buttons-show a p {
  font-size: 0.8rem !important;
}

.buttons-show a:nth-of-type(2) p {
  color: #000000;
}

.buttons-hero a:nth-of-type(1) p {
  color: #000000;
}

/* FORMS */
.mailing-list input[type="email"] {
  padding: 0.6rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  /* Futura PT Book */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mailing-list input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mailing-list input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mailing-list input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mailing-list input[type="submit"] {
  color: #ffffff;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.menu .mailing-list input[type="email"] {
  background-color: #276772;
}

.footer .mailing-list input[type="email"] {
  background-color: #313c3f;
  width: 50%;
}

@media (min-width: 768px) {
  .footer .mailing-list input[type="email"] {
    width: 100%;
  }
}

.menu .mailing-list input[type="email"] {
  margin-right: -0.6rem;
  width: 18rem;
}

@media (min-width: 1200px) {
  .menu .mailing-list input[type="email"] {
    /* direction: rtl; */
  }
}

@media (min-width: 1200px) {
  .menu .mailing-list input[type="email"]::-webkit-input-placeholder {
    text-align: right;
  }

  .menu .mailing-list input[type="email"]:-ms-input-placeholder {
    text-align: right;
  }

  .menu .mailing-list input[type="email"]::placeholder {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .menu .mailing-list input[type="email"] {
    width: calc(100% + 0.6rem);
  }
}

/* .search {

form {
padding-bottom: .3rem;
width: calc(100% - 3rem);
display: flex;

input {
width: 100%;

&[type=submit] {
width: 1rem;
}
}
}

.menu & {

form {
border-bottom: 2px solid rgba(255, 255, 255, 1);

@mixin fromExtraLarge {
border-bottom: 2px solid rgba(255, 255, 255, .5);
}

input {

&[type=search] {
color: rgba(255, 255, 255, 1);

&::placeholder {
color: rgba(255, 255, 255, 1);
}
}
}
}
}

.book-search & {

form {
border-bottom: 2px solid rgba(200, 200, 200, 1);

@mixin fromExtraLarge {
border-bottom: 2px solid rgba(200, 200, 200, 1);
}

input {

&[type=search] {
color: rgba(200, 200, 200, 1);

&::placeholder {
color: rgba(200, 200, 200, 1);
}
}
}

i {
color: rgba(200, 200, 200, 1);
}
}
}
} */
/* .search-passive {

form {
border-bottom: 2px solid rgba(0, 0, 0, 1);

@mixin fromExtraLarge {
border-bottom: 2px solid rgba(0, 0, 0, .5);
}

input {

&[type=search] {
color: rgba(0, 0, 0, 1);

&::placeholder {
color: rgba(0, 0, 0, 1);
}
}
}
}
}

.search-active {

form {
border-bottom: 2px solid rgba(255, 255, 255, 1);

@mixin fromExtraLarge {
border-bottom: 2px solid rgba(255, 255, 255, .5);
}

input {

&[type=search] {
color: rgba(255, 255, 255, 1);

&::placeholder {
color: rgba(255, 255, 255, 1);
}
}
}
}
} */
/* LOGOS */
.logo-menu {
  display: inline-block;
}

.logo-menu img {
  width: 8rem;
}

@media (max-width: 1199px) {
  .logo-menu img {
    display: none;
  }
}

.hero .logo {
  width: 4rem;
}

.logo-footer {
  width: 7rem;
}

.logo-mobile img {
  width: 6rem;
}

@media (min-width: 576px) {
  .logo-mobile img {
    width: 7rem;
  }
}

@media (min-width: 768px) {
  .logo-mobile img {
    width: 8rem;
  }
}

/* SOCIAL */
.social a {
  display: inline-block;
}

.menu .social i,
.footer .social i {
  font-size: 1.25rem;
}

.show-page-text .social i {
  font-size: 1.5rem;
  opacity: 0.4;
}

.footer .social a i,
.show-page-text .social a i {
  margin: 0 1rem 0 0;
}

.footer .social a:last-of-type i,
.show-page-text .social a:last-of-type i {
  margin: 0;
}

.menu .social a i {
  margin: 0 0 0 1rem;
}

.menu .social a:first-of-type i {
  margin: 0;
}

/* MENU */
.menu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 3rem;
  background-color: #3393a1;
  color: #ffffff;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}

.menu.active {
  display: block !important;
}

.menu .social {
  margin: 0 0 50px;
}

@media (max-width: 1199px) {
  .menu {
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 6rem;
    overflow-y: scroll;
    display: none;
  }

  .menu>* {
    -webkit-animation: mobile-nav-item-animation 0.8s ease both;
    animation: mobile-nav-item-animation 0.8s ease both;
  }
}

@media (min-width: 1200px) {
  .menu {
    width: 15rem;
    text-align: right;
    display: block !important;
  }

  .menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    background-color: #3393a1;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}

.menu .search {
  margin-bottom: 5rem;
}

.menu .search form {
  width: 18rem;
}

@media (min-width: 1200px) {
  .menu .search {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .menu nav ul li {
    font-size: 1.75rem;
  }
}

.menu nav ul li:not(:last-of-type) {
  margin-bottom: .6rem;
}

.menu nav ul li a {
  position: relative;
  padding: 0;
  display: inline-block;
  /* Futura PT Book */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.menu nav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%) rotate(-2deg);
  transform: translate(-50%, -45%) rotate(-2deg);
  width: calc(100% + 1.5rem);
  height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s transform, 0.4s opacity;
  transition: 0.4s transform, 0.4s opacity;
}

.menu nav ul li a:not(.active)::before {
  -webkit-transform: translate(-50%, -45%) rotate(0deg) scaleX(0.9);
  transform: translate(-50%, -45%) rotate(0deg) scaleX(0.9);
  opacity: 0;
}

@media (min-width: 576px) {
  .menu nav ul li a:hover:not(.active)::before {
    -webkit-transform: translate(-50%, -45%) rotate(-2deg) scaleX(1);
    transform: translate(-50%, -45%) rotate(-2deg) scaleX(1);
    opacity: 1;
  }
}

.menu .join {
  /* Futura PT Demi */
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@-webkit-keyframes mobile-nav-item-animation {
  from {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mobile-nav-item-animation {
  from {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* BOOK TICKETS */
.book-search {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .book-search {
    left: auto;
    max-width: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.book-search .book,
.book-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book-search .book {
  position: relative;
  color: #000000;
  width: 9rem;
  height: 3.5rem;
}

@media (min-width: 476px) {
  .book-search .book {
    width: 10rem;
  }
}

@media (min-width: 1200px) {
  .book-search .book {
    width: 11rem;
  }
}

.book.book_members {
  float: left;
}

.book-search .book.book_members::before {
  background-color: #fff;
  height: 108.1%;
}

.book-search .book a {
  position: relative;
  bottom: 0.1rem;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  transition: ease .2s;
}

.book-search .book a:hover {
  color: white !important;
}

.book-search .book_members a:hover {
  color: #333 !important;
}

.book-search .book {
  min-height: 70px;
}

.book-search .book.book_members {
  min-height: 42px;
}

.book-search .book.book_members~.book {
  min-height: 42px;
}

@media (max-width: 1199px) {
  .book-search .book {
    width: 10rem;
    height: 2.8rem;
  }

  .book-search .book a {
    font-size: .9rem;
  }
}

@media (max-width: 475px) {
  .book-search .book a {
    font-size: 1rem !important;
  }
}

.book-search .book::before,
.book-search .book::after {
  content: "";
  position: absolute;
}

.book-search .book::before {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #faab34;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skewY(-1.5deg);
  transform: skewY(-1.5deg);
}

.book-search .book::after {
  z-index: -2;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateX(-50%) skewY(-2deg);
  transform: translateX(-50%) skewY(-2deg);
  width: 999rem;
  height: 99rem;
  background-color: #3393a1;
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 1200px) {
  .book-search .book::after {
    display: none;
    -webkit-transform: translateX(-50%) skewY(-3deg);
    transform: translateX(-50%) skewY(-3deg);
  }
}

.book-search .search {
  width: 100%;
  height: 10rem;
  display: none;
}

@media (min-width: 1200px) {
  .book-search .search {
    width: 14rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* HEROS */
.hero {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 100%;
  height: 20rem;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .hero::after {
    display: none;
  }
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 100%;
}

.hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  .hero .background-image {
    bottom: 50%;
  }
}

.hero .background-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero .container {
  height: 100%;
}

.hero .container .row {
  height: 100%;
}

.hero .container .row .hero-text {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .hero .container .row .hero-text {
    padding-left: 2.5rem;
  }
}

.hero .container .row .hero-text h2 {
  font-size: 2.5rem;
}

@media (min-width: 576px) {
  .hero .container .row .hero-text h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .hero .container .row .hero-text h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 575px) {
  .hero .container .row .hero-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 6rem;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@media (max-width: 575px) {
  .hero-homepage.blue {
    background-color: #489ec4;
  }

  .hero-homepage.blue::before {
    background-color: #489ec4;
  }

  .hero-homepage.pink {
    background-color: #db5a6b;
  }

  .hero-homepage.pink::before {
    background-color: #db5a6b;
  }
}

.hero-homepage .carousel-item:nth-of-type(1) .background-image {
  background-image: url("https://source.unsplash.com/1000x1000/?sky");
}

.hero-homepage .carousel-item:nth-of-type(2) .background-image {
  background-image: url("https://source.unsplash.com/1000x1000/?ocean");
}

.hero-homepage .carousel-item:nth-of-type(3) .background-image {
  background-image: url("https://source.unsplash.com/1000x1000/?gradient");
}

.hero-homepage .carousel-item:nth-of-type(4) .background-image {
  background-image: url("https://source.unsplash.com/1000x1000/?sun");
}

.hero-show .background-image {
  background-image: url("https://source.unsplash.com/1000x1000/?sky");
}

@media (max-width: 575px) {
  .hero-show .hero-text {
    background-color: #3f4d51;
  }

  .hero-show .hero-text::before {
    background-color: #3f4d51;
  }
}

.about .hero {
  height: 20rem;
}

/* CAROUSELS */
.hero .carousel .carousel-indicators {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  left: 92%;
}

@media (max-width: 575px) {
  .hero .carousel .carousel-indicators {
    bottom: 50%;
  }
}

.hero .carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  margin: 0.4rem 0;
}

.hero .carousel .carousel-indicators li.active {
  background-color: #faab34;
  border: 1px solid #faab34;
}

/* SHOWS */
.our-shows .show {
  -webkit-transition: 0.4s box-shadow;
  transition: 0.4s box-shadow;
}

.our-shows .show.pink .text {
  background-color: #db5a6b;
}

.our-shows .show.pink .text::before {
  background-color: #db5a6b;
}

.our-shows .show.blue .text {
  background-color: #489ec4;
}

.our-shows .show.blue .text::before {
  background-color: #489ec4;
}

.home .our-shows .show:hover,
.project-list .our-shows .show:hover {
  -webkit-box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1) !important;
}

.home .our-shows .show:hover .text,
.project-list .our-shows .show:hover .text {
  background-color: #ffffff !important;
}

.home .our-shows .show:hover .text>h2,
.home .our-shows .show:hover .text>p,
.project-list .our-shows .show:hover .text>h2,
.project-list .our-shows .show:hover .text>p {
  color: #000000 !important;
}

.home .our-shows .show:hover .text::before,
.project-list .our-shows .show:hover .text::before {
  background-color: #ffffff !important;
}

.home .our-shows .show:hover .text a:nth-of-type(1),
.project-list .our-shows .show:hover .text a:nth-of-type(1) {
  border-top: 2px solid #3393a1;
}

.home .our-shows .show:hover .text a:nth-of-type(1)::before,
.project-list .our-shows .show:hover .text a:nth-of-type(1)::before {
  border-right: 2px solid #3393a1;
  border-bottom: 2px solid #3393a1;
  border-left: 2px solid #3393a1;
  background-color: #3393a1;
}

.our-shows .show .image {
  position: relative;
  z-index: -2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-shows .show .text {
  position: relative;
  padding: 1.5rem 1rem;
  color: #ffffff;
  -webkit-transition: 0.4s background-color, 0.4s color;
  transition: 0.4s background-color, 0.4s color;
}

.our-shows .show .text>h2,
.our-shows .show .text>p {
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

.our-shows .show .text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.home .our-shows>div:nth-of-type(even)>.show .text {
  background-color: #3f4d51;
}

.home .our-shows>div:nth-of-type(even)>.show .text::before {
  background-color: #3f4d51;
}

.home .our-shows>div:nth-of-type(even)>.show .text>h2,
.home .our-shows>div:nth-of-type(even)>.show .text>p {
  color: #ffffff;
}

.shows-container>div:nth-of-type(even) .show .text {
  background-color: #3f4d51;
}

.shows-container>div:nth-of-type(even) .show .text::before {
  background-color: #3f4d51;
}

.shows-container>div:nth-of-type(even) .show .text>h2,
.shows-container>div:nth-of-type(even) .show .text>p {
  color: #ffffff;
}

/* FOOTER */
.footer {
  position: relative;
  background-color: #3f4d51;
  color: #ffffff;
  padding: 2rem 0 1rem;
  margin-top: 5rem;
}

body.home .footer {
  margin-top: 2rem;
}

.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 10rem;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #3f4d51;
}

.footer .body-large {
  line-height: 1.5;
}

.footer address {
  line-height: 1.9;
}

.footer .nav-link {
  padding: 0;
  margin-bottom: 0.2rem;
}

.footer li,
.footer b {
  /* Futura PT Demi */
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* SHOW PAGE */
.show-page-text {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  background-color: #3f4d51;
}

@media (max-width: 575px) {
  .show-page-text {
    color: #ffffff;
  }
}

@media (min-width: 576px) {
  .show-page-text {
    background-color: #ffffff;
  }
}

.show-page-text .body-text {
  line-height: 1.9;
}

@media (min-width: 576px) {
  .show-page-text .body-text {
    padding-right: 2rem;
  }
}

.show-page-text .info {
  overflow: hidden;
}

.show-page-text .info>div:nth-of-type(1) {
  position: relative;
  background-color: #f4f9fa;
  color: #000000;
}

@media (max-width: 575px) {
  .show-page-text .info>div:nth-of-type(1) .text-uppercase {
    color: #3393a1;
  }
}

.show-page-text .info>div:nth-of-type(1)::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 6rem;
  background-color: #f4f9fa;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  border-bottom: 2px solid #3393a1;
}

@media (min-width: 576px) {
  .show-page-text .info>div:nth-of-type(1)::before {
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
  }
}

.show-page-text .info>div:nth-of-type(2) span {
  font-style: italic;
}

.show-page-text .share {
  background-color: #ffffff;
  color: #000000;
}

/* SHOW PAGE TOGGLE */
.show-page-toggle .nav-pills .nav-item {
  margin-right: 1rem;
}

.show-page-toggle .nav-pills .nav-item .nav-link {
  border-radius: 0 !important;
  padding: 1rem 2rem;
  border: 1px solid #3393a1;
  transition: ease .4s;
}

.show-page-toggle .nav-pills .nav-item .nav-link.btn-primary {
  border-color: #faab34;
}

.show-page-toggle .nav-pills .nav-item .nav-link:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #000 !important;
}

@media (min-width: 576px) {
  .show-page-toggle .nav-pills .nav-item .nav-link {
    padding: 1rem 3rem;
  }

  #pills-1-tab {
    max-width: 240px;
  }
}

.show-page-toggle .nav-pills .nav-item .nav-link[aria-selected="true"] {
  background-color: #3393a1 !important;
  color: #ffffff !important;
}

.show-page-toggle .dates>div {
  background-color: #3393a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0 dashed #afafaf;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: -1px;
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .show-page-toggle .dates>div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.show-page-toggle .dates>div .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 4rem;
  width: 100% !important;
  padding-right: 1rem;
}

@media (max-width: 575px) {
  .show-page-toggle .dates>div .info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .show-page-toggle .dates>div .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.show-page-toggle .dates>div .info time,
.show-page-toggle .dates>div .info p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .show-page-toggle .dates>div .info .date::after {
    content: " at\00a0";
  }
}

.show-page-toggle .dates>div .info .date {
  width: 100%;
}

@media (min-width: 576px) {
  .show-page-toggle .dates>div .info .date {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .show-page-toggle .dates>div .info .date {
    width: 35%;
  }
}

@media (min-width: 576px) {
  .show-page-toggle .dates>div .info .time {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .show-page-toggle .dates>div .info .time {
    width: 10%;
  }
}

.show-page-toggle .dates>div .info .venue {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .show-page-toggle .dates>div .info .venue {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 576px) {
  .show-page-toggle .dates>div .info .venue {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .show-page-toggle .dates>div .info .venue {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .show-page-toggle .dates>div .info .venue {
    width: 50%;
  }
}

.show-page-toggle .dates>div .info .price {
  font-weight: bold;
}

@media (max-width: 575px) {
  .show-page-toggle .dates>div .info .price {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .show-page-toggle .dates>div .info .price {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .show-page-toggle .dates>div .info .price {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .show-page-toggle .dates>div .info .price {
    width: 15%;
  }
}

.show-page-toggle .dates>div .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .show-page-toggle .dates>div .buttons {
    min-width: 200px;
  }
}

.show-page-toggle .dates>div .buttons p {
  font-weight: 600 !important;
}

.show-page-toggle .map {
  padding-bottom: 66.66%;
  background-color: lightblue;
}

/* HAMBURGER */
.hamburger {
  position: fixed;
  z-index: 999;
  top: 1.25rem;
  left: 50%;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  -webkit-transition: 0.4s transform;
  transition: 0.4s transform;
}

@media (min-width: 768px) {
  .hamburger {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger::before,
.hamburger::after,
.hamburger div {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #ffffff;
  -webkit-transition: 0.4s opacity, 0.4s transform;
  transition: 0.4s opacity, 0.4s transform;
}

.hamburger::before {
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.hamburger::after {
  bottom: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.hamburger div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger-passive {
  -webkit-transform: translateX(-50%) skewY(-8deg);
  transform: translateX(-50%) skewY(-8deg);
}

.hamburger-active {
  -webkit-transform: translateX(-50%) skewY(0deg);
  transform: translateX(-50%) skewY(0deg);
}

.hamburger-active::before {
  -webkit-transform: rotate(-45deg) translate(-5%, -50%) scaleX(1.3);
  transform: rotate(-45deg) translate(-5%, -50%) scaleX(1.3);
}

.hamburger-active::after {
  -webkit-transform: rotate(45deg) translate(-5%, 50%) scaleX(1.3);
  transform: rotate(45deg) translate(-5%, 50%) scaleX(1.3);
}

.hamburger-active div {
  opacity: 0;
}

/* LOGO MOBILE */
.logo-mobile {
  position: fixed;
  z-index: 999;
  top: 1.5rem;
  left: 2rem;
}

@media (min-width: 1200px) {
  .logo-mobile {
    display: none;
  }
}

/* LOGO MOBILE */
.hero-new {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.hero-new .background-image {
  height: 20rem;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .hero-new .background-image,
.team-item .hero-new .background-image {
  height: 10rem;
}

.about .hero-new .background-image::after,
.team-item .hero-new .background-image::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20rem;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .hero-new .background-image {
    height: 30rem;
  }

  .about .hero-new .background-image,
  .team-item .hero-new .background-image {
    height: 12rem;
  }

  .hero-new .background-image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.075);
  }

  .hero-new .background-image::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20rem;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .hero-new .background-image {
    height: 40rem;
  }

  .about .hero-new .background-image,
  .team-item .hero-new .background-image {
    height: 16rem;
  }
}

@media (min-width: 1200px) {
  .hero-new .background-image {
    height: 45rem;
  }
}

.hero-new .text {
  position: relative;
  z-index: 1;
}

.about .hero-new .text,
.team-item .hero-new .text {
  display: none !important;
}

@media (max-width: 575px) {
  .hero-new .text {
    background-color: #3f4d51;
  }

  .hero-new .text::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 6rem;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: #3f4d51;
  }
}

@media (min-width: 576px) {
  .hero-new .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .hero-new .text {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1450px) {
  .hero-new .text {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1700px) {
  .hero-new .text {
    padding-left: 0 !important;
  }
}

.hero-new .text h1 {
  font-size: 1.5rem;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 768px) {
  .hero-new .text h1 {
    font-size: 2.7rem;
  }
}

@media (min-width: 1200px) {
  .hero-new .text h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1450px) {
  .hero-new .text h1 {
    font-size: 3.4rem;
    line-height: 1;
  }
}

@media (min-width: 1700px) {
  .hero-new .text h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 1800px) {
  .hero-new .text h1 {
    font-size: 4.5rem;
  }
}

/* OTHER STYLES */
.about-sidebar {
  position: relative;
  background-color: #f4f9fa;
  padding: 1.5rem 1.5rem 0.2em;
}

.about-sidebar::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 6rem;
  background-color: #f4f9fa;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  border-bottom: 2px solid #3393a1;
}

.about-sidebar li {
  margin-bottom: 1rem;
}

.about-sidebar li a {
  position: relative;
  display: inline-block;
}

.about-sidebar li a.active {
  color: #3393a1 !important;
}

.about-sidebar li a.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
  width: calc(100% + 1.5rem);
  height: 0.2rem;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {

  .home #wrapper>.container,
  .project-list #wrapper>.container {
    padding-left: 17rem !important;
  }
}

@media (min-width: 1450px) {

  .home #wrapper>.container,
  .project-list #wrapper>.container {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1700px) {

  .home #wrapper>.container,
  .project-list #wrapper>.container {
    padding-left: 1em !important;
  }
}

@media (min-width: 1800px) {

  .home #wrapper>.container,
  .project-list #wrapper>.container {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .project-item #wrapper>.container {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1450px) {
  .project-item #wrapper>.container {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1700px) {
  .project-item #wrapper>.container {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {

  .page #wrapper>.container,
  .about #wrapper>.container,
  .contact #wrapper>.container,
  .team #wrapper>.container {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1450px) {

  .page #wrapper>.container,
  .about #wrapper>.container,
  .contact #wrapper>.container,
  .team #wrapper>.container {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1700px) {

  .page #wrapper>.container,
  .about #wrapper>.container,
  .contact #wrapper>.container,
  .team #wrapper>.container {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .search #wrapper>.container {
    padding-left: 17rem !important;
  }
}

@media (min-width: 1450px) {
  .search #wrapper>.container {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1700px) {
  .search #wrapper>.container {
    padding-left: 1em !important;
  }
}

@media (min-width: 1800px) {
  .search #wrapper>.container {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  footer {
    padding-left: 20rem !important;
  }
}

@media (min-width: 1450px) {
  footer {
    padding-left: 18rem !important;
  }
}

@media (min-width: 1700px) {
  footer {
    padding-left: 0 !important;
  }
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 1rem;
}

.about .breadcrumb {
  margin-top: 2rem;
}

.project .hero {
  height: 40rem;
}

.show-page-text article {
  line-height: 1.9;
}

.home .sp-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .sp-layer {
  position: absolute;
  width: 80%;
  color: #ffffff;
  left: initial !important;
  bottom: initial !important;
}

@media (max-width: 575px) {

  .home .sp-layer h2,
  .home .sp-layer p {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .home .sp-layer {
    width: 715px;
  }
}

@media (min-width: 1200px) {
  .home .sp-layer {
    width: 500px;
  }
}

@media (min-width: 1450px) {
  .home .sp-layer {
    width: 750px;
  }
}

@media (min-width: 1700px) {
  .home .sp-layer {
    width: 800px;
  }
}

.home .sp-layer h2 {
  font-size: 1.8rem;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

@media (min-width: 768px) {
  .home .sp-layer h2 {
    font-size: 2.2rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .home .sp-layer h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1450px) {
  .home .sp-layer h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1700px) {
  .home .sp-layer h2 {
    font-size: 4rem;
  }
}

.home .sp-layer p {
  font-size: 1.1rem;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.home .sp-layer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home .show,
.project-list .show {
  position: relative;
  height: 42rem !important;
}

.home .show .image,
.project-list .show .image {
  height: 70% !important;
}

@media (min-width: 576px) {

  .home .show .image,
  .project-list .show .image {
    height: 65% !important;
  }
}

.home .show .text,
.project-list .show .text {
  height: calc(30% + 1px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {

  .home .show .text,
  .project-list .show .text {
    height: calc(40% + 1px) !important;
  }
}

.home .show .text>h2,
.project-list .show .text>h2 {
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.home .show .text>p,
.project-list .show .text>p {
  font-size: 0.9rem !important;
  /* Futura PT Book */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.home .show .text .buttons,
.project-list .show .text .buttons {
  margin-top: auto !important;
}

.home .search {
  display: none;
}

.home .sp-layer>btn {
  display: none;
}

.home .sp-buttons {
  height: 0;
  padding: 0;
}

.home .sp-buttons .sp-button {
  position: relative;
  bottom: 3rem;
  border: 2px solid #c8c8c8;
  width: 14px !important;
  height: 14px !important;
}

.home .sp-buttons .sp-button.sp-selected-button {
  border: 2px solid #faab34;
  background-color: #faab34;
}

.btn {
  border-radius: 0;
}

.btn:hover {
  color: #fff;
  background-color: #333;
  border-color: #000;
}

.btn-primary {
  color: #000;
  background-color: #faab34;
  border-color: #faab34;
  font-weight: 600;
  border-radius: 0;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #000 !important;
}

@media (min-width: 768px) {
  .home .sp-buttons .sp-button {
    bottom: 4rem;
  }
}

.sp-arrows {
  opacity: 1 !important;
}

@media (max-width: 375px) {
  .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 10px !important;
  }
}

@media (max-width: 475px) {
  .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 15px !important;
  }
}

@media (max-width: 375px) {
  .sp-arrows .sp-arrow.sp-next-arrow {
    right: 10px !important;
  }
}

@media (max-width: 475px) {
  .sp-arrows .sp-arrow.sp-next-arrow {
    right: 15px !important;
  }
}

.sp-arrows .sp-arrow::before,
.sp-arrows .sp-arrow::after {
  width: 0.2rem;
}

.sp-arrows .sp-arrow::before {
  -webkit-transform: skew(140deg, 0deg) !important;
  transform: skew(140deg, 0deg) !important;
}

.sp-arrows .sp-arrow::after {
  -webkit-transform: skew(-140deg, 0deg) !important;
  transform: skew(-140deg, 0deg) !important;
}

.home h1 strong {
  /* Futura PT Demi */
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.home h1 span .btn {
  padding: 0;
}

.about h1 strong {
  /* Futura PT Demi */
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

p,
a,
address {
  /* Futura PT Book */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.project-item .nav-pills li:nth-of-type(2) {
  display: none;
}

.project-list .search {
  margin: 6rem 0 3rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.4rem;
}

@media (min-width: 1700px) {
  .project-list .search {
    margin: 2.25rem 0 3rem;
  }
}

.project-list .search form {
  width: 100%;
}

/*.project-item .book a,
  .project-item .book::before {
  display: none;
}*/
@media (max-width: 1199px) {
  .home #wrapper {
    padding-top: 3rem;
  }
}

@media (max-width: 1199px) {

  .about #wrapper,
  .project-list #wrapper,
  .project-item #wrapper {
    padding-top: 3rem;
  }
}

.contact #wrapper,
.team-list #wrapper,
.sponsor-list #wrapper,
.search-list #wrapper {
  padding-top: 7rem;
}

@media (min-width: 1200px) {

  .contact #wrapper,
  .team-list #wrapper,
  .sponsor-list #wrapper,
  .search-list #wrapper {
    padding-top: 1rem;
  }
}

.home .our-shows.row {
  margin-top: 2rem;
}

/*.sp-image-container img {
  position: relative;
  margin: 0 auto !important;
}*/
/*.home .sp-image-container img {
        width: 175% !important;
        right: 50%;
      }

      @media (min-width: 576px) {

      .home .sp-image-container img {
      width: 125% !important;
      right: 12.5%
    }
  }*/
@media (min-width: 768px) {
  /*.home .sp-image-container img {
  width: 110% !important;
  right: 5%
}*/
}

@media (min-width: 992px) {
  /*.home .sp-image-container img {
  width: 100% !important;
  right: 0
}*/
}

.book i {
  margin-left: 0.2rem;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  font-weight: bold;
}

dl,
ol,
ul {
  margin-bottom: 0;
}

.contact #wrapper a {
  color: #3393a1 !important;
}

@media (max-width: 767px) {
  .home .sp-layer {
    bottom: 50px !important;
  }

  .container {
    max-width: 100% !important;
  }
}

.contact strong {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.project-item article p,
.about article p {
  line-height: 1.9;
}

.project-item article p:nth-of-type(1),
.about article p:nth-of-type(1) {
  font-size: 1.3rem;
  /* Futura PT Medium */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.project-item article strong,
.about article strong {
  font-weight: inherit;
}

.past-shows .search {
  display: none;
}

.past-shows .shows-container {
  padding-top: 5rem;
}

@media (min-width: 1200px) {
  .past-shows .shows-container {
    padding-top: 3rem;
  }
}

.project-list .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-list .search form input {
  width: 100%;
}

.team-item .container {
  padding-top: 2rem;
}

.team-item .container .team-job-item {
  margin-bottom: 1rem;
}

.team-item .container p {
  line-height: 1.9;
}

.team-item .container .about-sidebar {
  margin-bottom: 4rem;
}

#bracketsDigital {
  font-size: 13px;
  float: right;
  position: relative;
  margin: 0 10px;
  width: 60px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#bracketsDigital path {
  float: left;
  position: relative;
  opacity: 0;
  transition: right 0.3s, opacity 0.2s;
  line-height: 2;
}

#bracketsDigital svg {
  overflow: visible;
}

#bracketsDigital path.last {
  font-size: 120%;
  opacity: 1;
  left: auto !important;
  line-height: 1.65;
  margin: 0 2px;
  position: relative;
  right: 60px;
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
  z-index: 5;
}

#bracketsDigital svg.first {
  position: absolute;
  top: 0;
  -webkit-transform: translate(47px, 3px);
  transform: translate(47px, 3px);
  font-size: 12px;
  z-index: 0;
  opacity: 1;
  width: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#bracketsDigital:hover svg.first {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

#bracketsDigital path.aa {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

#bracketsDigital svg.first path {
  opacity: 1;
}

#bracketsDigital path:not(.first),
#bracketsDigital path:not(.last) {
  right: 1px;
}

#bracketsDigital path.a,
#bracketsDigital path.d,
#bracketsDigital path.g,
#bracketsDigital path.i,
#bracketsDigital path.ii,
#bracketsDigital path.l,
#bracketsDigital path.t {
  -webkit-transform: scale(0.95) translate(3px, -5px);
  transform: scale(0.95) translate(3px, -5px);
}

#bracketsDigital:hover path.first {
  left: -1px;
}

#bracketsDigital .bracketsSite {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

#bracketsDigital:hover path {
  opacity: 1;
  right: 1px;
}

#bracketsDigital:hover path.d {
  opacity: 1;
  transition-delay: 0.2s;
}

#bracketsDigital:hover path.i {
  opacity: 1;
  transition-delay: 0.25s;
}

#bracketsDigital:hover path.g {
  opacity: 1;
  transition-delay: 0.3s;
}

#bracketsDigital:hover path.ii {
  opacity: 1;
  transition-delay: 0.35s;
}

#bracketsDigital:hover path.t {
  opacity: 1;
  transition-delay: 0.4s;
}

#bracketsDigital:hover path.a {
  opacity: 1;
  transition-delay: 0.45s;
}

#bracketsDigital:hover path.l {
  opacity: 1;
  transition-delay: 0.5s;
}

@media only screen and (max-width: 767px) {
  #bracketsDigital svg.first {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }

  #bracketsDigital path.first {
    left: -1px;
  }

  #bracketsDigital path {
    opacity: 1;
    right: 1px;
  }

  #bracketsDigital path.a,
  #bracketsDigital path.d,
  #bracketsDigital path.g,
  #bracketsDigital path.i,
  #bracketsDigital path.ii,
  #bracketsDigital path.l,
  #bracketsDigital path.t {
    opacity: 1;
  }
}

/* ==========================================================================
Preloader
========================================================================== */
.loading {
  visibility: hidden;
}

.loaded {
  visibility: visible;
}

.preloader {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none;
}

/* circle spinners - container up top*/
.preloader_circle {
  pointer-events: none;
  border: 5px solid #ecf0f1;
  border-top-color: #7f8c8d;
  border-right-color: #7f8c8d;
  margin: 0 auto;
  margin-bottom: 100px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  opacity: 0.7;
  top: -1vh;
  position: relative;
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.fadeOut {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeInLoad.loaded {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  width: 100% !important;
  background: #fff !important;
}

.tt-dataset {
  padding: 10px !important;
}

.tt-suggestion {
  cursor: pointer;
  font-size: 1.1rem;
  margin: 0 0 5px;
}

.tt-suggestion:hover {
  opacity: 0.5;
}

.modal {
  position: fixed !important;
  height: 100% !important;
}

.projectListSection .heading {
  margin: 30px 0;
  margin-top: 45px;
}

.projectListSection .heading h1 {
  font-family: futura-pt, sans-serif;
  font-size: 44px;
  font-weight: 600;
  font-style: initial;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.projectListSection .search.search-active {
  margin-top: 0px;
  margin-bottom: 3rem;
  border: none;
}

.projectListSection .search.search-active .col-md-8 .row {
  align-content: center;
  align-items: center;
}

.projectListSection .search.search-active p {
  font-size: 22px;
  font-weight: 500;
  color: #757575;
  margin: 0;
}

.projectListSection .search.search-active .input-group {
  position: relative;
}

.projectListSection .search.search-active .input-group input {
  border: 1px solid #3193A1;
}

.projectListSection .search.search-active .input-group button.icon {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .projectListSection .search.search-active .input-group {
    margin-top: 15px;
  }

  .projectListSection .search.search-active .input-group input {
    font-size: 1.2rem;
  }
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box {
  width: 30%;
  display: inline-block;
  margin-right: 5px;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter {
  width: 100%;
  border-top: 1px solid #3193A1;
  overflow: hidden;
  cursor: pointer;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter label {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  font-style: initial;
  text-align: center;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  cursor: pointer;
  z-index: 2;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter label:before {
  border-right: 1px solid #3193A1;
  border-bottom: 1px solid #3193A1;
  border-left: 1px solid #3193A1;
  -webkit-transition: 0.4s border, 0.4s background-color;
  transition: 0.4s border, 0.4s background-color;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #5DAAB5;
  transition: 0.4s width;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: -1;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter:hover label {
  color: #fff;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter:hover label:before {
  background-color: #3193A1;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter:hover label:after {
  width: 80%;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box input[type="checkbox"]:checked~label {
  color: #fff;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box input[type="checkbox"]:checked~label:before {
  background-color: #3193A1;
}

.projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box input[type="checkbox"]:checked~label:after {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box {
    width: 31%;
    display: inline-block;
    margin-right: 0.6%;
  }

  .projectListSection .search.search-active .singleCheckbox .event-filter-wrapper-box .event-filter label {
    font-size: 14px;
  }
}

.our-shows .hero-new .membershipSingle {
  margin-bottom: 15px;
}

.our-shows .hero-new .membershipSingle p.venue {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {

  .home .show .text,
  .project-list .show .text {
    min-height: calc(30% + 15px) !important;
    height: auto !important;
  }

  .projectListSection .offset-1 {
    margin-left: 0px !important;
  }

  .our-shows .hero-new .container.text {
    background-color: #d5596b;
    padding-bottom: 30px;
    margin-top: 9rem;
  }

  .our-shows .hero-new .container.text .row {
    margin-top: -20vh;
  }

  .our-shows .hero-new .container.text .row .membershipSingle {
    margin-bottom: 15px;
  }

  .our-shows .hero-new .container.text .row .membershipSingle p.venue {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .our-shows .hero-new .container.text:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    height: 6rem;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: #3f4d51;
  }

}

@media only screen and (min-width: 576px) and (max-width: 768px) {

  .our-shows .hero-new .container.text {
    margin-top: 18rem;
  }

  .hero-new .background-image {
    height: 32rem;
  }

  .our-shows .hero-new .container.text .row {
    margin-top: -4vh;
  }

}