@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 {
  -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 {
  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 {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  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 {
  content: "";
}

.fa-arrow-right: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
   ========================================================================== */
/* Brandon Text */
/** weight 300 **/
@font-face {
  font-family: "BrandonText";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/brandon-text/320743_1_0.eot");
  src: url("../fonts/brandon-text/320743_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text/320743_1_0.woff2") format("woff2"), url("../fonts/brandon-text/320743_1_0.woff") format("woff"), url("../fonts/brandon-text/320743_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonText";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/brandon-text/320743_0_0.eot");
  src: url("../fonts/brandon-text/320743_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text/320743_0_0.woff2") format("woff2"), url("../fonts/brandon-text/320743_0_0.woff") format("woff"), url("../fonts/brandon-text/320743_0_0.ttf") format("truetype");
}
/** weight 400 **/
@font-face {
  font-family: "BrandonText";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brandon-text/320743_4_0.eot");
  src: url("../fonts/brandon-text/320743_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text/320743_4_0.woff2") format("woff2"), url("../fonts/brandon-text/320743_4_0.woff") format("woff"), url("../fonts/brandon-text/320743_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonText";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/brandon-text/320743_2_0.eot");
  src: url("../fonts/brandon-text/320743_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text/320743_2_0.woff2") format("woff2"), url("../fonts/brandon-text/320743_2_0.woff") format("woff"), url("../fonts/brandon-text/320743_2_0.ttf") format("truetype");
}
/** weight 700 **/
@font-face {
  font-family: "BrandonText";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/brandon-text/320743_5_0.eot");
  src: url("../fonts/brandon-text/320743_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text/320743_5_0.woff2") format("woff2"), url("../fonts/brandon-text/320743_5_0.woff") format("woff"), url("../fonts/brandon-text/320743_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonText";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/brandon-text/320743_3_0.eot");
  src: url("../fonts/brandon-text/320743_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text/320743_3_0.woff2") format("woff2"), url("../fonts/brandon-text/320743_3_0.woff") format("woff"), url("../fonts/brandon-text/320743_3_0.ttf") format("truetype");
}
/**
 * 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] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  font-family: "BrandonText", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #0D2D49;
  height: 100%;
}

/* ==========================================================================
   #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, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.7142857143;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

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: underline;
  -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, :-moz-any-link:focus {
  outline: none;
}

blockquote {
  margin: 0;
  font-weight: 700;
  font-size: 130%;
  position: relative;
}
blockquote p {
  padding: 20px 0 30px;
  margin: 0;
}
blockquote::before {
  content: "“";
  font-family: "Georgia", serif;
  padding-right: 30px;
  border-bottom: 1px solid #0D2D49;
  font-size: 200%;
}
blockquote::after {
  content: "”";
  font-family: "Georgia", serif;
  padding-right: 30px;
  border-top: 1px solid #0D2D49;
  font-size: 200%;
  padding-top: 15px;
}

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;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
/**
 * Reset link styles
 */
a {
  color: inherit;
  text-decoration: 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 {
  background: #c6dff5;
}
@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 {
  background: #f3cac2;
}
@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: -24px;
  /* [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: 24px;
  /* [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: -48px;
}
.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}
.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

.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-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-block--centred {
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   #MAX WIDTHS
   ========================================================================== */
.o-put--left, .o-put--right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

@media (min-width: 46.875em) {
  .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: 90em) {
  .o-put--left--wide, .o-put--right--wide {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* ==========================================================================
   #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] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0 0 0 20px;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 12px 0;
  position: relative;
  text-decoration: none !important;
}
.c-btn::before, .c-password-protected input[type=submit]::before {
  content: "";
  transform: skewX(-20deg);
  background-color: inherit;
  height: 100%;
  width: 50%;
  top: 0;
  left: -20%;
  position: absolute;
  z-index: -1;
}
.c-btn::after, .c-password-protected input[type=submit]::after {
  content: "";
  transform: skewX(-20deg);
  background-color: inherit;
  height: 100%;
  width: 50%;
  top: 0;
  right: -20%;
  position: absolute;
  z-index: -1;
}

/* Style variants
   ========================================================================== */
.c-btn--primary {
  color: #ffffff;
  background-color: #0D2D49;
}
.c-btn--primary, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none;
  /* [4] */
}
.c-btn--primary::after {
  background-color: #0D2D49;
}

.c-btn--secondary {
  background-color: #2f4054;
}
.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: #1d2733;
}

.c-btn--tertiary {
  background-color: #fff;
  color: #4a8ec2;
}
.c-btn--tertiary, .c-btn--tertiary:hover, .c-btn--tertiary:active, .c-btn--tertiary:focus {
  text-decoration: none;
  color: #4a8ec2;
}
.c-btn--tertiary:hover, .c-btn--tertiary:focus {
  color: #3774a2;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 6px 12px;
}

.c-btn--large {
  padding: 24px 48px;
}

/* Ghost buttons
   ========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
.c-btn--ghost {
  border: 2px solid currentColor;
  padding: 10px 22px;
}
.c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  background: none;
}
.c-btn--ghost.c-btn--small {
  padding: 4px 10px;
}
.c-btn--ghost.c-btn--large {
  padding: 22px 46px;
}
.c-btn--ghost.c-btn--primary {
  color: #4a8ec2;
}
.c-btn--ghost.c-btn--primary:hover, .c-btn--ghost.c-btn--primary: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 {
  color: #fff;
}
.c-btn--ghost.c-btn--tertiary:hover, .c-btn--ghost.c-btn--tertiary:focus {
  color: #fff;
}

/* Share buttons
   ========================================================================== */
.share-link {
  font-size: 170%;
  margin-right: 10px;
}

.social-linls--label {
  display: inline-block;
}

/* ==========================================================================
   #WRAPPERS
   ========================================================================== */
.main-site-wrap {
  clear: both;
}

.main-content-wrap {
  clear: both;
  margin-top: 85px;
  min-height: 60vh;
}
@media (min-width: 51.25em) {
  .main-content-wrap {
    margin-top: 110px;
  }
}

.global-wrap {
  min-height: 50vh;
}

.max-width-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
@media (min-width: 46.875em) {
  .max-width-wrap {
    width: 95%;
    max-width: 1440px;
  }
}

.max-width-wrap--pad {
  padding: 0 5%;
}

.c-construkt-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   #FIGURE
   ========================================================================== */
.c-fig figcaption, .c-fig .c-fig__caption {
  display: block;
  margin: 10px 0;
  font-size: 70%;
}

/* ==========================================================================
   #FRONT PAGE
   ========================================================================== */
.homepage-hero {
  position: relative;
}

.homepage-scroller {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.homepage-scroller .owl-dots {
  position: absolute;
  right: 3%;
  bottom: 3%;
  z-index: 200;
}
.homepage-scroller::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}

.homepage-scroller__image {
  min-height: 450px;
  height: 35vw;
  max-height: 700px;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.homepage-hero__intro {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  padding-left: 3%;
  color: #ffffff;
}

.homepage-hero__intro-heading {
  color: #ffffff;
  font-size: 170%;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 62.5em) {
  .homepage-hero__intro-heading {
    font-size: 260%;
  }
}

.homepage-hero__intro-text {
  color: #ffffff;
  font-size: 105%;
  line-height: 140%;
  max-width: 80%;
}
@media (min-width: 62.5em) {
  .homepage-hero__intro-text {
    font-size: 120%;
    max-width: 800px;
  }
}

/* ==========================================================================
   #CONSTRUKT
   ========================================================================== */
.c-construkt-row {
  margin: 0 auto 8% auto;
  padding: 0;
}
@media (min-width: 46.875em) {
  .c-construkt-row {
    margin: 0 auto 3% auto;
  }
}

.c-construkt__row--flush {
  padding: 0;
}

.c-col-txt {
  margin-left: auto;
  margin-right: auto;
}
.c-col-txt p, .c-col-txt ul, .c-col-txt ol {
  font-size: 120%;
}
.c-col-txt ul, .c-col-txt ol {
  margin: 0 0 1.25em 1em;
  padding: 0;
}

.c-col-txt .c-btn, .c-col-txt .c-password-protected input[type=submit], .c-password-protected .c-col-txt input[type=submit] {
  color: #0D2D49;
  background-color: #E9F3F4;
}
.c-col-txt a {
  text-decoration: underline;
}

@media (min-width: 37.5em) {
  .c-col-txt.u-1\/1\@desktop .c-column-title, .c-col-txt.u-1\/1\@desktop p, .c-col-txt.u-1\/1\@desktop ul, .c-col-txt.u-1\/1\@desktop ol {
    padding: 0 15%;
  }
}

.c-col-img .fig {
  height: 0;
  padding-bottom: 62.5%;
  background: #F3F2ED;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-image: url(data:image/gif;base64,R0lGODlhLQAtAPMPANTU1O3t7fJoRfv7++9OJdvb2+Lf3/SBZPixn/7v6/m+r/b29ubm5u0wAM3Nzf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAALQAtAAAE//DJSesIBjg3WxMHklRkaUpBsa2c5L0fcs5VoLFrB7+ETJsDFY6l270Eox8lMBwWjS+fktnEPaEehVJiqBJd2NdhOul6ARNCuDFGnZiG8tAQGFQSioOx/egGSgsrcVwrDHYzCXoefGYOCyRCG4N9AI9bBgSMLAU1c1s0jSt/Ezc4k58VoStoKFWsqBWlOKOROJawFIFNnANVDLglDFUXw8AkvU0YTafGcnOyos0kVDjQK4fSE8heLK/ZpE3f4uPk5RVN3uLWXuXb1cnk1N2qkuT0DnTF3+4sdb7iwprYqcUCmzF+Kzg9kNct2zoHox6sY4brnjeG+MTRiyih1qQMBltpDADwcRMJXRkJbTAkMmDKPituLXmpiiTHCcpMybm5xJkrcF4m8Sxxz4oEbvW2YAx3FCnET0uNPnA6dMYCglK5FZCJykaVCa6qdsUKFkcBscAuZNhQ1mbIGREAACH5BAUKAA8ALBgAAAAVABUAAARg0Lliwng46y37DFuIeR4AihlJFheqqmf4wuLsGShgOzimhIOAQdV7HBoI1IDRKR4bjQTqsQA4oVDBdPPEIreYrpcAfhC83t/WgMZqwWLvotyGJuH1Q1lRf28TdQ1lZnURACH5BAUKAA8ALCIABwALAB8AAARe8EkZppXG1fuyc8PlfYU1fhqGroAErGu1wGj5MPQXPnna5QZKzjboTV40jnLJ5BAa0GhDkpBKJQorVCA5aBuHR/WLeHi/Cca3wX1+FeYvYXKWlulS7qWeUHrvSnAWEQAh+QQFCgAPACwYABgAFQAVAAAEZ/DJSSdwOLvK39BaVwUgVoiUUToGKn1r4D7M6gzuYp/uFc+qEmAmCWpkHQPhMDE6eJXEoUFlFjO4SUIxpXqtDxVSQvCav5Ox5MxugCtttqITNyNE9YYggYoT7i5sAnNEVAIHCHxEEhEAIfkEBQoADwAsBwAiAB8ACwAABFrwSXmImTjPBa6mTXh82cA4qJcdYdscSlIGBmo7KujuxATcQNyEtStOgsGLosg8IoGBB4K5cz5RUUlCQA1ZkYWBBkGgfm+ALEnBrUqCBTVpkkAc2s6CISD+RAAAIfkEBQoADwAsAAAYABUAFQAABF+wydnIuzhjSpP+j8BJCqgdY3OYGZI2Hvsk7yqHr3Err3UTKZvMxRHeRBOhAbBg0SRKh5TBckWlWENg8CldDNgwFmACi8+gwHltUq/DrEHhLb0FAO/bJWCG6y8DfHMOEQAh+QQFCgAPACwAAAcACwAfAAAEYPBJqaaVqJ0rU/vbJXyglZGlRKDkprAk8YxwY3j1dsLSkUs0VuVRayQkNRlnyWxeHNCoAzCRSgeSghUakBi2DoMkAHZgB2VGtrx4kMHUBwAsdm/r6yhegobuJ2R/Fl0WEQAh+QQFCgAPACwAAAAAFQAVAAAEYvDJSWtCR7RWu1TaJnoUQogoRyZhOnqI63qKPHuHjVbBlOsESsBh8LkOigRl4GgWJb/GgVRoOn2EZ2dovZIogK5VS+KKHYCvpHp2LNTMNkP9MIvpD0ObTG336G0OA3htaXgRADs=);
}
.c-col-img .fig.fig--1-6 {
  padding-bottom: 63%;
}
.c-col-img .fig.fig--3-1 {
  padding-bottom: 33%;
}
.c-col-img img {
  width: 100%;
  height: auto;
}

.fig img[width], .fig img[height] {
  max-width: 100%;
  height: auto;
}

.c-col-img--nocrop {
  height: auto;
  text-align: center;
}
.c-col-img--nocrop img {
  max-width: 800px;
  max-height: 800px;
  width: auto;
  height: auto;
}

.c-content-heading {
  font-weight: 400;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.c-content-heading::before {
  position: absolute;
  width: 60%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #0D2D49;
  content: "";
}
.c-content-heading.c-content-heading--white {
  color: #ffffff;
}
.c-content-heading.c-content-heading--white::before {
  background-color: #ffffff;
  content: "";
}

.c-column-subtitle {
  margin-top: -1em;
  font-weight: 700;
}

.c-color-block {
  padding: 8%;
  margin-bottom: 20px;
}

.c-color-block__heading {
  text-transform: uppercase;
  line-height: 130%;
  font-weight: 400;
  font-size: 160%;
}

.c-color-block__cta {
  font-size: 120%;
  margin: 0;
}
.c-color-block__cta .fa {
  margin-left: 10px;
  font-size: 80%;
}

.quotation {
  position: relative;
  padding: 40px 0 70px;
}
.quotation::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "“";
  font-family: "Georgia", serif;
  font-size: 280%;
}
.quotation::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "”";
  font-family: "Georgia", serif;
  font-size: 280%;
}

.quotation__text {
  font-weight: 700;
  font-size: 150%;
  margin-bottom: 0;
  position: relative;
  padding: 20px 0;
}
.quotation__text::before {
  position: absolute;
  width: 10%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #0D2D49;
  content: "";
}
.quotation__text::after {
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0D2D49;
  content: "";
}

.carousel-gallery {
  position: relative;
}
.carousel-gallery .owl-dots {
  position: absolute;
  right: 3%;
  bottom: 3%;
  z-index: 200;
}
.carousel-gallery .owl-nav {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-gallery .owl-nav .owl-prev, .carousel-gallery .owl-nav .owl-next {
  font-family: "FontAwesome";
  position: absolute;
  background: transparent;
  font-size: 250%;
}
.carousel-gallery .owl-nav .owl-prev:hover, .carousel-gallery .owl-nav .owl-next:hover {
  background: transparent;
}
.carousel-gallery .owl-nav .owl-prev {
  left: 0;
}
.carousel-gallery .owl-nav .owl-next {
  right: 0;
}

.carousel-gallery__image {
  height: 30vw;
  min-height: 200px;
  max-height: 600px;
  margin: 0;
  background-position: center;
  background-size: cover;
}

.c-large-content-feature__single {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 46.875em) {
  .c-large-content-feature__single {
    margin: 0;
    height: 30vw;
    min-height: 25vh;
    max-height: 60vh;
  }
}
.c-large-content-feature__single::after {
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-large-content-feature__wrapper {
  color: #ffffff;
  position: relative;
  padding: 5%;
  z-index: 10;
}
@media (min-width: 46.875em) {
  .c-large-content-feature__wrapper {
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 0 5%;
  }
}

.c-large-content-feature__heading {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 170%;
  line-height: 130%;
  margin-bottom: 0;
}
@media (min-width: 46.875em) {
  .c-large-content-feature__heading {
    margin-bottom: 20px;
  }
}

.c-large-content-feature__blurb {
  color: #ffffff;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
@media (min-width: 46.875em) {
  .c-large-content-feature__blurb {
    position: relative;
    overflow: visible;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.sidebar .c-large-content-feature__single {
  margin-bottom: 20px;
}

/**
	Video container
**/
.video-thumbnail {
  position: relative;
}
.video-thumbnail::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.video-thumbnail img {
  max-width: 100%;
  height: auto;
}
.video-thumbnail .video-thumbnail__play {
  position: absolute;
  border: 3px solid #ffffff;
  padding: 20px;
  width: 70px;
  height: 70px;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.video-thumbnail .fa {
  font-size: 40px;
  line-height: 25px;
  color: #ffffff;
}

@media (min-width: 46.875em) {
  .video-container-outer {
    max-width: 100%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-text .video-container-outer {
  margin-bottom: 30px;
}

/**
	Share Icons
**/
.social-icons-wrapper {
  display: none;
}
@media (min-width: 62.5em) {
  .social-icons-wrapper {
    display: block;
  }
}

.social-icons a {
  margin-left: 10px;
  font-size: 180%;
}
.social-icons a:first-of-type {
  margin-left: 0;
}

/**
	Accordion
**/
.accordion {
  border-bottom: 1px solid #ECF0F1;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.accordion.active .accordion-content {
  display: block;
}
.accordion.active .accordion-title::after {
  color: #808080;
  content: "";
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.accordion-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 130%;
  padding-right: 40px;
  font-size: 110%;
}
@media (min-width: 46.875em) {
  .accordion-title {
    font-size: 130%;
  }
}
.accordion-title::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-content {
  display: none;
  padding: 20px 0 0;
}
.accordion-content p {
  font-size: 100%;
}
@media (min-width: 46.875em) {
  .accordion-content p {
    font-size: 120%;
  }
}
.accordion-content p:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   #NEWS
   ========================================================================== */
.c-news-listings__single {
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 46.875em) {
  .c-news-listings__single {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (min-width: 46.875em) {
  .c-news-listings__single--small {
    border-bottom: 1px solid #808080;
  }
}
.c-news-listings__single--small .c-news-listings__heading {
  font-size: 110%;
  line-height: 110%;
  margin-bottom: 5px;
}

.c-news-listings__single--c-device {
  border-bottom: 0;
  position: relative;
  overflow: hidden;
}
.c-news-listings__single--c-device .fig {
  margin: 0;
}
.c-news-listings__single--c-device .c-news-listings__category, .c-news-listings__single--c-device .c-news-listings__date {
  color: inherit;
  opacity: 0.7;
  margin: 0;
}

.sidebar .c-news-listings__single--c-device .fig {
  margin: 6% 0 6% 6%;
}
@media (min-width: 62.5em) {
  .sidebar .c-news-listings__single--c-device .fig {
    margin: 0;
  }
}

.c-device {
  position: relative;
  z-index: 10;
  padding: 3%;
  width: 100%;
}
.c-device::after {
  content: "";
  transform: skewY(6.5deg);
  transform-origin: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.c-news-listings__category {
  margin-bottom: 5px;
  font-size: 90%;
  color: #91A4A5;
}

.c-news-listings__heading {
  line-height: 120%;
  margin-bottom: 5px;
  font-size: 130%;
}

.c-news-listings__date {
  font-weight: 700;
  font-size: 90%;
  color: #0D2D49;
}

.c-news-listings__blurb {
  display: none;
  font-size: 100%;
}
@media (min-width: 46.875em) {
  .c-news-listings__blurb {
    display: block;
  }
}

.load-more {
  text-align: center;
  margin-bottom: 60px;
}

.wysiwyg-text {
  font-size: 120%;
}

.wysiwyg-text img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wysiwyg-text figure.alignleft {
  float: left;
  margin-right: 20px;
}
.wysiwyg-text figure.aligncenter {
  margin: 0 auto;
}
.wysiwyg-text figure.alignright {
  float: right;
  margin-left: 20px;
}
.wysiwyg-text .wp-caption-text {
  background-color: #0D2D49;
  color: white;
  padding: 3px 10px;
}

.sidebar {
  padding-top: 30px;
}
@media (min-width: 62.5em) {
  .sidebar {
    padding-top: 0;
  }
}

.sidebar__filter {
  margin-bottom: 10px;
}

.sidebar__filter-heading {
  font-weight: 400;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 40px;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.sidebar__filter-heading::before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0D2D49;
  content: "";
}
.sidebar__filter-heading::after {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 130%;
  padding-bottom: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
}
@media (min-width: 62.5em) {
  .sidebar__filter-heading::before {
    width: 60%;
  }
}

.sidebar__filter-list {
  display: none;
  list-style: none;
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.sidebar__filter.active {
  margin-bottom: 30px;
}
.sidebar__filter.active .sidebar__filter-heading {
  margin-bottom: 30px;
}
.sidebar__filter.active .sidebar__filter-heading::after {
  content: "";
}
.sidebar__filter.active .sidebar__filter-list {
  display: block;
}

.sidebar__share {
  margin-bottom: 30px;
}

/* ==========================================================================
   #CASE STUDY
   ========================================================================== */
.c-case-study__single {
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 46.875em) {
  .c-case-study__single {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.c-case-study__single .c-btn, .c-case-study__single .c-password-protected input[type=submit], .c-password-protected .c-case-study__single input[type=submit] {
  display: none;
}
@media (min-width: 62.5em) {
  .c-case-study__single .c-btn, .c-case-study__single .c-password-protected input[type=submit], .c-password-protected .c-case-study__single input[type=submit] {
    display: inline-block;
  }
}

.c-case-study__heading {
  line-height: 120%;
  margin-bottom: 0;
  font-size: 130%;
}
@media (min-width: 46.875em) {
  .c-case-study__heading {
    margin-bottom: 20px;
  }
}
@media (min-width: 62.5em) {
  .c-case-study__heading {
    font-size: 160%;
  }
}

.c-case-study__blurb {
  display: none;
  font-size: 100%;
}
@media (min-width: 46.875em) {
  .c-case-study__blurb {
    display: block;
  }
}
@media (min-width: 62.5em) {
  .c-case-study__blurb {
    font-size: 125%;
  }
}

/* ==========================================================================
   #SEARCH RESULTS
   ========================================================================== */
.search-results__header {
  padding: 3% 0;
}

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

.search-results__subtitle {
  font-size: 140%;
}

.search-results__result-single {
  border-bottom: 1px solid #0D2D49;
  font-size: 200%;
  padding: 2% 0;
  max-width: 600px;
  position: relative;
}
.search-results__result-single::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
  font-family: "FontAwesome";
}
.search-results__result-single .post-type__header {
  font-size: 0.5em;
}
.search-results__result-single h2 {
  line-height: 1.5;
  margin-bottom: 0;
}

/* ==========================================================================
   #GLOBAL-HEADER
   ========================================================================== */
.global-nav ul, .global-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 46.875em) {
  .global-nav li {
    display: inline-block;
  }
}

.global-header {
  -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;
  width: 100%;
  padding: 0 3%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 1000;
  background-color: #ffffff;
}
.global-header::after {
  -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;
  background-color: #0D2D49;
  bottom: 150px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  transform: skewY(-3.5deg);
  transform-origin: 100%;
  z-index: -1;
}
@media (min-width: 51.25em) {
  .global-header::after {
    height: 110px;
    display: none;
  }
}
@media (min-width: 51.25em) {
  .global-header {
    height: 110px;
  }
}
@media (min-width: 92.5em) {
  .global-header {
    width: 100%;
  }
}

.global-header__main-bar {
  padding: 9px 0;
  margin-bottom: 10px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  border-bottom: 1px solid #0D2D49;
}
@media (min-width: 51.25em) {
  .global-header__main-bar {
    padding: 16px 0;
    border-bottom: 0;
  }
}

.blog .global-header__main-bar, .single-post .global-header__main-bar {
  border-bottom: 1px solid #0D2D49;
}
.blog .main-content-wrap, .single-post .main-content-wrap {
  padding-top: 40px;
}
.blog.header-stuck .global-header__main-bar, .single-post.header-stuck .global-header__main-bar {
  border-bottom: 0;
}

.global-header__logo {
  -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;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 180px;
  height: 44px;
  display: inline-block;
  position: relative;
  margin: 0;
}
@media (min-width: 51.25em) {
  .global-header__logo {
    width: 248px;
    height: 69px;
  }
}

.global-header__logo--blue, .global-header__logo--white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.global-header__logo--blue {
  background-image: url("../images/rothschild-logo-blue.svg");
}

.global-header__logo--white {
  display: none;
  background-image: url("../images/rothschild-logo-white.svg");
}

.global-header__rhs {
  -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;
  float: right;
  text-align: right;
}

.rhs__top-row {
  -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;
  display: none;
  opacity: 1;
  margin-top: 0;
}
@media (min-width: 51.25em) {
  .rhs__top-row {
    display: block;
  }
}

.menu-secondary-menu-container {
  display: inline-block;
}

.global-header__secondary-nav__menu {
  margin: 0;
}
.global-header__secondary-nav__menu .menu-item {
  margin-right: 10px;
  border-right: 1px solid #808080;
  padding-right: 10px;
  color: #0D2D49;
  font-size: 75%;
  line-height: 100%;
}
@media (min-width: 62.5em) {
  .global-header__secondary-nav__menu .menu-item {
    font-size: 90%;
  }
}

.global-header__primary-menu {
  margin: 10px 0;
  display: none;
}
@media (min-width: 51.25em) {
  .global-header__primary-menu {
    display: block;
  }
}
@media (min-width: 62.5em) {
  .global-header__primary-menu {
    display: block;
  }
}

.global-header__primary-nav-trigger:hover {
  opacity: 0.7;
}

.global-header__primary-menu-link {
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  color: #0D2D49;
  font-size: 95%;
  letter-spacing: 0.15em;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
@media (min-width: 62.5em) {
  .global-header__primary-menu-link {
    font-size: 120%;
  }
}

.global-header__trigger-wrap {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.global-header__trigger-wrap:hover {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.global-header__trigger-wrap:hover .global-header__primary-menu-icon {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.global-header__primary-menu-icon {
  width: 20px;
  height: 20px;
  color: #0D2D49;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #0D2D49;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.menu-item.active .global-header__primary-menu-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}
@media (min-width: 62.5em) {
  .global-header__primary-menu-icon {
    font-size: 14px;
  }
}

.primary-menu__sub-menu-wrapper {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: 300px;
  background-color: rgba(13, 45, 73, 0.9);
  z-index: 100;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.primary-menu__sub-menu-wrapper {
  display: none;
}
.primary-menu__sub-menu-wrapper .h-device {
  background-color: transparent !important;
  width: 40%;
}
.primary-menu__sub-menu-wrapper .h-device::after {
  right: 0;
}
.primary-menu__sub-menu-wrapper.active {
  display: block;
}

.menu-item.active .primary-menu__sub-menu-wrapper {
  display: block;
}

.primary-menu__sub-menu-links {
  position: absolute;
  width: 55%;
  top: 0;
  right: 0;
  height: 100%;
}

.primary-menu__sub-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.primary-menu__sub-menu li {
  display: inline-block;
  width: 40%;
  margin: 0 3%;
  color: #ffffff;
  position: relative;
  text-align: left;
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 110%;
}
@media (min-width: 62.5em) {
  .primary-menu__sub-menu li {
    font-size: 130%;
  }
}
.primary-menu__sub-menu li::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-header__search-wrapper {
  display: inline-block;
  position: relative;
}

.site-search-form input[type=search] {
  -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;
  font-weight: 400;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  font-family: "BrandonText";
  font-size: 75%;
  padding: 2px 30px 0;
  width: 150px;
  border: 1px solid #e6e6e6;
  color: #0D2D49;
  background: transparent;
}
.site-search-form input[type=search]:focus {
  background: transparent;
  width: 250px;
}
.site-search-form input[type=search]:focus + button[type=submit] {
  opacity: 1;
}
@media (min-width: 62.5em) {
  .site-search-form input[type=search] {
    font-size: 80%;
    height: 25px;
    padding: 5px 30px 0;
  }
}
.site-search-form button[type=submit] {
  -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;
  position: absolute;
  right: 10px;
  top: 3px;
  background: transparent;
  padding: 0;
  height: auto;
  cursor: pointer;
  opacity: 0;
}
@media (min-width: 62.5em) {
  .site-search-form button[type=submit] {
    top: 5px;
  }
}
.site-search-form .fa-search {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 80%;
  color: #0D2D49;
}

.home .global-header, .single-case-study .global-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.home .global-header::before, .single-case-study .global-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=0 );
  transform: skewY(0);
}
.home .global-header__main-bar, .single-case-study .global-header__main-bar {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  z-index: 400;
}
@media (min-width: 90em) {
  .home .global-header__main-bar, .single-case-study .global-header__main-bar {
    margin: 0 auto;
  }
}
.home .global-header__secondary-nav__menu .menu-item, .single-case-study .global-header__secondary-nav__menu .menu-item {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.home .global-header__primary-menu-link, .single-case-study .global-header__primary-menu-link {
  color: #ffffff;
}
.home .global-header__primary-menu-icon, .single-case-study .global-header__primary-menu-icon {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.home .global-header__primary-menu-icon:hover, .single-case-study .global-header__primary-menu-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.home .global-header__logo--blue, .single-case-study .global-header__logo--blue {
  display: none;
}
.home .global-header__logo--white, .single-case-study .global-header__logo--white {
  display: inline-block;
}
.home .site-search-form button[type=submit], .home .site-search-form input[type=search], .home .site-search-form .fa-search, .single-case-study .site-search-form button[type=submit], .single-case-study .site-search-form input[type=search], .single-case-study .site-search-form .fa-search {
  color: #ffffff;
}
.home .global-header__mobile-navigation-trigger, .single-case-study .global-header__mobile-navigation-trigger {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.home.nav-open .global-header, .single-case-study.nav-open .global-header {
  position: fixed;
}
.home.nav-open .global-header::before, .single-case-study.nav-open .global-header::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=0 );
}
.home.nav-open .global-header::after, .single-case-study.nav-open .global-header::after {
  background-color: #0D2D49;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  transform: skewY(-3.5deg);
  transform-origin: 100%;
  z-index: -1;
}
.home.nav-open .global-header__main-bar, .single-case-study.nav-open .global-header__main-bar {
  border-bottom: 0;
}

body.header-stuck .global-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #0D2D49;
  max-width: none;
  border-bottom: 1px solid white;
}
body.header-stuck .global-header__main-bar {
  border-bottom: 0;
}
body.header-stuck input[type=search] {
  color: #ffffff;
}
body.header-stuck button[type=submit] {
  color: #ffffff;
}
body.header-stuck .fa-search {
  color: #ffffff;
}
body.header-stuck .global-header__logo--blue {
  display: none;
}
body.header-stuck .global-header__logo--white {
  display: inline-block;
}
body.header-stuck .global-header__primary-menu-link {
  color: #ffffff;
}
body.header-stuck .global-header__primary-menu-icon {
  color: #ffffff;
  border: 2px solid #ffffff;
}
body.header-stuck .global-header__primary-menu-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
body.header-stuck .global-header__secondary-nav__menu .menu-item {
  color: #ffffff;
}
body.header-stuck .global-header__mobile-navigation-trigger {
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.header-stuck.home .global-header::before, body.header-stuck.single-case-study .global-header::before {
  display: none;
}
body.header-stuck.home .global-header__main-bar, body.header-stuck.single-case-study .global-header__main-bar {
  border-bottom: 0;
}

@media (min-width: 51.25em) {
  body.nav-up .global-header,
body.nav-up .global-header__message {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  body.nav-up .global-header__logo {
    -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;
    -webkit-transform: scale(0.6, 0.6) translateY(35px);
    -moz-transform: scale(0.6, 0.6) translateY(35px);
    -ms-transform: scale(0.6, 0.6) translateY(35px);
    -o-transform: scale(0.6, 0.6) translateY(35px);
    transform: scale(0.6, 0.6) translateY(35px);
  }
  body.nav-up .rhs__top-row {
    -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;
    opacity: 0;
  }
  body.nav-up .primary-menu__sub-menu-wrapper {
    top: 110px;
  }
}

.global-header__mobile-navigation-trigger {
  font-size: 15px;
  margin-top: 6px;
  line-height: 33px;
  text-align: center;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #0D2D49;
}
@media (min-width: 51.25em) {
  .global-header__mobile-navigation-trigger {
    display: none;
  }
}

.nav-open {
  overflow: hidden;
  height: 100%;
}
.nav-open .global-header {
  margin: 0;
  padding: 0 3%;
  z-index: 200;
  position: fixed;
  width: 100%;
}
.nav-open .global-header::after {
  background-color: #0D2D49;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  transform: skewY(-3.5deg);
  transform-origin: 100%;
  z-index: -1;
}
.nav-open .global-header__mobile-navigation-trigger {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.nav-open .global-header__logo--blue {
  display: none;
}
.nav-open .global-header__logo--white {
  display: inline-block;
}
.nav-open .mobile-menu {
  display: block;
}
@media (min-width: 51.25em) {
  .nav-open .global-header::after {
    display: none;
  }
  .nav-open .global-header__mobile-navigation-trigger {
    border: 2px solid #0D2D49;
    color: #0D2D49;
  }
  .nav-open .global-header__logo--blue {
    display: inline-block;
  }
  .nav-open .global-header__logo--white {
    display: none;
  }
  .nav-open .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #91A4A5;
  z-index: 150;
  overflow: hidden;
}

.global-header__mobile-nav {
  margin-top: 120px;
}

.mobile-menu__button-wrap {
  width: 100%;
  position: relative;
}
.mobile-menu__button-wrap p {
  margin-bottom: 0;
}

.mobile-menu__primary-menu-link {
  color: #ffffff;
  font-size: 140%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.mobile-menu__primary-nav-icon {
  position: absolute;
  top: -5px;
  right: 0;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 24px;
  width: 24px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.menu-item-wrap.active .mobile-menu__primary-nav-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}

.mobile-menu .menu-item-wrap {
  border-bottom: 1px solid #ffffff;
  margin: 0 3%;
  padding: 25px 3% 20px;
  width: 94%;
}

.menu-item-wrap.active .mobile-menu__sub-menu-links {
  padding-top: 30px;
}
.menu-item-wrap.active .mobile-menu__sub-menu-wrapper {
  display: block;
}

.mobile-menu__sub-menu li {
  margin-bottom: 10px;
  display: block;
}

.mobile-menu__sub-menu-wrapper {
  display: none;
  color: #ffffff;
  margin: 0;
  font-size: 150%;
}

.mobile-menu .menu-secondary-menu-container {
  text-align: center;
  display: block;
  padding: 40px 0;
}

.mobile-menu__secondary-nav-menu {
  color: #ffffff;
  font-size: 110%;
  margin: 0;
}
.mobile-menu__secondary-nav-menu li {
  font-size: 120%;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
}
.mobile-menu__secondary-nav-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.mobile-menu .global-header__search-wrapper {
  display: block;
  width: 250px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.mobile-menu .global-header__search-wrapper .fa {
  color: #ffffff;
}
.mobile-menu .global-header__search-wrapper input[type=search] {
  height: 50px;
  border-radius: 50px;
  font-size: 120%;
  width: 200px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #adbbbc;
}
.mobile-menu .global-header__search-wrapper input[type=search]:focus {
  background-color: #adbbbc;
  width: 100%;
}
.mobile-menu .global-header__search-wrapper input[type=search]:focus + button[type=submit] {
  opacity: 1;
}
.mobile-menu .global-header__search-wrapper input[type=search]:focus ~ .fa-search {
  left: 25px;
}
.mobile-menu .global-header__search-wrapper input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu .global-header__search-wrapper input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu .global-header__search-wrapper input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu .global-header__search-wrapper input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu .global-header__search-wrapper button[type=submit] {
  -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;
  position: absolute;
  right: 15px;
  top: 14px;
  background: transparent;
  padding: 0;
  height: auto;
  cursor: pointer;
  opacity: 0;
  font-size: 160%;
}
.mobile-menu .global-header__search-wrapper .fa-search {
  -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;
  position: absolute;
  left: 35px;
  top: 14px;
  font-size: 160%;
}

.admin-bar .global-header {
  top: 46px;
}
@media (min-width: 37.5em) {
  .admin-bar .global-header {
    top: 46px;
  }
  .admin-bar.header-stuck .global-header {
    top: 46px;
  }
}
@media (min-width: 48.9375em) {
  .admin-bar .global-header {
    top: 32px;
  }
  .admin-bar.header-stuck .global-header {
    top: 32px;
  }
}

.global-header__message {
  position: fixed;
  z-index: 100;
  background-color: #F78800;
  color: #000000;
  width: 100%;
  text-align: center;
  padding: 10px 3%;
  top: 70px;
}
.global-header__message p {
  margin: 0;
}
@media (min-width: 51.25em) {
  .global-header__message {
    top: 110px;
  }
}

/* ==========================================================================
   #GLOBAL-FOOTER
   ========================================================================== */
.global-footer {
  margin-top: 3%;
  padding: 5% 0;
  background-color: #0D2D49;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 46.875em) {
  .global-footer {
    text-align: left;
    padding: 3% 0;
  }
}

.global-footer__lhs {
  display: inline-block;
}

.global-footer__logo {
  margin-bottom: 30px;
  width: 100%;
  max-width: 200px;
  height: auto !important;
}
.global-footer__logo img {
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 46.875em) {
  .global-footer__logo {
    max-width: 280px;
  }
}

.global-footer__address p {
  margin: 0;
}

@media (min-width: 46.875em) {
  .global-footer__rhs {
    float: right;
  }
}

.global-footer__social-wrapper {
  margin: 20px 0;
}

.global-footer .social-links {
  font-size: 160%;
  margin-left: 20px;
}
.global-footer .social-links--label {
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: -5px;
}

.global-footer__menu {
  margin: 20px 0;
  list-style-type: none;
  text-align: center;
  display: block;
}
.global-footer__menu li {
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
}
@media (min-width: 46.875em) {
  .global-footer__menu {
    text-align: right;
  }
  .global-footer__menu li {
    display: block;
    margin: 0 0 5px 0;
  }
}

.global-footer__copyright {
  text-align: center;
  padding: 3% 0;
}
.global-footer__copyright p {
  margin: 0;
  color: #ffffff;
  display: inline-block;
}
.global-footer__copyright a {
  margin: 10px 0;
  display: block;
  text-decoration: underline;
}

.stuck-footer-bar {
  -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;
  position: fixed;
  bottom: -60px;
  right: 0;
  height: 50px;
  z-index: 100;
}

.stuck-footer-bar {
  font-size: 70%;
}
.stuck-footer-bar .c-content-heading {
  display: inline-block;
  margin-right: 10px;
}
.stuck-footer-bar .c-content-heading::before {
  display: none;
}
.stuck-footer-bar .social-icons {
  display: inline-block;
}
.stuck-footer-bar .social-icons a {
  margin-left: 10px;
}

.back-to-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 35px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
}

.footer-share-icons {
  -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;
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  vertical-align: top;
  position: relative;
  z-index: -1;
  top: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
}
.footer-share-icons .social-icons-wrapper {
  display: inline-block;
  padding-top: 12px;
}
@media (max-width: 62.49em) {
  .footer-share-icons.top {
    top: 0;
  }
}
.footer-share-icons.active {
  top: 0;
}

.header-stuck .stuck-footer-bar {
  bottom: 0;
}

/* ==========================================================================
   #PAGE-MASTHEAD
   ========================================================================== */
.masthead {
  position: relative;
  margin-bottom: 5%;
  overflow: hidden;
}

.pg__masthead {
  padding: 2% 0;
  min-height: 500px;
  height: 80vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
.pg__masthead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
@media (min-width: 62.5em) {
  .pg__masthead {
    min-height: 600px;
    max-height: 70vh;
    height: 45vw;
  }
}

.masthead-hero .pg__title {
  color: #ffffff;
  padding: 30px 0 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 240%;
  font-weight: 400;
}
.masthead-hero .pg__intro {
  font-size: 120%;
  color: #ffffff;
  margin-bottom: 0;
}

.h-row {
  position: absolute;
  bottom: 10%;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  left: 0;
  right: 0;
  padding-left: 3%;
  padding-right: 3%;
  z-index: 10;
}
.h-row .c-content-heading {
  margin-bottom: 5px;
}

.pg__masthead--angled {
  background-position: center;
  background-size: cover;
}
@media (min-width: 46.875em) {
  .pg__masthead--angled {
    min-height: 300px;
    max-height: 380px;
    height: 25vw;
  }
}

.pg__masthead--angled .h-device {
  background: transparent !important;
}

.pg__masthead--angled .masthead__image {
  position: relative;
  width: 100%;
  height: 30vh;
  margin-top: -70px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 46.875em) {
  .pg__masthead--angled .masthead__image {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.pg__masthead--angled .pg__title {
  font-size: 130%;
}
.pg__masthead--angled .pg__intro {
  font-size: 110%;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 62.5em) {
  .pg__masthead--angled .pg__intro {
    padding-right: 0;
    display: block;
  }
}
.pg__masthead--angled .pg__date {
  font-weight: 400;
}

.h-device {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 3%;
}
.h-device::after {
  background: inherit;
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 250px;
  position: absolute;
  transform: skewY(-4.5deg);
  transform-origin: 100%;
  z-index: -1;
}
@media (min-width: 46.875em) {
  .h-device {
    width: 30%;
    position: absolute;
    height: 100%;
    padding: 3% 0 3% 3%;
  }
  .h-device::after {
    bottom: 0;
    left: -1000px;
    right: -40%;
    height: 100%;
    transform: skewX(-25.5deg);
  }
}

.h-device__text-wrap {
  position: relative;
  text-align: center;
}
@media (min-width: 46.875em) {
  .h-device__text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 46.875em) {
  .pg__masthead--angled-full {
    min-height: 300px;
    max-height: 500px;
    height: 35vw;
  }
}

@media (min-width: 46.875em) {
  .pg__masthead--angled-full .h-device {
    width: 50%;
  }
  .pg__masthead--angled-full .h-device::after {
    right: 0;
  }
}

.pg__masthead--angled-full {
  margin: 3%;
}
.pg__masthead--angled-full .masthead__image {
  margin-top: -70px;
  height: auto;
  padding: 20vh 0 15vh;
  position: relative;
}
@media (min-width: 46.875em) {
  .pg__masthead--angled-full .masthead__image {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0;
    margin-top: 0;
  }
}
.pg__masthead--angled-full .pg__text-wrap {
  position: relative;
  z-index: 10;
}
@media (min-width: 46.875em) {
  .pg__masthead--angled-full {
    margin: 0 0 3% 0;
  }
  .pg__masthead--angled-full .pg__text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
  }
}

.pg__section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 160%;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  padding: 6% 3% 5px 3%;
  position: relative;
}
.pg__section-title:not(.pg__section-title__no-link):after {
  content: "";
  background-color: #0D2D49;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 46.875em) {
  .pg__section-title {
    padding: 0;
  }
}

.pg__logo {
  max-width: 60px;
  margin: 0 auto 50px auto;
  width: 100%;
  height: auto;
}
@media (min-width: 46.875em) {
  .pg__logo {
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media (min-width: 62.5em) {
  .pg__logo {
    max-width: 150px;
  }
}
.pg__logo img {
  width: 100%;
  height: auto;
}

.pg__masthead--angled-full .pg__title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 180%;
  margin: 0;
  text-align: center;
  padding: 10px 0 0 0;
}
@media (min-width: 62.5em) {
  .pg__masthead--angled-full .pg__title {
    font-size: 280%;
  }
}

.c-password-protected {
  max-width: 700px;
  margin: 10% auto;
  padding: 20px;
}
.c-password-protected input[type=submit] {
  padding: 12px !important;
}
.c-password-protected input[type=password] {
  width: 100%;
  max-width: 400px;
}
.c-password-protected p {
  text-align: center;
}
.c-password-protected p input {
  margin-top: 30px !important;
}

/* ==========================================================================
   #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: 46.875em) {
  .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: 90em) {
  .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;
  }
}
/* ==========================================================================
   #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: 36px !important;
  font-size: 2.25rem !important;
  line-height: 1.3333333333 !important;
}

.u-h2 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 1.7142857143 !important;
}

.u-h3 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1 !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
   ========================================================================== */
.delay-none {
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -ms-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.delay-half {
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -ms-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay-one {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay-one-half {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -ms-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-two {
  -webkit-animation-delay: 2s !important;
  -moz-animation-delay: 2s !important;
  -ms-animation-delay: 2s !important;
  -o-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay-two-half {
  -webkit-animation-delay: 2.5s !important;
  -moz-animation-delay: 2.5s !important;
  -ms-animation-delay: 2.5s !important;
  -o-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.delay-three {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  -ms-animation-delay: 3s !important;
  -o-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.delay-three-half {
  -webkit-animation-delay: 3.5s !important;
  -moz-animation-delay: 3.5s !important;
  -ms-animation-delay: 3.5s !important;
  -o-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}

.delay-four {
  -webkit-animation-delay: 4s !important;
  -moz-animation-delay: 4s !important;
  -ms-animation-delay: 4s !important;
  -o-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

/* ==========================================================================
   #COLOUR CLASSES
   ========================================================================== */
.u-white-bg {
  background-color: #ffffff !important;
  color: #404040 !important;
}
.u-white-bg.h-device::after, .u-white-bg.c-device::after, .u-white-bg.c-btn::after, .c-password-protected input.u-white-bg[type=submit]::after {
  background-color: #ffffff !important;
  color: #404040 !important;
}
.u-white-bg .pg__section-title::after {
  background-color: #404040 !important;
}

.u-blue-bg {
  background-color: #0D2D49 !important;
  color: #ffffff !important;
}
.u-blue-bg.h-device::after, .u-blue-bg.c-device::after, .u-blue-bg.c-btn::after, .c-password-protected input.u-blue-bg[type=submit]::after {
  background-color: #0D2D49 !important;
  color: #ffffff !important;
}
.u-blue-bg .pg__section-title::after {
  background-color: #ffffff !important;
}

.u-red-bg {
  background-color: #B45955 !important;
  color: #ffffff !important;
}
.u-red-bg.h-device::after, .u-red-bg.c-device::after, .u-red-bg.c-btn::after, .c-password-protected input.u-red-bg[type=submit]::after {
  background-color: #B45955 !important;
  color: #ffffff !important;
}
.u-red-bg .pg__section-title::after {
  background-color: #ffffff !important;
}

.u-red-lighter-bg {
  background-color: #D3A195 !important;
  color: #0D2D49 !important;
}
.u-red-lighter-bg.h-device::after, .u-red-lighter-bg.c-device::after, .u-red-lighter-bg.c-btn::after, .c-password-protected input.u-red-lighter-bg[type=submit]::after {
  background-color: #D3A195 !important;
  color: #0D2D49 !important;
}
.u-red-lighter-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-red-lightest-bg {
  background-color: #E7CCC0 !important;
  color: #0D2D49 !important;
}
.u-red-lightest-bg.h-device::after, .u-red-lightest-bg.c-device::after, .u-red-lightest-bg.c-btn::after, .c-password-protected input.u-red-lightest-bg[type=submit]::after {
  background-color: #E7CCC0 !important;
  color: #0D2D49 !important;
}
.u-red-lightest-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-green-bg {
  background-color: #7AAE88 !important;
  color: #0D2D49 !important;
}
.u-green-bg.h-device::after, .u-green-bg.c-device::after, .u-green-bg.c-btn::after, .c-password-protected input.u-green-bg[type=submit]::after {
  background-color: #7AAE88 !important;
  color: #0D2D49 !important;
}
.u-green-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-green-lighter-bg {
  background-color: #C6D5C5 !important;
  color: #0D2D49 !important;
}
.u-green-lighter-bg.h-device::after, .u-green-lighter-bg.c-device::after, .u-green-lighter-bg.c-btn::after, .c-password-protected input.u-green-lighter-bg[type=submit]::after {
  background-color: #C6D5C5 !important;
  color: #0D2D49 !important;
}
.u-green-lighter-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-green-lightest-bg {
  background-color: #E3EAE2 !important;
  color: #0D2D49 !important;
}
.u-green-lightest-bg.h-device::after, .u-green-lightest-bg.c-device::after, .u-green-lightest-bg.c-btn::after, .c-password-protected input.u-green-lightest-bg[type=submit]::after {
  background-color: #E3EAE2 !important;
  color: #0D2D49 !important;
}
.u-green-lightest-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-dark-green-bg {
  background-color: #7AA383 !important;
  color: #0D2D49 !important;
}
.u-dark-green-bg.h-device::after, .u-dark-green-bg.c-device::after, .u-dark-green-bg.c-btn::after, .c-password-protected input.u-dark-green-bg[type=submit]::after {
  background-color: #7AA383 !important;
  color: #0D2D49 !important;
}
.u-dark-green-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-dark-green-lighter-bg {
  background-color: #B8CAB7 !important;
  color: #0D2D49 !important;
}
.u-dark-green-lighter-bg.h-device::after, .u-dark-green-lighter-bg.c-device::after, .u-dark-green-lighter-bg.c-btn::after, .c-password-protected input.u-dark-green-lighter-bg[type=submit]::after {
  background-color: #B8CAB7 !important;
  color: #0D2D49 !important;
}
.u-dark-green-lighter-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-dark-green-lightest-bg {
  background-color: #D8E2D5 !important;
  color: #0D2D49 !important;
}
.u-dark-green-lightest-bg.h-device::after, .u-dark-green-lightest-bg.c-device::after, .u-dark-green-lightest-bg.c-btn::after, .c-password-protected input.u-dark-green-lightest-bg[type=submit]::after {
  background-color: #D8E2D5 !important;
  color: #0D2D49 !important;
}
.u-dark-green-lightest-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-turq-bg {
  background-color: #91CECF !important;
  color: #0D2D49 !important;
}
.u-turq-bg.h-device::after, .u-turq-bg.c-device::after, .u-turq-bg.c-btn::after, .c-password-protected input.u-turq-bg[type=submit]::after {
  background-color: #91CECF !important;
  color: #0D2D49 !important;
}
.u-turq-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-turq-lighter-bg {
  background-color: #D2E6E8 !important;
  color: #0D2D49 !important;
}
.u-turq-lighter-bg.h-device::after, .u-turq-lighter-bg.c-device::after, .u-turq-lighter-bg.c-btn::after, .c-password-protected input.u-turq-lighter-bg[type=submit]::after {
  background-color: #D2E6E8 !important;
  color: #0D2D49 !important;
}
.u-turq-lighter-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-turq-lightest-bg {
  background-color: #E9F3F4 !important;
  color: #0D2D49 !important;
}
.u-turq-lightest-bg.h-device::after, .u-turq-lightest-bg.c-device::after, .u-turq-lightest-bg.c-btn::after, .c-password-protected input.u-turq-lightest-bg[type=submit]::after {
  background-color: #E9F3F4 !important;
  color: #0D2D49 !important;
}
.u-turq-lightest-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-dark-turq-bg {
  background-color: #406D6E !important;
  color: #ffffff !important;
}
.u-dark-turq-bg.h-device::after, .u-dark-turq-bg.c-device::after, .u-dark-turq-bg.c-btn::after, .c-password-protected input.u-dark-turq-bg[type=submit]::after {
  background-color: #406D6E !important;
  color: #ffffff !important;
}
.u-dark-turq-bg .pg__section-title::after {
  background-color: #ffffff !important;
}

.u-dark-turq-lighter-bg {
  background-color: #91A4A5 !important;
  color: #ffffff !important;
}
.u-dark-turq-lighter-bg.h-device::after, .u-dark-turq-lighter-bg.c-device::after, .u-dark-turq-lighter-bg.c-btn::after, .c-password-protected input.u-dark-turq-lighter-bg[type=submit]::after {
  background-color: #91A4A5 !important;
  color: #ffffff !important;
}
.u-dark-turq-lighter-bg .pg__section-title::after {
  background-color: #ffffff !important;
}

.u-dark-turq-lightest-bg {
  background-color: #C1CBC9 !important;
  color: #0D2D49 !important;
}
.u-dark-turq-lightest-bg.h-device::after, .u-dark-turq-lightest-bg.c-device::after, .u-dark-turq-lightest-bg.c-btn::after, .c-password-protected input.u-dark-turq-lightest-bg[type=submit]::after {
  background-color: #C1CBC9 !important;
  color: #0D2D49 !important;
}
.u-dark-turq-lightest-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-purple-bg {
  background-color: #615880 !important;
  color: #ffffff !important;
}
.u-purple-bg.h-device::after, .u-purple-bg.c-device::after, .u-purple-bg.c-btn::after, .c-password-protected input.u-purple-bg[type=submit]::after {
  background-color: #615880 !important;
  color: #ffffff !important;
}
.u-purple-bg .pg__section-title::after {
  background-color: #ffffff !important;
}

.u-purple-lighter-bg {
  background-color: #9F99AF !important;
  color: #0D2D49 !important;
}
.u-purple-lighter-bg.h-device::after, .u-purple-lighter-bg.c-device::after, .u-purple-lighter-bg.c-btn::after, .c-password-protected input.u-purple-lighter-bg[type=submit]::after {
  background-color: #9F99AF !important;
  color: #0D2D49 !important;
}
.u-purple-lighter-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-purple-lightest-bg {
  background-color: #C9C5D0 !important;
  color: #0D2D49 !important;
}
.u-purple-lightest-bg.h-device::after, .u-purple-lightest-bg.c-device::after, .u-purple-lightest-bg.c-btn::after, .c-password-protected input.u-purple-lightest-bg[type=submit]::after {
  background-color: #C9C5D0 !important;
  color: #0D2D49 !important;
}
.u-purple-lightest-bg .pg__section-title::after {
  background-color: #0D2D49 !important;
}

.u-blue-txt {
  color: #0D2D49 !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: #404040 !important;
}

.u-red-txt {
  color: #B45955 !important;
}

.u-red-lighter-txt {
  color: #D3A195 !important;
}

.u-red-lightest-txt {
  color: #E7CCC0 !important;
}

.u-green-txt {
  color: #7AAE88 !important;
}

.u-green-lighter-txt {
  color: #C6D5C5 !important;
}

.u-green-lightest-txt {
  color: #E3EAE2 !important;
}

.u-dark-green-txt {
  color: #7AA383 !important;
}

.u-dark-green-lighter-txt {
  color: #B8CAB7 !important;
}

.u-dark-green-lightest-txt {
  color: #D8E2D5 !important;
}

.u-turq-txt {
  color: #91CECF !important;
}

.u-turq-lighter-txt {
  color: #D2E6E8 !important;
}

.u-turq-lightest-txt {
  color: #E9F3F4 !important;
}

.u-dark-turq-txt {
  color: #406D6E !important;
}

.u-dark-turq-lighter-txt {
  color: #91A4A5 !important;
}

.u-dark-turq-lightest-txt {
  color: #C1CBC9 !important;
}

.u-purple-txt {
  color: #615880 !important;
}

.u-purple-lighter-txt {
  color: #9F99AF !important;
}

.u-purple-lightest-txt {
  color: #C9C5D0 !important;
}

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