@charset "UTF-8";
/*------------------------------------*\
    Animations
\*------------------------------------*/
/**
 * Animate.css by Dan Eden
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpLong {
  0% {
    opacity: 0;
    -moz-transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpLong {
  0% {
    opacity: 0;
    -ms-transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpLong {
  0% {
    opacity: 0;
    -o-transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpLong {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownLong {
  0% {
    opacity: 0;
    -moz-transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownLong {
  0% {
    opacity: 0;
    -ms-transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownLong {
  0% {
    opacity: 0;
    -o-transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownLong {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(300px);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp, .state--filters-open .attendable-datepicker, .state--filters-open .c-filter-list, .state--filters-open .c-small-label, .state--search-open .c-search-form__help {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUpLong {
  -webkit-animation-name: fadeInUpLong;
  -moz-animation-name: fadeInUpLong;
  -ms-animation-name: fadeInUpLong;
  -o-animation-name: fadeInUpLong;
  animation-name: fadeInUpLong;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDownLong {
  -webkit-animation-name: fadeInDownLong;
  -moz-animation-name: fadeInDownLong;
  -ms-animation-name: fadeInDownLong;
  -o-animation-name: fadeInDownLong;
  animation-name: fadeInDownLong;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .c-single-artist__mugshot-link:after, .attendable-datepicker .ui-datepicker-prev, .attendable-datepicker .ui-datepicker-next {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.c-single-artist__mugshot-link:after, .attendable-datepicker .fa-pull-left.ui-datepicker-prev, .attendable-datepicker .fa-pull-left.ui-datepicker-next {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.c-single-artist__mugshot-link:after, .attendable-datepicker .fa-pull-right.ui-datepicker-prev, .attendable-datepicker .fa-pull-right.ui-datepicker-next {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.c-single-artist__mugshot-link:after, .attendable-datepicker .pull-left.ui-datepicker-prev, .attendable-datepicker .pull-left.ui-datepicker-next {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.c-single-artist__mugshot-link:after, .attendable-datepicker .pull-right.ui-datepicker-prev, .attendable-datepicker .pull-right.ui-datepicker-next {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before, .attendable-datepicker .ui-datepicker-prev:before {
  content: "";
}

.fa-arrow-right:before, .attendable-datepicker .ui-datepicker-next:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* ==========================================================================
   #Fonts
   ========================================================================== */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 18, 2017 */
@font-face {
  font-family: "hepworth";
  src: url("../fonts/hepworth_roman_bold-webfont.woff2") format("woff2"), url("../fonts/hepworth_roman_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "hepworth";
  src: url("../fonts/hepworth_roman_medium-webfont.woff2") format("woff2"), url("../fonts/hepworth_roman_medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "hepworth";
  src: url("../fonts/hepworth_roman_regular-webfont.woff2") format("woff2"), url("../fonts/hepworth_roman_regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "hepworth";
  src: url("../fonts/hepworth_italic_bold-webfont.woff2") format("woff2"), url("../fonts/hepworth_italic_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "hepworth";
  src: url("../fonts/hepworth_italic_medium-webfont.woff2") format("woff2"), url("../fonts/hepworth_italic_medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "hepworth";
  src: url("../fonts/hepworth_italic_regular-webfont.woff2") format("woff2"), url("../fonts/hepworth_italic_regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

/* stylelint-enable selector-list-comma-newline-after */
/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  font-family: "hepworth", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #45484d;
}
@media (min-width: 93.75em) {
  html {
    font-size: 1.2em;
  }
}

body {
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.2857142857;
}
@media (max-width: 49.99em) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 62.5em) {
  h2 {
    font-size: 200%;
    line-height: 1.4;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 62.5em) {
  h3 {
    font-size: 150%;
    line-height: 1.4;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* ==========================================================================
   #TEXT ELEMENTS
   ========================================================================== */
p {
  margin: 0 0 1.25em 0;
  line-height: 1.5em;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
a:active {
  margin-top: 1px;
}

a, :-moz-any-link:focus {
  outline: none;
}

blockquote {
  margin: 1em 0 2em 1em;
  padding-left: 2em;
  border-left: 2px solid #808080;
}

ul, ol, dl {
  margin: 1em 0 2em 1.5em;
  padding-left: 1em;
  list-style-type: disc;
}
ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 4px;
  font-size: 95%;
  margin-bottom: 30px;
}
table caption {
  margin-bottom: 6px;
  text-align: left;
  font-size: 0.85em;
}
table tr:nth-child(odd) td {
  background: #F3F2ED;
}
table td {
  padding: 10px;
  vertical-align: center;
}
table th {
  font-weight: 700;
  text-align: left;
  background: #F3F2ED;
  padding: 14px 10px;
  vertical-align: center;
  border-bottom: 2px solid #F3F2ED;
}
@media (min-width: 62.5em) {
  table {
    margin-bottom: 60px;
  }
}

kbd, code, samp, pre {
  background: #F3F2ED;
  font-family: "Courier New", Courier, monospace;
  padding: 4px;
}

pre {
  overflow: scroll;
  font-size: 80%;
  line-height: 1.25em;
  padding: 3%;
  margin-bottom: 1.25em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

b {
  font-weight: bold;
}

small {
  font-size: 0.75em;
}

q {
  quotes: inherit;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

cite {
  font-weight: bold;
}

dfn {
  font-weight: bold;
}

var {
  font-style: italic;
}

time {
  font-weight: bold;
}

figure {
  margin-bottom: 3%;
}

figcaption {
  font-size: 0.75em;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  /* [1] */
  max-width: none;
}

/* ==========================================================================
   #FORMS
   ========================================================================== */
legend {
  margin-bottom: 1em;
}

label, .label {
  font-size: 90%;
  margin-bottom: 0;
  display: block;
}

input {
  border: 1px solid #808080;
}
input:focus {
  border: 1px solid #54777B;
  outline: none;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=search], input[type=url], select {
  width: 100%;
  max-width: 600px;
  height: 34px;
  padding-left: 6px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=search]:focus, input[type=url]:focus, select:focus {
  border-color: #a6bfc2;
}
@media (min-width: 62.5em) {
  input[type=text], input[type=email], input[type=tel], input[type=password], input[type=search], input[type=url], select {
    height: 40px;
    padding-left: 10px;
  }
  input[type=text].filed--large, input[type=email].filed--large, input[type=tel].filed--large, input[type=password].filed--large, input[type=search].filed--large, input[type=url].filed--large, select.filed--large {
    height: 60px;
  }
}

input[type=number], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local] {
  padding-left: 6px;
  height: 34px;
}
input[type=number]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus {
  border-color: #a6bfc2;
}
@media (min-width: 62.5em) {
  input[type=number], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local] {
    height: 40px;
    padding-left: 10px;
  }
  input[type=number].filed--large, input[type=date].filed--large, input[type=month].filed--large, input[type=week].filed--large, input[type=datetime].filed--large, input[type=datetime-local].filed--large {
    height: 60px;
  }
}

select {
  background: white;
  max-width: 600px;
  color: #808080;
  border: 1px solid #808080;
}

textarea {
  width: 100%;
  max-width: 600px;
  border: 1px solid #808080;
  padding: 10px;
}

input[type=checkbox] {
  margin-right: 10px;
}

input[type=submit], input[type=button], input[type=reset],
button[type=submit], button[type=button], button[type=reset] {
  font-size: 90%;
  font-weight: bold;
  border: none;
  margin-bottom: 1%;
  background: #F3F2ED;
  color: #000000;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
button[type=submit]:hover, button[type=button]:hover, button[type=reset]:hover {
  cursor: pointer;
}
input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled,
button[type=submit]:disabled, button[type=button]:disabled, button[type=reset]:disabled {
  opacity: 0.4;
  cursor: default;
}
@media (min-width: 62.5em) {
  input[type=submit], input[type=button], input[type=reset],
button[type=submit], button[type=button], button[type=reset] {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
/* stylelint-disable */
/* stylelint-enable */
.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Size variants.
   ========================================================================== */
.o-wrapper--tiny {
  padding-right: 6px;
  padding-left: 6px;
}

.o-wrapper--small {
  padding-right: 12px;
  padding-left: 12px;
}

.o-wrapper--large {
  padding-right: 48px;
  padding-left: 48px;
}

.o-wrapper--huge {
  padding-right: 96px;
  padding-left: 96px;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes.
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -4%;
  /* [3] */
  font-size: 0;
}

/**
 * 1. Required in order to combine fluid widths with fixed gutters.
 * 2. Allows us to manipulate grids vertically, with text-level properties,
 *    etc.
 * 3. Default item alignment is with the tops of each other, like most
 *    traditional grid/layout systems.
 * 4. By default, all layout items are full-width (mobile first).
 * 5. Gutters provided by left padding:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 * 6. Fallback for old IEs not supporting `rem` values.
 */
.o-layout__item {
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 4%;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers.
   ========================================================================== */
.o-layout--tiny {
  margin-left: -6px;
}
.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -12px;
}
.o-layout--small > .o-layout__item {
  padding-left: 12px;
}

.o-layout--large {
  margin-left: -5%;
}
.o-layout--large > .o-layout__item {
  padding-left: 5%;
}

.o-layout--huge {
  margin-left: -6%;
}
.o-layout--huge > .o-layout__item {
  padding-left: 6%;
}

.o-layout--flush {
  margin-left: 0;
}
.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

/* Vertical alignment modifiers.
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/* Fill order modifiers.
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}
.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}
.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}
.o-layout--reverse > .o-layout__item {
  direction: ltr;
  text-align: left;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}
.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 24px;
}
.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}
.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
.o-media--tiny > .o-media__img {
  margin-right: 6px;
}
.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 6px;
}

.o-media--small > .o-media__img {
  margin-right: 12px;
}
.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 12px;
}

.o-media--large > .o-media__img {
  margin-right: 48px;
}
.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 48px;
}

.o-media--huge > .o-media__img {
  margin-right: 96px;
}
.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 96px;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 24px;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

/* ==========================================================================
   #FLAG
   ========================================================================== */
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 */
.o-flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
}

/**
 * Items within a flag object. There should only ever be one of each.
 *
 * 1. Default to aligning content to their middles.
 */
.o-flag__img,
.o-flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
 * Flag images have a space between them and the body of the object.
 *
 * 1. Force `.flag__img` to take up as little space as possible:
 *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
 */
.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 24px;
  /**
   * 1. Fixes problem with images disappearing.
   */
}
.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
 * The container for the main content of the flag object.
 *
 * 1. Forces the `.flag__body` to take up all remaining space.
 */
.o-flag__body {
  width: auto;
  /* [1] */
}
.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
.o-flag--tiny > .o-flag__img {
  padding-right: 6px;
}
.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 6px;
}

.o-flag--small > .o-flag__img {
  padding-right: 12px;
}
.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 12px;
}

.o-flag--large > .o-flag__img {
  padding-right: 48px;
}
.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 48px;
}

.o-flag--huge > .o-flag__img {
  padding-right: 96px;
}
.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 96px;
}

.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

/* Reversed flag.
   ========================================================================== */
/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */
.o-flag--reverse {
  direction: rtl;
  /* [1] */
}
.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}
.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 24px;
  /* [3] */
}

/* Alignment variants.
   ========================================================================== */
/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */
.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
  vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #BOX
   ========================================================================== */
/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */
.o-box {
  display: block;
  /* [1] */
  padding: 24px;
}
.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.o-box > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 6px;
}

.o-box--small {
  padding: 12px;
}

.o-box--large {
  padding: 48px;
}

.o-box--huge {
  padding: 96px;
}

/* ==========================================================================
   #BLOCK
   ========================================================================== */
/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */
.o-block {
  display: block;
  text-align: center;
}

.o-block__img {
  margin-bottom: 24px;
  /* Size variants.
     ====================================================================== */
}
.o-block--flush > .o-block__img {
  margin-bottom: 0;
}
.o-block--tiny > .o-block__img {
  margin-bottom: 6px;
}
.o-block--small > .o-block__img {
  margin-bottom: 12px;
}
.o-block--large > .o-block__img {
  margin-bottom: 48px;
}
.o-block--huge > .o-block__img {
  margin-bottom: 96px;
}

.o-block__body {
  display: block;
}

/* Alignment variants.
   ========================================================================== */
.o-block--right {
  text-align: right;
}

.o-block--left {
  text-align: left;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* stylelint-disable */
/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/* ==========================================================================
   #CROP
   ========================================================================== */
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */
}

/**
 * Apply this class to the content (usually `img`) that needs cropping.
 *
 * 1. Image’s default positioning is top-left in the cropping box.
 * 2. Make sure the media doesn’t stop itself too soon.
 */
.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  max-width: none;
  /* [2] */
}

/**
 * We can position the media in different locations within the cropping area.
 */
.o-crop__content--right {
  right: 0;
  left: auto;
}

.o-crop__content--bottom {
  top: auto;
  bottom: 0;
}

.o-crop__content--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* stylelint-disable */
/* Crop-ratio variants.
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--16:9">
 *
 */
.o-crop--2\:1 {
  padding-bottom: 50%;
}

.o-crop--4\:3 {
  padding-bottom: 75%;
}

.o-crop--16\:9 {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* Size variants.
   ========================================================================== */
.o-table--tiny th,
.o-table--tiny td {
  padding: 6px;
}

.o-table--small th,
.o-table--small td {
  padding: 12px;
}

.o-table--large th,
.o-table--large td {
  padding: 48px;
}

.o-table--huge th,
.o-table--huge td {
  padding: 96px;
}

/* ==========================================================================
   #PACK
   ========================================================================== */
/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 *
 * 1. Fill all available space.
 * 2. Remove any leftover styling from lists.
 * 3. Cause children to be automatically equally sized.
 */
.o-pack {
  width: 100%;
  /* [1] */
  margin-left: 0;
  /* [2] */
  display: table;
  table-layout: fixed;
  /* [3] */
}

/**
 * 1. Cause children to adopt table-like structure.
 * 2. Default item alignment is with the tops of each other.
 */
.o-pack__item {
  display: table-cell;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* Vertical alignment variants.
     ====================================================================== */
}
.o-pack--middle > .o-pack__item {
  vertical-align: middle;
}
.o-pack--bottom > .o-pack__item {
  vertical-align: bottom;
}

/* Unequal-width items.
   ========================================================================== */
.o-pack--auto {
  table-layout: auto;
}

/* Size variants.
   ========================================================================== */
.o-pack--tiny {
  border-spacing: 6px;
}

.o-pack--small {
  border-spacing: 12px;
}

.o-pack--large {
  border-spacing: 48px;
}

.o-pack--huge {
  border-spacing: 96px;
}

/* Reversed order packs
   ========================================================================== */
.o-pack--reverse {
  direction: rtl;
}
.o-pack--reverse > .o-pack__item {
  direction: ltr;
}

.o-vertical-align-wrapper {
  height: 100%;
}
.o-vertical-align-wrapper:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  margin-left: -0.25em;
}
.o-vertical-align-wrapper .o-vertical-align {
  width: 99%;
  display: inline-block;
  vertical-align: middle;
}

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

.o-nav {
  padding-left: 0;
  margin-left: 0;
}
.o-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
}
.o-nav li:first-child {
  margin-left: 0;
}
.o-nav li:last-child {
  margin-right: 0;
}
.o-nav.o-nav--stacked li {
  display: block;
  margin: 0;
}

/* ==========================================================================
   #CONTAINER
   ========================================================================== */
.o-container {
  margin: 0 2%;
  max-width: 1500px;
}
@media (min-width: 98.75em) {
  .o-container {
    margin: 0 auto;
  }
}

/* ==========================================================================
   #ROW
   ========================================================================== */
.o-row {
  padding-top: 3%;
  padding-bottom: 3%;
}

.o-row--small {
  padding-top: 2%;
  padding-bottom: 2%;
}

.o-row--large {
  padding-top: 5%;
  padding-bottom: 5%;
}

/* ==========================================================================
   #MAX WIDTHS
   ========================================================================== */
.o-max {
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.o-max--400 {
  max-width: 400px;
}

.o-max--500 {
  max-width: 500px;
}

.o-max--600 {
  max-width: 600px;
}

.o-max--700 {
  max-width: 700px;
}

.o-max--800 {
  max-width: 800px;
}

.o-max--900 {
  max-width: 900px;
}

.o-max--1000 {
  max-width: 1000px;
}

.o-max--1200 {
  max-width: 1200px;
}

.o-max--1400 {
  max-width: 1400px;
}

.o-max--1600 {
  max-width: 1600px;
}

.o-max--1800 {
  max-width: 1800px;
}

.o-max--no-center {
  margin-left: inherit;
  margin-right: inherit;
}

.o-max--no-pad {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
   #MAX WIDTHS
   ========================================================================== */
.o-put--left, .o-put--right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

@media (min-width: 50em) {
  .o-put--left--tablet, .o-put--right--tablet {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .o-put--left--desktop, .o-put--right--desktop {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
}
@media (min-width: 75em) {
  .o-put--left--wide, .o-put--right--wide {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
}
/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, .c-password-protected input[type=submit], .c-content-style input[type=submit], .c-content-style input[type=button], .c-content-style input[type=reset], .c-content-style button[type=submit], .c-content-style button[type=button], .c-content-style button[type=reset] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.7rem 1rem;
  transition: all 200ms ease-in-out;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
}
.c-btn i, .c-password-protected input[type=submit] i, .c-content-style input[type=submit] i, .c-content-style input[type=button] i, .c-content-style input[type=reset] i, .c-content-style button[type=submit] i, .c-content-style button[type=button] i, .c-content-style button[type=reset] i {
  padding-right: 0.7rem;
}

/* Style variants
   ========================================================================== */
.c-btn--primary, .c-content-style input[type=submit], .c-content-style input[type=button], .c-content-style input[type=reset], .c-content-style button[type=submit], .c-content-style button[type=button], .c-content-style button[type=reset] {
  background-color: #0ad6d6;
}
.c-btn--primary, .c-content-style input[type=submit], .c-content-style input[type=button], .c-content-style input[type=reset], .c-content-style button[type=submit], .c-content-style button[type=button], .c-content-style button[type=reset], .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none;
  /* [4] */
  color: #fff;
}
.c-btn--primary:hover, .c-content-style input[type=submit]:hover, .c-content-style input[type=button]:hover, .c-content-style input[type=reset]:hover, .c-content-style button[type=submit]:hover, .c-content-style button[type=button]:hover, .c-content-style button[type=reset]:hover, .c-btn--primary:focus, .c-content-style input[type=submit]:focus, .c-content-style input[type=button]:focus, .c-content-style input[type=reset]:focus, .c-content-style button[type=submit]:focus, .c-content-style button[type=button]:focus, .c-content-style button[type=reset]:focus {
  background-color: #057575;
}

.c-btn--special, .c-password-protected input[type=submit] {
  padding: 0.7rem 2rem 0.7rem 1rem;
  border-radius: 0;
  -webkit-mask: url("../img/button-bg.svg") no-repeat 50% 50%;
  mask: url("../img/button-bg.svg") no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ad6d6;
}
.c-btn--special, .c-password-protected input[type=submit], .c-btn--special:hover, .c-btn--special:active, .c-btn--special:focus {
  text-decoration: none;
  /* [4] */
  color: rgba(0, 0, 0, 0.8);
}
.c-btn--special:hover, .c-password-protected input[type=submit]:hover, .c-btn--special:focus, .c-password-protected input[type=submit]:focus {
  background-color: #08a5a5;
}
@media (min-width: 50em) {
  .c-btn--special:hover, .c-password-protected input[type=submit]:hover, .c-btn--special:focus, .c-password-protected input[type=submit]:focus {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}

.c-btn--secondary {
  background-color: #000000;
}
.c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  text-decoration: none;
  color: #fff;
}
.c-btn--secondary:hover, .c-btn--secondary:focus {
  background-color: #000000;
}

.c-btn--tertiary {
  background-color: #F3F2ED;
  color: #444;
}
.c-btn--tertiary, .c-btn--tertiary:hover, .c-btn--tertiary:active, .c-btn--tertiary:focus {
  text-decoration: none;
  color: #444;
}
.c-btn--tertiary:hover, .c-btn--tertiary:focus {
  color: #222;
}

/* Size variants
   ========================================================================== */
.c-btn--small, .c-password-protected input[type=submit] {
  font-size: 80%;
  padding: 0.5rem 1.4rem 0.5rem 0.8rem;
}

.c-btn--large {
  font-size: 110%;
  padding: 1rem 2rem 1rem 1.5rem;
}

/* Ghost buttons
   ========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
.c-btn--ghost {
  border: 1px solid currentColor;
  padding: 11px 23px;
}
.c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  background: none;
}
.c-btn--ghost.c-btn--small, .c-password-protected input.c-btn--ghost[type=submit] {
  padding: 5px 11px;
}
.c-btn--ghost.c-btn--large {
  padding: 23px 47px;
}
.c-btn--ghost.c-btn--primary, .c-content-style input.c-btn--ghost[type=submit], .c-content-style input.c-btn--ghost[type=button], .c-content-style input.c-btn--ghost[type=reset], .c-content-style button.c-btn--ghost[type=submit], .c-content-style button.c-btn--ghost[type=button], .c-content-style button.c-btn--ghost[type=reset] {
  color: #4a8ec2;
}
.c-btn--ghost.c-btn--primary:hover, .c-content-style input.c-btn--ghost[type=submit]:hover, .c-content-style input.c-btn--ghost[type=button]:hover, .c-content-style input.c-btn--ghost[type=reset]:hover, .c-content-style button.c-btn--ghost[type=submit]:hover, .c-content-style button.c-btn--ghost[type=button]:hover, .c-content-style button.c-btn--ghost[type=reset]:hover, .c-btn--ghost.c-btn--primary:focus, .c-content-style input.c-btn--ghost[type=submit]:focus, .c-content-style input.c-btn--ghost[type=button]:focus, .c-content-style input.c-btn--ghost[type=reset]:focus, .c-content-style button.c-btn--ghost[type=submit]:focus, .c-content-style button.c-btn--ghost[type=button]:focus, .c-content-style button.c-btn--ghost[type=reset]:focus {
  color: #3774a2;
}
.c-btn--ghost.c-btn--secondary {
  color: #2f4054;
}
.c-btn--ghost.c-btn--secondary:hover, .c-btn--ghost.c-btn--secondary:focus {
  color: #1d2733;
}
.c-btn--ghost.c-btn--tertiary:hover, .c-btn--ghost.c-btn--tertiary:focus {
  color: #999;
}

/* ==========================================================================
   #FRESCO
   ========================================================================== */
.fr-window {
  font-family: "hepworth", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.fr-overlay-background {
  background-color: #576477;
}

.fr-ui-outside .fr-info-background {
  background-color: #414b5a;
}

/* ==========================================================================
   #CONTENT
   ========================================================================== */
.c-content-style a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid rgba(10, 214, 214, 0.4);
  padding-bottom: 1px;
}
.c-content-style a:hover {
  color: #057575;
  border-bottom: 3px solid #0ad6d6;
}
.c-content-style table td {
  border: 1px solid #dfdfdf;
  padding: 8px 10px;
  text-align: left;
  font-size: 85%;
  line-height: 140%;
}
.c-content-style table td a {
  color: #057575;
  border-bottom: 3px solid #0ad6d6;
}
.c-content-style table td a:hover {
  color: #011313;
  border-bottom: 3px solid #0ad6d6;
}
.c-content-style table th {
  font-weight: bold;
  padding: 15px 10px;
  border: 1px solid #ddd;
}
.c-content-style h1, .c-content-style h2, .c-content-style h3, .c-content-style h4, .c-content-style h5, .c-content-style h6 {
  color: #0ad6d6;
  font-weight: 100;
}
.c-content-style li {
  line-height: 1.6;
  margin-bottom: 0.7em;
}
.c-content-style p + h1, .c-content-style p + h2, .c-content-style p + h3, .c-content-style p + h4, .c-content-style p + h5, .c-content-style p + h6 {
  margin-top: 1.8em;
}
.c-content-style input, .c-content-style textarea, .c-content-style select {
  border-radius: 2px;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  font-family: "hepworth", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.c-content-style select {
  margin-top: 7px !important;
}
.c-content-style input[type=submit], .c-content-style input[type=button], .c-content-style input[type=reset], .c-content-style button[type=submit], .c-content-style button[type=button], .c-content-style button[type=reset] {
  display: block;
  line-height: 1;
  border: none;
  font-family: "hepworth", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  min-width: 250px;
  min-height: 60px;
  color: #45484d;
}

.c-section-label {
  padding: 0 0 8%;
}

.c-small-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 75%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
@media (max-width: 49.99em) {
  .c-small-label {
    font-weight: bold;
  }
}

.c-small-label--center {
  text-align: center;
}

/* ==========================================================================
   #FIGURE
   ========================================================================== */
.fig, .c-fig {
  position: relative;
}
.fig img, .c-fig img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.fig figcaption, .fig .c-fig__caption, .c-fig figcaption, .c-fig .c-fig__caption {
  display: block;
  padding: 10px 0;
  font-size: 60%;
  font-weight: bold;
}

/* ==========================================================================
   #LOADER
   ========================================================================== */
.c-loader, .state--filter-selected .c-filter-panel:before, .state--search-fired .c-search-form:before, .pg-masthead__img:before, .fig:before, .c-fig:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAyVBMVEUAAAC9vsDCw8W9v8G9vsD29/fr7O29vsDm5+jx8fK/wML29vf///+9vsHR0tPm5+jt7u7w8PHr7Ozc3d7n6OnExcfGx8nJyszMzM7V1tjZ2tvf4OG9vsDHyMrp6uvIycu9v8HAwcTPz9HCw8W9vsC9vsDBwsTj5OXj5OXW19i9vsDm5+jw8PHy8vL09fW9vsDFxsjJyszAwsS9vsDU1dbLzM7Y2drb3N3c3d7e3+DHyMrBwsTh4uPR0tPDxcfa293R0tTV1ti9vsAll6RJAAAAQnRSTlMA7+t/MAZHQDYjHxABv6xSQjEgFgzi2M7Emop0cGVLD/ryt7Cfj3dmYWBgWjgsGd/Cv7SvopSSg4B6eHZrQjkyKx1dd0xhAAAA9klEQVR4AYWPeXOCMBBHFxIgCQKC3KCo1Wprtfd98/0/VBPb6TC0Wd+/783+ZqELrQkRoIMujFbiaLTwpESC029reB7919d7u6SgYaE8aUCivW84oEUY0lPQc408pxBqHxCIHGiw4Lxtl5h35ALFglouAAaZTj00OJ7NrvDANI/Q4PlQMDbNFA3ekiQRaHGRpmM0eMqyyxgLRlme4ydu8/n8Az3h+37xiRWv/k1RRlhxUtyVD8yCXwaDflHeP1Zr5sIey3WtfvFeVS+rTWAzFobhNhrFf4omWK03wcS2h8OzLd/1TyhiNvkJQu5amocjznm0i6HDF1RMG1aMA/PYAAAAAElFTkSuQmCC) no-repeat;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   #SEARCH RESULTS
   ========================================================================== */
.c-scroll-down {
  width: 34px;
  height: 55px;
}
.c-scroll-down:before {
  content: "";
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
}
.c-scroll-down:after {
  content: "";
  position: absolute;
  left: 15px;
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: mouse-scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/*------------------------------------*\
    Hamburger Menu Icon & Animation
\*------------------------------------*/
.c-hamburger {
  width: 24px;
  height: 18px;
  position: relative;
  z-index: 100;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.c-hamburger:hover span {
  background: #999;
}

.c-hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.c-hamburger span:nth-child(1) {
  top: 0px;
}

.c-hamburger span:nth-child(2), .c-hamburger span:nth-child(3) {
  top: 6px;
}

.c-hamburger span:nth-child(4) {
  top: 12px;
}

.nav-open .c-hamburger span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.nav-open .c-hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .c-hamburger span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

/* ==========================================================================
   #WRAPPERS
   ========================================================================== */
.global-html-wrap {
  position: relative;
}

.global-site-wrap {
  background-color: #576477;
  position: relative;
}

.global-content-wrap {
  background: #ffffff;
  padding-top: 55px;
}
@media (min-width: 50em) {
  .global-content-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 62.5em) {
  .global-content-wrap {
    width: 90%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-construkt-wrap {
  position: relative;
  background: #ffffff;
}

/* ==========================================================================
   #CONSTRUKT
   ========================================================================== */
.c-construkt-row--flush {
  position: relative;
  max-width: 100% !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: white;
  padding: 7%;
}
.c-construkt-row--flush .o-layout {
  position: relative;
  z-index: 1;
}
.c-construkt-row--flush .c-col-txt {
  font-size: 120%;
  margin-bottom: 0;
}

.c-construkt-col {
  margin-bottom: 60px;
}

.c-construkt-row__heading {
  font-size: 200%;
  margin-bottom: 1.5rem;
  border-bottom: 2.5px solid;
}

.c-construkt-col__btn-launch {
  font-size: 120%;
  position: absolute;
  bottom: -10px;
  left: -10px;
  transform-origin: bottom left;
  transition: all 200ms ease-in-out;
}

.c-construkt-col:hover .c-construkt-col__btn-launch {
  transform: scale(1.1, 1.1);
}

.c-col-txt--has-bg {
  font-size: 95%;
  font-weight: bold;
  padding: 6% 7%;
}

.c-col-txt--angular {
  font-size: 95%;
  font-weight: bold;
  padding: 8% 16% 11% 10%;
  -webkit-mask: url("../img/button-bg.svg") no-repeat 50% 50%;
  mask: url("../img/button-bg.svg") no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ad6d6;
}
.c-col-txt--angular h1, .c-col-txt--angular h2, .c-col-txt--angular h3, .c-col-txt--angular h4, .c-col-txt--angular h5, .c-col-txt--angular h6 {
  color: inherit;
}

.c-col-img {
  position: relative;
}

.c-col-img--320x200-crop .fig {
  height: 0;
  padding-bottom: 62.5%;
}
.c-col-img--320x200-crop img {
  width: 100%;
  height: auto;
}

.c-col-img--large .fig {
  padding-bottom: 0;
  height: auto;
}
.c-col-img--large img {
  max-width: 100%;
  height: auto;
}

.contact-us .acf-map {
  margin-top: 0;
}

.c-col-gallery {
  position: relative;
}
.c-col-gallery:hover .c-col-gallery__launch {
  transform: scale(1.2, 1.2);
}

.c-col-video {
  position: relative;
}

.c-col-video__link {
  display: block;
  position: relative;
  background-color: #576477;
}

.c-col-video__still-frame {
  position: relative;
}
.c-col-video__still-frame img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 200ms ease-in-out;
}
.c-col-video__still-frame:after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  text-align: center;
  color: #ffffff;
  font-size: 300%;
}

.c-col-video__title {
  padding: 15px;
  color: white;
  margin: 0;
  font-size: 80%;
  background: #576477;
  display: block;
}
@media (min-width: 50em) {
  .c-col-video__title {
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}

.c-col-block {
  position: relative;
}
.c-col-block .c-col-block__link-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 200ms ease-in-out;
}
@media (min-width: 50em) {
  .c-col-block .c-col-block__link-item:hover {
    transform: scale(1.01, 1.01);
  }
  .c-col-block .c-col-block__link-item:hover .fig {
    opacity: 0.9;
  }
}
.c-col-block .c-col-block__heading {
  color: #0ad6d6;
  font-size: 130%;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 8px;
}
@media (min-width: 50em) {
  .c-col-block .c-col-block__heading {
    font-size: 200%;
  }
}
.c-col-block .c-col-block__subheading {
  color: #000000;
  font-weight: bold;
  font-size: 80%;
  line-height: 130%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-width: 90%;
}
.c-col-block .fig {
  transition: all 200ms ease-in-out;
  background-color: #F3F2ED;
  overflow: hidden;
  height: 0;
  padding-bottom: 62.5%;
  margin-bottom: 5%;
}
.c-col-block img {
  width: 100%;
  height: auto;
}
.c-col-block .faux-link {
  font-weight: bold;
  transition: all 200ms ease-in-out;
}
.c-col-block .faux-link:hover {
  color: #057575;
}

.c-construkt-row--use-uncropped .c-col-block .fig {
  overflow: visible;
  height: auto;
  padding-bottom: inherit;
}

/* ==========================================================================
   #GLOBAL-HEADER
   ========================================================================== */
.global-header {
  background: #576477;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 100;
}
@media (min-width: 62.5em) {
  .global-header {
    height: 128px;
  }
}

.nav-open {
  overflow: hidden;
}
.nav-open .global-header {
  position: absolute;
  overflow-y: auto;
  height: 100vh;
}

@media (min-width: 62.5em) {
  .global-header {
    background: transparent;
  }
}
.global-nav-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
@media (min-width: 62.5em) {
  .global-nav-toggle {
    display: none;
  }
}

.global-header__top-bar--desktop {
  display: none;
}
@media (min-width: 62.5em) {
  .global-header__top-bar--desktop {
    display: block;
    background-color: #2c323c;
    color: #F3F2ED;
    padding: 0 2%;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
  }
  .global-header__top-bar--desktop .secondary-nav a {
    padding: 10px 20px;
  }
  .global-header__top-bar--desktop .secondary-nav a:hover {
    background-color: #2c323c;
  }
}

.global-header__main-bar {
  background: #576477;
  padding: 30px 0;
  margin-bottom: 10px;
  transition: all 200ms ease-in-out;
}
@media (min-width: 62.5em) {
  .global-header__main-bar {
    background: transparent;
    padding: 0 0 30px 0;
    margin-bottom: 0;
    height: 100px;
  }
  .global-header__main-bar:after {
    content: "";
    position: absolute;
    top: -70px;
    left: -30px;
    width: 110%;
    height: 200px;
    z-index: -1;
    background-color: rgba(87, 100, 119, 0.75);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    transition: all 200ms ease-in-out;
  }
}

.state--scrolled .global-header .primary-nav {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.state--scrolled .global-header .global-header__main-bar:after {
  width: 100%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  background-color: rgba(44, 50, 60, 0.85);
}
.state--scrolled .global-header .global-header-logo {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.global-header-logo {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 10;
  transition: all 200ms ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
@media (min-width: 93.75em) {
  .global-header-logo {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (min-width: 62.5em) {
  .global-header-logo__bg {
    height: 170px;
  }

  .global-header-logo__mark {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 270px;
  }

  .global-header-logo__link {
    display: block;
    width: 270px;
    height: 170px;
  }
}
@media (max-width: 62.49em) {
  .global-header-logo__link {
    display: block;
    width: 124px;
    height: 75px;
  }

  .global-header-logo:not(.anniversary-header-logo) {
    display: block;
    width: 124px;
    height: 75px;
    background-image: url("../img/hepworth-logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .global-header-logo__link {
    display: block;
  }

  .global-header-logo__bg, .global-header-logo__mark {
    display: none;
  }
}
@media (min-width: 62.5em) {
  .secondary-nav--mobile {
    display: none;
  }
}

.global-nav ul, .global-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 62.5em) {
  .global-nav li {
    display: inline-block;
  }
}
.global-nav a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #ffffff;
}
@media (max-width: 62.49em) {
  .global-nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.primary-nav {
  font-size: 120%;
  transition: all 200ms ease-in-out;
}
@media (min-width: 62.5em) {
  .primary-nav {
    font-size: 120%;
    position: relative;
    margin-left: 280px;
    top: 20px;
  }
  .primary-nav li {
    display: inline-block;
  }
  .primary-nav a {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 62.5em) and (min-width: 62.5em) {
  .primary-nav a {
    position: relative;
  }
  .primary-nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .primary-nav a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 75em) {
  .primary-nav {
    font-size: 140%;
  }
  .primary-nav a {
    padding: 10px 15px;
  }
}

@media (max-width: 62.49em) {
  .nav-closed .navigation-wrap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@media (max-width: 62.49em) {
  .nav-open .navigation-wrap {
    margin-top: 60px;
  }
}

.c-free-entry-label {
  font-size: 10px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 16px;
  left: 120px;
  max-width: 75px;
  line-height: 1.2;
}
@media (min-width: 62.5em) {
  .c-free-entry-label {
    font-size: 100%;
  }
}

.c-opening-times {
  z-index: 101;
  position: absolute;
  top: 2px;
  right: 90px;
  color: #ffffff;
}
@media (min-width: 62.5em) {
  .c-opening-times {
    right: auto;
    left: 260px;
  }
}

.c-opening-times__detail {
  z-index: 101;
  position: absolute;
  left: 0;
  top: 35px;
  width: 350px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
@media (max-width: 62.49em) {
  .c-opening-times__detail {
    position: fixed;
    top: 54px;
    width: 100%;
  }
}

.c-opening-times__text {
  font-size: 75%;
}
@media (max-width: 62.49em) {
  .c-opening-times__text {
    display: none;
  }
}

.c-opening-times__icon {
  display: none;
}
@media (max-width: 62.49em) {
  .c-opening-times__icon {
    font-size: 24px;
    display: block;
  }
}

.c-opening-times__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.c-opening-times__detail {
  display: none;
  text-align: left;
}

.c-opening-times__detail {
  text-align: left;
}

.c-opening-times__today {
  padding: 13px;
  display: block;
  cursor: pointer;
}
@media (min-width: 62.5em) {
  .c-opening-times__today {
    background: rgba(0, 0, 0, 0.1);
    padding: 6px 20px;
  }
  .c-opening-times__today:hover {
    background: rgba(0, 0, 0, 0.4);
  }
}
.c-opening-times__today i {
  padding-left: 5px;
}

.state--opening-time-open .c-opening-times__today {
  background: rgba(0, 0, 0, 0.4);
}

.state--opening-time-open .c-opening-times__detail {
  display: block;
}

.state--opening-time-open .c-opening-times__overlay {
  display: block;
}

/* ==========================================================================
   #GLOBAL-FOOTER
   ========================================================================== */
.c-global-footer {
  padding: 10px 0;
}
@media (min-width: 62.5em) {
  .c-global-footer {
    position: relative;
    padding: 5% 0;
    min-height: 70vw;
    background-image: url("../img/hepworth-footer-img.jpg") !important;
    background-size: cover;
  }
  .c-global-footer:before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#234066+0,234066+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(35, 64, 102, 0) 40%, #234066 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35, 64, 102, 0) 40%, #234066 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35, 64, 102, 0) 40%, #234066 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00234066", endColorstr="#a6234066",GradientType=0 );
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.global-footer-nav {
  position: relative;
  text-align: center;
}
.global-footer-nav a {
  padding: 5px 10px;
}
@media (min-width: 62.5em) {
  .global-footer-nav a {
    font-size: 130%;
    padding: 10px 20px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.global-footer-nav a:hover {
  opacity: 0.5;
}

.c-global-footer__bottom {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 5%;
}
@media (min-width: 62.5em) {
  .c-global-footer__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.c-global-footer__content {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.c-global-footer__address {
  margin-bottom: 20px;
  line-height: 2;
}

.c-global-footer__social {
  font-size: 130%;
  margin-bottom: 50px;
}
.c-global-footer__social a {
  padding: 5px 10px;
}
.c-global-footer__social a:hover {
  opacity: 0.5;
}

.c-global-footer__credit {
  opacity: 0.9;
  font-size: 75%;
  letter-spacing: 0.5px;
}
.c-global-footer__credit a:hover {
  opacity: 0.5;
}

.c-global-footer__logos {
  margin-bottom: 30px;
}

.c-global-footer__logo {
  width: 150px;
  height: auto;
  margin: 5px 10px;
}

.c-global-footer__moty-logo {
  width: 250px;
}

/* ==========================================================================
   #PAGE-MASTHEAD
   ========================================================================== */
@media (min-width: 62.5em) {
  .pg-masthead--has-img .pg-masthead__content-wrap {
    background: #ffffff;
    padding-top: 4%;
    padding-bottom: 2%;
    position: relative;
    position: relative;
  }
  .pg-masthead--has-img .pg-masthead__content-wrap:before {
    background-color: #ffffff;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: calc(100% - 100px);
    height: 200px;
    overflow: visible;
    width: 100%;
    z-index: 0;
  }
  .pg-masthead--has-img .pg-masthead__content-wrap:before {
    top: -50px;
  }
  .pg-masthead--has-img .pg-masthead__content-wrap .pg-masthead__content {
    position: relative;
    margin-top: -60px;
  }
}

.pg-masthead__content-push {
  position: relative;
}
@media (min-width: 62.5em) {
  .pg-masthead__content-push {
    padding-top: 35vw;
    overflow: hidden;
  }
}

.pg-masthead--standard {
  padding-top: 40px;
}
@media (min-width: 50em) {
  .pg-masthead--standard {
    padding-top: 150px;
  }
}

.pg-masthead--no-img {
  padding-top: 30px;
}
.pg-masthead--no-img .pg-masthead__img {
  padding-bottom: 0;
}
@media (min-width: 50em) {
  .pg-masthead--no-img .pg-masthead__content-push {
    padding-top: 180px;
  }
}

.pg-masthead__img {
  background-color: #576477;
  width: 100%;
  position: relative;
}
.pg-masthead__img img {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 62.5em) {
  .pg-masthead__img {
    position: absolute;
    top: 36px;
    left: 0;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
  }
  .pg-masthead__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(87, 100, 119, 0) 0%, #576477 100%);
  }
}
@media (min-width: 93.75em) {
  .pg-masthead__img {
    top: 39px;
  }
}

@media (min-width: 62.5em) {
  .pg-masthead--title-over-img .pg-masthead__content-push {
    padding-top: 0;
  }

  .pg-masthead--title-over-img .pg-masthead__content-wrap .pg-masthead__content {
    margin-top: -30px;
  }

  .pg-masthead--title-over-img .pg-masthead__content-wrap:before {
    top: -50px;
  }

  .pg-masthead--title-over-img .pg-masthead__date.c-block-item__date,
.pg-masthead--title-over-img .pg-masthead__title {
    color: #ffffff;
  }

  .pg-masthead__overlay {
    position: relative;
    padding-top: 25vw;
    padding-bottom: 7vw;
  }
  .pg-masthead__overlay .pg-masthead__pg-title {
    font-size: 4.8vw;
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}
.pg-masthead__overlay {
  position: relative;
}

.pg-masthead__title {
  color: #0ad6d6;
  font-weight: 700;
  padding: 0 0 10px;
  margin-bottom: 0;
  font-weight: 100;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .pg-masthead__title {
    font-size: 4.3vw;
  }
}
@media (min-width: 62.5em) {
  .pg-masthead__title {
    margin-left: -5px;
  }
}

.pg-masthead__date.c-block-item__date {
  margin-bottom: 3em;
}

.pg-masthead__subhead {
  font-style: italic;
}

.pg-masthead__intro {
  font-size: 120%;
}

.pg-masthead__breadcrumb {
  font-size: 80%;
  opacity: 0.5;
  font-weight: bold;
  margin-bottom: 0;
}

/* ==========================================================================
   #SITE SEARCH
   ========================================================================== */
.global-html-wrap {
  background: #414b5a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414b5a 0%, #161a1f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414b5a), color-stop(100%, #161a1f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414b5a 0%, #161a1f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414b5a 0%, #161a1f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414b5a 0%, #161a1f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414b5a 0%, #161a1f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}

.global-site-wrap {
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.c-search-btn {
  width: 2rem;
  height: 2rem;
}

.c-search-btn--toggle {
  z-index: 10;
  display: block;
  position: absolute;
  top: 13px;
  right: 55px;
  color: #ffffff;
}
@media (min-width: 62.5em) {
  .c-search-btn--toggle {
    top: 55px;
    right: 30px;
  }
}

.c-search-btn--close {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: -1;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
@media (min-width: 50em) {
  .c-search-btn--close {
    top: 55px;
    right: 30px;
  }
}

.c-search-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.c-search-form {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 15vh;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 0.7, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.c-search-form__input[type=text] {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  width: 75%;
  max-width: 1000px;
  height: 2em;
  padding: 0 0 0.1em 0;
  color: #F3F2ED;
  border-bottom: 3px solid;
}
.c-search-form__input[type=text]:focus {
  border: none;
  color: #ffffff;
  border-bottom: 3px solid;
}

.c-search-form__help {
  font-size: 80%;
  padding: 20px 0;
  font-weight: bold;
  color: #F3F2ED;
}

.state--search-open {
  overflow: hidden;
}
.state--search-open .c-search-area {
  z-index: 0;
}
.state--search-open .c-search-form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.state--search-open .global-site-wrap {
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
  height: 200vh;
}
.state--search-open .c-search-btn--close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  z-index: 10;
}
.state--search-open .c-search-form__help {
  animation-delay: 500ms;
}

.c-search-form input:-webkit-autofill, .c-search-form textarea:-webkit-autofill, .c-search-form select:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
  to {
    color: #ffffff;
    background: transparent;
  }
}

.state--search-fired .c-search-form .c-search-form__input {
  transition: opacity 0.2s;
  opacity: 0.3;
}
/* ==========================================================================
   #SEARCH RESULTS
   ========================================================================== */
.search .pg__masthead {
  padding-top: 200px;
}

.search .pg__title {
  font-size: 250%;
}

.s-result {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 1px solid #eee;
}

.s-result__title {
  font-size: 140%;
  margin-bottom: 5px;
}

.s-result__type {
  display: block;
  font-size: 90%;
}

/* ==========================================================================
   #WHATS ON
   ========================================================================== */
@media (min-width: 62.5em) {
  .whats-on .global-content-wrap, .post-type-archive-event .global-content-wrap {
    padding-top: 200px;
  }
}

.whats-on-2 .hp-masthead h1, .whats-on-2 .hp-masthead h2, .whats-on-2 .hp-masthead h3, .whats-on-2 .hp-masthead .hp-masthead__intro a, .home-2 .hp-masthead h1, .home-2 .hp-masthead h2, .home-2 .hp-masthead h3, .home-2 .hp-masthead .hp-masthead__intro a {
  color: #fe9192;
}
.whats-on-2 h1, .whats-on-2 h2, .whats-on-2 h3, .whats-on-2 .hp-masthead__intro a, .home-2 h1, .home-2 h2, .home-2 h3, .home-2 .hp-masthead__intro a {
  color: #fd5f60;
}
.whats-on-2 .global-header-logo__bg *, .home-2 .global-header-logo__bg * {
  fill: #fd5f60;
}
.whats-on-2 .c-btn--special, .whats-on-2 .c-password-protected input[type=submit], .c-password-protected .whats-on-2 input[type=submit], .home-2 .c-btn--special, .home-2 .c-password-protected input[type=submit], .c-password-protected .home-2 input[type=submit] {
  background-color: #fd5f60;
}
.whats-on-2 .c-btn--special:hover, .whats-on-2 .c-password-protected input[type=submit]:hover, .c-password-protected .whats-on-2 input[type=submit]:hover, .home-2 .c-btn--special:hover, .home-2 .c-password-protected input[type=submit]:hover, .c-password-protected .home-2 input[type=submit]:hover {
  background-color: #fc2d2e;
}

.whats-on-3 .hp-masthead h1, .whats-on-3 .hp-masthead h2, .whats-on-3 .hp-masthead h3, .whats-on-3 .hp-masthead .hp-masthead__intro a, .home-3 .hp-masthead h1, .home-3 .hp-masthead h2, .home-3 .hp-masthead h3, .home-3 .hp-masthead .hp-masthead__intro a {
  color: #ff73cb;
}
.whats-on-3 h1, .whats-on-3 h2, .whats-on-3 h3, .whats-on-3 .hp-masthead__intro a, .home-3 h1, .home-3 h2, .home-3 h3, .home-3 .hp-masthead__intro a {
  color: #ff40b8;
}
.whats-on-3 .global-header-logo__bg *, .home-3 .global-header-logo__bg * {
  fill: #ff40b8;
}
.whats-on-3 .c-btn--special, .whats-on-3 .c-password-protected input[type=submit], .c-password-protected .whats-on-3 input[type=submit], .home-3 .c-btn--special, .home-3 .c-password-protected input[type=submit], .c-password-protected .home-3 input[type=submit] {
  background-color: #ff40b8;
}
.whats-on-3 .c-btn--special:hover, .whats-on-3 .c-password-protected input[type=submit]:hover, .c-password-protected .whats-on-3 input[type=submit]:hover, .home-3 .c-btn--special:hover, .home-3 .c-password-protected input[type=submit]:hover, .c-password-protected .home-3 input[type=submit]:hover {
  background-color: #ff0da5;
}

.c-filter-wrap {
  height: 0;
}

.c-filter-toggle {
  margin-bottom: -10px;
  position: fixed;
  z-index: 10;
  top: 50px;
  right: 5px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  margin-left: -90px;
}
@media (min-width: 62.5em) {
  .c-filter-toggle {
    position: absolute;
    top: 150px;
    right: 50%;
    margin-right: -2.5%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.c-filter-panel {
  text-align: center;
  background: #F3F2ED;
  padding: 50px 5%;
  transition: all 200ms ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.c-filter-panel .attendable-datepicker, .c-filter-panel .c-filter-list, .c-filter-panel .c-filter-label {
  opacity: 0;
}
@media (min-width: 62.5em) {
  .c-filter-panel {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -30px;
    padding: 3% 5%;
  }
}

.state--filters-open .c-filter-wrap {
  height: auto;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.state--filters-open .c-event-listings {
  opacity: 0.3;
}
.state--filters-open .c-filter-panel {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.state--filters-open .c-small-label {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}
.state--filters-open .attendable-datepicker, .state--filters-open .c-filter-list, .state--filters-open .c-small-label {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}

.state--filter-selected .c-filter-panel {
  transition: opacity 0.2s;
  opacity: 0.3;
}
.c-filter-list {
  opacity: 0;
  text-align: left;
  padding: 20px;
  margin: 0;
}
.c-filter-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.c-filter-list a {
  padding: 4px 0;
  margin: 5px;
  display: block;
}

.c-event-listings {
  transition: all 200ms ease-in-out;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
  position: relative;
}

@media (max-width: 62.49em) {
  .whats-on .c-event-listings {
    padding-top: 0;
  }
}

.c-event-features {
  padding-top: 0;
}
.c-event-features .c-block-item {
  background: #f1f1f1;
  margin-bottom: 0.5%;
}
.c-event-features .c-block-item:last-of-type {
  margin-bottom: 0;
}
.c-event-features .c-block-item .o-media__img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 62.5em) {
  .c-event-features .c-block-item .o-media__img {
    width: 50%;
  }
}
@media (max-width: 62.49em) {
  .c-event-features .c-block-item .o-media__img {
    margin-bottom: 3%;
    margin-right: 0;
  }
}
.c-event-features .c-block-item .o-media__body {
  padding: 4%;
}
@media (max-width: 62.49em) {
  .c-event-features .c-block-item .o-media__body {
    display: block;
    overflow: visible;
  }
}

.c-block-item {
  display: block;
  text-decoration: none;
  margin-bottom: 8%;
}
.c-block-item .o-media__img {
  margin-right: 4%;
  width: 40%;
  height: auto;
  transition: all 200ms ease-in-out;
}
@media (max-width: 62.49em) {
  .c-block-item .o-media__img {
    width: 30%;
  }
}
@media (min-width: 62.5em) {
  .c-block-item:hover {
    transform: scale(1.01, 1.01);
  }
  .c-block-item:hover .o-media__img {
    opacity: 0.85;
  }
}

.c-block-item__img {
  margin-bottom: 3%;
}

.c-block-item__heading {
  font-size: 140%;
  color: #08a5a5;
  margin-bottom: 0.3em;
}
@media (min-width: 62.5em) {
  .c-block-item__heading {
    font-size: 170%;
  }
}

.c-block-item__subheading {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 70%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
@media (min-width: 62.5em) {
  .c-block-item__subheading {
    font-size: 75%;
  }
}

.c-block-item__date {
  font-size: 90%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}
@media (min-width: 62.5em) {
  .c-block-item__date {
    font-size: 95%;
  }
}

.c-block-item__excerpt {
  margin-bottom: 1em;
  font-size: 90%;
}
@media (min-width: 62.5em) {
  .c-block-item__excerpt {
    font-size: 95%;
  }
}

.c-event-listings__heading {
  text-align: center;
  padding-top: 100px;
}

.attendable-datepicker {
  font-size: 85%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #eee;
}
.attendable-datepicker .ui-datepicker-month, .attendable-datepicker .ui-datepicker-year {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 90%;
  font-family: "hepworth", sans-serif;
  font-weight: normal;
  font-style: normal;
  width: calc(50% - 10px);
  margin: 5px;
  height: 30px;
}
.attendable-datepicker .ui-datepicker-next, .attendable-datepicker .ui-datepicker-prev {
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.attendable-datepicker .ui-datepicker-next span, .attendable-datepicker .ui-datepicker-prev span {
  display: none !important;
}
.attendable-datepicker .ui-datepicker-next:hover, .attendable-datepicker .ui-datepicker-prev:hover {
  color: #000000;
}
.attendable-datepicker .ui-state-default {
  border-radius: 3px;
  color: #777;
  padding: 3px 0;
  text-align: center;
  border: none;
}
.attendable-datepicker .ui-datepicker-today .ui-state-default {
  background: #f1f1f1;
}
.attendable-datepicker .today .ui-state-default, .attendable-datepicker .active .ui-state-default {
  background: rgba(10, 214, 214, 0.08);
  border: 1px solid #0ad6d6;
  color: #000000;
  cursor: pointer;
}
.attendable-datepicker .today .ui-state-default:hover, .attendable-datepicker .active .ui-state-default:hover {
  background: rgba(10, 214, 214, 0.3);
}
.attendable-datepicker .ui-datepicker-buttonpane {
  display: none;
}
.attendable-datepicker td {
  padding: 5px 10px;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 15px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-decoration: none;
}

/* ==========================================================================
   #PAGINATION
   ========================================================================== */
.c-pagination {
  text-align: center;
  padding: 5% 3% 7%;
}
.c-pagination .page-numbers {
  display: inline-block;
  background-color: #F3F2ED;
  border: 1px solid #dfdcce;
  color: #444;
  padding: 5px 10px;
  margin: 0 2px;
  font-weight: bold;
}
.c-pagination .page-numbers:hover, .c-pagination .page-numbers.current {
  background-color: #FFF;
  border: 1px solid #cac6b0;
}

/* ==========================================================================
   #HOMEPAGE
   ========================================================================== */
.home .global-content-wrap, .home-2 .global-content-wrap, .home-3 .global-content-wrap {
  width: 100%;
  max-width: 100%;
}

.hp-masthead {
  background: #576477;
  position: relative;
  top: 0;
}
@media (min-width: 62.5em) {
  .hp-masthead {
    padding-top: 40%;
  }
}

@media (min-width: 62.5em) {
  .hp-masthead__img {
    padding-bottom: 40%;
    top: -4px;
  }
}
.hp-masthead__img:after {
  display: none;
}

.hp-masthead__overlay {
  padding: 2% 0 3%;
  position: relative;
}
@media (max-width: 49.99em) {
  .hp-masthead__overlay {
    padding-bottom: 5%;
  }
}
@media (min-width: 50em) {
  .hp-masthead__overlay {
    min-height: 130px;
    position: relative;
  }
  .hp-masthead__overlay:before {
    background-color: #576477;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: calc(100% - 75px);
    height: 150px;
    overflow: visible;
    width: 100%;
    z-index: 0;
  }
  .hp-masthead__overlay:before {
    top: -50px;
  }
  .hp-masthead__overlay .hp-masthead__content {
    position: relative;
    margin-top: -40px;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .hp-masthead__overlay .hp-masthead__content {
    margin-top: -20px;
  }
}
@media (max-width: 74.99em) {
  .hp-masthead__overlay .o-pack, .hp-masthead__overlay .o-pack__item {
    display: block;
  }
}

.c-scroll-down {
  position: absolute;
  right: 20px;
  bottom: 0px;
  transition: all 200ms ease-in-out;
}
@media (max-width: 49.99em) {
  .c-scroll-down {
    display: none;
  }
}

.state--scrolled .c-scroll-down {
  opacity: 0;
}

.hp-masthead__title {
  font-size: 130%;
  line-height: 120%;
}
@media (min-width: 50em) {
  .hp-masthead__title {
    font-size: 170%;
    padding-right: 10%;
  }
}

@media (max-width: 49.99em) {
  .hp-masthead__intro {
    font-size: 90%;
  }
}
@media (min-width: 50em) {
  .hp-masthead__intro {
    margin-right: 70px;
  }
}
.hp-masthead__intro .faux-link {
  color: #0ad6d6;
}

.home .c-event-features {
  padding-top: 0;
  overflow: hidden;
}

/* ==========================================================================
   #SINGLE EVENT
   ========================================================================== */
.single-event .global-content-wrap {
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 62.49em) {
  .single-event .global-content-wrap {
    padding-top: 55px;
  }
}
@media (min-width: 62.5em) {
  .single-event .global-content-wrap {
    width: 95%;
  }
}
.single-event .global-header__main-bar:after {
  background-color: #414b5a;
}
.single-event .c-construkt-row {
  max-width: 1600px;
}

.c-single-event .c-single-event-masthead {
  position: relative;
}
@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead {
    padding-top: 5%;
  }
}
@media (max-width: 62.49em) {
  .c-single-event .c-single-event-masthead {
    display: block;
    overflow: visible;
  }
}
.c-single-event .c-single-event-masthead .c-single-event-masthead__body {
  padding: 3% 5%;
}
@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead .c-single-event-masthead__body {
    padding: 3% 5% 0;
  }
}
.c-single-event .c-single-event-masthead .c-single-event-masthead__img {
  margin-bottom: 0;
}
@media (max-width: 62.49em) {
  .c-single-event .c-single-event-masthead .c-single-event-masthead__img {
    margin-bottom: 3%;
  }
}
.c-single-event .c-single-event-masthead .c-single-event-masthead__img figcaption {
  padding: 10px;
  background-color: #414b5a;
  color: #ffffff;
}
.c-single-event .c-single-event-masthead .c-single-event-masthead__img img {
  width: 100%;
  height: auto;
}

@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead--half-width {
    padding-top: 10%;
  }
}
@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead--half-width {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead--half-width .c-single-event-masthead__img, .c-single-event .c-single-event-masthead--half-width .c-single-event-masthead__body {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead--half-width .c-single-event-masthead__img {
    position: relative;
    left: -10px;
  }
}

@media (min-width: 62.5em) {
  .c-single-event .c-single-event-masthead--full-width {
    padding-top: 60px;
  }
}

.c-single-event__title {
  margin-bottom: 10px;
}

.c-single-event .c-construkt-wrap {
  margin-top: 7%;
  padding-top: 4%;
  background: #f1f1f1;
}
@media (min-width: 62.5em) {
  .c-single-event .c-construkt-wrap {
    position: relative;
  }
  .c-single-event .c-construkt-wrap:before {
    background-color: #f1f1f1;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(-1deg);
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: calc(100% - 75px);
    height: 150px;
    overflow: visible;
    width: 100%;
    z-index: 0;
  }
  .c-single-event .c-construkt-wrap:before {
    top: -40px;
  }
  .c-single-event .c-construkt-wrap .c-construkt-row {
    position: relative;
    top: -20px;
  }
}

.c-anchor-nav {
  position: relative;
  padding: 3% 6%;
  background: #ffffff;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (min-width: 62.5em) {
  .c-anchor-nav {
    padding: 0 6%;
    margin-bottom: 80px;
    margin-top: -130px;
    background: transparent;
  }
}
@media (min-width: 93.75em) {
  .c-anchor-nav {
    margin-bottom: 80px;
    margin-top: -150px;
  }
}

.c-anchor-nav__item {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  margin: 0 2% 0 0;
  font-size: 80%;
}
.c-anchor-nav__item i {
  margin-left: 4px;
  opacity: 0.6;
}

/* ==========================================================================
   #SINGLE ARTIST
   ========================================================================== */
.c-single-artist-masthead {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  background-position: 50% 0;
  background-size: cover;
  background-color: #414b5a;
}
@media (max-width: 49.99em) {
  .c-single-artist-masthead {
    padding-bottom: 70%;
  }
}
.c-single-artist-masthead:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 62.49em) {
  .c-single-artist__title {
    font-size: 200%;
  }
}

.c-single-artist-masthead__overlay {
  position: absolute;
  top: 40%;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 62.5em) {
  .c-single-artist-masthead__overlay {
    top: 40%;
  }
}

.c-single-artist__mugshot-wrap {
  text-align: center;
}

.c-single-artist__mugshot {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30%;
  margin-bottom: 15%;
  width: 250px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 62.5em) {
  .c-single-artist__mugshot {
    width: 400px;
  }
}

.c-single-artist__mugshot-link {
  display: inline-block;
  position: relative;
}
.c-single-artist__mugshot-link:after {
  position: absolute;
  bottom: 70px;
  right: 15px;
  color: white;
  content: "";
  z-index: 100;
  text-shadow: 0 2px 2px black;
}
.c-single-artist__mugshot-link:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

@media (min-width: 62.5em) {
  .c-single-artist__title {
    font-size: 380%;
    font-weight: 100;
  }
}

/* ==========================================================================
   # ARTIST LIST
   ========================================================================== */
.c-artist-list__jump {
  margin-bottom: 20px;
}

.c-artist-list__jump-item {
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  min-width: 30px;
}

.c-artist-list {
  padding-bottom: 10%;
}

.c-artist-list__no-jump {
  opacity: 0.3;
}

.c-artist-list__heading {
  font-size: 200%;
  border-bottom: 2px solid;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.c-artist-list__artist-item {
  font-size: 120%;
  display: block;
  padding: 2% 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-artist-list__artist-item:hover {
  color: #0ad6d6;
}

/* ==========================================================================
   #NEWS PAGE
   ========================================================================== */
.c-news-filter {
  text-align: right;
  position: relative;
  top: -75px;
}
@media (min-width: 50em) {
  .c-news-filter {
    top: -100px;
  }
}
.c-news-filter select {
  max-width: 150px;
}

/* ==========================================================================
   # COOKIE WARNING
   ========================================================================== */
#cookies-warning {
  background: rgba(87, 100, 119, 0.8);
  color: #ffffff;
  font-size: 70%;
  padding: 5px 30px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
}
@media (min-width: 50em) {
  #cookies-warning {
    font-size: 80%;
  }
}

.cookie-text {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 50em) {
  .cookie-text {
    margin-bottom: 0;
  }
}
.cookie-text a {
  text-decoration: underline;
}
.cookie-text a:hover {
  opacity: 0.5;
}

/*  style for page-timeline.php */
.c-timeline-instructions {
  font-size: 75%;
  float: right;
  padding: 6px 20px;
  background: #f1f1f1;
  display: inline-block;
  font-weight: bold;
  margin-right: 30px;
  border-radius: 2px;
}
.c-timeline-instructions i {
  margin-right: 10px;
}
@media (max-width: 62.49em) {
  .c-timeline-instructions {
    display: none;
  }
}

.c-timeline-wrap {
  margin-bottom: 50px;
}
@media (min-width: 62.5em) {
  .c-timeline-wrap {
    white-space: nowrap;
    overflow-x: hidden;
  }
}

.c-timeline-items {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (min-width: 62.5em) {
  .c-timeline-items {
    width: 100%;
    padding: 540px 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
}

.c-timeline-item {
  display: block;
  height: auto;
  width: auto;
  background: transparent;
}
@media (min-width: 62.5em) {
  .c-timeline-item {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 280px;
    height: 3px;
    background: #595B65;
  }
}
.c-timeline-item:first-child {
  margin-top: 25px;
}
.c-timeline-item:not(:first-child) {
  margin-left: auto;
}
.c-timeline-item:last-child {
  width: 280px;
}
.c-timeline-item:not(:first-child) {
  margin-left: 0;
}
@media (min-width: 62.5em) {
  .c-timeline-item:not(:first-child) {
    margin-left: 14px;
  }
}
.c-timeline-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 4px);
  bottom: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #0ad6d6;
}
.c-timeline-item:nth-child(odd) > div {
  transform: none;
}
@media (min-width: 62.5em) {
  .c-timeline-item:nth-child(odd) > div {
    top: -16px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.c-timeline-item:nth-child(odd) > div::before {
  border: none;
  height: 25px;
  content: "";
}
@media (min-width: 62.5em) {
  .c-timeline-item:nth-child(odd) > div::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #F3F2ED transparent transparent transparent;
  }
}
.c-timeline-item:nth-child(even) > div {
  top: calc(100% + 16px);
}
.c-timeline-item:nth-child(even) > div::after {
  border: none;
  height: 25px;
  content: "";
}
@media (min-width: 62.5em) {
  .c-timeline-item:nth-child(even) > div::after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #F3F2ED;
  }
}

/* Single Timeline Card */
.c-timeline-card {
  background: #F3F2ED;
  white-space: normal;
  font-weight: bold;
  width: 90%;
  height: auto;
  margin: 0 auto 25px;
  position: static;
  padding: 15px;
  transition: all 200ms ease-in-out;
}
@media (min-width: 62.5em) {
  .c-timeline-card {
    position: absolute;
    left: calc(100% + 7px);
    width: 530px;
  }
}
.c-timeline-card .c-timeline-images {
  text-align: center;
}
.c-timeline-card .c-timeline-video {
  width: 60%;
  margin: 0px auto 10px;
  padding-bottom: 30%;
}
.c-timeline-card img {
  margin: 0 auto 10px;
  transition: all 200ms ease-in-out;
  width: 130px;
}
.c-timeline-card img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.c-timeline-card .c-timeline-card__description {
  font-size: 75%;
}
@media (min-width: 93.75em) {
  .c-timeline-card .c-timeline-card__description {
    font-size: 70%;
  }
}
.c-timeline-card .c-gallery-btn {
  font-size: 70%;
}
.c-timeline-card:hover {
  background: #f7f6f3;
}

/* Arrows */
.c-timeline-arrows {
  position: absolute;
  z-index: 90;
  right: 30px;
  top: -80px;
}
.c-timeline-arrows .arrow {
  cursor: pointer;
  background: #0ad6d6;
  border: none;
  outline: none;
  text-align: center;
  padding: 20px 30px;
  position: relative;
}
.c-timeline-arrows .arrow i {
  padding: 0;
}
@media (max-width: 62.49em) {
  .c-timeline-arrows .arrow {
    display: none;
  }
}
.c-timeline-arrows .arrow:hover {
  background: #057575;
}
.c-timeline-arrows .arrow.arrow__prev {
  margin-right: 20px;
}
.c-timeline-arrows .arrow.disabled {
  opacity: 0.5;
  cursor: auto;
  background: #F3F2ED;
}
.c-timeline-arrows .arrow.disabled:hover {
  background: #F3F2ED;
}
.c-timeline-arrows .arrow:active {
  top: 1px;
}

/* ==========================================================================
   #Signup form 
   #Mailchimp Form used with shortcode [signup]
   ========================================================================== */
body.modal-open {
  overflow: hidden;
}

.js [data-modal],
.a11y-modal {
  background-color: #576477;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  position: fixed;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  box-shadow: 0 0 100em 100em rgba(0, 0, 0, 0.4);
  width: 90%;
}
@media (min-width: 50em) {
  .js [data-modal],
.a11y-modal {
    max-width: 600px;
  }
}
.js [data-modal] button.a11y-modal__close-btn,
.a11y-modal button.a11y-modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0ad6d6;
  color: #fff;
  border-radius: 0;
}

.signup-form__modal-wrapper #mc_embed_signup form {
  text-align: center;
  padding-top: 50px;
}
.signup-form__modal-wrapper #mc_embed_signup input.email {
  margin: 0 auto;
}
.signup-form__modal-wrapper #mc_embed_signup input.button {
  margin: 20px auto;
  background-color: #0ad6d6 !important;
  border-radius: 0;
}

.c-password-protected {
  padding: 2em 1em 1em;
}
@media (min-width: 62.5em) {
  .c-password-protected {
    padding: 10em 5em 5em;
  }
}
.c-password-protected form {
  margin: 1em 0;
}
.c-password-protected label {
  display: inline-block;
  font-weight: 700;
}
.c-password-protected input[type=submit] {
  min-width: 100px;
  margin-left: 0.5em;
}
.c-password-protected a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid rgba(10, 214, 214, 0.4);
  padding-bottom: 1px;
}
.c-password-protected a:hover {
  color: #057575;
  border-bottom: 3px solid #0ad6d6;
}

/* 
==========================================================================
   #Styling for 10th Anniversary Template
========================================================================== 
*/
.global-header__anniversary .c-btn--desktop {
  display: none;
}
@media (min-width: 62.5em) {
  .global-header__anniversary #menu-anniversary-header,
.global-header__anniversary .c-btn,
.global-header__anniversary .c-content-style input[type=submit],
.c-content-style .global-header__anniversary input[type=submit],
.global-header__anniversary .c-content-style input[type=button],
.c-content-style .global-header__anniversary input[type=button],
.global-header__anniversary .c-content-style input[type=reset],
.c-content-style .global-header__anniversary input[type=reset],
.global-header__anniversary .c-content-style button[type=submit],
.c-content-style .global-header__anniversary button[type=submit],
.global-header__anniversary .c-content-style button[type=button],
.c-content-style .global-header__anniversary button[type=button],
.global-header__anniversary .c-content-style button[type=reset],
.c-content-style .global-header__anniversary button[type=reset],
.global-header__anniversary .c-password-protected input[type=submit],
.c-password-protected .global-header__anniversary input[type=submit] {
    display: inline-block;
  }
  .global-header__anniversary .c-btn, .global-header__anniversary .c-content-style input[type=submit], .c-content-style .global-header__anniversary input[type=submit], .global-header__anniversary .c-content-style input[type=button], .c-content-style .global-header__anniversary input[type=button], .global-header__anniversary .c-content-style input[type=reset], .c-content-style .global-header__anniversary input[type=reset], .global-header__anniversary .c-content-style button[type=submit], .c-content-style .global-header__anniversary button[type=submit], .global-header__anniversary .c-content-style button[type=button], .c-content-style .global-header__anniversary button[type=button], .global-header__anniversary .c-content-style button[type=reset], .c-content-style .global-header__anniversary button[type=reset], .global-header__anniversary .c-password-protected input[type=submit], .c-password-protected .global-header__anniversary input[type=submit] {
    float: right;
    margin-right: 100px;
    color: #000000;
    padding: 10px 15px;
  }
  .global-header__anniversary .c-btn:hover, .global-header__anniversary .c-content-style input[type=submit]:hover, .c-content-style .global-header__anniversary input[type=submit]:hover, .global-header__anniversary .c-content-style input[type=button]:hover, .c-content-style .global-header__anniversary input[type=button]:hover, .global-header__anniversary .c-content-style input[type=reset]:hover, .c-content-style .global-header__anniversary input[type=reset]:hover, .global-header__anniversary .c-content-style button[type=submit]:hover, .c-content-style .global-header__anniversary button[type=submit]:hover, .global-header__anniversary .c-content-style button[type=button]:hover, .c-content-style .global-header__anniversary button[type=button]:hover, .global-header__anniversary .c-content-style button[type=reset]:hover, .c-content-style .global-header__anniversary button[type=reset]:hover, .global-header__anniversary .c-password-protected input[type=submit]:hover, .c-password-protected .global-header__anniversary input[type=submit]:hover {
    color: #057575;
  }
  .global-header__anniversary .c-btn:hover:before, .global-header__anniversary .c-content-style input[type=submit]:hover:before, .c-content-style .global-header__anniversary input[type=submit]:hover:before, .global-header__anniversary .c-content-style input[type=button]:hover:before, .c-content-style .global-header__anniversary input[type=button]:hover:before, .global-header__anniversary .c-content-style input[type=reset]:hover:before, .c-content-style .global-header__anniversary input[type=reset]:hover:before, .global-header__anniversary .c-content-style button[type=submit]:hover:before, .c-content-style .global-header__anniversary button[type=submit]:hover:before, .global-header__anniversary .c-content-style button[type=button]:hover:before, .c-content-style .global-header__anniversary button[type=button]:hover:before, .global-header__anniversary .c-content-style button[type=reset]:hover:before, .c-content-style .global-header__anniversary button[type=reset]:hover:before, .global-header__anniversary .c-password-protected input[type=submit]:hover:before, .c-password-protected .global-header__anniversary input[type=submit]:hover:before {
    visibility: hidden;
  }
  .global-header__anniversary .c-btn--mobile {
    display: none;
  }
  .global-header__anniversary .c-btn--desktop {
    display: inline-block;
  }
}
.global-header__anniversary .anniversary-header-logo img {
  max-width: 150px;
  margin-left: 20px;
  margin-top: 10px;
  max-height: 50px;
}
@media (min-width: 62.5em) {
  .global-header__anniversary .anniversary-header-logo img {
    max-height: 110px;
  }
}
@media (max-width: 62.49em) {
  .global-header__anniversary .global-header-right {
    display: flex;
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .global-header__anniversary .global-header-right .global-nav-toggle,
.global-header__anniversary .global-header-right .c-search-btn--toggle {
    position: relative;
    display: inline;
    margin: 0;
    top: auto;
    right: auto;
  }
  .global-header__anniversary .global-header-right .global-nav-toggle {
    top: 7px;
  }
}

.c-sponsors {
  color: #ffffff;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 62.5em) {
  .c-sponsors {
    flex-direction: row;
  }
}

.c-sponsors__item {
  margin-bottom: 2em;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 62.5em) {
  .c-sponsors__item {
    margin-bottom: 2em;
  }
  .c-sponsors__item:not(:first-child):before {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    left: 0px;
    min-height: 300px;
    width: 1px;
  }
}
.c-sponsors__item p, .c-sponsors__item h4 {
  flex-basis: 100%;
}

.c-sponsors-logo {
  padding-right: 2em;
  padding-bottom: 2em;
}
.c-sponsors-logo img {
  width: 110px;
}
@media (min-width: 37.5em) {
  .c-sponsors-logo img {
    width: 120px;
  }
}
.c-sponsors-logo.c-sponsors-logo__large img {
  width: 175px;
}
.c-sponsors-logo.c-sponsors-logo__henry-moore img {
  width: 80px;
}
.c-sponsors-logo.c-sponsors-logo__large, .c-sponsors--credit .c-sponsors-logo {
  width: 100%;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 37.5em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }

  .u-1\/2\@mobile {
    width: 50% !important;
  }

  .u-2\/2\@mobile {
    width: 100% !important;
  }

  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@mobile {
    width: 100% !important;
  }

  .u-1\/4\@mobile {
    width: 25% !important;
  }

  .u-2\/4\@mobile {
    width: 50% !important;
  }

  .u-3\/4\@mobile {
    width: 75% !important;
  }

  .u-4\/4\@mobile {
    width: 100% !important;
  }

  .u-1\/5\@mobile {
    width: 20% !important;
  }

  .u-2\/5\@mobile {
    width: 40% !important;
  }

  .u-3\/5\@mobile {
    width: 60% !important;
  }

  .u-4\/5\@mobile {
    width: 80% !important;
  }

  .u-5\/5\@mobile {
    width: 100% !important;
  }
}
@media (min-width: 50em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }

  .u-1\/2\@tablet {
    width: 50% !important;
  }

  .u-2\/2\@tablet {
    width: 100% !important;
  }

  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@tablet {
    width: 100% !important;
  }

  .u-1\/4\@tablet {
    width: 25% !important;
  }

  .u-2\/4\@tablet {
    width: 50% !important;
  }

  .u-3\/4\@tablet {
    width: 75% !important;
  }

  .u-4\/4\@tablet {
    width: 100% !important;
  }

  .u-1\/5\@tablet {
    width: 20% !important;
  }

  .u-2\/5\@tablet {
    width: 40% !important;
  }

  .u-3\/5\@tablet {
    width: 60% !important;
  }

  .u-4\/5\@tablet {
    width: 80% !important;
  }

  .u-5\/5\@tablet {
    width: 100% !important;
  }
}
@media (min-width: 62.5em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }

  .u-1\/2\@desktop {
    width: 50% !important;
  }

  .u-2\/2\@desktop {
    width: 100% !important;
  }

  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@desktop {
    width: 100% !important;
  }

  .u-1\/4\@desktop {
    width: 25% !important;
  }

  .u-2\/4\@desktop {
    width: 50% !important;
  }

  .u-3\/4\@desktop {
    width: 75% !important;
  }

  .u-4\/4\@desktop {
    width: 100% !important;
  }

  .u-1\/5\@desktop {
    width: 20% !important;
  }

  .u-2\/5\@desktop {
    width: 40% !important;
  }

  .u-3\/5\@desktop {
    width: 60% !important;
  }

  .u-4\/5\@desktop {
    width: 80% !important;
  }

  .u-5\/5\@desktop {
    width: 100% !important;
  }
}
@media (min-width: 75em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }

  .u-1\/2\@wide {
    width: 50% !important;
  }

  .u-2\/2\@wide {
    width: 100% !important;
  }

  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@wide {
    width: 100% !important;
  }

  .u-1\/4\@wide {
    width: 25% !important;
  }

  .u-2\/4\@wide {
    width: 50% !important;
  }

  .u-3\/4\@wide {
    width: 75% !important;
  }

  .u-4\/4\@wide {
    width: 100% !important;
  }

  .u-1\/5\@wide {
    width: 20% !important;
  }

  .u-2\/5\@wide {
    width: 40% !important;
  }

  .u-3\/5\@wide {
    width: 60% !important;
  }

  .u-4\/5\@wide {
    width: 80% !important;
  }

  .u-5\/5\@wide {
    width: 100% !important;
  }
}
@media (min-width: 93.75em) {
  .u-1\/1\@superwide {
    width: 100% !important;
  }

  .u-1\/2\@superwide {
    width: 50% !important;
  }

  .u-2\/2\@superwide {
    width: 100% !important;
  }

  .u-1\/3\@superwide {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@superwide {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@superwide {
    width: 100% !important;
  }

  .u-1\/4\@superwide {
    width: 25% !important;
  }

  .u-2\/4\@superwide {
    width: 50% !important;
  }

  .u-3\/4\@superwide {
    width: 75% !important;
  }

  .u-4\/4\@superwide {
    width: 100% !important;
  }

  .u-1\/5\@superwide {
    width: 20% !important;
  }

  .u-2\/5\@superwide {
    width: 40% !important;
  }

  .u-3\/5\@superwide {
    width: 60% !important;
  }

  .u-4\/5\@superwide {
    width: 80% !important;
  }

  .u-5\/5\@superwide {
    width: 100% !important;
  }
}
/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 56px !important;
  font-size: 3.5rem !important;
  line-height: 1.2857142857 !important;
}

.u-h2 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

.u-h3 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.3333333333 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
/* stylelint-disable string-quotes */
.u-padding {
  padding: 24px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 24px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 24px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 24px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-top {
  margin-top: 24px !important;
}

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right {
  margin-right: 24px !important;
}

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 24px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left {
  margin-left: 24px !important;
}

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* stylelint-enable string-quotes */
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

/* ==========================================================================
   #TIME-DELAYS
   ========================================================================== */
.u-delay--100 {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}

.u-delay--200 {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
}

.u-delay--300 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}

.u-delay--400 {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}

.u-delay--500 {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}

.u-delay--600 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
}

.u-delay--700 {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
}

.u-delay--800 {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
}

.u-delay--900 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -ms-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms;
}

.u-delay--1000 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.u-delay--1500 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  -ms-animation-delay: 1500ms;
  -o-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.u-delay--2000 {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

.u-delay--2500 {
  -webkit-animation-delay: 2500ms;
  -moz-animation-delay: 2500ms;
  -ms-animation-delay: 2500ms;
  -o-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.u-delay--3000 {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.u-delay--3500 {
  -webkit-animation-delay: 3500ms;
  -moz-animation-delay: 3500ms;
  -ms-animation-delay: 3500ms;
  -o-animation-delay: 3500ms;
  animation-delay: 3500ms;
}

.u-delay--4000 {
  -webkit-animation-delay: 4000ms;
  -moz-animation-delay: 4000ms;
  -ms-animation-delay: 4000ms;
  -o-animation-delay: 4000ms;
  animation-delay: 4000ms;
}

/* ==========================================================================
   #COLOUR CLASSES
   ========================================================================== */
.u-white-bg {
  background-color: #ffffff !important;
  color: #45484d !important;
}

.u-neon-bg {
  background-color: #0ad6d6 !important;
  color: #45484d !important;
}

.u-concrete-bg {
  background-color: #576477 !important;
  color: #ffffff !important;
}

.u-off-white-bg {
  background-color: #F3F2ED !important;
  color: #000000 !important;
}

.u-off-black-bg {
  background-color: #45484d !important;
  color: #ffffff !important;
}

.u-orange-bg {
  background-color: #fd5f60 !important;
  color: #ffffff !important;
}

.u-pink-bg {
  background-color: #ff40b8 !important;
  color: #ffffff !important;
}

.u-neon-txt {
  color: #0ad6d6 !important;
}

.u-orange-txt {
  color: #fd5f60 !important;
}

.u-pink-txt {
  color: #ff40b8 !important;
}

.u-concrete-txt {
  color: #576477 !important;
}

.u-white-txt {
  color: #ffffff !important;
}

.u-black-txt {
  color: #000000 !important;
}

.u-off-white-txt {
  color: #F3F2ED !important;
}

.u-off-black-txt {
  color: #45484d !important;
}

.u-neon-bg.c-content-style h1, .u-neon-bg.c-content-style h2, .u-neon-bg.c-content-style h3, .u-neon-bg.c-content-style h4, .u-neon-bg.c-content-style h5, .u-neon-bg.c-content-style h6, .u-neon-bg.c-content-style a {
  color: #45484d;
}
.u-neon-bg.c-content-style a {
  border-bottom-color: #45484d;
}

.u-orange-bg.c-content-style h1, .u-orange-bg.c-content-style h2, .u-orange-bg.c-content-style h3, .u-orange-bg.c-content-style h4, .u-orange-bg.c-content-style h5, .u-orange-bg.c-content-style h6, .u-orange-bg.c-content-style a, .u-pink-bg.c-content-style h1, .u-pink-bg.c-content-style h2, .u-pink-bg.c-content-style h3, .u-pink-bg.c-content-style h4, .u-pink-bg.c-content-style h5, .u-pink-bg.c-content-style h6, .u-pink-bg.c-content-style a {
  color: #ffffff;
}
.u-orange-bg.c-content-style a, .u-pink-bg.c-content-style a {
  border-bottom-color: #ffffff;
}

/* ==========================================================================
   #IMAGE-BACKGROUNDS
   ========================================================================== */
.u-image-bg {
  overflow: hidden;
  position: relative;
}
.u-image-bg > * {
  position: relative;
}
.u-image-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.u-image-bg--has-blur:before {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
}

/* ==========================================================================
   #EMBELISH HEADER
   ========================================================================== */
/**
 * Adds an underline and cagodan crest to the heading
 *
 */
.u-embelish-header {
  padding-top: 65px;
  position: relative;
}
.u-embelish-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  background-image: url("../img/cadogan-hall-crest-light.svg");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 50% 50%;
}

.u-embelish-header--blue:before {
  background-image: url("../img/cadogan-hall-crest-blue.svg");
}

/* ==========================================================================
   #ROUNDEL LOGO
   ========================================================================== */
/**
 * Adds the roundel logo to an element
 *
 */
.u-roundel-logo {
  height: 50px;
  position: relative;
}
.u-roundel-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  background-image: url("../img/cadogan-hall-crest-light.svg");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 50% 50%;
}

.u-roundel-logo--blue:before {
  background-image: url("../img/cadogan-hall-crest-blue.svg");
}

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