﻿@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 13, ../../app/sass/helpers/lib/_animate.scss */
.animated, [class*='fade-item'].ready, .md-no-js [class*='fade-item'] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 20, ../../app/sass/helpers/lib/_animate.scss */
.animated.infinite, .infinite[class*='fade-item'].ready, .md-no-js .infinite[class*='fade-item'] {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 25, ../../app/sass/helpers/lib/_animate.scss */
.animated.hinge, .hinge[class*='fade-item'].ready, .md-no-js .hinge[class*='fade-item'] {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 30, ../../app/sass/helpers/lib/_animate.scss */
.animated.bounceIn, .bounceIn[class*='fade-item'].ready, .md-no-js .bounceIn[class*='fade-item'],
.animated.bounceOut,
.bounceOut[class*='fade-item'].ready,
.md-no-js .bounceOut[class*='fade-item'] {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 36, ../../app/sass/helpers/lib/_animate.scss */
.animated.flipOutX, .flipOutX[class*='fade-item'].ready, .md-no-js .flipOutX[class*='fade-item'],
.animated.flipOutY,
.flipOutY[class*='fade-item'].ready,
.md-no-js .flipOutY[class*='fade-item'] {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 98, ../../app/sass/helpers/lib/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 125, ../../app/sass/helpers/lib/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 166, ../../app/sass/helpers/lib/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 245, ../../app/sass/helpers/lib/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 284, ../../app/sass/helpers/lib/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 343, ../../app/sass/helpers/lib/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 404, ../../app/sass/helpers/lib/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 485, ../../app/sass/helpers/lib/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 570, ../../app/sass/helpers/lib/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 643, ../../app/sass/helpers/lib/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 716, ../../app/sass/helpers/lib/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 789, ../../app/sass/helpers/lib/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 862, ../../app/sass/helpers/lib/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 905, ../../app/sass/helpers/lib/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 948, ../../app/sass/helpers/lib/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 981, ../../app/sass/helpers/lib/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1014, ../../app/sass/helpers/lib/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1057, ../../app/sass/helpers/lib/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1082, ../../app/sass/helpers/lib/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1115, ../../app/sass/helpers/lib/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1148, ../../app/sass/helpers/lib/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1181, ../../app/sass/helpers/lib/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1214, ../../app/sass/helpers/lib/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1247, ../../app/sass/helpers/lib/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1280, ../../app/sass/helpers/lib/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1313, ../../app/sass/helpers/lib/_animate.scss */
.fadeInUp, [class*='fade-item'].ready, .md-no-js [class*='fade-item'] {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1346, ../../app/sass/helpers/lib/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1371, ../../app/sass/helpers/lib/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1400, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1429, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1458, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1487, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1516, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1545, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1574, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1603, ../../app/sass/helpers/lib/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1682, ../../app/sass/helpers/lib/_animate.scss */
.animated.flip, .flip[class*='fade-item'].ready, .md-no-js .flip[class*='fade-item'] {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1755, ../../app/sass/helpers/lib/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1828, ../../app/sass/helpers/lib/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1873, ../../app/sass/helpers/lib/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1918, ../../app/sass/helpers/lib/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1977, ../../app/sass/helpers/lib/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2008, ../../app/sass/helpers/lib/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2051, ../../app/sass/helpers/lib/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2092, ../../app/sass/helpers/lib/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2133, ../../app/sass/helpers/lib/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2174, ../../app/sass/helpers/lib/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2215, ../../app/sass/helpers/lib/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2252, ../../app/sass/helpers/lib/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2289, ../../app/sass/helpers/lib/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2326, ../../app/sass/helpers/lib/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2363, ../../app/sass/helpers/lib/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2400, ../../app/sass/helpers/lib/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2473, ../../app/sass/helpers/lib/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2508, ../../app/sass/helpers/lib/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2539, ../../app/sass/helpers/lib/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2568, ../../app/sass/helpers/lib/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2609, ../../app/sass/helpers/lib/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2650, ../../app/sass/helpers/lib/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2691, ../../app/sass/helpers/lib/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2732, ../../app/sass/helpers/lib/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2769, ../../app/sass/helpers/lib/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2814, ../../app/sass/helpers/lib/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2851, ../../app/sass/helpers/lib/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2888, ../../app/sass/helpers/lib/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2933, ../../app/sass/helpers/lib/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2964, ../../app/sass/helpers/lib/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2995, ../../app/sass/helpers/lib/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3026, ../../app/sass/helpers/lib/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3057, ../../app/sass/helpers/lib/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3088, ../../app/sass/helpers/lib/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3119, ../../app/sass/helpers/lib/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3150, ../../app/sass/helpers/lib/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3181, ../../app/sass/helpers/lib/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 11, ../../app/sass/helpers/_placeholders.scss */
.breadcrumbs ul, nav ul, .media ul, .home-life-panel .wayfinder, .home-news-panel .events-section ol, .home-stat-panel ol, .left-nav ul, .pagination ul, .sidebar-feed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 23, ../../app/sass/helpers/_placeholders.scss */
.breadcrumbs ul li {
  display: inline-block;
}

/* line 38, ../../app/sass/helpers/_placeholders.scss */
[class*='fade-item'] {
  opacity: 1;
}
@media screen and (min-width: 64em) {
  /* line 38, ../../app/sass/helpers/_placeholders.scss */
  [class*='fade-item'] {
    opacity: 0;
  }
  /* line 44, ../../app/sass/helpers/_placeholders.scss */
  .scrolljack-mobile [class*='fade-item'] {
    opacity: 1;
  }
  /*.rowprofile {
	  z-index:-1;
  }*/
}
/* line 49, ../../app/sass/helpers/_placeholders.scss */
[class*='fade-item'].ready, .md-no-js [class*='fade-item'] {
  opacity: 1;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 219, ../../app/bower_components/foundation-sites/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 229, ../../app/bower_components/foundation-sites/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 243, ../../app/bower_components/foundation-sites/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 264, ../../app/bower_components/foundation-sites/scss/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 277, ../../app/bower_components/foundation-sites/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 287, ../../app/bower_components/foundation-sites/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 299, ../../app/bower_components/foundation-sites/scss/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 308, ../../app/bower_components/foundation-sites/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 320, ../../app/bower_components/foundation-sites/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 328, ../../app/bower_components/foundation-sites/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 337, ../../app/bower_components/foundation-sites/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 346, ../../app/bower_components/foundation-sites/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 355, ../../app/bower_components/foundation-sites/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 364, ../../app/bower_components/foundation-sites/scss/_global.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 372, ../../app/bower_components/foundation-sites/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 380, ../../app/bower_components/foundation-sites/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 384, ../../app/bower_components/foundation-sites/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 395, ../../app/bower_components/foundation-sites/scss/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 403, ../../app/bower_components/foundation-sites/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 414, ../../app/bower_components/foundation-sites/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 422, ../../app/bower_components/foundation-sites/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 431, ../../app/bower_components/foundation-sites/scss/_global.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 439, ../../app/bower_components/foundation-sites/scss/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 462, ../../app/bower_components/foundation-sites/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 476, ../../app/bower_components/foundation-sites/scss/_global.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 487, ../../app/bower_components/foundation-sites/scss/_global.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 500, ../../app/bower_components/foundation-sites/scss/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 512, ../../app/bower_components/foundation-sites/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 521, ../../app/bower_components/foundation-sites/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 532, ../../app/bower_components/foundation-sites/scss/_global.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 544, ../../app/bower_components/foundation-sites/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 556, ../../app/bower_components/foundation-sites/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 566, ../../app/bower_components/foundation-sites/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 577, ../../app/bower_components/foundation-sites/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 598, ../../app/bower_components/foundation-sites/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 607, ../../app/bower_components/foundation-sites/scss/_global.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 616, ../../app/bower_components/foundation-sites/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 627, ../../app/bower_components/foundation-sites/scss/_global.scss */

/*I added */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }
/*end I added */

/* line 119, ../../app/bower_components/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=37.5em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 123, ../../app/bower_components/foundation-sites/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 129, ../../app/bower_components/foundation-sites/scss/_global.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 136, ../../app/bower_components/foundation-sites/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 151, ../../app/bower_components/foundation-sites/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 163, ../../app/bower_components/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 170, ../../app/bower_components/foundation-sites/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0;
}

/* line 180, ../../app/bower_components/foundation-sites/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 188, ../../app/bower_components/foundation-sites/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

/* line 199, ../../app/bower_components/foundation-sites/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 203, ../../app/bower_components/foundation-sites/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 134, ../../app/bower_components/foundation-sites/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 140, ../../app/bower_components/foundation-sites/scss/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 35, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 37.5em) {
  /* line 35, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
/* line 47, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 54, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}
/* line 57, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 65, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
@media screen and (min-width: 37.5em) {
  /* line 65, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 80, ../../app/bower_components/foundation-sites/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
/* line 46, ../../app/bower_components/foundation-sites/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 77, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 81, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
/* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 124, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 126, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 141, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 145, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 150, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 37.5em) {
  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 124, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 126, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 141, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 145, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 150, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 98, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 102, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 92, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 110, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../app/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 124, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 126, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 141, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 145, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 150, ../../app/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 232, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 299, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem;
}

/* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
}

/* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 37.5em) {
  /* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }

  /* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }

  /* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }

  /* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }

  /* line 309, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 317, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
a {
  color: #cccccc;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
a:not(.calltoaction):hover, a:not(.calltoaction):focus;
  text-decoration: underline;
}
/* line 331, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

/* line 369, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 385, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
/* line 397, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
/* line 409, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, ../../app/bower_components/foundation-sites/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, ../../app/bower_components/foundation-sites/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, ../../app/bower_components/foundation-sites/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, ../../app/bower_components/foundation-sites/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 67, ../../app/bower_components/foundation-sites/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, ../../app/bower_components/foundation-sites/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 37.5em) {
  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, ../../app/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 12, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 15, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 22, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 23, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 25, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 26, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 27, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 28, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 29, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 30, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 33, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 35, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 38, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 43, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 46, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 53, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 55, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 58, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 62, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../../app/bower_components/foundation-sites/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 61, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 65, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  /* line 81, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 37.5em) {
  /* line 85, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 37.5em) {
  /* line 72, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 37.4375em) {
  /* line 76, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  /* line 81, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 37.4375em), screen and (min-width: 64em) {
  /* line 85, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 72, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 76, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 81, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 85, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 92, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 99, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 106, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 106, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 106, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 119, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 119, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 119, ../../app/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../app/bower_components/foundation-sites/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../app/bower_components/foundation-sites/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../app/bower_components/foundation-sites/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, ../../app/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 140, ../../app/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 1, ../../app/sass/icons/_style.scss */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* line 18, ../../app/sass/icons/_style.scss */
.icon-threelogo {
  width: 2.060546875em;
}

/* line 22, ../../app/sass/icons/_style.scss */
.icon-twologo {
  width: 5.2763671875em;
}

/* line 1, ../../app/sass/common/_body.scss */
body {
  -webkit-overflow-scrolling: auto;
}
/* line 4, ../../app/sass/common/_body.scss */
body * {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  word-break: break-word;
  word-wrap: break-word;
}

/* line 1, ../../app/sass/common/_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222222;
}

/* line 11, ../../app/sass/common/_defaults.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 18, ../../app/sass/common/_defaults.scss */
.image {
  background-position: center 33%;
  background-size: cover;
  width: 100%;
}

/* line 2, ../../app/sass/common/_forms.scss */
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
  word-break: normal;
}

/* line 11, ../../app/sass/common/_forms.scss */
textarea {
  resize: vertical;
}

/* line 16, ../../app/sass/common/_forms.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 23, ../../app/sass/common/_forms.scss */
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
select {
  background-color: #ffffff;
  max-width: 100%;
}

/* line 35, ../../app/sass/common/_forms.scss */
input[type='radio'],
input[type='checkbox'] {
  margin: 0 0.4em;
}

/* line 2, ../../app/sass/common/_hr.scss */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

/* line 1, ../../app/sass/common/_images.scss */
img {
  max-width: 100%;
}
/* line 5, ../../app/sass/common/_images.scss */
.content img {
  padding: 0.5em;
}
/* line 8, ../../app/sass/common/_images.scss */
.content img[align=left] {
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
}
/* line 13, ../../app/sass/common/_images.scss */
.content img[align=right] {
  float: right;
  padding: 0.5em 0 0.5em 0.5em;
}

/* line 2, ../../app/sass/common/_links.scss */
a {
  text-decoration: none;
}
/* line 6, ../../app/sass/common/_links.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 4, ../../app/sass/common/_selection.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 19, ../../app/sass/common/_tables.scss */
table,
table tbody,
table tr,
table th,
table td {
  /*border: 1px solid #000000;*/
}

@media screen and (min-width: 64em) {
  /* line 1, ../../app/sass/layout/_layout.scss */
  .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 6, ../../app/sass/layout/_layout.scss */
.container .overlay {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: fixed;
  z-index: 0;
  background-color: transparent;
  transition: z-index 0.1s linear 1.01s, background-color 1s;
}
@media screen and (min-width: 64em) {
  /* line 6, ../../app/sass/layout/_layout.scss */
  .container .overlay {
    display: none;
  }
}
/* line 22, ../../app/sass/layout/_layout.scss */
.container.mobile-open .overlay {
  width: 100%;
  height: 100%;
  z-index: 650;
  background-color: rgba(0, 0, 0, 0.6);
  transition: z-index 0.1s linear 0.1s, background-color 1s;
}

/* line 32, ../../app/sass/layout/_layout.scss */
.main {
  min-height: 100vh;
  background-color: #ffffff;
}
@media screen and (min-width: 64em) {
  /* line 32, ../../app/sass/layout/_layout.scss */
  .main {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative;
    z-index: 900;
    width: calc(100% - 15.125rem);
    transition: width 1s;
  }
  /* line 43, ../../app/sass/layout/_layout.scss */
  .closed .main {
    width: 100%;
  }
}
/* line 48, ../../app/sass/layout/_layout.scss */
.level .main {
  padding-top: 4.5rem;
}
@media screen and (min-width: 64em) {
  /* line 48, ../../app/sass/layout/_layout.scss */
  .level .main {
    padding-top: 0;
  }
}

/* line 57, ../../app/sass/layout/_layout.scss */
.fullwidth {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 5, ../../app/sass/layout/_level.scss */
.level.high-level .main-content-inner {
  padding: 20px;
}
/* line 11, ../../app/sass/layout/_level.scss */
.level .main-content-inner {
  padding: 40px 20px;
  max-width: 64rem;
  overflow: auto;
  margin: auto;
}
@media screen and (max-width: 74.9375em) {
  /* line 11, ../../app/sass/layout/_level.scss */
  .level .main-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  /* line 11, ../../app/sass/layout/_level.scss */
  .level .main-content-inner {
    display: block;
  }
}
@media screen and (max-width: 74.9375em) {
  /* line 27, ../../app/sass/layout/_level.scss */
  .level .main-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 74.9375em) {
  /* line 34, ../../app/sass/layout/_level.scss */
  .level .sidebar {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 34, ../../app/sass/layout/_level.scss */
  .level .sidebar {
    float: right;
    width: 16.375rem;
    padding-left: 20px;
  }
}

/* line 13, ../../app/sass/layout/_user-markup.scss */
.user-markup p {
  font-size: 18px;
  line-height: 24px;
}
/* line 18, ../../app/sass/layout/_user-markup.scss */
.user-markup a:not(.calltoaction) {
  color: #9d183d;
  text-decoration: underline;
}
/* line 22, ../../app/sass/layout/_user-markup.scss */
.user-markup a:not(.calltoaction):hover, .user-markup a:not(.calltoaction):focus {
  color: #da2028;
}
/* line 27, ../../app/sass/layout/_user-markup.scss */
.user-markup a:not(.calltoaction):visited {
  color: #9d183d;
}
/* line 32, ../../app/sass/layout/_user-markup.scss */
.user-markup h2,
.user-markup h3,
.user-markup h4,
.user-markup h5,
.user-markup h6 {
  line-height: 1.5;
  color: #9d183d;
  font-weight: 900;
}
/* line 42, ../../app/sass/layout/_user-markup.scss */
.user-markup h2 {
  font-size: 32px;
}
/* line 46, ../../app/sass/layout/_user-markup.scss */
.user-markup h3 {
  font-size: 28px;
}
/* line 50, ../../app/sass/layout/_user-markup.scss */
.user-markup h4 {
  font-size: 24px;
}
/* line 54, ../../app/sass/layout/_user-markup.scss */
.user-markup h5 {
  font-size: 22px;
}
/* line 58, ../../app/sass/layout/_user-markup.scss */
.user-markup h6 {
  font-size: 20px;
}
/* line 62, ../../app/sass/layout/_user-markup.scss */
.user-markup li {
  font-size: 18px;
  line-height: 24px;
}
/* line 67, ../../app/sass/layout/_user-markup.scss */
.user-markup ul {
  list-style: none;
}
/* line 70, ../../app/sass/layout/_user-markup.scss */
.user-markup ul li {
  position: relative;
}
/* line 73, ../../app/sass/layout/_user-markup.scss */
.user-markup ul li:before {
  content: '•';
  position: absolute;
  left: -10px;
  top: 0;
}

/* line 2, ../../app/sass/layout/_ecampus.scss */
.SmartBoard_Table {
  background-color: #ffff99;
  height: 200px;
  width: 100%;
}

/* line 3, ../../app/sass/layout/_ecampus.scss */
.SmartBoard_Row {
  font-family: Roboto,Arial,sans-serif;
}

/* line 4, ../../app/sass/layout/_ecampus.scss */
.SmartBoard_Subject {
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  width: 70%;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 5, ../../app/sass/layout/_ecampus.scss */
.SmartBoard_DateTime {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
  font-variant: small-caps;
}

/* line 6, ../../app/sass/layout/_ecampus.scss */
.SmartBoard_Message {
  color: red;
  font-size: 1.2em;
  font-family: Roboto,Arial,sans-serif;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 10, ../../app/sass/layout/_ecampus.scss */
.ecampus-alert {
  display: block;
  width: 100%;
}
/* line 14, ../../app/sass/layout/_ecampus.scss */
.homepage .ecampus-alert {
  position: absolute;
  top: 4.5rem;
  left: 0;
  z-index: 600;
}
@media screen and (min-width: 64em) {
  /* line 14, ../../app/sass/layout/_ecampus.scss */
  .homepage .ecampus-alert {
    top: 0;
  }
}

/* line 9, ../../app/sass/modules/_audience-nav.scss */
.audience-nav {
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  padding: 0.75rem 0.5rem 0.75rem 1.25rem;
}
/* line 14, ../../app/sass/modules/_audience-nav.scss */
.audience-nav a {
  font-weight: 900;
  font-style: italic;
  line-height: 1.375rem;
  color: #707070;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-bottom 0.3s;
}
/* line 22, ../../app/sass/modules/_audience-nav.scss */
.audience-nav a:hover, .audience-nav a:focus {
  text-decoration: none;
  color: #9d183d;
  border-bottom: 1px solid #9d183d;
}

/* line 8, ../../app/sass/modules/_accordions.scss */
.accordions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  /* line 8, ../../app/sass/modules/_accordions.scss */
  .accordions {
    margin-bottom: 2.8125rem;
  }
}

/* line 17, ../../app/sass/modules/_cta-basic.scss */
.cta-basic {
  clear: both;
  background-color: #004882;
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  /* line 17, ../../app/sass/modules/_cta-basic.scss */
  .cta-basic {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.75rem;
  }
}
/* line 31, ../../app/sass/modules/_cta-basic.scss */
.cta-basic.red {
  background-color: #9d183d;
}
/* line 35, ../../app/sass/modules/_cta-basic.scss */
.cta-basic.green {
  background-color: #093824;
}
/* line 39, ../../app/sass/modules/_cta-basic.scss */
.cta-basic.orange {
  background-color: #c84707;
}
/* line 43, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .inner {
  padding: 1.25rem 1.25rem 2.5rem;
}
/* line 47, ../../app/sass/modules/_cta-basic.scss */
.cta-basic h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  color: #ffffff;
  font-weight: 900;
}
/* line 54, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .image {
  display: none;
  width: 14.0625rem;
}
@media screen and (min-width: 48em) {
  /* line 54, ../../app/sass/modules/_cta-basic.scss */
  .cta-basic .image {
    display: block;
    -webkit-flex: 0 0 14.0625rem;
        -ms-flex: 0 0 14.0625rem;
            flex: 0 0 14.0625rem;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* line 67, ../../app/sass/modules/_cta-basic.scss */
.cta-basic img {
  width: 100%;
}
/* line 71, ../../app/sass/modules/_cta-basic.scss */
.cta-basic hr {
  margin: 0.875rem 0 1rem;
}
/* line 75, ../../app/sass/modules/_cta-basic.scss */
.cta-basic p {
  margin-bottom: 0;
}
/* line 78, ../../app/sass/modules/_cta-basic.scss */
.cta-basic p + p {
  margin-top: 1rem;
}
/* line 83, ../../app/sass/modules/_cta-basic.scss */
.cta-basic form {
  margin-top: 0.5rem;
}
/* line 87, ../../app/sass/modules/_cta-basic.scss */
.cta-basic input[type='email'],
.cta-basic input[type='text'],
.cta-basic input[type='search'],
.cta-basic select {
  width: 100%;
}
/* line 94, ../../app/sass/modules/_cta-basic.scss */
.cta-basic input[type='email'],
.cta-basic input[type='text'],
.cta-basic input[type='search'] {
  color: #363636;
  border: 1px solid #00a0e3;
  padding: 0.375rem 0.5rem;
}
/* line 102, ../../app/sass/modules/_cta-basic.scss */
.cta-basic input[type='email']::-webkit-input-placeholder,
.cta-basic input[type='text']::-webkit-input-placeholder,
.cta-basic input[type='search']::-webkit-input-placeholder {
  color: #363636;
}
/* line 106, ../../app/sass/modules/_cta-basic.scss */
.cta-basic input[type='email']:-moz-placeholder,
.cta-basic input[type='text']:-moz-placeholder,
.cta-basic input[type='search']:-moz-placeholder {
  color: #363636;
}
/* line 110, ../../app/sass/modules/_cta-basic.scss */
.cta-basic input[type='email']::-moz-placeholder,
.cta-basic input[type='text']::-moz-placeholder,
.cta-basic input[type='search']::-moz-placeholder {
  color: #363636;
}
/* line 114, ../../app/sass/modules/_cta-basic.scss */
.cta-basic input[type='email']:-ms-input-placeholder,
.cta-basic input[type='text']:-ms-input-placeholder,
.cta-basic input[type='search']:-ms-input-placeholder {
  color: #363636;
}
@media screen and (min-width: 48em) {
  /* line 122, ../../app/sass/modules/_cta-basic.scss */
  .cta-basic.with-form .inner {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* line 131, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .calltoaction {
  border: 1px solid #004882;
  overflow: hidden;
}
/* line 135, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .calltoaction.red {
  border: 1px solid #9d183d;
}
/* line 139, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .calltoaction.green {
  border: 1px solid #093824;
}
/* line 143, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .calltoaction.orange {
  border: 1px solid #c84707;
}
/* line 148, ../../app/sass/modules/_cta-basic.scss */
.cta-basic .offset {
  position: absolute;
  top: calc(100% - 1.625rem);
  left: 1.25rem;
  max-width: calc(100% - 2.5rem);
}

/* line 8, ../../app/sass/modules/_drawer.scss */
.drawer {
  overflow: visible;
  transition: width 1s;
  background-color: #f8f8f8;
}
@media screen and (min-width: 64em) {
  /* line 8, ../../app/sass/modules/_drawer.scss */
  .drawer {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 15.125rem;
  }
  /* line 17, ../../app/sass/modules/_drawer.scss */
  .drawer .wrapper {
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    z-index: 800;
  }
  /* line 27, ../../app/sass/modules/_drawer.scss */
  .closed .drawer {
    width: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 33, ../../app/sass/modules/_drawer.scss */
  .md-no-js .drawer:target .contents {
    position: static;
    width: 100%;
    padding-top: 4.5rem;
  }
}
/* line 42, ../../app/sass/modules/_drawer.scss */
.drawer .contents {
  width: 15.125rem;
  background-color: #f8f8f8;
}
@media screen and (max-width: 63.9375em) {
  /* line 42, ../../app/sass/modules/_drawer.scss */
  .drawer .contents {
    position: fixed;
    left: -15.125rem;
    top: 0;
    z-index: 700;
    transition: left 1s ease;
    height: 100%;
  }
  /* line 54, ../../app/sass/modules/_drawer.scss */
  .mobile-open .drawer .contents {
    left: 0;
    overflow: auto;
  }
}
@media screen and (min-width: 64em) {
  /* line 42, ../../app/sass/modules/_drawer.scss */
  .drawer .contents {
    height: calc(100% - 9.5rem);
  }
}

/* line 8, ../../app/sass/modules/_global-footer.scss */
.footer {
  background-color: #9d183d;
}
/* line 11, ../../app/sass/modules/_global-footer.scss */
.footer .arms {
  font-size: 8rem;
  line-height: 1;
  padding: 0;
  text-align: center;
  display: block;
}
/* line 18, ../../app/sass/modules/_global-footer.scss */
.footer .arms img {
  max-width: 100%;
  width: 128px;
}
/* line 24, ../../app/sass/modules/_global-footer.scss */
.footer .tagline {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  padding: 0 1.25rem 0;
}
/* line 34, ../../app/sass/modules/_global-footer.scss */
.footer .footer-nav a {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
}
/* line 45, ../../app/sass/modules/_global-footer.scss */
.footer address {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  color: #ffffff;
  text-align: center;
}
/* line 52, ../../app/sass/modules/_global-footer.scss */
.footer address a {
  color: #ffffff;
}
/* line 56, ../../app/sass/modules/_global-footer.scss */
.footer address span {
  display: block;
}
/* line 61, ../../app/sass/modules/_global-footer.scss */
.footer .calltoaction {
  color: #000000;
  margin-bottom: 0.625rem;
}
/* line 65, ../../app/sass/modules/_global-footer.scss */
.footer .calltoaction:hover, .footer .calltoaction:focus, .footer .calltoaction:active {
  color: #ffffff;
}
/* line 72, ../../app/sass/modules/_global-footer.scss */
.footer .legal {
  font-size: 0.6875rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  display: block;
}
/* line 79, ../../app/sass/modules/_global-footer.scss */
.footer .legal a {
  color: #ffffff;
}
/* line 84, ../../app/sass/modules/_global-footer.scss */
.footer .separator {
  padding: 0 0.625rem;
}

/* line 89, ../../app/sass/modules/_global-footer.scss */
.global-footer {
  padding-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  /* line 89, ../../app/sass/modules/_global-footer.scss */
  .global-footer {
    padding-top: 0;
    background-image: url("/img/home-footer-bg.jpg");
    background-size: 100% auto;
    background-position: center 85%;
  }
}
@media screen and (min-width: 64em) {
  /* line 100, ../../app/sass/modules/_global-footer.scss */
  .global-footer .column, .global-footer .columns,
  .global-footer .footer-nav,
  .global-footer .arms {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 64em) {
  /* line 107, ../../app/sass/modules/_global-footer.scss */
  .global-footer .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 64em) {
  /* line 115, ../../app/sass/modules/_global-footer.scss */
  .global-footer .tagline {
    font-size: 2rem;
    line-height: 1;
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 123, ../../app/sass/modules/_global-footer.scss */
  .global-footer address {
    text-align: left;
    display: inline-block;
    background-color: rgba(157, 24, 61, 0.85);
    padding: 1rem 1.25rem 2.5rem;
    width: 18.75rem;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 136, ../../app/sass/modules/_global-footer.scss */
.global-footer .arms {
  padding-top: 1.25rem;
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 136, ../../app/sass/modules/_global-footer.scss */
  .global-footer .arms {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  /* line 144, ../../app/sass/modules/_global-footer.scss */
  .global-footer .arms img {
    width: 14.0625rem;
  }
}
/* line 153, ../../app/sass/modules/_global-footer.scss */
.global-footer .calltoaction {
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  /* line 153, ../../app/sass/modules/_global-footer.scss */
  .global-footer .calltoaction {
    margin-top: 0;
    position: absolute;
    top: calc(100% - 1.4375rem);
    left: 1.25rem;
    max-width: calc(100% - 2.5rem);
  }
}
/* line 165, ../../app/sass/modules/_global-footer.scss */
.global-footer .legal {
  display: block;
  padding-bottom: 0.625rem;
}

/* line 1, ../../app/sass/modules/_global-header.scss */
.global-header {
  background-color: #f8f8f8;
}
/* line 4, ../../app/sass/modules/_global-header.scss */
.global-header .logo {
  text-align: center;
  display: block;
  padding: 1rem 0 0.5rem;
}
/* line 9, ../../app/sass/modules/_global-header.scss */
.global-header .logo span {
  max-width: 320px;
  margin: auto;
  display: inline-block;
  color: #000000;
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  /* line 4, ../../app/sass/modules/_global-header.scss */
  .global-header .logo {
    padding: 26px 0 24px;
  }
}
/* line 22, ../../app/sass/modules/_global-header.scss */
.global-header .icon-threelogo {
  display: none;
}
@media screen and (min-width: 64em) {
  /* line 22, ../../app/sass/modules/_global-header.scss */
  .global-header .icon-threelogo {
    display: block;
    font-size: 96px;
  }
}
@media screen and (min-width: 64em) {
  /* line 31, ../../app/sass/modules/_global-header.scss */
  .global-header .icon-twologo {
    display: none;
  }
}
/* line 37, ../../app/sass/modules/_global-header.scss */
.global-header .heading {
  position: fixed;
  z-index: 645;
  width: 100%;
  background-color: #f8f8f8;
  height: 4.5rem;
}
@media screen and (min-width: 64em) {
  /* line 37, ../../app/sass/modules/_global-header.scss */
  .global-header .heading {
    height: auto;
    position: relative;
  }
}

/* line 8, ../../app/sass/modules/_home-panel.scss */
.home-panel {
  overflow: hidden;
  position: relative;
  z-index: 200;
  margin: 0 0 10px 0;
}

/* line 13, ../../app/sass/modules/_home-panel.scss */
.home-panel .full-figure {
  padding: 0;
  margin: 0;
  width: 100%;
  /*height: 100vh;*/
  height: 90vh;
}
@media screen and (max-width: 63.9375em) {
  /* line 13, ../../app/sass/modules/_home-panel.scss */
  .home-panel .full-figure {
    min-height: 37.5rem;
  }
}
/* line 24, ../../app/sass/modules/_home-panel.scss */
.home-panel .image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 202;
}
/* line 34, ../../app/sass/modules/_home-panel.scss */
.home-panel h2 {
  margin: 0;
  padding: 0;
}
/* line 39, ../../app/sass/modules/_home-panel.scss */
.home-panel figcaption {
  position: absolute;
  z-index: 210;
  display: block;
}
/* line 45, ../../app/sass/modules/_home-panel.scss */
.home-panel .calltoaction {
  margin-top: 0.6875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 75em) {
  /* line 53, ../../app/sass/modules/_home-panel.scss */
  .home-panel .offset {
    position: absolute;
    top: calc(100% - 2.1875rem);
    left: 20px;
    max-width: calc(100% - 40px);
  }
}

/* line 8, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed {
  background-color: #004882;
}
/* line 11, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed .wrapper {
  margin: auto;
  max-width: 64rem;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 37.5em) {
  /* line 11, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed .wrapper {
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 11, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed .wrapper {
    padding: 0 1.25rem;
  }
}
/* line 25, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed .feed {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 134, ../../app/bower_components/foundation-sites/scss/util/_mixins.scss */
.instagram-feed .feed::before, .instagram-feed .feed::after {
  content: ' ';
  display: table;
}
/* line 140, ../../app/bower_components/foundation-sites/scss/util/_mixins.scss */
.instagram-feed .feed::after {
  clear: both;
}
@media screen and (min-width: 64em) {
  /* line 25, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed .feed {
    margin: 0 -0.25rem;
  }
}
/* line 34, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed h2 {
  font-size: 32px;
  line-height: 53px;
  font-weight: 900;
  color: #ffffff;
  display: block;
  max-width: 64rem;
  margin: auto;
  padding: 20px 0 20px 8px;
}
@media screen and (min-width: 64em) {
  /* line 34, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed h2 {
    padding-left: 25px;
  }
}
/* line 48, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed h2 svg {
  font-size: 28px;
  margin-bottom: -2px;
}
/* line 54, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed a {
  width: 50%;
  float: left;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-bottom: 10px;
  overflow: hidden;
}
/* line 80, ../../app/bower_components/foundation-sites/scss/grid/_column.scss */
.instagram-feed a:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 37.5em) {
  /* line 54, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed a {
    width: 33.33333%;
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    padding-bottom: 15px;
  }
  /* line 80, ../../app/bower_components/foundation-sites/scss/grid/_column.scss */
  .instagram-feed a:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  /* line 54, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed a {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 20px;
  }
  /* line 80, ../../app/bower_components/foundation-sites/scss/grid/_column.scss */
  .instagram-feed a:last-child:not(:first-child) {
    float: right;
  }
}
/* line 72, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed a:nth-child(n+5) {
  display: none;
}
@media screen and (min-width: 37.5em) {
  /* line 72, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed a:nth-child(n+5) {
    display: block;
  }
}
/* line 81, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed a:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 64em) {
  /* line 81, ../../app/sass/modules/_instagram-feed.scss */
  .instagram-feed a:nth-child(n+7) {
    display: block;
  }
}
/* line 90, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed a:hover .img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
/* line 96, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed img {
  display: none;
}
/* line 100, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed .overflow {
  display: block;
  overflow: hidden;
}
/* line 105, ../../app/sass/modules/_instagram-feed.scss */
.instagram-feed .img {
  padding-bottom: 100%;
  display: block;
  background-size: cover;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
/* line 112, ../../app/sass/modules/_instagram-feed.scss */
.md-no-js .instagram-feed {
  display: none;
}

/* line 12, ../../app/sass/modules/_major-ctas.scss */
.major-ctas ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 16, ../../app/sass/modules/_major-ctas.scss */
.major-ctas li {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  padding: 0.5rem 0;
}
/* line 21, ../../app/sass/modules/_major-ctas.scss */
.major-ctas li.red {
  background-color: #9d183d;
}
/* line 25, ../../app/sass/modules/_major-ctas.scss */
.major-ctas li.blue {
  background-color: #004882;
}
/* line 29, ../../app/sass/modules/_major-ctas.scss */
.major-ctas li.green {
  background-color: #007249;
}
/* line 34, ../../app/sass/modules/_major-ctas.scss */
.major-ctas a {
  display: inline-block;
  font-style: italic;
  font-weight: 900;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-bottom 0.3s;
}
/* line 42, ../../app/sass/modules/_major-ctas.scss */
.major-ctas a:hover, .major-ctas a:active, .major-ctas a:focus, .major-ctas a:visited {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

/* line 11, ../../app/sass/modules/_media.scss */
.media {
  padding: 1rem 0 0;
}
@media screen and (min-width: 64em) {
  /* line 11, ../../app/sass/modules/_media.scss */
  .media {
    padding: 2rem 0 0;
  }
}
/* line 18, ../../app/sass/modules/_media.scss */
.media figure {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 25, ../../app/sass/modules/_media.scss */
.media.youtube iframe,
.media.youtube .iframe-wrapper {
  opacity: 0;
  width: 100%;
  z-index: 6;
}
/* line 32, ../../app/sass/modules/_media.scss */
.media.youtube .iframe-wrapper {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 1.5625rem;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 40, ../../app/sass/modules/_media.scss */
.media.youtube .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 50, ../../app/sass/modules/_media.scss */
.media img {
  width: 100%;
  position: relative;
  z-index: 7;
}
/* line 60, ../../app/sass/modules/_media.scss */
.media h2 {
  color: #ffffff;
  display: block;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  font-weight: 900;
}
/* line 69, ../../app/sass/modules/_media.scss */
.media.slider {
  position: relative;
}
/* line 72, ../../app/sass/modules/_media.scss */
.media.slider > ul > li {
  display: none;
}
/* line 75, ../../app/sass/modules/_media.scss */
.media.slider > ul > li:first-child {
  display: block;
}
/* line 80, ../../app/sass/modules/_media.scss */
.no-js .media.slider > ul > li {
  display: block;
}
/* line 87, ../../app/sass/modules/_media.scss */
.media.slider .lSAction > a {
  background-color: rgba(255, 255, 255, 0.85);
  color: rgba(157, 24, 61, 0.85);
}
/* line 91, ../../app/sass/modules/_media.scss */
.media.slider .lSAction > a:hover {
  background-color: rgba(157, 24, 61, 0.85);
  color: rgba(255, 255, 255, 0.85);
}
/* line 97, ../../app/sass/modules/_media.scss */
.media.slider .lSNext,
.media.slider .lSPrev {
  top: 33%;
}
@media screen and (min-width: 37.5em) {
  /* line 97, ../../app/sass/modules/_media.scss */
  .media.slider .lSNext,
  .media.slider .lSPrev {
    top: 45%;
  }
}
/* line 106, ../../app/sass/modules/_media.scss */
.media.slider .lSNext {
  right: 0;
}
/* line 110, ../../app/sass/modules/_media.scss */
.media.slider .lSPrev {
  left: 0;
}
/* line 116, ../../app/sass/modules/_media.scss */
.media figcaption {
  background-color: #9d183d;
  padding: 15px 20px 20px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 64em) {
  /* line 116, ../../app/sass/modules/_media.scss */
  .media figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(157, 24, 61, 0.85);
    z-index: 100;
  }
}
/* line 130, ../../app/sass/modules/_media.scss */
.media figcaption p {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
/* line 136, ../../app/sass/modules/_media.scss */
.media figcaption p + p {
  margin: 0.5rem 0;
}
/* line 141, ../../app/sass/modules/_media.scss */
.media figcaption a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
}
/* line 146, ../../app/sass/modules/_media.scss */
.media figcaption a:hover, .media figcaption a:focus, .media figcaption a:Active {
  color: #ffffff;
}

/* line 11, ../../app/sass/modules/_primary-nav.scss */
.primary-nav {
  border-bottom: 1px solid #b1b7bb;
}
/* line 14, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .child-nav {
  max-height: 0;
  padding: 0 0.5rem 0 2.5rem;
  transition: max-height 0.5s;
}
/* line 20, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .main-link {
  border-top: 1px solid #b1b7bb;
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s, padding 0.5s;
}
/* line 26, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .main-link.open, .md-no-js .primary-nav .main-link {
  background-color: #ebebeb;
  padding-bottom: 0.625rem;
}
/* line 31, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .main-link.open .child-nav, .md-no-js .primary-nav .main-link .child-nav {
  max-height: 12.5rem;
}
/* line 35, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .main-link.open .expand:before, .md-no-js .primary-nav .main-link .expand:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 41, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .link-wrapper {
  position: relative;
  display: block;
  padding: 0.5rem 1.875rem 0.5rem 1.25rem;
}
/* line 46, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .link-wrapper a {
  line-height: 1.125rem;
  font-size: 1.25rem;
  color: #9d183d;
}
/* line 51, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .link-wrapper a:hover, .primary-nav .link-wrapper a:active, .primary-nav .link-wrapper a:focus {
  text-decoration: none;
}
/* line 60, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .child-link > a {
  font-weight: 900;
  font-style: italic;
  color: #707070;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-bottom 0.3s;
}
/* line 67, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .child-link > a:hover, .primary-nav .child-link > a:active, .primary-nav .child-link > a:focus {
  text-decoration: none;
  color: #9d183d;
  border-bottom: 1px solid #9d183d;
}
/* line 77, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .expand {
  position: absolute;
  width: 2.25rem;
  height: 100%;
  top: 0;
  right: 0;
}
/* line 84, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .expand .access {
  display: none;
}
/* line 88, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .expand:hover {
  cursor: pointer;
}
/* line 92, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .expand:before, .primary-nav .expand:after {
  content: '';
  position: absolute;
  background: #707070;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 400ms ease-out;
}
/* line 101, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .expand:before {
  top: calc(50% - 6px);
  left: 50%;
  right: 0.625rem;
  height: 0.625rem;
  width: 0.125rem;
}
/* line 109, ../../app/sass/modules/_primary-nav.scss */
.primary-nav .expand:after {
  top: calc(50% - 2px);
  left: calc(50% - 4px);
  bottom: 0.625rem;
  width: 0.625rem;
  height: 0.125rem;
}
/* line 117, ../../app/sass/modules/_primary-nav.scss */
.md-no-js .primary-nav .expand {
  display: none;
}

/* line 13, ../../app/sass/modules/_search.scss */
.search {
  position: fixed;
  top: 4.5rem;
  left: 0;
  width: 100%;
  display: none;
  z-index: 646;
}
/* line 21, ../../app/sass/modules/_search.scss */
.md-no-js .search:target {
  display: block;
}
/* line 25, ../../app/sass/modules/_search.scss */
.mobile-search-open .search {
  display: block;
}
/* line 29, ../../app/sass/modules/_search.scss */
.search input[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  padding: 0.75rem;
}
@media screen and (min-width: 64em) {
  /* line 29, ../../app/sass/modules/_search.scss */
  .search input[type='search'] {
    padding: 0.75rem 2.8125rem 0.75rem 0.75rem;
    border-width: 1px 0;
    border-style: solid;
    border-color: #b1b7bb;
  }
}
/* line 44, ../../app/sass/modules/_search.scss */
.search input[type='search']:focus {
  border-color: #9d183d;
}
/* line 48, ../../app/sass/modules/_search.scss */
.search input[type='search']:focus::-webkit-input-placeholder {
  color: #9d183d;
}
/* line 52, ../../app/sass/modules/_search.scss */
.search input[type='search']:focus:-moz-placeholder {
  color: #9d183d;
}
/* line 56, ../../app/sass/modules/_search.scss */
.search input[type='search']:focus::-moz-placeholder {
  color: #9d183d;
}
/* line 60, ../../app/sass/modules/_search.scss */
.search input[type='search']:focus:-ms-input-placeholder {
  color: #9d183d;
}
/* line 67, ../../app/sass/modules/_search.scss */
.search fieldset {
  position: relative;
  border-width: 1px 0;
  border-style: solid;
  border-color: #b1b7bb;
}
/* line 73, ../../app/sass/modules/_search.scss */
.mobile-search-open .search fieldset {
  border-color: #9d183d;
}
@media screen and (min-width: 64em) {
  /* line 67, ../../app/sass/modules/_search.scss */
  .search fieldset {
    border-width: 0;
  }
}
/* line 82, ../../app/sass/modules/_search.scss */
.search button {
  color: #b1b7bb;
  position: absolute;
  top: 0.125rem;
  right: 0;
  font-size: 1.5rem;
  padding: 0.5rem 0.625rem;
  display: none;
}
/* line 91, ../../app/sass/modules/_search.scss */
.search button:hover, .search button:active, .search button:focus {
  color: #9d183d;
}
@media screen and (min-width: 64em) {
  /* line 82, ../../app/sass/modules/_search.scss */
  .search button {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  /* line 13, ../../app/sass/modules/_search.scss */
  .search {
    position: static;
    display: block;
  }
}

/* line 12, ../../app/sass/modules/_social-links.scss */
.social-links ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
}
/* line 17, ../../app/sass/modules/_social-links.scss */
.social-links li {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* line 21, ../../app/sass/modules/_social-links.scss */
.social-links a {
  display: block;
  padding: 0.75rem 0.25rem;
  color: #b1b7bb;
  font-size: 1.5rem;
}
/* line 27, ../../app/sass/modules/_social-links.scss */
.social-links a:hover, .social-links a:focus {
  color: #9d183d;
}

@media print {
  /* line 18, ../../app/sass/partials/_accordion.scss */
  .accordion .accordion-trigger .svgicon-plus {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* line 28, ../../app/sass/partials/_accordion.scss */
  .accordion .accordion-body {
    display: block;
  }
}
/* line 34, ../../app/sass/partials/_accordion.scss */
.accordion:hover .accordion-trigger {
  color: #da2028;
}
/* line 38, ../../app/sass/partials/_accordion.scss */
.accordion:hover .accordion-header {
  border-bottom: 1px solid #9d183d;
}
/* line 42, ../../app/sass/partials/_accordion.scss */
.accordion:hover h2 {
  color: #da2028;
}
/* line 48, ../../app/sass/partials/_accordion.scss */
.md-no-js .accordion:hover .accordion-trigger {
  color: #9d183d;
}
/* line 52, ../../app/sass/partials/_accordion.scss */
.md-no-js .accordion:hover .accordion-header {
  border-bottom: 0;
}
/* line 56, ../../app/sass/partials/_accordion.scss */
.md-no-js .accordion:hover h2 {
  color: #9d183d;
}
/* line 63, ../../app/sass/partials/_accordion.scss */
.accordion.open .accordion-trigger, .md-no-js .accordion .accordion-trigger {
  color: #9d183d;
}
/* line 67, ../../app/sass/partials/_accordion.scss */
.accordion.open .accordion-header, .md-no-js .accordion .accordion-header {
  border-bottom: 0;
}
/* line 71, ../../app/sass/partials/_accordion.scss */
.accordion.open .accordion-body-inner, .md-no-js .accordion .accordion-body-inner {
  border-width: 1px;
}
/* line 75, ../../app/sass/partials/_accordion.scss */
.accordion.open .icon-add, .md-no-js .accordion .icon-add {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 80, ../../app/sass/partials/_accordion.scss */
.accordion.open .icon-cancel, .md-no-js .accordion .icon-cancel {
  display: block;
}
/* line 84, ../../app/sass/partials/_accordion.scss */
.accordion.open .accordion-body, .md-no-js .accordion .accordion-body {
  display: block;
}
/* line 88, ../../app/sass/partials/_accordion.scss */
.accordion.open h2, .md-no-js .accordion h2 {
  color: #9d183d;
}
/* line 93, ../../app/sass/partials/_accordion.scss */
.accordion ul,
.accordion ol {
  margin-left: 1rem;
}
/* line 98, ../../app/sass/partials/_accordion.scss */
.accordion h2 {
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  padding: 0.9375rem 1.25rem 0.9375rem 2.8125rem;
  width: 100%;
  display: table-cell;
  color: #9d183d;
  transition: color 0.3s;
}
@media screen and (min-width: 64em) {
  /* line 98, ../../app/sass/partials/_accordion.scss */
  .accordion h2 {
    font-size: 1.75rem;
    padding: 0.875rem 1.25rem 0.8125rem 2.8125rem;
    height: 4.1875rem;
  }
}
/* line 116, ../../app/sass/partials/_accordion.scss */
.accordion .accordion-header {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #707070;
}
/* line 122, ../../app/sass/partials/_accordion.scss */
.accordion .accordion-trigger {
  width: 2.8125rem;
  height: 3.75rem;
  transition: color 0.3s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1em;
  padding: 1.0625rem 0 0;
  color: #b1b7bb;
}
@media screen and (min-width: 64em) {
  /* line 122, ../../app/sass/partials/_accordion.scss */
  .accordion .accordion-trigger {
    width: 2.8125rem;
    height: 4rem;
    padding: 1.375rem 0 0;
  }
}
/* line 142, ../../app/sass/partials/_accordion.scss */
.accordion .accordion-body {
  display: none;
}
/* line 146, ../../app/sass/partials/_accordion.scss */
.accordion .accordion-body-inner {
  border-style: solid;
  border-color: #9d183d;
  border-width: 0 1px 1px;
  position: relative;
  padding: 1.25rem 0.75rem 0;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 64em) {
  /* line 146, ../../app/sass/partials/_accordion.scss */
  .accordion .accordion-body-inner {
    padding: 1.875rem 1.25rem 0 3.125rem;
  }
}
/* line 160, ../../app/sass/partials/_accordion.scss */
.accordion .subtitle {
  font-size: 1.1875rem;
  line-height: 1em;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  /* line 160, ../../app/sass/partials/_accordion.scss */
  .accordion .subtitle {
    font-size: 1.375rem;
  }
}
/* line 170, ../../app/sass/partials/_accordion.scss */
.accordion .icon-add {
  display: block;
  font-size: 1.375rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media screen and (min-width: 64em) {
  /* line 170, ../../app/sass/partials/_accordion.scss */
  .accordion .icon-add {
    font-size: 1.625rem;
  }
}
/* line 180, ../../app/sass/partials/_accordion.scss */
.accordion .icon-cancel {
  display: none;
  font-size: 1.375rem;
}
@media screen and (min-width: 64em) {
  /* line 180, ../../app/sass/partials/_accordion.scss */
  .accordion .icon-cancel {
    font-size: 1.625rem;
  }
}
/* line 189, ../../app/sass/partials/_accordion.scss */
.accordion .calltoaction {
  display: inline-block;
}
/* line 193, ../../app/sass/partials/_accordion.scss */
.accordion .offset {
  position: absolute;
  top: calc(100% - 1.625rem);
  left: 0.75rem;
  max-width: calc(100% - 4.375rem);
}
@media screen and (min-width: 64em) {
  /* line 193, ../../app/sass/partials/_accordion.scss */
  .accordion .offset {
    left: 3.125rem;
  }
}
/* line 205, ../../app/sass/partials/_accordion.scss */
.accordion.with-cta .accordion-body-inner {
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  /* line 205, ../../app/sass/partials/_accordion.scss */
  .accordion.with-cta .accordion-body-inner {
    padding-bottom: 1.5625rem;
  }
}

/* line 13, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs {
  display: none;
  overflow: auto;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  /* line 13, ../../app/sass/partials/_breadcrumbs.scss */
  .breadcrumbs {
    display: block;
  }
}
/* line 26, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs li {
  font-family: "Roboto", sans-serif;
  float: left;
}
/* line 30, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs li:after {
  content: '/';
  color: #363636;
  padding: 0.125rem 0.25rem 0;
}
/* line 38, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs li:last-child:after, .breadcrumbs li:first-child:after {
  content: '';
  display: none;
}
/* line 45, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs a {
  color: #363636;
  font-size: 1rem;
  display: inline-block;
}
/* line 50, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #9d183d;
  text-decoration: none;
}
/* line 58, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs a.home-link:hover, .breadcrumbs a.home-link:focus, .breadcrumbs a.home-link:active {
  color: #004882;
}
/* line 66, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs .home-link {
  height: 1.875rem;
  width: 1.875rem;
  padding-right: 2.1875rem;
  font-size: 1.875rem;
  line-height: 1;
  color: #9d183d;
}
/* line 75, ../../app/sass/partials/_breadcrumbs.scss */
.breadcrumbs .current {
  font-size: 1rem;
  padding: 0;
  color: #9d183d;
}

/* line 13, ../../app/sass/partials/_calltoaction.scss */
.calltoaction {
  font-size: 1.25rem;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  font-style: italic;
  font-weight: 900;
  padding: 0.625rem 2.8125rem 0.625rem 1.25rem;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  transition: color 0.3s;
}
/* line 27, ../../app/sass/partials/_calltoaction.scss */
.calltoaction:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9d183d;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 43, ../../app/sass/partials/_calltoaction.scss */
.calltoaction.orange:before {
  background-color: #c84707;
}
/* line 47, ../../app/sass/partials/_calltoaction.scss */
.calltoaction.orange svg {
  color: #c84707;
}
/* line 53, ../../app/sass/partials/_calltoaction.scss */
.calltoaction.green:before {
  background-color: #093824;
}
/* line 57, ../../app/sass/partials/_calltoaction.scss */
.calltoaction.green svg {
  color: #093824;
}
/* line 63, ../../app/sass/partials/_calltoaction.scss */
.calltoaction.blue:before {
  background-color: #004882;
}
/* line 67, ../../app/sass/partials/_calltoaction.scss */
.calltoaction.blue svg {
  color: #004882;
}
/* line 72, ../../app/sass/partials/_calltoaction.scss */
.calltoaction:hover, .calltoaction:focus, .calltoaction:active {
  color: #ffffff;
  text-decoration: none;
}
/* line 78, ../../app/sass/partials/_calltoaction.scss */
.calltoaction:hover svg, .calltoaction:focus svg, .calltoaction:active svg {
  color: #ffffff;
}
/* line 82, ../../app/sass/partials/_calltoaction.scss */
.calltoaction:hover:before, .calltoaction:focus:before, .calltoaction:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/* line 87, ../../app/sass/partials/_calltoaction.scss */
.calltoaction > svg  {
  position: absolute;
  top: calc(50% - 1.4375rem);
  right: -0.5625rem;
  font-size: 3.75rem;
  transition: color 0.3s ease-in-out 0.2s;
  color: #9d183d;
}
/* line 96, ../../app/sass/partials/_calltoaction.scss */
.user-markup .calltoaction {
  border: 1px solid #9d183d;
}
/* line 99, ../../app/sass/partials/_calltoaction.scss */
.user-markup .calltoaction.green {
  border-color: #093824;
}
/* line 103, ../../app/sass/partials/_calltoaction.scss */
.user-markup .calltoaction.orange {
  border-color: #093824;
}
/* line 107, ../../app/sass/partials/_calltoaction.scss */
.user-markup .calltoaction.blue {
  border-color: #093824;
}

/* line 12, ../../app/sass/partials/_contact-info.scss */
.contact-info {
  border: 1px solid #9d183d;
  margin-bottom: 1.25rem;
}
/* line 16, ../../app/sass/partials/_contact-info.scss */
.contact-info h2 {
  color: #9d183d;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
  padding: 1.125rem 1.25rem 0;
}
/* line 24, ../../app/sass/partials/_contact-info.scss */
.contact-info h3 {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 900;
}
/* line 31, ../../app/sass/partials/_contact-info.scss */
.contact-info address {
  padding: 0 1.25rem 1.25rem;
  font-style: normal;
}
/* line 35, ../../app/sass/partials/_contact-info.scss */
.contact-info address span {
  display: block;
}
/* line 39, ../../app/sass/partials/_contact-info.scss */
.contact-info address a {
  color: #000000;
}
/* line 42, ../../app/sass/partials/_contact-info.scss */
.contact-info address a:hover, .contact-info address a:focus {
  color: #9d183d;
}
/* line 49, ../../app/sass/partials/_contact-info.scss */
.contact-info hr {
  border-color: #9d183d;
}

/* line 13, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature {
  position: relative;
  margin: 2.5rem 0;
}
/* line 17, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature {
  opacity: 0;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  transition: -webkit-transform 0.7s, opacity, 0.7s;
  transition: transform 0.7s, opacity, 0.7s;
  margin: 0 0 1.25rem;
}
/* line 23, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature.faded-in {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* line 28, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  /* line 32, ../../app/sass/partials/_cta-image-feature.scss */
  .high-level .cta-image-feature .caption p {
    font-size: 1.125rem;
  }
}
/* line 38, ../../app/sass/partials/_cta-image-feature.scss */
.md-no-js .high-level .cta-image-feature {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* line 44, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature .calltoaction:before {
  background-color: #004882;
}
/* line 48, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature .calltoaction svg {
  color: #004882;
}
/* line 52, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature .calltoaction:hover, .high-level .cta-image-feature .calltoaction:focus, .high-level .cta-image-feature .calltoaction:active {
  color: #ffffff;
}
/* line 57, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature .calltoaction:hover svg, .high-level .cta-image-feature .calltoaction:focus svg, .high-level .cta-image-feature .calltoaction:active svg {
  color: #ffffff;
}
/* line 64, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(2n+1) .caption {
  left: 1.25rem;
  right: auto;
}
/* line 71, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(2n+2) .caption {
  left: auto;
  right: 1.25rem;
}
/* line 78, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+2) .caption {
  background-color: #c84707;
}
@media screen and (min-width: 48em) {
  /* line 78, ../../app/sass/partials/_cta-image-feature.scss */
  .high-level .cta-image-feature:nth-child(4n+2) .caption {
    background-color: rgba(200, 71, 7, 0.85);
  }
}
/* line 87, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+2) .calltoaction:before {
  background-color: #c84707;
}
/* line 91, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+2) .calltoaction svg {
  color: #c84707;
}
/* line 95, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+2) .calltoaction:hover, .high-level .cta-image-feature:nth-child(4n+2) .calltoaction:focus, .high-level .cta-image-feature:nth-child(4n+2) .calltoaction:active {
  color: #ffffff;
}
/* line 101, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+2) .calltoaction:hover svg, .high-level .cta-image-feature:nth-child(4n+2) .calltoaction:focus svg, .high-level .cta-image-feature:nth-child(4n+2) .calltoaction:active svg {
  color: #ffffff;
}
/* line 110, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+3) .caption {
  background-color: #093824;
}
@media screen and (min-width: 48em) {
  /* line 110, ../../app/sass/partials/_cta-image-feature.scss */
  .high-level .cta-image-feature:nth-child(4n+3) .caption {
    background-color: rgba(9, 56, 36, 0.85);
  }
}
/* line 119, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+3) .calltoaction:before {
  background-color: #093824;
}
/* line 123, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+3) .calltoaction svg {
  color: #093824;
}
/* line 127, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+3) .calltoaction:hover, .high-level .cta-image-feature:nth-child(4n+3) .calltoaction:focus, .high-level .cta-image-feature:nth-child(4n+3) .calltoaction:active {
  color: #ffffff;
}
/* line 133, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+3) .calltoaction:hover svg, .high-level .cta-image-feature:nth-child(4n+3) .calltoaction:focus svg, .high-level .cta-image-feature:nth-child(4n+3) .calltoaction:active svg {
  color: #ffffff;
}
/* line 142, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+4) .caption {
  background-color: #9d183d;
}
@media screen and (min-width: 48em) {
  /* line 142, ../../app/sass/partials/_cta-image-feature.scss */
  .high-level .cta-image-feature:nth-child(4n+4) .caption {
    background-color: rgba(157, 24, 61, 0.85);
  }
}
/* line 151, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+4) .calltoaction:before {
  background-color: #9d183d;
}
/* line 155, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+4) .calltoaction svg {
  color: #9d183d;
}
/* line 159, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+4) .calltoaction:hover, .high-level .cta-image-feature:nth-child(4n+4) .calltoaction:focus, .high-level .cta-image-feature:nth-child(4n+4) .calltoaction:active {
  color: #ffffff;
}
/* line 165, ../../app/sass/partials/_cta-image-feature.scss */
.high-level .cta-image-feature:nth-child(4n+4) .calltoaction:hover svg, .high-level .cta-image-feature:nth-child(4n+4) .calltoaction:focus svg, .high-level .cta-image-feature:nth-child(4n+4) .calltoaction:active svg {
  color: #ffffff;
}
/* line 174, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature .image {
  height: 15rem;
}
@media screen and (min-width: 37.5em) {
  /* line 174, ../../app/sass/partials/_cta-image-feature.scss */
  .cta-image-feature .image {
    height: 21.25rem;
  }
}
/* line 182, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature .caption {
  background-color: #004882;
  padding: 0.9375rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  /* line 182, ../../app/sass/partials/_cta-image-feature.scss */
  .cta-image-feature .caption {
    background-color: rgba(0, 72, 130, 0.85);
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    max-width: 31.5625rem;
  }
}
/* line 194, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature .caption h2,
.cta-image-feature .caption p {
  color: #ffffff;
}
/* line 199, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature .caption h2 {
  font-size: 1.6875rem;
  font-weight: 900;
  line-height: 1.125;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  /* line 199, ../../app/sass/partials/_cta-image-feature.scss */
  .cta-image-feature .caption h2 {
    font-size: 2rem;
  }
}
/* line 210, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature .caption p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
/* line 216, ../../app/sass/partials/_cta-image-feature.scss */
.cta-image-feature .caption .calltoaction {
  min-width: 14.0625rem;
}

@media screen and (min-width: 48em) {
  /* line 8, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel {
    background-image: url("/img/home-footer-bg.jpg");
    background-size: cover;
    height: 100vh;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 8, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel {
    min-height: 37.5rem;
  }
}
/* line 19, ../../app/sass/partials/_home-footer-panel.scss */
.home-footer-panel .upper {
  background-image: url("/img/home-footer-bg.jpg");
  background-size: cover;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  /* line 19, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .upper {
    background-image: none;
    max-width: 61.75rem;
    margin: 0 auto;
  }
}
/* line 32, ../../app/sass/partials/_home-footer-panel.scss */
.home-footer-panel .arms {
  padding: 1.25rem 0 0;
}
@media screen and (min-width: 48em) {
  /* line 32, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .arms {
    position: absolute;
    top: 45%;
    right: 2.8125rem;
  }
}
/* line 41, ../../app/sass/partials/_home-footer-panel.scss */
.home-footer-panel .arms img {
  padding: 1.25rem 0;
}
@media screen and (min-width: 48em) {
  /* line 41, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .arms img {
    width: 12.5rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 41, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .arms img {
    width: 18.75rem;
  }
}
/* line 54, ../../app/sass/partials/_home-footer-panel.scss */
.home-footer-panel .tagline {
  padding: 0 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  /* line 54, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .tagline {
    text-align: left;
    font-size: 3.4375rem;
    line-height: 1;
    max-width: 76%;
    padding-left: 1.25rem;
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 54, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .tagline {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 75em) and (min-height: 800px) {
  /* line 54, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .tagline {
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

@media screen and (min-width: 48em) {
  /* line 78, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .footer-nav {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 85, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .footer-nav a {
    text-align: left;
    line-height: 1.625rem;
  }
}
/* line 93, ../../app/sass/partials/_home-footer-panel.scss */
.home-footer-panel .lower {
  padding: 0.625rem 0.625rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  /* line 93, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .lower {
    max-width: 61.75rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  /* line 104, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel address {
    text-align: left;
    display: inline-block;
    background-color: rgba(157, 24, 61, 0.85);
    padding: 0.625rem 1.25rem 2.5rem;
    width: 22.6875rem;
    margin-bottom: 3.75rem;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 118, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .calltoaction {
    position: absolute;
    top: calc(100% - 2.1875rem);
    left: 1.25rem;
    max-width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 48em) {
  /* line 127, ../../app/sass/partials/_home-footer-panel.scss */
  .home-footer-panel .legal {
    text-align: left;
    padding-left: 1.25rem;
  }
}

/* line 12, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel {
  /*background-color: #093824;*/
  position: relative;
  margin: 0 0 10px 0;
}
/* line 16, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .pane-container {
  width: 100%;
  /*height: 100vh;*/
  height: 90vh;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  /* line 16, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .pane-container {
    min-height: 37.5rem;
  }
}
/* line 26, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel figure {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
/* line 31, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel figure.active {
  opacity: 1;
}
/* line 36, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel figcaption {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(9, 56, 36, 0.85);
  text-align: center;
  padding: 1rem 0.8125rem 1.25rem;
}
@media screen and (min-width: 64em) {
  /* line 36, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel figcaption {
    text-align: left;
    bottom: 10rem;
    padding: 1rem 0.8125rem 2.5rem;
    width: calc(100% - 2.8125rem);
  }
  /* line 50, ../../app/sass/partials/_home-life-panel.scss */
  .scrolljack-mobile .home-life-panel figcaption {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 36, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel figcaption {
    display: inline-block;
    bottom: 6.25rem;
    left: 7.5rem;
    width: 31.5rem;
    padding: 1.25rem;
  }
  /* line 62, ../../app/sass/partials/_home-life-panel.scss */
  .scrolljack-mobile .home-life-panel figcaption {
    width: 31.5rem;
  }
  /* line 66, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel figcaption.with-cta {
    padding-bottom: 2.5rem;
    padding-top: 0.625rem;
  }
}
/* line 72, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel figcaption p {
  margin-bottom: 1rem;
}
/* line 77, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  /* line 77, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 89, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.5rem;
}
@media screen and (min-width: 75em) {
  /* line 89, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel h2 {
    font-size: 3.75rem;
  }
}
/* line 99, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .wayfinder-container {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 99, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder-container {
    height: 10rem;
    width: calc(100% - 2.8125rem);
    padding: 0;
  }
  /* line 108, ../../app/sass/partials/_home-life-panel.scss */
  .scrolljack-mobile .home-life-panel .wayfinder-container {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 99, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder-container {
    height: 90vh;
    width: 15.125rem;
    right: 2.8125rem;
  }
}
/* line 120, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .wayfinder {
  display: none;
}
@media screen and (min-width: 64em) {
  /* line 120, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    height: 10rem;
    z-index: 301;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: rgba(9, 56, 36, 0.85);
    padding: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 120, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder {
    height: 100vh;
    right: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15.125rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 146, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left: 1px solid #ffffff;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 153, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder li:first-child {
    border-left: 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 146, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ffffff;
  }
  /* line 164, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder li:first-child {
    border-top: 1px solid #ffffff;
  }
}
/* line 171, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .wayfinder-beacon {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: middle;
  color: #ffffff;
  padding: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 171, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder-beacon {
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 75em) {
  /* line 171, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .wayfinder-beacon {
    padding: 0;
  }
}
/* line 192, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .wayfinder-beacon:hover, .home-life-panel .wayfinder-beacon.active {
  text-decoration: none;
  color: #a2e249;
}
/* line 198, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .wayfinder-beacon.active {
  color: #a2e249;
}
/* line 204, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .number {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 900;
  display: block;
}
@media screen and (min-width: 75em) {
  /* line 204, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .number {
    font-size: 3.125rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 75em) and (min-height: 37.5rem) {
  /* line 204, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .number {
    font-size: 5rem;
    padding-bottom: 1rem;
  }
}

/* line 221, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .factoid {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 75em) {
  /* line 221, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .factoid {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 75em) and (min-height: 37.5rem) {
  /* line 221, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .factoid {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

/* line 236, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .panel-pager {
  color: #ffffff;
  font-size: 1.5625rem;
  position: absolute;
  top: 1.125rem;
  padding: 0.5rem 0.625rem;
}
@media screen and (min-width: 64em) {
  /* line 236, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .panel-pager {
    display: none;
  }
}
/* line 247, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .panel-pager.pager-next {
  right: 0;
}
/* line 251, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .panel-pager.pager-previous {
  left: 0;
}
/* line 256, ../../app/sass/partials/_home-life-panel.scss */
.home-life-panel .reticle {
  position: absolute;
  z-index: 310;
  width: 0;
  height: 0;
  border-style: solid;
}
/* line 257, ../../app/sass/partials/_home-life-panel.scss */
.md-no-js .home-life-panel .reticle {
  display: none;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 256, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .reticle {
    bottom: 93%;
    left: 1.5625rem;
    border-color: #a2e249 transparent transparent;
    border-width: 22px 13px 0;
    transition: left 0.5s ease-in-out;
  }
}
@media screen and (min-width: 75em) {
  /* line 256, ../../app/sass/partials/_home-life-panel.scss */
  .home-life-panel .reticle {
    right: 14.375rem;
    top: 1.5625rem;
    border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent #a2e249;
    transition: top 0.5s ease-in-out;
  }
}

/* line 14, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel {
  background-color: #ebebeb;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  /* line 14, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 14, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel {
    background-image: url("/assets/images/home-news-bg.jpg");
    background-size: cover;
    /*height: 100vh;*/
	height: 100vh;
  }
}
/* line 29, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .wrapper {
  padding: 0 2.0625rem;
  max-width: 59.25rem;
  margin: 0 auto;
  z-index: 210;
  position: relative;
}
@media screen and (min-width: 48em) {
  /* line 29, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 5rem;
    height: 100%;
  }
}
@media screen and (min-width: 48em) {
  /* line 43, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .news-section {
	  -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 75em) {
  /* line 43, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .news-section {
	  -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
/* line 55, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .news-section h2 {
  font-size: 2.5rem;
  line-height: 1;
  padding: 2.1875rem 0 1.25rem;
  text-align: center;
  color: #9d183d;
  font-weight: 900;
}
@media screen and (min-width: 75em) {
  /* line 55, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .news-section h2 {
    font-size: 3.75rem;
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  /* line 69, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .news-section .inner-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 75em) {
  /* line 69, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .news-section .inner-wrap {
    height: 100%;
  }
}
/* line 81, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .stories {
  position: relative;
}
@media screen and (min-width: 48em) {
  /* line 81, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .stories {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 81, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .stories {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
/* line 96, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article {
  background-color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  /* line 96, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 75em) {
  /* line 96, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 116, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article:first-of-type {
    margin-right: 0.625rem;
  }
  /* line 120, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article:last-of-type {
    margin-left: 0.625rem;
  }
}
/* line 125, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article time {
  display: block;
  color: #707070;
  padding: 0 1.0625rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 48em) {
  /* line 125, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article time {
    /*padding-top: 1rem;*/
	padding-top: .5rem;
  }
}
@media screen and (min-width: 90em) {
  /* line 125, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article time {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 141, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 147, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article a:hover {
  text-decoration: none;
}
/* line 150, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article a:hover .image {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
/* line 154, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article a:hover .caption {
  background-color: #9d183d;
  color: #ffffff;
}
/* line 159, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article a:hover .title,
.home-news-panel article a:hover time,
.home-news-panel article a:hover p {
  color: #ffffff;
}
/* line 165, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article a:hover .caption:before {
  border-color: transparent transparent #9d183d transparent;
}
/* line 172, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article .title {
  display: block;
  color: #9d183d;
  font-weight: 900;
  padding: 0 1.0625rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 90em) {
  /* line 172, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article .title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 185, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel article p {
  padding: 0 1.0625rem;
  margin: 0;
  color: #707070;
  line-height: 1.5rem;
}
@media screen and (min-width: 75em) {
  /* line 185, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article p {
    display: block;
  }
}
@media only screen and (min-width: 75em) and (min-height: 48rem) {
  /* line 185, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article p {
    display: block;
  }
}

@media screen and (min-width: 90em) {
  /* line 185, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 206, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel figure {
  height: 20em;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  /* line 206, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel figure {
    height: 10em;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: block;
  }
}
/* line 219, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  display: block;
  /*padding-bottom: 200%;*/
}
/* line 232, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .caption {
  position: relative;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
	transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
/* line 237, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .caption:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 30px;
  border-color: transparent transparent #ffffff;
  z-index: 250;
}
@media screen and (min-width: 48em) {
  /* line 232, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .caption {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* line 259, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .calltoaction {
  display: block;
  margin-bottom: 1.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 75em) {
  /* line 259, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .calltoaction {
    margin: 0;
  }
}
/* line 269, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .last {
  display: none;
}
@media screen and (min-width: 75em) {
  /* line 269, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .last {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 277, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instagram {
  position: relative;
}
/* line 280, ../../app/sass/partials/_home-news-panel.scss */
.md-no-js .home-news-panel .instagram {
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 277, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .instagram {
	  -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 292, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instagram-grid-item {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 48rem) {
  /* line 292, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .instagram-grid-item {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 48em) {
  /* line 292, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .instagram-grid-item {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  /* line 306, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .instagram-grid-item:first-child {
    margin-bottom: 1.25rem;
  }
}
/* line 311, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instagram-grid-item img {
  display: none;
}
/* line 315, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instagram-grid-item .img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
/* line 325, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instagram-grid-item .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #9d183d;
  font-size: 2.625rem;
  padding: 0.5rem 0.125rem;
  color: #ffffff;
}
/* line 336, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instagram-grid-item:hover img,
.home-news-panel .instagram-grid-item:hover .img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
/* line 343, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .instafeed-slot-2 {
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 343, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .instafeed-slot-2 {
    display: block;
  }
}
/* line 351, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section {
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  /* line 351, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .events-section {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
/* line 360, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section h2 {
  font-size: 2.5rem;
  line-height: 1.75rem;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (min-width: 75em) {
  /* line 360, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .events-section h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    text-align: left;
    padding: 1rem 1.25rem 0;
  }
}
@media screen and (min-width: 48em) {
  /* line 376, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .events-section ol {
    padding: 0 1.25rem;
  }
}
/* line 384, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section time {
  display: block;
}
/* line 388, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #da2028;
}
/* line 394, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section li:first-child {
  border-top: 0;
}
/* line 399, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section li a {
  font-weight: 900;
  display: block;
  color: #ffffff;
}
@media screen and (min-width: 75em) {
  /* line 388, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .events-section li {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 412, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section .mid-up {
  display: none;
}
@media only screen and (min-width: 48em) and (min-height: 41.5625rem) {
  /* line 412, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .events-section .mid-up {
    display: block;
  }
}

/* line 422, ../../app/sass/partials/_home-news-panel.scss */
.home-news-panel .events-section .inner-wrap {
  padding: 1.25rem 1.25rem 0;
  background-color: #a93757;
  color: #ffffff;
  height: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  /* line 422, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .events-section .inner-wrap {
    margin-bottom: 0;
    padding: 1.25rem 0 0;
  }
}
@media screen and (min-width: 48em) {
  /* line 436, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .eventslink {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 436, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .eventslink {
    top: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 48em) {
  /* line 449, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .newscta {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  /* line 449, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .newscta {
    top: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  /* line 449, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .newscta {
    left: auto;
    right: 1.25rem;
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 48em) {
  /* line 468, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .sociallink {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  /* line 468, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel .sociallink {
    top: calc(100% + 1.25rem);
  }
}

@media screen and (min-width: 48em) {
  /* line 10, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 16, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel figure {
  position: relative;
  margin: 0;
  padding: 14.375rem 0 0;
  overflow: hidden;
}
/* line 23, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel figure:hover .blanket {
  opacity: 0;
}
@media screen and (min-width: 48em) {
  /* line 16, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel figure {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /*height: 100vh;*/
	height: 90vh;
    transition: -webkit-flex 0.3s;
    transition: -ms-flex 0.3s;
    transition: flex 0.3s;
  }
}
/* line 35, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel figcaption {
  position: relative;
  background-color: rgba(0, 72, 130, 0.85);
  text-align: center;
  padding: 0 0.5rem;
  overflow: hidden;
  height: 100%;
  max-height: 5.8125rem;
  transition: max-height 0.5s;
}
/* line 45, ../../app/sass/partials/_home-profile-panel.scss */
.md-no-js .home-profile-panel figcaption {
  top: 30%;
}
@media screen and (min-width: 48em) {
  /* line 35, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel figcaption {
    width: calc(100% + 0.125rem);
    left: 0;
    max-height: 7.5rem;
    top: calc(100% - 7.5rem);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform 0.3s, width 0.3s, left 0.3s, top 0.3s;
    transition: transform 0.3s, width 0.3s, left 0.3s, top 0.3s;
    max-height: initial;
    height: auto;
    text-align: left;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 63, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel .open {
    -webkit-flex: 1.45;
        -ms-flex: 1.45;
            flex: 1.45;
  }
  /* line 67, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel .open figcaption {
    width: 79.5%;
    left: 50%;
    top: 30%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* line 76, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .open figcaption {
  max-height: 31.25rem;
}
/* line 80, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .open .name {
  padding-bottom: 0.8125rem;
}
/* line 84, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .open .profile-toggle {
  top: 0.75rem;
  left: calc(100% - 2.5rem);
}
/* line 89, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .open .icon-add {
  display: none;
}
/* line 93, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .open .icon-cancel {
  display: block;
}
/* line 97, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .open .blanket {
  opacity: 0;
}
/* line 102, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .name {
  font-weight: 900;
  color: #ffffff;
  font-size: 2.5rem;
  padding-bottom: 3.125rem;
  transition: padding 0.5s;
  line-height: 1;
  padding-top: 0.4375rem;
  white-space: nowrap;
}
@media screen and (min-width: 48em) {
  /* line 102, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel .name {
    padding-top: 1.625rem;
    padding-bottom: 4.375rem;
    text-align: center;
  }
  /* line 117, ../../app/sass/partials/_home-profile-panel.scss */
  .md-no-js .home-profile-panel .name {
    padding-bottom: 0.8125rem;
  }
}
/* line 123, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .year {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 123, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel .year {
    text-align: left;
  }
}
/* line 135, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 48em) {
  /* line 135, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 135, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
/* line 153, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .calltoaction {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  /* line 153, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel .calltoaction {
    text-align: left;
  }
}
/* line 162, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .profile-toggle {
  position: absolute;
  top: 3.5625rem;
  left: calc(50% - 1rem);
  color: #1792f2;
}
/* line 168, ../../app/sass/partials/_home-profile-panel.scss */
.md-no-js .home-profile-panel .profile-toggle {
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 162, ../../app/sass/partials/_home-profile-panel.scss */
  .home-profile-panel .profile-toggle {
    top: 5rem;
  }
}
/* line 177, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .icons {
  width: 2rem;
  height: 2rem;
  display: block;
}
/* line 182, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .icons svg {
  position: absolute;
}
/* line 187, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .icon-add {
  font-size: 1.625rem;
  top: 0;
  left: calc(50% - 0.8125rem);
}
/* line 193, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .icon-cancel {
  font-size: 1.1875rem;
  display: none;
  top: 0.25rem;
  left: 0;
}
/* line 200, ../../app/sass/partials/_home-profile-panel.scss */
.home-profile-panel .blanket {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 205;
  transition: opacity 0.3s;
}

/* line 13, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel figure {
  width: 100%;
  /*height: 180vh;*/
  height: 90vh;
  padding: 55% 0 0;
  /*position: relative;*/
}
@media screen and (min-width: 37.5em) {
  /* line 13, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figure {
    /*height: 100vh;*/
	height: 90vh;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 13, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figure {
    min-height: 37.5rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 13, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figure {
    padding: 0;
  }
}
/* line 33, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel figcaption {
  width: 100%;
  background-color: rgba(200, 71, 7, 0.85);
  text-align: center;
  padding: 0.625rem 0 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 48em) {
  /* line 33, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figcaption {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 33, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figcaption {
    width: calc(100% - 2.8125rem);
  }
  /* line 48, ../../app/sass/partials/_home-stat-panel.scss */
  .scrolljack-mobile .home-stat-panel figcaption {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 33, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figcaption {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: 0;
    padding: 0;
  }
  /* line 60, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figcaption > span {
    position: absolute;
    background-color: rgba(200, 71, 7, 0.85);
    bottom: 6.25rem;
    left: 7.5rem;
    width: 31.25rem;
  }
  /* line 69, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel figcaption.with-cta > span {
    padding-bottom: 2.5rem;
  }
}
/* line 75, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel figcaption > span {
  display: block;
  padding: 0.625rem 1.25rem 0;
}
/* line 80, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel figcaption p {
  margin-bottom: 0;
}
/* line 85, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel h2 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 900;
}
@media screen and (min-width: 64em) {
  /* line 85, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel h2 {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 85, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel h2 {
    font-size: 3.75rem;
    line-height: 4rem;
    padding: 0;
  }
}
/* line 102, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel p,
.home-stat-panel .copy {
  display: block;
  color: #ffffff;
}
/* line 108, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel p {
  padding: 0.5rem 1rem 0 0;
}
@media screen and (min-width: 64em) {
  /* line 108, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    padding: 0.5rem 1.25rem 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 108, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel p {
    padding: 0.5rem 0 0;
  }
}
/* line 122, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel .copy {
  padding: 0.5rem 1rem 0;
}
@media screen and (min-width: 64em) {
  /* line 122, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel .copy {
    font-size: 1.25rem;
    line-height: 2.125rem;
    padding: 0.5rem 1.25rem 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 122, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel .copy {
    padding: 0.5rem 0 0;
  }
}
/* line 136, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel .stat-container {
  border-bottom: 4px solid transparent;
  padding-bottom: 0.125rem;
  transition: border 0.3s, color 0.3s;
  display: inline-block;
}
@media screen and (min-width: 75em) {
  /* line 136, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel .stat-container {
    padding: 0;
  }
}
/* line 147, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel aside {
  background-color: #a13a07;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  /* line 147, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel aside {
    background-color: transparent;
  }
}
@media only screen and (min-width : 20em) and (max-width : 30em) {
	.home-stat-panel aside {
    background-color: transparent;
	display: none;
  }
  .home-stat-panel figcaption.with-cta > span {
    padding-bottom: 2.5rem;
	margin-bottom: 1rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 147, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel aside {
    background-color: rgba(200, 71, 7, 0.85);
    height: 100%;
    position: absolute;
    right: 2.8125rem;
    max-width: 15.125rem;
    margin-top: 0;
    text-align: left;
  }
}
/* line 168, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel .stat-link:hover, .home-stat-panel .stat-link:active, .home-stat-panel .stat-link:focus {
  text-decoration: none;
}
/* line 173, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel .stat-link:hover span, .home-stat-panel .stat-link:active span, .home-stat-panel .stat-link:focus span {
  color: #f5d732;
  transition: color 0.3s;
}
/* line 178, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel .stat-link:hover .stat-container, .home-stat-panel .stat-link:active .stat-container, .home-stat-panel .stat-link:focus .stat-container {
  border-bottom: 4px solid #f5d732;
}
/* line 184, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel ol {
  margin: auto;
}
@media screen and (min-width: 37.5em) {
  /* line 184, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 75em) {
  /* line 184, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel ol {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* line 200, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel li {
  padding: 2.1875rem 0;
  position: relative;
  max-width: 25rem;
  margin: auto;
}
/* line 206, ../../app/sass/partials/_home-stat-panel.scss */
/*.home-stat-panel li:first-child:after, .home-stat-panel li:last-child:before {*/
.home-stat-panel li:nth-child(-n+2):after, .home-stat-panel li:last-child:before {
  position: absolute;
  content: '';
  height: 0.0625rem;
  width: 80%;
  left: 10%;
  background-color: #ffffff;
}
@media screen and (min-width: 37.5em) {
  /* line 206, ../../app/sass/partials/_home-stat-panel.scss */
  /*.home-stat-panel li:first-child:after, .home-stat-panel li:last-child:before {*/
  .home-stat-panel li:nth-child(-n+2):after, .home-stat-panel li:last-child:before {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  /* line 206, ../../app/sass/partials/_home-stat-panel.scss */
  /*.home-stat-panel li:first-child:after, .home-stat-panel li:last-child:before {*/
  .home-stat-panel li:nth-child(-n+2):after, .home-stat-panel li:last-child:before {
    display: block;
  }
}
/* line 224, ../../app/sass/partials/_home-stat-panel.scss */
/*.home-stat-panel li:first-child:after {*/
.home-stat-panel li:nth-child(-n+2):after {
  bottom: 0;
}
/* line 228, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel li:last-child:before {
  top: 0;
}
@media screen and (min-width: 37.5em) {
  /* line 200, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel li {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 235, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel li:nth-child(-n+5) {
    border-right: 1px solid #ffffff;
    /*border-left: 1px solid #ffffff;*/
  }
}
@media screen and (min-width: 75em) {
  /* line 200, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel li {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 247, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel li:nth-child(-n+5) {
    border: 0;
  }
}
/* line 253, ../../app/sass/partials/_home-stat-panel.scss */
.home-stat-panel .stat,
.home-stat-panel .suffix {
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (min-width: 75em) {
  /* line 253, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel .stat,
  .home-stat-panel .suffix {
    font-size: 5rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 265, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel .calltoaction {
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 265, ../../app/sass/partials/_home-stat-panel.scss */
  .home-stat-panel .calltoaction {
    margin-left: 0;
  }
}
/* line 276, ../../app/sass/partials/_home-stat-panel.scss */
.md-no-js .home-stat-panel .js-stat-ticker {
  display: none;
}

/* line 24, ../../app/sass/partials/_home-video-panel.scss */
.home-video-panel .html5-video {
  overflow: hidden;
  position: relative;
}
/* line 29, ../../app/sass/partials/_home-video-panel.scss */
.home-video-panel video {
  opacity: 0;
  z-index: 202;
  transition: opacity 0.5s;
  height: 100%;
  width: 177.77778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 34, ../../app/sass/partials/_home-video-panel.scss */
.home-video-panel video.playing {
  opacity: 1;
}
/* line 49, ../../app/sass/partials/_home-video-panel.scss */
.home-video-panel figcaption {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(157, 24, 61, 0.85);
  text-align: center;
  padding: 1rem 0.8125rem 1.25rem;
  transition: bottom 0.5s, opacity 0.5;
}
@media screen and (min-width: 64em) {
  /* line 49, ../../app/sass/partials/_home-video-panel.scss */
  .home-video-panel figcaption {
    text-align: left;
    width: calc(100% - 2.8125rem);
  }
  /* line 62, ../../app/sass/partials/_home-video-panel.scss */
  .scrolljack-mobile .home-video-panel figcaption {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 49, ../../app/sass/partials/_home-video-panel.scss */
  .home-video-panel figcaption {
    display: inline-block;
    bottom: 6.25rem;
    left: 7.5rem;
    width: auto;
    padding: 1.25rem;
  }
  /* line 74, ../../app/sass/partials/_home-video-panel.scss */
  .scrolljack-mobile .home-video-panel figcaption {
    width: auto;
  }
  /* line 78, ../../app/sass/partials/_home-video-panel.scss */
  .home-video-panel figcaption.with-cta {
    padding-bottom: 2.5rem;
    padding-top: 0.625rem;
  }
}
/* line 85, ../../app/sass/partials/_home-video-panel.scss */
.home-video-panel .headline {
  color: #ffffff;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  /* line 85, ../../app/sass/partials/_home-video-panel.scss */
  .home-video-panel .headline {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 102, ../../app/sass/partials/_home-video-panel.scss */
  .js .home-video-panel.unloaded figcaption,
  .js .home-video-panel.unloaded .headline {
    opacity: 0;
  }
}

/* line 8, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder {
  display: none;
}
@media screen and (min-width: 64em) {
  /* line 8, ../../app/sass/partials/_home-wayfinder.scss */
  .home-wayfinder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    position: fixed;
    z-index: 1200;
    right: 0;
    top: 0;
    width: 2.8125rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
/* line 24, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder nav {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 5.5rem;
  position: relative;
  top: calc(50% - 5.5rem);
}
/* line 31, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder nav a {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin: 0.125rem 0;
}
/* line 39, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder nav a:hover {
  background-color: #ffffff;
}
/* line 46, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder .active a {
  background-color: #ffffff;
}
/* line 51, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder .way-pager {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #ffffff;
  font-size: 1.4375rem;
  margin-left: -0.375rem;
}
/* line 57, ../../app/sass/partials/_home-wayfinder.scss */
.home-wayfinder .way-pager.disable {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
/* line 64, ../../app/sass/partials/_home-wayfinder.scss */
.md-no-js .home-wayfinder, .scrolljack-mobile .home-wayfinder {
  display: none;
}

/* line 8, ../../app/sass/partials/_image-cta.scss */
.image-cta {
  margin: 0 0 20px;
  padding: 0;
}
/* line 12, ../../app/sass/partials/_image-cta.scss */
.image-cta img {
  width: 100%;
}
/* line 16, ../../app/sass/partials/_image-cta.scss */
.image-cta figcaption {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0 0;
}
/* line 22, ../../app/sass/partials/_image-cta.scss */
.image-cta p {
  padding: 0;
  margin: 0;
}

/* line 8, ../../app/sass/partials/_introduction.scss */
.introduction {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

/* line 20, ../../app/sass/partials/_left-nav.scss */
.left-nav {
  border: 1px solid #004882;
  margin-bottom: 1.25rem;
}
/* line 24, ../../app/sass/partials/_left-nav.scss */
.left-nav .current {
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.5rem 1.25rem 0.625rem;
  background-color: #004882;
  color: #ffffff;
  font-weight: 900;
}
/* line 32, ../../app/sass/partials/_left-nav.scss */
.theme-green .left-nav .current {
  background-color: #093824;
}
/* line 36, ../../app/sass/partials/_left-nav.scss */
.theme-red .left-nav .current {
  background-color: #9d183d;
}
/* line 40, ../../app/sass/partials/_left-nav.scss */
.theme-orange .left-nav .current {
  background-color: #c84707;
}
/* line 45, ../../app/sass/partials/_left-nav.scss */
.left-nav ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
}
/* line 51, ../../app/sass/partials/_left-nav.scss */
.left-nav li {
  padding-bottom: 0.5rem;
}
/* line 55, ../../app/sass/partials/_left-nav.scss */
.left-nav .children {
  padding-top: 0.5rem;
  display: block;
}
/* line 60, ../../app/sass/partials/_left-nav.scss */
.left-nav a {
  color: #707070;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.125rem;
  display: block;
}
/* line 67, ../../app/sass/partials/_left-nav.scss */
.left-nav a:hover, .left-nav a:focus {
  color: #004882;
  font-style: italic;
}
/* line 72, ../../app/sass/partials/_left-nav.scss */
.theme-green .left-nav a:hover, .theme-green .left-nav a:focus {
  color: #093824;
}
/* line 76, ../../app/sass/partials/_left-nav.scss */
.theme-red .left-nav a:hover, .theme-red .left-nav a:focus {
  color: #9d183d;
}
/* line 80, ../../app/sass/partials/_left-nav.scss */
.theme-orange .left-nav a:hover, .theme-orange .left-nav a:focus {
  color: #c84707;
}
/* line 86, ../../app/sass/partials/_left-nav.scss */
.theme-green .left-nav {
  border: 1px solid #093824;
}
/* line 90, ../../app/sass/partials/_left-nav.scss */
.theme-red .left-nav {
  border: 1px solid #9d183d;
}
/* line 94, ../../app/sass/partials/_left-nav.scss */
.theme-orange .left-nav {
  border: 1px solid #c84707;
}

/* line 12, ../../app/sass/partials/_listings.scss */
.listings ul {
  list-style: none;
  margin: 0;
}
/* line 17, ../../app/sass/partials/_listings.scss */
.listings .row {
  position: relative;
}
/* line 21, ../../app/sass/partials/_listings.scss */
.listings .listing {
  margin: 2.5rem 0;
}
/* line 24, ../../app/sass/partials/_listings.scss */
.listings .listing:first-child {
  margin-top: 1.875rem;
}
/* line 28, ../../app/sass/partials/_listings.scss */
.listings .listing .columns {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 181.25em) {
  /* line 28, ../../app/sass/partials/_listings.scss */
  .listings .listing .columns {
    overflow: hidden;
  }
}
@media screen and (min-width: 37.5em) {
  /* line 38, ../../app/sass/partials/_listings.scss */
  .listings .listing .medium-4 {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 181.25em) {
  /* line 46, ../../app/sass/partials/_listings.scss */
  .listings .listing .medium-8 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media screen and (min-width: 181.25em) {
  /* line 55, ../../app/sass/partials/_listings.scss */
  .md-no-js .listings .listing .medium-8 {
    position: static;
  }
}
@media screen and (min-width: 181.25em) {
  /* line 67, ../../app/sass/partials/_listings.scss */
  .listings .listing.has-cta .medium-4 {
    height: 16.875rem;
  }
}
@media screen and (min-width: 181.25em) {
  /* line 73, ../../app/sass/partials/_listings.scss */
  .md-no-js .listings .listing.has-cta .medium-4 {
    height: auto;
  }
}
@media screen and (min-width: 181.25em) {
  /* line 87, ../../app/sass/partials/_listings.scss */
  .listings .listing.no-image .truncation-container {
    max-height: 16.875rem;
  }
}
@media screen and (min-width: 181.25em) {
  /* line 93, ../../app/sass/partials/_listings.scss */
  .md-no-js .listings .listing.no-image .truncation-container {
    max-height: none;
  }
}
/* line 107, ../../app/sass/partials/_listings.scss */
.listings .image {
  position: relative;
}
/* line 110, ../../app/sass/partials/_listings.scss */
.listings .image:after {
  content: '';
  padding-top: 87.5%;
  display: block;
}
@media screen and (min-width: 181.25em) {
  /* line 118, ../../app/sass/partials/_listings.scss */
  .listings .truncation-container {
    max-height: 100%;
  }
}
@media screen and (min-width: 1181.25em) {
  /* line 124, ../../app/sass/partials/_listings.scss */
  .md-no-js .listings .truncation-container {
    max-height: none;
  }
}
/* line 134, ../../app/sass/partials/_listings.scss */
.listings .user-markup h3 a {
  color: #9d183d;
  text-decoration: none;
}
/* line 138, ../../app/sass/partials/_listings.scss */
.listings .user-markup h3 a:hover {
  text-decoration: underline;
}
/* line 142, ../../app/sass/partials/_listings.scss */
.listings .user-markup h3 a:visited {
  color: #9d183d;
}
/* line 148, ../../app/sass/partials/_listings.scss */
.listings h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.25rem;
  padding-top: 0.75rem;
}
@media screen and (min-width: 37.5em) {
  /* line 148, ../../app/sass/partials/_listings.scss */
  .listings h3 {
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 148, ../../app/sass/partials/_listings.scss */
  .listings h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding-top: 0.75rem;
  }
}
/* line 164, ../../app/sass/partials/_listings.scss */
.listings h3 a {
  transition: color 0.35s;
}
/* line 170, ../../app/sass/partials/_listings.scss */
.listings h4 {
  color: #363636;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 0 0 0.75rem;
}
@media screen and (min-width: 64em) {
  /* line 170, ../../app/sass/partials/_listings.scss */
  .listings h4 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
/* line 183, ../../app/sass/partials/_listings.scss */
.listings hr {
  margin: 0.6875rem 0;
}
/* line 187, ../../app/sass/partials/_listings.scss */
.listings p {
  margin: 0;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  /* line 187, ../../app/sass/partials/_listings.scss */
  .listings p {
    font-size: 1.125rem;
  }
}
/* line 198, ../../app/sass/partials/_listings.scss */
.listings .calltoaction {
  margin: 1.25rem 0 0;
  display: block !important;
  max-width: 16rem;
}

/* line 12, ../../app/sass/partials/_page-heading.scss */
.page-heading {
  position: relative;
}
/* line 18, ../../app/sass/partials/_page-heading.scss */
.page-heading.green .heading, .theme-green .page-heading .heading {
  background-color: #093824;
}
@media screen and (min-width: 71.875em) {
  /* line 25, ../../app/sass/partials/_page-heading.scss */
  .page-heading.green .lSSlideOuter + .heading,
  .page-heading.green .masthead-slider + .heading, .theme-green .page-heading .lSSlideOuter + .heading,
  .theme-green .page-heading .masthead-slider + .heading {
    background-color: rgba(9, 56, 36, 0.85);
  }
}
/* line 40, ../../app/sass/partials/_page-heading.scss */
.page-heading.red .heading, .theme-red .page-heading .heading {
  background-color: #9d183d;
}
@media screen and (min-width: 71.875em) {
  /* line 47, ../../app/sass/partials/_page-heading.scss */
  .page-heading.red .lSSlideOuter + .heading,
  .page-heading.red .masthead-slider + .heading, .theme-red .page-heading .lSSlideOuter + .heading,
  .theme-red .page-heading .masthead-slider + .heading {
    background-color: rgba(157, 24, 61, 0.85);
  }
}
/* line 62, ../../app/sass/partials/_page-heading.scss */
.page-heading.orange .heading, .theme-orange .page-heading .heading {
  background-color: #c84707;
}
@media screen and (min-width: 71.875em) {
  /* line 69, ../../app/sass/partials/_page-heading.scss */
  .page-heading.orange .lSSlideOuter + .heading,
  .page-heading.orange .masthead-slider + .heading, .theme-orange .page-heading .lSSlideOuter + .heading,
  .theme-orange .page-heading .masthead-slider + .heading {
    background-color: rgba(200, 71, 7, 0.85);
  }
}
/* line 81, ../../app/sass/partials/_page-heading.scss */
.page-heading .heading {
  background-color: #004882;
  padding: 15px 0;
}
@media screen and (min-width: 64em) {
  /* line 81, ../../app/sass/partials/_page-heading.scss */
  .page-heading .heading {
    padding: 20px 0;
  }
}
/* line 89, ../../app/sass/partials/_page-heading.scss */
.page-heading .heading.with-desc {
  text-align: center;
}
/* line 95, ../../app/sass/partials/_page-heading.scss */
.page-heading h1,
.page-heading p {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 64rem;
}
/* line 102, ../../app/sass/partials/_page-heading.scss */
.page-heading h1 {
  font-size: 28px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  /* line 102, ../../app/sass/partials/_page-heading.scss */
  .page-heading h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
/* line 116, ../../app/sass/partials/_page-heading.scss */
.page-heading img {
  width: 100%;
}
/* line 120, ../../app/sass/partials/_page-heading.scss */
.page-heading p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media screen and (min-width: 64em) {
  /* line 120, ../../app/sass/partials/_page-heading.scss */
  .page-heading p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 132, ../../app/sass/partials/_page-heading.scss */
.page-heading .lSSlideOuter,
.page-heading .masthead-slider {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 71.875em) {
  /* line 137, ../../app/sass/partials/_page-heading.scss */
  .page-heading .lSSlideOuter + .heading,
  .page-heading .masthead-slider + .heading {
    background-color: rgba(0, 72, 130, 0.85);
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
/* line 151, ../../app/sass/partials/_page-heading.scss */
.md-no-js .page-heading li {
  display: none;
}
/* line 154, ../../app/sass/partials/_page-heading.scss */
.md-no-js .page-heading li:first-child {
  display: block;
}

/* line 10, ../../app/sass/partials/_pagination.scss */
.pagination {
  margin-top: 1rem;
}
/* line 13, ../../app/sass/partials/_pagination.scss */
.pagination ul {
  border: 1px solid #b1b7bb;
  display: inline-block;
}
/* line 20, ../../app/sass/partials/_pagination.scss */
.pagination li {
  float: left;
}
/* line 24, ../../app/sass/partials/_pagination.scss */
.pagination a {
  color: #9d183d;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 3rem;
  display: block;
  height: 3rem;
  padding: 0 0.8125rem;
}
/* line 33, ../../app/sass/partials/_pagination.scss */
.pagination a.active {
  text-decoration: underline;
}
/* line 37, ../../app/sass/partials/_pagination.scss */
.pagination a:hover {
  color: #ffffff;
  background-color: #9d183d;
  transition: color 0.35s, background-color 0.35s;
  text-decoration: none;
}
/* line 44, ../../app/sass/partials/_pagination.scss */
.pagination a.prev, .pagination a.next {
  padding: 0 0.9375rem;
}
/* line 51, ../../app/sass/partials/_pagination.scss */
.pagination span {
  color: #9d183d;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 3rem;
  display: block;
  height: 3rem;
  padding: 0 0.8125rem;
}
/* line 61, ../../app/sass/partials/_pagination.scss */
.pagination svg {
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: -2px;
}

/* line 8, ../../app/sass/partials/_play-btn.scss */
.play-btn {
  position: absolute;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  top: calc(50% - 4.875rem);
  left: calc(50% - 4.875rem);
  padding: 0.625rem 0 0 0.625rem;
  z-index: 8;
}
@media screen and (min-width: 64em) {
  /* line 8, ../../app/sass/partials/_play-btn.scss */
  .play-btn {
    width: 5rem;
    height: 5rem;
    top: calc(50% - 6.25rem);
    left: calc(50% - 6.25rem);
    padding: 0;
  }
}
/* line 27, ../../app/sass/partials/_play-btn.scss */
.play-btn:hover svg {
  stroke-width: 0;
  opacity: 1;
}
/* line 33, ../../app/sass/partials/_play-btn.scss */
.play-btn svg {
  font-size: 10.625rem;
  stroke-width: 1px;
  stroke: #ffffff;
  fill: #9d183d;
  opacity: 0.85;
  transition: stroke-width 0.3s, opacity 0.3s;
}
/* line 42, ../../app/sass/partials/_play-btn.scss */
.play-btn .c {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  /* line 42, ../../app/sass/partials/_play-btn.scss */
  .play-btn .c {
    width: 3.25rem;
    height: 3.25rem;
    padding: 0.875rem 0 0 1.125rem;
    font-size: 1.5rem;
  }
}

/* line 11, ../../app/sass/partials/_quote.scss */
.quote {
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 25px 20px 25px 60px;
  border-top: 1px solid #b1b7bb;
  border-bottom: 1px solid #b1b7bb;
  border-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 25, ../../app/sass/partials/_quote.scss */
.quote p {
  color: #000000;
  margin: 0;
}
/* line 30, ../../app/sass/partials/_quote.scss */
.quote cite {
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
/* line 36, ../../app/sass/partials/_quote.scss */
.quote cite:before {
  content: '-';
  padding-right: 4px;
}
/* line 42, ../../app/sass/partials/_quote.scss */
.quote svg {
  position: absolute;
  top: 25px;
  left: 0;
  color: #9d183d;
  font-size: 48px;
}

/* line 10, ../../app/sass/partials/_share.scss */
.share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
/* line 14, ../../app/sass/partials/_share.scss */
.share span {
  font-weight: 900;
  font-size: 1.25rem;
  color: #9d183d;
}
/* line 20, ../../app/sass/partials/_share.scss */
.share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 27, ../../app/sass/partials/_share.scss */
.share li {
  float: left;
}
/* line 31, ../../app/sass/partials/_share.scss */
.share a {
  display: block;
  padding: 0 0.5rem;
  color: #b1b7bb;
  font-size: 1.5rem;
}
/* line 37, ../../app/sass/partials/_share.scss */
.share a:hover, .share a:focus {
  color: #9d183d;
}
/* line 43, ../../app/sass/partials/_share.scss */
.md-no-js .share {
  display: none;
}

/* line 10, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout {
  margin-bottom: 20px;
}
/* line 13, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout.with-cta {
  margin-bottom: 75px;
}
/* line 17, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout figure {
  margin: 0;
  padding: 0;
}
/* line 22, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout img {
  width: 100%;
}
/* line 26, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout h2 {
  color: #9d183d;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
  padding: 1.125rem 0 0;
}
/* line 34, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout hr {
  border-color: #9d183d;
}
/* line 38, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout .inner {
  border-style: solid;
  border-width: 1px;
  border-color: transparent #9d183d #9d183d;
  padding: 0 1.25rem 1.25rem;
  position: relative;
}
/* line 46, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout .calltoaction {
  border: 1px solid #9d183d;
}
/* line 50, ../../app/sass/partials/_sidebar-callout.scss */
.sidebar-callout .offset {
  position: absolute;
  top: calc(100% - 1.5625rem);
  left: 20px;
  max-width: calc(100% - 40px);
}

/* line 11, ../../app/sass/partials/_sidebar-feed.scss */
.sidebar-feed {
  margin-bottom: 20px;
  border: 1px solid #9d183d;
}
/* line 15, ../../app/sass/partials/_sidebar-feed.scss */
.sidebar-feed h2 {
  color: #9d183d;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
  padding: 1.125rem 1.25rem 0.625rem;
}
/* line 23, ../../app/sass/partials/_sidebar-feed.scss */
.sidebar-feed ul {
  padding: 0 20px 5px;
}
/* line 28, ../../app/sass/partials/_sidebar-feed.scss */
.sidebar-feed li {
  border-top: 1px solid #9d183d;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 34, ../../app/sass/partials/_sidebar-feed.scss */
.sidebar-feed a {
  display: block;
  color: #9d183d;
  font-weight: 900;
}

/* line 10, ../../app/sass/partials/_toggle.scss */
.toggle {
  cursor: pointer;
}
/* line 13, ../../app/sass/partials/_toggle.scss */
.toggle:link, .toggle:active, .toggle:hover, .toggle:visited, .toggle:focus {
  color: #9d183d;
}
@media screen and (min-width: 64em) {
  /* line 10, ../../app/sass/partials/_toggle.scss */
  .toggle {
    z-index: 800;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 25, ../../app/sass/partials/_toggle.scss */
  .toggle.menu-toggle {
    display: block;
    position: absolute;
    font-size: 2rem;
    top: 0;
    left: 0;
    padding: 1.3125rem 1.25rem 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 25, ../../app/sass/partials/_toggle.scss */
  .toggle.menu-toggle {
    display: none;
  }
}
/* line 40, ../../app/sass/partials/_toggle.scss */
.toggle.search-toggle {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  /* line 40, ../../app/sass/partials/_toggle.scss */
  .toggle.search-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    height: 100%;
    padding: 1.3125rem 1.25rem 0;
  }
}
/* line 54, ../../app/sass/partials/_toggle.scss */
.toggle.inner-menu-toggle {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  /* line 54, ../../app/sass/partials/_toggle.scss */
  .toggle.inner-menu-toggle {
    display: block;
    padding: 1.4375rem 1.25rem 1.1875rem 1.375rem;
    font-size: 1.25rem;
  }
}
/* line 64, ../../app/sass/partials/_toggle.scss */
.toggle.major-toggle {
  display: block;
  position: fixed;
  font-size: 1rem;
  top: 0;
  left: 15.125rem;
  padding: 0.5625rem 0.3125rem 0.5625rem 0.1875rem;
  background-color: #f8f8f8;
  color: #b1b7bb;
  transition: left 1s;
}
/* line 75, ../../app/sass/partials/_toggle.scss */
.md-no-js .toggle.major-toggle {
  display: none;
}
/* line 79, ../../app/sass/partials/_toggle.scss */
.closed .toggle.major-toggle {
  top: 0;
  left: 0;
  font-size: 1.875rem;
  padding: 0.3125rem 0.25rem 0;
  height: 2.125rem;
  width: 1.875rem;
}

/* line 91, ../../app/sass/partials/_toggle.scss */
.search-toggle .icon-cancel {
  display: none;
}
/* line 94, ../../app/sass/partials/_toggle.scss */
.mobile-search-open .search-toggle .icon-cancel {
  display: block;
}
/* line 99, ../../app/sass/partials/_toggle.scss */
.mobile-search-open .search-toggle {
  color: #ffffff;
  background-color: #9d183d;
}
/* line 103, ../../app/sass/partials/_toggle.scss */
.mobile-search-open .search-toggle .icon-search {
  display: none;
}

/* line 110, ../../app/sass/partials/_toggle.scss */
.major-toggle .icon-left {
  display: none;
}
@media screen and (min-width: 64em) {
  /* line 115, ../../app/sass/partials/_toggle.scss */
  .major-toggle .icon-left {
    display: block;
  }
  /* line 118, ../../app/sass/partials/_toggle.scss */
  .closed .major-toggle .icon-left {
    display: none;
  }
  /* line 123, ../../app/sass/partials/_toggle.scss */
  .major-toggle .icon-menu {
    display: none;
    color: #9d183d;
  }
  /* line 127, ../../app/sass/partials/_toggle.scss */
  .closed .major-toggle .icon-menu {
    display: block;
    margin-left: -0.3125rem;
  }
}

/* line 9, ../../app/sass/partials/_video-container.scss */
.video-container {
  position: relative;
}
/* line 12, ../../app/sass/partials/_video-container.scss */
.video-container iframe {
  pointer-events: none;
}
/* line 17, ../../app/sass/partials/_video-container.scss */
.video-container.ready .play-btn {
  display: block;
}
/* line 28, ../../app/sass/partials/_video-container.scss */
.video-container.playing .iframe-wrapper {
  position: relative;
}
/* line 32, ../../app/sass/partials/_video-container.scss */
.video-container.playing iframe,
.video-container.playing .iframe-wrapper {
  opacity: 1;
}
/* line 37, ../../app/sass/partials/_video-container.scss */
.video-container.playing iframe {
  pointer-events: all;
}
/* line 41, ../../app/sass/partials/_video-container.scss */
.video-container.playing + figcaption {
  position: relative;
  background-color: #9d183d;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 9, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 18, ../../app/sass/plugins/_lightslider.scss */
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

/* line 22, ../../app/sass/plugins/_lightslider.scss */
.lightSlider {
  overflow: hidden;
  margin: 0;
}

/* line 26, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 31, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

/* line 34, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 47, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper .lSFade {
  position: relative;
}

/* line 50, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

/* line 58, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 69, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

/* line 72, ../../app/sass/plugins/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 78, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* line 83, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/* line 88, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* line 101, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

/* line 104, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .media {
  opacity: 0.8;
}

/* line 107, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
/* line 113, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 132, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

/* line 137, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

/* line 140, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 145, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

/* line 149, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
/* line 155, ../../app/sass/plugins/_lightslider.scss */
.lSAction > a {
  width: 47px;
  display: block;
  top: 50%;
  height: 68px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -24px;
  transition: color 0.3s, background-color 0.3s;
  background-color: #ebebeb;
  color: #004882;
  font-size: 36px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  /* line 155, ../../app/sass/plugins/_lightslider.scss */
  .lSAction > a {
    top: 40%;
  }
}

/* line 178, ../../app/sass/plugins/_lightslider.scss */
.lSAction > a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #004882;
}

/* line 184, ../../app/sass/plugins/_lightslider.scss */
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

/* line 188, ../../app/sass/plugins/_lightslider.scss */
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

/* line 192, ../../app/sass/plugins/_lightslider.scss */
.lSAction > a.disabled {
  pointer-events: none;
}

/* line 195, ../../app/sass/plugins/_lightslider.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
/* line 204, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical {
  position: relative;
}

/* line 207, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

/* line 210, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

/* line 215, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
/* line 221, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

/* line 226, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

/* line 231, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
/* line 240, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

/* line 243, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

/* line 247, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

/* line 250, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

/* line 253, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
/* line 362, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* line 367, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 372, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

/* line 377, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

/* line 382, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 387, ../../app/sass/plugins/_lightslider.scss */
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
/* line 393, ../../app/sass/plugins/_lightslider.scss */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 400, ../../app/sass/plugins/_lightslider.scss */
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* Magnific Popup CSS */
/* line 2, ../../app/sass/plugins/_magnific.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, ../../app/sass/plugins/_magnific.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../../app/sass/plugins/_magnific.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, ../../app/sass/plugins/_magnific.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, ../../app/sass/plugins/_magnific.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, ../../app/sass/plugins/_magnific.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, ../../app/sass/plugins/_magnific.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../../app/sass/plugins/_magnific.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../../app/sass/plugins/_magnific.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, ../../app/sass/plugins/_magnific.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, ../../app/sass/plugins/_magnific.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, ../../app/sass/plugins/_magnific.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 80, ../../app/sass/plugins/_magnific.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../../app/sass/plugins/_magnific.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, ../../app/sass/plugins/_magnific.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../../app/sass/plugins/_magnific.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, ../../app/sass/plugins/_magnific.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, ../../app/sass/plugins/_magnific.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../../app/sass/plugins/_magnific.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../../app/sass/plugins/_magnific.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 121, ../../app/sass/plugins/_magnific.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../../app/sass/plugins/_magnific.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, ../../app/sass/plugins/_magnific.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, ../../app/sass/plugins/_magnific.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, ../../app/sass/plugins/_magnific.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../../app/sass/plugins/_magnific.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, ../../app/sass/plugins/_magnific.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, ../../app/sass/plugins/_magnific.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, ../../app/sass/plugins/_magnific.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, ../../app/sass/plugins/_magnific.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, ../../app/sass/plugins/_magnific.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, ../../app/sass/plugins/_magnific.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, ../../app/sass/plugins/_magnific.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
/* line 256, ../../app/sass/plugins/_magnific.scss */
.mfp-figure {
  line-height: 0;
}

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

/* line 271, ../../app/sass/plugins/_magnific.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, ../../app/sass/plugins/_magnific.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, ../../app/sass/plugins/_magnific.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, ../../app/sass/plugins/_magnific.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, ../../app/sass/plugins/_magnific.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, ../../app/sass/plugins/_magnific.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, ../../app/sass/plugins/_magnific.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, ../../app/sass/plugins/_magnific.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  /* line 343, ../../app/sass/plugins/_magnific.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  /* line 346, ../../app/sass/plugins/_magnific.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  /* line 349, ../../app/sass/plugins/_magnific.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 4, ../../app/sass/helpers/_access.scss */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/*locally added to tinymce styles by cdixon */
.italic {
	font-style:italic;
}
.blockImg {
	display: block;
}
.floatImgLeft {
	float: left;
	padding-right: 12px;
}
.floatImgRight {
	float: right;
	padding-left: 12px;
}
.floatImgNone {
	margin-right: 12px;
}
.banner {
	​max-width: 100%;
    height: auto;
}
/*locally added list columns instead of tables styles by cdixon */
	ul.majorsminors {
	list-style: none;
	margin: 0;
    padding: 0;
	font-size: 1.5em;
}
 @media only screen and (min-width: 600px) {
	ul.majorsminors {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
	ul.majorsminors {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
    .floatImgLeft {
	clear: both;
	float:none;
	margin: 0 auto;
}
    .floatImgRight {
	clear: both;
	float:none;
	margin: 0 auto;
}
}
@media only screen and (max-width: 449px) {
	ul.majorsminors {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}
}
/*locally added row for callout on homepage between panels based on .row but with higher max-width*/
.rowcallout {
  max-width: 123.75rem;
  margin-left: auto;
  margin-right: auto;
}

.rowcallout::before, .rowcallout::after {
  content: ' ';
  display: table;
}

.rowcallout::after {
  clear: both;
}

.rowcallout.collapse > .column, .rowcallout.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/*locally added 10-1-2019 cdixon to highlight a news story on homepage based on ecampus-alert, z-index set lower so ecampus-alert will show over top when emergency messages publish*/

.rowcallout-alert {
  display: block;
  width: 100%;
}


.homepage .rowcallout-alert {
  position: absolute;
  top: 4.5rem;
  left: 0;
  background: rgba(0, 72, 130, 0.8);
  padding-left:20px;
  color:#ffffff;
  padding-top:5px;
  padding-bottom:8px;
  z-index: 550;
}
@media screen and (min-width: 64em) {
  
  .homepage .rowcallout-alert {
    top: 0;
	background: rgba(0, 72, 130, 0.8);
  padding-left:20px;
  color:#ffffff;
  padding-top:5px;
  padding-bottom:8px;
  }
}
@media screen and (max-width: 1022px) {
  .homepage .rowcallout-alert {
    display:none;
  }
}
/*added home-slider-panel 12-17-2019*/
/* line 12, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel {
  /*background-color: #093824;*/
  position: relative;
  margin: 0 0 10px 0;
}
/* line 16, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .pane-container {
  width: 100%;
  /*height: 100vh;*/
  height: 90vh;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  /* line 16, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .pane-container {
    min-height: 37.5rem;
  }
}


/* line 26, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel figure {
  background-color: #093824;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
/* line 31, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel figure.active {
  opacity: 1;
}
/* line 36, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel figcaption {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(157, 24, 61, 0.85);
  text-align: center;
  padding: 1rem 0.8125rem 1.25rem;
}
@media screen and (min-width: 64em) {
  /* line 36, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel figcaption {
    text-align: left;
    bottom: 10rem;
    padding: 1rem 0.8125rem 2.5rem;
    width: calc(100% - 2.8125rem);
  }
  /* line 50, ../../app/sass/partials/_home-slider-panel.scss */
  .scrolljack-mobile .home-slider-panel figcaption {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 36, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel figcaption {
    display: inline-block;
    bottom: 6.25rem;
    left: 7.5rem;
    width: 31.5rem;
    padding: 1.25rem;
  }
  /* line 62, ../../app/sass/partials/_home-slider-panel.scss */
  .scrolljack-mobile .home-slider-panel figcaption {
    width: 31.5rem;
  }
  /* line 66, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel figcaption.with-cta {
    padding-bottom: 2.5rem;
    padding-top: 0.625rem;
  }
}
/* line 72, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel figcaption p {
  margin-bottom: 1rem;
}
/* line 77, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  /* line 77, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel p {
    font-size: 1.25rem;
    line-height: 1.625rem;
	/*added padding*/
	padding: 0 8px 0 8px;
  }
}
/* line 89, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.5rem;
}
@media screen and (min-width: 75em) {
  /* line 89, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel h2 {
    font-size: 3.75rem;
  }
}
/* line 99, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .wayfinder-container {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 99, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder-container {
    height: 10rem;
    width: calc(100% - 2.8125rem);
    padding: 0;
  }
  /* line 108, ../../app/sass/partials/_home-slider-panel.scss */
  .scrolljack-mobile .home-slider-panel .wayfinder-container {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 99, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder-container {
    height: 90vh;
    width: 15.125rem;
    right: 2.8125rem;
  }
}
/* line 120, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .wayfinder {
  display: none;
}
@media screen and (min-width: 64em) {
  /* line 120, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    height: 10rem;
    z-index: 301;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: rgba(157, 24, 61, 0.85);
    padding: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  /* line 120, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder {
    height: 100vh;
    right: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15.125rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 146, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left: 1px solid #ffffff;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 153, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder li:first-child {
    border-left: 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 146, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ffffff;
  }
  /* line 164, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder li:first-child {
    border-top: 1px solid #ffffff;
  }
}
/* line 171, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .wayfinder-beacon {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: middle;
  color: #ffffff;
  padding: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 171, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder-beacon {
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 75em) {
  /* line 171, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .wayfinder-beacon {
    padding: 0;
  }
}
/* line 192, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .wayfinder-beacon:hover, .home-slider-panel .wayfinder-beacon.active {
  text-decoration: none;
  color: #a2e249;
}
/* line 198, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .wayfinder-beacon.active {
  color: #a2e249;
}
/* line 204, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .number {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 900;
  display: block;
}
@media screen and (min-width: 75em) {
  /* line 204, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .number {
    font-size: 3.125rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 75em) and (min-height: 37.5rem) {
  /* line 204, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .number {
    font-size: 5rem;
    padding-bottom: 1rem;
  }
}

/* line 221, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .factoid {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 75em) {
  /* line 221, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .factoid {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 75em) and (min-height: 37.5rem) {
  /* line 221, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .factoid {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

/* line 236, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .panel-slider-pager {
  color: #ffffff;
  font-size: 1.5625rem;
  position: absolute;
  top: 1.125rem;
  /*padding: 0.5rem 0.625rem;*/
  padding: 0.7rem 0.825rem;
}
@media screen and (min-width: 64em) {
  /* line 236, ../../app/sass/partials/_home-slider-panel.scss */
  .home-slider-panel .panel-slider-pager {
    display: block;
  }
}
/* line 247, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .panel-slider-pager.pager-next {
  right: 0;
}
/* line 251, ../../app/sass/partials/_home-slider-panel.scss */
.home-slider-panel .panel-slider-pager.pager-previous {
  left: 0;
}

/*end home-slider-panel*/
/*new home-slider-panel*/
.orbit{position:relative}
.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}

.orbit-slide{width:100%}
.orbit-slide.no-motionui.is-active{top:0;left:0}

.orbit-figure{margin:0}
.orbit-image{width:100%;max-width:100%;margin:0;max-height:750px;}
@media only screen and (min-width : 75.5em) {
	.orbit-image{object-fit: cover;}
  }
  @media only screen and (min-width : 112.5em) {
	.orbit-image{object-fit: cover;}
  }
  @media only screen and (min-width : 150.5em) {
	.orbit-image{object-fit: cover;}
  }
.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(10,10,10,.5);color:#fefefe}
@media only screen and (min-width : 64.51em) {
.orbit-next, .orbit-previous{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10;padding:1rem;color:#fefefe}[data-whatinput=mouse] 
}
@media only screen and (max-width : 64.5em) {
	.orbit-controls {display: none;}
	.orbit-next {display: none;}
	.orbit-previous {display:none;}
	.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover {display: none;}
  }
@media only screen and (min-width : 64.51em) {
.orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(10,10,10,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}
}
.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button:hover{background-color:#8a8a8a}.orbit-bullets button.is-active{background-color:#8a8a8a}
/*end new home-slider-panel*/
