@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
body {
  background: #FFFFFF;
  text-align: center;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #585858;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 1248px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 16px;
  }
}
a {
  color: #4D9FA3;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #585858;
}

.clearfix {
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.page-block {
  clear: both;
}

.spacer {
  height: 64px;
  clear: both;
}
.spacer.spacer-extra-small {
  height: 24px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 96px;
}
.spacer.spacer-extra-large {
  height: 128px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
#cookie-law-info-bar a#wt-cli-policy-link {
  margin: 0px !important;
  padding: 6px 0 !important;
}

#cookie-law-info-bar a#wt-cli-settings-btn,
#cookie-law-info-bar a#wt-cli-reject-btn,
#cookie-law-info-bar a#wt-cli-accept-btn {
  margin: 0 10px 0 0 !important;
}

.next-page-loader,
.has-another-page {
  display: none !important;
}

.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 600;
  color: #22254F;
  padding-top: 47px;
  margin: 0 0 13px 0;
}

article .first-heading {
  padding-top: 0px;
}

article h1 {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 28px 0;
}
article h1 em {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2.22px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  display: block;
  color: #585858;
}

article h2 {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 18px 0;
}
article h2 em {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2.22px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  display: block;
  color: #585858;
}

article h3 {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 18px 0;
}
article h3 em {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2.22px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  display: block;
  color: #585858;
}

article h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 18px 0;
}

article h5 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 16px 0;
}

article h6 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 16px 0;
}

article p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 28px 0;
}
article p a:not([class]) {
  text-decoration: underline;
}
article p a:not([class]):hover {
  text-decoration: underline;
}
article p a:not([class]):active, article p a:not([class]):focus {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}

article .button,
article .arrow-link,
article .icon-link {
  margin-right: 16px;
}

article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 34px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}

article p + ul {
  margin-top: -11px;
}

article ol {
  margin: 0 0 11px 34px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ol {
  margin-top: -11px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 600;
}

@media all and (max-width: 1023px) {
  article h1,
article h2,
article h3,
article h4,
article h5 {
    padding-top: 18px;
  }

  article h1 {
    font-size: 40px;
    line-height: 44px;
  }
  article h1 em {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 1px 0;
    letter-spacing: 2px;
  }

  article h2 {
    font-size: 40px;
    line-height: 44px;
  }
  article h2 em {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 1px 0;
    letter-spacing: 2px;
  }

  article h3 {
    font-size: 32px;
    line-height: 36px;
  }
  article h3 em {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 1px 0;
    letter-spacing: 2px;
  }

  article h4 {
    font-size: 24px;
    line-height: 28px;
  }

  article h5 {
    font-size: 20px;
    line-height: 24px;
  }

  article h6 {
    font-size: 18px;
    line-height: 22px;
  }

  article p {
    margin: 0 0 26px 0;
    font-size: 16px;
    line-height: 26px;
  }

  article ul {
    margin: 0 0 11px 0;
    font-size: 16px;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  background: #4D9FA3;
  border-radius: 2px;
  padding: 11px 21px 11px 21px;
  border: 1px solid #4D9FA3;
  line-height: 26px;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  /*&:before {
  	transition: $transition;
  	content: '';
  	position: absolute;
  	-webkit-transform: translateX(-100%);
  	      transform: translateX(-100%);

  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	background: $primary-active-color;

  	// top: 0;
  	// right: -50px;
  	// bottom: 0;
  	// left: 0;
  	// border-right: 50px solid transparent;
  	// border-bottom: 60px solid $primary-active-color;
  }*/
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  background: #439094;
  border-color: #439094;
  /*&:before {
    -webkit-transform: translateX(0);
          transform: translateX(0);
  }*/
}
.button:active, .button:focus {
  color: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  background: #4D9FA3;
  border-color: #89C4C7;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #439094;
  box-shadow: none;
  padding: 10px 21px 10px 21px;
  color: #4D9FA3;
  /*&:before {
  	// border-bottom: 60px solid $primary-color;
  	background: $primary-active-color;
  }*/
}
.button.button-bordered:hover {
  color: #FFF;
  background-color: #4D9FA3;
  border-color: #4D9FA3;
}
.button.button-bordered:focus, .button.button-bordered:active {
  color: #FFF;
  background: #4D9FA3;
  border-color: #89C4C7;
}
.button.button-bordered-secondary {
  background: transparent;
  border: 2px solid #737373;
  box-shadow: none;
  padding: 10px 21px 10px 21px;
  color: #737373;
  /*&:before {
  	// border-bottom: 60px solid $primary-color;
  	background: $secondary-color;
  }*/
}
.button.button-bordered-secondary:hover {
  color: #FFF;
  border-color: #737373;
  background-color: #737373;
}
.button.button-bordered-secondary:focus, .button.button-bordered-secondary:active {
  color: #FFF;
  background: #737373;
  border-color: #A2A2A2;
}
.button.button-white-fill {
  background: #FFF;
  border-color: #FFF;
  color: #4D9FA3;
}
.button.button-white-fill:hover {
  color: #FFF;
  background: #4D9FA3;
  border-color: #4D9FA3;
}
.button.button-white-fill:focus, .button.button-white-fill:active {
  background: #439094;
  border-color: #89C4C7;
  color: #FFF;
}
.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
  line-height: 24px;
}
.button.button-white-bordered:hover, .button.button-white-bordered:focus, .button.button-white-bordered:active {
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button {
    line-height: 22px;
    height: 48px;
    font-size: 16px;
  }
}
a .link-arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  display: block;
  transition: 0.3s ease-in-out;
}
a .link-arrow .link-arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -5px 0 0 -15px;
}
a .link-arrow .arrow-icon {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
a .link-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@media all and (min-width: 1024px) {
  a.arrow-link:hover, a.arrow-link:active, a.arrow-link:focus {
    color: #4D9FA3;
  }
  a.arrow-link:hover .link-arrow .link-arrow-arrow, a.arrow-link:active .link-arrow .link-arrow-arrow, a.arrow-link:focus .link-arrow .link-arrow-arrow {
    transform: translate3d(4px, 0, 0);
    margin-left: -10px;
  }
  a.arrow-link:hover .link-arrow .arrow-icon--circle, a.arrow-link:active .link-arrow .arrow-icon--circle, a.arrow-link:focus .link-arrow .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
  a.arrow-link:active, a.arrow-link:focus {
    color: #439094;
  }
}
.arrow-link {
  font-size: 16px;
  line-height: 33px;
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
  font-weight: bold;
}
.arrow-link .link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #4D9FA3;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #439094;
}
.icon-link:active, .icon-link:focus {
  color: #439094;
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}

.tick-item {
  padding: 0 0 0 36px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin: 0 0 15px 0;
}
.tick-item svg {
  top: 3px;
  left: 0px;
  position: absolute;
}

.icon-list {
  display: block;
}
.icon-list .icon-link {
  color: #22254F;
  line-height: 28px;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 36px;
}
.icon-list .icon-link svg {
  top: 3px;
  -ms-transform: none;
  transform: none;
}
.icon-list p {
  margin: 0px;
}

.share-item {
  position: relative;
}
.share-item .share-item-list {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 3px;
  width: 170px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 6px 0;
}
.share-item .share-item-list li a {
  display: block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #4D9FA3;
}
.share-item .share-item-list li a:hover {
  color: #439094;
}
.share-item.share-item-active .share-item-link {
  color: #439094;
}
.share-item.share-item-active .share-item-list {
  display: block;
}

body .gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.gform_wrapper.gravity-theme .gfield {
  margin: 0 0 28px 0;
  display: block;
  grid-column: none;
  padding: 0px;
}
.gform_wrapper.gravity-theme .gfield .gfield_label {
  font-size: 16px;
  line-height: 19px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 13px 0;
}
.gform_wrapper.gravity-theme .gfield .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gfield.gfield-clear {
  clear: left;
}
.gform_wrapper.gravity-theme .gfield.gfield-half-left {
  clear: left;
  float: left;
  margin-right: 16px;
  width: calc(50% - 16px);
}
.gform_wrapper.gravity-theme .gfield.gfield-half-right {
  float: left;
  margin-left: 16px;
  width: calc(50% - 16px);
}

.gform_wrapper.gravity-theme .gfield-optional {
  position: relative;
}
.gform_wrapper.gravity-theme .gfield-optional:before {
  position: absolute;
  right: 0px;
  font-size: 12px;
  line-height: 28px;
  color: #585858;
  content: "Optional";
  top: 0px;
  display: block;
}

.mailing-list-form {
  padding-bottom: 128px;
}
.mailing-list-form .form-group {
  margin: 0 0 28px 0;
  display: block;
  grid-column: none;
  padding: 0px;
}
.mailing-list-form .form-group label {
  font-size: 16px;
  line-height: 19px;
  color: #22254F;
  font-weight: bold;
  display: block;
  margin: 0 0 13px 0;
}
.mailing-list-form .form-group .checkboxes .checkbox {
  position: relative;
}
.mailing-list-form .form-group .checkboxes .checkbox input {
  position: absolute;
  left: -9999px;
}
.mailing-list-form .form-group .checkboxes .checkbox label {
  padding: 0 0 0 39px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #585858;
  display: block;
  cursor: pointer;
}
.mailing-list-form .form-group .checkboxes .checkbox label:before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #4D9FA3;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mailing-list-form .form-group .checkboxes .checkbox label:after {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4D9FA3;
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
}
.mailing-list-form .form-group .checkboxes .checkbox input:focus + label:before {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
.mailing-list-form .form-group .checkboxes .checkbox input:checked + label:after {
  display: block;
}

.gform_wrapper.gravity-theme .gfield .ginput_container_consent input {
  position: absolute;
  left: -9999px;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label {
  padding: 0 0 0 39px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #585858;
  display: block;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label:before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #4D9FA3;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label:after {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4D9FA3;
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label a {
  text-decoration: underline;
  color: #585858;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label a:hover {
  color: #4D9FA3;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label a:active, .gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label a:focus {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent input:focus + .gfield_consent_label:before {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_consent input:checked + .gfield_consent_label:after {
  display: block;
}

textarea,
.gform_wrapper.gravity-theme .gfield textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #E0E0E5;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  color: #585858;
  padding: 10px 19px 10px 19px;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}
textarea:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #22254F;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
  height: 94px;
  padding: 15px 19px;
}

.ginput_container_date {
  position: relative;
}
.ginput_container_date:before {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 10px;
  height: 6px;
  margin: -3px 0 0 0;
  background: url(../images/dropdown-arrow.svg) no-repeat;
  content: "";
}
.ginput_container_date input {
  background-color: transparent;
}

.select-field,
.ginput_container_select,
.gform_wrapper.gravity-theme .gfield .ginput_container_select {
  position: relative;
  border: 1px solid #E0E0E5;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 48px;
}
.select-field:before,
.ginput_container_select:before,
.gform_wrapper.gravity-theme .gfield .ginput_container_select:before {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 10px;
  height: 6px;
  margin: -3px 0 0 0;
  background: url(../images/dropdown-arrow.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.large,
.ginput_container_select select,
.ginput_container_select select.large,
.gform_wrapper.gravity-theme .gfield .ginput_container_select select,
.gform_wrapper.gravity-theme .gfield .ginput_container_select select.large {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  color: #585858;
  height: 48px;
  padding: 10px 19px 10px 19px;
  line-height: 22px;
  font-size: 16px;
  background: none transparent;
  width: 100%;
  max-width: none;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}
.select-field:focus-within,
.ginput_container_select:focus-within,
.gform_wrapper.gravity-theme .gfield .ginput_container_select:focus-within {
  border-color: #22254F;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 32px !important;
}

.gform_wrapper.gravity-theme .gfield.gfield_error .gfield_label {
  color: #D55252;
}
.gform_wrapper.gravity-theme .gfield.gfield_error textarea,
.gform_wrapper.gravity-theme .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme .gfield .ginput_container_select {
  border-color: #D55252;
}

.gform_wrapper.gravity-theme .gfield.gfield_error .gfield_validation_message,
.gform_wrapper.gravity-theme .gfield.gfield_error .validation_message {
  border: none;
  padding: 0px;
  background: transparent;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .gform_wrapper.gravity-theme .gfield.gfield-half-left, .gform_wrapper.gravity-theme .gfield.gfield-half-right {
    float: none;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield_consent_label {
    font-size: 12px;
    line-height: 22px;
    padding-top: 2px;
  }
}
#site-header {
  height: 100px;
  padding: 24px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 99%);
  z-index: 1000;
}
#site-header .container {
  padding: 0 32px;
  width: auto;
  max-width: 1440px;
}
#site-header .container .logo {
  margin: 8px 0;
  display: block;
  float: left;
}
#site-header .container .logo img {
  display: block;
  height: 36px;
  margin: 0px;
}
#site-header .container .logo:focus, #site-header .container .logo:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#site-header .container .header-right {
  float: right;
}
#site-header .container .header-right .button {
  display: block;
  float: left;
}
#site-header .container .header-right .button.toggle-nav {
  margin: 0 0 0 16px;
  padding-left: 46px;
  position: relative;
  padding-right: 20px;
}
#site-header .container .header-right .button.toggle-nav svg {
  position: absolute;
  top: 17.5px;
  left: 19px;
}
#site-header .container .header-right .button.toggle-search {
  margin: 0 0 0 12px;
  width: 52px;
  text-align: center;
  padding: 0px;
}
#site-header .container .header-right .button.toggle-search svg {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
#site-header .container .header-right .button.toggle-search svg.toggle-search-close {
  display: none;
}
#site-header .container .header-right .button.toggle-search:hover, #site-header .container .header-right .button.toggle-search:focus, #site-header .container .header-right .button.toggle-search:active {
  background: #FFF;
  border-color: #FFF;
  color: #22254F;
}
#site-header .container .header-right .button.toggle-basket {
  margin: 0 0 0 32px;
  width: 52px;
  text-align: center;
  padding: 0px;
}
#site-header .container .header-right .button.toggle-basket svg {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
#site-header .container .header-right .button.toggle-basket:hover, #site-header .container .header-right .button.toggle-basket:focus, #site-header .container .header-right .button.toggle-basket:active {
  background: #FFF;
  border-color: #FFF;
  color: #22254F;
}
#site-header .container .header-right .my-account-link {
  display: block;
  float: left;
  position: relative;
  padding: 0 0 0 22px;
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  font-weight: bold;
}
#site-header .container .header-right .my-account-link.my-account-link-dropdown {
  padding-right: 14px;
}
#site-header .container .header-right .my-account-link.my-account-link-dropdown:before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 12px;
  margin: -6px 0 0 0;
  content: "";
  background: url(../images/my-account-dropdown-arrow.svg) no-repeat right center;
}
#site-header .container .header-right .my-account-link:hover {
  opacity: 0.8;
}
#site-header .container .header-right .my-account-link:focus, #site-header .container .header-right .my-account-link:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#site-header .container .header-right .my-account-link svg {
  position: absolute;
  left: 0px;
  height: 16px;
  margin: -8px 0 0 0;
  top: 50%;
  display: block;
}

body.fixed-header #site-header {
  position: fixed;
}

body.fixed-header #site-header,
body.white-header #site-header,
body.search-active #site-header {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
body.fixed-header #site-header .logo,
body.white-header #site-header .logo,
body.search-active #site-header .logo {
  background-image: url(../images/logo-black.svg);
}
body.fixed-header #site-header .logo img,
body.white-header #site-header .logo img,
body.search-active #site-header .logo img {
  opacity: 0;
}
body.fixed-header #site-header .header-right .button.toggle-basket, body.fixed-header #site-header .header-right .button.toggle-search,
body.white-header #site-header .header-right .button.toggle-basket,
body.white-header #site-header .header-right .button.toggle-search,
body.search-active #site-header .header-right .button.toggle-basket,
body.search-active #site-header .header-right .button.toggle-search {
  border-color: #4D9FA3;
  color: #4D9FA3;
}
body.fixed-header #site-header .header-right .button.toggle-basket:hover, body.fixed-header #site-header .header-right .button.toggle-basket:active, body.fixed-header #site-header .header-right .button.toggle-basket:focus, body.fixed-header #site-header .header-right .button.toggle-search:hover, body.fixed-header #site-header .header-right .button.toggle-search:active, body.fixed-header #site-header .header-right .button.toggle-search:focus,
body.white-header #site-header .header-right .button.toggle-basket:hover,
body.white-header #site-header .header-right .button.toggle-basket:active,
body.white-header #site-header .header-right .button.toggle-basket:focus,
body.white-header #site-header .header-right .button.toggle-search:hover,
body.white-header #site-header .header-right .button.toggle-search:active,
body.white-header #site-header .header-right .button.toggle-search:focus,
body.search-active #site-header .header-right .button.toggle-basket:hover,
body.search-active #site-header .header-right .button.toggle-basket:active,
body.search-active #site-header .header-right .button.toggle-basket:focus,
body.search-active #site-header .header-right .button.toggle-search:hover,
body.search-active #site-header .header-right .button.toggle-search:active,
body.search-active #site-header .header-right .button.toggle-search:focus {
  border-color: #4D9FA3;
  background-color: #4D9FA3;
  color: #FFF;
}
body.fixed-header #site-header .header-right .button.toggle-nav,
body.white-header #site-header .header-right .button.toggle-nav,
body.search-active #site-header .header-right .button.toggle-nav {
  background-color: #4D9FA3;
  color: #FFF;
}
body.fixed-header #site-header .header-right .my-account-link,
body.white-header #site-header .header-right .my-account-link,
body.search-active #site-header .header-right .my-account-link {
  color: #22254F;
}
body.fixed-header #site-header .header-right .my-account-link.my-account-link-dropdown:before,
body.white-header #site-header .header-right .my-account-link.my-account-link-dropdown:before,
body.search-active #site-header .header-right .my-account-link.my-account-link-dropdown:before {
  background-image: url(../images/my-account-dropdown-arrow-green.svg);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header {
    height: 72px;
    padding: 16px 0;
  }
  #site-header .container {
    margin: 0 16px;
    padding: 0px;
  }
  #site-header .container .logo {
    margin: 9px 0;
    background-size: auto 22px;
  }
  #site-header .container .logo img {
    height: 22px;
  }
  #site-header .container .header-right .button.toggle-search, #site-header .container .header-right .button.toggle-basket {
    width: 40px;
    height: 40px;
    margin-left: 6px;
  }
  #site-header .container .header-right .button.toggle-search svg, #site-header .container .header-right .button.toggle-basket svg {
    height: 16px;
  }
  #site-header .container .header-right .button.toggle-nav {
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-left: 6px;
  }
  #site-header .container .header-right .button.toggle-nav svg {
    width: 16px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
  #site-header .container .header-right .button.toggle-nav .toggle-nav-text {
    display: none;
  }
  #site-header .container .header-right .my-account-link {
    display: none;
  }
}
@media all and (max-width: 360px) and (min-width: 0px) {
  #site-header .container .logo {
    margin: 11px 0;
    background-size: auto 18px;
  }
  #site-header .container .logo img {
    height: 18px;
  }
}
#site-nav {
  background: url(/wp-content/uploads/2022/07/nav-Bg.png) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  padding: 100px 0 100px 0;
  z-index: 1001;
  left: -1000%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#site-nav .site-nav-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
#site-nav .site-nav-header .container {
  padding: 0 32px;
  max-width: 1440px;
  width: auto;
}
#site-nav .site-nav-header .container .logo {
  display: block;
  float: left;
  margin: 32px 0 0 0;
}
#site-nav .site-nav-header .container .mobile-menu-back {
  display: block;
  position: absolute;
  top: 27px;
  left: 0px;
  font-size: 16px;
  line-height: 19px;
  background: url(../images/mobile-menu-back.svg) no-repeat left center;
  padding: 0 0 0 20px;
  color: #FFF;
  display: none;
  font-weight: 500;
  z-index: 1002;
}
#site-nav .site-nav-header .container .toggle-nav {
  margin: 24px 0 0 0;
  float: right;
  padding-left: 46px;
  position: relative;
  padding-right: 20px;
}
#site-nav .site-nav-header .container .toggle-nav svg {
  position: absolute;
  top: 17.5px;
  left: 19px;
}
#site-nav .site-nav-menu {
  height: calc(100vh - 200px);
  overflow: auto;
}
#site-nav .site-nav-menu .container {
  margin: 0 auto;
  max-width: 610px;
  height: calc(100vh - 200px);
}
#site-nav .site-nav-menu .container div.menu {
  padding: 0 216px 0 0;
  position: relative;
}
#site-nav .site-nav-menu .container div.menu ul:hover li a {
  opacity: 0.5;
}
#site-nav .site-nav-menu .container div.menu ul:hover li:hover a {
  opacity: 1;
}
#site-nav .site-nav-menu .container div.menu ul li {
  display: block;
  position: relative;
  padding: 14px 0;
  cursor: pointer;
}
#site-nav .site-nav-menu .container div.menu ul li a {
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
#site-nav .site-nav-menu .container div.menu ul li a:focus, #site-nav .site-nav-menu .container div.menu ul li a:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#site-nav .site-nav-menu .container div.menu ul li.menu-item-has-children a {
  padding: 0 34px 0 0;
}
#site-nav .site-nav-menu .container div.menu ul li.menu-item-has-children a:before {
  background: url(../images/site-nav-link-arrow.svg) no-repeat;
  width: 13px;
  height: 10px;
  vertical-align: middle;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -2px 0 0 0;
}
#site-nav .site-nav-menu .container div.menu ul li ul {
  position: absolute;
  top: 20px;
  left: 100%;
  width: 216px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}
#site-nav .site-nav-menu .container div.menu ul li ul li {
  margin: 0 0 22px 0;
  padding: 0px;
}
#site-nav .site-nav-menu .container div.menu ul li ul li a {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  display: block;
}
#site-nav .site-nav-menu .container div.menu ul li ul li a:before {
  display: none !important;
}
#site-nav .site-nav-menu .container div.menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
#site-nav .site-nav-menu .container div.menu ul li:focus-within ul {
  visibility: visible;
  opacity: 1;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-whats-new, #site-nav .site-nav-menu .container div.menu ul li.nav-about-us {
  max-width: 320px;
  padding: 17px 0;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-whats-new > a, #site-nav .site-nav-menu .container div.menu ul li.nav-about-us > a {
  font-size: 24px;
  line-height: 28px;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-whats-new ul, #site-nav .site-nav-menu .container div.menu ul li.nav-about-us ul {
  left: 320px;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-whats-new {
  padding-top: 32px;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-whats-new ul {
  top: 32px;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-about-us ul {
  top: auto;
  bottom: 5px;
  padding-top: 12px;
  padding-bottom: 10px;
}
#site-nav .site-nav-menu .container div.menu ul li.nav-about-us ul li:last-child {
  margin-bottom: 0px;
}
@media all and (min-height: 670px) {
  #site-nav .site-nav-menu div.menu {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
  }
}
#site-nav .mobile-nav-menu {
  position: relative;
  padding: 0 0 42px 0;
  overflow: hidden;
  display: none;
}
#site-nav .mobile-nav-menu .container {
  margin: 0px;
}
#site-nav .mobile-nav-menu div.menu {
  position: relative;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper {
  width: 300%;
  float: left;
  position: relative;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-a {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-b {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-c {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper h6 {
  padding: 16px 0 0px 0;
  margin: 0 0 12px 0;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper h6 a {
  font-size: 32px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
  display: block;
  position: relative;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper h6 a .menu-item-description {
  display: none;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li {
  display: block;
  padding: 16px 0;
  clear: both;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li a {
  font-size: 32px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
  display: block;
  position: relative;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li a .menu-item-description {
  display: none;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li.nav-whats-new, #site-nav .mobile-nav-menu div.menu .menu-wrapper li.nav-about-us {
  padding: 13px 0;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li.nav-whats-new a, #site-nav .mobile-nav-menu div.menu .menu-wrapper li.nav-about-us a {
  font-size: 24px;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li.nav-whats-new {
  padding-top: 27px;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li.current-menu-item a {
  color: #D9CAE0;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li ul {
  display: none;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper li.menu-item-has-children a:after {
  width: 30px;
  height: 28px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  background: url(../images/mobile-nav-arrow.svg) no-repeat right center;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-b ul li {
  padding: 11px 0;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-b ul li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-c ul li {
  padding: 14px 0;
}
#site-nav .mobile-nav-menu div.menu .menu-wrapper .menu-position-c ul li a {
  font-size: 26px;
  line-height: 28px;
}
#site-nav .site-nav-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#site-nav .site-nav-footer .container {
  padding: 0 32px;
  max-width: 1440px;
  width: auto;
}
#site-nav .site-nav-footer .container .site-nav-social {
  position: absolute;
  bottom: 0px;
  left: 32px;
  padding: 45px 0;
}
#site-nav .site-nav-footer .container .site-nav-social a {
  color: #FFF;
  margin: 0 20px 0 0;
  display: inline-block;
}
#site-nav .site-nav-footer .container .site-nav-social a svg {
  display: block;
}
#site-nav .site-nav-footer .container .site-nav-social a:hover {
  opacity: 0.8;
}
#site-nav .site-nav-footer .container .site-nav-social a:focus, #site-nav .site-nav-footer .container .site-nav-social a:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#site-nav .site-nav-footer .container .site-nav-box-office {
  text-align: center;
  padding: 32px 250px 32px 200px;
}
#site-nav .site-nav-footer .container .site-nav-box-office p {
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
}
#site-nav .site-nav-footer .container .site-nav-box-office p a {
  color: #FFF;
}
#site-nav .site-nav-footer .container .site-nav-box-office p a:hover {
  text-decoration: underline;
}
#site-nav .site-nav-footer .container .site-nav-mailing-list {
  position: absolute;
  bottom: 0px;
  right: 32px;
  padding: 32px 0;
}
#site-nav .site-nav-footer .container .site-nav-mailing-list .button {
  margin: 0px;
  display: block;
}
#site-nav .site-nav-footer .container .site-nav-mailing-list .button:hover {
  color: #4D9FA3;
  background: #FFF;
  border-color: #FFF;
}
#site-nav .site-nav-footer .container .site-nav-mailing-list .button svg {
  margin: 0 11px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

body.nav-active #site-nav {
  left: 0px;
  opacity: 1;
}
body.nav-active #site-wrapper {
  height: 100vh;
  overflow: hidden;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-nav {
    background-image: url(../images/site-nav-back-mobile.jpg);
    padding: 91px 0 180px 0;
  }
  #site-nav .site-nav-header .container {
    margin: 0 16px;
    padding: 0px;
  }
  #site-nav .site-nav-header .container .logo {
    margin: 25px 0 0 0;
    height: 22px;
  }
  #site-nav .site-nav-header .container .toggle-nav {
    width: 40px;
    height: 40px;
    padding: 0px !important;
    margin-left: 6px;
    margin-top: 16px;
  }
  #site-nav .site-nav-header .container .toggle-nav svg {
    width: 16px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
  #site-nav .site-nav-header .container .toggle-nav .toggle-nav-text {
    display: none;
  }
  #site-nav .site-nav-menu {
    display: none;
  }
  #site-nav .mobile-nav-menu {
    display: block;
    height: calc(100vh - 180px - 91px);
    overflow: auto;
  }
  #site-nav .site-nav-footer {
    position: absolute;
    bottom: 24px;
    left: 0px;
    width: 100%;
  }
  #site-nav .site-nav-footer .container {
    padding: 0px;
  }
  #site-nav .site-nav-footer .container .site-nav-social {
    position: relative;
    text-align: center;
    left: auto;
    padding: 0px;
    margin: 0 0 25px 0;
  }
  #site-nav .site-nav-footer .container .site-nav-social a {
    display: inline-block;
    margin: 0 10px;
  }
  #site-nav .site-nav-footer .container .site-nav-mailing-list {
    position: relative;
    right: auto;
    text-align: center;
    margin: 0 0 18px 0;
    padding: 0px;
  }
  #site-nav .site-nav-footer .container .site-nav-mailing-list a {
    display: block;
    line-height: 24px;
  }
  #site-nav .site-nav-footer .container .site-nav-box-office {
    padding: 0px;
  }
  #site-nav .site-nav-footer .container .site-nav-box-office p {
    font-size: 12px;
    line-height: 22px;
  }
}
#page-banner {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
#page-banner .mobile-page-banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 1;
  display: none;
}
#page-banner .page-banner-back {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.34);
}
#page-banner .container {
  z-index: 3;
  height: 700px;
}
#page-banner .banner-text {
  position: absolute;
  bottom: 90px;
  left: 0px;
  width: 100%;
}
#page-banner .banner-text .banner-sub-heading {
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 76px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 4.06px;
}
#page-banner .banner-text .banner-heading {
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  font-size: 82px;
  line-height: 76px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 4.06px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner .container {
    height: 550px;
  }
  #page-banner .container .banner-text {
    bottom: 42px;
  }
  #page-banner .container .banner-text .banner-sub-heading {
    font-size: 32px;
    line-height: 48px;
  }
  #page-banner .container .banner-text .banner-heading {
    font-size: 64px;
    line-height: 62px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #page-banner .mobile-page-banner {
    display: block;
  }
}
#search-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 297px;
  z-index: 999;
  background: #FFF;
  opacity: 0;
  left: -9999px;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
#search-wrapper .container {
  padding: 147px 0 0 0;
  max-width: 608px;
}
#search-wrapper .container form {
  position: relative;
}
#search-wrapper .container form input[type=text] {
  padding: 22px 130px 22px 22px;
  border-radius: 4px;
  border: 1px solid #E0E0E5;
  font-size: 18px;
  font-weight: 400;
  color: #585858;
  display: block;
  height: 68px;
}
#search-wrapper .container form input[type=text]:focus {
  border-color: #22254F;
}
#search-wrapper .container form .button {
  border-radius: 4px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1000;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-wrapper {
    height: 206px;
  }
  #search-wrapper .container {
    padding: 95px 0 0 0;
    max-width: none;
    margin: 0 16px;
  }
  #search-wrapper .container form input[type=text] {
    height: 48px;
    font-size: 16px;
    padding: 14px 100px 14px 17px;
  }
  #search-wrapper .container form .button {
    height: 48px;
    top: 0px;
    right: 0px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 18px;
  }
}
body.search-active #search-wrapper {
  opacity: 1;
  left: 0px;
}
body.search-active #site-header {
  background: #FFF;
  box-shadow: none;
}
body.search-active #site-header .container .logo {
  background-image: url(../images/logo-black.svg);
}
body.search-active #site-header .container .logo img {
  opacity: 0;
}
body.search-active #site-header .container .header-right .my-account-link {
  visibility: hidden;
  opacity: 0;
}
body.search-active #site-header .container .header-right .button {
  visibility: hidden;
  opacity: 0;
}
body.search-active #site-header .container .header-right .button.toggle-search {
  visibility: visible;
  opacity: 1;
}
body.search-active #site-header .container .header-right .button.toggle-search .toggle-search-icon {
  display: none;
}
body.search-active #site-header .container .header-right .button.toggle-search .toggle-search-close {
  display: block;
}

@media all and (max-width: 1000px) and (min-width: 0px) {
  body.search-active #site-header .container .header-right .toggle-nav {
    display: none;
  }
}
#page-banner.search-banner {
  background-image: url(../images/contact-banner.jpg);
}
#page-banner.search-banner .container {
  height: 555px;
}
#page-banner.search-banner .banner-text {
  bottom: 64px;
}
#page-banner.search-banner .banner-text h1 {
  margin: 0 0 28px 0;
}
#page-banner.search-banner .banner-text form {
  position: relative;
  width: 607px;
}
#page-banner.search-banner .banner-text form input[type=text] {
  background: #FFF;
  border: none;
  height: 68px;
  font-size: 18px;
  line-height: 22px;
  padding: 23px 170px 23px 23px;
}
#page-banner.search-banner .banner-text form .button {
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 20;
  border-radius: 4px;
}
#page-banner.search-banner .banner-text form .clear-search {
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/clear-search.svg) no-repeat center center;
  right: 122px;
  top: 50%;
  position: absolute;
  margin: -20px 0 0 0;
  cursor: pointer;
  border-radius: 4px;
  z-index: 20;
  opacity: 0.36;
}
#page-banner.search-banner .banner-text form .clear-search:hover {
  opacity: 0.6;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  #page-banner.search-banner .container {
    height: 500px;
  }
  #page-banner.search-banner .container .banner-text {
    bottom: 40px;
  }
  #page-banner.search-banner .container .banner-text form {
    width: 100%;
  }
  #page-banner.search-banner .container .banner-text form input[type=text] {
    height: 48px;
    padding: 15px 140px 15px 18px;
    line-height: 18px;
    font-size: 16px;
  }
  #page-banner.search-banner .container .banner-text form .clear-search {
    right: 93px;
    background-size: 16px 16px;
  }
  #page-banner.search-banner .container .banner-text form .button {
    top: 0px;
    right: 0px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0 4px 4px 0;
  }
}
#search-results {
  padding: 64px 0 128px 0;
}
#search-results .container {
  max-width: 821px;
}
#search-results .search-results-filter {
  padding: 0 0 29px 0;
  border-bottom: 1px solid #E0E0E5;
}
#search-results .search-results-filter a {
  display: inline-block;
  margin: 0px;
  border: 2px solid #FFF;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 19px;
  color: #737373;
  font-weight: 500;
  vertical-align: top;
}
#search-results .search-results-filter a.active {
  border-color: #4D9FA3;
  color: #4D9FA3;
}
#search-results .search-results-filter a:hover {
  color: #4D9FA3;
}
#search-results .search-result {
  border-bottom: 1px solid #E0E0E5;
}
#search-results .search-result a {
  padding: 28px 74px 28px 0;
  position: relative;
  display: block;
}
#search-results .search-result a .search-result-type {
  display: block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.29px;
  color: #585858;
  text-transform: uppercase;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
}
#search-results .search-result a h3 {
  font-size: 28px;
  transition: 0.3s ease-in-out;
  line-height: 40px;
  font-weight: bold;
  color: #22254F;
}
#search-results .search-result a svg {
  position: absolute;
  top: 50%;
  right: 34px;
  margin: -8px 0 0 0;
  display: block;
}
#search-results .search-result a span.search-result-excerpt {
  font-size: 16px;
  line-height: 28px;
  padding: 3px 0 0 0;
  color: #585858;
  font-weight: 300;
  display: block;
}
#search-results .search-result a:hover h3 {
  color: #4D9FA3;
}
#search-results .search-result a.search-result-event-link {
  padding-left: 177px;
}
#search-results .search-result a.search-result-event-link .search-result-event-link-image {
  width: 145px;
  height: calc(100% - 48px);
  border-radius: 4px;
  background: none no-repeat center center #EEE;
  background-size: cover;
  display: block;
  top: 24px;
  left: 0px;
  position: absolute;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #search-results .container {
    max-width: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-results {
    padding: 32px 0 64px 0;
  }
  #search-results .container .search-results-filter {
    padding: 0 0 32px 0;
  }
  #search-results .container .search-result a {
    padding: 16px 32px 16px 0;
  }
  #search-results .container .search-result a svg {
    right: 0px;
  }
  #search-results .container .search-result a h3 {
    font-size: 24px;
    line-height: 40px;
    color: #4D9FA3;
  }
  #search-results .container .search-result a span.search-result-excerpt {
    font-size: 14px;
    line-height: 28px;
  }
  #search-results .container .search-result a.search-result-event-link {
    padding-left: 0px;
  }
  #search-results .container .search-result a.search-result-event-link .search-result-event-link-image {
    display: none;
  }
}
#breadcrumb {
  padding: 20px 0 90px 0;
}
#breadcrumb p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #A2A2A2;
  padding: 0 0 0 26px;
  position: relative;
}
#breadcrumb p a {
  vertical-align: top;
  line-height: 24px;
}
#breadcrumb p a.breadcrumb-home {
  width: 20px;
  height: 24px;
  background: url(../images/breadcrumb-home.svg) no-repeat center center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 -8px 0 0;
  text-indent: -9999px;
}
#breadcrumb p a:active, #breadcrumb p a:focus {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
#breadcrumb p .breadcrumb-arrow {
  display: inline-block;
  width: 21px;
  height: 24px;
  vertical-align: top;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #breadcrumb {
    padding: 24px 0 57px 0;
  }
}
.page-block-content .container article {
  padding: 0 210px;
  margin-bottom: -32px;
}
.page-block-content.page-block-content-light-grey-background {
  background: #E7E7E7;
  padding: 124px 0;
}
.page-block-content.page-block-content-light-grey-background article {
  margin-bottom: 0px;
}
.page-block-content.page-block-content-dark-blue-background {
  background: #22254F;
  padding: 124px 0;
}
.page-block-content.page-block-content-dark-blue-background article {
  margin-bottom: 0px;
}
.page-block-content.page-block-content-dark-blue-background article h1,
.page-block-content.page-block-content-dark-blue-background article h2,
.page-block-content.page-block-content-dark-blue-background article h3,
.page-block-content.page-block-content-dark-blue-background article h4,
.page-block-content.page-block-content-dark-blue-background article h5,
.page-block-content.page-block-content-dark-blue-background article h6 {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article h1 a,
.page-block-content.page-block-content-dark-blue-background article h2 a,
.page-block-content.page-block-content-dark-blue-background article h3 a,
.page-block-content.page-block-content-dark-blue-background article h4 a,
.page-block-content.page-block-content-dark-blue-background article h5 a,
.page-block-content.page-block-content-dark-blue-background article h6 a {
  color: #4D9FA3;
}
.page-block-content.page-block-content-dark-blue-background article h1 a:hover,
.page-block-content.page-block-content-dark-blue-background article h2 a:hover,
.page-block-content.page-block-content-dark-blue-background article h3 a:hover,
.page-block-content.page-block-content-dark-blue-background article h4 a:hover,
.page-block-content.page-block-content-dark-blue-background article h5 a:hover,
.page-block-content.page-block-content-dark-blue-background article h6 a:hover {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article h1 a:active,
.page-block-content.page-block-content-dark-blue-background article h2 a:active,
.page-block-content.page-block-content-dark-blue-background article h3 a:active,
.page-block-content.page-block-content-dark-blue-background article h4 a:active,
.page-block-content.page-block-content-dark-blue-background article h5 a:active,
.page-block-content.page-block-content-dark-blue-background article h6 a:active {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article h1 a:focus,
.page-block-content.page-block-content-dark-blue-background article h2 a:focus,
.page-block-content.page-block-content-dark-blue-background article h3 a:focus,
.page-block-content.page-block-content-dark-blue-background article h4 a:focus,
.page-block-content.page-block-content-dark-blue-background article h5 a:focus,
.page-block-content.page-block-content-dark-blue-background article h6 a:focus {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article p {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article p a {
  color: #4D9FA3;
}
.page-block-content.page-block-content-dark-blue-background article p a:hover {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article p a:active {
  color: #FFF;
}
.page-block-content.page-block-content-dark-blue-background article p a:focus {
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content .container article {
    padding: 0 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content .container article {
    padding: 0;
  }
  .page-block-content.page-block-content-light-grey-background {
    padding: 64px 0;
  }
  .page-block-content.page-block-content-dark-blue-background {
    padding: 64px 0;
  }
}
.contact-details {
  margin: 0 -16px;
}
.contact-details .contact-detail-wrapper {
  padding: 0 16px;
  margin: 0 0 8px 0;
  display: block;
  float: left;
  width: 50%;
}
.contact-details .contact-detail {
  color: #22254F;
  padding: 0 0 0 34px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
.contact-details .contact-detail svg {
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-details a.contact-detail:hover {
  color: #4D9FA3;
}
.contact-details a.contact-detail:active, .contact-details a.contact-detail:focus {
  color: #4D9FA3;
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}

@media all and (max-width: 720px) and (min-width: 0px) {
  .contact-details {
    margin: 0px;
  }
  .contact-details .contact-detail-wrapper {
    padding: 0px;
    width: auto;
    float: none;
  }
  .contact-details .contact-detail {
    font-size: 16px;
  }
}
.page-block-image-and-content .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content article {
  width: 54%;
  padding: 0 0 0 143px;
  margin-bottom: -28px;
}
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3,
.page-block-image-and-content .image-and-content article h4,
.page-block-image-and-content .image-and-content article h5,
.page-block-image-and-content .image-and-content article h6 {
  padding-top: 0px;
}
.page-block-image-and-content .image-and-content article .button {
  margin-top: 10px;
}
.page-block-image-and-content .image-and-content article small,
.page-block-image-and-content .image-and-content article h6 {
  font-size: 12px;
  line-height: 16px;
  color: #585858;
  font-weight: normal;
  padding: 0px;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 46%;
  position: relative;
  padding: 0 0 0 68px;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: calc(100% - 1px);
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder .image-mask {
  position: relative;
  border-radius: 2px;
  padding-bottom: 2px;
}
.page-block-image-and-content .image-and-content .image-holder .image-mask:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/image-and-content-image-mask-left.png) no-repeat left top;
  background-size: 100% 100%;
  content: "";
  z-index: 2;
  display: block;
}
.page-block-image-and-content .image-and-content .image-holder .image-mask img {
  position: relative;
  z-index: 1;
  border-radius: 2px;
}
.page-block-image-and-content .image-and-content .image-holder .image-mask:after {
  background: url(../images/image-and-content-left-side-of-image.svg) no-repeat left top;
  position: absolute;
  left: -61px;
  bottom: 89px;
  width: 104px;
  height: 116px;
  content: "";
  display: block;
  z-index: 0;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-right article {
  padding: 0 92px 0 80px;
}
.page-block-image-and-content.page-block-image-on-right .image-holder {
  padding: 0 72px 0 0;
}
.page-block-image-and-content.page-block-image-on-right .image-holder .image-mask:before {
  background-image: url(../images/image-and-content-image-mask-right.png);
}
.page-block-image-and-content.page-block-image-on-right .image-holder .image-mask:after {
  left: auto;
  right: -23px;
  bottom: -24px;
  top: auto;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article {
    width: 50%;
    padding: 0 32px 0 64px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: 50%;
    padding: 0;
  }
  .page-block-image-and-content .image-and-content .image-holder .image-mask:before {
    background-image: url(../images/image-and-content-image-mask-mobile.png);
  }
  .page-block-image-and-content .image-and-content .image-holder .image-mask:after {
    display: none;
  }
  .page-block-image-and-content .image-and-content .image-holder .image-mask img {
    margin: 1px;
    width: calc(100% - 1px);
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding: 0 64px 0 32px;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
    padding: 0;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder .image-mask:before {
    background-image: url(../images/image-and-content-image-mask-mobile.png);
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder .image-mask:after {
    display: none;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    display: block;
    padding: 0px !important;
  }
  .page-block-image-and-content .image-and-content article .button {
    margin-top: 6px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    display: block;
    margin: 0 0 15px 0;
  }
  .page-block-image-and-content .image-and-content .image-holder .image-mask {
    max-width: 320px;
    margin-left: -32px;
  }
}
.page-block-venue .venue-columns {
  display: flex;
  align-items: center;
}
.page-block-venue .venue-columns article {
  width: 43%;
  padding: 0 140px 0 0;
  margin-bottom: -28px;
}
.page-block-venue .venue-columns article h2,
.page-block-venue .venue-columns article h3,
.page-block-venue .venue-columns article h4,
.page-block-venue .venue-columns article h5,
.page-block-venue .venue-columns article h6 {
  padding-top: 0px;
}
.page-block-venue .venue-columns article .button {
  margin-top: 10px;
}
.page-block-venue .venue-columns .image-holder {
  width: 57%;
  position: relative;
}
.page-block-venue .venue-columns .image-holder:before {
  width: 66px;
  height: 73px;
  background: url(../images/venue-image-right-arch.svg) no-repeat left top;
  position: absolute;
  top: -58px;
  right: -26px;
  content: "";
  display: block;
  z-index: 0;
}
.page-block-venue .venue-columns .image-holder:after {
  width: 66px;
  height: 73px;
  background: url(../images/venue-image-right-arch.svg) no-repeat left top;
  position: absolute;
  bottom: 32px;
  left: -32px;
  content: "";
  display: block;
  z-index: 0;
}
.page-block-venue .venue-columns .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}
.page-block-venue.page-block-venue-image-on-left .venue-columns {
  flex-direction: row-reverse;
}
.page-block-venue.page-block-venue-image-on-left .image-holder:before {
  background: url(../images/venue-image-left-arch.svg) no-repeat left top;
  width: 169px;
  height: 188px;
  top: -45px;
  left: -52px;
  right: auto;
}
.page-block-venue.page-block-venue-image-on-left .image-holder:after {
  left: auto;
  right: -32px;
  bottom: -23px;
  top: auto;
}
.page-block-venue.page-block-venue-image-on-left article {
  padding: 0 32px 0 108px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-venue .venue-columns article {
    padding: 0 64px 0 32px;
    width: 50%;
  }
  .page-block-venue .venue-columns .image-holder {
    width: 50%;
    padding: 0;
  }
  .page-block-venue .venue-columns .image-holder:before {
    display: none !important;
  }
  .page-block-venue .venue-columns .image-holder:after {
    display: none !important;
  }
  .page-block-venue.page-block-venue-image-on-left .venue-columns article {
    padding: 0 32px 0 64px;
  }
  .page-block-venue.page-block-venue-image-on-left .venue-columns .image-holder {
    padding: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-venue .venue-columns {
    display: block;
  }
  .page-block-venue .venue-columns article {
    width: auto;
    display: block;
    padding: 0 0 64px 0;
    margin: 0px !important;
  }
  .page-block-venue .venue-columns article .button {
    margin-top: 6px;
  }
  .page-block-venue .venue-columns .image-holder {
    width: auto;
    display: block;
    margin: 0 -16px 15px -16px;
  }
  .page-block-venue.page-block-venue-image-on-left .venue-columns article {
    padding: 0 0 64px 0;
  }
}
.page-block-columns .columns {
  margin: 0 -16px -32px -16px;
}
.page-block-columns .columns section {
  float: left;
  padding: 0 16px;
}
.page-block-columns .columns article h4,
.page-block-columns .columns article h5 {
  margin: 0 0 17px 0;
}
.page-block-columns .columns article p {
  font-size: 16px;
  line-height: 28px;
}
.page-block-columns .columns article p.capacity-text {
  font-size: 18px;
}
.page-block-columns .columns article small,
.page-block-columns .columns article h6 {
  font-size: 12px;
  line-height: 16px;
  color: #585858;
  font-weight: normal;
  padding: 0px;
}
.page-block-columns.page-block-two-columns .container {
  padding: 0 210px;
}
.page-block-columns.page-block-two-columns .columns section {
  width: 50%;
}
.page-block-columns.page-block-three-columns .columns section {
  width: 33.33%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-columns.page-block-two-columns .container {
    padding: 0 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-columns.page-block-two-columns .container {
    padding: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-columns.page-block-two-columns .columns section {
    width: auto;
    float: none;
    padding-top: 10px;
  }
  .page-block-columns.page-block-three-columns .columns section {
    width: auto;
    float: none;
    padding-top: 10px;
  }
}
.page-block-quote {
  background: url(../images/quote-left-bottom.svg) no-repeat left bottom #22254F;
  position: relative;
  margin: 0 0 1px 0;
}
.page-block-quote:before {
  background: url(../images/quote-right.svg) no-repeat;
  width: 238px;
  height: 438px;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
  position: absolute;
}
.page-block-quote .container {
  position: relative;
  z-index: 1;
  padding: 140px 160px 140px 128px;
}
.page-block-quote .container blockquote {
  padding: 0 0 0 142px;
  background: url(../images/quote.svg) no-repeat left top;
}
.page-block-quote .container blockquote p {
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  font-style: italic;
  margin: 0 0 20px 0;
}
.page-block-quote .container blockquote cite {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-quote {
    background-image: url(../images/mobile-quote-left-bottom.svg);
  }
  .page-block-quote:before {
    width: 125px;
    height: 116px;
    background-image: url(../images/mobile-quote-right.svg);
  }
  .page-block-quote .container {
    padding: 80px 110px 90px 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote .container {
    padding: 80px 0 90px 0;
  }
  .page-block-quote .container blockquote {
    padding: 67px 0 0 0;
    background-size: 53px auto;
  }
  .page-block-quote .container blockquote p {
    margin: 0 0 16px 0;
  }
}
.page-block-image-slider {
  position: relative;
  overflow: hidden;
}
.page-block-image-slider .slides {
  position: relative;
}
.page-block-image-slider .slides .slide {
  position: relative;
  float: left;
}
.page-block-image-slider .slides .slide img {
  width: 100%;
  height: auto;
  display: block;
}

@media all and (min-width: 1024px) {
  .page-block-image-slider .slides .slide img {
    display: block;
  }
  .page-block-image-slider .slides .slick-dots {
    display: none !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .page-block-image-slider .slides .slick-arrow {
    z-index: 20;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 1px;
    position: absolute;
    bottom: 64px;
    left: 50%;
    background: #FFF;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
    color: #4D9FA3;
    overflow: hidden;
    display: block;
  }
  .page-block-image-slider .slides .slick-arrow svg {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
  .page-block-image-slider .slides .slick-arrow span {
    position: absolute;
    left: -9999px;
  }
  .page-block-image-slider .slides .slick-arrow.slick-prev {
    margin-left: -625px;
  }
  .page-block-image-slider .slides .slick-arrow.slick-next {
    margin-left: -565px;
  }
  .page-block-image-slider .slides .slick-arrow:hover {
    color: #FFF;
    background: #4D9FA3;
  }
  .page-block-image-slider .slides .slick-arrow:focus {
    color: #FFF;
    background: #4D9FA3;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image-slider .slides .slick-arrow.slick-prev {
    left: 32px;
    margin: 0px;
  }
  .page-block-image-slider .slides .slick-arrow.slick-next {
    left: 92px;
    margin: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-slider .slides .slide {
    padding: 0 0 25px 0;
    background: none !important;
  }
  .page-block-image-slider .slides .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 4px 0 0 0;
  }
  .page-block-image-slider .slides .slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  .page-block-image-slider .slides .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #A2A2A2;
    background: #FFF;
  }
  .page-block-image-slider .slides .slick-dots li.slick-active button {
    border: 1px solid #4D9FA3;
    background: #4D9FA3;
  }
  .page-block-image-slider .slides .slick-arrow {
    z-index: 20;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 1px;
    position: absolute;
    bottom: 0px;
    left: 16px;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-block-image-slider .slides .slick-arrow.slick-prev {
    left: 16px;
  }
  .page-block-image-slider .slides .slick-arrow.slick-next {
    right: 16px;
    left: auto;
  }
  .page-block-image-slider .slides .slick-arrow svg {
    width: 14px;
    height: 14px;
  }
  .page-block-image-slider .slides .slick-arrow span {
    position: absolute;
    left: -9999px;
  }
  .page-block-image-slider.page-block-image-slider-1 .slides .slide {
    padding-bottom: 0px;
  }
}
.page-block-intro .container article {
  text-align: center;
  padding: 0 210px;
  margin: 0px;
}
.page-block-intro .container h1,
.page-block-intro .container h2,
.page-block-intro .container h3,
.page-block-intro .container h4,
.page-block-intro .container h5 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  margin: 0px;
}
.page-block-intro.page-block-intro-has-supporting .container article {
  text-align: left;
  padding: 0;
}
.page-block-intro.page-block-intro-has-supporting .container .page-intro {
  display: flex;
}
.page-block-intro.page-block-intro-has-supporting .container .page-intro .page-intro-left {
  width: 67%;
  padding: 0 107px 0 0;
}
.page-block-intro.page-block-intro-has-supporting .container .page-intro .page-intro-right {
  width: 33%;
  vertical-align: bottom;
  align-self: flex-end;
  margin-bottom: -6px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-intro .container article {
    padding: 0 110px;
  }
  .page-block-intro.page-block-intro-has-supporting .container article {
    padding: 0px;
  }
  .page-block-intro.page-block-intro-has-supporting .container .page-intro {
    display: block;
  }
  .page-block-intro.page-block-intro-has-supporting .container .page-intro .page-intro-left {
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-intro.page-block-intro-has-supporting .container .page-intro .page-intro-right {
    width: auto;
    margin: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-intro .container article {
    padding: 0px;
  }
  .page-block-intro .container h1,
.page-block-intro .container h2,
.page-block-intro .container h3,
.page-block-intro .container h4,
.page-block-intro .container h5 {
    font-size: 32px;
    line-height: 43px;
  }
  .page-block-intro.page-block-intro-has-supporting .container article {
    padding: 0px;
  }
  .page-block-intro.page-block-intro-has-supporting .container .page-intro {
    display: block;
  }
  .page-block-intro.page-block-intro-has-supporting .container .page-intro .page-intro-left {
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-intro.page-block-intro-has-supporting .container .page-intro .page-intro-right {
    width: auto;
    margin: 0px;
  }
}
.accordion {
  margin: 0 210px;
  border-top: 1px solid #E7E7E7;
}
.accordion section {
  border-bottom: 1px solid #E7E7E7;
}
.accordion section header {
  padding: 23px 64px 23px 0;
  cursor: pointer;
  position: relative;
}
.accordion section header:before {
  width: 16px;
  height: 16px;
  background: url(../images/accordion-plus.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 32px;
  margin: -8px 0 0 0;
  content: "";
  display: block;
}
.accordion section header h4 {
  font-size: 20px;
  line-height: 32px;
  color: #22254F;
  font-weight: bold;
}
.accordion section header .open-accordion-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.accordion section header:focus-within h4 {
  color: #4D9FA3;
}
.accordion section header:hover h4 {
  color: #4D9FA3;
}
.accordion section article {
  padding: 0 0 16px 0;
  display: none;
  margin: 0px;
}
.accordion section article h4,
.accordion section article h5,
.accordion section article h6 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.accordion section.active {
  border-bottom: 1px solid #4D9FA3;
}
.accordion section.active header {
  border-top: 1px solid #4D9FA3;
  margin-top: -1px;
}
.accordion section.active header:before {
  background: url(../images/accordion-minus.svg) no-repeat center center;
}
.accordion section.active header h4 {
  color: #4D9FA3;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .accordion {
    margin: 0 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .accordion {
    margin: 0px;
  }
  .accordion section header {
    padding: 11px 32px 11px 0;
  }
  .accordion section header h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .accordion section header:before {
    right: 14px;
  }
  .accordion section article {
    padding-bottom: 0px;
  }
}
.page-block-video {
  position: relative;
  z-index: 10;
}
.page-block-video .container {
  padding: 0 210px;
}
.page-block-video .video-link {
  position: relative;
  display: block;
  background: #FFFFFF;
  overflow: hidden;
  margin: 0 0 16px 0;
}
.page-block-video .video-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
.page-block-video .video-link .video-play {
  z-index: 2;
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/video-icon.svg) no-repeat;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -38px;
  transition: 0.3s ease-in-out;
}
.page-block-video .video-link:hover .video-play, .page-block-video .video-link:active .video-play, .page-block-video .video-link:focus .video-play {
  opacity: 0.8;
  transform: scale(1.2);
}
.page-block-video h6 {
  font-size: 20px;
  line-height: 28px;
  color: #22254F;
  margin: 0 0 1px 0;
  font-weight: bold;
}
.page-block-video p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

body .mfp-iframe-holder .mfp-close {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  width: auto;
  margin-bottom: 10px;
  display: block;
  float: right;
  font-weight: bold;
  opacity: 1;
  padding: 0 0 0 24px;
  right: 0px;
  top: -64px;
  background: url(../images/close-video.svg) no-repeat left center;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-video .container {
    padding: 0 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-video .container {
    padding: 0px;
  }
  .page-block-video .container .video-link {
    margin: 0 -16px 25px -16px;
  }
}
.page-block-image {
  position: relative;
  z-index: 10;
}
.page-block-image .container {
  padding: 0 210px;
}
.page-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-block-image p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 16px 0 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0px;
  }
  .page-block-image .container img {
    margin: 0 -16px 0px -16px;
    width: calc(100% + 32px);
    max-width: none;
  }
}
.page-block-rooms-price-table {
  background: #22254F;
  padding: 120px 0 95px 0;
}
.page-block-rooms-price-table .container {
  padding: 0 210px;
}
.page-block-rooms-price-table .container .price-table-header {
  position: absolute;
  left: 210px;
  top: 25px;
}
.page-block-rooms-price-table .container .price-table-header h3 {
  font-size: 39px;
  line-height: 42px;
  color: #FFF;
  margin: 0px;
  font-weight: bold;
}
.page-block-rooms-price-table .container .price-table-header p {
  font-size: 17px;
  line-height: 28px;
  color: #D8ECED;
  margin: 0px;
}
.page-block-rooms-price-table .container .price-table-rows .price-table-cell-label {
  width: calc(100% - 237px - 237px);
}
.page-block-rooms-price-table .container .price-table-rows .price-table-cell-room {
  width: 205px;
  width: 237px;
  padding: 0 24px 0 8px;
  text-align: center;
}
.page-block-rooms-price-table .container .price-table-rows header {
  display: flex;
  align-items: center;
}
.page-block-rooms-price-table .container .price-table-rows header h4 {
  text-align: center;
  padding: 48px 16px 0 16px;
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  height: 121px;
  color: #FFF;
  background: url(../images/price-table-room.svg) no-repeat center top;
}
.page-block-rooms-price-table .container .price-table-rows header h4 span {
  font-size: 18px;
  display: block;
}
.page-block-rooms-price-table .container .price-table-rows footer {
  display: flex;
  align-items: center;
}
.page-block-rooms-price-table .container .price-table-rows footer .price-table-enquiry-button {
  width: 205px;
  display: block;
  padding: 17px 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #E0E0E5;
  border-top: none;
  border-radius: 0 0 2px 2px;
}
.page-block-rooms-price-table .container .price-table-rows footer .price-table-enquiry-button:hover {
  color: #FFF;
  background-color: #4D9FA3;
  border-color: #4D9FA3;
}
.page-block-rooms-price-table .container .price-table-rows footer .price-table-enquiry-button:active, .page-block-rooms-price-table .container .price-table-rows footer .price-table-enquiry-button:focus {
  background: #4D9FA3;
  border-color: #89C4C7;
}
.page-block-rooms-price-table .container .price-table-rows section {
  background: #E0E0E5;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.page-block-rooms-price-table .container .price-table-rows section .price-table-cell-label {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 24px;
}
.page-block-rooms-price-table .container .price-table-rows section .price-table-cell-room {
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}
.page-block-rooms-price-table .container .price-table-rows section .price-table-cell-room:before {
  height: 8px;
  display: block;
  width: 100%;
  content: "";
  position: absolute;
  left: -8px;
  top: 100%;
  background: url(../images/price-table-room.svg) no-repeat center center;
}
.page-block-rooms-price-table .container .price-table-rows section h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #22254F;
}
.page-block-rooms-price-table .container .price-table-rows section h5 span {
  font-size: 12px;
  padding: 0 0 0 8px;
  font-weight: 300;
}
.page-block-rooms-price-table .container .price-table-rows section p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #22254F;
}
.page-block-rooms-price-table .container .price-table-rows section p svg {
  position: relative;
  top: 4px;
}
.page-block-rooms-price-table .container .price-table-rows section.last-row {
  margin: 0px;
}
.page-block-rooms-price-table .container .price-table-rows section.last-row .price-table-cell-room:before {
  display: none;
}
.page-block-rooms-price-table .container .mobile-price-tables {
  display: none;
}
.page-block-rooms-price-table .container .mobile-price-tables .mobile-price-table {
  margin: 0 0 60px 0;
}
.page-block-rooms-price-table .container .mobile-price-tables h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 20px 0;
}
.page-block-rooms-price-table .container .mobile-price-tables section {
  background: #E0E0E5;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  margin: 0 0 8px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.page-block-rooms-price-table .container .mobile-price-tables section .price-table-cell-label {
  width: 70%;
  padding: 12px 20px;
}
.page-block-rooms-price-table .container .mobile-price-tables section .price-table-cell-label.price-table-cell-label-has-hours {
  padding-top: 4px;
  padding-bottom: 4px;
}
.page-block-rooms-price-table .container .mobile-price-tables section .price-table-cell-label.price-table-cell-label-has-hours h5 {
  line-height: 20px;
}
.page-block-rooms-price-table .container .mobile-price-tables section .price-table-cell-room {
  width: 30%;
  text-align: right;
  padding: 12px 20px;
}
.page-block-rooms-price-table .container .mobile-price-tables section h5 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #22254F;
}
.page-block-rooms-price-table .container .mobile-price-tables section h5 span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  display: block;
}
.page-block-rooms-price-table .container .mobile-price-tables section p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #22254F;
}
.page-block-rooms-price-table .container .mobile-price-tables section p svg {
  position: relative;
  top: 4px;
}
.page-block-rooms-price-table .container .mobile-price-tables .button {
  margin: 18px 0 0 0;
  display: block;
}
.page-block-rooms-price-table.page-block-rooms-price-table-single-room .container .price-table-rows .price-table-cell-label {
  width: calc(100% - 237px);
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-rooms-price-table .container {
    padding: 0 110px;
  }
  .page-block-rooms-price-table .container .price-table-header {
    left: 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-rooms-price-table .container {
    padding: 0;
  }
  .page-block-rooms-price-table .container .price-table-header {
    left: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-rooms-price-table {
    padding: 44px 0 64px 0;
  }
  .page-block-rooms-price-table .container {
    padding: 0;
  }
  .page-block-rooms-price-table .container .price-table-header {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 32px 0;
  }
  .page-block-rooms-price-table .container .price-table-rows {
    display: none;
  }
  .page-block-rooms-price-table .container .mobile-price-tables {
    display: block;
  }
}
.page-block-call-to-action-banner-in-page .container {
  padding: 0 210px;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action {
  background: #22254F;
  border-radius: 4px;
  overflow: hidden;
  padding: 72px 210px 80px 80px;
  position: relative;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action:before {
  background: url(../images/in-page-cta-left-bottom.svg) no-repeat left bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 59px;
  height: 92px;
  content: "";
  display: block;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action .call-to-action-image {
  position: absolute;
  width: 164px;
  height: 250px;
  background: none no-repeat center center;
  background-size: cover;
  display: block;
  bottom: 0px;
  right: 0px;
  border-radius: 0 0 4px 0;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action .call-to-action-image:before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background: url(../images/in-page-cta-image-mask.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  bottom: 0px;
  right: 0px;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action h4 {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action h5 {
  font-size: 32px;
  line-height: 48px;
  color: #FFF;
  font-weight: bold;
}
.page-block-call-to-action-banner-in-page .container .in-page-call-to-action .button {
  margin: 28px 0 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-call-to-action-banner-in-page .container {
    padding: 0 110px;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-call-to-action-banner-in-page .container {
    padding: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-call-to-action-banner-in-page .container {
    margin: 0px;
    padding: 0px;
  }
  .page-block-call-to-action-banner-in-page .container .in-page-call-to-action {
    padding: 72px 16px 90px 16px;
    border-radius: 0px;
  }
  .page-block-call-to-action-banner-in-page .container .in-page-call-to-action:before {
    background: url(../images/mobile-in-page-cta-left-bottom.svg) no-repeat left bottom;
    width: 61px;
    height: 75px;
  }
  .page-block-call-to-action-banner-in-page .container .in-page-call-to-action .call-to-action-image {
    width: 116px;
    height: 158px;
    border-radius: 0;
  }
  .page-block-call-to-action-banner-in-page .container .in-page-call-to-action h4 {
    font-size: 18px;
    line-height: 29px;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  .page-block-call-to-action-banner-in-page .container .in-page-call-to-action h5 {
    font-size: 32px;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
  }
  .page-block-call-to-action-banner-in-page .container .in-page-call-to-action .button {
    margin: 32px 0 0 0;
  }
}
.page-block-call-to-action-banner-fullwidth {
  background: #22254F;
  position: relative;
  margin: 0 0 1px 0;
}
.page-block-call-to-action-banner-fullwidth .full-width-call-to-action-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-call-to-action-banner-fullwidth .full-width-call-to-action-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.14);
  content: "";
  display: block;
}
.page-block-call-to-action-banner-fullwidth .full-width-call-to-action-image:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
}
.page-block-call-to-action-banner-fullwidth .full-width-call-to-action-left-back {
  position: absolute;
  background: url(../images/full-width-call-to-action-left-back.svg) no-repeat;
  left: 0px;
  bottom: 0px;
  width: 162px;
  height: 180px;
  z-index: 0;
}
.page-block-call-to-action-banner-fullwidth .full-width-call-to-action-right-back {
  position: absolute;
  background: url(../images/full-width-call-to-action-right-back.svg) no-repeat;
  right: 0px;
  bottom: 0px;
  width: 380px;
  height: 318px;
  z-index: 0;
}
.page-block-call-to-action-banner-fullwidth .container {
  z-index: 3;
  padding: 180px 210px;
}
.page-block-call-to-action-banner-fullwidth .container h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 14px 0;
  color: #FFF;
}
.page-block-call-to-action-banner-fullwidth .container h5 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #FFF;
}
.page-block-call-to-action-banner-fullwidth .container .button {
  margin: 40px 0 0 0;
}
.page-block-call-to-action-banner-fullwidth.page-block-call-to-action-banner-fullwidth-no-image .container {
  padding-top: 142px;
  padding-bottom: 142px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-call-to-action-banner-fullwidth .container {
    padding: 128px 110px;
  }
  .page-block-call-to-action-banner-fullwidth.page-block-call-to-action-banner-fullwidth-no-image .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-call-to-action-banner-fullwidth .container {
    padding: 90px 0px 128px 0;
  }
  .page-block-call-to-action-banner-fullwidth .container h4 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 12px 0;
  }
  .page-block-call-to-action-banner-fullwidth .container h5 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-block-call-to-action-banner-fullwidth .full-width-call-to-action-left-back {
    bottom: 0px;
    left: 0px;
    width: 59px;
    height: 92px;
    background-size: 100% 100%;
  }
  .page-block-call-to-action-banner-fullwidth .full-width-call-to-action-right-back {
    width: 164px;
    height: 250px;
    bottom: 0px;
    right: 0px;
    background-size: 100% 100%;
  }
  .page-block-call-to-action-banner-fullwidth.page-block-call-to-action-banner-fullwidth-no-image .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-block-full-width-background-image-and-content {
  background: #22254F;
  position: relative;
  margin: 0 0 1px 0;
  height: 750px;
}
.page-block-full-width-background-image-and-content .full-width-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-full-width-background-image-and-content .full-width-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.14);
  content: "";
  display: block;
}
.page-block-full-width-background-image-and-content .full-width-image:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
}
.page-block-full-width-background-image-and-content .container {
  z-index: 3;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 32px 0 32px;
}
.page-block-full-width-background-image-and-content .container article {
  padding: 0 0 0 40px;
  width: 43%;
  float: left;
}
.page-block-full-width-background-image-and-content .container article h1,
.page-block-full-width-background-image-and-content .container article h2,
.page-block-full-width-background-image-and-content .container article h3,
.page-block-full-width-background-image-and-content .container article h4,
.page-block-full-width-background-image-and-content .container article h5,
.page-block-full-width-background-image-and-content .container article h6,
.page-block-full-width-background-image-and-content .container article p {
  color: #FFF;
}
.page-block-full-width-background-image-and-content .container article h1 em,
.page-block-full-width-background-image-and-content .container article h2 em,
.page-block-full-width-background-image-and-content .container article h3 em,
.page-block-full-width-background-image-and-content .container article h4 em,
.page-block-full-width-background-image-and-content .container article h5 em,
.page-block-full-width-background-image-and-content .container article h6 em,
.page-block-full-width-background-image-and-content .container article p em {
  color: #FFF;
}
.page-block-full-width-background-image-and-content.content-on-right .container article {
  float: right;
}
.page-block-full-width-background-image-and-content.content-on-right .full-width-image:after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-full-width-background-image-and-content {
    height: auto;
  }
  .page-block-full-width-background-image-and-content .full-width-image:before {
    background: rgba(0, 0, 0, 0.52);
  }
  .page-block-full-width-background-image-and-content .full-width-image:after {
    display: none;
  }
  .page-block-full-width-background-image-and-content .container {
    padding: 0px;
    height: 600px;
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  .page-block-full-width-background-image-and-content .container article {
    padding: 0px;
    width: auto;
    position: absolute;
    bottom: 32px;
    margin-bottom: -26px;
    left: 0px;
  }
}
.page-block-full-width-video {
  background: #22254F;
  position: relative;
  height: 750px;
  overflow: hidden;
  margin: 0 0 1px 0;
  display: block;
}
.page-block-full-width-video .full-width-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-full-width-video .full-width-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.14);
  content: "";
  display: block;
}
.page-block-full-width-video .full-width-image:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
}
.page-block-full-width-video .container {
  z-index: 3;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 32px 0 32px;
}
.page-block-full-width-video .container article {
  position: relative;
  padding: 104px 0 0 40px;
  width: 43%;
  float: left;
}
.page-block-full-width-video .container article .video-play {
  z-index: 2;
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/video-icon.svg) no-repeat;
  top: 0px;
  left: 40px;
  transition: 0.3s ease-in-out;
}
.page-block-full-width-video .container article h1,
.page-block-full-width-video .container article h2,
.page-block-full-width-video .container article h3,
.page-block-full-width-video .container article h4,
.page-block-full-width-video .container article h5,
.page-block-full-width-video .container article h6,
.page-block-full-width-video .container article p {
  color: #FFF;
}
.page-block-full-width-video .container article h1 em,
.page-block-full-width-video .container article h2 em,
.page-block-full-width-video .container article h3 em,
.page-block-full-width-video .container article h4 em,
.page-block-full-width-video .container article h5 em,
.page-block-full-width-video .container article h6 em,
.page-block-full-width-video .container article p em {
  color: #FFF;
}
.page-block-full-width-video.content-on-right .container article {
  float: right;
}
.page-block-full-width-video.content-on-right .full-width-image:after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
}
.page-block-full-width-video:hover .full-width-image, .page-block-full-width-video:active .full-width-image, .page-block-full-width-video:focus .full-width-image {
  transform: scale(1.2);
}
.page-block-full-width-video:hover .container article .video-play, .page-block-full-width-video:active .container article .video-play, .page-block-full-width-video:focus .container article .video-play {
  opacity: 0.8;
  transform: scale(1.2);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-full-width-video {
    height: auto;
  }
  .page-block-full-width-video .full-width-image:before {
    background: rgba(0, 0, 0, 0.52);
  }
  .page-block-full-width-video .full-width-image:after {
    display: none;
  }
  .page-block-full-width-video .container {
    padding: 0px;
    height: 600px;
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  .page-block-full-width-video .container article {
    padding: 104px 0 0 0;
    width: auto;
    position: absolute;
    bottom: 32px;
    margin-bottom: -26px;
    left: 0px;
  }
  .page-block-full-width-video .container article .video-play {
    left: 0px;
  }
}
.page-block-qr {
  background: #22254F;
  padding: 96px 0 101px 0;
}
.page-block-qr .qr-and-content {
  display: flex;
  align-items: center;
}
.page-block-qr .qr-and-content article {
  width: 60%;
  padding: 0 0 0 32px;
  margin-bottom: -28px;
}
.page-block-qr .qr-and-content article h2,
.page-block-qr .qr-and-content article h3,
.page-block-qr .qr-and-content article h4,
.page-block-qr .qr-and-content article h5,
.page-block-qr .qr-and-content article h6 {
  padding-top: 0px;
  color: #FFF;
}
.page-block-qr .qr-and-content article p {
  color: #FFF;
}
.page-block-qr .qr-and-content article .button {
  margin-top: 10px;
}
.page-block-qr .qr-and-content .image-holder {
  width: 40%;
  position: relative;
  padding: 0 106px;
  text-align: center;
}
.page-block-qr .qr-and-content .image-holder .qr-image {
  border-radius: 4px;
  background: #FFF;
  padding: 34px;
  display: inline-block;
  margin: 0 auto;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-qr .qr-and-content article {
    padding: 0 0 0 64px;
  }
  .page-block-qr .qr-and-content .image-holder {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-qr {
    padding: 64px 0;
  }
  .page-block-qr .qr-and-content {
    display: block;
  }
  .page-block-qr .qr-and-content article {
    width: auto;
    padding: 0px;
  }
  .page-block-qr .qr-and-content .image-holder {
    padding: 0px;
    text-align: left;
    width: auto;
    margin: 0 0 32px 0;
  }
  .page-block-qr .qr-and-content .image-holder .qr-image {
    margin: 0px;
    padding: 17px;
  }
  .page-block-qr .qr-and-content .image-holder .qr-image img {
    width: 105px;
  }
}
.page-block-featured-slider {
  background: #22254F;
  padding: 126px 0 97px 0;
  overflow: hidden;
}
.page-block-featured-slider .featured-slider {
  position: relative;
}
.page-block-featured-slider .featured-slider h2 {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 24px 0;
  font-weight: bold;
  color: #FFF;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper {
  margin: 0 -16px;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section {
  float: left;
  padding: 0 16px 32px 16px;
  width: 33.33%;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card {
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  padding: 22px 24px 22px 128px;
  position: relative;
  min-height: 118px;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image {
  width: 96px;
  height: 106px;
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image .person-card-image-image {
  width: 92px;
  height: 102px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/person-card-image-placeholder.jpg) no-repeat center center;
  background-size: cover;
  display: block;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image:before {
  background: url(../images/person-card-image-mask.png) no-repeat left top;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card h4 {
  font-size: 24px;
  line-height: 28px;
  color: #22254F;
  margin: 0 0 18px 0;
  font-weight: bold;
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card a:hover, .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card a:active, .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card a:focus {
  color: #22254F;
}
@media all and (min-width: 1024px) {
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-dots {
    display: none !important;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow {
    z-index: 20;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 1px;
    position: absolute;
    top: 4px;
    right: 0px;
    background: #FFF;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
    color: #4D9FA3;
    overflow: hidden;
    display: block;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow svg {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow span {
    position: absolute;
    left: -9999px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow.slick-prev {
    right: 58px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow:hover {
    color: #FFF;
    background: #4D9FA3;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow:focus {
    color: #FFF;
    background: #4D9FA3;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 4px 0 0 0;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #A2A2A2;
    background: #FFF;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-dots li.slick-active button {
    border: 1px solid #4D9FA3;
    background: #4D9FA3;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow {
    z-index: 20;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 1px;
    position: absolute;
    bottom: 0px;
    left: 16px;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow.slick-prev {
    left: 0px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow.slick-next {
    right: -14px;
    left: auto;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow svg {
    width: 14px;
    height: 14px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper .slick-arrow span {
    position: absolute;
    left: -9999px;
  }
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-featured-slider .featured-slider .featured-slider-wrapper {
    margin: 0 -8px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section {
    padding: 0 8px 32px 8px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-featured-slider {
    padding: 55px 0;
  }
  .page-block-featured-slider .container {
    margin: 0 28px 0 16px;
  }
  .page-block-featured-slider .featured-slider h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px 0;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper {
    margin: 0 -6px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section {
    padding: 0 6px 32px 6px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card {
    padding: 18px 18px 22px 100px;
    min-height: 100px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image {
    top: 9px;
    left: 9px;
    width: 72px;
    height: 82px;
  }
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 9px 0;
  }
}
.page-block-map {
  height: 766px;
  background: #EEE;
  position: relative;
}
.page-block-map .map-holder {
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -50%;
  display: block;
}
.page-block-map .map-overlay {
  display: block;
  width: 564px;
  background: url(../images/map-overlay.svg) no-repeat center top;
  background-size: 100% auto;
  padding: 111px 64px 58px 64px;
  overflow: auto;
  position: absolute;
  left: 50%;
  margin: 0 0 0 62px;
  bottom: 0px;
  border-radius: 0 0 4px 4px;
}
.page-block-map .map-overlay h3 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.page-block-map .map-overlay p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 28px 0;
  text-align: center;
}
.page-block-map .map-overlay .google-maps-link {
  margin: 0 auto 56px auto;
  text-align: center;
  padding-left: 34px;
  display: inline-block;
}
.page-block-map .map-overlay .accordion {
  text-align: left;
  margin: 0px;
}
.page-block-map .map-overlay .accordion article {
  padding: 0px;
}
.page-block-map .map-overlay .accordion article p {
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

@media all and (max-width: 1320px) and (min-width: 0px) {
  .page-block-map .map-overlay {
    width: 50%;
    left: 50%;
    margin: 0 0 0 -32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-map {
    height: auto;
  }
  .page-block-map .map-holder {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    height: 407px;
  }
  .page-block-map .map-overlay {
    background: none #FFF;
    padding: 20px 16px 71px 16px;
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
    display: block;
    text-align: left;
    margin: 0px;
  }
  .page-block-map .map-overlay h3 {
    text-align: left;
    font-size: 32px;
    line-height: 60px;
  }
  .page-block-map .map-overlay p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
  .page-block-map .map-overlay .google-maps-link {
    text-align: left;
    margin: 0 0 24px 0;
  }
}
.page-block-call-to-action-links {
  overflow: hidden;
}
.page-block-call-to-action-links h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px 0;
  font-weight: bold;
  color: #22254F;
  text-align: center;
}
.page-block-call-to-action-links h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #22254F;
  text-align: center;
  margin: 0 0 68px 0;
}
.page-block-call-to-action-links .call-to-action-links {
  margin: 0 -16px 0 -16px;
}
.page-block-call-to-action-links .call-to-action-links section {
  padding: 0 16px 32px 16px;
  float: left;
  width: 25%;
}
.page-block-call-to-action-links .call-to-action-links section a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 2px 2px;
}
.page-block-call-to-action-links .call-to-action-links section a .call-to-action-link-image {
  position: relative;
  display: block;
  height: 0px;
  padding-top: 112%;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-call-to-action-links .call-to-action-links section a .call-to-action-link-image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.34);
}
.page-block-call-to-action-links .call-to-action-links section a .call-to-action-link-image-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: url(../images/cta-link-image-mask.png) no-repeat left top;
  background-size: 100% 100%;
}
.page-block-call-to-action-links .call-to-action-links section a h4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-weight: bold;
  z-index: 3;
  color: #FFF;
  text-align: center;
  padding: 0 32px 49px 32px;
  color: #FFF;
  font-size: 32px;
  line-height: 39px;
}
.page-block-call-to-action-links .call-to-action-links section a:hover .call-to-action-link-image, .page-block-call-to-action-links .call-to-action-links section a:active .call-to-action-link-image, .page-block-call-to-action-links .call-to-action-links section a:focus .call-to-action-link-image {
  transform: scale(1.2);
}
.page-block-call-to-action-links .call-to-action-links .slick-dots {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 4px 0 0 0;
}
.page-block-call-to-action-links .call-to-action-links .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.page-block-call-to-action-links .call-to-action-links .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #A2A2A2;
  background: #FFF;
}
.page-block-call-to-action-links .call-to-action-links .slick-dots li.slick-active button {
  border: 1px solid #4D9FA3;
  background: #4D9FA3;
}
.page-block-call-to-action-links .call-to-action-links .slick-arrow {
  z-index: 20;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  font-size: 1px;
  position: absolute;
  bottom: 0px;
  left: 16px;
  width: 16px;
  height: 16px;
  display: block;
}
.page-block-call-to-action-links .call-to-action-links .slick-arrow.slick-prev {
  left: 0px;
}
.page-block-call-to-action-links .call-to-action-links .slick-arrow.slick-next {
  right: -26px;
  left: auto;
}
.page-block-call-to-action-links .call-to-action-links .slick-arrow svg {
  width: 14px;
  height: 14px;
}
.page-block-call-to-action-links .call-to-action-links .slick-arrow span {
  position: absolute;
  left: -9999px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-call-to-action-links .call-to-action-links {
    margin: 0 -8px;
  }
  .page-block-call-to-action-links .call-to-action-links section {
    padding: 0 8px 32px 8px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-call-to-action-links h3 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 15px 24px;
  }
  .page-block-call-to-action-links h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 42px 24px;
  }
  .page-block-call-to-action-links .container {
    margin: 0 40px 0 16px;
  }
  .page-block-call-to-action-links .call-to-action-links {
    margin: 0 -6px;
  }
  .page-block-call-to-action-links .call-to-action-links section {
    padding: 0 6px 32px 6px;
  }
  .page-block-call-to-action-links .call-to-action-links section a h4 {
    font-size: 32px;
    line-height: 39px;
    padding: 0 12px 46px 12px;
  }
}
#home-banner {
  position: relative;
}
#home-banner .home-banner-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
}
#home-banner .home-banner-background:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.34);
  z-index: 2;
}
#home-banner .home-banner-background:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  content: "";
  z-index: 3;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 99%);
}
#home-banner .home-banner-background-mobile {
  display: none;
  z-index: 1;
}
#home-banner .home-banner-video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#home-banner .home-banner-video video {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-banner .container {
  height: 100vh;
  z-index: 9;
}
#home-banner .container .home-banner-content {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 550px;
}
#home-banner .container .home-banner-content h1 {
  color: #FFF;
  font-size: 82px;
  line-height: 76px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  margin: 0 0 44px 0;
  text-transform: uppercase;
  text-align: center;
}
#home-banner .container .home-banner-content h1 span {
  font-size: 32px;
  display: block;
  line-height: 40px;
  margin: 0 0 9px 0;
}
#home-banner .container .home-banner-content ul {
  text-align: center;
  margin: 0 -8px;
}
#home-banner .container .home-banner-content ul li {
  padding: 0 8px 16px 8px;
  display: inline-block;
  vertical-align: top;
}
#home-banner .home-banner-social {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 10;
}
#home-banner .home-banner-social a {
  color: #FFF;
  display: inline-block;
  margin: 0 20px 0 0;
  display: inline-block;
}
#home-banner .home-banner-social a svg {
  display: block;
}
#home-banner .home-banner-social a:hover {
  opacity: 0.8;
}
#home-banner .home-banner-social a:focus, #home-banner .home-banner-social a:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#home-banner .home-banner-button {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 10;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  #home-banner .home-banner-background-mobile {
    display: block;
  }
  #home-banner .container .home-banner-content {
    width: auto;
    left: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #home-banner .container .home-banner-content h1 {
    margin: 0 40px 28px 40px;
    font-size: 64px;
    line-height: 62px;
  }
  #home-banner .container .home-banner-content h1 span {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 2px 0;
  }
  #home-banner .container .home-banner-content ul {
    margin: 0 -4px;
  }
  #home-banner .container .home-banner-content ul li {
    padding: 0 3px 8px 3px;
  }
  #home-banner .container .home-banner-content ul li a {
    font-size: 14px;
    line-height: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }
  #home-banner .home-banner-social {
    bottom: 28px;
    left: 16px;
  }
  #home-banner .home-banner-button {
    right: 16px;
    bottom: 16px;
  }
  #home-banner .home-banner-button .button {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  #home-banner .home-banner-social a {
    margin: 0 5px 0 0;
  }
}
body.page-template-page-hire-the-halls #site-header {
  box-shadow: none;
}

#hire-the-halls .container {
  padding: 215px 114px 90px 114px;
}
#hire-the-halls .container h1 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2.67px;
  color: #585858;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  margin: 0 0 19px 0;
  text-transform: uppercase;
}
#hire-the-halls .container h2 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #22254F;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  margin: 0 0 26px 0;
  text-transform: uppercase;
  max-width: 875px;
}
#hire-the-halls .container p {
  font-size: 18px;
  line-height: 28px;
}
#hire-the-halls .hire-the-halls-links section {
  width: 25%;
  float: left;
}
#hire-the-halls .hire-the-halls-links section a {
  display: block;
  height: 582px;
  overflow: hidden;
  position: relative;
}
#hire-the-halls .hire-the-halls-links section a .hire-the-halls-link-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
#hire-the-halls .hire-the-halls-links section a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.34);
}
#hire-the-halls .hire-the-halls-links section a h3 {
  position: absolute;
  bottom: 60px;
  text-align: center;
  padding: 0 12px;
  color: #FFF;
  width: 100%;
  z-index: 2;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  display: block;
}
#hire-the-halls .hire-the-halls-links section a:hover .hire-the-halls-link-image, #hire-the-halls .hire-the-halls-links section a:active .hire-the-halls-link-image, #hire-the-halls .hire-the-halls-links section a:focus .hire-the-halls-link-image {
  transform: scale(1.2);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #hire-the-halls .hire-the-halls-links section a h3 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #hire-the-halls .container {
    padding: 136px 0 58px 0;
  }
  #hire-the-halls .container h1 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2.22px;
    margin: 0 0 10px 0;
  }
  #hire-the-halls .container h2 {
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 24px 0;
  }
  #hire-the-halls .hire-the-halls-links section {
    width: auto;
    float: none;
    margin: 0 0 2px 0;
  }
  #hire-the-halls .hire-the-halls-links section a {
    height: 128px;
  }
  #hire-the-halls .hire-the-halls-links section a:after {
    z-index: 3;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/hire-halls-arrow.svg) no-repeat right center;
    top: 50%;
    margin: -7px 0 0 0;
    right: 34px;
    content: "";
    position: absolute;
  }
  #hire-the-halls .hire-the-halls-links section a h3 {
    text-align: left;
    font-size: 32px;
    line-height: 39px;
    position: absolute;
    top: 50%;
    left: 0px;
    padding: 0 60px 0 16px;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#four-oh-four {
  background: url(../images/404-back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#four-oh-four:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  z-index: 1;
}
#four-oh-four:after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  z-index: 2;
}
#four-oh-four .container {
  z-index: 3;
  height: 100vh;
}
#four-oh-four .container .four-oh-four-content {
  position: absolute;
  bottom: 96px;
}
#four-oh-four .container .four-oh-four-content h1 {
  font-size: 32px;
  line-height: 32px;
  color: #FFF;
  font-weight: normal;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
#four-oh-four .container .four-oh-four-content h2 {
  padding: 0;
  font-size: 82px;
  line-height: 76px;
  color: #FFF;
  font-weight: normal;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  margin: 0 0 22px 0;
  text-transform: uppercase;
}
#four-oh-four .container .four-oh-four-content p {
  color: #FFF;
  font-size: 20px;
  max-width: 820px;
  line-height: 28px;
  margin: 0 0 41px 0;
}
#four-oh-four .container .four-oh-four-content .button {
  margin: 0 16px 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #four-oh-four .container .four-oh-four-content {
    bottom: 16px;
  }
}
.page-block-contact {
  padding: 116px 0 128px 0;
}
.page-block-contact .container {
  max-width: 821px;
}
.page-block-contact header h2 {
  font-size: 20px;
  line-height: 32px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.page-block-contact header h3 {
  font-size: 40px;
  line-height: 48px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.page-block-contact .contact-form-toggle {
  margin: 0 0 47px 0;
}
.page-block-contact .contact-form-toggle ul li {
  float: left;
  display: block;
}
.page-block-contact .contact-form-toggle ul li:nth-child(1n) a {
  border-radius: 2px 0 0 2px;
}
.page-block-contact .contact-form-toggle ul li:nth-child(2n) {
  margin-left: -2px;
}
.page-block-contact .contact-form-toggle ul li:nth-child(2n) a {
  border-radius: 0px;
}
.page-block-contact .contact-form-toggle ul li:nth-child(3n) {
  margin-left: -2px;
}
.page-block-contact .contact-form-toggle ul li:nth-child(3n) a {
  border-radius: 0 2px 2px 0;
}
.page-block-contact .contact-form-toggle ul li .button-bordered {
  border-color: #4D9FA3;
}
.page-block-contact .contact-forms .contact-form {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.page-block-contact .contact-forms .contact-form.active {
  position: relative;
  left: auto;
  visibility: visible;
}
.page-block-contact .contact-forms .contact-form article {
  margin: 0 0 28px 0;
}
.page-block-contact .contact-forms .contact-form article p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px 0;
}
.page-block-contact .contact-forms .contact-form .contact-details {
  margin-bottom: 68px;
}
.page-block-contact .contact-forms .contact-form .contact-details .contact-detail {
  color: #4D9FA3;
  font-weight: 500;
  font-size: 20px;
  padding: 0 0 0 32px;
  line-height: 28px;
}
.page-block-contact .contact-forms .contact-form .contact-details a:hover {
  color: #439094;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder .contact-form-holder-header {
  border-bottom: 1px solid #E0E0E5;
  padding: 16px 48px;
  font-size: 24px;
  line-height: 48px;
  font-weight: bold;
  color: #22254F;
  margin: 0px;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper {
  padding: 44px 48px 32px 48px;
  position: relative;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gform_footer {
  position: absolute;
  bottom: 32px;
  right: 48px;
  margin: 0px;
  padding: 0px;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gform_footer .button {
  margin: 0px;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  left: -32px;
  right: auto;
  top: 16px;
}
.page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gfield-gdpr {
  padding: 14px 0 0 0;
  margin: 0 0 14px 0;
}
.page-block-contact .contact-forms .contact-form .contact-form-success {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  position: relative;
  padding: 58px 195px 52px 64px;
}
.page-block-contact .contact-forms .contact-form .contact-form-success:before {
  position: absolute;
  top: 64px;
  right: 64px;
  content: "";
  display: block;
  background: url(../images/message-sent.svg) no-repeat;
  width: 81px;
  height: 48px;
}
.page-block-contact .contact-forms .contact-form .contact-form-success article {
  margin: 0 0 -35px 0;
}
.page-block-contact .contact-forms .contact-form .contact-form-success article h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  letter-spacing: 2.22px;
  text-transform: uppercase;
  color: #585858;
  margin: 0 0 1px 0;
}
.page-block-contact .contact-forms .contact-form .contact-form-success article h4 {
  font-size: 32px;
  line-height: 40px;
  padding: 0px;
  color: #22254F;
  margin: 0 0 27px 0;
}
.page-block-contact .contact-forms .contact-form .contact-form-success article p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 35px 0;
}
.page-block-contact .contact-forms .contact-form .contact-form-success article .button {
  margin: 0 12px 12px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-contact .container {
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-contact {
    padding: 56px 0 48px 0;
  }
  .page-block-contact .container {
    max-width: none;
    margin: 0 16px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-contact header h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 7px 0;
  }
  .page-block-contact header h3 {
    font-size: 32px;
    line-height: 39px;
    margin: 0 0 34px 0;
  }
  .page-block-contact .contact-form-toggle {
    margin: 0 0 45px 0;
  }
  .page-block-contact .contact-form-toggle ul li {
    margin: 0 8px 8px 0;
    display: inline-block;
    float: none;
  }
  .page-block-contact .contact-form-toggle ul li a {
    border-radius: 4px !important;
  }
  .page-block-contact .contact-forms .contact-form .contact-details {
    margin-bottom: 45px;
  }
  .page-block-contact .contact-forms .contact-form .contact-details .contact-detail-wrapper {
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
  .page-block-contact .contact-forms .contact-form .contact-details .contact-detail-wrapper .contact-detail {
    font-size: 16px;
    line-height: 28px;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-holder .contact-form-holder-header {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper {
    padding: 28px 24px 24px 24px;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gfield-gdpr {
    padding: 0px;
    margin: 0 0 24px 0;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gform_footer {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gform_footer .button {
    display: block;
    width: 100%;
    line-height: 22px !important;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-holder .gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    left: auto;
    right: 0px;
    top: -32px;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-success {
    padding: 81px 24px 32px 24px;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-success:before {
    right: auto;
    left: 24px;
    top: 32px;
    width: 54px;
    height: 32px;
    background-size: 54px auto;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-success article h5 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-success article h4 {
    font-size: 32px;
    line-height: 33px;
    margin: 0 0 16px 0;
  }
  .page-block-contact .contact-forms .contact-form .contact-form-success article p {
    margin: 0 0 22px 0;
  }
}
.page-block-contacts {
  padding: 128px 0 0 0;
  position: relative;
}
.page-block-contacts:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 322px;
  background: #E7E7E7;
  content: "";
  display: block;
}
.page-block-contacts .container {
  position: relative;
  z-index: 1;
}
.page-block-contacts .container h2 {
  font-size: 48px;
  line-height: 60px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 46px 0;
}
.page-block-contacts .container .contact-cards {
  margin: 0 -16px -32px -16px;
}
.page-block-contacts .container .contact-cards section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.page-block-contacts .container .contact-cards section:nth-child(3n+1) {
  clear: left;
}
.page-block-contacts .container .contact-cards section .contact-card {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  position: relative;
  min-height: 175px;
  padding: 25px 32px 21px 32px;
}
.page-block-contacts .container .contact-cards section .contact-card .contact-availability {
  float: right;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #585858;
}
.page-block-contacts .container .contact-cards section .contact-card h4 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.29px;
  color: #585858;
  text-transform: uppercase;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  margin: 0 0 3px 0;
}
.page-block-contacts .container .contact-cards section .contact-card h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  margin: 0 0 9px 0;
}
.page-block-contacts .container .contact-cards section .contact-card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #585858;
  margin: 0 0 2px 0;
}
.page-block-contacts .container .contact-cards section .contact-card p a:focus, .page-block-contacts .container .contact-cards section .contact-card p a:active {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}

@media all and (max-width: 1120px) and (min-width: 0px) {
  .page-block-contacts .container .contact-cards section {
    width: 50%;
  }
  .page-block-contacts .container .contact-cards section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-contacts .container .contact-cards section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-contacts {
    padding: 47px 0 0 0;
  }
  .page-block-contacts:before {
    height: 202px;
  }
  .page-block-contacts .container h2 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 18px 0;
  }
  .page-block-contacts .container .contact-cards {
    margin: 0 -8px -16px -8px;
  }
  .page-block-contacts .container .contact-cards section {
    padding: 0 8px 16px 8px;
    width: 50%;
  }
  .page-block-contacts .container .contact-cards section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-contacts .container .contact-cards section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-contacts .container .contact-cards section {
    width: auto;
    float: none;
  }
}
#events {
  padding-bottom: 96px;
}
#events .events-filter {
  padding: 40px 0;
}
#events .events-filter .events-filter-bar .events-filter-bar-right {
  float: right;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-sort-by {
  margin: 0 16px 0 0;
  float: left;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-sort-by .select-field {
  width: 125px;
  border-color: #737373;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-sort-by .select-field:focus-within {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button {
  float: left;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button {
  border-radius: 4px;
  padding: 12px 47px 14px 16px;
  line-height: 20px;
  display: block;
  height: 48px;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button svg {
  position: absolute;
  top: 14px;
  right: 14px;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button .filters-number {
  width: 24px;
  height: 24px;
  top: 50%;
  right: 11px;
  background: #D8ECED;
  border-radius: 100%;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #4D9FA3;
  position: absolute;
  display: none;
  margin: -12px 0 0 0;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button.active {
  background: #4D9FA3;
  border-color: #4D9FA3;
  color: #FFF;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button.active svg {
  display: none;
}
#events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button.active .filters-number {
  display: block;
}
#events .events-filter .events-filter-bar .events-filter-bar-left {
  float: left;
}
#events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories a {
  display: inline-block;
  margin: 0px;
  border: 2px solid #FFF;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 19px;
  color: #737373;
  font-weight: 500;
  vertical-align: top;
}
#events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories a.active {
  border-color: #4D9FA3;
  color: #4D9FA3;
}
#events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories a:hover {
  color: #4D9FA3;
}
#events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories a:active, #events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories a:focus {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
  color: #4D9FA3;
}
#events .events-filter .events-filters-additional {
  padding: 36px 0 0 0;
  margin: 0 -16px;
  display: none;
}
#events .events-filter .events-filters-additional.active {
  display: block;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 16px;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter .clear-filter {
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  top: 0px;
  right: 16px;
  display: none;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter label {
  font-size: 16px;
  line-height: 19px;
  display: block;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter .select-field {
  border-color: #737373;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter .select-field:focus-within {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter input[type=text] {
  border-color: #737373;
  background: transparent;
  z-index: 1;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter input[type=text]:focus {
  outline: 1px dotted #4D9FA3;
  outline-offset: 3px;
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter.events-filter-additional-filter-calendar:before {
  position: absolute;
  top: 54px;
  right: 38px;
  width: 10px;
  height: 6px;
  margin: -3px 0 0 0;
  background: url(../images/dropdown-arrow.svg) no-repeat;
  content: "";
}
#events .events-filter .events-filters-additional .events-filters-addditional-filter.active .clear-filter {
  display: block;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #events .events-filter .events-filter-bar .events-filter-bar-left {
    position: relative;
    padding: 20px 0 0 0;
    overflow: hidden;
    clear: both;
    float: none;
    margin: 0 -16px;
  }
  #events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories {
    display: flex;
    width: 100% !important;
    overflow: hidden;
    float: left;
    position: relative;
    overflow-x: auto !important;
    padding: 0 16px 0 16px;
  }
  #events .events-filter .events-filter-bar .events-filter-bar-left .events-filters-categories a {
    float: none;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 14px;
    flex-shrink: 0;
  }

  .events-filters-categories::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #FFF;
  }

  .events-filters-categories::-webkit-scrollbar-thumb {
    background-color: #FFF;
  }
}
@media all and (max-width: 850px) and (min-width: 0px) {
  #events .events-filter .events-filter-bar .events-filter-bar-left:before {
    position: absolute;
    right: 0px;
    width: 19px;
    height: 48px;
    top: 20px;
    background: url(../images/event-filters-off.svg) repeat-y center right;
    display: block;
    content: "";
    z-index: 10;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #events .events-filter {
    padding: 20px 0 24px 0;
  }
  #events .events-filter .events-filter-bar .events-filter-bar-right {
    float: none;
  }
  #events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-sort-by {
    width: calc(50% - 8px);
  }
  #events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-sort-by .select-field {
    width: 100%;
  }
  #events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button {
    width: calc(50% - 8px);
  }
  #events .events-filter .events-filter-bar .events-filter-bar-right .events-filter-bar-filters-button .button {
    text-align: left;
  }
  #events .events-filter .events-filters-additional {
    padding: 20px 0 0 0;
    margin: 0px;
  }
  #events .events-filter .events-filters-additional .events-filters-addditional-filter {
    float: none;
    width: auto;
    padding: 0 0 20px 0;
  }
  #events .events-filter .events-filters-additional .events-filters-addditional-filter.events-filter-additional-filter-calendar:before {
    top: 54px;
    right: 22px;
  }
}
.events-grid {
  margin: 0 -16px;
}
.events-grid section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.events-grid section:nth-child(3n+1) {
  clear: left;
}

.event-card {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  overflow: hidden;
}
.event-card .event-card-image {
  display: block;
  height: 0px;
  background: none no-repeat center center;
  background-size: cover;
  padding-top: 56%;
}
.event-card .event-card-details {
  display: block;
  padding: 19px 24px 26px 24px;
  height: 304px;
}
.event-card .event-card-details .event-card-types {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.29px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  color: #585858;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  display: block;
}
@media all and (min-width: 1280px) {
  .event-card .event-card-details .event-card-details-inner {
    height: 200px;
    display: block;
  }
}
.event-card .event-card-details h3 {
  font-size: 28px;
  line-height: 40px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 3px 0;
  max-height: 120px;
  overflow: hidden;
}
.event-card .event-card-details .event-card-date {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #585858;
  margin: 0 0 24px 0;
}
.event-card .event-card-details .button {
  margin: 0 15px 0 0;
}

.load-more {
  padding: 16px 0 0 0;
  text-align: center;
}

@media all and (max-width: 1184px) and (min-width: 0px) {
  .events-grid section {
    width: 50%;
  }
  .events-grid section:nth-child(3n+1) {
    clear: none;
  }
  .events-grid section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #events {
    padding-bottom: 48px;
  }

  .events-grid section {
    width: auto;
    float: none;
    padding: 0 16px 16px 16px;
  }

  .event-card .event-card-image {
    padding-top: 56%;
  }
  .event-card .event-card-details {
    display: block;
    height: auto;
    padding: 17px 24px 28px 24px;
  }
  .event-card .event-card-details h3 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 1px 0;
    height: auto;
  }
  .event-card .event-card-details .event-card-date {
    font-size: 14px;
  }
  .event-card .event-card-details .button {
    margin: 0 12px 0 0;
  }

  .load-more {
    padding: 16px 0 0 0;
  }
}
#event_calendar_dates {
  display: none;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 3px;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.11), 0 0 0.25rem rgba(18, 25, 97, 0.0405344);
  color: #607382;
  font-size: 0.8125rem;
  font-weight: var(--gform-theme-font-weight-medium);
  margin-top: 5px;
  max-width: 400px;
  padding: 18px 15px;
  width: auto;
}

.ui-datepicker table, .ui-datepicker td, .ui-datepicker th, .ui-datepicker thead, .ui-datepicker tr {
  background: 0 0;
  border: 0;
  margin: 0;
}

.ui-datepicker td, .ui-datepicker th {
  padding: 5px;
  text-shadow: none;
  text-transform: none;
}

.ui-datepicker .ui-datepicker-header {
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  align-items: center;
  background: 0 0;
  border: 0;
  color: #607382;
  cursor: pointer;
  display: flex;
  font-family: gform-icons-theme !important;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  speak: never;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 30px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  color: #2f4054;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  border: 0;
  height: auto;
  position: static;
  transform: none;
  width: auto;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: "";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "";
}

.ui-datepicker .ui-datepicker-header select {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url(../../../images/theme/down-arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #585e6a;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--gform-theme-font-weight-medium);
  height: auto;
  min-height: 0;
  padding: 0 22px 0 0;
  width: auto;
}

.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 20px;
  -moz-text-align-last: right;
  text-align-last: right;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar a, .ui-datepicker .ui-datepicker-calendar span {
  font-weight: var(--gform-theme-font-weight-normal);
}

.ui-datepicker .ui-datepicker-calendar th span {
  align-items: center;
  color: #2f4054;
  display: flex;
  font-size: 0.8125rem;
  font-weight: var(--gform-theme-font-weight-medium);
  height: 40px;
  justify-content: center;
  width: 40px;
  margin: 0 auto;
}

.ui-datepicker .ui-datepicker-calendar td {
  font-size: 0.8125rem;
  height: 50px;
  width: 50px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #2f4054;
  display: flex;
  height: 40px;
  margin: 0 auto;
  justify-content: center;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 40px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: 0 0;
  border-color: #607382;
  outline: 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:active {
  background: #f2f3f5;
  border-color: #607382;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #607382;
  border-color: #607382;
  box-shadow: 0 0.125rem 0.125rem rgba(58, 58, 87, 0.0596411);
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
  border-color: #607382;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: 0 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  box-shadow: 0 0.125rem 0.125rem rgba(58, 58, 87, 0.0596411);
  color: #686e77;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}

@media (max-width: 640px) {
  .ui-datepicker {
    max-width: 343px;
  }

  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 10px;
  }

  .ui-datepicker td, .ui-datepicker th {
    padding: 3px;
    text-align: center;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    height: 20px;
    width: 20px;
    margin: 0 auto;
  }

  .ui-datepicker .ui-datepicker-calendar td {
    height: 30px;
    width: 30px;
  }

  .ui-datepicker .ui-datepicker-calendar .ui-state-default {
    height: 20px;
    width: 20px;
  }

  .ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    height: 20px;
    width: 20px;
  }
}
html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  right: auto !important;
}

.gform-datepicker-placeholder {
  display: none;
}

.gform-theme-datepicker .ui-datepicker-calendar td.highlight .ui-state-default {
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.06);
  color: #686e77;
  width: 40px;
  height: 40px;
}

body.page-template-page-events #page-banner .container {
  height: 555px;
}
body.page-template-page-events #page-banner .container .banner-text {
  bottom: 71px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  body.page-template-page-events #page-banner .container .banner-text {
    bottom: 42px;
  }
}
.event-detail {
  padding: 0 0 0 34px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #585858;
  margin: 0 0 12px 0;
}
.event-detail svg {
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#event-details-bar {
  background: #22254F;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  height: 92px;
}
#event-details-bar .container {
  padding: 0 32px;
  width: auto;
  max-width: 1440px;
}
#event-details-bar .event-details-left {
  float: left;
  padding: 12px 0;
}
#event-details-bar .event-details-left .event-detail {
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
#event-details-bar .event-details-right {
  float: right;
}
#event-details-bar .event-details-right .share-item {
  float: left;
  display: block;
  margin: 14px 20px 0 0;
}
#event-details-bar .event-details-right .show-details-button {
  display: none;
}
#event-details-bar .event-details-right .show-details-button svg {
  vertical-align: middle;
  margin: 0 0 0 11px;
  position: relative;
  top: -2px;
}

body.single-event #main-content {
  padding-top: 192px;
}

@media all and (max-width: 1024px) and (min-width: 0px) {
  body.single-event #main-content {
    padding-top: 72px;
  }
}
body.fixed-header.single-event #event-details-bar {
  position: fixed;
}

#fixed-event-details-bar-placeholder {
  height: 92px;
}

@media all and (max-width: 1280px) and (min-width: 1024px) {
  #event-details-bar .container {
    padding: 0 20px;
    margin: 0px;
    width: auto;
  }
  #event-details-bar .event-details-left {
    margin-right: -18px;
  }
  #event-details-bar .event-details-left .event-detail {
    margin: 0 14px 0 0;
    font-size: 13px;
    padding-left: 30px;
  }
  #event-details-bar .event-details-right .share-item {
    margin-right: 20px;
  }
  #event-details-bar .event-details-right .button {
    font-size: 15px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .event-details-bar-placeholder {
    display: none;
  }

  body.single-event {
    padding-bottom: 48px;
  }

  #event-details-bar {
    padding: 0px;
    height: auto;
    top: 72px;
  }
  #event-details-bar .container {
    margin: 0px;
    padding: 0px;
  }
  #event-details-bar .event-details-left {
    display: none;
    float: none;
    padding: 36px 16px 24px 16px;
  }
  #event-details-bar .event-details-left .event-detail {
    display: block;
    margin: 0 0 12px 0;
  }
  #event-details-bar .event-details-right {
    float: none;
  }
  #event-details-bar .event-details-right .share-item {
    display: none;
  }
  #event-details-bar .event-details-right .button {
    display: block;
    float: left;
    width: 55%;
    line-height: 48px;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    padding: 0px;
  }
  #event-details-bar .event-details-right .button.show-details-button {
    width: 45%;
    text-align: left;
    padding: 0 0 0 16px;
    background: #22254F;
    border-color: #22254F;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  #event-details-bar .event-details-right .button {
    width: 65%;
  }

  #event-details-bar .event-details-right .button.show-details-button {
    width: 35%;
  }
}
#event-banner {
  position: relative;
}
#event-banner .event-banner-images {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  z-index: 2;
}
#event-banner .event-banner-images .image-slider {
  position: relative;
}
#event-banner .event-banner-images .image-slider .slide {
  height: 517px;
  background: none no-repeat center center;
  background-size: cover;
  float: left;
}
#event-banner .event-banner-images .image-slider .slide img {
  display: none;
}
#event-banner .event-banner-images .image-slider .slick-dots {
  display: none !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#event-banner .event-banner-images .image-slider .slick-arrow {
  z-index: 20;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  font-size: 1px;
  position: absolute;
  bottom: 64px;
  left: 50%;
  background: #FFF;
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  color: #4D9FA3;
  overflow: hidden;
  display: block;
}
#event-banner .event-banner-images .image-slider .slick-arrow svg {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
#event-banner .event-banner-images .image-slider .slick-arrow span {
  position: absolute;
  left: -9999px;
}
#event-banner .event-banner-images .image-slider .slick-arrow.slick-prev {
  margin-left: -625px;
}
#event-banner .event-banner-images .image-slider .slick-arrow.slick-next {
  margin-left: -565px;
}
#event-banner .event-banner-images .image-slider .slick-arrow:hover {
  color: #FFF;
  background: #4D9FA3;
}
#event-banner .event-banner-images .image-slider .slick-arrow:focus {
  color: #FFF;
  background: #4D9FA3;
}
#event-banner .container {
  z-index: 1;
  height: 517px;
}
#event-banner .container .event-banner-left {
  width: 43%;
  position: relative;
  top: 50%;
  left: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#event-banner .container .event-banner-left h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2.67px;
  color: #585858;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
#event-banner .container .event-banner-left h1 {
  font-size: 56px;
  line-height: 64px;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 41px 0;
  color: #22254F;
}
#event-banner .container .event-banner-left .event-details {
  margin: 0 -34px;
}
#event-banner .container .event-banner-left .event-details .event-detail {
  display: inline-block;
  margin: 0 34px;
}
#event-banner .container .event-banner-left .event-details .event-detail-duration {
  display: none;
}
#event-banner .container .event-banner-left .event-details .event-detail-price {
  display: none;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #event-banner .container {
    height: 417px;
  }
  #event-banner .event-banner-images .image-slider .slide {
    height: 417px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #event-banner {
    padding: 64px 0 0 0;
  }
  #event-banner .container {
    height: auto;
  }
  #event-banner .container .event-banner-left {
    float: none;
    width: auto;
    padding: 0 0 38px 0;
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  #event-banner .container .event-banner-left h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2.22px;
    margin: 0 0 10px 0;
  }
  #event-banner .container .event-banner-left h1 {
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 24px 0;
  }
  #event-banner .container .event-banner-left .share-item {
    display: none;
  }
  #event-banner .container .event-banner-left .event-details {
    display: block;
    margin: 0px;
  }
  #event-banner .container .event-banner-left .event-details .event-detail {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
  #event-banner .container .event-banner-left .event-details .event-detail .event-detail-duration {
    display: block;
  }
  #event-banner .container .event-banner-left .event-details .event-detail .event-detail-price {
    display: block;
  }
  #event-banner .event-banner-images {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  #event-banner .event-banner-images .image-slider .slide {
    height: auto;
    background: none !important;
    padding: 0 0 25px 0;
  }
  #event-banner .event-banner-images .image-slider .slide img {
    display: block;
    width: 100%;
  }
  #event-banner .event-banner-images .image-slider .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 4px 0 0 0;
  }
  #event-banner .event-banner-images .image-slider .slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  #event-banner .event-banner-images .image-slider .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #A2A2A2;
    background: #FFF;
  }
  #event-banner .event-banner-images .image-slider .slick-dots li.slick-active button {
    border: 1px solid #4D9FA3;
    background: #4D9FA3;
  }
  #event-banner .event-banner-images .image-slider .slick-arrow {
    z-index: 20;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 1px;
    position: absolute;
    bottom: 0px;
    left: 16px;
    width: 16px;
    height: 16px;
    display: block;
  }
  #event-banner .event-banner-images .image-slider .slick-arrow.slick-prev {
    left: 16px;
  }
  #event-banner .event-banner-images .image-slider .slick-arrow.slick-next {
    right: 16px;
    left: auto;
  }
  #event-banner .event-banner-images .image-slider .slick-arrow svg {
    width: 14px;
    height: 14px;
  }
  #event-banner .event-banner-images .image-slider .slick-arrow span {
    position: absolute;
    left: -9999px;
  }

  .spacer.spacer-extra-large.spacer-above-event-content {
    height: 39px;
  }
}
.page-block-event-content img:first-of-type {
  display: none;
}

.event-select-dates-back {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}

#event-select-dates {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  position: fixed;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  left: 0px;
  width: 100%;
  z-index: 1002;
}
#event-select-dates .close-event-select-dates {
  position: absolute;
  padding: 0 0 0 22px;
  top: 24px;
  right: 32px;
  z-index: 1003;
}
#event-select-dates .container {
  max-width: 821px;
  padding: 88px 0 32px 0;
}
#event-select-dates .container h5 {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
}
#event-select-dates .container p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 24px 0;
}
#event-select-dates .container .book-event-card {
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  padding: 28px 164px 28px 32px;
  margin: 0 0 16px 0;
}
#event-select-dates .container .book-event-card .button {
  position: absolute;
  top: 16px;
  right: 16px;
}
#event-select-dates .container .book-event-card .event-detail {
  display: inline-block;
  margin: 0 50px 0 0;
}

body.event-select-dates-active .event-select-dates-back {
  display: block;
}
body.event-select-dates-active #event-select-dates {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #event-select-dates .container {
    max-width: 781px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #event-select-dates {
    border-radius: 12px 12px 0 0;
    max-height: 100vh;
    overflow: auto;
  }
  #event-select-dates .container {
    padding: 53px 0 16px 0;
    max-width: none;
    margin: 0 16px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #event-select-dates .close-event-select-dates {
    top: 16px;
    right: 24px;
  }
  #event-select-dates .container h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 6px 0;
  }
  #event-select-dates .container p {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  #event-select-dates .container .book-event-card {
    padding: 18px 24px 24px 24px;
  }
  #event-select-dates .container .book-event-card .event-detail {
    margin: 0 0 12px 0;
    display: block;
  }
  #event-select-dates .container .book-event-card .button {
    margin: 4px 0 0 0;
    position: relative;
    top: auto;
    right: auto;
    display: block;
  }
}
.related-events {
  padding: 115px 0 98px 0;
  overflow: hidden;
  position: relative;
}
.related-events:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 442px;
  background: #E7E7E7;
  content: "";
  display: block;
}
.related-events .container h2 {
  font-size: 40px;
  line-height: 76px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.related-events .container .view-more-button {
  position: absolute;
  top: 0px;
  right: 0px;
}
.related-events .container .related-events-slider {
  margin: 0 -16px;
}
.related-events .container .related-events-slider section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.related-events .container .related-events-slider .slick-dots {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 4px 0 0 0;
}
.related-events .container .related-events-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.related-events .container .related-events-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #A2A2A2;
  background: #FFF;
}
.related-events .container .related-events-slider .slick-dots li.slick-active button {
  border: 1px solid #4D9FA3;
  background: #4D9FA3;
}
.related-events .container .related-events-slider .slick-arrow {
  z-index: 20;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  font-size: 1px;
  position: absolute;
  bottom: 0px;
  left: 16px;
  width: 16px;
  height: 16px;
  display: block;
}
.related-events .container .related-events-slider .slick-arrow.slick-prev {
  left: 8px;
}
.related-events .container .related-events-slider .slick-arrow.slick-next {
  right: -14px;
  left: auto;
}
.related-events .container .related-events-slider .slick-arrow svg {
  width: 14px;
  height: 14px;
}
.related-events .container .related-events-slider .slick-arrow span {
  position: absolute;
  left: -9999px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .related-events {
    padding: 68px 0 48px 0;
  }
  .related-events:before {
    height: 378px;
  }
  .related-events .container {
    margin: 0 28px 0 16px;
    padding-bottom: 77px;
  }
  .related-events .container h2 {
    font-size: 32px;
    line-height: 43px;
    margin: 0 0 32px 0;
  }
  .related-events .container .view-more-button {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 16px;
    width: calc(100% - 16px);
  }
  .related-events .container .related-events-slider {
    position: relative;
    margin: 0 -6px;
  }
  .related-events .container .related-events-slider section {
    padding: 0 6px 32px 6px;
  }
  .related-events .container .related-events-slider section .event-card .event-card-image {
    padding-top: 58%;
  }
}
#spektrix-banner {
  background: #22254F;
}
#spektrix-banner .container {
  text-align: center;
}
#spektrix-banner .container .spektrix-banner-content {
  max-width: 607px;
  margin: 0 auto;
  position: relative;
  height: 513px;
}
#spektrix-banner .container .spektrix-banner-content .spektrix-banner-content-inner {
  position: absolute;
  bottom: 170px;
  left: 0px;
  display: block;
}
#spektrix-banner .container .spektrix-banner-content .spektrix-banner-content-inner h1 {
  font-size: 64px;
  line-height: 64px;
  color: #FFF;
  font-family: "AgencyFBCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#spektrix-banner .container .spektrix-banner-need-help {
  position: absolute;
  bottom: 36px;
  right: 0px;
  text-align: right;
  max-width: 248px;
  z-index: 3;
}
#spektrix-banner .container .spektrix-banner-need-help h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 10px 0;
}
#spektrix-banner .container .spektrix-banner-need-help p {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
#spektrix-banner .container .spektrix-banner-need-help p a {
  font-weight: bold;
  color: #FFF;
}
#spektrix-banner .container .spektrix-banner-need-help p a:hover, #spektrix-banner .container .spektrix-banner-need-help p a:active, #spektrix-banner .container .spektrix-banner-need-help p a:focus {
  text-decoration: underline;
}

#spektrix-iframe {
  position: relative;
  z-index: 1;
  padding: 0 0 160px 0;
}
#spektrix-iframe .container {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  max-width: 607px;
  margin: 0 auto;
  margin-top: -77px;
  overflow: hidden;
}
#spektrix-iframe .container .book-heading {
  border-bottom: 1px solid #E0E0E5;
  padding: 27px 40px 16px 40px;
}
#spektrix-iframe .container .book-heading h2 {
  font-size: 24px;
  line-height: 28px;
  color: #22254F;
  font-weight: bold;
  margin: 0 0 14px 0;
}
#spektrix-iframe .container .book-heading small {
  display: block;
  font-size: 15px;
  line-height: 22px;
  display: block;
  margin: 0 -10px 0 0;
  font-weight: 300;
}
#spektrix-iframe .container iframe {
  width: 100%;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #spektrix-banner .container {
    height: 482px;
    margin: 0 auto;
    max-width: 607px;
  }
  #spektrix-banner .container .spektrix-banner-need-help {
    position: absolute;
    bottom: 135px;
    right: auto;
    text-align: left;
    max-width: none;
  }
  #spektrix-banner .container .spektrix-banner-need-help h5 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 3px 0;
  }
  #spektrix-banner .container .spektrix-banner-need-help p {
    font-size: 12px;
    line-height: 24px;
  }
  #spektrix-banner .container .spektrix-banner-content {
    height: auto;
    position: relative;
    max-width: none;
    bottom: auto;
    padding: 185px 0 0 0;
  }
  #spektrix-banner .container .spektrix-banner-content .spektrix-banner-content-inner {
    position: relative;
    bottom: auto;
  }
  #spektrix-banner .container .spektrix-banner-content .spektrix-banner-content-inner h1 {
    font-size: 48px;
    line-height: 50px;
    text-align: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #spektrix-banner .container {
    max-width: none;
    margin: 0 16px;
  }

  #spektrix-iframe .container {
    max-width: none;
    margin: -77px 16px 0 16px;
  }
  #spektrix-iframe .container .book-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-block-table {
  background: url(../images/table-back-left.svg) no-repeat left bottom #22254F;
  position: relative;
  padding: 109px 0 130px;
}
.page-block-table:before {
  position: absolute;
  bottom: 0px;
  right: 75px;
  width: 123px;
  height: 113px;
  content: "";
  display: block;
  background: url(../images/table-back-right.svg) no-repeat;
}
.page-block-table .container {
  z-index: 1;
}
@media all and (min-width: 1200px) {
  .page-block-table .container {
    width: 1035px;
  }
}
.page-block-table h2 {
  font-size: 39px;
  line-height: 60px;
  font-weight: bold;
  color: #FFF;
}
.page-block-table p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: -16px;
  color: #D8ECED;
}
.page-block-table .desktop-table table {
  width: 100%;
}
.page-block-table .desktop-table table tbody {
  display: table;
  width: 100%;
  background: #E0E0E5;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
}
.page-block-table .desktop-table table tbody tr {
  position: relative;
}
.page-block-table .desktop-table table tbody tr td {
  padding: 18px 24px 18px 24px;
  font-size: 18px;
  line-height: 28px;
  color: #22254F;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #22254F;
  font-weight: 500;
  width: 15%;
  text-align: left;
}
.page-block-table .desktop-table table tbody tr td.cell-a {
  width: 40%;
  position: relative;
}
.page-block-table .desktop-table table tbody tr td.cell-a:before {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #E0E0E5;
  content: "";
  display: block;
}
.page-block-table .desktop-table table tbody > tr:last-child td {
  border-bottom: none;
}
.page-block-table .desktop-table table tbody > tr:last-child td.cell-a:before {
  display: none;
}
.page-block-table .desktop-table table thead {
  display: table;
  width: 100%;
}
.page-block-table .desktop-table table thead tr th {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #FFF;
  width: 15%;
  text-align: left;
  padding: 0 0 20px 24px;
}
.page-block-table .desktop-table table thead tr th span {
  font-size: 24px;
  line-height: 25px;
  display: block;
}
.page-block-table .desktop-table table thead tr th.cell-a {
  width: 40%;
}
.page-block-table .mobile-table {
  display: none;
}
.page-block-table .mobile-table .accordion {
  border-top: none;
}
.page-block-table .mobile-table .accordion section header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-block-table .mobile-table .accordion section header h4 {
  color: #FFF;
  font-size: 24px;
  line-height: 25px;
}
.page-block-table .mobile-table .accordion section.active {
  border-color: #22254F;
}
.page-block-table .mobile-table .accordion section.active header h4 {
  color: #4D9FA3;
}
.page-block-table .mobile-table .accordion section article table {
  background: #E0E0E5;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 4px;
  margin-bottom: 20px;
}
.page-block-table .mobile-table .accordion section article table tr {
  position: relative;
}
.page-block-table .mobile-table .accordion section article table tr td {
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #22254F;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #22254F;
  font-weight: 500;
  width: 10%;
  text-align: left;
}
.page-block-table .mobile-table .accordion section article table tr td.cell-a {
  width: 90%;
  position: relative;
}
.page-block-table .mobile-table .accordion section article table tr td.cell-a:before {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background: #E0E0E5;
  content: "";
  display: block;
}
.page-block-table .mobile-table .accordion section article table tr td svg {
  display: inline-block;
  top: 4px;
  position: relative;
}
.page-block-table .mobile-table .accordion section article table tr.last-row td {
  border-bottom: none;
}
.page-block-table .mobile-table .accordion section article table tr.last-row td.cell-a:before {
  display: none;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-table {
    padding: 58px 0;
    background-image: none;
  }
  .page-block-table:before {
    display: none;
  }
  .page-block-table h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    color: #FFF;
  }
  .page-block-table p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .page-block-table .desktop-table {
    display: none;
  }
  .page-block-table .mobile-table {
    display: block;
  }
}
.donate-spektrix {
  padding: 48px 210px 128px 210px;
}
.donate-spektrix .donate-success {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  display: block;
  font-weight: bold;
}
.donate-spektrix button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  background: #4D9FA3;
  border-radius: 2px;
  padding: 11px 21px 11px 21px;
  border: 1px solid #4D9FA3;
  line-height: 26px;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.donate-spektrix button:hover {
  color: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  background: #439094;
  border-color: #439094;
}
.donate-spektrix button:active, .donate-spektrix button:focus {
  color: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  background: #4D9FA3;
  border-color: #89C4C7;
}
.donate-spektrix .donation-buttons {
  margin: 0 0 20px 0;
}
.donate-spektrix .donation-buttons button {
  font-weight: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font-size: 25px;
  color: #666;
  height: 56px;
  border-radius: 2px;
  border: 1px solid #666;
  cursor: pointer;
  padding: 12px 16px;
  background: transparent;
  line-height: 28px;
  margin: 0;
  vertical-align: top;
}
.donate-spektrix .donation-buttons button.active {
  color: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  background: #439094;
  border-color: #439094;
}
.donate-spektrix .donation-buttons .donate-custom {
  display: inline-block;
  font-size: 25px;
  color: #666;
  border-radius: 2px;
  border: 1px solid #666;
  cursor: pointer;
  padding: 6px 6px 6px 94px;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: top;
  height: 56px;
}
.donate-spektrix .donation-buttons .donate-custom .donate-custom-label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  line-height: 54px;
  padding: 0 0 0 16px;
  font-size: 25px;
  color: #666;
  line-height: 56px;
  text-align: left;
  cursor: pointer;
}
.donate-spektrix .donation-buttons .donate-custom input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 200px;
  font-size: 25px;
  padding: 6px 12px 6px 32px;
  margin: 0px;
  border-radius: 2px;
  border: 1px solid #666;
  line-height: 30px;
  height: 42px;
  position: relative;
  z-index: 1;
}
.donate-spektrix .donation-buttons .donate-custom .donate-custom-label-pound {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 112px;
  font-size: 25px;
  color: #666;
  line-height: 28px;
  z-index: 2;
}
.donate-spektrix .donation-buttons .donate-custom.active {
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  background: #439094;
  border-color: #439094;
}
.donate-spektrix .donation-buttons .donate-custom.active .donate-custom-label {
  color: #FFF;
}
.donate-spektrix .donation-buttons .donate-custom.active input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #FFF;
  border-color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .donate-spektrix {
    padding: 48px 110px 128px 110px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .donate-spektrix {
    padding: 48px 0 128px 0;
  }
  .donate-spektrix .donation-buttons button {
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
    text-align: left;
  }
  .donate-spektrix .donation-buttons .donate-custom {
    display: block;
    width: 100%;
    text-align: left;
  }
  .donate-spektrix .donation-buttons .donate-custom input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  #main-content {
    position: relative;
    margin-bottom: 528px;
    z-index: 1;
    background: #FFF;
  }

  #site-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 0;
  }
}
#site-footer {
  background: url(../images/footer-back.jpg) no-repeat center center;
  background-size: cover;
  padding: 128px 0 24px 0;
}
#site-footer .footer-widgets {
  margin: 0 -16px;
}
#site-footer .footer-widgets aside {
  float: left;
  width: 33.33%;
  padding: 0 16px 128px 16px;
}
#site-footer .footer-widgets aside h5 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 19px 0;
  color: #FFF;
  font-weight: bold;
}
#site-footer .footer-widgets aside p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 13px 0;
}
#site-footer .footer-widgets aside.widget-a img {
  display: block;
  margin: 0 0 40px 0;
}
#site-footer .footer-widgets aside.widget-a .site-footer-social a {
  color: #FFF;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
}
#site-footer .footer-widgets aside.widget-a .site-footer-social a svg {
  display: block;
}
#site-footer .footer-widgets aside.widget-a .site-footer-social a:hover {
  opacity: 0.8;
}
#site-footer .footer-widgets aside.widget-a .site-footer-social a:focus, #site-footer .footer-widgets aside.widget-a .site-footer-social a:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#site-footer .footer-widgets aside.widget-b p.widget-link {
  font-weight: bold;
}
#site-footer .footer-widgets aside.widget-b p.widget-link a {
  color: #FFF;
}
#site-footer .footer-widgets aside.widget-b p.widget-link a:hover {
  text-decoration: underline;
}
#site-footer .footer-widgets aside.widget-b p.widget-link a:focus, #site-footer .footer-widgets aside.widget-b p.widget-link a:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}
#site-footer .footer-widgets aside.widget-c p {
  margin: 0 0 26px 0;
}
#site-footer .footer-widgets aside.widget-c .button svg {
  margin: 0 11px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#site-footer .footer-widgets aside.widget-c form {
  position: relative;
}
#site-footer .footer-widgets aside.widget-c form input[type=email] {
  border-color: #FFF;
  font-weight: 500;
  height: 56px;
  padding-right: 150px;
  color: #FFF;
}
#site-footer .footer-widgets aside.widget-c form .button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 56px;
  z-index: 1;
}
#site-footer .footer-widgets aside.widget-c form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}
#site-footer .footer-widgets aside.widget-c form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
#site-footer .footer-widgets aside.widget-c form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}
#site-footer .footer-widgets aside.widget-c form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
#site-footer .footer-bottom p {
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin: 0 0 6px 0;
}
#site-footer .footer-bottom p .footer-copyright {
  padding: 0 0 0 40px;
}
#site-footer .footer-bottom ul {
  margin: 0 -16px 6px -16px;
}
#site-footer .footer-bottom ul li {
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
}
#site-footer .footer-bottom ul li a {
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  text-decoration: underline;
}
#site-footer .footer-bottom ul li a:hover {
  text-decoration: none;
}
#site-footer .footer-bottom ul li a:focus, #site-footer .footer-bottom ul li a:active {
  outline: 1px dotted #FFF;
  outline-offset: 3px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #site-footer {
    padding: 64px 0 36px 0;
  }
  #site-footer .footer-widgets {
    margin: 0px;
  }
  #site-footer .footer-widgets aside {
    padding: 0px;
  }
  #site-footer .footer-widgets aside h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 8px 0;
  }
  #site-footer .footer-widgets aside p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 4px 0;
  }
  #site-footer .footer-widgets aside.widget-a {
    float: none;
    width: auto;
    padding: 0 0 45px 0;
  }
  #site-footer .footer-widgets aside.widget-a img {
    margin: 0 0 24px 0;
    height: 32px;
  }
  #site-footer .footer-widgets aside.widget-b {
    width: 50%;
    padding: 0 0 45px 0;
  }
  #site-footer .footer-widgets aside.widget-b p.widget-link {
    font-size: 16px;
    line-height: 22px;
  }
  #site-footer .footer-widgets aside.widget-c {
    width: 50%;
    padding: 0 0 45px 0;
  }
  #site-footer .footer-widgets aside.widget-c p {
    margin: 0 0 17px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-footer {
    background-image: url(../images/footer-back-mobile.jpg);
  }
  #site-footer .footer-widgets aside.widget-b {
    width: auto;
    float: none;
    padding: 0 0 36px 0;
  }
  #site-footer .footer-widgets aside.widget-c {
    width: auto;
    float: none;
    padding: 0 0 36px 0;
  }
  #site-footer .footer-widgets aside.widget-c form {
    padding: 0 0 50px 0;
  }
  #site-footer .footer-widgets aside.widget-c form input[type=email] {
    padding: 16px 18px;
    height: 54px;
  }
  #site-footer .footer-widgets aside.widget-c form .button {
    width: 100%;
    display: block;
    right: auto;
    height: 52px;
    bottom: 0px;
    top: auto;
    left: 0px;
    border-radius: 0 0 2px 2px;
  }
  #site-footer .footer-bottom ul {
    margin: 0 -8px 5px -8px;
  }
  #site-footer .footer-bottom ul li {
    padding: 0 8px 10px 8px;
  }
  #site-footer .footer-bottom p .footer-copyright {
    display: block;
    padding: 0px;
  }
}
.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card {
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 0;
  padding: 0;
  position: relative;
  min-height: inherit;
  border-top-left-radius: 146px;
  border-top-right-radius: 146px;
  display: flex;
  flex-direction: column;
}

.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image:before {
  display: none;
}

.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image {
  width: 100%;
  height: 308px;
  position: relative;
  display: block;
  top: auto;
  left: auto;
  background-color: #9599B9;
}

.person-info {
  background-color: #FFFFFF;
}

.page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card h4 {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 5px;
  margin: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person-links {
  border-top: 1px solid #E7E7E7;
  display: flex;
  height: 53px;
}

.person-links .person-website {
  border-right: 1px solid #E7E7E7;
}

.person-social-media,
.person-links .person-website {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}

.person-links .person-website a {
  color: #4D9FA3;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  padding: 0;
  flex-direction: row-reverse;
}

.person-links .person-website a svg {
  min-width: 20px;
  width: 20px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: auto;
  position: relative;
}

.person-social-media ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.person-social-media ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.person-social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.person-social-media ul li a img {
  height: 20px;
}

@media (max-width: 1023px) and (min-width: 0px) {
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section {
    padding: 0 8px 51px 8px;
  }
}
@media (max-width: 767px) {
  .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card .person-card-image {
    height: 342px;
  }

  .page-block-featured-slider .featured-slider .featured-slider-wrapper section .person-card {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
}
#event-banner .event-banner-images .image-slider .slide {
  background-size: contain;
}

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