/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

/*
 *     Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *     Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *     Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *     Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.top-banner .bg-image, .top-banner:before, .top-banner:after, a.feature-item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  background: #f2f2f2;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

a img {
  border: 0;
}

.wrapper, .wrapper-small {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: content-box;
}

@media (min-width: 420px) {
  .wrapper, .wrapper-small {
    padding: 0 40px;
  }
}

.wrapper-small {
  max-width: 740px;
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

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

.desktop-only {
  display: none;
}

@media (min-width: 960px) {
  .desktop-only {
    display: block;
  }
}

#content {
  margin-top: -200px;
  position: relative;
  min-height: 600px;
  z-index: 100;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 960px) {
  #content {
    margin-top: -150px;
  }
}

@media (min-width: 1100px) {
  #content {
    margin-top: -515px;
  }
}

html {
  font-size: 100%;
}

body {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  background: #000;
}

p {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  margin: 0.592em 0 1.953em 0;
  line-height: 1.4;
}

@media (min-width: 680px) {
  p {
    font-size: 16px;
  }
}

ul, ol {
  line-height: 1.4;
  color: #f2f2f2;
  font-size: 1.067em;
  margin-bottom: 1.709em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

a {
  color: #D64543;
}

p a:hover {
  color: #D64543;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0.8em 0 0.25em 0;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}

h1 {
  font-size: 40px;
  font-size: 5vw;
  margin-top: 0;
}

@media (max-width: 720px) {
  h1 {
    font-size: 36px;
  }
}

@media (min-width: 1540px) {
  h1 {
    font-size: 77px;
  }
}

h2 {
  font-size: 40px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1060px) {
  h2 {
    font-size: 53px;
  }
}

h3 {
  font-size: 40px;
  font-size: 5vw;
}

@media (max-width: 640px) {
  h3 {
    font-size: 32px;
  }
}

@media (min-width: 740px) {
  h3 {
    font-size: 37px;
  }
}

h4 {
  font-size: 40px;
  font-size: 5vw;
}

@media (max-width: 440px) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 500px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 40px;
  font-size: 5vw;
}

@media (max-width: 340px) {
  h5 {
    font-size: 17px;
  }
}

@media (min-width: 360px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 40px;
  font-size: 5vw;
}

@media (max-width: 300px) {
  h6 {
    font-size: 15px;
  }
}

@media (min-width: 300px) {
  h6 {
    font-size: 15px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes menu-animation {
  0% {
    transform: translate(0, 12px);
  }
  100% {
    transform: none;
  }
}

@keyframes menu-animation {
  0% {
    transform: translate(0, 12px);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes move-up {
  0% {
    transform: translate(0, 12px);
  }
  100% {
    transform: none;
  }
}

@keyframes move-up {
  0% {
    transform: translate(0, 12px);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes come-in {
  to {
    transform: translateY(0);
  }
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

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

@keyframes shake {
  0%, 100% {
    transform: translate3d(10px, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* page load animations */
body.page-template-front-page .top-banner, body .top-banner {
  -webkit-animation: fade-in 1s ease-out 1.1s backwards, ease-out 1.1s backwards;
  animation: fade-in 1s ease-out 1.1s backwards, ease-out 1.1s backwards;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.inner.full-width {
  max-width: none;
}

.grid {
  display: block;
}

@media (min-width: 680px) {
  .grid {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}

.grid > * {
  position: relative;
  width: auto;
}

.grid .width-fill {
  flex: 1 1 auto;
}

.grid .margin-left {
  margin-left: 20px;
}

.grid .margin-right {
  margin-right: 20px;
}

@media (min-width: 680px) {
  .grid .width-25 {
    width: 25%;
  }
}

@media (min-width: 680px) {
  .grid .width-33 {
    width: 33.33%;
  }
}

@media (min-width: 680px) {
  .grid .width-50 {
    width: 50%;
  }
}

@media (min-width: 680px) {
  .grid .width-66 {
    width: 66.66%;
  }
}

@media (min-width: 680px) {
  .grid .width-75 {
    width: 75%;
  }
}

.grid .width-100 {
  width: 100%;
}

.list-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline li {
  display: inline-block;
}

.list-inline a {
  display: inline-block;
}

.list-stacked ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-stacked li {
  display: block;
}

.list-stacked a {
  display: inline-block;
}

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.background-image .element-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-image .button {
  position: relative;
}

.image-fit .background-image {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 680px) {
  .image-fit {
    position: relative;
    min-height: 480px;
  }
  .image-fit .background-image {
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

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

.text-align-right {
  text-align: right;
}

.padded {
  padding: 20px;
}

@media (min-width: 420px) {
  .padded {
    padding: 20px 40px;
  }
}

.padded + .padded:not(.background-image) {
  padding-top: 0;
}

@media (min-width: 680px) {
  .padded, .padded + .padded:not(.background-image) {
    padding: 40px;
  }
}

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

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

header .wrapper, header .wrapper-small {
  z-index: 1000;
  padding-top: 23px;
}

.bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 75%);
  z-index: 100;
}

.page-header {
  background: #000;
  padding: 0px 0px 60px 0px;
  position: relative;
}

.page-header .header-logo {
  line-height: 0;
  z-index: 1;
  max-width: 50%;
  display: block;
  overflow: hidden;
}

.page-header .header-logo img {
  width: 160px;
}

@media (min-width: 680px) {
  .page-header .header-logo img {
    width: 187px;
  }
}

.hamburger {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  top: 26px;
  padding: auto;
  right: 15px;
  width: 25px;
  height: 25px;
}

@media (min-width: 420px) {
  .hamburger {
    right: 40px;
  }
}

.hamburger .navicon {
  background: #D64543;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 4px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 12px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hamburger .navicon:before, .hamburger .navicon:after {
  content: '';
  background: #D64543;
  display: block;
  height: 4px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hamburger .navicon:before {
  transform: translate(0, -7px);
}

.hamburger .navicon:after {
  transform: translate(0, 7px);
}

.hamburger-menu-visible .hamburger .navicon {
  background: transparent !important;
}

.hamburger-menu-visible .hamburger .navicon:before {
  transform: rotate(45deg);
}

.hamburger-menu-visible .hamburger .navicon:after {
  transform: rotate(-45deg);
}

#hamburger-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #6f0000;
  z-index: 1000;
}

.hamburger-menu-visible {
  overflow: hidden;
}

.hamburger-menu-visible #hamburger-menu {
  background: #000;
  opacity: 1;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

body:after {
  background: #6f0000;
}

#hamburger-nav ul.menu {
  padding: 100px 0 0;
}

#hamburger-nav ul.menu li {
  display: block;
  margin: 12px 0;
  padding-right: 30px;
  position: relative;
  text-align: right;
}

#hamburger-nav ul.menu a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
  color: #fff;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-size: 0.8em;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
}

#hamburger-nav ul.menu a:hover {
  color: #D64543;
}

#hamburger-nav ul.menu li.current-menu-item > a {
  color: #D64543;
}

#hamburger-nav ul.menu ul.sub-menu {
  padding: 8px 0;
  display: none;
}

#hamburger-nav ul.menu ul.sub-menu li {
  padding: 0;
  margin: 4px 0;
}

#hamburger-nav ul.menu ul.sub-menu a {
  font-size: 0.8em;
}

#hamburger-nav ul.menu li.current-menu-item > ul.sub-menu, #hamburger-nav ul.menu li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:before, #hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:after {
  content: ' ';
  background: #D64543;
  position: absolute;
  left: 0;
  top: 1px;
  height: 4px;
  width: 16px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:after {
  transform: rotate(90deg);
  transition: 0.2s;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow.expanded:after {
  transform: rotate(0deg);
}

/*
	.hamburger-nav {

  font-family: $font2;


    a {  font-family: $font2;
        letter-spacing: 0.02em;
        line-height: 1em;
        color: $white;
        font-size: 1.563em;
        font-weight: 400;
        margin-top: 14px;

        &:hover {
            color: $red;
        }

        @include respond-to(desktop) {
          font-size: 2.441em;}
    }

    li.current-menu-item, li.current-menu-ancestor {

        > a {
            color: $red;
        }
    }

    li.menu-item-has-children {

        .expand-arrow {

            &:before, &:after {
              right: 18px;
              top: 25px;
              width: 18px;
              height: 3px;

                @include respond-to(desktop) {
	                  right: 8px;
	                  top: 24px;
	                  width: 26px;
	                  height: 5px;
                  }
            }
        }
    }

    .sub-menu {
        font-size: 1em;

        @include respond-to(desktop) {
        font-size: 1.563em;
        }

        a{
          line-height: 0.4em;
        }

    }
}

body:after {
    background: $dark-grey;
}
*/
footer {
  padding: 60px 0 60px;
  background-size: cover;
  position: relative;
}

@media (min-width: 960px) {
  footer {
    padding: 100px 0;
  }
}

footer .footer-wrap {
  display: block;
}

@media (min-width: 960px) {
  footer .footer-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
}

footer h6 {
  margin-top: 0;
  font-size: 17px;
}

footer .col-50 {
  width: 100%;
}

@media (min-width: 960px) {
  footer .col-50 {
    width: 50%;
  }
}

@media (min-width: 520px) {
  footer .little-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
}

footer .col {
  vertical-align: top;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 520px) {
  footer .col {
    width: 50%;
  }
}

footer p {
  line-height: 1.86;
  margin-bottom: 10px;
}

@media (min-width: 680px) {
  footer .wrapper, footer .wrapper-small {
    padding-right: 80px;
    max-width: 1100px;
  }
}

@media (min-width: 1100px) {
  footer .wrapper, footer .wrapper-small {
    padding-right: 120px;
    max-width: 1100px;
  }
}

footer .wesfarmers {
  max-width: 160px;
  margin: 10px 0 15px;
  display: block;
}

.footer-nav {
  display: inline-block;
}

@media (min-width: 960px) {
  .footer-nav {
    width: 100%;
  }
}

.footer-nav ul.menu {
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}

.footer-nav ul.menu li {
  list-style: none;
  line-height: normal;
}

.footer-nav ul.menu a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 500;
  padding: 0 10px 15px 0;
  line-height: 20px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.footer-nav ul.menu a:hover {
  color: #D64543;
}

.company p {
  font-size: 13px;
}

@media (min-width: 1100px) {
  .company p {
    font-size: 14px;
  }
}

.company a {
  color: white;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.company a:hover {
  color: #D64543;
}

.copyright {
  display: block;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
}

.copyright .comp-name {
  width: 250px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px;
}

.copyright .social-links {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 680px) {
  .copyright .social-links {
    position: absolute;
    top: -7px;
    text-align: center;
    width: 100%;
  }
}

#sitebystarfish {
  position: relative;
  background: url("../img/site_by_neg.svg") no-repeat center;
  width: 83px;
  height: 24px;
  display: block;
  text-align: left;
  float: left;
  overflow: hidden;
  text-indent: -9999em;
  transition: 0.2s;
  /* preload hover image */
}

@media (min-width: 680px) {
  #sitebystarfish {
    float: right;
  }
}

#sitebystarfish:hover, #sitebystarfish:after {
  background-image: url("../img/site_by_gray.svg");
}

#sitebystarfish:after {
  content: '';
  opacity: 0;
}

section {
  position: relative;
  padding: 0 70px;
}

.main-aside {
  display: none;
}

@media (min-width: 680px) {
  .main-aside {
    display: block;
  }
}

.nav-aside h3 {
  margin: -11px 0 0px 0;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 32px;
  font-size: 1em;
  text-align: right;
  margin: 2px 0 20px 0;
  text-transform: none;
}

.nav-aside li {
  margin: 5px 0;
  text-align: right;
}

.nav-aside li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.026em;
  color: #f2f2f2;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.nav-aside li a:hover {
  color: #D64543;
}

.nav-aside li.current-menu-item > a {
  color: #D64543;
}

.main-nav {
  display: none;
}

@media (min-width: 960px) {
  .main-nav {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
    margin-left: -10px;
  }
}

.main-nav ul.menu {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
}

.main-nav ul.menu > li {
  flex: 0 0 auto;
}

.main-nav li {
  list-style: none;
  line-height: normal;
  padding: 0px 13px 13px 0;
  position: relative;
}

.main-nav a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: white;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 20px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.main-nav a:hover {
  color: #D64543;
}

.main-nav li.current-menu-item > a, .main-nav li.current-menu-ancestor > a {
  color: #D64543;
}

.main-nav ul.sub-menu {
  border: 4px solid #D64543;
  background: #000;
  position: absolute;
  top: 80%;
  left: 0;
  padding: 5px 0 10px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.main-nav ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.main-nav ul.sub-menu a {
  font-size: 0.8em;
  padding: 6px 20px;
  display: block;
}

.main-nav > ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.top-banner.no-image-gradient {
  position: relative;
  background-image: linear-gradient(-238deg, rgba(30, 30, 30, 0) 13%, #545454 100%, #545454 100%);
}

.single-show #content p {
  font-size: 20px;
}

.single-show ul li {
  font-size: 20px;
}

.single-show #content {
  margin-top: -200px;
  padding: 40px 0 0;
}

@media (min-width: 960px) {
  .single-show #content {
    margin-top: -150px;
  }
}

@media (min-width: 1100px) {
  .single-show #content {
    margin-top: -515px;
  }
}

.single-show .wrap {
  display: block;
  overflow: hidden;
  padding-bottom: 48px;
}

@media (min-width: 680px) {
  .single-show .wrap {
    padding-bottom: 170px;
    display: flex;
    flex-flow: wrap;
  }
}

@media (min-width: 680px) {
  .single-show .wrap .col {
    width: 48%;
    padding-right: 2%;
  }
}

.single-show .show-image img {
  width: 100%;
}

.single-show a.link.back {
  margin: 0px 0 15px;
  display: block;
  position: relative;
  z-index: 100;
}

.single-show .feature-image {
  margin-bottom: 20px;
}

.single-show .feature-image video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.single-show .summary {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

@media (min-width: 960px) {
  .single-show .summary {
    float: left;
    padding-left: 14px;
    width: 43%;
    max-width: 476px;
  }
}

.single-show .summary .intro-text p {
  font-size: 22px;
  font-size: 5vw;
  margin-bottom: 40px;
}

@media (max-width: 340px) {
  .single-show .summary .intro-text p {
    font-size: 17px;
  }
}

@media (min-width: 440px) {
  .single-show .summary .intro-text p {
    font-size: 22px;
  }
}

.single-show .summary h2 {
  color: #D64543;
  margin-top: 0;
  margin-bottom: 40px;
}

.single-show .summary h5 {
  margin-bottom: -3px;
}

.single-show .summary h1 {
  margin-top: 0;
}

.single-show .summary .date-range {
  color: white;
}

.single-show .summary p {
  display: block;
  margin-bottom: 20px;
}

.single-show .summary .location-name a {
  color: white;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.single-show .summary .location-name a:hover {
  color: #D64543;
}

.single-show .summary .row-buttons {
  width: 100%;
  float: left;
  text-align: left;
  margin: 30px 0 30px;
}

.single-show .summary .row-buttons .button {
  width: 145px;
}

.single-show .date-range.icon {
  background-position: left 4px !important;
}

@media (min-width: 960px) {
  .single-show .main-content {
    width: 70%;
  }
}

.row {
  border-bottom: 2px solid #373636;
  padding: 0 20px 35px;
  margin-bottom: 50px;
}

.row h3 {
  margin-top: 0;
}

.row h4 {
  margin-top: 5px;
}

.row .col {
  vertical-align: top;
}

@media (min-width: 960px) {
  .row .col {
    display: inline-block;
    width: 57%;
  }
}

@media (min-width: 960px) {
  .row .col-left {
    width: 38%;
    text-align: right;
    margin-right: 4%;
  }
}

.row p.location-name {
  margin-bottom: -2px;
}

.row .loc-address p {
  line-height: 30px;
}

.row .gallery {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .row .gallery {
    margin-right: -35px;
  }
}

.behind-item {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.behind-item a {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}

.behind-item .behind-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 135px;
  height: 75px;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #373636;
}

.publicity-links a {
  display: block;
  margin-bottom: 5px;
}

.company-logos {
  display: flex;
  flex-flow: row wrap;
}

.company-logos .company-logo {
  vertical-align: middle;
  display: inline-block;
  display: flex;
  align-items: center;
  transform: scale(0.7);
}

@media (min-width: 960px) {
  .company-logos .company-logo {
    margin: 10px 3%;
    transform: none;
  }
}

.row.bg-white {
  background: white;
  border-bottom: none;
  padding-top: 40px;
  color: black;
}

.row.bg-white h3, .row.bg-white p {
  color: black;
}

.row.bg-white.partner {
  margin-top: -50px;
}

#development-map {
  height: 350px;
  width: 100%;
  position: relative;
}

@media (min-width: 960px) {
  #development-map {
    height: 450px;
  }
}

#development-map::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.25) 0%, rgba(153, 153, 153, 0) 100%);
  cursor: pointer;
}

.date-listing p {
  margin: 0 0 2px;
}

.date-listing p.red {
  color: #D64543;
  font-weight: bold;
}

@media (min-width: 680px) {
  .date-listing {
    display: flex;
    flex-flow: wrap;
  }
}

.date-listing .date-item {
  margin: 7px 0 23px;
}

@media (min-width: 680px) {
  .date-listing .date-item {
    width: 50%;
  }
}

#show-nav {
  display: none;
}

@media (min-width: 960px) {
  #show-nav {
    width: 20%;
    margin-right: 10%;
    display: inline-block;
  }
}

@media (min-width: 960px) {
  #show-nav > div.fixed {
    position: fixed;
    top: 50px;
    left: 40px;
    width: calc((100% - 80px) * 0.2);
  }
}

@media (min-width: 1280px) {
  #show-nav > div.fixed {
    width: calc(1200px * 0.2);
    left: calc((100% - 1200px) / 2);
  }
}

@media (min-width: 960px) {
  #show-nav > div.absolute {
    position: absolute;
    top: auto;
    bottom: 35px;
    left: 0;
    width: 100%;
  }
}

#show-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#show-nav ul li {
  text-align: right;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}

#show-nav ul li a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  color: white;
  font-size: 14px;
}

#show-nav ul li a.active, #show-nav ul li a:hover {
  color: #D64543;
}

.history-cat-listing {
  margin-bottom: 200px;
}

.year-listing {
  display: block;
}

@media (min-width: 520px) {
  .year-listing {
    display: flex;
    flex-flow: row wrap;
  }
}

.year-listing .year-item {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 520px) {
  .year-listing .year-item {
    padding: 0 10px;
    width: 50%;
  }
}

@media (min-width: 680px) {
  .year-listing .year-item {
    padding: 0 10px;
    width: 33.33333%;
  }
}

.year-listing .col {
  display: block;
  vertical-align: top;
}

.year-listing .col.year {
  padding-right: 20px;
  font-size: 19px;
  padding-bottom: 15px;
  letter-spacing: -0.005em;
}

.year-listing .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.year-listing .col ul li {
  padding: 0 0 10px;
}

.year-listing .col ul a {
  font-weight: bold;
}

.history-page .decade-section {
  position: relative;
}

.history-page .decade-section .wrapper, .history-page .decade-section .wrapper-small {
  z-index: 100;
  margin-top: -500px;
  max-width: 940px;
}

.history-page .decade-banner {
  min-height: 600px;
  background-size: cover;
  position: relative;
}

.history-page .decade-banner .bg-image {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
}

.history-page .decade-banner .bg-image:before {
  background: radial-gradient(ellipse at right 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 18%, black 55%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.history-page .wrap {
  max-width: 525px;
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .history-page .wrap {
    margin-bottom: 200px;
  }
}

.history-page .page-intro {
  text-align: right;
  padding-bottom: 0 !important;
}

.history-page h2 {
  font-size: 40px;
  font-size: 5vw;
  text-transform: lowercase;
}

@media (max-width: 720px) {
  .history-page h2 {
    font-size: 36px;
  }
}

@media (min-width: 1800px) {
  .history-page h2 {
    font-size: 90px;
  }
}

.history-page .intro-text p {
  line-height: 1.4em;
  font-size: 1.1em;
}

@media (min-width: 960px) {
  .history-page .intro-text p {
    font-size: 1.4em;
  }
}

.history-page .gallery {
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .history-page .gallery {
    margin-bottom: 200px;
  }
}

.history-page .gallery-item {
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  padding: 13px !important;
}

.history-page .gallery-item a:before {
  background: none;
  display: none !important;
}

.history-page .gallery-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.history-page .gallery-item:hover:before {
  display: none;
}

#history-nav {
  display: none;
  position: fixed;
  right: 80px;
  bottom: 50px;
  z-index: 10;
}

@media (min-width: 1250px) {
  #history-nav {
    width: 110px;
    display: block;
  }
}

#history-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#history-nav ul li {
  text-align: right;
  text-transform: uppercase;
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}

#history-nav ul li a {
  text-transform: lowercase;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  color: white;
  font-size: 18px;
  font-weight: 400;
}

#history-nav ul li a.active {
  color: #D64543;
}

.page-id-2102 footer, .page-id-2102 section.subscription {
  position: relative;
  z-index: 101;
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

form label, .post-content form label {
  font-size: 16px;
}

.button, input[type=submit], input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, select, .custom-select {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #D64543;
  border: none;
  color: white;
  font-size: 100%;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.button, input[type=submit] {
  padding: 9px 16px;
  height: 38px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #D64543;
  color: #f2f2f2;
  font-weight: normal;
  border: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  margin: 10px 0;
  letter-spacing: -0.005em;
  font-size: 18px;
  text-transform: uppercase;
}

.button:hover, input[type=submit]:hover {
  background: #b3222a;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 10px 12px;
  height: 42px;
}

textarea {
  padding: 10px 12px;
  height: 130px;
}

select {
  padding: 8px 35px 8px 12px;
  background: transparent;
  border: none;
  position: relative;
  height: 40px;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  content: ' ';
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 18px;
  width: 17px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input:checked[type='radio'] + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #000;
  background: #000;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 0.8rem;
}

.gform_wrapper .field_description_above label + .gfield_description {
  margin: -3px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #f00;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: #f00;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.4;
  color: #f00;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 3px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
  position: absolute;
  left: 0;
  top: 5px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 25px;
  display: block;
  line-height: 1.3rem;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_wrapper .ginput_container_creditcard {
  margin-top: 15px;
}

.gform_wrapper .ginput_container_creditcard label, .gform_wrapper .ginput_container_address label {
  display: block;
  margin: 10px 0 2px;
}

.gform_wrapper .gfield_creditcard_warning_message,
.gform_wrapper .ginput_card_security_code_icon,
.gform_wrapper div.gform_card_icon {
  display: none;
}

.gform_wrapper .ginput_card_expiration_container:after {
  content: "";
  display: block;
  clear: both;
}

.gform_wrapper .ginput_card_expiration_container .custom-select {
  float: left;
  width: calc(50% - 8px);
}

.gform_wrapper .ginput_card_expiration_container .custom-select:last-child {
  float: right !important;
}

.gform_wrapper .ginput_cardinfo_right .ginput_card_security_code {
  max-width: 130px;
}

@media (min-width: 520px) {
  .gform_wrapper .ginput_cardinfo_left,
  .gform_wrapper .ginput_cardinfo_right {
    display: inline-block;
    width: calc(50% - 8px);
    vertical-align: top;
  }
  .gform_wrapper .ginput_cardinfo_left {
    margin-right: 16px;
  }
  .gform_wrapper .ginput_full input, .gform_wrapper .ginput_full .custom-select, .gform_wrapper .ginput_full label, .gform_wrapper .ginput_full .ginput_container_checkbox, .gform_wrapper .ginput_full .ginput_container_radio {
    max-width: 100%;
  }
  .gform_wrapper .ginput_left {
    display: inline-block;
    width: calc(50% - 8px);
    margin-right: 16px !important;
  }
  .gform_wrapper .ginput_right {
    display: inline-block;
    width: calc(50% - 8px);
  }
}

.gform_confirmation_message {
  margin: 30px 0;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content h1 {
  margin-top: -5px;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0 20px;
}

.post-content hr {
  border: none;
  border-top: 1px solid #414141;
  clear: both;
  display: block;
  height: 1px;
  margin: 30px 0 30px;
  padding: 0;
}

.post-content blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-start: 20px;
  font-size: 1.35em;
  font-style: normal;
}

@media (min-width: 680px) {
  .post-content blockquote {
    -webkit-margin-start: 60px;
  }
}

.post-content blockquote p {
  color: #f2f2f2;
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  font-size: 1.424em;
  letter-spacing: 0.04em;
  line-height: 1.125em;
}

@media (min-width: 680px) {
  .post-content blockquote p {
    font-size: 1.602em;
    letter-spacing: 0.035em;
  }
}

.post-content .intro-text p {
  line-height: 1.4em;
  font-size: 1.1em;
}

@media (min-width: 960px) {
  .post-content .intro-text p {
    font-size: 1.3em;
  }
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 3px;
}

.post-content table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  margin: 30px 0;
}

.post-content table td, .post-content table th {
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  color: #f2f2f2;
  font-size: 1rem;
  border: 1px solid #414141;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.post-content table th {
  font-weight: bold;
}

.social-links a {
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 2px;
  background: #000 no-repeat center;
  background-size: 70% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.social-links a:hover {
  opacity: 0.8;
}

.social-links a.instagram {
  background-size: 98% auto;
}

.icon {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}

.icon:before {
  content: ' ';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  width: 23px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
}

.icon.cal {
  background-image: url("../img/icon_calendar.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px 16px;
}

.icon.local {
  background-image: url("../img/icon_location.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 18px;
}

.icon.time {
  background-image: url("../img/icon_clock.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 18px;
}

.icon.ticket {
  background-image: url("../img/icon_tickets.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 6px;
}

.icon.ticket:before {
  background-image: url("../img/icon_tickets.svg");
}

.icon.pub-link {
  background-image: url("../img/icon_link.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
}

.icon.pub-link:before {
  display: none;
}

.icon.pub-link:hover {
  background-image: url("../img/icon_link_white.svg");
}

.single-show .icon.download {
  background-image: url("../img/icon_download.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}

.single-show .icon.download:before {
  display: none;
}

a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

a.google {
  background-image: url("../img/icon_google.svg");
}

a.email {
  background-image: url("../img/icon_email.svg");
}

a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.gallery {
  margin: 40px -10px;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
  padding: 10px;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  background: black;
  z-index: 1;
  opacity: 0;
}

.gallery .gallery-item a:hover:before {
  opacity: 0.3;
}

@media (min-width: 420px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66666%;
  }
}

.gallery br {
  display: none;
}

.gallery .column {
  display: inline-block;
  vertical-align: top;
}

.gallery .column.size-1of2 {
  width: 50%;
}

.gallery .column.size-1of3 {
  width: 33.33333%;
}

.gallery .column.size-1of4 {
  width: 25%;
}

.gallery .column.size-1of5 {
  width: 20%;
}

.gallery .column.size-1of6 {
  width: 16.66666%;
}

.gallery .column .gallery-item {
  width: 100%;
}

.breadcrumbs {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  color: #505051;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1000;
}

.breadcrumbs a {
  text-decoration: none;
}

.section-hero .inner {
  height: 100%;
}

.section-hero .hero-wrapper {
  height: 420px;
}

@media (min-width: 680px) {
  .section-hero .hero-wrapper {
    height: 650px;
  }
}

.section-hero.hero-small .hero-wrapper {
  height: 120px;
}

@media (min-width: 680px) {
  .section-hero.hero-small .hero-wrapper {
    height: 200px;
  }
}

a.back-to-top {
  transform: rotate(-90deg);
  width: 55px;
  height: 30px;
  position: absolute;
  background: url("../img/icon_chevron_red.svg") no-repeat center;
  background-size: 35% auto;
  right: 0px;
  top: 57px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 101;
}

@media (min-width: 420px) {
  a.back-to-top {
    right: 20px;
  }
}

@media (min-width: 960px) {
  a.back-to-top {
    top: 96px;
  }
}

.section-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.section-filter {
  background: #000;
}

.section-filter form {
  margin: 0;
}

.search-filter {
  margin-bottom: 10px;
}

.search-filter input[type="submit"] {
  background: transparent url("../img/icon-search.svg") no-repeat center center;
  background-size: 15px auto;
  width: 35px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-filter input[type="text"] {
  padding-right: 35px;
}

.category-filter, .search-filter {
  position: relative;
  text-align: left;
}

@media (min-width: 680px) {
  .category-filter, .search-filter {
    width: 250px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
}

.blog .section-pagination .paging, .single-post .section-pagination .paging {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.blog .section-pagination .page-numbers, .blog .section-pagination .single-paging a, .single-post .section-pagination .page-numbers, .single-post .section-pagination .single-paging a {
  padding: 5px 16px;
  height: 38px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #D64543;
  color: #f2f2f2;
  font-weight: normal;
  border: none;
  text-decoration: none;
  margin-right: 0px;
  font-size: 18px;
  text-transform: uppercase;
  display: none;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  margin-top: 0;
}

@media (min-width: 768px) {
  .blog .section-pagination .page-numbers, .blog .section-pagination .single-paging a, .single-post .section-pagination .page-numbers, .single-post .section-pagination .single-paging a {
    display: inline-block;
  }
  .blog .section-pagination .page-numbers.prev, .blog .section-pagination .page-numbers.next, .blog .section-pagination .single-paging a.prev, .blog .section-pagination .single-paging a.next, .single-post .section-pagination .page-numbers.prev, .single-post .section-pagination .page-numbers.next, .single-post .section-pagination .single-paging a.prev, .single-post .section-pagination .single-paging a.next {
    position: absolute;
    top: 0;
    left: 0;
  }
  .blog .section-pagination .page-numbers.next, .blog .section-pagination .single-paging a.next, .single-post .section-pagination .page-numbers.next, .single-post .section-pagination .single-paging a.next {
    left: auto;
    right: 0;
  }
}

.blog .section-pagination .page-numbers:hover, .blog .section-pagination .single-paging a:hover, .single-post .section-pagination .page-numbers:hover, .single-post .section-pagination .single-paging a:hover {
  opacity: 0.8;
}

.blog .section-pagination .page-numbers.current, .blog .section-pagination .single-paging a.current, .single-post .section-pagination .page-numbers.current, .single-post .section-pagination .single-paging a.current {
  opacity: 1;
}

.blog .section-pagination .page-numbers.dots, .blog .section-pagination .single-paging a.dots, .single-post .section-pagination .page-numbers.dots, .single-post .section-pagination .single-paging a.dots {
  background: #aaa;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.blog .section-pagination .page-numbers.prev, .blog .section-pagination .page-numbers.next,
.blog .section-pagination .single-paging.prev a, .blog .section-pagination .single-paging.next a, .single-post .section-pagination .page-numbers.prev, .single-post .section-pagination .page-numbers.next,
.single-post .section-pagination .single-paging.prev a, .single-post .section-pagination .single-paging.next a {
  margin: 0;
  width: auto;
  padding: 5px 35px;
  display: inline-block;
  font-weight: normal;
}

.blog .section-pagination .page-numbers.prev, .blog .section-pagination .page-numbers.next, .blog .section-pagination .single-paging.prev, .blog .section-pagination .single-paging.next, .single-post .section-pagination .page-numbers.prev, .single-post .section-pagination .page-numbers.next, .single-post .section-pagination .single-paging.prev, .single-post .section-pagination .single-paging.next {
  float: left;
}

.blog .section-pagination .page-numbers.next, .blog .section-pagination .single-paging.next, .single-post .section-pagination .page-numbers.next, .single-post .section-pagination .single-paging.next {
  float: right;
}

.single-post .section-pagination .padded {
  padding-top: 0;
}

.section-map #contact-map {
  cursor: pointer;
  height: 300px;
}

@media (min-width: 680px) {
  .section-map #contact-map {
    height: 400px;
  }
}

.subscription {
  padding: 60px 0 60px;
  background: #D64543;
}

@media (min-width: 960px) {
  .subscription {
    padding: 100px 0;
  }
}

.subscription h4 {
  margin: 0 0 0.65em 0;
}

.subscription form {
  margin: 0;
  display: inline-block;
  width: auto;
  border-bottom: none;
  border-top: none;
  padding: 0;
}

.subscription form label {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

.subscription form input[type="text"] {
  width: 100%;
  background: none;
  border-bottom: 3px solid white;
  border-right: none;
  border-left: none;
  border-top: none;
  height: 40px;
  color: black;
  padding-left: 0;
}

@media (min-width: 520px) {
  .subscription form input[type="text"] {
    width: 500px;
    margin-right: 60px;
  }
}

.subscription form input[type="text"]::-webkit-input-placeholder {
  color: black;
  opacity: 1;
}

.subscription form input[type="text"]::-moz-placeholder {
  color: black;
  opacity: 1;
}

.subscription form input[type="text"]:-ms-input-placeholder {
  color: black;
  opacity: 1;
}

.subscription form input[type="text"]::-ms-input-placeholder {
  color: black;
  opacity: 1;
}

.subscription form input[type="text"]::placeholder {
  color: black;
  opacity: 1;
}

.subscription form input[type="text"]::-ms-input-placeholder {
  /* Edge */
  color: black;
}

.subscription form input[type="submit"], .subscription form input[type="text"] {
  display: inline-block !important;
}

.subscription form input[type="submit"] {
  border: 3px solid white;
  margin-top: 10;
  padding-top: 6px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

@media (min-width: 960px) {
  .subscription form input[type="submit"] {
    margin-top: 0px;
  }
}

.subscription form input[type="submit"]:hover {
  border-color: black;
  color: black;
  background: none;
}

.top-banner {
  margin-top: -205px;
  min-height: 400px;
  background: #040b11 no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}

@media (min-width: 680px) {
  .top-banner {
    margin-top: -225px;
  }
}

@media (min-width: 1100px) {
  .top-banner {
    min-height: 800px;
  }
}

.top-banner .bg-image {
  background: transparent no-repeat right top;
  background-size: cover;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media (min-width: 960px) {
  .top-banner .bg-image {
    background-size: cover;
  }
}

.top-banner:before {
  content: '';
  background-image: linear-gradient(-198deg, rgba(0, 0, 0, 0) 65%, black 100%, #000000 100%);
  z-index: 1;
}

.top-banner:after {
  content: '';
  background-image: linear-gradient(-170deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.02) 23%, #000000 99%);
  z-index: 1;
}

@media (min-width: 1100px) {
  .top-banner.single-banner {
    margin: 0 0 -110px;
  }
}

.top-banner.single-banner::before {
  background-image: linear-gradient(to right, rgba(202, 148, 0, 0.75) 0%, rgba(40, 129, 127, 0.8) 100%);
}

.top-banner.single-banner::after {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.88) 10%, rgba(37, 139, 171, 0.25) 45%, rgba(37, 139, 171, 0.3) 75%, rgba(121, 155, 160, 0.75) 100%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 85%);
  z-index: 1;
}

.feature-boxes {
  display: block;
  padding: 50px 0;
}

@media (min-width: 960px) {
  .feature-boxes {
    display: flex;
    flex-direction: row;
    padding: 70px 0;
    margin: 0 -30px;
  }
}

.red-wrap {
  background: rgba(111, 0, 0, 0.3);
  margin-top: 24px;
}

a.feature-item {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  color: white;
  padding: 30px;
  min-height: 350px;
  overflow: hidden;
  margin: 0 0px 30px;
}

@media (min-width: 960px) {
  a.feature-item {
    width: 50%;
    min-height: 450px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0px;
  }
}

a.feature-item:before {
  content: '';
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, black 100%, #000000 100%);
  z-index: 1;
}

a.feature-item .feature-wrap {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 1;
  padding: 35px;
  transition: all 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

@media (min-width: 960px) {
  a.feature-item .feature-wrap {
    padding: 73px;
    bottom: 0px;
  }
}

a.feature-item:after {
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

a.feature-item h2 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.0em;
  padding-bottom: 20px;
  margin-bottom: 0;
}

a.feature-item .feature-description {
  padding: 0 0 30px;
  display: block;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

a.feature-item .feature-description p {
  font-size: 15px;
  line-height: 1.4em;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  display: block;
  margin: 0;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

a.feature-item .link {
  margin-top: 15px;
  display: block;
}

.link {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  min-width: 0;
  position: relative;
  padding: 5px 0 5px 26px;
}

.link:before, .link:after {
  content: ' ';
  background-image: url("../img/icon_chevron_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 23px;
  width: 23px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  box-sizing: border-box;
}

.link:after {
  background-image: url("../img/icon_chevron_white.svg") !important;
  opacity: 0;
}

.link:hover:before {
  opacity: 0.8;
  background-image: url("../img/icon_chevron_white.svg") !important;
}

.link:hover {
  color: white;
}

.link.back:before {
  transform: rotate(-180deg);
}

.button.icon {
  padding-left: 40px;
}

.button.icon:before {
  content: ' ';
  background-image: url("../img/icon_download_white.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  width: 23px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
}

.shows-panel {
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .shows-panel {
    padding-bottom: 165px;
  }
}

.shows-panel h3 span {
  color: #D64543;
}

.shows-panel h3 a {
  color: white;
}

.show-item {
  margin: 0 0 40px;
  width: 100%;
}

@media (min-width: 680px) {
  .show-item {
    padding: 0 10px;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .show-item {
    padding: 0 50px;
    width: 33.33333%;
    margin: 0 0 100px;
  }
}

.show-item h5 {
  margin: 0;
  line-height: 25px;
}

.show-item h2 {
  font-size: 40px;
  font-size: 5vw;
  margin: 0;
}

@media (max-width: 600px) {
  .show-item h2 {
    font-size: 30px;
  }
}

@media (min-width: 880px) {
  .show-item h2 {
    font-size: 44px;
  }
}

.show-item h2 a {
  color: white;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.show-item h2 a:hover {
  color: #D64543;
}

.show-item p {
  margin: 0.8em 0;
}

.show-item .date-range {
  color: white;
  margin: 15px 0 20px;
}

.show-item .wrap {
  display: block;
}

.show-item a.link {
  display: inline-block;
}

@media (min-width: 960px) {
  .show-item a.link {
    display: inline-block;
  }
}

.listing-image {
  background: transparent center top;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 50px;
  display: block;
}

.listing-image::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 148%;
}

.page-template-front-page .top-banner {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .page-template-front-page .top-banner {
    margin-bottom: 107px;
  }
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner {
    margin-top: -225px;
  }
}

.page-template-front-page .top-banner:after {
  display: none;
}

.page-template-front-page .top-banner .slide {
  background: center top no-repeat;
  background-size: cover;
  min-height: 400px;
  height: 105vh;
  position: relative;
  /*@include respond-to(small-tablet) {
		 	height: 130vw;
        }

        @include respond-to(tablet) {
		 	height: 110vw;
        }

        @include respond-to(desktop) {
		 	height: 100vw;
        }


	    @include respond-to(large-desktop) {
	        max-height: 920px;
	    }*/
}

.page-template-front-page .top-banner .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s ease-out;
  background-image: linear-gradient(-198deg, rgba(0, 0, 0, 0) 45%, black 100%, #000000 100%);
}

.page-template-front-page .top-banner .slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s ease-out;
  background-image: linear-gradient(-170deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.02) 23%, #000000 99%);
}

.page-template-front-page .top-banner .slide-text {
  color: white;
  position: absolute;
  bottom: 90px;
  right: 40px;
  width: calc(90% - 80px);
  text-align: right;
  z-index: 100;
  max-width: 600px;
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner .slide-text {
    width: calc(100% - 120px);
    right: 60px;
  }
}

@media (min-width: 1100px) {
  .page-template-front-page .top-banner .slide-text {
    right: 160px;
  }
}

.page-template-front-page .top-banner .slide-text .banner-sub {
  color: #D64543;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: -0.005em;
}

@media (min-width: 960px) {
  .page-template-front-page .top-banner .slide-text .banner-sub {
    font-size: 37px;
  }
}

@media (min-width: 960px) {
  .page-template-front-page .top-banner .slide-text h1 {
    margin-bottom: 32px;
  }
}

.page-template-front-page .top-banner .slide-text h1 a {
  color: white;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.page-template-front-page .top-banner .slide-text h1 a:hover {
  color: #D64543;
}

.page-template-front-page .top-banner .slide-text .banner-desc {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .page-template-front-page .top-banner .slide-text .banner-desc {
    margin-bottom: 30px;
  }
}

.page-template-front-page .top-banner .slide-text .banner-desc p {
  font-size: 16px;
  margin-bottom: 8px;
}

.page-template-front-page .top-banner .slide-text .banner-links a {
  margin: 0 0 25px 2px;
  font-weight: bold;
  position: relative;
  width: auto;
  display: inline-block;
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner .slide-text .banner-links a {
    margin-left: 20px;
  }
}

@media (min-width: 520px) {
  .page-template-front-page .top-banner .slide-text .banner-links .button {
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.page-template-front-page .top-banner .slide-text .banner-links a.button {
  font-weight: normal;
}

.page-template-front-page .top-banner .slide-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-front-page .top-banner .owl-carousel {
  display: block;
}

.page-template-front-page .top-banner .owl-carousel .slide {
  max-width: none;
}

.page-template-front-page .top-banner .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
}

@media (min-width: 520px) {
  .page-template-front-page .top-banner .owl-nav {
    top: 60%;
  }
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner .owl-nav {
    top: 60%;
  }
}

@media (min-width: 960px) {
  .page-template-front-page .top-banner .owl-nav {
    width: 760px;
  }
}

@media (min-width: 1100px) {
  .page-template-front-page .top-banner .owl-nav {
    top: 70%;
    right: 100px;
  }
}

@media (min-width: 1300px) {
  .page-template-front-page .top-banner .owl-nav {
    top: 80%;
    right: 100px;
  }
}

.page-template-front-page .top-banner .owl-nav .owl-prev, .page-template-front-page .top-banner .owl-nav .owl-next {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  overflow: hidden;
  height: 70px;
  width: 40px;
  text-indent: -9999px;
  text-align: left;
  z-index: 2;
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner .owl-nav .owl-prev, .page-template-front-page .top-banner .owl-nav .owl-next {
    width: 60px;
  }
}

.page-template-front-page .top-banner .owl-nav .owl-prev::before, .page-template-front-page .top-banner .owl-nav .owl-prev::after, .page-template-front-page .top-banner .owl-nav .owl-next::before, .page-template-front-page .top-banner .owl-nav .owl-next::after {
  content: '';
  position: absolute;
  top: 31px;
  left: 35%;
  background: #D64543;
  transform: rotate(48deg);
  transform-origin: 0 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 22px;
  height: 4px;
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner .owl-nav .owl-prev::before, .page-template-front-page .top-banner .owl-nav .owl-prev::after, .page-template-front-page .top-banner .owl-nav .owl-next::before, .page-template-front-page .top-banner .owl-nav .owl-next::after {
    width: 27px;
    height: 6px;
    left: 25%;
    top: 30px;
  }
}

.page-template-front-page .top-banner .owl-nav .owl-prev::after, .page-template-front-page .top-banner .owl-nav .owl-next::after {
  transform: rotate(-48deg);
  top: 34px;
}

@media (min-width: 680px) {
  .page-template-front-page .top-banner .owl-nav .owl-prev::after, .page-template-front-page .top-banner .owl-nav .owl-next::after {
    top: 34px;
  }
}

.page-template-front-page .top-banner .owl-nav .owl-next {
  left: auto;
  right: 0;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 0;
}

.page-intro {
  padding: 40px 0 80px;
}

.page-intro .wrap {
  display: block;
}

@media (min-width: 960px) {
  .page-intro p {
    display: inline-block;
    width: 60%;
  }
}

.row-buttons {
  vertical-align: top;
}

@media (min-width: 960px) {
  .row-buttons {
    display: inline-block;
    width: 35%;
    float: right;
    text-align: right;
  }
}

.row-buttons .button {
  margin-right: 5px;
  position: relative;
}

.show-slider {
  margin: 20px -30px;
  width: calc(100% + 60px);
}

@media (min-width: 420px) {
  .show-slider {
    margin: 20px -40px;
    width: calc(100% + 80px);
  }
}

@media (min-width: 840px) {
  .show-slider {
    width: calc(100% + 105px);
    margin: 100px -65px 20px;
  }
}

@media (min-width: 1280px) {
  .show-slider {
    width: calc(100% + (50vw - 530px));
  }
}

.show-slider .show-item {
  margin: 0;
  width: 308px;
  padding: 15px;
  display: inline-block;
}

@media (min-width: 840px) {
  .show-slider .show-item {
    padding: 0 45px;
    width: 400px;
  }
}

.show-slider .owl-stage-outer {
  padding: 20px;
  overflow: visible !important;
}

.show-slider .owl-prev, .show-slider .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s;
  opacity: 1;
  display: block;
  content: ' ';
  width: 90px;
  height: 100%;
  text-align: center;
  text-indent: -9999px;
  z-index: 2;
  background: linear-gradient(to right, transparent 0%, #000 90%);
}

@media (min-width: 680px) {
  .show-slider .owl-prev, .show-slider .owl-next {
    width: 150px;
  }
}

.show-slider .owl-prev:before, .show-slider .owl-next:before {
  content: '';
  background-image: url("../img/icon_chevron_red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 33px 33px;
  top: 230px;
  right: 20px;
  position: absolute;
  width: 63px;
  height: 64px;
}

.show-slider .owl-prev.disabled, .show-slider .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}

.show-slider .owl-prev {
  right: auto;
  left: 0;
  background: linear-gradient(to left, transparent 0%, #000 90%);
}

@media (min-width: 840px) {
  .show-slider .owl-prev {
    left: 25px;
  }
}

@media (min-width: 1280px) {
  .show-slider .owl-prev {
    left: calc(0px - (50vw - 600px - 65px));
  }
}

.show-slider .owl-prev:before {
  right: auto;
  left: 20px;
  transform: rotate(-180deg);
}

.page-template-front-page .show-slider .button {
  margin-right: 20px;
}

.page-template-front-page .show-slider .show-item {
  width: 200px;
  padding: 15px;
  display: inline-block;
}

@media (min-width: 420px) {
  .page-template-front-page .show-slider .show-item {
    width: 308px;
  }
}

@media (min-width: 840px) {
  .page-template-front-page .show-slider .show-item {
    padding: 0 45px;
    width: 400px;
  }
}

.page-template-front-page .show-slider .show-item p {
  font-size: 0.9em;
  margin: 0px 0 20px;
}

@media (min-width: 420px) {
  .page-template-front-page .show-slider .show-item p {
    font-size: 1em;
    margin: 0px 0 20px;
  }
}

.page-template-front-page .show-slider h2 {
  margin-bottom: 15px;
}

@media (min-width: 420px) {
  .page-template-front-page .show-slider h2 {
    margin-bottom: 20px;
  }
}

.page-template-front-page .show-slider .owl-prev:before, .page-template-front-page .show-slider .owl-next:before {
  top: 135px;
}

@media (min-width: 420px) {
  .page-template-front-page .show-slider .owl-prev:before, .page-template-front-page .show-slider .owl-next:before {
    top: 230px;
  }
}

.show-listing {
  margin: 40px 0;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 420px) {
  .show-listing {
    margin: 40px 0;
  }
}

@media (min-width: 680px) {
  .show-listing {
    margin: 40px -10px 0;
  }
}

@media (min-width: 1100px) {
  .show-listing {
    margin: 50px -50px 0;
  }
}

.button {
  margin-right: 20px;
}

.button.more {
  background: none;
  border: 2px solid white;
  margin-bottom: 60px;
  padding-top: 6px;
}

.category-listing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.category-listing ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.category-listing ul li.current-cat a {
  color: #D64543;
  position: relative;
}

.category-listing ul li.current-cat a:after {
  content: ' ';
  background-image: url("../img/icon_red.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 15px 15px;
  width: 23px;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 420px) {
  .category-listing ul li.current-cat a:after {
    bottom: -3px;
  }
}

.category-listing a {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  margin-right: 5px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  letter-spacing: -0.005em;
}

@media (min-width: 420px) {
  .category-listing a {
    font-size: 40px;
    margin-right: 30px;
  }
}

.category-listing a:hover {
  color: #D64543;
}

.category-listing form {
  border-top: none;
  border-bottom: none;
  margin: 20px 0;
  padding: 0;
}

.category-listing form span {
  margin-right: 20px;
}

.category-listing form label {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
  padding-top: 2px;
}

.category-listing form input[type='checkbox'], .category-listing form input[type='radio'] {
  display: inline-block;
}

.category-listing form input[type="checkbox"] + .custom-checker {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.category-listing form input[type="checkbox"] + .custom-checker:before {
  height: 18px;
  width: 18px;
  background: none;
  border: 2px solid #D64543;
}

.category-listing form input[type="checkbox"] + .custom-checker:after {
  top: 2px;
  left: 7px;
  width: 6px;
  height: 11px;
  border-width: 0 3px 3px 0;
}

.past-events-panel {
  margin: 60px 0 0;
  padding: 50px 0;
}

@media (min-width: 960px) {
  .past-events-panel {
    margin: 200px 0 0px;
    padding: 70px 0;
  }
}

.past-events-panel .col {
  display: block;
}

@media (min-width: 960px) {
  .past-events-panel .col {
    width: 70%;
    display: inline-block;
  }
}

.past-events-panel .col .wrap {
  display: flex;
  flex-flow: wrap;
}

.past-events-panel .col-right {
  display: block;
}

@media (min-width: 960px) {
  .past-events-panel .col-right {
    width: 28%;
    display: inline-block;
    float: right;
  }
}

.past-events-panel .past-image {
  display: inline-block;
  width: 20%;
  max-width: 368px;
}

.past-events-panel .past-image img {
  width: 100%;
}

.page-template-front-page .show-slider {
  margin-top: 10px !important;
}

.header-search-button {
  z-index: 1011;
  height: 25px;
  width: 25px;
  transition: transform 0.25s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/icon_search_red.svg") no-repeat center center;
  background-size: 20px auto;
  display: none;
  margin-top: 3px;
}

@media (min-width: 960px) {
  .header-search-button {
    display: inline-block;
  }
}

#search-overlay {
  background: black;
}

.searchform input[type="text"] {
  color: white;
  border-bottom: 1px solid red;
  border-radius: 0;
}

.searchform .button, .searchform .button:hover {
  background: url("../img/icon_search_white.svg") no-repeat right center/75%;
}

.searchform ::-webkit-input-placeholder {
  color: #fff;
}

.searchform ::-moz-placeholder {
  color: #fff;
}

.searchform :-ms-input-placeholder {
  color: #fff;
}

#search-overlay {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  z-index: 1010;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-visible {
  overflow: hidden;
}

.search-visible #search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-visible .header-search-button {
  background: transparent;
  position: relative;
  width: 25px;
  float: right;
}

.search-visible .header-search-button:before, .search-visible .header-search-button:after {
  content: '';
  background: #D64543;
  display: inline-block;
  height: 4px;
  width: 25px;
  position: absolute;
  left: 0px;
  top: 49%;
}

.search-visible .header-search-button:before {
  transform: rotate(45deg);
}

.search-visible .header-search-button:after {
  transform: rotate(-45deg);
}

.searchform {
  width: 100%;
  padding: 0 30px 100px;
  text-align: center;
  border-top: none;
  border-bottom: none;
}

.searchform .search-field {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 100%;
}

.searchform input[type="text"] {
  width: 800px;
  max-width: 100%;
  padding-right: 55px;
  font-weight: 200;
  color: white;
  border: none;
  border-bottom: 1px solid #D64543;
  line-height: 1.3;
  height: auto;
  padding: 0 1em 0.08em 0;
  outline: none;
  font-size: 8vw;
}

@media (max-width: 475px) {
  .searchform input[type="text"] {
    font-size: 38px;
  }
}

@media (min-width: 1150px) {
  .searchform input[type="text"] {
    font-size: 92px;
  }
}

.searchform .button, .searchform .button:hover {
  background: url("../img/icon_search_red.svg") no-repeat right center/75%;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 1em;
  text-indent: -9999px;
  min-width: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: none;
  outline: none;
  font-size: 8vw;
}

@media (max-width: 475px) {
  .searchform .button, .searchform .button:hover {
    font-size: 38px;
  }
}

@media (min-width: 1150px) {
  .searchform .button, .searchform .button:hover {
    font-size: 92px;
  }
}

.searchform .button:after, .searchform .button:hover:after {
  display: none;
}

.searchform ::-webkit-input-placeholder {
  color: #aeaeae;
}

.searchform ::-moz-placeholder {
  color: #aeaeae;
}

.searchform :-ms-input-placeholder {
  color: #aeaeae;
}

.section-search-listing .results {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.section-search-listing h3 {
  margin: 0 0 0.35em;
  font-size: 4vw;
}

@media (max-width: 550px) {
  .section-search-listing h3 {
    font-size: 22px;
  }
}

@media (min-width: 800px) {
  .section-search-listing h3 {
    font-size: 32px;
  }
}

.section-search-listing h3 a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  color: white;
}

.section-search-listing h3 a:hover {
  color: #D64543;
}

.section-search-listing .breadcrumbs a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  color: #D64543;
}

.section-search-listing .breadcrumbs a:hover {
  color: white;
}

.section-search-listing p {
  margin: 0.45em 0 0;
}

.section-search-listing .search-listing {
  min-height: 150px;
  margin: 30px 0 60px;
}

.section-search-listing .search-item {
  border-bottom: 2px solid #373636;
  padding: 20px 0;
}

@media (min-width: 960px) {
  .section-search-listing .search-item {
    padding: 50px 0 40px;
  }
}

.blog .section-filter {
  background: none;
  padding: 0 !important;
}

.blog form {
  margin-top: 60px;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
}

.blog form .search-filter {
  margin-bottom: 10px;
}

.blog form .search-filter input[type="submit"] {
  background: url("../img/icon_search_red.svg") no-repeat center center;
  background-size: 15px auto;
}

.blog .page-intro {
  padding-bottom: 60px;
}

.blog .page-intro .listing-results {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.blog-wrap {
  padding-bottom: 80px;
}

.blog-listing {
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .blog-listing {
    flex-flow: row wrap;
    margin: 0 -1.5%;
  }
}

.blog-listing .blog-item {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  overflow: hidden;
  min-height: 300px;
}

@media (min-width: 680px) {
  .blog-listing .blog-item {
    width: 50%;
    padding-bottom: 37%;
    float: left;
    min-height: 360px;
  }
}

@media (min-width: 960px) {
  .blog-listing .blog-item {
    width: 27%;
    height: 60%;
    padding: 0;
    min-height: 360px;
    margin: 0 1.5% 3%;
  }
}

.blog-listing .blog-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.blog-listing .blog-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff center no-repeat;
  background-size: cover;
  transition: all 0.2s linear;
}

.blog-listing .blog-item:hover .bg {
  opacity: 0.8;
}

.blog-listing .blog-item .title-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  color: white;
  transition: 0.2s;
}

@media (min-width: 680px) {
  .blog-listing .blog-item .title-date {
    padding: 30px 40px;
  }
}

.blog-listing .blog-item .title {
  line-height: 1.2em;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 38px;
  font-size: 3.5vw;
}

@media (max-width: 628.57143px) {
  .blog-listing .blog-item .title {
    font-size: 22px;
  }
}

@media (min-width: 942.85714px) {
  .blog-listing .blog-item .title {
    font-size: 33px;
  }
}

.blog-listing .blog-item .date {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 8px;
  display: block;
  font-weight: normal;
}

.bits {
  display: block;
  margin: 50px 0px 40px 0px;
  overflow: hidden;
  text-align: left;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.bits .share-button {
  vertical-align: top;
  margin-bottom: 10px;
}

@media (min-width: 680px) {
  .bits .share-button {
    float: right;
    display: inline-block;
    margin-bottom: 0px;
  }
}

.bits h5 {
  font-weight: normal;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  margin-top: 0;
  display: inline-block;
}

@media (min-width: 680px) {
  .tags {
    display: inline-block;
    width: 200px;
    float: left;
  }
}

.tags a {
  font-weight: normal;
  margin-bottom: 7px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.tags a:hover {
  color: white;
}

.share-button {
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button:hover {
  color: white;
}

.share-button .share-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 0px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon:before {
  content: ' ';
  background: url(../img/icon_share.svg) center no-repeat;
  background-size: 80% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.share-popup {
  background: #fff;
  width: 245px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.share-popup h5 {
  font-size: 1em;
  color: black;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 15px 8px;
  margin: 0;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.share-popup .share-link {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
  color: #D64543;
  text-transform: lowercase;
  border-top: 1px solid #eaeaea;
  transition: 0.2s;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.share-popup .share-link .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.share-popup .copytext {
  position: absolute;
  left: -9999px;
  top: 0;
}

.section-blog-detail .cat a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.section-blog-detail .cat a:hover {
  color: white;
}

.section-blog-detail a.link.back {
  margin-bottom: 20px;
  display: block;
}

section {
  position: relative;
  padding: 0 20px;
}

@media (min-width: 680px) {
  section {
    padding: 0 40px;
  }
}

@media (min-width: 960px) {
  section {
    padding: 0 70px;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in-banner {
  -webkit-animation: fadein 1000ms ease-in 200ms 1 both;
  animation: fadein 1000ms ease-in 200ms 1 both;
}

.fade-in-500 {
  -webkit-animation: fadein 500ms;
  animation: fadein 500ms;
}

.fade-in-1000 {
  -webkit-animation: fadein 1000ms;
  animation: fadein 1000ms;
}

.fade-in-1500 {
  -webkit-animation: fadein 1500ms;
  animation: fadein 1500ms;
}

.fade-in-2000 {
  -webkit-animation: fadein 2000ms;
  animation: fadein 2000ms;
}

.fade-in-2500 {
  -webkit-animation: fadein 2500ms;
  animation: fadein 2500ms;
}

.fade-in-3000 {
  -webkit-animation: fadein 3000ms;
  animation: fadein 3000ms;
}

form, .post-content form {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  margin: 100px 0 20px 0;
  padding-bottom: 50px;
  clear: both;
}

form li, .post-content form li {
  padding: 16px 0 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, select, .custom-select {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  background: #000;
  border: 1px solid #414141;
  color: #343434;
  font-size: 17px;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select {
  background: transparent;
  position: relative;
  color: #838080;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: none;
  border: none;
}

.custom-select:before {
  border: 2px solid #D64543;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gform_wrapper .gfield_label {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 3px 0;
  display: block;
}

.search-filter input[type="submit"], input[type='text'] {
  box-shadow: none;
  background-size: 15px auto;
  color: #f2f2f2;
  font-size: 14px;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #f2f2f2;
  opacity: 1;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  border: 2px solid #D64543;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

input[type='checkbox']:checked + .custom-checker:after, input:checked[type='radio'] + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:after {
  border: 1px solid #D64543;
  background: #D64543;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 25px;
  display: block;
  line-height: 1.3rem;
  color: #f2f2f2;
  font-size: 0.9em;
}

.section-onecolumn p,
.section-twocolumn-content p,
.section-imageleft-fit p,
.section-imageright-fit p,
.section-imageleft p,
.section-imageright p,
.section-twocolumn p,
.section-threecolumn p,
.section-fourcolumn p,
.section-twocolumn-bg-wide p,
.section-threecolumn-bg-wide p,
.section-fourcolumn-bg-wide p,
.section-twocolumn-bg p,
.section-threecolumn-bg p,
.section-fourcolumn-bg p {
  margin: 0.592em 0 1em 0;
}

.section-onecolumn h1, .section-onecolumn h2, .section-onecolumn h3, .section-onecolumn h4,
.section-twocolumn-content h1,
.section-twocolumn-content h2,
.section-twocolumn-content h3,
.section-twocolumn-content h4,
.section-imageleft-fit h1,
.section-imageleft-fit h2,
.section-imageleft-fit h3,
.section-imageleft-fit h4,
.section-imageright-fit h1,
.section-imageright-fit h2,
.section-imageright-fit h3,
.section-imageright-fit h4,
.section-imageleft h1,
.section-imageleft h2,
.section-imageleft h3,
.section-imageleft h4,
.section-imageright h1,
.section-imageright h2,
.section-imageright h3,
.section-imageright h4,
.section-twocolumn h1,
.section-twocolumn h2,
.section-twocolumn h3,
.section-twocolumn h4,
.section-threecolumn h1,
.section-threecolumn h2,
.section-threecolumn h3,
.section-threecolumn h4,
.section-fourcolumn h1,
.section-fourcolumn h2,
.section-fourcolumn h3,
.section-fourcolumn h4,
.section-twocolumn-bg-wide h1,
.section-twocolumn-bg-wide h2,
.section-twocolumn-bg-wide h3,
.section-twocolumn-bg-wide h4,
.section-threecolumn-bg-wide h1,
.section-threecolumn-bg-wide h2,
.section-threecolumn-bg-wide h3,
.section-threecolumn-bg-wide h4,
.section-fourcolumn-bg-wide h1,
.section-fourcolumn-bg-wide h2,
.section-fourcolumn-bg-wide h3,
.section-fourcolumn-bg-wide h4,
.section-twocolumn-bg h1,
.section-twocolumn-bg h2,
.section-twocolumn-bg h3,
.section-twocolumn-bg h4,
.section-threecolumn-bg h1,
.section-threecolumn-bg h2,
.section-threecolumn-bg h3,
.section-threecolumn-bg h4,
.section-fourcolumn-bg h1,
.section-fourcolumn-bg h2,
.section-fourcolumn-bg h3,
.section-fourcolumn-bg h4 {
  margin-top: 0;
}

.section-onecolumn h1,
.section-twocolumn-content h1,
.section-imageleft-fit h1,
.section-imageright-fit h1,
.section-imageleft h1,
.section-imageright h1,
.section-twocolumn h1,
.section-threecolumn h1,
.section-fourcolumn h1,
.section-twocolumn-bg-wide h1,
.section-threecolumn-bg-wide h1,
.section-fourcolumn-bg-wide h1,
.section-twocolumn-bg h1,
.section-threecolumn-bg h1,
.section-fourcolumn-bg h1 {
  margin-top: 0;
}

.hero-small .feature-image {
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
}

.section-hero.hero-small .hero-wrapper {
  height: 60px;
}

@media (min-width: 420px) {
  .section-hero.hero-small .hero-wrapper {
    height: 80px;
  }
}

@media (min-width: 520px) {
  .section-hero.hero-small .hero-wrapper {
    height: 100px;
  }
}

@media (min-width: 680px) {
  .section-hero.hero-small .hero-wrapper {
    height: 143px;
  }
}

@media (min-width: 960px) {
  .section-hero.hero-small .hero-wrapper {
    height: 167px;
  }
}

@media (min-width: 1100px) {
  .section-hero.hero-small .hero-wrapper {
    height: 204px;
  }
}

@media (min-width: 1250px) {
  .section-hero.hero-small .hero-wrapper {
    height: 218px;
  }
}

@media (min-width: 1300px) {
  .section-hero.hero-small .hero-wrapper {
    height: 265px;
  }
}

.section-hero {
  margin: 0 20px 15px 20px;
}

@media (min-width: 680px) {
  .section-hero .hero-wrapper {
    margin: 0;
    height: 650px;
  }
}

.section-filter {
  color: #f2f2f2;
}

.section-footer {
  background: #000;
  color: #f2f2f2;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}

.section-footer a {
  color: #f2f2f2;
}

.section-social {
  background-color: none;
}

.section-social .social-links a {
  background-color: #000;
  border: 3px solid #f2f2f2;
}

@media (min-width: 680px) {
  .section-social .social-links a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}

.section-social .social-links a:hover {
  background-color: #D64543;
  border: 1px solid #D64543;
}

.section-twocolumn-bg-wide,
.section-threecolumn-bg-wide,
.section-fourcolumn-bg-wide,
.section-twocolumn-bg,
.section-threecolumn-bg,
.section-fourcolumn-bg {
  color: #f2f2f2;
}

.section-twocolumn-bg-wide p,
.section-threecolumn-bg-wide p,
.section-fourcolumn-bg-wide p,
.section-twocolumn-bg p,
.section-threecolumn-bg p,
.section-fourcolumn-bg p {
  color: #f2f2f2;
  margin-bottom: 0.1em;
}

.section-twocolumn-bg-wide .background-image,
.section-threecolumn-bg-wide .background-image,
.section-fourcolumn-bg-wide .background-image,
.section-twocolumn-bg .background-image,
.section-threecolumn-bg .background-image,
.section-fourcolumn-bg .background-image {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-twocolumn-bg-wide .background-image *,
.section-threecolumn-bg-wide .background-image *,
.section-fourcolumn-bg-wide .background-image *,
.section-twocolumn-bg .background-image *,
.section-threecolumn-bg .background-image *,
.section-fourcolumn-bg .background-image * {
  z-index: 2;
  position: relative;
}

.section-twocolumn-bg-wide .background-image .element-link,
.section-threecolumn-bg-wide .background-image .element-link,
.section-fourcolumn-bg-wide .background-image .element-link,
.section-twocolumn-bg .background-image .element-link,
.section-threecolumn-bg .background-image .element-link,
.section-fourcolumn-bg .background-image .element-link {
  position: absolute;
  z-index: 1;
}

.section-twocolumn-bg-wide .background-image:before,
.section-threecolumn-bg-wide .background-image:before,
.section-fourcolumn-bg-wide .background-image:before,
.section-twocolumn-bg .background-image:before,
.section-threecolumn-bg .background-image:before,
.section-fourcolumn-bg .background-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
  opacity: 0.3;
  transition: 0.2s;
}

.section-twocolumn-bg-wide .background-image:hover:before,
.section-threecolumn-bg-wide .background-image:hover:before,
.section-fourcolumn-bg-wide .background-image:hover:before,
.section-twocolumn-bg .background-image:hover:before,
.section-threecolumn-bg .background-image:hover:before,
.section-fourcolumn-bg .background-image:hover:before {
  opacity: 0.4;
}

.section-twocolumn-bg-wide h3,
.section-threecolumn-bg-wide h3,
.section-fourcolumn-bg-wide h3,
.section-twocolumn-bg h3,
.section-threecolumn-bg h3,
.section-fourcolumn-bg h3 {
  font-size: 2.441em;
}

@media (min-width: 960px) {
  .section-twocolumn-bg-wide h3,
  .section-threecolumn-bg-wide h3,
  .section-fourcolumn-bg-wide h3,
  .section-twocolumn-bg h3,
  .section-threecolumn-bg h3,
  .section-fourcolumn-bg h3 {
    font-size: 3.815em;
    letter-spacing: 0.013em;
  }
}

.section-twocolumn-bg-wide p,
.section-threecolumn-bg-wide p,
.section-fourcolumn-bg-wide p,
.section-twocolumn-bg p,
.section-threecolumn-bg p,
.section-fourcolumn-bg p {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

@media (min-width: 680px) {
  .section-twocolumn-bg-wide p,
  .section-threecolumn-bg-wide p,
  .section-fourcolumn-bg-wide p,
  .section-twocolumn-bg p,
  .section-threecolumn-bg p,
  .section-fourcolumn-bg p {
    font-weight: 400;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    text-transform: none;
  }
}

.section-threecolumn-bg-wide .background-image,
.section-threecolumn-bg .background-image {
  min-height: calc((100vw - 18px) / 3.5);
}

.section-fourcolumn-bg-wide .background-image,
.section-fourcolumn-bg .background-image {
  min-height: calc((100vw - 18px) / 3.5);
}

.section-twocolumn-bg-wide .background-image,
.section-twocolumn-bg .background-image {
  min-height: calc((100vw - 18px) / 3.5);
}

.section-threecolumn-bg-wide,
.section-threecolumn-bg,
.section-fourcolumn-bg-wide,
.section-fourcolumn-bg,
.section-twocolumn-bg-wide,
.section-twocolumn-bg {
  margin: 5px 10px 0px 10px;
}

.section-threecolumn-bg-wide .padded, .section-threecolumn-bg-wide .padded + .padded:not(.background-image),
.section-threecolumn-bg .padded,
.section-threecolumn-bg .padded + .padded:not(.background-image),
.section-fourcolumn-bg-wide .padded,
.section-fourcolumn-bg-wide .padded + .padded:not(.background-image),
.section-fourcolumn-bg .padded,
.section-fourcolumn-bg .padded + .padded:not(.background-image),
.section-twocolumn-bg-wide .padded,
.section-twocolumn-bg-wide .padded + .padded:not(.background-image),
.section-twocolumn-bg .padded,
.section-twocolumn-bg .padded + .padded:not(.background-image) {
  margin: 15px 10px 0px 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 680px) {
  .section-threecolumn-bg-wide .padded, .section-threecolumn-bg-wide .padded + .padded:not(.background-image),
  .section-threecolumn-bg .padded,
  .section-threecolumn-bg .padded + .padded:not(.background-image),
  .section-fourcolumn-bg-wide .padded,
  .section-fourcolumn-bg-wide .padded + .padded:not(.background-image),
  .section-fourcolumn-bg .padded,
  .section-fourcolumn-bg .padded + .padded:not(.background-image),
  .section-twocolumn-bg-wide .padded,
  .section-twocolumn-bg-wide .padded + .padded:not(.background-image),
  .section-twocolumn-bg .padded,
  .section-twocolumn-bg .padded + .padded:not(.background-image) {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 420px) {
  .section-imageleft-fit .padded,
  .section-imageright-fit .padded,
  .section-twocolumn .padded,
  .section-threecolumn .padded,
  .section-fourcolumn .padded,
  .section-twocolumn-content .padded,
  .section-imageleft .padded,
  .section-imageright .padded {
    padding: 0px 40px;
  }
}

.section-imageleft-fit .padded, .section-imageleft-fit .padded + .padded:not(.background-image),
.section-imageright-fit .padded,
.section-imageright-fit .padded + .padded:not(.background-image),
.section-twocolumn .padded,
.section-twocolumn .padded + .padded:not(.background-image),
.section-threecolumn .padded,
.section-threecolumn .padded + .padded:not(.background-image),
.section-fourcolumn .padded,
.section-fourcolumn .padded + .padded:not(.background-image),
.section-twocolumn-content .padded,
.section-twocolumn-content .padded + .padded:not(.background-image),
.section-imageleft .padded,
.section-imageleft .padded + .padded:not(.background-image),
.section-imageright .padded,
.section-imageright .padded + .padded:not(.background-image) {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 680px) {
  .section-imageleft-fit .padded, .section-imageleft-fit .padded + .padded:not(.background-image),
  .section-imageright-fit .padded,
  .section-imageright-fit .padded + .padded:not(.background-image),
  .section-twocolumn .padded,
  .section-twocolumn .padded + .padded:not(.background-image),
  .section-threecolumn .padded,
  .section-threecolumn .padded + .padded:not(.background-image),
  .section-fourcolumn .padded,
  .section-fourcolumn .padded + .padded:not(.background-image),
  .section-twocolumn-content .padded,
  .section-twocolumn-content .padded + .padded:not(.background-image),
  .section-imageleft .padded,
  .section-imageleft .padded + .padded:not(.background-image),
  .section-imageright .padded,
  .section-imageright .padded + .padded:not(.background-image) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-onecolumn {
  margin: 40px 25px 0 0;
}

@media (min-width: 960px) {
  .section-onecolumn {
    margin: 60px 25px 0 0;
    max-width: 700px;
    margin-left: 0px;
  }
}

.section-onecolumn .padded {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 680px) {
  .section-onecolumn .padded {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
}

.section-imageright {
  margin: 0 0 0 0;
}

@media (min-width: 960px) {
  .section-imageright {
    margin: 0 0 0 0;
  }
}

.section-imageright h3 {
  font-size: 2.887em;
}

@media (min-width: 680px) {
  .section-imageright h3 {
    font-size: 4.624em;
    letter-spacing: 0.02em;
  }
}

.section-imageleft {
  margin: 0px 0 0 0;
}

@media (min-width: 960px) {
  .section-imageleft {
    margin: 40px 0 100px 0;
  }
}

.section-imageleft h3 {
  font-size: 2.887em;
}

@media (min-width: 680px) {
  .section-imageleft h3 {
    font-size: 4.624em;
    letter-spacing: 0.02em;
  }
}

.section-twocolumn-bg-wide .button,
.section-threecolumn-bg-wide .button,
.section-fourcolumn-bg-wide .button,
.section-twocolumn-bg .button,
.section-threecolumn-bg .button,
.section-fourcolumn-bg .button {
  background: #D64543;
  color: #f2f2f2;
}

.section-twocolumn-bg-wide .button:hover,
.section-threecolumn-bg-wide .button:hover,
.section-fourcolumn-bg-wide .button:hover,
.section-twocolumn-bg .button:hover,
.section-threecolumn-bg .button:hover,
.section-fourcolumn-bg .button:hover {
  color: #f2f2f2;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  opacity: 1;
}

.section-onecolumn .button {
  background: #D64543;
  color: #f2f2f2;
}

.section-onecolumn .button:hover {
  color: #f2f2f2;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  opacity: 1;
}

.section-backtotop {
  background: none;
}

.section-backtotop .padded, .section-backtotop .padded + .padded:not(.background-image) {
  padding: 0px 0 70px 0;
}

.section-pagination .page-numbers, .section-pagination .single-paging a {
  margin-top: 0.666em;
  background: #999;
  color: #f2f2f2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.666em;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}

.section-pagination .page-numbers:hover, .section-pagination .single-paging a:hover {
  color: #f2f2f2;
  background: #e63a40;
  box-shadow: none;
  opacity: 1;
}

.section-pagination .page-numbers.current, .section-pagination .single-paging a.current {
  background: #000;
  opacity: 1;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next,
.section-pagination .single-paging.prev a, .section-pagination .single-paging.next a {
  padding: 14px 26px;
}

.page-template .page-template-page-landing .main-content {
  max-width: 700px;
}

.page-template-page-landing .section-breadcrumbs .inner {
  margin: 0;
}

.page-template-page-landing .section-breadcrumbs .inner .padded {
  padding-left: 20px;
}

.left-right-listing {
  display: block;
  padding: 10px 0 80px;
}

@media (min-width: 680px) {
  .left-right-listing {
    padding: 0px 0 10px;
  }
}

@media (min-width: 960px) {
  .left-right-listing {
    padding: 10px 0 160px;
  }
}

.item {
  display: block;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

@media (min-width: 680px) {
  .item {
    margin-bottom: 100px;
  }
}

@media (min-width: 960px) {
  .item {
    margin-bottom: 160px;
  }
}

.item:last-child {
  margin-bottom: 0;
}

.item h2 a {
  text-decoration: none;
  color: #f2f2f2;
}

.item .meta {
  position: relative;
  padding: 40px 0px 0px 0px;
}

@media (min-width: 960px) {
  .item .meta {
    max-width: 400px;
    display: inline-block;
    padding: 0px 50px 0;
  }
}

.item .meta a.link {
  color: black;
  display: block;
}

.item .landing-image {
  width: 100%;
  display: block;
  overflow: hidden;
}

@media (min-width: 960px) {
  .item .landing-image {
    width: 50%;
    display: inline-block;
  }
}

.item .landing-image .image {
  min-height: 370px;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 960px) {
  .item .landing-image .image {
    min-height: 495px;
  }
}

@media (min-width: 960px) {
  .item:nth-child(odd) .meta {
    right: 0;
  }
  .item:nth-child(odd) .landing-image {
    float: left;
  }
  .item:nth-child(even) .meta {
    text-align: right;
    float: right;
  }
  .item:nth-child(even) .meta a.link {
    margin-right: 0;
    display: block;
  }
  .item:nth-child(even) .landing-image {
    float: right;
  }
}

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