@media screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}
.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}
.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}
.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0
}
.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}
.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}
.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  opacity: 0
}
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  opacity: 0
}
.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important
}
.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important
}
.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}
.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important
}
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important
}
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important
}
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important
}
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}
.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important
}
.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
.shake, .spin-cw, .spin-ccw, .wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important
}
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important
} /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */ html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
/*body {
  margin: 0
}*/
article, aside, footer, header, nav, section {
  display: block
}
/*h1 {
  font-size: 2em;
  margin: 0.67em 0
}*/
figcaption, figure {
  display: block
}
figure {
  margin: 1em 40px
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
main {
  display: block
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
input {
  overflow: visible
}
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
details {
  display: block
}
summary {
  display: list-item
}
menu {
  display: block
}
canvas {
  display: inline-block
}
template {
  display: none
}
[hidden] {
  display: none
}
/*.foundation-mq {
  font-family: "small=0em&medium=40em&primary_nav=56.25em&large=64em&xlarge=75em&xxlarge=90em"
}*/
/*html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}*/
body {
  /*margin: 0;
  padding: 0;*/
  background: rgba(243,251,254,1) !important;
  /*font-family: "frutiger", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #414141;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale*/
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto
}
[data-whatinput='mouse'] button {
  outline: 0
}
pre {
  overflow: auto
}
button, input, optgroup, select, textarea {
  font-family: inherit
}
.is-visible {
  display: block !important
}
.is-hidden {
  display: none !important
}
.grid-container {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 75rem;
  margin: 0 auto
}
@media screen and (min-width: 40em) {
  .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}
.grid-container.fluid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 100%;
  margin: 0 auto
}
@media screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto
}
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.grid-x > .auto {
  width: auto
}
.grid-x > .shrink {
  width: auto
}
.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
@media screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width: 56.25em) {
  .grid-x > .primary_nav-shrink, .grid-x > .primary_nav-full, .grid-x > .primary_nav-1, .grid-x > .primary_nav-2, .grid-x > .primary_nav-3, .grid-x > .primary_nav-4, .grid-x > .primary_nav-5, .grid-x > .primary_nav-6, .grid-x > .primary_nav-7, .grid-x > .primary_nav-8, .grid-x > .primary_nav-9, .grid-x > .primary_nav-10, .grid-x > .primary_nav-11, .grid-x > .primary_nav-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
.grid-x > .small-1 {
  width: 8.33333%
}
.grid-x > .small-2 {
  width: 16.66667%
}
.grid-x > .small-3 {
  width: 25%
}
.grid-x > .small-4 {
  width: 33.33333%
}
.grid-x > .small-5 {
  width: 41.66667%
}
.grid-x > .small-6 {
  width: 50%
}
.grid-x > .small-7 {
  width: 58.33333%
}
.grid-x > .small-8 {
  width: 66.66667%
}
.grid-x > .small-9 {
  width: 75%
}
.grid-x > .small-10 {
  width: 83.33333%
}
.grid-x > .small-11 {
  width: 91.66667%
}
.grid-x > .small-12 {
  width: 100%
}
@media screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x > .medium-1 {
    width: 8.33333%
  }
  .grid-x > .medium-2 {
    width: 16.66667%
  }
  .grid-x > .medium-3 {
    width: 25%
  }
  .grid-x > .medium-4 {
    width: 33.33333%
  }
  .grid-x > .medium-5 {
    width: 41.66667%
  }
  .grid-x > .medium-6 {
    width: 50%
  }
  .grid-x > .medium-7 {
    width: 58.33333%
  }
  .grid-x > .medium-8 {
    width: 66.66667%
  }
  .grid-x > .medium-9 {
    width: 75%
  }
  .grid-x > .medium-10 {
    width: 83.33333%
  }
  .grid-x > .medium-11 {
    width: 91.66667%
  }
  .grid-x > .medium-12 {
    width: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .grid-x > .primary_nav-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x > .primary_nav-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x > .primary_nav-1 {
    width: 8.33333%
  }
  .grid-x > .primary_nav-2 {
    width: 16.66667%
  }
  .grid-x > .primary_nav-3 {
    width: 25%
  }
  .grid-x > .primary_nav-4 {
    width: 33.33333%
  }
  .grid-x > .primary_nav-5 {
    width: 41.66667%
  }
  .grid-x > .primary_nav-6 {
    width: 50%
  }
  .grid-x > .primary_nav-7 {
    width: 58.33333%
  }
  .grid-x > .primary_nav-8 {
    width: 66.66667%
  }
  .grid-x > .primary_nav-9 {
    width: 75%
  }
  .grid-x > .primary_nav-10 {
    width: 83.33333%
  }
  .grid-x > .primary_nav-11 {
    width: 91.66667%
  }
  .grid-x > .primary_nav-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x > .large-1 {
    width: 8.33333%
  }
  .grid-x > .large-2 {
    width: 16.66667%
  }
  .grid-x > .large-3 {
    width: 25%
  }
  .grid-x > .large-4 {
    width: 33.33333%
  }
  .grid-x > .large-5 {
    width: 41.66667%
  }
  .grid-x > .large-6 {
    width: 50%
  }
  .grid-x > .large-7 {
    width: 58.33333%
  }
  .grid-x > .large-8 {
    width: 66.66667%
  }
  .grid-x > .large-9 {
    width: 75%
  }
  .grid-x > .large-10 {
    width: 83.33333%
  }
  .grid-x > .large-11 {
    width: 91.66667%
  }
  .grid-x > .large-12 {
    width: 100%
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto
}
.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem
}
@media screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem
}
@media screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}
.grid-margin-x > .auto {
  width: auto
}
.grid-margin-x > .shrink {
  width: auto
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem)
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem)
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem)
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem)
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem)
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem)
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem)
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem)
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem)
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem)
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem)
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem)
}
@media screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto
  }
  .grid-margin-x > .shrink {
    width: auto
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x > .medium-auto {
    width: auto
  }
  .grid-margin-x > .medium-shrink {
    width: auto
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem)
  }
}
@media screen and (min-width: 56.25em) {
  .grid-margin-x > .primary_nav-auto {
    width: auto
  }
  .grid-margin-x > .primary_nav-shrink {
    width: auto
  }
  .grid-margin-x > .primary_nav-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x > .primary_nav-12 {
    width: calc(100% - 1.875rem)
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto
  }
  .grid-margin-x > .large-shrink {
    width: auto
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem)
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}
@media screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}
@media screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}
.grid-padding-x > .cell {
  padding-right: .625rem;
  padding-left: .625rem
}
@media screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}
.small-up-1 > .cell {
  width: 100%
}
.small-up-2 > .cell {
  width: 50%
}
.small-up-3 > .cell {
  width: 33.33333%
}
.small-up-4 > .cell {
  width: 25%
}
.small-up-5 > .cell {
  width: 20%
}
.small-up-6 > .cell {
  width: 16.66667%
}
.small-up-7 > .cell {
  width: 14.28571%
}
.small-up-8 > .cell {
  width: 12.5%
}
@media screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%
  }
  .medium-up-2 > .cell {
    width: 50%
  }
  .medium-up-3 > .cell {
    width: 33.33333%
  }
  .medium-up-4 > .cell {
    width: 25%
  }
  .medium-up-5 > .cell {
    width: 20%
  }
  .medium-up-6 > .cell {
    width: 16.66667%
  }
  .medium-up-7 > .cell {
    width: 14.28571%
  }
  .medium-up-8 > .cell {
    width: 12.5%
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-up-1 > .cell {
    width: 100%
  }
  .primary_nav-up-2 > .cell {
    width: 50%
  }
  .primary_nav-up-3 > .cell {
    width: 33.33333%
  }
  .primary_nav-up-4 > .cell {
    width: 25%
  }
  .primary_nav-up-5 > .cell {
    width: 20%
  }
  .primary_nav-up-6 > .cell {
    width: 16.66667%
  }
  .primary_nav-up-7 > .cell {
    width: 14.28571%
  }
  .primary_nav-up-8 > .cell {
    width: 12.5%
  }
}
@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%
  }
  .large-up-2 > .cell {
    width: 50%
  }
  .large-up-3 > .cell {
    width: 33.33333%
  }
  .large-up-4 > .cell {
    width: 25%
  }
  .large-up-5 > .cell {
    width: 20%
  }
  .large-up-6 > .cell {
    width: 16.66667%
  }
  .large-up-7 > .cell {
    width: 14.28571%
  }
  .large-up-8 > .cell {
    width: 12.5%
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem)
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem)
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem)
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem)
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem)
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem)
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem)
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem)
}
@media screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem)
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem)
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem)
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem)
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem)
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem)
  }
}
@media screen and (min-width: 56.25em) {
  .grid-margin-x.primary_nav-up-1 > .cell {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-2 > .cell {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-3 > .cell {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-4 > .cell {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-5 > .cell {
    width: calc(20% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-6 > .cell {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-7 > .cell {
    width: calc(14.28571% - 1.875rem)
  }
  .grid-margin-x.primary_nav-up-8 > .cell {
    width: calc(12.5% - 1.875rem)
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem)
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem)
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem)
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0
}
.small-margin-collapse > .small-1 {
  width: 8.33333%
}
.small-margin-collapse > .small-2 {
  width: 16.66667%
}
.small-margin-collapse > .small-3 {
  width: 25%
}
.small-margin-collapse > .small-4 {
  width: 33.33333%
}
.small-margin-collapse > .small-5 {
  width: 41.66667%
}
.small-margin-collapse > .small-6 {
  width: 50%
}
.small-margin-collapse > .small-7 {
  width: 58.33333%
}
.small-margin-collapse > .small-8 {
  width: 66.66667%
}
.small-margin-collapse > .small-9 {
  width: 75%
}
.small-margin-collapse > .small-10 {
  width: 83.33333%
}
.small-margin-collapse > .small-11 {
  width: 91.66667%
}
.small-margin-collapse > .small-12 {
  width: 100%
}
@media screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .small-margin-collapse > .medium-3 {
    width: 25%
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .small-margin-collapse > .medium-6 {
    width: 50%
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .small-margin-collapse > .medium-9 {
    width: 75%
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .small-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .small-margin-collapse > .primary_nav-1 {
    width: 8.33333%
  }
  .small-margin-collapse > .primary_nav-2 {
    width: 16.66667%
  }
  .small-margin-collapse > .primary_nav-3 {
    width: 25%
  }
  .small-margin-collapse > .primary_nav-4 {
    width: 33.33333%
  }
  .small-margin-collapse > .primary_nav-5 {
    width: 41.66667%
  }
  .small-margin-collapse > .primary_nav-6 {
    width: 50%
  }
  .small-margin-collapse > .primary_nav-7 {
    width: 58.33333%
  }
  .small-margin-collapse > .primary_nav-8 {
    width: 66.66667%
  }
  .small-margin-collapse > .primary_nav-9 {
    width: 75%
  }
  .small-margin-collapse > .primary_nav-10 {
    width: 83.33333%
  }
  .small-margin-collapse > .primary_nav-11 {
    width: 91.66667%
  }
  .small-margin-collapse > .primary_nav-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .small-margin-collapse > .large-3 {
    width: 25%
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .small-margin-collapse > .large-6 {
    width: 50%
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .small-margin-collapse > .large-9 {
    width: 75%
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .small-margin-collapse > .large-12 {
    width: 100%
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0
}
@media screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
  }
}
@media screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .small-3 {
    width: 25%
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .small-6 {
    width: 50%
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .small-9 {
    width: 75%
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .small-12 {
    width: 100%
  }
}
@media screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .medium-margin-collapse > .primary_nav-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .primary_nav-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .primary_nav-3 {
    width: 25%
  }
  .medium-margin-collapse > .primary_nav-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .primary_nav-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .primary_nav-6 {
    width: 50%
  }
  .medium-margin-collapse > .primary_nav-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .primary_nav-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .primary_nav-9 {
    width: 75%
  }
  .medium-margin-collapse > .primary_nav-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .primary_nav-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .primary_nav-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .large-3 {
    width: 25%
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .large-6 {
    width: 50%
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .large-9 {
    width: 75%
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .primary_nav-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-margin-collapse > .small-1 {
    width: 8.33333%
  }
  .primary_nav-margin-collapse > .small-2 {
    width: 16.66667%
  }
  .primary_nav-margin-collapse > .small-3 {
    width: 25%
  }
  .primary_nav-margin-collapse > .small-4 {
    width: 33.33333%
  }
  .primary_nav-margin-collapse > .small-5 {
    width: 41.66667%
  }
  .primary_nav-margin-collapse > .small-6 {
    width: 50%
  }
  .primary_nav-margin-collapse > .small-7 {
    width: 58.33333%
  }
  .primary_nav-margin-collapse > .small-8 {
    width: 66.66667%
  }
  .primary_nav-margin-collapse > .small-9 {
    width: 75%
  }
  .primary_nav-margin-collapse > .small-10 {
    width: 83.33333%
  }
  .primary_nav-margin-collapse > .small-11 {
    width: 91.66667%
  }
  .primary_nav-margin-collapse > .small-12 {
    width: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .primary_nav-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .primary_nav-margin-collapse > .medium-3 {
    width: 25%
  }
  .primary_nav-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .primary_nav-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .primary_nav-margin-collapse > .medium-6 {
    width: 50%
  }
  .primary_nav-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .primary_nav-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .primary_nav-margin-collapse > .medium-9 {
    width: 75%
  }
  .primary_nav-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .primary_nav-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .primary_nav-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-margin-collapse > .primary_nav-1 {
    width: 8.33333%
  }
  .primary_nav-margin-collapse > .primary_nav-2 {
    width: 16.66667%
  }
  .primary_nav-margin-collapse > .primary_nav-3 {
    width: 25%
  }
  .primary_nav-margin-collapse > .primary_nav-4 {
    width: 33.33333%
  }
  .primary_nav-margin-collapse > .primary_nav-5 {
    width: 41.66667%
  }
  .primary_nav-margin-collapse > .primary_nav-6 {
    width: 50%
  }
  .primary_nav-margin-collapse > .primary_nav-7 {
    width: 58.33333%
  }
  .primary_nav-margin-collapse > .primary_nav-8 {
    width: 66.66667%
  }
  .primary_nav-margin-collapse > .primary_nav-9 {
    width: 75%
  }
  .primary_nav-margin-collapse > .primary_nav-10 {
    width: 83.33333%
  }
  .primary_nav-margin-collapse > .primary_nav-11 {
    width: 91.66667%
  }
  .primary_nav-margin-collapse > .primary_nav-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .primary_nav-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .primary_nav-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .primary_nav-margin-collapse > .large-3 {
    width: 25%
  }
  .primary_nav-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .primary_nav-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .primary_nav-margin-collapse > .large-6 {
    width: 50%
  }
  .primary_nav-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .primary_nav-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .primary_nav-margin-collapse > .large-9 {
    width: 75%
  }
  .primary_nav-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .primary_nav-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .primary_nav-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .primary_nav-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .small-3 {
    width: 25%
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .small-6 {
    width: 50%
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .small-9 {
    width: 75%
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .small-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .medium-3 {
    width: 25%
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .medium-6 {
    width: 50%
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .medium-9 {
    width: 75%
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .primary_nav-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .primary_nav-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .primary_nav-3 {
    width: 25%
  }
  .large-margin-collapse > .primary_nav-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .primary_nav-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .primary_nav-6 {
    width: 50%
  }
  .large-margin-collapse > .primary_nav-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .primary_nav-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .primary_nav-9 {
    width: 75%
  }
  .large-margin-collapse > .primary_nav-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .primary_nav-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .primary_nav-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .large-3 {
    width: 25%
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .large-6 {
    width: 50%
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .large-9 {
    width: 75%
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
  }
}
.small-offset-0 {
  margin-left: 0%
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + .625rem)
}
.small-offset-1 {
  margin-left: 8.33333%
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + .625rem)
}
.small-offset-2 {
  margin-left: 16.66667%
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + .625rem)
}
.small-offset-3 {
  margin-left: 25%
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + .625rem)
}
.small-offset-4 {
  margin-left: 33.33333%
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + .625rem)
}
.small-offset-5 {
  margin-left: 41.66667%
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + .625rem)
}
.small-offset-6 {
  margin-left: 50%
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + .625rem)
}
.small-offset-7 {
  margin-left: 58.33333%
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + .625rem)
}
.small-offset-8 {
  margin-left: 66.66667%
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + .625rem)
}
.small-offset-9 {
  margin-left: 75%
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + .625rem)
}
.small-offset-10 {
  margin-left: 83.33333%
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + .625rem)
}
.small-offset-11 {
  margin-left: 91.66667%
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + .625rem)
}
@media screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + .9375rem)
  }
  .medium-offset-1 {
    margin-left: 8.33333%
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
  }
  .medium-offset-2 {
    margin-left: 16.66667%
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
  }
  .medium-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + .9375rem)
  }
  .medium-offset-4 {
    margin-left: 33.33333%
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
  }
  .medium-offset-5 {
    margin-left: 41.66667%
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
  }
  .medium-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + .9375rem)
  }
  .medium-offset-7 {
    margin-left: 58.33333%
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
  }
  .medium-offset-8 {
    margin-left: 66.66667%
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
  }
  .medium-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + .9375rem)
  }
  .medium-offset-10 {
    margin-left: 83.33333%
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
  }
  .medium-offset-11 {
    margin-left: 91.66667%
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-offset-0 {
    margin-left: 0%
  }
  .grid-margin-x > .primary_nav-offset-0 {
    margin-left: calc(0% + .9375rem)
  }
  .primary_nav-offset-1 {
    margin-left: 8.33333%
  }
  .grid-margin-x > .primary_nav-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
  }
  .primary_nav-offset-2 {
    margin-left: 16.66667%
  }
  .grid-margin-x > .primary_nav-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
  }
  .primary_nav-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .primary_nav-offset-3 {
    margin-left: calc(25% + .9375rem)
  }
  .primary_nav-offset-4 {
    margin-left: 33.33333%
  }
  .grid-margin-x > .primary_nav-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
  }
  .primary_nav-offset-5 {
    margin-left: 41.66667%
  }
  .grid-margin-x > .primary_nav-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
  }
  .primary_nav-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .primary_nav-offset-6 {
    margin-left: calc(50% + .9375rem)
  }
  .primary_nav-offset-7 {
    margin-left: 58.33333%
  }
  .grid-margin-x > .primary_nav-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
  }
  .primary_nav-offset-8 {
    margin-left: 66.66667%
  }
  .grid-margin-x > .primary_nav-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
  }
  .primary_nav-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .primary_nav-offset-9 {
    margin-left: calc(75% + .9375rem)
  }
  .primary_nav-offset-10 {
    margin-left: 83.33333%
  }
  .grid-margin-x > .primary_nav-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
  }
  .primary_nav-offset-11 {
    margin-left: 91.66667%
  }
  .grid-margin-x > .primary_nav-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}
@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + .9375rem)
  }
  .large-offset-1 {
    margin-left: 8.33333%
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
  }
  .large-offset-2 {
    margin-left: 16.66667%
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
  }
  .large-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + .9375rem)
  }
  .large-offset-4 {
    margin-left: 33.33333%
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
  }
  .large-offset-5 {
    margin-left: 41.66667%
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
  }
  .large-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + .9375rem)
  }
  .large-offset-7 {
    margin-left: 58.33333%
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
  }
  .large-offset-8 {
    margin-left: 66.66667%
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
  }
  .large-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + .9375rem)
  }
  .large-offset-10 {
    margin-left: 83.33333%
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
  }
  .large-offset-11 {
    margin-left: 91.66667%
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}
.grid-y > .cell {
  width: auto;
  max-width: none
}
.grid-y > .auto {
  height: auto
}
.grid-y > .shrink {
  height: auto
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
@media screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width: 56.25em) {
  .grid-y > .primary_nav-shrink, .grid-y > .primary_nav-full, .grid-y > .primary_nav-1, .grid-y > .primary_nav-2, .grid-y > .primary_nav-3, .grid-y > .primary_nav-4, .grid-y > .primary_nav-5, .grid-y > .primary_nav-6, .grid-y > .primary_nav-7, .grid-y > .primary_nav-8, .grid-y > .primary_nav-9, .grid-y > .primary_nav-10, .grid-y > .primary_nav-11, .grid-y > .primary_nav-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
.grid-y > .small-1 {
  height: 8.33333%
}
.grid-y > .small-2 {
  height: 16.66667%
}
.grid-y > .small-3 {
  height: 25%
}
.grid-y > .small-4 {
  height: 33.33333%
}
.grid-y > .small-5 {
  height: 41.66667%
}
.grid-y > .small-6 {
  height: 50%
}
.grid-y > .small-7 {
  height: 58.33333%
}
.grid-y > .small-8 {
  height: 66.66667%
}
.grid-y > .small-9 {
  height: 75%
}
.grid-y > .small-10 {
  height: 83.33333%
}
.grid-y > .small-11 {
  height: 91.66667%
}
.grid-y > .small-12 {
  height: 100%
}
@media screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y > .medium-shrink {
    height: auto
  }
  .grid-y > .medium-1 {
    height: 8.33333%
  }
  .grid-y > .medium-2 {
    height: 16.66667%
  }
  .grid-y > .medium-3 {
    height: 25%
  }
  .grid-y > .medium-4 {
    height: 33.33333%
  }
  .grid-y > .medium-5 {
    height: 41.66667%
  }
  .grid-y > .medium-6 {
    height: 50%
  }
  .grid-y > .medium-7 {
    height: 58.33333%
  }
  .grid-y > .medium-8 {
    height: 66.66667%
  }
  .grid-y > .medium-9 {
    height: 75%
  }
  .grid-y > .medium-10 {
    height: 83.33333%
  }
  .grid-y > .medium-11 {
    height: 91.66667%
  }
  .grid-y > .medium-12 {
    height: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .grid-y > .primary_nav-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y > .primary_nav-shrink {
    height: auto
  }
  .grid-y > .primary_nav-1 {
    height: 8.33333%
  }
  .grid-y > .primary_nav-2 {
    height: 16.66667%
  }
  .grid-y > .primary_nav-3 {
    height: 25%
  }
  .grid-y > .primary_nav-4 {
    height: 33.33333%
  }
  .grid-y > .primary_nav-5 {
    height: 41.66667%
  }
  .grid-y > .primary_nav-6 {
    height: 50%
  }
  .grid-y > .primary_nav-7 {
    height: 58.33333%
  }
  .grid-y > .primary_nav-8 {
    height: 66.66667%
  }
  .grid-y > .primary_nav-9 {
    height: 75%
  }
  .grid-y > .primary_nav-10 {
    height: 83.33333%
  }
  .grid-y > .primary_nav-11 {
    height: 91.66667%
  }
  .grid-y > .primary_nav-12 {
    height: 100%
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y > .large-shrink {
    height: auto
  }
  .grid-y > .large-1 {
    height: 8.33333%
  }
  .grid-y > .large-2 {
    height: 16.66667%
  }
  .grid-y > .large-3 {
    height: 25%
  }
  .grid-y > .large-4 {
    height: 33.33333%
  }
  .grid-y > .large-5 {
    height: 41.66667%
  }
  .grid-y > .large-6 {
    height: 50%
  }
  .grid-y > .large-7 {
    height: 58.33333%
  }
  .grid-y > .large-8 {
    height: 66.66667%
  }
  .grid-y > .large-9 {
    height: 75%
  }
  .grid-y > .large-10 {
    height: 83.33333%
  }
  .grid-y > .large-11 {
    height: 91.66667%
  }
  .grid-y > .large-12 {
    height: 100%
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}
@media screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}
.grid-padding-y > .cell {
  padding-top: .625rem;
  padding-bottom: .625rem
}
@media screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
  }
}
.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}
@media screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}
.grid-margin-y > .auto {
  height: auto
}
.grid-margin-y > .shrink {
  height: auto
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem)
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem)
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem)
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem)
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem)
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem)
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem)
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem)
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem)
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem)
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem)
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem)
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto
  }
  .grid-margin-y > .shrink {
    height: auto
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem)
  }
  .grid-margin-y > .medium-auto {
    height: auto
  }
  .grid-margin-y > .medium-shrink {
    height: auto
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem)
  }
}
@media screen and (min-width: 56.25em) {
  .grid-margin-y > .primary_nav-auto {
    height: auto
  }
  .grid-margin-y > .primary_nav-shrink {
    height: auto
  }
  .grid-margin-y > .primary_nav-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-12 {
    height: calc(100% - 1.875rem)
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto
  }
  .grid-margin-y > .large-shrink {
    height: auto
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem)
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw
}
.cell .grid-frame {
  width: 100%
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar
}
.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
@media screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .medium-grid-frame {
    width: 100%
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .primary_nav-grid-frame {
    width: 100%
  }
  .primary_nav-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
  .primary_nav-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .primary_nav-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .primary_nav-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}
@media screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .large-grid-frame {
    width: 100%
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh
}
@media screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}
@media screen and (min-width: 56.25em) {
  .grid-y.primary_nav-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}
@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}
.cell .grid-y.grid-frame {
  height: 100%
}
@media screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .cell .grid-y.primary_nav-grid-frame {
    height: 100%
  }
}
@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}
.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}
@media screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}
.grid-margin-y > .auto {
  height: auto
}
.grid-margin-y > .shrink {
  height: auto
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem)
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem)
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem)
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem)
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem)
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem)
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem)
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem)
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem)
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem)
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem)
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem)
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto
  }
  .grid-margin-y > .shrink {
    height: auto
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem)
  }
  .grid-margin-y > .medium-auto {
    height: auto
  }
  .grid-margin-y > .medium-shrink {
    height: auto
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem)
  }
}
@media screen and (min-width: 56.25em) {
  .grid-margin-y > .primary_nav-auto {
    height: auto
  }
  .grid-margin-y > .primary_nav-shrink {
    height: auto
  }
  .grid-margin-y > .primary_nav-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .primary_nav-12 {
    height: calc(100% - 1.875rem)
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto
  }
  .grid-margin-y > .large-shrink {
    height: auto
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem)
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem)
}
@media screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}
@media screen and (min-width: 56.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}
@media screen and (min-width: 56.25em) {
  .grid-margin-y.primary_nav-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}
/*div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}*/
em, i {
  font-style: italic;
  line-height: inherit
}
strong, b {
  font-weight: 500;
  line-height: inherit
}
small {
  font-size: 80%;
  line-height: inherit
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'GEFlow-Bold', sans-serif; 
  font-style: normal;
	
  color: inherit;
  text-rendering: optimizeLegibility
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  line-height: 0;
  color: #cacaca
}
/*h1, .h1 {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.875rem
}
h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .9375rem
}
h3, .h3 {
  font-size: 1.3125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .9375rem
}
h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .625rem
}
h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .625rem
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .625rem
}
@media screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.625rem;
    margin-bottom: 1.875rem
  }
  h2, .h2 {
    font-size: 2rem;
    margin-bottom: 1.875rem
  }
  h3, .h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem
  }
  h4, .h4 {
    font-size: 1.3125rem;
    margin-bottom: .625rem
  }
  h5, .h5 {
    font-size: 1.125rem;
    margin-bottom: .625rem
  }
  h6, .h6 {
    font-size: 1.125rem;
    margin-bottom: .625rem
  }
}
a {
  line-height: inherit;
  color: #0073af;
  text-decoration: underline;
  cursor: pointer
}
a:hover, a:focus {
  color: #01507a
}
a img {
  border: 0
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0
}
ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}
li {
  font-size: inherit
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc
}
ol {
  margin-left: 1.25rem
}
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0
}
dl {
  margin-bottom: 1rem
}
dl dt {
  margin-bottom: .3rem;
  font-weight: 500
}
blockquote {
  margin: 0 0 1rem;
  padding: 0 1.25rem;
  border-left: 1px solid #fab914
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #575757
}
cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a
}
cite:before {
  content: "â€” "
}
abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none
}*/
figure {
  margin: 0
}
code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a
}
kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a
}
.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a
}
.lead {
  font-size: 100%;
  line-height: 1.6
}
.stat {
  font-size: 3.25rem;
  line-height: 1
}
p + .stat {
  margin-top: -1rem
}
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left
  }
  .medium-text-right {
    text-align: right
  }
  .medium-text-center {
    text-align: center
  }
  .medium-text-justify {
    text-align: justify
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-text-left {
    text-align: left
  }
  .primary_nav-text-right {
    text-align: right
  }
  .primary_nav-text-center {
    text-align: center
  }
  .primary_nav-text-justify {
    text-align: justify
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left
  }
  .large-text-right {
    text-align: right
  }
  .large-text-center {
    text-align: center
  }
  .large-text-justify {
    text-align: justify
  }
}
.show-for-print {
  display: none !important
}
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important
  }
  .show-for-print {
    display: block !important
  }
  .hide-for-print {
    display: none !important
  }
  table.show-for-print {
    display: table !important
  }
  thead.show-for-print {
    display: table-header-group !important
  }
  tbody.show-for-print {
    display: table-row-group !important
  }
  tr.show-for-print {
    display: table-row !important
  }
  td.show-for-print {
    display: table-cell !important
  }
  th.show-for-print {
    display: table-cell !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: ''
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  pre, blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  @page {
    margin: 0.5cm
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  .print-break-inside {
    page-break-inside: auto
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  /*font-family: "nsiface";*/
  padding: .5rem 1rem .375rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fab914;
  color: #414141
}
[data-whatinput='mouse'] .button {
  outline: 0
}
.button:hover, .button:focus {
  background-color: #54c8e8;
  color: #414141
}
.button.tiny {
  font-size: .75rem
}
.button.small {
  font-size: 1rem
}
.button.large {
  font-size: 1.125rem
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}
.button.primary {
  background-color: #0073af;
  color: #0a0a0a
}
.button.primary:hover, .button.primary:focus {
  background-color: #005c8c;
  color: #0a0a0a
}
.button.secondary {
  background-color: #d85618;
  color: #0a0a0a
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #ad4513;
  color: #0a0a0a
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a
}
.button.alert {
  background-color: #cc4b37;
  color: #0a0a0a
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #0a0a0a
}
.button.disabled, .button[disabled] {
  opacity: .25;
  cursor: not-allowed
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #fab914;
  color: #414141
}
.button.disabled.primary, .button[disabled].primary {
  opacity: .25;
  cursor: not-allowed
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #0073af;
  color: #0a0a0a
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d85618;
  color: #0a0a0a
}
.button.disabled.success, .button[disabled].success {
  opacity: .25;
  cursor: not-allowed
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a
}
.button.disabled.warning, .button[disabled].warning {
  opacity: .25;
  cursor: not-allowed
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a
}
.button.disabled.alert, .button[disabled].alert {
  opacity: .25;
  cursor: not-allowed
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #0a0a0a
}
.button.hollow {
  border: 1px solid #fab914;
  color: #fab914
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #846003;
  color: #846003
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #fab914;
  color: #fab914
}
.button.hollow.primary {
  border: 1px solid #0073af;
  color: #0073af
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #003a58;
  color: #003a58
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #0073af;
  color: #0073af
}
.button.hollow.secondary {
  border: 1px solid #d85618;
  color: #d85618
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #6c2b0c;
  color: #6c2b0c
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #d85618;
  color: #d85618
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}
.button.clear {
  border: 1px solid #fab914;
  color: #fab914
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent
}
.button.clear:hover, .button.clear:focus {
  border-color: #846003;
  color: #846003
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #fab914;
  color: #fab914
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent
}
.button.clear.primary {
  border: 1px solid #0073af;
  color: #0073af
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #003a58;
  color: #003a58
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #0073af;
  color: #0073af
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent
}
.button.clear.secondary {
  border: 1px solid #d85618;
  color: #d85618
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #6c2b0c;
  color: #6c2b0c
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #d85618;
  color: #d85618
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1rem
}
.button.dropdown.hollow::after {
  border-top-color: #fab914
}
.button.dropdown.hollow.primary::after {
  border-top-color: #0073af
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #d85618
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0
}
a.button:hover, a.button:focus {
  text-decoration: none
}
.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed
}
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0
}
.accordion-title {
  position: relative;
  display: block;
  padding: .9375rem 1.25rem;
  border: 0;
  border-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #0073af
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0;
  border-radius: 0 0 0 0
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #ededed
}
.accordion-content {
  display: none;
  padding: .9375rem 1.25rem;
  border: 0;
  border-bottom: 0;
  background-color: #fff;
  color: #414141
}
:last-child > .accordion-content:last-child {
  border-bottom: 0
}
.accordion-menu li {
  width: 100%
}
.accordion-menu a {
  padding: 0.7rem 1rem
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0
}
.is-accordion-submenu-parent {
  position: relative
}
.has-submenu-toggle > a {
  margin-right: 40px
}
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0073af transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto
}
.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: .3em;
  border-radius: 50%;
  font-size: .6rem;
  text-align: center;
  background: #0073af;
  color: #fff
}
.badge.primary {
  background: #0073af;
  color: #fff
}
.badge.secondary {
  background: #d85618;
  color: #0a0a0a
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a
}
.badge.alert {
  background: #cc4b37;
  color: #fff
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.breadcrumbs::after {
  clear: both
}
.breadcrumbs li {
  float: left;
  font-size: 1rem;
  color: #0a0a0a;
  cursor: default
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 .75rem;
  opacity: 1;
  content: "/";
  color: #717171
}
.breadcrumbs a {
  color: #414141
}
.breadcrumbs a:hover {
  text-decoration: underline
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed
}
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.button-group::after {
  clear: both
}
.button-group .button {
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.button-group .button:last-child {
  margin-right: 0
}
.button-group.tiny .button {
  font-size: .75rem
}
.button-group.small .button {
  font-size: 1rem
}
.button-group.large .button {
  font-size: 1.125rem
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}
.button-group.primary .button {
  background-color: #0073af;
  color: #0a0a0a
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #005c8c;
  color: #0a0a0a
}
.button-group.secondary .button {
  background-color: #d85618;
  color: #0a0a0a
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #ad4513;
  color: #0a0a0a
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #0a0a0a
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #0a0a0a
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0
  }
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #414141
}
.callout > :first-child {
  margin-top: 0
}
.callout > :last-child {
  margin-bottom: 0
}
.callout.primary {
  background-color: #cdeeff;
  color: #414141
}
.callout.secondary {
  background-color: #fbe5db;
  color: #414141
}
.callout.success {
  background-color: #e1faea;
  color: #414141
}
.callout.warning {
  background-color: #fff3d9;
  color: #414141
}
.callout.alert {
  background-color: #f7e4e1;
  color: #414141
}
.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #414141
}
.card > :last-child {
  margin-bottom: 0
}
.card-divider {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem;
  background: #e6e6e6
}
.card-divider > :last-child {
  margin-bottom: 0
}
.card-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.25rem
}
.card-section > :last-child {
  margin-bottom: 0
}
.card-image {
  min-height: 1px
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer
}
[data-whatinput='mouse'] .close-button {
  outline: 0
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1
}

.is-drilldown {
  position: relative;
  overflow: hidden
}
.is-drilldown li {
  display: block
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s
}
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0073af
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0073af
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0073af transparent transparent
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0073af transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ededed;
  font-size: 1rem
}
.dropdown-pane.is-opening {
  display: block
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block
}
.dropdown-pane.tiny {
  width: 100px
}
.dropdown-pane.small {
  width: 200px
}
.dropdown-pane.large {
  width: 400px
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0
}
.dropdown.menu a {
  padding: 0.7rem 1rem
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0
}
.dropdown.menu .is-active > a {
  background: rgba(0, 0, 0, 0);
  color: #f06e0f
}
.no-js .dropdown.menu ul {
  display: none
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
  }
}
@media screen and (min-width: 56.25em) {
  .dropdown.menu.primary_nav-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }
  .dropdown.menu.primary_nav-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }
  .dropdown.menu.primary_nav-vertical > li .is-dropdown-submenu {
    top: 0
  }
  .dropdown.menu.primary_nav-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
  }
  .dropdown.menu.primary_nav-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto
}
.is-dropdown-menu.vertical {
  width: 100px
}
.is-dropdown-menu.vertical.align-right {
  float: right
}
.is-dropdown-submenu-parent {
  position: relative
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0;
  background: #fff
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0
}
.is-dropdown-submenu > li {
  width: 100%
}
.is-dropdown-submenu.js-dropdown-active {
  display: block
}
.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.responsive-embed.portrait, .flex-video.portrait {
  padding-bottom: 133.33333%
}
.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%
}
.responsive-embed.square, .flex-video.square {
  padding-bottom: 100%
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0073af;
  color: #fff
}
.label.primary {
  background: #0073af;
  color: #fff
}
.label.secondary {
  background: #d85618;
  color: #0a0a0a
}
.label.success {
  background: #3adb76;
  color: #0a0a0a
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a
}
.label.alert {
  background: #cc4b37;
  color: #fff
}
.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.media-object img {
  max-width: none
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%
  }
}
.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.media-object-section:first-child {
  padding-right: 1rem
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem
}
.media-object-section > :last-child {
  margin-bottom: 0
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}
.is-off-canvas-open {
  overflow: hidden
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0
}
.off-canvas.is-transition-push {
  z-index: 12
}
.off-canvas.is-closed {
  visibility: hidden
}
.off-canvas.is-transition-overlap {
  z-index: 13
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0
}
.off-canvas-absolute.is-transition-push {
  z-index: 12
}
.off-canvas-absolute.is-closed {
  visibility: hidden
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px)
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px)
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  transform: translateX(250px)
}
.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25)
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  transform: translateX(250px)
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  transform: translateX(250px)
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px)
}
.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25)
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  transform: translateY(250px)
}
.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25)
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px)
}
.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25)
}
.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px
  }
}
@media screen and (min-width: 56.25em) {
  .position-left.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-primary_nav .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px
  }
  .position-left.reveal-for-primary_nav ~ .off-canvas-content {
    margin-left: 250px
  }
  .position-right.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-primary_nav .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px
  }
  .position-right.reveal-for-primary_nav ~ .off-canvas-content {
    margin-right: 250px
  }
  .position-top.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-primary_nav .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px
  }
  .position-top.reveal-for-primary_nav ~ .off-canvas-content {
    margin-top: 250px
  }
  .position-bottom.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-primary_nav .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-primary_nav {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px
  }
  .position-bottom.reveal-for-primary_nav ~ .off-canvas-content {
    margin-bottom: 250px
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px
  }
}
@media screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none
  }
}
@media screen and (min-width: 56.25em) {
  .off-canvas.in-canvas-for-primary_nav {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-primary_nav.position-left, .off-canvas.in-canvas-for-primary_nav.position-right, .off-canvas.in-canvas-for-primary_nav.position-top, .off-canvas.in-canvas-for-primary_nav.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-primary_nav .close-button {
    display: none
  }
}
@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none
  }
}
.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
}
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fff
}
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: .5625rem;
  color: #fff
}
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: #ededed
}
.orbit-previous {
  left: 0
}
.orbit-next {
  left: auto;
  right: 0
}
.orbit-bullets {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center
}
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0
}
.orbit-bullets button {
  width: .625rem;
  height: .625rem;
  margin: .3125rem;
  border-radius: 50%;
  background-color: #414141
}
.orbit-bullets button:hover {
  background-color: #fab914
}
.orbit-bullets button.is-active {
  background-color: #fab914
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem
}
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.pagination::after {
  clear: both
}
.pagination li {
  margin-right: .0625rem;
  border-radius: 50%;
  font-size: 1.125rem;
  display: none
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block
  }
}
.pagination a, .pagination button {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 50%;
  color: #0a0a0a
}
.pagination a:hover, .pagination button:hover {
  background: rgba(0, 0, 0, 0)
}
.pagination .current {
  padding: .1875rem .625rem;
  background: rgba(0, 0, 0, 0);
  color: #54c8e8;
  cursor: default
}
.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: not-allowed
}
.pagination .disabled:hover {
  background: transparent
}
.pagination .ellipsis::after {
  padding: .1875rem .625rem;
  content: '\2026';
  color: #0a0a0a
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca
}
.progress.primary .progress-meter {
  background-color: #0073af
}
.progress.secondary .progress-meter {
  background-color: #d85618
}
.progress.success .progress-meter {
  background-color: #3adb76
}
.progress.warning .progress-meter {
  background-color: #ffae00
}
.progress.alert .progress-meter {
  background-color: #cc4b37
}
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0073af
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap
}
.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none
}
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear
}
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #0073af;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
[data-whatinput='mouse'] .slider-handle {
  outline: 0
}
.slider-handle:hover {
  background-color: #006295
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear
}
.slider.disabled, .slider[disabled] {
  opacity: .25;
  cursor: not-allowed
}
.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}
.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.sticky-container {
  position: relative
}
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%
}
.sticky.is-stuck.is-at-top {
  top: 0
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll
}
html.is-reveal-open body {
  overflow: hidden
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.8);
  overflow-y: scroll
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto
}
[data-whatinput='mouse'] .reveal {
  outline: 0
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0
  }
}
.reveal .column {
  min-width: 0
}
.reveal > :last-child {
  margin-bottom: 0
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem
  }
}
.reveal.collapse {
  padding: 0
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}
.reveal.without-overlay {
  position: fixed
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: .875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer
}
input + .switch-paddle {
  margin: 0
}
.switch-paddle::after {
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: ''
}
input:checked ~ .switch-paddle {
  background: #0073af
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0
}
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.switch-active {
  left: 8%;
  display: none
}
input:checked + label > .switch-active {
  display: block
}
.switch-inactive {
  right: 15%
}
input:checked + label > .switch-inactive {
  display: none
}
.switch.tiny {
  height: 1.5rem
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem
}
.switch.tiny .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem
}
.switch.small {
  height: 1.75rem
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem
}
.switch.small .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1.25rem;
  height: 1.25rem
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem
}
.switch.large {
  height: 2.5rem
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem
}
.switch.large .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 2rem;
  height: 2rem
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0
}
thead, tbody, tfoot {
  border: 0;
  background-color: #fff
}
caption {
  padding: .375rem .625rem .625rem;
  font-weight: 500
}
thead {
  background: #006262;
  color: #fff
}
tfoot {
  background: #f2f2f2;
  color: #414141
}
thead tr, tfoot tr {
  background: transparent
}
thead th, thead td, tfoot th, tfoot td {
  padding: .375rem .625rem .625rem;
  font-weight: 500;
  text-align: left
}
tbody th, tbody td {
  padding: .375rem .625rem .625rem
}
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgba(0, 98, 98, 0.1)
}
table.unstriped tbody {
  background-color: #fff
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 0;
  background-color: #fff
}
@media screen and (max-width: 56.1875em) {
  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: #005858
}
table.hover tfoot tr:hover {
  background-color: #ededed
}
table.hover tbody tr:hover {
  background-color: #fafafa
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed
}
.table-scroll {
  overflow-x: auto
}
.table-scroll table {
  width: auto
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.5);
  list-style-type: none
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.tabs::after {
  clear: both
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto
}
.tabs.simple > li > a {
  padding: 0
}
.tabs.simple > li > a:hover {
  background: transparent
}
.tabs.primary {
  background: #0073af
}
.tabs.primary > li > a {
  color: #fff
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #007ec0
}
.tabs-title {
  float: left
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #414141
}
.tabs-title > a:hover {
  background: #fff;
  color: #383838
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #fff;
  color: #414141
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #414141;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0
}
.tabs-panel {
  display: none;
  padding: 2.5rem 1.25rem 1.25rem
}
.tabs-panel.is-active {
  display: block
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 0
}
a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none
}
.title-bar {
  padding: .5rem;
  background: #0a0a0a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem
}
.title-bar-left, .title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}
.title-bar-right {
  text-align: right
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 500;
  cursor: help
}
.tooltip {
  position: absolute;
  top: calc(100% + .6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: .75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fff
}
.tooltip::before {
  position: absolute
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto
}
.tooltip.align-left::before {
  left: 10%;
  right: auto
}
.tooltip.align-right::before {
  left: auto;
  right: 10%
}
.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.top-bar, .top-bar ul {
  background-color: #e6e6e6
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0
}
.top-bar input.button {
  width: auto
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
@media screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto
  }
}
@media screen and (max-width: 56.1875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-primary_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .top-bar.stacked-for-primary_nav .top-bar-left, .top-bar.stacked-for-primary_nav .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0
}
.top-bar-left, .top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.hide {
  display: none !important
}
.invisible {
  visibility: hidden
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important
  }
}
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important
  }
}
@media screen and (min-width: 40em) and (max-width: 56.1875em) {
  .hide-for-medium-only {
    display: none !important
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 56.25em) {
  .show-for-medium-only {
    display: none !important
  }
}
@media screen and (min-width: 56.25em) {
  .hide-for-primary_nav {
    display: none !important
  }
}
@media screen and (max-width: 56.1875em) {
  .show-for-primary_nav {
    display: none !important
  }
}
@media screen and (min-width: 56.25em) and (max-width: 63.9375em) {
  .hide-for-primary_nav-only {
    display: none !important
  }
}
@media screen and (max-width: 56.1875em), screen and (min-width: 64em) {
  .show-for-primary_nav-only {
    display: none !important
  }
}
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}
.show-for-landscape, .hide-for-portrait {
  display: block !important
}
@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important
}
@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.clearfix::after {
  clear: both
}
.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch
}
.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .primary_nav-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .primary_nav-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .primary_nav-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .primary_nav-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .primary_nav-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
@media screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
@media screen and (min-width: 56.25em) {
  .primary_nav-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .primary_nav-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .primary_nav-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
  .primary_nav-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .primary_nav-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .primary_nav-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .primary_nav-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .primary_nav-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
@media screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
} /*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo */
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.fp-slide {
  float: left
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.fp-slidesContainer {
  float: left;
  position: relative
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff
}
.fp-scrollable {
  overflow: hidden;
  position: relative
}
.fp-scroller {
  overflow: hidden
}
.iScrollIndicator {
  border: 0 !important
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.right {
  right: 17px
}
#fp-nav.left {
  left: 17px
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important
}
.fp-slidesNav.bottom {
  bottom: 17px
}
.fp-slidesNav.top {
  top: 17px
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative
}
.fp-slidesNav ul li {
  display: inline-block
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important
} 
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */ 
.flickity-enabled {
  position: relative
}
.flickity-enabled:focus {
  outline: none
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333
}
.flickity-button:hover {
  background: white;
  cursor: pointer
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
  box-shadow: 0 0 0 5px #19F
}
.flickity-button:active {
  opacity: 0.6
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none
}
.flickity-button-icon {
  fill: currentColor
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.flickity-prev-next-button.previous {
  left: 10px
}
.flickity-prev-next-button.next {
  right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}
.flickity-rtl .flickity-page-dots {
  direction: rtl
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #b3b3b3;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer
}
.flickity-page-dots .dot.is-selected {
  opacity: 1
}


.icon_label {
  display: inline-block;
  vertical-align: middle
}
.skiplink:active, .skiplink:focus {
  background: #f06e0f;
  color: #fff;
  padding: 1rem 2rem;
  position: absolute !important;
  z-index: 150
}
.bg--blue {
  background: #0073af
}
.bg--deep_blue {
  background: #01507a
}
.bg--sky_blue {
  background: #00a0d7
}
.bg--deep_skyblue {
  background: #0078a1
}
.bg--light_grey {
  background: #ededed
}
.bg--grey {
  background: #717171
}
.bg--deep_grey {
  background: #575757
}
.bg--dark_grey {
  background: #414141
}
.bg--green {
  background: #73a500
}
.bg--deep_green {
  background: #567c00
}
.bg--duckegg {
  background: #008c8c
}
.bg--deep_duckegg {
  background: #006262
}
.bg--orange {
  background: #f06e0f;
  color: #fff
}
.bg--deep_orange {
  background: #d85618
}
.bg--yellow {
  background: #fab914
}
.bg--deep_yellow {
  background: #54c8e8
}
.bg--purple {
  background: #502387
}
.bg--deep_purple {
  background: #301551
}
.bg--pink {
  background: #b40087
}
.bg--deep_pink {
  background: #870065
}
.bg--forestgreen {
  background: #0f6737
}
.bg--deep_forestgreen {
  background: #00421e
}
.bg--burgundy {
  background: #ae123d
}
.bg--deep_burgundy {
  background: #780524
}
.bg--red {
  background: #ff1515
}
.bg--transparent {
  background-color: transparent
}
.bg--white {
  background: #fff
}
.bg--yellow a {
  color: #414141
}
.button {
  text-decoration: none
}
@media screen and (min-width: 40em) {
  .button {
    font-size: 1.125rem
  }
}
.button--block {
  display: block;
  width: 100%
}
.button--transparent {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0
}
.button--transparent:focus, .button--transparent:hover {
  background-color: transparent;
  color: inherit
}
.button--toggle-timeline {
  background-color: #d0d0d0
}
.button--toggle-timeline:focus, .button--toggle-timeline:hover {
  background-color: #717171;
  color: #fff
}
.button--scroll {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #414141;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.button--scroll:focus, .button--scroll:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #414141;
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0)
}
.button--scroll_label {
  display: none;
  /*font-family: "nsiface";*/
  font-size: 1rem;
  font-weight: 300
}
.button--scroll span.icon {
	font-size: 1.5rem;
	display: inline-block;
	margin-top: 0.625rem;
	color: #fff;
}

@media screen and (min-width: 64em) {
  .button--scroll_label {
    font-size: 1rem
  }
.button--scroll span.icon {
	display: inline-block;
	margin-top: 2rem;
	font-size: 1.5rem;
	color: #fff;
}
}
.button--scroll_icon {
  height: 40px;
  width: 40px
}
.button--download, .button--email, .button--play-inline, .button[target="_blank"] {
  padding-left: 2.5rem;
  position: relative;
  text-align: left
}
.button--download:before, .button--email:before, .button--play-inline:before, .button[target="_blank"]:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 1.25rem;
  left: .625rem;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 1.25rem
}
.button--play {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 50%;
  color: #414141;
  margin-bottom: 1rem;
  padding: .625rem;
	width: 80px;
	height: 80px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background-color 0.1s ease, -webkit-transform 0.2s;
  transition: background-color 0.1s ease, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.1s ease;
  transition: transform 0.2s, background-color 0.1s ease, -webkit-transform 0.2s
}
@media screen and (min-width: 64em) {
  .button--play {
    /*padding: 1.25rem;*/
	width: 80px;
	height: 80px;
  }
}
.button--play:focus, .button--play:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #414141;
  -webkit-transform: scale(1.07);
  transform: scale(1.07)
}
.button--play span.icon {
	font-size: 40px;
	margin-top: 10px;
    display: inline-block;
}
.button--play_icon {
  display: block;
  height: 20px;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  width: 20px
}
@media screen and (min-width: 64em) {
  .button--play_icon {
    height: 45px;
    width: 45px
  }
}
.button-group--cta {
  display: block
}
@media screen and (min-width: 64em) {
  .button-group--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.button-cta {
  margin-bottom: 1rem;
  padding: .625rem 0;
  text-align: center
}
@media screen and (min-width: 64em) {
  .button-cta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.button-cta_label {
  font-size: .875rem
}
.button-cta_highlight {
  color: #d85618;
  display: block;
  font-family: "nsiface";
  font-size: 1.5rem;
  line-height: 1.1
}
.button--white {
  background-color: #fff
}
.button--yellow {
  background-color: #fab914
}
.button--dark_grey {
  background-color: #414141;
  color: #fff
}
.button--large {
  border: 0;
  display: block;
  font-size: 1rem;
  padding-bottom: .875rem;
  padding-top: 1rem;
  text-align: left;
  width: 100%
}
.button--icon {
  padding-left: 2.5rem;
  position: relative;
  text-align: left
}
.button--icon[target="_blank"]::before, .button--icon::before {
  content: none
}
.button_icon {
  display: block;
  height: 2rem;
  left: .3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem
}
.close-button {
  background-color: #fab914;
  border-radius: 50%;
  color: #000;
  height: 2rem;
  right: 1rem;
  top: 1rem;
  width: 2rem
}
@media screen and (min-width: 64em) {
  .close-button {
    height: 4rem;
    width: 4rem
  }
}
.close-button *, .close-button .icon {
  display: inline-block;
  vertical-align: top
}
.close-button .icon {
  fill: #f06e0f;
  height: 2rem;
  width: 2rem
}
@media screen and (min-width: 64em) {
  .close-button .icon {
    height: 4rem;
    width: 4rem
  }
}
.close-button--timeline {
  background-color: rgba(250, 185, 20, 0.8);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease
}
.close-button--timeline:hover, .close-button--timeline:focus {
  background-color: #fab914
}
@media screen and (min-width: 64em) {
  .close-button--timeline {
    right: 2rem;
    top: 2rem
  }
}
.button-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem
}
.article .button-group {
  margin-top: 2rem
}
@media screen and (min-width: 40em) {
  .button-group .button {
    font-size: 1.125rem
  }
}
.button-group--center {
  display: block
}
@media screen and (min-width: 40em) {
  .button-group--center {
    text-align: center
  }
}
.button-group--center .button {
  width: 100%
}
@media screen and (min-width: 40em) {
  .button-group--center .button {
    width: auto
  }
}
.palette_item {
  margin-bottom: 1rem;
  margin-top: 1rem
}
.palette_swatch {
  height: 50px
}
.palette_label {
  background-color: #efefef;
  padding: 0.5rem
}
.palette_label__name, .palette_label__hex {
  display: block
}
.palette_label__name {
  border-bottom: 1px dashed rgba(68, 68, 68, 0.2);
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase
}
.cta-group {
  display: block;
  margin-bottom: 1.25rem
}
@media screen and (min-width: 64em) {
  .cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2.5rem
  }
}
@media screen and (min-width: 75em) {
  .cta-group {
    padding: 0 5rem
  }
}
.cta-group_item {
  padding: 0 1.25rem
}
@media screen and (min-width: 64em) {
  .cta-group_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.cta-group_item .icon {
  fill: #f06e0f;
  height: 50px;
  width: 50px
}
.cta-group_item .icon + .cta-group_heading {
  margin: .9375rem 0 0
}
.cta {
  color: #f06e0f;
  font-size: 2.25rem;
  text-decoration: none
}
.cta:focus, .cta:hover {
  color: #d85618
}
.contact-form .cell {
  margin-bottom: 1.25rem
}
.input-group-field--yellow {
  background-color: #ededed;
  border-color: #fab914
}
.featured-list {
  margin: 2.5rem 0 0
}
.featured-list li {
  counter-increment: list;
  list-style-type: none;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  position: relative
}
.featured-list li:last-child {
  margin-bottom: 0
}
.featured-list li:before {
  color: #d85618;
  content: counter(list) ".";
  display: block;
  font-family: "nsiface";
  font-size: 1.5rem;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 24px;
  width: 42px
}
@media screen and (min-width: 75em) {
  .featured-list li {
    margin-bottom: 3.75rem
  }
  .featured-list li:last-child {
    margin-bottom: 0
  }
}
@media screen and (min-width: 75em) {
  .featured-list--offset li:nth-child(even) {
    margin-left: 7.5rem
  }
}
@media screen and (min-width: 75em) {
  .featured-list--highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (min-width: 75em) {
  .featured-list--highlight li {
    padding-left: 2.625rem;
    width: 50%
  }
  .featured-list--highlight li:before {
    font-size: 2.625rem
  }
}
.featured-list_heading {
  color: #d85618;
  font-size: 1.5rem
}
.list-bold {
  font-family: "nsiface";
  font-size: 1.125rem
}
.faq-list {
  line-height: 1.5
}
@media screen and (min-width: 90em) {
  .faq-list {
    font-size: 1.5rem
  }
}
.faq-list_question, .faq-list_answer {
  padding-left: 2.875rem;
  padding-top: .25rem;
  position: relative
}
@media screen and (min-width: 90em) {
  .faq-list_question, .faq-list_answer {
    padding-top: 0
  }
}
.faq-list_question::before, .faq-list_answer::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "frutiger";
  font-style: normal;
  font-weight: 500;
  height: 2.0625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.0625rem
}
.faq-list_question {
  font-family: "nsiface";
  font-weight: normal;
  margin-bottom: 1rem
}
.faq-list_question::before {
  content: 'Q'
}
.faq-list_answer {
  font-style: italic
}
.faq-list_answer::before {
  content: 'A'
}
.faq-list_answer_author {
  font-family: "nsiface";
  font-style: normal;
  margin-top: 1rem
}
.media-download {
  color: #414141;
  display: block;
  margin-bottom: 1.875rem;
  position: relative;
  text-decoration: none
}
.media-download_embed {
  margin-bottom: 0
}
.media-download_caption {
  background-color: #fff;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem
}
@media screen and (min-width: 40em) {
  .no-touchevents .media-download_caption {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1
  }
}
.media-download_controls {
  text-align: center
}
.media-download_controls .button {
  margin-bottom: 1.875rem
}
@media screen and (min-width: 40em) {
  .no-touchevents .media-download_controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}
@media screen and (min-width: 40em) {
  .no-touchevents .media-download_controls, .no-touchevents .media-download_caption {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
  }
  .no-touchevents .media-download:focus, .no-touchevents .media-download:hover {
    color: inherit
  }
  .no-touchevents .media-download:focus .media-download_controls, .no-touchevents .media-download:focus .media-download_caption, .no-touchevents .media-download:hover .media-download_controls, .no-touchevents .media-download:hover .media-download_caption {
    opacity: 1
  }
}
.article .media-object h2, .article .media-object .h2, .article .media-object h3, .article .media-object .h3, .article .media-object h4, .article .media-object .h4 {
  margin-top: 0
}
.media-object:first-of-type {
  margin-top: 2.5rem
}
.media-object-section .thumbnail {
  display: block;
  margin: 0 auto;
  width: 90px
}
.media-object-section img {
  width: 100%
}
.media-object-group--stacked {
  text-align: center
}
@media screen and (min-width: 40em) {
  .media-object-group--stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
.media-object-group--stacked .media-object {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.5rem 0
}
@media screen and (min-width: 40em) {
  .media-object-group--stacked .media-object {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
@media screen and (min-width: 64em) {
  .media-object-group--stacked .media-object {
    width: calc(33.33333% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
.media-object-group--stacked .thumbnail {
  margin-bottom: 1.25rem
}
.article .responsive-embed {
  margin: 2.5rem 0
}
.responsive-embed_image {
  bottom: 0;
  left: 0;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.quote {
  padding: 1.25rem;
  position: relative;
  z-index: 1
}
@media screen and (min-width: 40em) {
  .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (min-width: 90em) {
  .quote {
    padding: 2.5rem
  }
}
.quote_media, .quote_content {
  position: relative
}
@media screen and (min-width: 40em) {
  .quote_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.25rem
  }
}
@media screen and (min-width: 90em) {
  .quote_content {
    padding: 0 1.25rem 0 3.125rem
  }
}
.quote_media_image {
  border-radius: 50%;
  display: block;
  height: 4.0625rem;
  margin: 0 auto;
  width: 4.0625rem
}
@media screen and (min-width: 90em) {
  .quote_media_image {
    height: 8.125rem;
    width: 8.125rem
  }
}
.quote_body, .quote_cite {
  color: #414141;
  font-style: normal
}
.quote_body {
  border-left: 0;
  font-family: "nsiface";
  font-size: 1.25rem;
  line-height: 1.1;
  margin: .5rem 0 1.5rem;
  padding: 1.5rem 0 0;
  position: relative
}
@media screen and (min-width: 75em) {
  .quote_body {
    font-size: 1.625rem
  }
}
@media screen and (min-width: 90em) {
  .quote_body {
    font-size: 2rem
  }
}
.quote_body::before {
  color: #f06e0f;
  content: '\201C';
  display: block;
  font-size: 4rem;
  font-weight: 500;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0
}
.quote_cite {
  margin-bottom: 1rem
}
@media screen and (min-width: 75em) {
  .quote_cite {
    margin-bottom: 1.5rem
  }
}
.quote_cite::before {
  content: none
}
.quote_cite_name, .quote_cite_desc {
  display: block;
  font-size: .875rem
}
.quote_cite_name {
  font-family: "nsiface"
}
@media screen and (min-width: 75em) {
  .quote_cite_name {
    font-size: 1.3125rem
  }
}
.statistic {
  margin: 2.1875rem auto;
  max-width: 250px;
  position: relative
}
@media screen and (min-width: 64em) {
  .statistic {
    margin: 1.875rem auto
  }
}
.statistic--inline {
  margin-left: 0;
  margin-right: 0;
  max-width: none
}
.statistic--inline .statistic_inner {
  text-align: left
}
.statistic--inline .statistic_text {
  text-align: left;
  padding: 0
}
.statistic--chart {
  max-width: 130px
}
.statistic_inner {
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s
}
.statistic_chart + .statistic_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 130px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.statistic_chart + .statistic_inner .statistic_value:after {
  content: '%';
  position: relative;
  top: 0
}
.js .is-inactive + .statistic_inner {
  opacity: 0
}
.statistic_chart {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.2s;
  transition: opacity 0.1s ease 0.2s
}
.statistic_chart.is-inactive {
  opacity: 0
}
.statistic_text {
  font-size: 1rem;
  line-height: 1.3;
  padding: .625rem 0;
  text-align: center
}
.statistic--bold .statistic_text {
  padding: .625rem 1.25rem
}
.statistic_value {
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
  padding: .25rem 0 .125rem
}
.statistic--bold .statistic_value {
  font-family: "nsiface";
  font-size: 2.625rem;
  padding: .375rem 0 0
}
[data-stat-animate] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.6s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s
}
[data-stat-animate].statistic-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0)
}
.statistic--blue .statistic_value {
  color: #0073af
}
.statistic--blue .chart-doughnut_outer {
  stroke: #0073af
}
.statistic--deep_blue .statistic_value {
  color: #01507a
}
.statistic--deep_blue .chart-doughnut_outer {
  stroke: #01507a
}
.statistic--sky_blue .statistic_value {
  color: #00a0d7
}
.statistic--sky_blue .chart-doughnut_outer {
  stroke: #00a0d7
}
.statistic--deep_skyblue .statistic_value {
  color: #0078a1
}
.statistic--deep_skyblue .chart-doughnut_outer {
  stroke: #0078a1
}
.statistic--light_grey .statistic_value {
  color: #ededed
}
.statistic--light_grey .chart-doughnut_outer {
  stroke: #ededed
}
.statistic--grey .statistic_value {
  color: #717171
}
.statistic--grey .chart-doughnut_outer {
  stroke: #717171
}
.statistic--deep_grey .statistic_value {
  color: #575757
}
.statistic--deep_grey .chart-doughnut_outer {
  stroke: #575757
}
.statistic--dark_grey .statistic_value {
  color: #414141
}
.statistic--dark_grey .chart-doughnut_outer {
  stroke: #414141
}
.statistic--green .statistic_value {
  color: #73a500
}
.statistic--green .chart-doughnut_outer {
  stroke: #73a500
}
.statistic--deep_green .statistic_value {
  color: #567c00
}
.statistic--deep_green .chart-doughnut_outer {
  stroke: #567c00
}
.statistic--duckegg .statistic_value {
  color: #008c8c
}
.statistic--duckegg .chart-doughnut_outer {
  stroke: #008c8c
}
.statistic--deep_duckegg .statistic_value {
  color: #006262
}
.statistic--deep_duckegg .chart-doughnut_outer {
  stroke: #006262
}
.statistic--orange .statistic_value {
  color: #f06e0f
}
.statistic--orange .chart-doughnut_outer {
  stroke: #f06e0f
}
.statistic--deep_orange .statistic_value {
  color: #d85618
}
.statistic--deep_orange .chart-doughnut_outer {
  stroke: #d85618
}
.statistic--yellow .statistic_value {
  color: #fab914
}
.statistic--yellow .chart-doughnut_outer {
  stroke: #fab914
}
.statistic--deep_yellow .statistic_value {
  color: #54c8e8
}
.statistic--deep_yellow .chart-doughnut_outer {
  stroke: #54c8e8
}
.statistic--purple .statistic_value {
  color: #502387
}
.statistic--purple .chart-doughnut_outer {
  stroke: #502387
}
.statistic--deep_purple .statistic_value {
  color: #301551
}
.statistic--deep_purple .chart-doughnut_outer {
  stroke: #301551
}
.statistic--pink .statistic_value {
  color: #b40087
}
.statistic--pink .chart-doughnut_outer {
  stroke: #b40087
}
.statistic--deep_pink .statistic_value {
  color: #870065
}
.statistic--deep_pink .chart-doughnut_outer {
  stroke: #870065
}
.statistic--forestgreen .statistic_value {
  color: #0f6737
}
.statistic--forestgreen .chart-doughnut_outer {
  stroke: #0f6737
}
.statistic--deep_forestgreen .statistic_value {
  color: #00421e
}
.statistic--deep_forestgreen .chart-doughnut_outer {
  stroke: #00421e
}
.statistic--burgundy .statistic_value {
  color: #ae123d
}
.statistic--burgundy .chart-doughnut_outer {
  stroke: #ae123d
}
.statistic--deep_burgundy .statistic_value {
  color: #780524
}
.statistic--deep_burgundy .chart-doughnut_outer {
  stroke: #780524
}
.statistic--red .statistic_value {
  color: #ff1515
}
.statistic--red .chart-doughnut_outer {
  stroke: #ff1515
}
@media screen and (min-width: 40em) {
  .statistic-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem
  }
  .statistic-group > .statistic {
    width: 50%
  }
}
@media screen and (min-width: 64em) {
  .statistic-group > .statistic {
    width: auto
  }
}
@media screen and (min-width: 40em) {
  .statistic-group--border > .cell {
    border-style: solid;
    border-color: #ededed;
    border-width: 0
  }
  .statistic-group--border > .cell:first-child {
    border-width: 0 1px 1px 0
  }
  .statistic-group--border > .cell:last-child {
    border-width: 1px 0 0 1px;
    margin: -1px 0 0 -1px
  }
}
.chart-doughnut {
  background: #D8D8D8;
  border-radius: 50%;
  height: 130px;
  max-width: 100%;
  width: 130px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.chart-doughnut_outer {
  fill: transparent;
  stroke: #0073af;
  stroke-width: 32;
  -webkit-transition: stroke-dasharray 1.8s ease 0.2s;
  transition: stroke-dasharray 1.8s ease 0.2s
}
.js .is-inactive .chart-doughnut_outer {
  stroke-dasharray: 0 100
}
.chart-doughnut_inner {
  fill: #ededed
}
.bg--white .chart-doughnut_inner, .section--inverse .chart-doughnut_inner {
  fill: white
}
table {
  border-bottom: 1px solid #414141;
  margin: 1.25rem 0
}
tbody th {
  font-family: "nsiface";
  font-weight: 500
}
thead td, thead th, tfoot td, tfoot th {
  font-family: "nsiface";
  font-weight: 500;
  padding: .25rem .625rem .25rem;
  vertical-align: top
}
@media screen and (min-width: 75em) {
  thead td, thead th, tfoot td, tfoot th {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}
thead small, tfoot small {
  display: block;
  font-family: "frutiger";
  font-size: .875rem;
  font-weight: 400
}
tbody td, tbody th {
  padding: .875rem .625rem .875rem
}
@media screen and (min-width: 75em) {
  tbody td, tbody th {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}
.has-tip {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px
}
.has-tip .icon {
  display: block;
  height: 100%;
  width: 100%
}
.table-scroll table {
  margin-top: 0
}
a {
  font-weight: 400;
  word-wrap: break-word
}
blockquote {
  font-style: italic;
  font-weight: 300;
  margin-top: 1.25rem
}
@media screen and (min-width: 64em) {
  blockquote {
    font-size: 1.25rem;
    margin-bottom: 2.5rem
  }
}
address {
  font-style: normal
}
label {
  font-family: "nsiface";
  margin-bottom: .75rem
}
.article h2, .article .h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem
}
.article h2:first-child, .article .h2:first-child {
  margin-top: 0
}
@media screen and (min-width: 75em) {
  .article h2, .article .h2 {
    margin-top: 2.5rem
  }
  .article h2:first-child, .article .h2:first-child {
    margin-top: 0
  }
}
.article h3, .article .h3, .article h4, .article .h4 {
  margin-top: 1.875rem
}
.article h3:first-child, .article .h3:first-child, .article h4:first-child, .article .h4:first-child {
  margin-top: 0
}
.text--white {
  color: #fff
}
.text--blue {
  color: #0073af
}
.text--deep_blue {
  color: #01507a
}
.text--sky_blue {
  color: #00a0d7
}
.text--deep_skyblue {
  color: #0078a1
}
.text--light_grey {
  color: #ededed
}
.text--grey {
  color: #717171
}
.text--deep_grey {
  color: #575757
}
.text--dark_grey {
  color: #414141
}
.text--green {
  color: #73a500
}
.text--deep_green {
  color: #567c00
}
.text--duckegg {
  color: #008c8c
}
.text--deep_duckegg {
  color: #006262
}
.text--orange {
  color: #f06e0f
}
.text--deep_orange {
  color: #d85618
}
.text--yellow {
  color: #fab914
}
.text--deep_yellow {
  color: #54c8e8
}
.text--purple {
  color: #502387
}
.text--deep_purple {
  color: #301551
}
.text--pink {
  color: #b40087
}
.text--deep_pink {
  color: #870065
}
.text--forestgreen {
  color: #0f6737
}
.text--deep_forestgreen {
  color: #00421e
}
.text--burgundy {
  color: #ae123d
}
.text--deep_burgundy {
  color: #780524
}
.text--red {
  color: #ff1515
}
.lead {
  font-weight: 400
}
.lead--large {
  font-size: 1.125rem
}
.heading--xl {
  font-size: 2.125rem;
  font-weight: 500
}
@media screen and (min-width: 75em) {
  .heading--xl {
    font-size: 4.5rem
  }
}
.heading--md {
  font-size: 1.3125rem;
  margin-bottom: 12px
}
@media screen and (min-width: 64em) {
  .heading--md {
    font-size: 2rem;
    margin-bottom: 18px
  }
}
.heading--lg {
  font-size: 1.5rem;
  font-weight: 500
}
@media screen and (min-width: 64em) {
  .heading--lg {
    font-size: 2.5rem
  }
}
@media screen and (min-width: 90em) {
  .heading--lg {
    font-size: 3.25rem
  }
}
.heading--underline {
  border-bottom: 1px solid rgba(65, 65, 65, 0.25)
}
.text--highlight {
  font-family: "nsiface";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1
}
.article-item {
  margin-bottom: 1.25rem;
  position: relative
}
@media screen and (min-width: 64em) {
  .article-item {
    padding-bottom: 2.5rem
  }
}
.article-listing .article-item {
  border-bottom: 1px solid rgba(65, 65, 65, 0.25);
  padding-bottom: 1.25rem
}
@media screen and (min-width: 64em) {
  .article-listing .article-item {
    padding-bottom: 2.5rem
  }
}
.article--related {
  background-color: #fff;
  padding: 1.25rem
}
@media screen and (min-width: 64em) {
  .article--related {
    padding: 2.5rem
  }
}
.article-item_title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: .375rem
}
.article-item_link {
  display: inline-block;
  position: relative;
  z-index: 1
}
.article-item_link--external {
  color: #414141;
  margin-bottom: .625rem;
  padding-left: 1.5625rem;
  position: relative;
  text-decoration: none
}
.article-item_link--external:before {
  background: url("../images/icons/svg/link-external--black.html");
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px
}
@media screen and (min-width: 40em) {
  .article-item_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
@media screen and (min-width: 40em) {
  .article-item_media {
    width: calc(33.33333% - .0625rem);
    margin-right: .03125rem
  }
}
@media print {
  .article-item_media {
    max-width: 400px
  }
}
.article-item_embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden
}
.article-item_embed iframe, .article-item_embed object, .article-item_embed embed, .article-item_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.article-item_content {
  width: 100%
}
.article-item_content a {
  position: relative;
  z-index: 1
}
@media screen and (min-width: 40em) {
  .article-item_media + .article-item_content {
    width: calc(66.66667% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
.article-item_buttongroup {
  padding-top: .625rem
}
.article-item_image {
  bottom: 0;
  display: block;
  left: 0;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.article_date {
  color: #717171;
  display: inline-block;
  margin-bottom: .625rem
}
.article_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: .9375rem
}
.article_category li {
  margin-bottom: .625rem;
  margin-right: .625rem
}
.article_category a {
  background-color: #fff;
  color: #414141;
  border-radius: 3px;
  display: inline-block;
  font-family: "nsiface";
  font-size: .875rem;
  padding: .3125rem 1.25rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease
}
.article--related .article_category a, .bg--white .article_category a {
  background-color: #ededed
}
.article_category a:focus, .article_category a:hover {
  background-color: #d4d4d4
}
.faux-link {
  background: transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  z-index: 0
}
.article_highlight {
  background-color: #fff;
  margin-bottom: 1.875rem;
  padding: 1.875rem
}
@media screen and (min-width: 64em) {
  .article_highlight {
    margin-bottom: 6.25rem;
    padding: 2.5rem 7.5rem
  }
}
.article_highlight__intro {
  font-family: "nsiface"
}
.job-details-card {
  background-color: #fff;
  margin-bottom: 1.5rem
}
.job-details {
  padding: 1.25rem 1.25rem 0
}
@media screen and (min-width: 75em) {
  .job-details {
    padding: 2.5rem 2.5rem 0
  }
}
.job-details_item {
  margin-bottom: 1.25rem
}
.job-details_label, .job-location_label {
  font-family: "nsiface";
  font-size: 1.125rem
}
.job-location_label {
  margin-bottom: .3125rem
}
.job-location_menu {
  margin-bottom: 1.875rem
}
.job-location_menu select {
  font-size: 1.125rem;
  margin-bottom: 0
}
.job-location_label, .job-location_menu {
  padding: 0 1.25rem
}
@media screen and (min-width: 75em) {
  .job-location_label, .job-location_menu {
    padding: 0 2.5rem
  }
}
.job-location_canvas {
  margin-bottom: 0;
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 100%;
  overflow: hidden
}
.job-location_canvas iframe, .job-location_canvas object, .job-location_canvas embed, .job-location_canvas video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media print {
  .job-location_canvas {
    max-width: 400px
  }
}
.job-location_map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.testimonial {
  margin: 1.875rem 0;
  text-align: center
}
.sidebar .testimonial {
  border-top: 1px solid #717171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 1.875rem;
  text-align: left
}
.testimonial--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.25rem;
  position: relative;
  text-align: left
}
@media screen and (min-width: 64em) {
  .testimonial--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.testimonial--horizontal .testimonial_media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.testimonial--horizontal .testimonial_media img {
  margin: 0
}
@media screen and (min-width: 64em) {
  .testimonial--horizontal .testimonial_media {
    left: 20px;
    position: absolute;
    top: 20px;
    width: 20%
  }
  .testimonial--horizontal .testimonial_media img {
    height: 100px;
    width: 100px
  }
}
.testimonial--horizontal .testimonial_content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
@media screen and (min-width: 64em) {
  .testimonial--horizontal .testimonial_content {
    width: 80%
  }
}
.testimonial--horizontal .testimonial_detail {
  padding-top: 1.25rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media screen and (min-width: 64em) {
  .testimonial--horizontal .testimonial_detail {
    margin-top: 100px;
    width: 20%
  }
}
.sidebar .testimonial_media {
  margin: 0
}
.testimonial_media img {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px
}
.sidebar .testimonial_content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%
}
.testimonial_quote {
  color: #414141;
  border-left: 0;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.25rem;
  margin-top: 0;
  padding-left: 0;
  quotes: '"''"''"''"'
}
.testimonial_quote:before {
  content: open-quote
}
.testimonial_quote:after {
  content: close-quote
}
.sidebar .testimonial_detail {
  padding-left: 1.25rem;
  width: calc(100% - 80px)
}
.testimonial_cite {
  color: #f06e0f;
  font-family: "nsiface";
  font-size: 1.125rem;
  font-style: normal
}
.testimonial_cite:before {
  content: none
}
.vacancy-list {
  list-style: none;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  margin-left: 0
}
@media screen and (min-width: 64em) {
  .vacancy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}
.vacancy-list_item {
  border-top: 1px solid #414141
}
.vacancy-list_item:last-child {
  border-bottom: 1px solid #414141
}
@media screen and (min-width: 64em) {
  .vacancy-list_item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
  .vacancy-list_item:nth-last-child(2) {
    border-bottom: 1px solid #414141
  }
}
.vacancy-list_link {
  display: block;
  padding: 1.25rem 0;
  text-decoration: none
}
.vacancy-list_title {
  font-family: "nsiface";
  font-size: 1.125rem;
  text-decoration: underline
}
.vacancy-list_location {
  color: #717171;
  display: block;
  font-family: "frutiger";
  font-size: .875rem;
  font-weight: 400
}
.orbit {
  background-color: #fff;
  padding-bottom: 3.125rem
}
.orbit-controls {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}
.orbit-bullets {
  border-top: 1px solid #ededed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .9375rem 0;
  width: 100%
}
.orbit-previous, .orbit-next {
  cursor: pointer;
  bottom: 0;
  top: auto;
  -webkit-transform: none;
  transform: none
}
.orbit-previous .icon, .orbit-next .icon {
  fill: #717171
}
.orbit-slide_content {
  padding: 1.25rem
}
@media screen and (min-width: 64em) {
  .media-slider {
    padding-bottom: 0
  }
  .media-slider .orbit-controls {
    width: 41.66667%;
    left: auto
  }
}
@media screen and (min-width: 64em) {
  .media-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
@media screen and (min-width: 64em) {
  .media-slide_mediaitem {
    width: 58.33333%
  }
}
.media-slide_content {
  padding: 1.875rem 1.25rem 3.125rem 1.25rem
}
@media screen and (min-width: 64em) {
  .media-slide_content {
    width: 41.66667%
  }
}
.media-slide_embed {
  margin-bottom: 0
}
.carousel_cell {
  position: relative;
  width: 100%
}
.carousel_media {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative
}
@media screen and (min-width: 40em) {
  .carousel_media {
    padding-bottom: 56.25%
  }
}
.carousel_media_image, .carousel_media_video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .carousel_media_image, .carousel_media_video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
  }
}
.carousel_media_video {
  display: none
}
@media screen and (min-width: 64em) {
  .carousel_media_video {
    display: block
  }
}
.carousel_content {
  background-color: #fff;
  padding: 1.5rem .3125rem
}
@media screen and (min-width: 40em) {
  .carousel_content {
    background-color: transparent;
    bottom: 0;
    color: #fff;
    left: 0;
    padding-top: 6.25rem;
    position: absolute;
    right: 0;
    top: 0
  }
}
@media screen and (min-width: 90em) {
  .carousel--featured .carousel_content {
    padding-top: 9.375rem
  }
}
@media screen and (min-width: 64em) {
  .carousel_content_inner {
    padding-left: 3.75rem
  }
}
@media screen and (min-width: 90em) {
  .carousel_content_inner {
    padding-left: 6.25rem
  }
}
@media screen and (min-width: 40em) {
  .carousel_content--slide-in {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
  .is-selected .carousel_content--slide-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.8s;
    transition: opacity 0.5s ease, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.5s ease;
    transition: transform 0.8s, opacity 0.5s ease, -webkit-transform 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
  }
}
@media screen and (min-width: 40em) {
  .carousel_content--dark {
    color: #414141
  }
}
.carousel_subtitle {
  font-size: 1.625rem;
  font-weight: 500
}
@media screen and (min-width: 75em) {
  .carousel_subtitle {
    font-size: 2.5rem
  }
}
@media screen and (min-width: 90em) {
  .carousel_subtitle {
    font-size: 3.25rem;
    margin-bottom: 3.125rem
  }
}
.carousel_button {
  display: block;
  margin-bottom: 0
}
@media screen and (min-width: 40em) {
  .carousel_button {
    display: inline-block
  }
}
.carousel_control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 1rem 0;
  position: absolute;
  right: 0
}
@media screen and (min-width: 90em) {
  .carousel--featured .carousel_control {
    bottom: 3.75rem
  }
}
.carousel_control--left {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  padding-left: .9375rem
}
@media screen and (min-width: 40em) {
  .carousel_control--left {
    padding-left: 6.25rem
  }
}
@media screen and (min-width: 90em) {
  .carousel_control--left {
    padding-left: 13.4375rem
  }
}
.carousel_control_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1
}
.carousel_control_dot {
  background-color: #b3b3b3;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  height: .625rem;
  margin: 0 .375rem;
  width: .625rem
}
.carousel_control_dot.is-selected {
  background-color: #414141
}
@media screen and (min-width: 40em) {
  .carousel--featured .carousel_control_dot {
    background-color: rgba(255, 255, 255, 0.4)
  }
  .carousel--featured .carousel_control_dot.is-selected {
    background-color: #fff
  }
}
.carousel--orange .carousel_control_dot {
  background-color: #d8d8d8
}
.carousel--orange .carousel_control_dot.is-selected {
  background-color: #f06e0f
}
.carousel_control_button {
  color: #414141;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1
}
.carousel_control_button .icon {
  display: none
}
.carousel_control_button .icon--pause {
  display: block
}
.carousel_control_button.is-paused .icon--play {
  display: block
}
.carousel_control_button.is-paused .icon--pause {
  display: none
}
@media screen and (min-width: 40em) {
  .carousel--featured .carousel_control_button {
    color: #fff
  }
}
.carousel--orange .carousel_control_button {
  color: #f06e0f
}
.carousel--featured {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 3rem
}
@media screen and (min-width: 40em) {
  .carousel--featured {
    padding-bottom: 0
  }
}
@media screen and (min-width: 40em) {
  .carousel--featured {
    max-height: calc(100vh - 48px)
  }
}
@media screen and (min-width: 90em) {
  .carousel--featured {
    min-height: 37.5rem
  }
  .carousel--featured .carousel_media_image {
    display: none
  }
}
.carousel--featured .flickity-button {
  display: none
}
@media screen and (min-width: 40em) {
  .carousel--featured .flickity-button {
    display: block
  }
}
.carousel--quote {
  background-color: #fff;
  padding-bottom: 2.5rem
}
.carousel--chat {
  margin: 6.25rem 0 2rem;
  padding-bottom: 2rem
}
@media screen and (min-width: 64em) {
  .carousel--chat {
    margin-top: 3.125rem;
    padding-bottom: 0
  }
}
.carousel--chat::after {
  content: 'flickity';
  display: none
}
@media screen and (min-width: 64em) {
  .carousel--chat::after {
    content: ''
  }
}
.flickity-button {
  background-color: rgba(250, 185, 20, 0.75);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease
}
.flickity-button:focus, .flickity-button:hover {
  background-color: #fab914
}
.flickity-prev-next-button {
  border-radius: 0
}
@media screen and (min-width: 90em) {
  .flickity-prev-next-button {
    height: 4.375rem;
    width: 4.375rem
  }
}
.flickity-prev-next-button.previous {
  left: 0
}
.flickity-prev-next-button.next {
  right: 0
}
.chat_item {
  opacity: 0;
  margin-bottom: 1rem;
  padding-left: 4rem;
  position: relative
}
@media screen and (min-width: 90em) {
  .chat_item {
    margin-bottom: 2rem
  }
}
.chat--animate .chat_item {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 1
}
.chat--animate .chat_item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}
.chat--animate .chat_item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}
.chat--animate .chat_item:nth-child(4) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}
.chat--animate .chat_item:nth-child(5) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}
.chat_item--right {
  padding-left: 0;
  padding-right: 4rem
}
.chat_message {
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 1rem
}
.chat_message--right {
  background-color: #fab914;
  border-radius: 20px 20px 0 20px
}
.chat_image {
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 3.125rem;
  left: 0;
  position: absolute;
  width: 3.125rem
}
.chat_item--right .chat_image {
  left: auto;
  right: 0
}
.contact-group {
  border-bottom: 1px solid rgba(65, 65, 65, 0.25);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem
}
@media screen and (min-width: 64em) {
  .contact-group {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem
  }
}
.contact-card {
  background-color: #fab914;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding: 1.875rem 1.25rem
}
@media screen and (min-width: 40em) {
  .view .contact-card {
    height: calc(100% - 24px)
  }
}
@media screen and (min-width: 75em) {
  .contact-card {
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }
}
.contact-card_header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact-card_media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50%;
  overflow: hidden;
  width: 60px
}
.contact-card_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .625rem 1.875rem 0
}
.contact-card_bio {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: .9375rem;
  width: 100%
}
.contact-card_bio :last-child {
  margin-bottom: 0
}
.cookie-message {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  display: none;
  padding-top: 1rem
}
.cookie-message.is-open {
  display: block
}
.document-download {
  border-top: 1px solid #414141;
  padding-top: 1.875rem;
  margin-top: 1.875rem
}
@media screen and (min-width: 40em) {
  .document-download {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
@media screen and (min-width: 75em) {
  .document-download {
    padding-top: 3.75rem;
    margin-top: 3.75rem
  }
}
.document-download--noborder {
  border: 0;
  margin-top: 0;
  padding-top: 0
}
.document-download_thumbnail img {
  display: block;
  margin: 0 auto
}
@media screen and (min-width: 40em) {
  .document-download_thumbnail {
    width: calc(16.66667% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
.document-download_content {
  padding: 1rem
}
@media screen and (min-width: 40em) {
  .document-download_content {
    width: calc(83.33333% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
.document-download_footer {
  padding: 0 1rem;
  text-align: center
}
@media screen and (min-width: 40em) {
  .document-download_footer {
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
.document-download_link {
  color: #414141;
  font-family: "nsiface"
}
@media screen and (min-width: 64em) {
  .document-download_link {
    font-size: 1.125rem
  }
}
@media screen and (min-width: 40em) {
  .download-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    width: 100%
  }
}
@media screen and (min-width: 40em) {
  .download-group_field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin: 0;
    min-width: 0;
    white-space: nowrap
  }
}
@media screen and (min-width: 40em) {
  .download-group_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: .9375rem;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
  }
  .download-group_button .button {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 1rem;
    height: auto;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap
  }
}
.document-list {
  list-style: none;
  margin: 1.875rem 0 1.875rem 0;
  padding: 0
}
.document-filter + .document-list {
  margin-top: 3px
}
@media screen and (min-width: 64em) {
  .document-list {
    margin-bottom: 3.75rem
  }
  .document-list + .button-group {
    margin-top: -2.5rem
  }
}
.document-list_item {
  margin-bottom: 3px;
  position: relative
}
.document_link {
  background-color: #fff;
  display: block;
  min-height: 70px;
  padding: 1rem 1.25rem 1rem 3.75rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, background-color 0.2s ease;
  transition: border-color 0.2s, background-color 0.2s ease
}
.document_link:focus, .document_link:hover {
  background-color: #ededed;
  text-decoration: none
}
.document_icon {
  color: #414141;
  height: 50px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 50px
}
.document_name, .document_size {
  display: block;
  line-height: 1.1
}
.document_name {
  font-family: "nsiface";
  font-size: 1.125rem;
  text-decoration: underline
}
.document_size {
  color: #414141;
  font-size: .875rem;
  font-weight: 400
}
.document-filter {
  background-color: #fff;
  padding: .625rem .625rem 0
}
@media screen and (min-width: 40em) {
  .document-filter {
    padding: 1.875rem 1.25rem .625rem
  }
}
@media screen and (min-width: 64em) {
  .document-filter {
    padding: 2.5rem 2.5rem 1.875rem
  }
}
@media screen and (min-width: 40em) {
  .document-filter_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
@media screen and (min-width: 40em) {
  .document-filter_control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
@media screen and (min-width: 40em) {
  .document-filter_control--wide {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
  }
}
@media screen and (min-width: 40em) {
  .card {
    height: calc(100% - 1.5rem)
  }
  .sidebar .card {
    height: auto
  }
}
.card--generic .card-image_thumbnail {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem
}
@media screen and (min-width: 75em) {
  .card-section {
    padding: 2.5rem
  }
}
@media screen and (min-width: 40em) {
  .card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .card-section .button-group {
    margin-top: auto
  }
  .card-section > .button {
    -ms-flex-item-align: start;
    align-self: flex-start
  }
  .text-center .card-section > .button {
    -ms-flex-item-align: center;
    align-self: center
  }
}
.card-header {
  padding: 1.25rem
}
.card-header .card-title {
  margin-bottom: 0
}
.card-image {
  overflow: hidden;
  position: relative
}
@media print {
  .card-image {
    max-width: 400px
  }
}
.card-image + .card-section .card-title {
  font-size: 1.3125rem
}
.card-image .button--play {
  left: 50%;
  margin: -45px 0 0 -45px;
  position: absolute;
  top: 50%
}
.card-image_embed {
  padding: 0 0 56.25%;
  position: relative
}
.card-image_embed img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.card-image_thumbnail {
  display: block;
  margin: 0 auto
}
@media screen and (min-width: 75em) {
  .card--value .card-section {
    padding: 1.25rem
  }
}
@media screen and (min-width: 64em) {
  .card--value .card-header {
    min-height: 95px
  }
}
@media screen and (min-width: 64em) {
  .card--horizontal-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media screen and (min-width: 64em) {
  .card--horizontal-layout .card-section {
    padding-top: 1.25rem;
    padding-right: 0;
    width: 50%
  }
}
@media screen and (min-width: 75em) {
  .card--horizontal-layout .card-section {
    padding-top: 2.5rem
  }
}
.card--horizontal-layout .card-image {
  padding: 1.25rem;
  position: relative
}
@media screen and (min-width: 64em) {
  .card--horizontal-layout .card-image {
    width: 50%
  }
  .card--horizontal-layout .card-image:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media screen and (min-width: 75em) {
  .card--horizontal-layout .card-image {
    padding: 2.5rem
  }
}
.card--horizontal-layout .card-image_embed {
  padding: 0
}
.card--horizontal-layout .card-image_embed img {
  bottom: auto;
  left: auto;
  position: static;
  right: auto;
  top: auto;
  width: auto
}
.card--timeline {
  position: relative
}
.card--timeline .card-image_thumbnail {
  padding: 1.875rem 0
}
@media screen and (min-width: 64em) {
  .card--timeline .card-button {
    bottom: 30px;
    margin-top: 10px;
    position: absolute;
    right: 40px
  }
  .card--timeline .card-image_thumbnail {
    margin-right: 0;
    padding-bottom: 3.125rem;
    padding-top: 1.25rem
  }
}
.card--contact .card-button {
  display: block;
  text-align: center
}
.card-subtitle {
  margin-bottom: 0
}
.card-button:last-child {
  margin-bottom: 0
}
@media screen and (min-width: 40em) {
  .card-button {
    display: inline-block;
    text-align: left
  }
}
.bg--yellow .card-button {
  background-color: #fff
}
.bg--yellow .card-button:focus, .bg--yellow .card-button:hover {
  background-color: #54c8e8
}
@media screen and (min-width: 64em) {
  .card-section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media screen and (min-width: 64em) {
  .card-section_cell {
    width: 50%
  }
}
.ft-chart-container {
  max-width: 960px;
  margin: 1.25rem auto
}
@media screen and (min-width: 64em) {
  .ft-chart-container {
    margin-top: 0
  }
}
.ft-chart-container small {
  font-size: .9375rem
}
.ft-chart-embed {
  border-bottom: 1px solid #414141;
  border-top: 1px solid #414141;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden
}
.ft-chart {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.ft-gridline {
  fill: rgba(65, 65, 65, 0.1);
  shape-rendering: crispEdges
}
.ft-quarter {
  fill: transparent;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease
}
.ft-quarter--disabled .ft-quarter {
  fill: rgba(237, 237, 237, 0.6)
}
.ft--interactive .ft-quarter--enabled {
  cursor: pointer
}
.ft--interactive .ft-quarter--enabled:hover:not(.is-active) .ft-quarter {
  fill: rgba(250, 185, 20, 0.05)
}
.ft--interactive .ft-quarter--enabled:hover:not(.is-active) .ft-quarter_header {
  fill: rgba(250, 185, 20, 0.6)
}
.ft-quarter--enabled.is-active .ft-quarter {
  fill: rgba(250, 185, 20, 0.15)
}
.ft-quarter--enabled.is-active .ft-quarter_header {
  fill: #fab914
}
.ft-quarter_header {
  fill: transparent;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  pointer-events: none
}
.ft-quarter_label {
  fill: #414141;
  font-size: 1rem;
  font-family: "nsiface";
  font-weight: 500;
  pointer-events: none
}
.ft-quarter--disabled .ft-quarter_label {
  fill: rgba(65, 65, 65, 0.5)
}
.ft-group-target {
  opacity: 0;
  -webkit-animation: ft_targe_fade_in 1s ease forwards 0.1s;
  animation: ft_targe_fade_in 1s ease forwards 0.1s
}
@-webkit-keyframes ft_targe_fade_in {
  to {
    opacity: 1
  }
}
@keyframes ft_targe_fade_in {
  to {
    opacity: 1
  }
}
.ft-target-range {
  fill: rgba(0, 140, 140, 0.1)
}
.ft-target-line {
  fill: transparent;
  shape-rendering: crispEdges;
  stroke: #006263;
  stroke-dasharray: 2 4;
  stroke-linecap: square;
  stroke-width: 1px
}
.ft-target-label {
  fill: #008c8c
}
.ft-target-label_text {
  fill: #fff;
  font-size: .875rem;
  font-family: "nsiface";
  font-weight: 500
}
.ft-datapoint {
  fill: #008c8c
}
.ft-datapoint-outer {
  fill: white;
  stroke: #414141;
  stroke-width: 2px
}
.ft-datapoint_label {
  fill: #006263;
  font-size: 1rem;
  font-family: "nsiface";
  font-weight: 500
}
.ft-group-datapoint {
  -webkit-animation: ft_datapoint_animate_in 0.5s linear forwards;
  animation: ft_datapoint_animate_in 0.5s linear forwards;
  opacity: 0
}
.ft-group-datapoint:nth-of-type(1) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
.ft-group-datapoint:nth-of-type(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}
.ft-group-datapoint:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.ft-group-datapoint:nth-of-type(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
@-webkit-keyframes ft_datapoint_animate_in {
  to {
    opacity: 1
  }
}
@keyframes ft_datapoint_animate_in {
  to {
    opacity: 1
  }
}
.ft-dataline {
  fill: none;
  stroke: #414141;
  stroke-width: 2px;
  -webkit-transition: stroke-dashoffset 1s linear .6s;
  transition: stroke-dashoffset 1s linear .6s
}
.ft-dataline--in {
  stroke-dashoffset: 0
}
@-webkit-keyframes ft_dataline_animate_in {
  to {
    stroke-dashoffset: 0
  }
}
@keyframes ft_dataline_animate_in {
  to {
    stroke-dashoffset: 0
  }
}
.ft-content {
  max-width: 640px;
  margin: 0 auto
}
.ft-content_quarter {
  display: none
}
.ft-content_quarter.is-visible {
  display: block
}

.contact-menu-module {
  border-top: 1px solid #ededed;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem
}
@media screen and (min-width: 40em) {
  .contact-menu-module {
    border: 0;
    padding: 0
  }
}
.menu--footer {
  margin-bottom: 1.875rem
}
.menu--footer a {
  font-size: .875rem;
  padding: 1rem 0;
  text-decoration: underline
}
@media screen and (min-width: 64em) {
  .menu--footer a {
    font-size: 1rem
  }
}
.menu--footer a:focus, .menu--footer a:hover {
  text-decoration: underline
}
.menu--footer-horizontal {
  border-top: 1px solid #ededed;
  margin-bottom: .625rem;
  margin-bottom: 0
}
.menu--footer-horizontal li {
  width: 50%
}
@media screen and (min-width: 40em) {
  .menu--footer-horizontal li {
    position: relative;
    width: auto
  }
  .menu--footer-horizontal li:after {
    border-right: 1px solid #414141;
    content: '';
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%
  }
  .menu--footer-horizontal li:first-child a {
    padding-left: 0
  }
  .menu--footer-horizontal li:last-child:after {
    content: none
  }
}
.menu--footer-horizontal a {
  padding-left: 0;
  padding-right: 0
}
@media screen and (min-width: 40em) {
  .menu--footer-horizontal a {
    padding-left: .625rem;
    padding-right: .625rem
  }
}
.menu--contact {
  padding-top: 1rem
}
.menu--contact a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  margin-bottom: .625rem;
  padding: 0
}
.menu--contact a:focus, .menu--contact a:hover {
  text-decoration: underline
}
@media screen and (min-width: 64em) {
  .menu--contact a {
    font-size: 1rem
  }
}
.footer .menu--contact a {
  background-color: #ededed
}
.no-flexbox .menu--contact_icon, .no-flexbox .menu--contact_label {
  display: inline-block;
  vertical-align: top
}
.menu--contact_icon {
  background-color: #0073af;
  fill: #fff;
  height: 44px;
  width: 44px
}
.menu--contact_label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  padding-left: .625rem;
  padding-right: .625rem
}
@media screen and (min-width: 90em) {
  .grid-container {
    max-width: 87.5rem
  }
}
.grid-container--narrow {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
@media screen and (min-width: 64em) {
  .grid-container--narrow {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem
  }
}
@media screen and (min-width: 90em) {
  .grid-container--narrow {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem
  }
}
/*.main-content {
  padding-top: 3.4375rem
}*/
.main-content > .timeline-container {
  margin-top: -3.4375rem
}
.main-content:focus {
  outline: 0
}
.hero + .main-content {
  padding-top: 0
}
@media screen and (min-width: 40em) {
/*  .main-content {
    padding-top: 4.6875rem
  }*/
  .main-content > .timeline-container {
    margin-top: -4.6875rem
  }
}
@media screen and (min-width: 56.25em) {
/*  .main-content {
    padding-top: 7.1875rem
  }*/
  .main-content > .timeline-container {
    margin-top: -7.1875rem
  }
}
.cell_content {
  margin-bottom: 2.1875rem
}
.cell_content:empty {
  margin-bottom: 0
}
.cell_content p:last-child {
  margin-bottom: 0
}
.cell_content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 35px)
}
.cell_content--flex .button-group {
  margin-top: auto
}
.section {
  padding-bottom: 30px;
  padding-top: 30px
}
@media screen and (min-width: 64em) {
  .section {
    padding-bottom: 60px;
    padding-top: 60px
  }
  .section.is-stuck {
    padding-bottom: .625rem;
    padding-top: .625rem
  }
}
@media screen and (min-width: 90em) {
  .section {
    padding-bottom: 90px;
    padding-top: 90px
  }
}
.section:not(.promo):not(.bg--white) + .section--inverse {
  padding-top: 0
}
.section:not(.section--inverse):not(.bg--white) + .section--statistic-group {
  padding-top: 0
}
@media screen and (min-width: 64em) {
  .section--short {
    padding-bottom: 40px;
    padding-top: 40px
  }
}
@media screen and (min-width: 90em) {
  .section--short {
    padding-bottom: 40px;
    padding-top: 40px
  }
}
.section--inverse > .grid-container {
  background: #fff;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem
}
@media screen and (min-width: 64em) {
  .section--inverse > .grid-container {
    padding: 2.5rem
  }
}
@media screen and (min-width: 100em) {
  .section--inverse > .grid-container {
    max-width: 98.125rem;
    padding: 3.75rem 6.25rem
  }
}
.section--inverse + .section:not(.bg--white) {
  padding-top: 0
}
@media screen and (min-width: 75em) {
  .section--inverse.section--short {
    padding-bottom: 60px;
    padding-top: 60px
  }
}
.section--cover {
  background-size: cover;
  background-position: center
}
.site-header {
  position: absolute;
  width: 100%;
  z-index: 100
}
@media screen and (min-width: 100em) {
  .site-header > .grid-container {
    max-width: 98.125rem
  }
}
.site-header_inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media screen and (min-width: 40em) {
  .site-header_inner {
    height: 75px
  }
}
@media screen and (min-width: 56.25em) {
  .site-header_inner {
    height: auto
  }
}
.site-header_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #414141;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px
}
.site-header_button:focus, .site-header_button:hover {
  color: #f06e0f
}
.site-logo, .site-logo_image {
  display: block
}
.site-logo {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1
}
.site-logo_link {
  display: block
}
.site-logo_image {
  display: block;
  height: 44px;
  margin-bottom: 11px;
  width: 44px
}
@media screen and (min-width: 40em) {
  .site-logo_image {
    height: 60px;
    margin-bottom: 15px;
    width: 60px
  }
}
@media screen and (min-width: 56.25em) {
  .site-logo_image {
    height: 90px;
    margin-bottom: 0;
    width: 90px
  }
}
.search-toggle {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media screen and (min-width: 56.25em) {
  .search-toggle {
    right: 10px
  }
}
@media screen and (min-width: 56.25em) {
  .home-toggle {
    left: 10px
  }
}
@media screen and (min-width: 56.25em) {
  .home-toggle, .search-toggle {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1
  }
}
.hero {
  overflow: hidden
}
.hero_content {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative
}
.hero--media .hero_content {
  padding-bottom: 0;
  padding-top: 0
}
.hero_media {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%
}
@media screen and (min-width: 40em) {
  .hero_media {
    height: 400px
  }
}
@media screen and (min-width: 64em) {
  .hero_media {
    height: 550px
  }
}
.hero_media__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  width: 100%
}
.no-objectfit .hero_media__image {
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}
.hero_header {
  margin: 0 -.625rem;
  position: relative
}
@media screen and (min-width: 40em) {
  .hero_header {
    margin: 0 -1.25rem
  }
}
@media screen and (min-width: 64em) {
  .hero_header {
    margin: 0;
    padding-top: 90px
  }
  .hero_media + .hero_header {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}
.hero_header .button--play {
  bottom: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}
@media screen and (min-width: 64em) {
  .hero_header .button--play {
    bottom: auto;
    margin-top: 45px;
    top: 50%
  }
}
@-webkit-keyframes heroAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(550px);
    transform: translateY(550px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes heroAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(550px);
    transform: translateY(550px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.hero_header__inner {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  border-top: 6px solid #f06e0f;
  color: #414141;
  padding: 2.5rem 2.5rem;
  text-align: center;
  -webkit-backface-visibility: hidden
}
@media screen and (min-width: 40em) {
  .hero_header__inner {
    padding: 1.875rem
  }
}
@media screen and (min-width: 64em) {
  .hero_header__inner {
    -webkit-animation-name: heroAnimation;
    animation-name: heroAnimation;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-bottom: 0;
    opacity: 0;
    text-align: left
  }
}
.hero_header__inner :last-child {
  margin-bottom: 0
}
.hero_title {
  line-height: 1;
  margin-bottom: 1.25rem
}
.hero_footer {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  right: 0
}
@media screen and (min-width: 64em) {
  .hero_footer {
    display: block
  }
}
.hero--white .hero_footer {
  color: #fff
}
.interstitial {
  padding: 0
}
.interstitial_header {
  background-color: #ededed;
  overflow: hidden;
  min-height: 90px;
  padding: .625rem;
  text-align: center
}
@media screen and (min-width: 40em) {
  .interstitial_header {
    min-height: 100px;
    padding: 1.25rem;
    text-align: left
  }
}
.interstitial_logo {
  display: block;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 0;
  width: 80px
}
@media screen and (min-width: 40em) {
  .interstitial_logo {
    position: absolute
  }
}
.interstitial_content {
  padding: 1rem
}
.hero_intro {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-top: 30px
}
@media screen and (min-width: 64em) {
  .hero_intro {
    padding-bottom: 40px;
    padding-top: 40px
  }
}
.hero_intro .button {
  display: block;
  margin-top: 1.25rem;
  max-width: 100%;
  width: 100%
}
@media screen and (min-width: 30em) {
  .hero_intro .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto
  }
}
.hero_intro .button-group {
  margin-bottom: 0;
  margin-top: auto
}
@media screen and (min-width: 64em) {
  .hero_intro .button-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
@media screen and (min-width: 64em) {
  .hero_intro .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem)
  }
  .hero_intro .cell:only-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    text-align: center
  }
  .hero_intro .cell:only-child .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media screen and (min-width: 64em) {
  .hero_intro .cell_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0
  }
}
.navigation-primary {
  background-color: #fff
}
.js .navigation-primary {
  display: none
}
@media screen and (min-width: 56.25em) {
  .navigation-primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 112px;
    padding-bottom: 20px;
    position: relative
  }
  .js .navigation-primary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
.navigation-toggle {
  -ms-flex-item-align: center;
  align-self: center
}
@media screen and (min-width: 56.25em) {
  .navigation-toggle {
    display: none
  }
}
.menu a {
  color: #414141
}
@media screen and (min-width: 56.25em) {
  .menu--primary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    width: 100%
  }
  .menu--primary > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }
  .menu--primary > li:nth-child(3) {
    margin-right: 5%
  }
  .menu--primary > li:nth-child(4) {
    margin-left: 5%
  }
}
.menu--primary a {
  font-family: "nsiface";
  font-weight: 500;
  padding-bottom: 1rem;
  padding-top: 1rem
}
.menu--primary a:focus, .menu--primary a:hover {
  color: #f06e0f
}
.menu--primary .submenu {
  background-color: #414141;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-top: 0
}
@media screen and (min-width: 56.25em) {
  .menu--primary .submenu {
    background-color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (min-width: 40em) {
  .menu--primary .submenu li {
    width: 50%
  }
}
@media screen and (min-width: 56.25em) {
  .menu--primary .submenu li {
    width: auto
  }
}
@media screen and (min-width: 75em) {
  .menu--primary .submenu li {
    margin-left: 10px;
    margin-right: 40px
  }
}
.menu--primary .submenu li:last-child a:after {
  content: none
}
.menu--primary .submenu a {
  color: #fff;
  font-family: "frutiger";
  font-size: .875rem;
  font-weight: 400;
  position: relative;
  text-align: left
}
@media screen and (min-width: 56.25em) {
  .menu--primary .submenu a {
    color: inherit
  }
}
.menu--primary .submenu a:focus, .menu--primary .submenu a:hover {
  color: #f06e0f
}
.menu--primary .submenu a:after {
  border-bottom: 1px solid #fff;
  bottom: -1px;
  content: '';
  display: block;
  left: 1rem;
  position: absolute;
  right: 1rem
}
@media screen and (min-width: 56.25em) {
  .menu--primary .submenu a:after {
    content: none
  }
}
@media screen and (min-width: 56.25em) {
  .dropdown.menu a {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }
}
@media screen and (min-width: 56.25em) {
  .is-dropdown-submenu-parent {
    position: static
  }
}
@media screen and (min-width: 56.25em) {
  .is-dropdown-submenu {
    margin-top: 26px;
    padding-bottom: 15px;
    padding-top: 0;
    width: 100%
  }
  .is-dropdown-submenu > li {
    width: auto
  }
  .is-dropdown-submenu.js-dropdown-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media screen and (min-width: 56.25em) {
  [data-responsive-menu] ul {
    display: none
  }
}
.is-accordion-submenu-parent > a {
  position: relative
}
.is-accordion-submenu-parent > a:after {
  background-image: url(../images/icons/svg/arrow-down.html);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 20px
}
.is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (min-width: 64em) {
  .biographies {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .biographies .tabs {
    background-color: transparent;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .biographies .tabs-title {
    border: 0;
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left
  }
  .biographies .tabs-title > a:hover, .biographies .tabs-title > a:focus, .biographies .tabs-title > a[aria-selected='true'] {
    background-color: #ededed;
    color: inherit;
    outline: 0
  }
  .biographies .tabs-title > a:hover .person_name, .biographies .tabs-title > a:focus .person_name, .biographies .tabs-title > a[aria-selected='true'] .person_name {
    color: #006262
  }
  .biographies .tabs-title > a:hover .person_card__media, .biographies .tabs-title > a:focus .person_card__media, .biographies .tabs-title > a[aria-selected='true'] .person_card__media {
    border-color: #006262
  }
  .biographies .tabs-title > a:hover .person_thumbnail, .biographies .tabs-title > a:focus .person_thumbnail, .biographies .tabs-title > a[aria-selected='true'] .person_thumbnail {
    opacity: 0.3
  }
  .biographies .tabs-title .person_link {
    padding: 1.25rem 1.25rem 0 0
  }
  .biographies .tabs-content {
    background-color: transparent;
    border-color: rgba(113, 113, 113, 0.25);
    border-width: 0 0 0 2px;
    width: calc(33.33333% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
  .biographies .tabs-panel {
    background-color: #ededed;
    padding: 0 1.25rem
  }
}
.biographies_placeholder {
  display: none
}
@media screen and (min-width: 64em) {
  .biographies_placeholder {
    bottom: 0;
    display: block;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: calc(33.33333% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}
.person_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (min-width: 64em) {
  .person_card {
    display: block;
    margin-bottom: 1.25rem
  }
}
.person_card__media {
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 60px
}
@media screen and (min-width: 64em) {
  .person_card__media {
    width: 80px
  }
}
.person_card__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: .625rem;
  padding-right: 1.25rem
}
@media screen and (min-width: 64em) {
  .person_card__detail {
    padding-left: 0;
    padding-top: .625rem
  }
}
.person_thumbnail {
  border-radius: 50%;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}
.person_link {
  background-color: #ededed;
  color: #414141;
  text-decoration: none
}
.person_link[aria-expanded=true] {
  background-color: #fff
}
@media screen and (min-width: 64em) {
  .person_link[aria-expanded=true] {
    background-color: transparent
  }
}
.person_name {
  margin-bottom: .3125rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}
@media screen and (min-width: 64em) {
  .person_name {
    font-size: 1.3125rem
  }
}
.person_bio__detail .person_name {
  color: #006262
}
.person_role {
  font-family: "frutiger";
  font-size: .875rem;
  margin-bottom: 0
}
.person_bio__detail .person_role {
  margin-bottom: 1rem
}
@media screen and (min-width: 64em) {
  .person_bio {
    padding: 0 1.25rem
  }
}
@media screen and (min-width: 64em) {
  .person_bio__detail {
    padding-top: 1.25rem
  }
}
.person_bio__media {
  border: 3px solid #006262;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-block;
  max-width: 180px
}
.person_group {
  margin-top: 1.25rem
}
.person_group, .person_group .person_card {
  margin-bottom: 1.25rem
}
@media screen and (min-width: 40em) {
  .person_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .person_group .person_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
  }
  .person_group .person_card__detail {
    margin-left: .9375rem
  }
}
@media screen and (min-width: 64em) {
  .person_group {
    margin-top: 0
  }
}
.person_meta {
  list-style: none;
  margin: .5rem 0
}
.person_meta__link {
  color: #414141
}
.pagination {
  font-weight: 400;
  line-height: 1;
  margin: 1.875rem 0;
  text-align: center
}
@media screen and (min-width: 75em) {
  .pagination {
    margin: 4.375rem 0
  }
}
.pagination a {
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s ease;
  transition: background-color 0.3s, color 0.3s ease
}
.pagination a:focus, .pagination a:hover {
  color: #54c8e8
}
.pagination .current {
  display: inline-block
}
.pagination-previous, .pagination-next {
  background-color: #fab914;
  border-radius: 50%;
  display: block;
  height: 32px;
  width: 32px
}
.pagination-previous a, .pagination-next a {
  padding: 0
}
.pagination-previous a:focus, .pagination-previous a:hover, .pagination-next a:focus, .pagination-next a:hover {
  background-color: #54c8e8;
  color: #fff
}
.pagination-previous .icon, .pagination-next .icon {
  padding: 4px
}
.promo {
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative
}
@media screen and (min-width: 40em) {
  .promo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.promo .button {
  display: block
}
@media screen and (min-width: 30em) {
  .promo .button {
    display: inline-block
  }
}
.promo_media {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh
}
.promo_media.is-fixed {
  position: fixed
}
@media screen and (min-width: 40em) {
  .promo_media.is-fixed ~ .promo_video_button {
    position: fixed
  }
}
.promo_media.is-bottom {
  bottom: 0;
  position: absolute;
  top: auto
}
@media screen and (min-width: 40em) {
  .promo_media.is-bottom ~ .promo_video_button {
    bottom: 50vh;
    position: absolute;
    top: auto
  }
}
@media print {
  .promo_media {
    display: none
  }
}
.promo_media__image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-40-to-100;
  animation-name: fade-40-to-100;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
@-webkit-keyframes fade-40-to-100 {
  0% {
    opacity: .4
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-40-to-100 {
  0% {
    opacity: .4
  }
  100% {
    opacity: 1
  }
}
.no-objectfit .promo_media__image {
  min-width: 100%;
  width: auto
}
.promo_video_button {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 80px
}
.promo_video_button .button {
  margin: auto
}
@media screen and (min-width: 40em) {
  .promo_video_button {
    left: auto;
    right: 25%;
    margin: -50px -50px 0 0;
    position: absolute;
    top: 50vh
  }
}
@media print {
  .promo_video_button {
    display: none
  }
}
.promo_container {
  width: 100%
}
@media screen and (min-width: 40em) {
  .promo_container {
    height: auto;
    padding-top: 0
  }
}
.promo_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh
}
.promo_item:first-child {
  margin-top: 230px
}
@media screen and (min-width: 64em) {
  .promo_item:first-child {
    margin-top: 0
  }
}
@media print {
  .promo_item {
    margin: 0;
    min-height: 0
  }
  .promo_item:first-child {
    margin-top: 0
  }
}
.promo_content {
  background-color: #fff;
  margin: 1.875rem 0;
  padding: 1.25rem;
  position: relative;
  width: 100%
}
.promo_content ul, .promo_content ol {
  margin-bottom: 1.25rem
}
@media screen and (min-width: 64em) {
  .promo_content ul, .promo_content ol {
    margin-bottom: 2.5rem
  }
}
.promo_content ol {
  margin-left: 2rem
}
.promo_content li {
  margin-bottom: 1rem
}
@media screen and (min-width: 64em) {
  .promo_content {
    padding: 2.5rem
  }
}
@media screen and (min-width: 75em) {
  .promo_content {
    padding: 5rem 7.5rem
  }
}
.product-timeline-container {
  margin: 1.25rem;
  max-width: 31.25rem;
  position: relative
}
.product-timeline-container:after {
  background-color: #f06e0f;
  bottom: 54px;
  content: '';
  display: block;
  left: 50px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: -1
}
@media screen and (min-width: 40em) {
  .product-timeline-container:after {
    left: 50%
  }
}
@media screen and (min-width: 64em) {
  .product-timeline-container:after {
    bottom: 74px
  }
}
@media screen and (min-width: 40em) {
  .product-timeline-container {
    margin: 20px auto;
    max-width: 56.25rem
  }
}
.product-timeline {
  list-style: none;
  margin: 0;
  padding: 1.875rem 0;
  position: relative
}
.product-timeline:before, .product-timeline:after {
  background-color: #f06e0f;
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  left: 50px;
  position: absolute;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
  top: 0;
  width: 14px;
  z-index: 1
}
@media screen and (min-width: 40em) {
  .product-timeline:before, .product-timeline:after {
    left: 50%
  }
}
.product-timeline:after {
  bottom: 0;
  top: auto
}
@-webkit-keyframes product-timeline-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes product-timeline-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.button--toggle-timeline {
  display: block;
  margin: 1.25rem auto
}
@media screen and (min-width: 64em) {
  .button--toggle-timeline {
    margin-top: 2.5rem
  }
}
.button--toggle-timeline-less {
  display: none
}
.product-timeline_item {
  margin: 0 0 2.8125rem 0;
  padding-left: 5rem;
  position: relative
}
.product-timeline_item:nth-child(n+4) {
  display: none
}
@media screen and (min-width: 40em) {
  .product-timeline_item {
    margin-bottom: 100px;
    width: 50%
  }
  .product-timeline_item:nth-child(odd) {
    left: -50px;
    margin-left: 50%
  }
  .product-timeline_item:nth-child(even) {
    padding-left: 3.125rem;
    padding-right: 1.875rem
  }
  .product-timeline_item:nth-child(even):before, .product-timeline_item:nth-child(even):after {
    left: auto;
    right: -14px
  }
  .product-timeline_item:nth-child(even):after {
    right: -10px
  }
  .product-timeline_item:nth-child(even) .product-timeline_date {
    left: auto;
    right: -50px
  }
}
.product-timeline_item:before, .product-timeline_item:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  left: 50px;
  position: absolute;
  -webkit-transform: translate3d(-6px, -50%, 0);
  transform: translate3d(-6px, -50%, 0);
  top: 50%;
  width: 14px;
  z-index: 1
}
.product-timeline_item:before {
  background-color: #f06e0f
}
.product-timeline_item:after {
  background-color: #000;
  border: 2px solid #fff;
  height: 10px;
  -webkit-transform: translate3d(-4px, -50%, 0);
  transform: translate3d(-4px, -50%, 0);
  width: 10px;
  z-index: 1
}
.product-timeline_item--media {
  margin-bottom: 9.375rem
}
.product-timeline.is-expanded .product-timeline_item:nth-child(n+4) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: product-timeline-fade-in;
  animation-name: product-timeline-fade-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  opacity: 0
}
.product-timeline.is-expanded + .button--toggle-timeline-more {
  display: none
}
.product-timeline.is-expanded ~ .button--toggle-timeline-less {
  display: block
}
.product-timeline_item:nth-child(1) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.product-timeline_item:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.product-timeline_item:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.product-timeline_item:nth-child(4) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.product-timeline_item:nth-child(5) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.product-timeline_item:nth-child(6) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.product-timeline_item:nth-child(7) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
.product-timeline_item:nth-child(8) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.product-timeline_item:nth-child(9) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
.product-timeline_date {
  font-size: .875rem;
  font-weight: 500;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  top: 50%
}
.product-timeline_entry {
  border-left: 4px solid #fab914;
  font-size: .875rem;
  padding: 0 1.25rem 0 0;
  position: relative
}
.product-timeline_entry:before {
  border: solid transparent;
  border-right-color: #fab914;
  border-width: 8px;
  content: "";
  height: 0;
  margin-top: -8px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0
}
@media screen and (min-width: 40em) {
  .product-timeline_item:nth-child(even) .product-timeline_entry:before {
    border-right-color: transparent;
    border-left-color: #fab914;
    left: 100%;
    right: auto
  }
}
@media screen and (min-width: 40em) {
  .product-timeline_item:nth-child(even) .product-timeline_entry {
    border-left: 0;
    border-right: 4px solid #fab914;
    padding: 0 0 0 1.25rem
  }
}
.product-timeline_entry h3 {
  margin-bottom: .625rem
}
.product-timeline_video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden
}
.product-timeline_video iframe, .product-timeline_video object, .product-timeline_video embed, .product-timeline_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.product-timeline_video .button--play {
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}
.product-timeline_video .button--play_icon {
  height: 45px;
  width: 45px
}
.product-timeline_image {
  margin-bottom: 1rem
}
.product-timeline_image img {
  width: 100%
}
.product-timeline_image + .product-timeline_entry__content, .product-timeline_video + .product-timeline_entry__content {
  left: -4px;
  padding-left: 0;
  padding-top: 1.25rem;
  position: absolute;
  top: 100%
}
.product-timeline_image + .product-timeline_entry__content h3, .product-timeline_video + .product-timeline_entry__content h3 {
  font-size: .875rem
}
.product-timeline_entry__content {
  padding-left: 1.25rem
}
@media screen and (min-width: 40em) {
  .product-timeline_item:nth-child(even) .product-timeline_entry__content {
    left: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}
.product-timeline_entry__content .button:last-child {
  margin-bottom: 0
}
.quicklinks_menu {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
@media screen and (min-width: 40em) {
  .quicklinks_menu {
    margin-top: 0
  }
}
@media screen and (min-width: 64em) {
  .quicklinks_menu {
    border-top: 0
  }
}
@media screen and (min-width: 40em) {
  .quicklinks_menu--report {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.quicklinks_menu__item {
  border-bottom: 1px solid #ededed;
  width: calc(100% - 1.875rem);
  margin-right: .9375rem;
  margin-left: .9375rem
}
.quicklinks_menu__item:first-child {
  border-top: 1px solid #ededed
}
.quicklinks_menu--report .quicklinks_menu__item:first-child {
  border-top-color: #414141
}
@media screen and (min-width: 64em) {
  .quicklinks_menu__item {
    border: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: .9375rem;
    margin-left: .9375rem
  }
  .quicklinks_menu__item:first-child, .quicklinks_menu__item:nth-child(2) {
    border-top: 0
  }
  .quicklinks_menu__item:after {
    border-right: 1px solid rgba(65, 65, 65, 0.33);
    content: '';
    display: block;
    height: 1rem;
    margin-top: -0.5rem;
    position: absolute;
    right: -0.9375rem;
    top: 50%
  }
  .quicklinks_menu__item:last-child:after {
    border-right: 0
  }
  .quicklinks_menu--report .quicklinks_menu__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
  }
}
.quicklinks_menu__link {
  display: block;
  font-family: "nsiface";
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1rem;
  position: relative;
  text-align: center
}
.quicklinks_menu__link[target="_blank"]:before {
  background: url("../images/icons/svg/link-external.html");
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: -24px;
  position: absolute;
  top: 4px;
  width: 20px
}
@media screen and (min-width: 64em) {
  .quicklinks_menu__link {
    padding-bottom: 0;
    padding-top: 0
  }
}
@media screen and (min-width: 90em) {
  .quicklinks_menu__link {
    font-size: 1.5rem
  }
}
.quicklinks_menu--report .quicklinks_menu__link {
  color: #414141;
  text-decoration: none
}
.quicklinks_menu--report .quicklinks_menu__link:focus, .quicklinks_menu--report .quicklinks_menu__link:hover {
  text-decoration: underline
}
@media screen and (min-width: 90em) {
  .quicklinks_menu--report .quicklinks_menu__link {
    font-size: 1.125rem
  }
}
.quicklinks_title {
  margin-bottom: 1.125rem
}
.is-stuck .quicklinks_title {
  display: none
}
@media screen and (min-width: 90em) {
  .quicklinks_title--large {
    font-size: 2.25rem
  }
}
.section + .section--related {
  padding-top: 0
}
@media screen and (min-width: 40em) {
  .report-builder_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
  }
}
.report-builder_field {
  margin-bottom: 1.875rem
}
.report-builder_field:last-child {
  margin-bottom: 1rem
}
@media screen and (min-width: 40em) {
  .report-builder_field {
    margin-bottom: 3.375rem;
    padding: 0 .625rem;
    width: calc(100% / 3)
  }
}
@media screen and (min-width: 75em) {
  .report-builder_field {
    margin-bottom: 3.375rem;
    padding: 0 1rem
  }
}
.report-builder_input:checked + .report-builder_label::before {
  background-color: #414141
}
.report-builder_input + .report-builder_label {
  display: block;
  margin: 0
}
.report-builder_label {
  background-color: #fff;
  border: 0;
  min-height: 100%;
  padding-left: 1rem;
  padding-right: 2.625rem;
  position: relative;
  text-align: left
}
.report-builder_label::before {
  background-color: #fff;
  border: 2px solid #575757;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.375rem;
  margin-top: -.6875rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transition: background-color 0.4 ease;
  transition: background-color 0.4 ease;
  width: 1.375rem
}
.report-builder_label:focus, .report-builder_label:hover {
  background-color: #fff
}
.report-builder_label:focus::before, .report-builder_label:hover::before {
  background-color: rgba(87, 87, 87, 0.6)
}
.report-builder_button, .report-builder_label {
  margin-bottom: 0;
  padding-bottom: .75rem;
  padding-top: .875rem;
  width: 100%
}
.report-builder_link {
  color: #414141
}
.report-header {
  padding: 2.5rem 0
}
@media screen and (min-width: 64em) {
  .report-header {
    padding: 6.25rem 0
  }
}
.report-header_title, .report-header_subtitle {
  margin-bottom: 1rem
}
.report-header_title {
  font-size: 2.125rem;
  font-weight: 500
}
@media screen and (min-width: 90em) {
  .report-header_title {
    font-size: 4rem
  }
}
@media screen and (min-width: 64em) {
  .report-header_subtitle {
    margin-bottom: 2rem
  }
}
@media screen and (min-width: 90em) {
  .report-header_subtitle {
    font-size: 3.25rem;
    margin-bottom: 3.875rem
  }
}
.report-cta-group_title {
  font-size: 1.125rem;
  margin-bottom: 2.5rem
}
@media screen and (min-width: 64em) {
  .report-cta-group_title {
    font-size: 1.5rem
  }
}
@media screen and (min-width: 90em) {
  .report-cta-group_title {
    font-size: 2.25rem
  }
}
@media screen and (min-width: 64em) {
  .report-cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.report-cta {
  margin: 0 auto;
  max-width: 15rem;
  width: 100%
}
@media screen and (min-width: 64em) {
  .report-cta {
    margin: 0 .9375rem
  }
}
.report-cta_label {
  color: #575757;
  font-family: "frutiger";
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem
}
.report-people {
  position: relative
}
.report-people::before {
  background-color: #ededed;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
@media screen and (min-width: 40em) {
  .report-people::before {
    content: none
  }
}
@media screen and (min-width: 64em) {
  .report-people {
    padding-bottom: 3.75rem
  }
}
.report-people_header {
  position: relative
}
@media screen and (min-width: 40em) {
  .report-people_header {
    color: #fff
  }
}
.report-people_cta {
  padding: 1.25rem 0 0;
  position: relative
}
@media screen and (min-width: 64em) {
  .report-people_cta {
    padding: 1rem 0;
    position: static
  }
}
.report-people_cta_button {
  display: block;
  margin-bottom: 0
}
@media screen and (min-width: 64em) {
  .report-people_cta_button {
    display: inline-block
  }
}
.panel {
  margin-bottom: 1.25rem
}
@media screen and (min-width: 64em) {
  .panel {
    margin-bottom: 0
  }
}
@media screen and (min-width: 64em) {
  .panel--offset {
    padding-bottom: 12.5rem
  }
}
.panel--full {
  padding-top: 0
}
@media screen and (min-width: 64em) {
  .panel--full {
    padding-bottom: 6.25rem
  }
}
.panel--top {
  padding-top: 0
}
.panel_media, .panel_content--fullheight {
  height: 100%
}
.panel_content {
  line-height: 1.5;
  overflow-x: hidden;
  padding: 1.5625rem 1.25rem;
  position: relative
}
.panel_content :last-child {
  margin-bottom: 0
}
.panel--offset .panel_content {
  padding-bottom: 0
}
@media screen and (min-width: 64em) {
  .panel_content {
    overflow-x: visible;
    padding: 5rem 3.75rem
  }
  .panel--offset .panel_content {
    padding-bottom: 12.5rem
  }
}
@media screen and (min-width: 90em) {
  .panel_content {
    font-size: 1.5rem;
    padding: 7.5rem 6.25rem
  }
  .panel--offset .panel_content {
    padding-bottom: 18.75rem
  }
}
.panel_media {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}
@media screen and (min-width: 64em) {
  .panel_media {
    padding-bottom: 0
  }
}
.panel_media_image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .panel_media_image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}
@media screen and (min-width: 64em) {
  .panel_media_image {
    position: static
  }
}
.panel_media_control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 1.25rem;
  position: absolute
}
@media screen and (min-width: 64em) {
  .panel_media_control {
    bottom: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }
  .panel_media_control.is-bottom {
    bottom: 20%;
    top: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}
.panel_media_caption {
  color: #fff;
  display: block;
  font-family: "nsiface";
  font-size: 1.125rem;
  line-height: 1.2;
  margin-left: 1rem
}
.panel_module {
  background-color: #fff;
  margin-top: 2rem;
  position: relative
}
@media screen and (min-width: 64em) {
  .panel_module {
    bottom: -3.75rem;
    left: 3.75rem;
    max-width: 43.75rem;
    position: absolute;
    right: 3.75rem
  }
  .panel--overlap .panel_module {
    right: auto;
    width: 100%;
    z-index: 1
  }
}
@media screen and (min-width: 90em) {
  .panel_module {
    bottom: -6.25rem;
    left: 6.25rem;
    right: 6.25rem
  }
  .panel--overlap .panel_module {
    left: 6.25rem;
    right: auto
  }
}
.panel_module::before {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 100px;
  width: 100vw
}
@media screen and (min-width: 64em) {
  .panel_module::before {
    content: none
  }
}
.panel_module--white::before {
  background-color: #ededed
}
.report-stat {
  margin-bottom: 2rem
}
@media screen and (min-width: 40em) {
  .report-stat {
    margin-bottom: 0
  }
}
.report-stat_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 64em) {
  .report-stat_block {
    margin-top: -1rem
  }
}
.report-stat_block_value {
  color: #f06e0f;
  font-family: "nsiface";
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1
}
.report-stat_block_value span {
  font-size: 2.25rem
}
@media screen and (min-width: 75em) {
  .report-stat_block_value span {
    font-size: 3.25rem
  }
}
@media screen and (min-width: 64em) {
  .report-stat_block_value {
    font-size: 5rem;
    width: 60%
  }
}
@media screen and (min-width: 90em) {
  .report-stat_block_value {
    font-size: 7.5rem
  }
}
.report-stat_title {
  font-size: 1.3125rem;
  margin-bottom: 0
}
@media screen and (min-width: 64em) {
  .report-stat_title {
    font-size: 1.5rem
  }
}
.report-stat_subtitle {
  font-size: 1.5rem
}
@media screen and (min-width: 75em) {
  .report-stat_subtitle {
    font-size: 2.25rem
  }
}
.report-stat_block_image {
  width: 6.25rem
}
@media screen and (min-width: 64em) {
  .report-stat_block_image {
    max-width: 12.25rem;
    width: 40%
  }
}
.strategy-list {
  list-style: none;
  margin-left: 0;
  padding: 1.5rem
}
@media screen and (min-width: 64em) {
  .strategy-list {
    padding-top: 5rem
  }
}
@media screen and (min-width: 90em) {
  .strategy-list {
    padding-top: 6.25rem
  }
}
.strategy-list_item {
  margin-bottom: 1.875rem
}
.strategy-list_item:last-child {
  margin-bottom: 0
}
@media screen and (min-width: 64em) {
  .strategy-list_item {
    width: 50%
  }
  .strategy-list_item:nth-child(even) {
    padding-left: 50%;
    width: 100%
  }
}
.strategy-list_link {
  color: #fff;
  display: inline-block;
  font-family: "nsiface";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  padding: .75rem 0 0 3.75rem;
  position: relative;
  text-align: left;
  text-decoration: none
}
.strategy-list_link:focus, .strategy-list_link:hover {
  color: #fff;
  text-decoration: underline
}
.strategy-list_link:focus .strategy-list_icon, .strategy-list_link:hover .strategy-list_icon {
  background-color: rgba(255, 255, 255, 0.9)
}
.strategy-list_link:focus .strategy-list_icon::before, .strategy-list_link:focus .strategy-list_icon::after, .strategy-list_link:hover .strategy-list_icon::before, .strategy-list_link:hover .strategy-list_icon::after {
  background-color: #000
}
@media screen and (min-width: 90em) {
  .strategy-list_link {
    font-size: 1.25rem;
    padding: 1.25rem 0 0 5rem
  }
}
.strategy-list_icon {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 2.75rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 2.75rem
}
@media screen and (min-width: 90em) {
  .strategy-list_icon {
    height: 4rem;
    width: 4rem
  }
}
.strategy-list_icon::before, .strategy-list_icon::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 22px;
  left: 50%;
  margin-top: -11px;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 2px
}
@media screen and (min-width: 90em) {
  .strategy-list_icon::before, .strategy-list_icon::after {
    height: 32px;
    margin-top: -16px
  }
}
.strategy-list_icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media screen and (min-width: 90em) {
  .strategy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
  }
}
.strategy-modal {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem 1rem
}
.strategy_title, .strategy_subtitle {
  margin-bottom: 1rem
}
@media screen and (min-width: 90em) {
  .strategy_title {
    font-size: 2.25rem
  }
}
@media screen and (min-width: 90em) {
  .strategy_subtitle {
    font-size: 1.75rem
  }
}
.strategy_icon {
  display: block;
  height: 3.125rem;
  margin-bottom: 1rem;
  width: 3.125rem
}
@media screen and (min-width: 90em) {
  .strategy_icon {
    height: 4.6875rem;
    width: 4.6875rem
  }
}
.strategy_content {
  background-color: #fff;
  padding: 1.25rem
}
@media screen and (min-width: 64em) {
  .strategy_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.75rem
  }
}
@media screen and (min-width: 90em) {
  .strategy_content {
    padding: 5rem
  }
}
.strategy_detail {
  padding-bottom: .625rem
}
@media screen and (min-width: 64em) {
  .strategy_detail {
    padding-bottom: 1.25rem
  }
}
@media screen and (min-width: 90em) {
  .strategy_detail {
    padding-bottom: 3.125rem
  }
}
.strategy_media {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 100%
}
@media screen and (min-width: 64em) {
  .strategy_media {
    display: block;
    height: 100%
  }
}
.strategy_media--video {
  padding-bottom: 0
}
@media screen and (min-width: 64em) {
  .strategy_media--video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.5rem 0 0
  }
}
.strategy_media--video .responsive-embed {
  width: 100%
}
.strategy_media_image {
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  top: 0
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .strategy_media_image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%
  }
}
@media screen and (min-width: 75em) {
  .strategy_footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.person-profile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem
}
@media screen and (min-width: 75em) {
  .person-profile {
    margin-bottom: 0
  }
}
.person-profile_body {
  padding-left: .625rem
}
@media screen and (min-width: 90em) {
  .person-profile_body {
    padding-left: 1.25rem
  }
}
.person-profile_image {
  border-radius: 50%;
  height: 3.125rem;
  width: 3.125rem
}
@media screen and (min-width: 90em) {
  .person-profile_image {
    height: 4.6875rem;
    width: 4.6875rem
  }
}
.person-profile_name, .person-profile_role {
  line-height: 1.3;
  margin-bottom: 0
}
.person-profile_name {
  font-family: "nsiface";
  font-size: 1.125rem
}
@media screen and (min-width: 75em) {
  .person-profile_name {
    font-size: 1.3125rem
  }
}
.person-profile_role {
  font-size: .875rem
}
.search-module {
  display: none;
  left: 0;
  top: 44px;
  position: absolute;
  right: 0;
  z-index: 1;
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 75rem;
  margin: 0 auto
}
@media screen and (min-width: 40em) {
  .search-module {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}
@media screen and (min-width: 40em) {
  .search-module {
    top: 60px
  }
}
@media screen and (min-width: 56.25em) {
  .search-module {
    top: 90px
  }
}
@media screen and (min-width: 100em) {
  .search-module {
    max-width: 98.125rem
  }
}
.search-module.fade-in, .search-module.fade-out {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s
}
.search-module_inner {
  background: #fff;
  margin-top: 1px;
  padding-top: .625rem
}
@media screen and (min-width: 56.25em) {
  .search-module_inner {
    padding: 1.25rem 1.25rem .625rem 1.25rem
  }
}
.search-results_listing {
  background-color: #fff;
  padding: 0
}
.search-results_listing .article-item {
  border-bottom: 1px solid #ededed;
  padding-bottom: 2.8125rem
}
.search-results_listing .article-item:last-child {
  border-bottom: 0
}
.sidebar {
  position: relative
}
.sidebar .cell:first-child .card:not(.bg--yellow) {
  border-top: 5px solid #f06e0f
}
.share-module {
  border-top: 1px solid #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding-top: 1.25rem
}
@media screen and (min-width: 75em) {
  .share-module {
    margin-top: 2.5rem
  }
}
.share-module_label {
  font-size: 1.125rem;
  font-weight: 400
}
.socialshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding: 0
}
.socialshare_item {
  margin-bottom: .625rem;
  margin-left: .625rem
}
.socialshare_link {
  background-color: #0073af;
  color: #fff;
  display: inline-block
}
.socialshare_link:focus, .socialshare_link:hover {
  background-color: #414141;
  color: #fff
}
.socialshare_link .icon {
  height: 44px;
  width: 44px
}
.section--statistic-group {
  position: relative;
  padding-bottom: 2.5rem
}
@media screen and (min-width: 64em) {
  .section--statistic-group {
    padding-bottom: 5rem
  }
  .section--statistic-group .statistic {
    margin-bottom: 0
  }
}
.section--statistic-group:after {
  border-bottom: 1px solid #414141;
  bottom: 20px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 66%
}
@media screen and (min-width: 64em) {
  .section--statistic-group:after {
    bottom: 40px
  }
}
@media screen and (min-width: 64em) {
  .statistic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
  }
}
@media screen and (min-width: 64em) {
  .statistic-block_chart {
    width: 200px
  }
  .statistic-block_chart .statistic {
    margin-top: 0
  }
}
@media screen and (min-width: 64em) {
  .statistic-block_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.tabs {
  border-top: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.tabs-title {
  border-top: 3px solid transparent;
  float: none;
  font-family: "nsiface";
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}
.tabs-title.is-active {
  border-top-color: #d85618
}
.tabs-title > a {
  color: #414141;
  font-size: 1rem;
  line-height: 1.2;
  height: 100%;
  text-decoration: none
}
.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  color: #414141;
  outline: none
}
@media screen and (min-width: 64em) {
  .tabs-title > a {
    font-size: 1.3125rem
  }
}
@media screen and (min-width: 75em) {
  .tabs-panel {
    padding: 6.25rem 6.25rem 5rem
  }
}
.tabs-panel li {
  margin-bottom: 1rem
}
.timeline-container {
  overflow: hidden
}
.timeline-panel {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 6.25rem 0;
  position: relative
}
.timeline-panel:first-child {
  background-size: cover
}
@media screen and (min-width: 64em) {
  .timeline-panel {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
  }
}
.timeline-panel_grid {
  background-color: rgba(243,251,254,1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 87.5rem;
  position: relative;
  width: 100%;
  z-index: 2
}
.timeline-panel--hero .timeline-panel_grid, .timeline-panel--nested .timeline-panel_grid {
  background-color: transparent
}
.fp-scrollable {
  margin: 0 auto
}
.timeline-panel_content {
  /*width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem*/
	width: calc(83.33333% - 1.25rem);
    margin:0 auto;
}
/*@media screen and (min-width: 48em) {
  .timeline-panel_content {
    width: calc(83.33333% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    margin-right: calc(8.33333% + .625rem)
  }
}*/
@media screen and (min-width: 64em) {
 /* .timeline-panel_content {
    width: calc(66.66667% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    margin-left: calc(16.66667% + .625rem)
  }*/
}
/*@media screen and (min-width: 64em) {
  .timeline-panel--nested .timeline-panel_content {
    width: calc(50% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    margin-left: calc(0% + .625rem)
  }
}
@media screen and (min-width: 75em) {
  .timeline-panel--nested .timeline-panel_content {
    width: calc(41.66667% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
  }
}*/
.timeline-panel_header {
  color: #fff;
  left: 0;
  padding: 1.25rem 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: calc(100% - 1.875rem);
  margin-right: .9375rem;
  margin-left: .9375rem;
	z-index: 2
}
.timeline-panel--dark .timeline-panel_header {
  color: #414141
}
@media screen and (min-width: 64em) {
  .timeline-panel_header {
    top: 10vh
  }
}
.timeline-panel_header__inner {
  background-color: #fff;
  border-top: 6px solid #54c8e8;
  color: #414141;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56.25%;
  /*max-width: 16.25rem;*/
  padding: .9375rem;
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px)
}
@media screen and (min-width: 64em) {
  .timeline-panel_header__inner {
    border-top: 0;
    margin-top: 0;
    background-color: transparent;
    color: #fff;
    -webkit-transform: none;
    transform: none
  }
}
.timeline-panel_video {
  background-color: black;
  background-position: center center;
  background-size: contain;
  bottom: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
@media screen and (min-width: 64em) {
  .timeline-panel_video {
    height: 100%
  }
}
.timeline-panel_video + .timeline-panel_grid {
  background-color: transparent
}
.timeline-panel_bg_image {
  background-position: center center;
  background-size: contain;
  left: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: transform 5s ease-in-out;
  -moz-transition: transform 5s ease-in-out;
  -ms-transition: transform 5s ease-in-out;
  -o-transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
   -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
 /* -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;*/
}

.timeline-panel--nested.animated.active .timeline-panel_bg_image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
	overflow: hidden;
}

@media screen and (min-width: 64em) {
  .timeline-panel_bg_image {
    background-size: cover;
    height: 100%;
	  overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.timeline-panel_control {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center
}
.button--scroll-timeline {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-0-to-100;
  animation-name: fade-0-to-100;
  background-color: #54c8e8;
  border: 0;
  height: 45px;
  margin-bottom: 1.25rem;
  opacity: 0;
  padding: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 45px
}
@-webkit-keyframes fade-0-to-100 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-0-to-100 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.button--scroll-timeline:focus, .button--scroll-timeline:hover {
  background-color: #54c8e8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
@media screen and (min-width: 64em) {
  .button--scroll-timeline {
    height: 80px;
    margin-bottom: 3.125rem;
    width: 80px
  }
}
.button--scroll-timeline .button--scroll_label {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1.875rem;
	color: #fff;
}
@media screen and (min-width: 64em) {
  .button--scroll-timeline .button--scroll_label {
    display: block
  }
}
@media screen and (min-width: 64em) {
  .button--scroll-timeline .button--scroll_icon {
    height: 50px;
    margin-top: 1.875rem;
    width: 50px
  }
}
.fp-scrollable {
  z-index: 1
}
.fp-scroller {
  -webkit-transition-duration: 100ms !important;
  transition-duration: 100ms !important;
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important
}
.timeline-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1
}
@media screen and (min-width: 64em) {
  .timeline-menu {
    position: absolute;
    left: 40px
  }
}
.timeline-menu_item:first-child .timeline-menu_link:before {
  content: none
}
.timeline-menu_link {
  display: block;
  height: 50px;
  position: relative;
  width: 40px
}
.timeline-menu_link:before, .timeline-menu_link:after {
  content: '';
  position: absolute;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2
}
.timeline-menu_link:before {
  background-color: #555;
  bottom: 50%;
  height: 44px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px
}
.timeline-menu_link:after {
  background-color: #fff;
  border: 2px solid #636569;
  border-radius: 50%;
  height: 12px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px
}
.active .timeline-menu_link:before, .visited .timeline-menu_link:before {
  background-color: #54c8e8
}
.active .timeline-menu_link:after, .visited .timeline-menu_link:after {
  background-color: #54c8e8;
  border: 2px solid #54c8e8
}
.timeline-menu_link:hover .timeline-menu_tooltip {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-viewing-our_story .timeline-menu_link:before {
  background: #fff
}
.fp-viewing-our_story .timeline-menu_link:after {
  border-color: #fff
}
.fp-viewing-our_story .active .timeline-menu_link:after {
  border-color: #54c8e8
}
.timeline-menu_tooltip {
  background-color: #fff;
  bottom: 0;
  color: #414141;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: .875rem;
  line-height: 1.1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  padding: 0 2.5rem 0 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease 0.1s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.6s ease 0.1s;
  transition: transform 0.5s ease, opacity 0.6s ease 0.1s, -webkit-transform 0.5s ease;
  white-space: nowrap;
  z-index: 1;
	border-radius: 20px;
}
@media screen and (min-width: 40em) {
  .timeline-menu_tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
/*.timeline-menu_tooltip__thumbnail {
  display: block;
  height: 30px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 30px
}*/
@media print {
  html, body {
    height: auto !important;
    overflow: visible !important
  }
  .timeline-entry_inner {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important
  }
  .timeline-panel_control {
    display: none !important
  }
}
@-webkit-keyframes timelineHeroLine {
  0% {
    height: 0
  }
  100% {
    height: 50px
  }
}
@keyframes timelineHeroLine {
  0% {
    height: 0
  }
  100% {
    height: 50px
  }
}
.timeline-panel:before, .timeline-panel:after {
  background-color: #54c8e8;
  height: 0;
  left: 50%;
  margin-left: -2px;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 2.3s ease 0.3s, opacity 0.3s ease;
  transition: height 2.3s ease 0.3s, opacity 0.3s ease;
  width: 4px;
  z-index: 2
}
.timeline-panel:last-child:after, .timeline-panel:last-child.timeline-panel--nested .fp-scrollable:after { display: none;}
.timeline-panel:last-child { padding-bottom: 0; }

.timeline-panel:before {
  content: ''
}
.timeline-panel.animated:before {
  height: 100%;
  opacity: 1
}
.timeline-panel.animated:last-child:not(.timeline-panel--nested):before {
  height: 50%
}
.timeline-panel.animated:last-child:not(.timeline-panel--nested) .timeline-entry:after {
  content: none
}
.timeline-panel--hero:after {
  -webkit-animation-name: timelineHeroLine;
  animation-name: timelineHeroLine;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: '';
  height: 0;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}
@media screen and (min-width: 64em) {
  .timeline-panel--hero:after {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
	.timeline-panel .videooverlay:before { 
	content:'';
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 0
}
}
.timeline-panel--nested:before, .timeline-panel--nested:after {
  height: 0;
  -webkit-transition: height 0.6s ease 0.3s, opacity 0.3s ease;
  transition: height 0.6s ease 0.3s, opacity 0.3s ease
}
.timeline-panel--nested:after {
  bottom: 0;
  content: '';
  top: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}
.timeline-panel--nested.animated:before, .timeline-panel--nested.animated:after {
  height: 50px;
  opacity: 1
}
@media screen and (min-width: 64em) {
  .timeline-panel--nested.animated:before, .timeline-panel--nested.animated:after {
    height: 10vh
  }
}
.timeline-entry:before, .timeline-entry:after, .timeline-panel_header:before, .timeline-panel_header:after {
  background-color: #54c8e8;
  content: '';
  height: 12px;
  left: 50%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
	border-radius: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.15s ease 0.85s;
  transition: width 0.15s ease 0.85s;
  width: 0
}
.timeline-entry:before, .timeline-panel_header:before {
  top: -10px;
	/*margin-left: 1px;*/
}
.timeline-entry:after, .timeline-panel_header:after {
  bottom: -10px;
	/*margin-left: 1px;*/
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}
.animated .timeline-entry:before, .animated .timeline-entry:after, .animated .timeline-panel_header:before, .animated .timeline-panel_header:after {
  width: 12px
}
.timeline-panel_header:before {
  top: 50px
}
@media screen and (min-width: 64em) {
  .timeline-panel_header:before {
    top: 0
  }
}
.timeline-panel_header:after {
  content: none
}
.timeline-panel--nested .fp-scrollable:after {
  background-color: #54c8e8;
  bottom: 50px;
  content: '';
  height: 12px;
	-moz-border-radius: 100%;
	 -webkit-border-radius: 100%;
	border-radius: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.15s ease 0.85s;
  transition: width 0.15s ease 0.85s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  width: 0
}
@media screen and (min-width: 64em) {
  .timeline-panel--nested .fp-scrollable:after {
    bottom: 10vh
  }
}
.timeline-panel--nested.animated .fp-scrollable:after {
  width: 12px
}
.timeline-entry--nested:before, .timeline-entry--nested:after {
  content: none
}
.timeline-panel .timeline-entry_inner, .timeline-panel--era .timeline-entry_inner, .timeline-panel--nested .timeline-entry_inner {
  opacity: 0
}
.timeline-panel.animated .timeline-entry_inner, .timeline-panel--era.animated .timeline-entry_inner, .timeline-panel--nested.animated .timeline-entry_inner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.timeline-panel--hero .timeline-entry_inner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: custom-1;
  animation-name: custom-1
}
@-webkit-keyframes custom-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes custom-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.timeline-panel.animated .timeline-entry_inner {
  -webkit-animation-name: custom-3;
  animation-name: custom-3;
}
.timeline-entry_inner.wshadow {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
}

@-webkit-keyframes custom-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes custom-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.timeline-panel--era.animated .timeline-entry_inner {
  -webkit-animation-name: custom-5;
  animation-name: custom-5
}
@-webkit-keyframes custom-5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes custom-5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.timeline-carousel {
  background-color: transparent;
  height: 100%;
  padding-bottom: 0
}
.timeline-carousel .orbit-wrapper, .timeline-carousel .orbit-container {
  height: 100% !important
}
.timeline-carousel .orbit-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.timeline-carousel .orbit-controls {
  bottom: auto;
  top: 50%
}
.timeline-carousel .orbit-previous, .timeline-carousel .orbit-next {
  background-color: rgba(250, 185, 20, 0.8);
  bottom: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease
}
.timeline-carousel .orbit-previous:hover, .timeline-carousel .orbit-previous:focus, .timeline-carousel .orbit-next:hover, .timeline-carousel .orbit-next:focus {
  background-color: #fab914
}
.timeline-carousel .orbit-previous .icon, .timeline-carousel .orbit-next .icon {
  fill: #414141
}
.timeline-carousel_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.timeline-carousel_inner {
  display: block;
  margin: 0 auto
}
.timeline-carousel_inner--video {
  max-width: 1200px;
  width: 90%
}
.timeline-carousel_image {
  display: block;
  margin: 0 auto;
  max-height: 80vh
}
.timeline-carousel_caption {
  color: #fff;
  font-weight: 400;
  padding: .5rem 0
}
.timeline-entry {
  padding: .625rem 0;
  position: relative;
  width: 100%
}
@media screen and (min-width: 64em) {
  .timeline-entry {
    padding: 1.25rem 0
  }
}
.timeline-panel--hero .timeline-entry, .timeline-panel--era .timeline-entry {
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.timeline-panel--hero .timeline-entry p.abstract1  { text-align: center; }
/*@media screen and (min-width: 64em) {
  .timeline-panel--hero .timeline-entry, .timeline-panel--era .timeline-entry {
    max-width: 50%;
    margin: 0 auto
  }
}*/
@media screen and (min-width: 75em) {
  .timeline-panel--hero .timeline-entry, .timeline-panel--era .timeline-entry {
    font-size: 1.25rem
  }
}
@media screen and (min-width: 90em) {
  .timeline-panel--hero .timeline-entry .timeline-entry_content, .timeline-panel--era .timeline-entry .timeline-entry_content {
    padding: 1.875rem
  }
}
.timeline-panel--hero .timeline-entry .timeline-entry_inner, .timeline-panel--era .timeline-entry .timeline-entry_inner {
  background-color: transparent
}
.timeline-panel--hero .timeline-entry {
  color: #ffb71b;
	
}
.timeline-panel--hero .timeline-entry_detail h1 { font-size: 3.375rem;}

.timeline-entry--nested {
  /*margin: 12.5rem 0;*/
	margin: 1.875rem 0;
  padding: 0
}
.timeline-entry--nested:first-child {
  margin-top: 70%
}
.timeline-entry--nested:last-child {
  margin-bottom: 1.875rem
}
@media screen and (min-width: 64em) {
  .timeline-entry--nested {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-height: 100vh
  }
  .timeline-entry--nested:first-child {
    margin-top: 0
  }
  .timeline-entry--nested:last-child {
    margin-bottom: 1vh
  }
}
.timeline-entry_inner {
  background-color: #fff
}

.timeline-entry_inner.style2 {
  background-color:#fff;
  color: inherit;
}



@media screen and (min-width: 40em) {
	
  .timeline-entry_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
.timeline-entry_media {
  overflow: hidden
}
@media screen and (min-width: 40em) {
  .timeline-entry_media {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0
  }
}
.timeline-entry--nested .timeline-entry_media {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto;
  max-width: 250px;
  overflow: visible;
  padding: 1.875rem
}
@media screen and (min-width: 40em) {
  .timeline-entry--nested .timeline-entry_media {
    padding: 1.875rem 0 1.875rem 1.875rem
  }
}
.timeline-entry--nested .timeline-entry_media + .timeline-entry_content {
  padding: 1.875rem
}
@media screen and (min-width: 64em) {
.timeline-entry_inner.style2 {
  
	background-color: rgba(0,0,0,0.2);
  color: #fff;
}		
  .timeline-entry--nested .timeline-entry_media + .timeline-entry_content {
    padding: 1.875rem
  }
}
.timeline-entry_media__link {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}
@media screen and (min-width: 40em) {
  .timeline-entry_media__link {
    height: 100%;
    padding-bottom: 0
  }
}
.timeline-entry--nested .timeline-entry_media__link {
  padding-bottom: 100%
}
@media screen and (min-width: 40em) {
  .timeline-entry--nested .timeline-entry_media__link > .timeline-entry_image {
    -o-object-position: top;
    object-position: top;
    position: absolute
  }
}
.timeline-entry_media__link > .timeline-entry_image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
@media screen and (min-width: 40em) {
  .timeline-entry_media__link > .timeline-entry_image {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto
  }
}
.timeline-entry_image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: relative;
  width: 100%
}
.no-objectfit .timeline-entry_image {
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}
.timeline-entry--nested .timeline-entry_image {
  border-radius: 50%
}
.timeline-entry_content {
  padding: 1.875rem 1.5625rem 1.875rem 1.875rem
}
@media screen and (min-width: 40em) {
  .timeline-entry_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
@media screen and (min-width: 90em) {
  .timeline-entry_content {
    padding: 2.5rem 2.5rem
  }
  /*.timeline-entry--nested .timeline-entry_content {
    padding: 5.625rem
  }*/
}
@media screen and (min-width: 40em) {
  .timeline-entry_media + .timeline-entry_content {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0
  }
}
.timeline-entry_detail :last-child {
  margin-bottom: 0
}
.timeline-entry_detail a {
  font-size: .875rem
}
.timeline-entry_title {
  margin-bottom:5px;
  color: #ffb71b;
}
.timeline-entry_date {
  line-height: 1;
  margin-bottom: 1.25rem;
  text-align: center;
  color: #0f2d52;
}
@media screen and (min-width: 64em) {
  .timeline-entry--nested .timeline-entry_date {
    color: #fff
  }
}
@media screen and (min-width: 64em) {
  .timeline-panel--dark .timeline-entry_date {
    color: #414141
  }
}
.timeline-entry_tag {
  line-height: 1;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1daee5;
}
.timeline-entry_tag span {color: #636569; }
/*@media screen and (min-width: 64em) {
  .timeline-entry_tag {
    font-size: 1.125rem
  }
}*/
.icon--timeline {
  background-color: #fab914;
  border-radius: 50%;
  bottom: 10px;
  color: #000;
  height: 2.25rem;
  width: 2.25rem;
  padding: .3125rem;
  position: absolute;
  right: 10px;
  -webkit-transition: background-color 0.3s, color 0.3s ease;
  transition: background-color 0.3s, color 0.3s ease
}
.timeline-entry--nested .icon--timeline {
  bottom: 5%;
  right: 5%
}
@media screen and (min-width: 64em) {
  .icon--timeline {
    bottom: 1.25rem;
    right: 1.25rem
  }
}
.timeline-modal {
  background-color: #000;
  border: 0;
  padding: 1.25rem
}
.timeline-modal_content {
  height: 100%
}
.twitter-feed {
  border-top: 1px solid #414141;
  list-style: none;
  margin-bottom: 1.25rem;
  margin-left: 0;
  padding-left: 0
}
.twitter-feed a {
  color: inherit;
  display: block;
  text-decoration: none
}
.twitter-feed_item {
  border-bottom: 1px solid #414141;
  padding-bottom: .75rem;
  padding-top: .75rem
}
.twitter-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 0
}
@media screen and (min-width: 64em) {
  .twitter-heading {
    margin-top: -20px
  }
}
.twitter-heading_icon {
  height: 50px;
  width: 50px
}
.video-modal {
  background-color: rgba(10, 10, 10, 0.8);
  border: 0;
  padding: 0
}
@media screen and (min-width: 40em) {
  .video-modal {
    width: 90%
  }
}
.video-modal .flex-video {
  margin-bottom: 0
}
.error-page {
  padding: 0;
  position: relative;
  width: 100%
}
.main-content > .error-page {
  margin-top: -3.4375rem
}
@media screen and (min-width: 40em) {
  .main-content > .error-page {
    margin-top: -4.6875rem
  }
}
@media screen and (min-width: 56.25em) {
  .main-content > .error-page {
    margin-top: -7.1875rem
  }
}
.error-page_media {
  height: 0;
  max-height: 100vh;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}
.error-page_media__background, .error-page_media__foreground {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0
}
.error-page_media__background {
  background-image: url(../images/404/404-bg-sky.html)
}
.error-page_media__foreground {
  background-image: url(../images/404/404-bg-man.html);
  z-index: 1
}
.error-page_content {
  background-color: #fff;
  padding: 1.875rem;
  position: relative;
  text-align: center
}
@media screen and (min-width: 40em) {
  .error-page_content {
    background-color: transparent;
    border-bottom: 0;
    left: 0;
    position: absolute;
    top: 50%;
    text-align: left;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 50%
  }
}
@media screen and (min-width: 75em) {
  .error-page_content {
    left: 50%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }
}
.error-page_footer {
  background-color: #fff;
  padding: 1.25rem 0
}
@media screen and (min-width: 40em) {
  .error-page_footer {
    background-color: transparent;
    left: 0;
    padding: 0 1.875rem;
    position: absolute;
    top: 50%;
    text-align: left;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    width: 50%;
    z-index: 1
  }
}
@media screen and (min-width: 75em) {
  .error-page_footer {
    left: 50%;
    -webkit-transform: translate3d(-50%, 125px, 0);
    transform: translate3d(-50%, 125px, 0)
  }
}
@media screen and (min-width: 90em) {
  .error-page_footer {
    -webkit-transform: translate3d(-50%, 175px, 0);
    transform: translate3d(-50%, 175px, 0)
  }
}
.error-page_link {
  color: #414141;
  display: block;
  font-size: 1rem;
  text-align: center;
  width: 100%
}
@media screen and (min-width: 40em) {
  .error-page_link {
    text-align: left
  }
}
@media screen and (min-width: 75em) {
  .error-page_link {
    text-align: center
  }
}
.error-page_header {
  margin-bottom: .625rem
}
@media screen and (min-width: 75em) {
  .error-page_header {
    font-size: 1.5rem
  }
}
.error-page_code {
  color: #231922;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1
}
@media screen and (min-width: 40em) {
  .error-page_code {
    font-size: 6.25rem
  }
}
@media screen and (min-width: 75em) {
  .error-page_code {
    font-size: 12.5rem
  }
}
@media screen and (min-width: 90em) {
  .error-page_code {
    font-size: 18.75rem
  }
}

.timeline-panel .footer { position: relative; z-index: 2;}

