@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.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(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.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);
      -ms-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);
      -ms-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(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.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(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.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);
      -ms-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);
      -ms-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(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.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-ccw-1turn;
          animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-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.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&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: #fefefe;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #D0021B;
  background-color: rgb(249.4, 228.8, 231.3);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #D0021B;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #D0021B;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #D0021B;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #D0021B;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #D0021B;
}

.is-invalid-label {
  color: #D0021B;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #D0021B;
}
.form-error.is-visible {
  display: block;
}

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: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #36454F;
  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.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
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, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, 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 print, 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;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !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;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.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: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.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 print, 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 print, 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-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .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: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .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.3333333333% - 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.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .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.3333333333% - 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.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, 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.3333333333% - 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.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .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 print, 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 print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, 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 print, 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 print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, 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% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.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 {
  height: auto;
  max-height: 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 print, 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 print, 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-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 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-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -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 print, 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-style: -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%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, 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-style: -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%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.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;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.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;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button, .post-password-form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  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-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 25px 77px;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .post-password-form input[type=submit], .post-password-form [data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
.button.tiny, .post-password-form input.tiny[type=submit] {
  font-size: 0.6rem;
}
.button.small, .post-password-form input.small[type=submit] {
  font-size: 0.75rem;
}
.button.large, .post-password-form input.large[type=submit] {
  font-size: 1.25rem;
}
.button.expanded, .post-password-form input.expanded[type=submit] {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .post-password-form input[type=submit], .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #36454F;
  color: #fefefe;
}
.button:hover, .post-password-form input[type=submit]:hover, .button:focus, .post-password-form input[type=submit]:focus {
  background-color: #D6011C;
  color: #fefefe;
}
.button.primary, .post-password-form input.primary[type=submit], .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .post-password-form input.primary[type=submit]:hover, .button.primary:focus, .post-password-form input.primary[type=submit]:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .post-password-form input.secondary[type=submit], .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .post-password-form input.secondary[type=submit]:hover, .button.secondary:focus, .post-password-form input.secondary[type=submit]:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .post-password-form input.success[type=submit], .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .post-password-form input.success[type=submit]:hover, .button.success:focus, .post-password-form input.success[type=submit]:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .post-password-form input.warning[type=submit], .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .post-password-form input.warning[type=submit]:hover, .button.warning:focus, .post-password-form input.warning[type=submit]:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .post-password-form input.alert[type=submit], .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #D0021B;
  color: #fefefe;
}
.button.alert:hover, .post-password-form input.alert[type=submit]:hover, .button.alert:focus, .post-password-form input.alert[type=submit]:focus {
  background-color: rgb(166.4, 1.6, 21.6);
  color: #fefefe;
}
.button.hollow, .post-password-form input.hollow[type=submit], .button.hollow:hover, .button.hollow:focus, .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, .post-password-form input.hollow[type=submit], .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #36454F;
  color: #36454F;
}
.button.hollow:hover, .post-password-form input.hollow[type=submit]:hover, .button.hollow:focus, .post-password-form input.hollow[type=submit]:focus {
  border-color: rgb(27, 34.5, 39.5);
  color: rgb(27, 34.5, 39.5);
}
.button.hollow.primary, .post-password-form input.hollow.primary[type=submit], .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .post-password-form input.hollow.primary[type=submit]:hover, .button.hollow.primary:focus, .post-password-form input.hollow.primary[type=submit]:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .post-password-form input.hollow.secondary[type=submit], .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .post-password-form input.hollow.secondary[type=submit]:hover, .button.hollow.secondary:focus, .post-password-form input.hollow.secondary[type=submit]:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .post-password-form input.hollow.success[type=submit], .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .post-password-form input.hollow.success[type=submit]:hover, .button.hollow.success:focus, .post-password-form input.hollow.success[type=submit]:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .post-password-form input.hollow.warning[type=submit], .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .post-password-form input.hollow.warning[type=submit]:hover, .button.hollow.warning:focus, .post-password-form input.hollow.warning[type=submit]:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .post-password-form input.hollow.alert[type=submit], .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #D0021B;
  color: #D0021B;
}
.button.hollow.alert:hover, .post-password-form input.hollow.alert[type=submit]:hover, .button.hollow.alert:focus, .post-password-form input.hollow.alert[type=submit]:focus {
  border-color: rgb(104, 1, 13.5);
  color: rgb(104, 1, 13.5);
}
.button.clear, .post-password-form input.clear[type=submit], .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .post-password-form input.clear[type=submit], .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #36454F;
}
.button.clear:hover, .post-password-form input.clear[type=submit]:hover, .button.clear:focus, .post-password-form input.clear[type=submit]:focus {
  color: rgb(27, 34.5, 39.5);
}
.button.clear.primary, .post-password-form input.clear.primary[type=submit], .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .post-password-form input.clear.primary[type=submit]:hover, .button.clear.primary:focus, .post-password-form input.clear.primary[type=submit]:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .post-password-form input.clear.secondary[type=submit], .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .post-password-form input.clear.secondary[type=submit]:hover, .button.clear.secondary:focus, .post-password-form input.clear.secondary[type=submit]:focus {
  color: #3b3b3b;
}
.button.clear.success, .post-password-form input.clear.success[type=submit], .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .post-password-form input.clear.success[type=submit]:hover, .button.clear.success:focus, .post-password-form input.clear.success[type=submit]:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .post-password-form input.clear.warning[type=submit], .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .post-password-form input.clear.warning[type=submit]:hover, .button.clear.warning:focus, .post-password-form input.clear.warning[type=submit]:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .post-password-form input.clear.alert[type=submit], .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #D0021B;
}
.button.clear.alert:hover, .post-password-form input.clear.alert[type=submit]:hover, .button.clear.alert:focus, .post-password-form input.clear.alert[type=submit]:focus {
  color: rgb(104, 1, 13.5);
}
.button.disabled, .post-password-form input.disabled[type=submit], .button[disabled], .post-password-form input[disabled][type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, .post-password-form input.dropdown[type=submit]::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 77px;
}
.button.dropdown.hollow::after, .post-password-form input.dropdown.hollow[type=submit]::after, .button.dropdown.clear::after, .post-password-form input.dropdown.clear[type=submit]::after {
  border-top-color: #36454F;
}
.button.dropdown.hollow.primary::after, .post-password-form input.dropdown.hollow.primary[type=submit]::after, .button.dropdown.clear.primary::after, .post-password-form input.dropdown.clear.primary[type=submit]::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .post-password-form input.dropdown.hollow.secondary[type=submit]::after, .button.dropdown.clear.secondary::after, .post-password-form input.dropdown.clear.secondary[type=submit]::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .post-password-form input.dropdown.hollow.success[type=submit]::after, .button.dropdown.clear.success::after, .post-password-form input.dropdown.clear.success[type=submit]::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .post-password-form input.dropdown.hollow.warning[type=submit]::after, .button.dropdown.clear.warning::after, .post-password-form input.dropdown.clear.warning[type=submit]::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .post-password-form input.dropdown.hollow.alert[type=submit]::after, .button.dropdown.clear.alert::after, .post-password-form input.dropdown.clear.alert[type=submit]::after {
  border-top-color: #D0021B;
}
.button.arrow-only::after, .post-password-form input.arrow-only[type=submit]::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.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, .button-group .post-password-form input[type=submit], .post-password-form .button-group input[type=submit] {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-group .button:last-child, .button-group .post-password-form input[type=submit]:last-child, .post-password-form .button-group input[type=submit]:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .post-password-form input[type=submit], .post-password-form .button-group.tiny input[type=submit] {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .post-password-form input[type=submit], .post-password-form .button-group.small input[type=submit] {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .post-password-form input[type=submit], .post-password-form .button-group.large input[type=submit] {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded .post-password-form input[type=submit], .post-password-form .button-group.expanded input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .post-password-form input[type=submit], .post-password-form .button-group.primary input[type=submit], .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .post-password-form input[type=submit]:hover, .post-password-form .button-group.primary input[type=submit]:hover, .button-group.primary .button:focus, .button-group.primary .post-password-form input[type=submit]:focus, .post-password-form .button-group.primary input[type=submit]:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .post-password-form input[type=submit], .post-password-form .button-group.secondary input[type=submit], .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .post-password-form input[type=submit]:hover, .post-password-form .button-group.secondary input[type=submit]:hover, .button-group.secondary .button:focus, .button-group.secondary .post-password-form input[type=submit]:focus, .post-password-form .button-group.secondary input[type=submit]:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.success .button, .button-group.success .post-password-form input[type=submit], .post-password-form .button-group.success input[type=submit], .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .post-password-form input[type=submit]:hover, .post-password-form .button-group.success input[type=submit]:hover, .button-group.success .button:focus, .button-group.success .post-password-form input[type=submit]:focus, .post-password-form .button-group.success input[type=submit]:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .post-password-form input[type=submit], .post-password-form .button-group.warning input[type=submit], .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .post-password-form input[type=submit]:hover, .post-password-form .button-group.warning input[type=submit]:hover, .button-group.warning .button:focus, .button-group.warning .post-password-form input[type=submit]:focus, .post-password-form .button-group.warning input[type=submit]:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .post-password-form input[type=submit], .post-password-form .button-group.alert input[type=submit], .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #D0021B;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .post-password-form input[type=submit]:hover, .post-password-form .button-group.alert input[type=submit]:hover, .button-group.alert .button:focus, .button-group.alert .post-password-form input[type=submit]:focus, .post-password-form .button-group.alert input[type=submit]:focus {
  background-color: rgb(166.4, 1.6, 21.6);
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .post-password-form input[type=submit], .post-password-form .button-group.hollow input[type=submit], .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .post-password-form input[type=submit], .post-password-form .button-group.hollow input[type=submit], .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #36454F;
  color: #36454F;
}
.button-group.hollow .button:hover, .button-group.hollow .post-password-form input[type=submit]:hover, .post-password-form .button-group.hollow input[type=submit]:hover, .button-group.hollow .button:focus, .button-group.hollow .post-password-form input[type=submit]:focus, .post-password-form .button-group.hollow input[type=submit]:focus {
  border-color: rgb(27, 34.5, 39.5);
  color: rgb(27, 34.5, 39.5);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .post-password-form input[type=submit], .post-password-form .button-group.hollow.primary input[type=submit], .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .post-password-form input.primary[type=submit], .post-password-form .button-group.hollow input.primary[type=submit], .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .post-password-form input[type=submit]:hover, .post-password-form .button-group.hollow.primary input[type=submit]:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .post-password-form input[type=submit]:focus, .post-password-form .button-group.hollow.primary input[type=submit]:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .post-password-form input.primary[type=submit]:hover, .post-password-form .button-group.hollow input.primary[type=submit]:hover, .button-group.hollow .button.primary:focus, .button-group.hollow .post-password-form input.primary[type=submit]:focus, .post-password-form .button-group.hollow input.primary[type=submit]:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .post-password-form input[type=submit], .post-password-form .button-group.hollow.secondary input[type=submit], .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .post-password-form input.secondary[type=submit], .post-password-form .button-group.hollow input.secondary[type=submit], .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .post-password-form input[type=submit]:hover, .post-password-form .button-group.hollow.secondary input[type=submit]:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .post-password-form input[type=submit]:focus, .post-password-form .button-group.hollow.secondary input[type=submit]:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .post-password-form input.secondary[type=submit]:hover, .post-password-form .button-group.hollow input.secondary[type=submit]:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow .post-password-form input.secondary[type=submit]:focus, .post-password-form .button-group.hollow input.secondary[type=submit]:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .post-password-form input[type=submit], .post-password-form .button-group.hollow.success input[type=submit], .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .post-password-form input.success[type=submit], .post-password-form .button-group.hollow input.success[type=submit], .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .post-password-form input[type=submit]:hover, .post-password-form .button-group.hollow.success input[type=submit]:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .post-password-form input[type=submit]:focus, .post-password-form .button-group.hollow.success input[type=submit]:focus, .button-group.hollow .button.success:hover, .button-group.hollow .post-password-form input.success[type=submit]:hover, .post-password-form .button-group.hollow input.success[type=submit]:hover, .button-group.hollow .button.success:focus, .button-group.hollow .post-password-form input.success[type=submit]:focus, .post-password-form .button-group.hollow input.success[type=submit]:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .post-password-form input[type=submit], .post-password-form .button-group.hollow.warning input[type=submit], .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .post-password-form input.warning[type=submit], .post-password-form .button-group.hollow input.warning[type=submit], .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .post-password-form input[type=submit]:hover, .post-password-form .button-group.hollow.warning input[type=submit]:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .post-password-form input[type=submit]:focus, .post-password-form .button-group.hollow.warning input[type=submit]:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .post-password-form input.warning[type=submit]:hover, .post-password-form .button-group.hollow input.warning[type=submit]:hover, .button-group.hollow .button.warning:focus, .button-group.hollow .post-password-form input.warning[type=submit]:focus, .post-password-form .button-group.hollow input.warning[type=submit]:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .post-password-form input[type=submit], .post-password-form .button-group.hollow.alert input[type=submit], .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .post-password-form input.alert[type=submit], .post-password-form .button-group.hollow input.alert[type=submit], .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #D0021B;
  color: #D0021B;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .post-password-form input[type=submit]:hover, .post-password-form .button-group.hollow.alert input[type=submit]:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .post-password-form input[type=submit]:focus, .post-password-form .button-group.hollow.alert input[type=submit]:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .post-password-form input.alert[type=submit]:hover, .post-password-form .button-group.hollow input.alert[type=submit]:hover, .button-group.hollow .button.alert:focus, .button-group.hollow .post-password-form input.alert[type=submit]:focus, .post-password-form .button-group.hollow input.alert[type=submit]:focus {
  border-color: rgb(104, 1, 13.5);
  color: rgb(104, 1, 13.5);
}
.button-group.clear .button, .button-group.clear .post-password-form input[type=submit], .post-password-form .button-group.clear input[type=submit], .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .post-password-form input[type=submit], .post-password-form .button-group.clear input[type=submit], .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #36454F;
}
.button-group.clear .button:hover, .button-group.clear .post-password-form input[type=submit]:hover, .post-password-form .button-group.clear input[type=submit]:hover, .button-group.clear .button:focus, .button-group.clear .post-password-form input[type=submit]:focus, .post-password-form .button-group.clear input[type=submit]:focus {
  color: rgb(27, 34.5, 39.5);
}
.button-group.clear.primary .button, .button-group.clear.primary .post-password-form input[type=submit], .post-password-form .button-group.clear.primary input[type=submit], .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .post-password-form input.primary[type=submit], .post-password-form .button-group.clear input.primary[type=submit], .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .post-password-form input[type=submit]:hover, .post-password-form .button-group.clear.primary input[type=submit]:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .post-password-form input[type=submit]:focus, .post-password-form .button-group.clear.primary input[type=submit]:focus, .button-group.clear .button.primary:hover, .button-group.clear .post-password-form input.primary[type=submit]:hover, .post-password-form .button-group.clear input.primary[type=submit]:hover, .button-group.clear .button.primary:focus, .button-group.clear .post-password-form input.primary[type=submit]:focus, .post-password-form .button-group.clear input.primary[type=submit]:focus {
  color: rgb(11.5, 60.5, 93);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .post-password-form input[type=submit], .post-password-form .button-group.clear.secondary input[type=submit], .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .post-password-form input.secondary[type=submit], .post-password-form .button-group.clear input.secondary[type=submit], .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .post-password-form input[type=submit]:hover, .post-password-form .button-group.clear.secondary input[type=submit]:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .post-password-form input[type=submit]:focus, .post-password-form .button-group.clear.secondary input[type=submit]:focus, .button-group.clear .button.secondary:hover, .button-group.clear .post-password-form input.secondary[type=submit]:hover, .post-password-form .button-group.clear input.secondary[type=submit]:hover, .button-group.clear .button.secondary:focus, .button-group.clear .post-password-form input.secondary[type=submit]:focus, .post-password-form .button-group.clear input.secondary[type=submit]:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .post-password-form input[type=submit], .post-password-form .button-group.clear.success input[type=submit], .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .post-password-form input.success[type=submit], .post-password-form .button-group.clear input.success[type=submit], .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .post-password-form input[type=submit]:hover, .post-password-form .button-group.clear.success input[type=submit]:hover, .button-group.clear.success .button:focus, .button-group.clear.success .post-password-form input[type=submit]:focus, .post-password-form .button-group.clear.success input[type=submit]:focus, .button-group.clear .button.success:hover, .button-group.clear .post-password-form input.success[type=submit]:hover, .post-password-form .button-group.clear input.success[type=submit]:hover, .button-group.clear .button.success:focus, .button-group.clear .post-password-form input.success[type=submit]:focus, .post-password-form .button-group.clear input.success[type=submit]:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning .post-password-form input[type=submit], .post-password-form .button-group.clear.warning input[type=submit], .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .post-password-form input.warning[type=submit], .post-password-form .button-group.clear input.warning[type=submit], .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .post-password-form input[type=submit]:hover, .post-password-form .button-group.clear.warning input[type=submit]:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .post-password-form input[type=submit]:focus, .post-password-form .button-group.clear.warning input[type=submit]:focus, .button-group.clear .button.warning:hover, .button-group.clear .post-password-form input.warning[type=submit]:hover, .post-password-form .button-group.clear input.warning[type=submit]:hover, .button-group.clear .button.warning:focus, .button-group.clear .post-password-form input.warning[type=submit]:focus, .post-password-form .button-group.clear input.warning[type=submit]:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .post-password-form input[type=submit], .post-password-form .button-group.clear.alert input[type=submit], .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .post-password-form input.alert[type=submit], .post-password-form .button-group.clear input.alert[type=submit], .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #D0021B;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .post-password-form input[type=submit]:hover, .post-password-form .button-group.clear.alert input[type=submit]:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .post-password-form input[type=submit]:focus, .post-password-form .button-group.clear.alert input[type=submit]:focus, .button-group.clear .button.alert:hover, .button-group.clear .post-password-form input.alert[type=submit]:hover, .post-password-form .button-group.clear input.alert[type=submit]:hover, .button-group.clear .button.alert:focus, .button-group.clear .post-password-form input.alert[type=submit]:focus, .post-password-form .button-group.clear input.alert[type=submit]:focus {
  color: rgb(104, 1, 13.5);
}
.button-group.no-gaps .button, .button-group.no-gaps .post-password-form input[type=submit], .post-password-form .button-group.no-gaps input[type=submit] {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps .post-password-form input[type=submit] + .button, .post-password-form .button-group.no-gaps input[type=submit] + .button, .button-group.no-gaps .post-password-form .button + input[type=submit], .post-password-form .button-group.no-gaps .button + input[type=submit], .button-group.no-gaps .post-password-form input[type=submit] + input[type=submit], .post-password-form .button-group.no-gaps input[type=submit] + input[type=submit] {
  border-left-color: transparent;
}
.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 .post-password-form input[type=submit], .post-password-form .button-group.stacked input[type=submit], .button-group.stacked-for-small .button, .button-group.stacked-for-small .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-medium input[type=submit] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .post-password-form input[type=submit]:last-child, .post-password-form .button-group.stacked input[type=submit]:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .post-password-form input[type=submit]:last-child, .post-password-form .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .post-password-form input[type=submit]:last-child, .post-password-form .button-group.stacked-for-medium input[type=submit]:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked.expanded .post-password-form input[type=submit], .post-password-form .button-group.stacked.expanded input[type=submit], .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-small.expanded input[type=submit], .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-medium.expanded input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-small input[type=submit] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-medium input[type=submit] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-small.expanded input[type=submit] {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .post-password-form input[type=submit], .post-password-form .button-group.stacked-for-medium.expanded input[type=submit] {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  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.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #D0021B;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #D0021B;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.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: 0.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 {
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(19.55, 102.85, 158.1);
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 2rem;
}

.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: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(181.8, 181.8, 181.8);
}
input:focus-visible ~ .switch-paddle::after {
  background: #fefefe;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(19.55, 102.85, 158.1);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-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: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.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: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.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: 0.25rem;
  left: 0.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: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  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: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #D0021B;
  color: #fefefe;
}

.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: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(254.5714285714, 210.4285714286, 215.7857142857);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.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: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  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: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.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: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-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%;
}

.accordion {
  margin-left: 0;
  background: #F7F8F9;
  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: 25px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #4A4A4A;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: false;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.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 print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.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: #fefefe;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.2rem;
  border-radius: 50%;
  background-color: transparent;
}
.orbit-bullets button:hover {
  background-color: #3D4358;
}
.orbit-bullets button.is-active {
  background-color: #3D4358;
}

.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.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  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: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -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: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  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: 0 0 6px 1px rgba(23, 121, 186, 0.5);
          box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu .post-password-form input[type=submit],
.post-password-form .menu input[type=submit] {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.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;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.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: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -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%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.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 {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, 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 {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, 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 {
    top: 0;
    right: 100%;
    left: auto;
  }
  .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: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.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 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 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 {
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
  position: fixed;
}
[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);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
  position: absolute;
}
[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);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
      -ms-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;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
      -ms-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;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
      -ms-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;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
      -ms-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;
      -ms-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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 print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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;
        -ms-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 print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .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;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .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;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: 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.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  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: 0.25rem;
  margin-right: 0.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;
}

.top-bar {
  padding: 0.5rem;
  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;
}
.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, .top-bar .post-password-form input[type=submit], .post-password-form .top-bar input[type=submit] {
  width: auto;
}

.top-bar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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 print, 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 print, screen and (max-width: 63.99875em) {
  .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 print, screen and (max-width: 74.99875em) {
  .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;
}

.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 print, 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 print, 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 print, 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 print, 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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .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 print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.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(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.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);
      -ms-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);
      -ms-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(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.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(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.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);
      -ms-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);
      -ms-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(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.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;
}
@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;
}
@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-ccw-1turn;
          animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-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;
}
@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;
}

html, body {
  overflow-x: hidden;
}

a, .fas, .fab {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.address-break {
  display: none;
}

.red-border-button {
  display: block;
  padding: 20px;
  min-width: 280px;
  max-width: 315px;
  margin: 0 0 1rem 0;
  text-align: center;
  background: #D6011C;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #000;
}
.red-border-button:hover {
  background: #004286;
}

.wp-block-columns .wp-block-column {
  -webkit-box-flex: 100% !important;
      -ms-flex: 100% !important;
          flex: 100% !important;
  margin: 0 !important;
}
.wp-block-columns .wp-block-column .wp-block-buttons {
  height: 100%;
}
@media screen and (min-width: 33.75em) {
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 33.333% !important;
        -ms-flex: 33.333% !important;
            flex: 33.333% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
}
@media screen and (min-width: 48em) {
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 33.333% !important;
        -ms-flex: 33.333% !important;
            flex: 33.333% !important;
  }
}
.wp-block-columns .wp-block-column:not(:only-child) {
  -webkit-box-flex: 100% !important;
      -ms-flex: 100% !important;
          flex: 100% !important;
  margin: 0 !important;
}
@media screen and (min-width: 30em) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    -webkit-box-flex: 33.333% !important;
        -ms-flex: 33.333% !important;
            flex: 33.333% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
}
@media screen and (min-width: 48em) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    -webkit-box-flex: 33.333% !important;
        -ms-flex: 33.333% !important;
            flex: 33.333% !important;
  }
}

.wp-block-buttons .wp-block-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  background-color: #36454F;
  margin: 2px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 260px;
}
@media screen and (min-width: 48em) {
  .wp-block-buttons .wp-block-button {
    margin: 4px !important;
    max-width: 300px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  padding: 10px 8px;
  text-align: center;
  background-color: transparent;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  font-size: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 12px 4px;
  }
}
@media print, screen and (min-width: 64em) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 12px 6px;
  }
}
@media screen and (min-width: 75em) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 14px 8px;
  }
}
.wp-block-buttons .wp-block-button:hover {
  background-color: #D6011C;
}

.button, .post-password-form input[type=submit] {
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  .button, .post-password-form input[type=submit] {
    padding: 15px 20px;
  }
}
.button.reverse, .post-password-form input.reverse[type=submit] {
  background: #fff;
  color: #36454F;
}
.button.reverse:hover, .post-password-form input.reverse[type=submit]:hover {
  background: #D6011C;
  color: #fff;
}
.button.alt, .post-password-form input.alt[type=submit] {
  background: #F7F8F9;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 20px;
  text-align: left;
}
.button.alt .fas, .post-password-form input.alt[type=submit] .fas {
  color: #D6011C;
  display: inline-block;
  margin-right: 10px;
}
.button.alt span, .post-password-form input.alt[type=submit] span {
  display: inline-block;
  line-height: 1.2;
  width: 90%;
  vertical-align: middle;
}
.button.alt:hover .fas, .post-password-form input.alt[type=submit]:hover .fas {
  color: #36454F;
}
.button.lightGray-white, .post-password-form input.lightGray-white[type=submit] {
  background: #8E959D;
  color: #fff;
}
.button.lightGray-white:hover, .post-password-form input.lightGray-white[type=submit]:hover {
  background: #fff;
  color: #8E959D;
}
.button.lightGray-black, .post-password-form input.lightGray-black[type=submit] {
  background: #E9EAEC;
  color: #5F6971;
}
.button.lightGray-black:hover, .post-password-form input.lightGray-black[type=submit]:hover {
  background: #5F6971;
  color: #E9EAEC;
}

.page-title {
  font-size: 3.75rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .page-title {
    margin-bottom: 60px;
  }
}

.orbit-bullets button {
  border: 2px solid #FFFFFF;
}
.orbit-bullets button:hover {
  background: none;
  cursor: pointer;
}
.orbit-bullets button.is-active {
  border: 2px solid transparent;
}
.orbit-bullets button.is-active:hover {
  background: currentColor;
}

.gform_wrapper .validation_error {
  color: #D0021B;
  font-weight: 600;
  margin-bottom: 30px;
}

.gform_wrapper .gform_fields {
  list-style: none;
  margin: 0;
}
.gform_wrapper .gform_fields li.gfield {
  margin-bottom: 20px;
  max-width: 100% !important;
  padding-right: 0;
}
.gform_wrapper .gform_fields li.gfield .gfield_label {
  color: #36454F;
}
.gform_wrapper .gform_fields li.gfield input, .gform_wrapper .gform_fields li.gfield textarea {
  border: 2px solid #9B9B9B;
  margin: 0;
  padding: 20px;
}
.gform_wrapper .gform_fields li.gfield select {
  border: 2px solid #9B9B9B;
  margin: 0;
}
.gform_wrapper .gform_fields .instruction {
  color: #ffae00;
  padding: 10px 0;
}
.gform_wrapper .gform_fields .gfield_description.validation_message {
  color: #D0021B;
  padding: 10px 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media print, screen and (min-width: 40em) {
  .full-width {
    margin-left: calc(24% - 50vw);
    margin-right: calc(76% - 50vw);
    max-width: none;
    width: 100vw;
  }
}

.full-width-container {
  position: relative;
  left: -45vw;
  width: 110vw;
}
.full-width-container img {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .full-width-container {
    left: 0;
    width: auto;
  }
}
.full-width-container .full-width-image {
  position: absolute;
  z-index: 1;
}
.full-width-container .placeholder-image {
  position: relative;
}

.wp-block-image.alignfull {
  margin: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .wp-block-image.alignfull {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: calc(-40px + -50vw + 512px);
    margin-left: calc(-106px + -50vw + 37.5%);
    max-width: 100vw;
  }
  .wp-block-image.alignfull img {
    max-width: 100%;
  }
}

body.page-template.page-template-template-form.page-telemedicine .b-default-content {
  margin-top: 0 !important;
}

body.page-careers #resumator-wrapper {
  display: none;
}

a span.inline-red-button {
  background: #D6011C;
  color: #fff;
  padding: 4px 6px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
a:hover span.inline-red-button {
  background: #3C4A54;
}

body.page-diseases .b-hero, body.page-diagnostics .b-hero,
body.page-procedures .b-hero, body.page-questions-comments .b-hero,
body.page-refer-a-patient .b-hero, body.page-patient-education .b-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#6F7982)), url(../img/interior-header-gray.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0), #6F7982), url(../img/interior-header-gray.jpg);
}

.reveal {
  text-align: center;
  padding: 30px;
}
.reveal .close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #36454F;
  border-radius: 16px;
  height: 32px;
  width: 32px;
}
.reveal .close-button span {
  color: #36454F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  text-align: center;
  line-height: 28px;
  margin: 0;
}
.reveal h6 {
  color: #D6011C;
  font-size: 1.375rem;
  margin: 15px 0;
}

.b-header {
  position: relative;
  z-index: 20;
}
.b-header #logo {
  display: block;
}
.b-header.is-stuck .b-header__nav {
  background: #36454F;
}
.b-header.is-stuck .b-header__nav a:hover {
  color: #D6011C;
}
.b-header__secondary-nav {
  background: #ededed;
  padding: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .b-header__secondary-nav {
    padding: 25px 0;
  }
}
.b-header__secondary-nav .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-header__secondary-nav .grid-x .cell {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .b-header__secondary-nav .grid-x .cell.alt-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .b-header__secondary-nav .grid-x .cell.alt-nav-buttons {
    text-align: right;
  }
  .b-header__secondary-nav .grid-x .cell.alt-nav-buttons a {
    text-align: center;
  }
}
.b-header__secondary-nav a {
  color: #36454F;
  font-size: 1rem;
}
@media screen and (min-width: 75em) {
  .b-header__secondary-nav a {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .b-header__secondary-nav a:not(#logo) {
    border: 1px solid #878786;
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: auto;
    padding: 6px;
  }
  .b-header__secondary-nav a:not(#logo) span {
    display: block;
    font-size: 10px;
  }
  .b-header__secondary-nav a:not(#logo) span.hide-for-large {
    font-weight: 600;
  }
}
.b-header__secondary-nav a.button.red {
  background: #D6011C;
  padding: 10px 4px;
  color: #fff;
  font-size: 0.9375rem;
  margin: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 75em) {
  .b-header__secondary-nav a.button.red {
    font-size: 1rem;
    padding: 12px 6px;
  }
}
.b-header__secondary-nav a.button.red:hover {
  background: #36454F;
}
.b-header__secondary-nav a.button.contact {
  color: #dedfe1 !important;
  background: #36454F !important;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: 100% !important;
  padding: 0.75rem !important;
  font-size: 1.125rem !important;
  font-family: "Lato", sans-serif;
  max-width: 280px;
  margin: 0 auto 1.5rem;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .b-header__secondary-nav a.button.contact {
    padding: 1rem !important;
  }
}
.b-header__secondary-nav .select-language,
.b-header__secondary-nav .increase-text {
  display: inline-block;
  width: -1px;
  font-family: "Lato", sans-serif;
  font-weight: unset;
  vertical-align: middle;
}
.b-header__secondary-nav .select-language:hover,
.b-header__secondary-nav .increase-text:hover {
  color: #D6011C;
}
.b-header__secondary-nav .select-language i,
.b-header__secondary-nav .increase-text i {
  color: #9b9b9b;
  margin-left: 5px;
}
.b-header__secondary-nav .select-language .goog-te-gadget {
  font-family: "Lato", sans-serif;
}
.b-header__secondary-nav .select-language .goog-te-gadget .goog-te-gadget-simple {
  background: none;
  border: none;
}
.b-header__secondary-nav .select-language .goog-te-gadget .goog-te-gadget-icon {
  display: none;
}
.b-header__secondary-nav .select-language .goog-te-gadget .goog-te-menu-value {
  font-size: 1rem;
}
.b-header__secondary-nav .select-language .goog-te-gadget .goog-te-menu-value span {
  color: #36454F;
}
.b-header__secondary-nav .select-language .goog-te-gadget .goog-te-menu-value span:not(:first-child) {
  display: none;
}
.b-header__secondary-nav .select-language .goog-te-gadget .goog-te-menu-value:after {
  content: "\f078";
  color: #9b9b9b;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.b-header__secondary-nav .phone-number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.b-header__secondary-nav .phone-number i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media print, screen and (min-width: 64em) {
  .b-header__secondary-nav .phone-number {
    font-size: 1rem;
    padding: 0 10px;
  }
  .b-header__secondary-nav .phone-number:hover {
    color: #D6011C;
  }
  .b-header__secondary-nav .phone-number:hover i {
    color: #36454F;
  }
  .b-header__secondary-nav .phone-number i {
    color: #D6011C;
    margin-right: 5px;
  }
}
@media screen and (min-width: 75em) {
  .b-header__secondary-nav .phone-number {
    font-size: 1.125rem;
    padding: 0 15px;
  }
  .b-header__secondary-nav .phone-number i {
    color: #D6011C;
    margin-right: 10px;
  }
}
.b-header__nav {
  background: #36454F;
  padding: 0;
  text-align: center;
}
.b-header__nav a {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.b-header__nav a:hover {
  background: #36454F;
  color: #D6011C;
}
.b-header__nav .dropdown.menu > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.b-header__nav .dropdown.menu > li > a:hover {
  background: #36454F;
  color: #D6011C;
}
.b-header__nav .dropdown.menu > li ul.submenu {
  background: #e9eaec;
  border: none;
  padding: 0.5rem 0;
}
.b-header__nav .dropdown.menu > li ul.submenu.is-dropdown-menu {
  min-width: 224px;
}
.b-header__nav .dropdown.menu > li ul.submenu li a {
  text-align: left;
  color: #384852;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.b-header__nav .dropdown.menu > li ul.submenu li a:hover, .b-header__nav .dropdown.menu > li ul.submenu li a:focus {
  background: transparent;
  color: #384852;
}

.goog-te-menu-frame {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header {
  font-family: "Lato", sans-serif;
}
@media print, screen and (min-width: 40em) {
  header {
    min-height: 250px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  header .grid-container {
    padding: 0;
  }
}
header .b-header {
  padding: 20px;
  position: relative;
  z-index: 20;
}
header .b-header.top-menu-container {
  background-color: rgba(0, 66, 134, 0.75);
  margin-bottom: 25px;
  padding: 5px;
}
header .b-header__top-menu, header .b-header__primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .b-header__top-menu a {
  color: #c7cce7;
  font-size: 1rem;
}
header .b-header__top-menu a:hover {
  color: #D6011C;
}
header .b-header__primary-menu .menu .current-menu-item > a,
header .b-header__primary-menu .menu .current-menu-ancestor > a {
  color: #D6011C;
}
header .b-header__primary-menu .menu li.level-0 > a {
  color: #ffffff;
  font-size: 1.5rem;
}
header .b-header__primary-menu .menu li.level-0:hover > a {
  color: #D6011C;
}
header .b-header__primary-menu .menu li.level-0.current-menu-ancestor > a {
  color: #D6011C;
}
header .b-header__primary-menu .menu li.level-1 a:hover {
  color: #D6011C;
}
header .b-header__mobile-menu-trigger {
  text-align: right;
}
header .b-header__mobile-menu-trigger a {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  text-align: center;
  width: 38px;
}
header .b-header__mobile-menu-trigger a:nth-child(1) {
  color: #D6011C;
}
header .b-header__mobile-menu-trigger a:nth-child(2) {
  border-radius: 20px;
}
header .b-header__mobile-menu-trigger a:nth-child(2).active {
  background: rgba(0, 0, 0, 0.3);
}
header #google_translate_element {
  margin-top: 5px;
}
header #google_translate_element .goog-te-gadget-simple {
  background: none;
  border: none;
}
header #google_translate_element .goog-te-gadget-icon {
  display: none;
}
header #google_translate_element .goog-te-menu-value {
  color: #c7cce7;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}
header #google_translate_element .goog-te-menu-value:hover {
  color: #D6011C;
}
header #google_translate_element .goog-te-menu-value span {
  border: none !important;
  color: #c7cce7 !important;
}
header #google_translate_element .goog-te-menu-value span:last-child {
  font-size: 10px;
}

.footer {
  padding: 40px 0;
  background: #dedfe1;
}
@media print, screen and (min-width: 64em) {
  .footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__menus__primary {
  padding-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
}
.footer__menus__primary-button {
  display: inline-block;
  padding: 0 5px;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__primary-button {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0;
  }
}
.footer__menus__primary a {
  color: #36454F;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__menus__primary a:hover {
  color: #D6011C;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__primary a:hover:after {
    opacity: 1;
  }
}
.footer__menus__primary a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: none;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__primary a {
    color: #fefefe;
    height: 226px;
    margin: 0 5px;
  }
  .footer__menus__primary a:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(90%, #7e8892));
    background: linear-gradient(transparent 45%, #7e8892 90%);
  }
}
.footer__menus__primary a span {
  font-weight: 600;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__primary a span {
    bottom: 20px;
    font-size: 1.25rem;
    left: 0;
    position: absolute;
  }
}
.footer__menus__primary a img {
  display: none;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__primary a img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    max-width: unset;
    height: 100%;
    width: auto;
  }
}
.footer__menus__primary a:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 0;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__primary a {
    height: auto;
  }
}
.footer__menus__secondary {
  border-top: 2px solid rgba(155, 155, 155, 0.15);
  border-bottom: 2px solid rgba(155, 155, 155, 0.15);
}
@media print, screen and (min-width: 64em) {
  .footer__menus__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer__menus__secondary a {
  color: #36454F;
  display: inline-block;
}
.footer__menus__secondary a:hover {
  color: #D6011C;
}
.footer__menus__secondary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__menus__secondary-row:nth-child(1) {
  padding: 30px 0;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  text-align: left;
}
.footer__menus__secondary-row:nth-child(1) a {
  padding: 0 8px;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__secondary-row:nth-child(1) a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .footer__menus__secondary-row:nth-child(1) a {
    font-size: 1.125rem;
  }
}
.footer__menus__secondary-row:nth-child(2) {
  padding: 15px 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center;
}
.footer__menus__secondary-row:nth-child(2) a {
  font-size: 2.25rem;
  padding: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__secondary-row:nth-child(2) a {
    font-size: 2.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__secondary {
    border-top: none;
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menus__secondary-row:nth-child(1) {
    padding: 20px 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .footer__menus__secondary-row:nth-child(2) {
    display: none;
  }
}
.footer__menus__tertiary {
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__tertiary {
    margin-top: 60px;
    padding: 60px 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__menus__tertiary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__menus__tertiary-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
.footer__menus__tertiary-col a {
  display: block;
}
.footer__menus__tertiary-col p {
  padding: 30px 0;
}
.footer__menus__tertiary-col p.footer-fax-number {
  color: #004286;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .footer__menus__tertiary-col p {
    padding: 0 20px;
    margin: 0;
  }
}
.footer__menus__tertiary-col p a {
  color: #004286;
  font-weight: 700;
  padding-bottom: 0;
  margin: 0 auto;
}
.footer__menus__tertiary-col p a i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-right: 2.5px;
  color: #D6011C;
}
.footer__menus__tertiary-col p a span.call-text {
  padding: 0;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__menus__tertiary-col p a:hover {
  color: #D6011C;
}
.footer__menus__tertiary-col p a:hover i {
  color: #36454F;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__tertiary-col p a {
    color: #fff;
    padding: 1rem 0;
    margin: 0 auto 2rem;
    max-width: 320px;
    background: #D6011C;
  }
  .footer__menus__tertiary-col p a i {
    display: none;
  }
  .footer__menus__tertiary-col p a:hover {
    background: #36454F;
    color: #fff;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__tertiary-col:nth-child(1) {
    display: none;
  }
}
.footer__menus__tertiary-col#mobile-socials {
  display: none;
  padding: 20px 0 40px;
}
.footer__menus__tertiary-col#mobile-socials a.mobile-logo {
  display: none;
}
.footer__menus__tertiary-col#mobile-socials .social-icons {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__tertiary-col#mobile-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__menus__tertiary-col#mobile-socials a.mobile-logo {
    display: block;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin-right: 10%;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons a {
    padding: 10px 15px;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons a i {
    font-size: 2.25rem;
    color: #36454F;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer__menus__tertiary-col#mobile-socials a.mobile-logo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 5%;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons a {
    padding: 0 10px;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons a i {
    font-size: 2rem;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons a:hover i {
    color: #D6011C;
  }
}
@media screen and (max-width: 28.75em) {
  .footer__menus__tertiary-col#mobile-socials .social-icons a {
    padding: 0 7px;
  }
  .footer__menus__tertiary-col#mobile-socials .social-icons a i {
    font-size: 1.25rem;
  }
}
.footer__menus__tertiary-col:nth-child(2) {
  padding-left: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__tertiary-col:nth-child(2) {
    padding: 0;
  }
}
.footer__menus__tertiary-col:nth-child(3) {
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__tertiary-col:nth-child(3) {
    text-align: center;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menus__tertiary {
    margin-top: 0;
    padding: 0 0 30px 0;
  }
  .footer__menus__tertiary-col p {
    padding: 15px 0;
  }
}
.footer__mobile {
  text-align: center;
  margin: auto;
  background: #dedfe1;
}
.footer__mobile .mobile-terms {
  color: #36454F;
}
.footer__mobile .mobile-phone {
  display: block;
  padding: 12px;
  background: #36454F;
  color: #dedfe1;
  max-width: 280px;
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
}
.footer__mobile .mobile-image {
  display: block;
  max-width: 280px;
  margin: 0 auto 2.5rem;
}
.footer__mobile .mobile-image img {
  padding: 0 10px;
}
.footer__mobile .mobile-socials {
  display: block;
  max-width: 150px;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__mobile .mobile-socials a {
  margin: 0 5px;
}
.footer__mobile .mobile-socials a i {
  font-size: 1.5rem;
  color: #36454F;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__mobile .mobile-socials a:hover i {
  color: #D6011C;
}

body.single-doctor .b-default-content__secondary-content .b-card {
  margin-bottom: 10px;
}

body.single-location #b-locations-map {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  body.single-location .post-type-location {
    margin-bottom: 140px;
  }
}

body.page-template-template-form {
  background: url(../img/about-cta-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
body.page-template-template-form:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#36454F), color-stop(28.9%, #3C4A54), to(#5F6971));
  background: linear-gradient(0deg, #36454F 0%, #3C4A54 28.9%, #5F6971 100%);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.page-template-template-form .b-page-title, body.page-template-template-form .b-hero {
  display: none;
}
body.page-template-template-form header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
body.page-template-template-form header:before {
  display: none;
}
body.page-template-template-form .b-default-content__secondary-content {
  margin: 0 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.page-template-template-form .b-default-content__secondary-content h1, body.page-template-template-form .b-default-content__secondary-content p {
  color: #fff;
}
body.page-template-template-form .b-default-content__secondary-content h1 {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  body.page-template-template-form .b-default-content__secondary-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body.page-template-template-form .b-default-content__primary-content {
  background: #fff;
  margin: 0 0 30px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px;
}
@media print, screen and (min-width: 40em) {
  body.page-template-template-form .b-default-content__primary-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    padding: 60px;
  }
}

body.page-about-us h2, body.page-about-us h3 {
  font-weight: 900;
  line-height: 1.2;
}
body.page-about-us .button, body.page-about-us .post-password-form input[type=submit], .post-password-form body.page-about-us input[type=submit] {
  width: 280px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .button, body.page-about-us .post-password-form input[type=submit], .post-password-form body.page-about-us input[type=submit] {
    width: unset;
  }
}
body.page-about-us .b-hero {
  background: linear-gradient(325deg, rgba(100, 100, 100, 0.1) 50%, rgba(100, 100, 100, 0.1)), url(../img/about-hero-crop.png) no-repeat;
  background-size: cover;
  min-height: 300px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-hero {
    min-height: 450px;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-hero {
    min-height: 650px;
  }
}
body.page-about-us .b-hero:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  opacity: 1;
}
body.page-about-us .b-hero .b-about-hero {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
body.page-about-us .b-hero .b-about-hero__text {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin: 35px auto 0 auto;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-hero .b-about-hero__text {
    margin: 200px auto 0 auto;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-hero .b-about-hero__text {
    margin: 320px auto 0 auto;
  }
}
body.page-about-us .b-hero .b-about-hero__title {
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-hero .b-about-hero__title {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-hero .b-about-hero__title {
    font-size: 2.75rem;
    margin-bottom: 30px;
  }
}
body.page-about-us .b-hero .b-about-hero p {
  color: #fff;
  font-size: 1.125rem;
  margin: 0 auto 1rem auto;
  text-shadow: none;
  max-width: 750px;
  line-height: 1.3;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-hero .b-about-hero p {
    margin: 0 auto 25px auto;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-hero .b-about-hero p {
    margin: 0 auto 40px auto;
    line-height: 1.6;
  }
}
body.page-about-us .b-about {
  padding: 25px 0;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about {
    padding: 50px 0;
  }
}
body.page-about-us .b-about__title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about__title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-about__title {
    font-size: 2.5rem;
  }
}
body.page-about-us .b-about.wills-leadership p {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.wills-leadership p {
    padding: 0 45px;
    font-size: 1.25rem;
  }
}
body.page-about-us .b-about.wills-leadership img {
  height: auto;
  margin-bottom: 40px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.wills-leadership img {
    margin-bottom: 0;
  }
}
body.page-about-us .b-about.sports-teams {
  background: url(../img/sports-teams-bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.sports-teams {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.sports-teams .grid-container {
    max-width: 750px;
  }
}
body.page-about-us .b-about.sports-teams img {
  margin: 0 auto;
}
body.page-about-us .b-about.sports-teams h2, body.page-about-us .b-about.sports-teams p {
  color: #fff;
}
body.page-about-us .b-about.sports-teams h2 {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.sports-teams h2 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-about.sports-teams h2 {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.sports-teams p {
    font-size: 1.25rem;
  }
}
body.page-about-us .b-about.education {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.education p {
    font-size: 1.25rem;
  }
}
body.page-about-us .b-about.education .education__icon {
  padding: 25px 10px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.education .education__icon {
    padding: 50px 10px;
  }
}
body.page-about-us .b-about.education .education__icon img {
  max-width: 60px;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.education .education__icon img {
    max-width: unset;
    margin: 0 auto 30px;
  }
}
body.page-about-us .b-about.education .education__icon p {
  margin: 0 auto;
  max-width: 280px;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.education .education__icon p {
    font-size: 1.25rem;
  }
}
body.page-about-us .b-about.atd {
  background: url(../img/atd-bg.png) no-repeat top center #6E7784;
  background-size: 100% auto;
  padding: 37% 0 50px 0;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd {
    padding: 440px 0 80px 0;
  }
}
body.page-about-us .b-about.atd h2, body.page-about-us .b-about.atd h3, body.page-about-us .b-about.atd p {
  color: #fff;
}
body.page-about-us .b-about.atd img {
  position: relative;
  z-index: 0;
}
body.page-about-us .b-about.atd img:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7D8692));
  background: linear-gradient(transparent, #7D8692);
}
body.page-about-us .b-about.atd .atd__image-container {
  position: relative;
}
body.page-about-us .b-about.atd .atd__image-container img {
  position: relative;
}
body.page-about-us .b-about.atd .atd__image-container .atd__image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(#6E7784));
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #6E7784);
}
body.page-about-us .b-about.atd .atd__intro {
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__intro {
    margin-bottom: 80px;
  }
}
body.page-about-us .b-about.atd .atd__intro h2 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__intro p {
    margin: 0 auto 40px auto;
    max-width: 850px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-about.atd .atd__intro p {
    max-width: 950px;
    font-size: 1.25rem;
  }
}
body.page-about-us .b-about.atd .atd__text-container {
  position: relative;
}
body.page-about-us .b-about.atd .atd__text-container .atd-image-wrapper {
  position: relative;
}
body.page-about-us .b-about.atd .atd__text-container .atd-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-about-us .b-about.atd .atd__text {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__text {
    margin-bottom: 0;
    top: 0;
  }
}
body.page-about-us .b-about.atd .atd__text h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__text h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-about.atd .atd__text h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 75em) {
  body.page-about-us .b-about.atd .atd__text h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding: 0 95px;
  }
}
body.page-about-us .b-about.atd .atd__text h3.atd__single-line-title {
  padding-top: 0;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__text h3.atd__single-line-title {
    margin-bottom: 28px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-about-us .b-about.atd .atd__text h3.atd__single-line-title {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 75em) {
  body.page-about-us .b-about.atd .atd__text h3.atd__single-line-title {
    margin-bottom: 50px;
    padding-top: 20px;
  }
}
body.page-about-us .b-about.atd .atd__text p {
  padding: 0 20px;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__text p {
    padding: 0 25px 50px;
    font-size: 1.25rem;
  }
}
body.page-about-us .b-about.atd .atd__text.atd__text-patients {
  margin-top: -50px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__text.atd__text-patients {
    top: -100px;
    position: relative;
    margin-top: 0;
  }
  body.page-about-us .b-about.atd .atd__text.atd__text-patients a.button.reverse {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.atd .atd__text.atd__text-staff {
    top: -68px;
  }
}
body.page-about-us .b-about.locations {
  text-align: center;
}
body.page-about-us .b-about.locations .locations__intro {
  max-width: 850px;
  margin: 0 auto 40px auto;
}
body.page-about-us .b-about.locations .locations__intro h2.b-about__title {
  margin: 20px 0;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .locations__intro h2.b-about__title {
    margin: 0 0 40px 0;
  }
}
body.page-about-us .b-about.locations .locations__intro p {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .locations__intro p {
    font-size: 1.125rem;
  }
}
body.page-about-us .b-about.locations .location__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7E8892;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  text-align: center;
  position: relative;
  -webkit-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link {
    min-height: 395px;
    padding: 35px;
  }
}
body.page-about-us .b-about.locations .location__link .location__link-text {
  width: 100%;
}
body.page-about-us .b-about.locations .location__link h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
body.page-about-us .b-about.locations .location__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-about-us .b-about.locations .location__link.de {
  background: url(../img/delaware.png) no-repeat center #7E8892;
  background-size: 17% auto;
}
@media screen and (min-width: 23.75em) {
  body.page-about-us .b-about.locations .location__link.de {
    background-size: 14% auto;
  }
}
@media screen and (min-width: 28.125em) {
  body.page-about-us .b-about.locations .location__link.de {
    background-size: 10% auto;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link.de {
    background-size: 43% auto;
  }
}
body.page-about-us .b-about.locations .location__link.nj {
  background: url(../img/nj.png) no-repeat center #7E8892;
  background-size: 19% auto;
}
@media screen and (min-width: 23.75em) {
  body.page-about-us .b-about.locations .location__link.nj {
    background-size: 15% auto;
  }
}
@media screen and (min-width: 28.125em) {
  body.page-about-us .b-about.locations .location__link.nj {
    background-size: 12% auto;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link.nj {
    background-size: 50% auto;
  }
}
body.page-about-us .b-about.locations .location__link.pa {
  background: url(../img/pa.png) no-repeat center #7E8892;
  background-size: 45% auto;
}
@media screen and (min-width: 28.125em) {
  body.page-about-us .b-about.locations .location__link.pa {
    background-size: 33% auto;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link.pa {
    background-size: 80% auto;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link:hover.de {
    background: url(../img/delaware.png) no-repeat center #D6011C;
    background-size: 43% auto;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link:hover.nj {
    background: url(../img/nj.png) no-repeat center #D6011C;
    background-size: 50% auto;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-about-us .b-about.locations .location__link:hover.pa {
    background: url(../img/pa.png) no-repeat center #D6011C;
    background-size: 80% auto;
  }
}

body.blog .b-default-content, .b-latest-news .b-default-content {
  padding-top: 30px;
}

body.blog .b-card, .b-latest-news .b-card, body.post-type-archive-location .b-card {
  overflow: hidden;
  position: relative;
}
body.blog .b-card:before, .b-latest-news .b-card:before, body.post-type-archive-location .b-card:before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  background: -webkit-gradient(linear, left top, left bottom, from(#384853), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #384853 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 70%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.blog .b-card:hover .b-card__link, .b-latest-news .b-card:hover .b-card__link, body.post-type-archive-location .b-card:hover .b-card__link {
  color: #D6011C;
}
body.blog .b-card__sub-title, body.blog .b-card__title, .b-latest-news .b-card__sub-title, .b-latest-news .b-card__title, body.post-type-archive-location .b-card__sub-title, body.post-type-archive-location .b-card__title {
  color: #fff;
}
body.blog .b-card__link, .b-latest-news .b-card__link, body.post-type-archive-location .b-card__link {
  color: #fff;
}
body.blog .b-card__link:hover, .b-latest-news .b-card__link:hover, body.post-type-archive-location .b-card__link:hover {
  color: #D6011C;
}
body.blog .b-card__image, .b-latest-news .b-card__image, body.post-type-archive-location .b-card__image {
  display: block;
  position: relative;
  z-index: 0;
}
body.blog .b-card__image img, .b-latest-news .b-card__image img, body.post-type-archive-location .b-card__image img {
  display: block;
}
body.blog .b-card__content, .b-latest-news .b-card__content, body.post-type-archive-location .b-card__content {
  bottom: 0;
  position: absolute;
  z-index: 2;
}

body.home .b-header__logo {
  width: 100%;
}
body.home h2 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  body.home h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  body.home h2 {
    font-size: 2.5rem;
  }
}

.b-default-content.doctors-listing .b-card:hover .b-card__content .b-card__title {
  color: #E72622;
}
.b-default-content.doctors-listing .b-card__content .b-card__title {
  font-size: 1.125rem;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
.b-default-content.doctors-listing .b-card__content .b-card__sub-title {
  font-size: 0.875rem;
}
@media print, screen and (max-width: 74.99875em) {
  .b-default-content.doctors-listing .b-card__content .b-card__title {
    font-size: 0.9375rem;
  }
  .b-default-content.doctors-listing .b-card__content .b-card__sub-title {
    font-size: 0.6875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .b-default-content.doctors-listing .b-card__content .b-card__title {
    font-size: 1.125rem;
  }
  .b-default-content.doctors-listing .b-card__content .b-card__sub-title {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-default-content.doctors-listing .b-card__content .b-card__title {
    font-size: 1.125rem;
  }
  .b-default-content.doctors-listing .b-card__content .b-card__sub-title {
    font-size: 0.875rem;
  }
}
.b-default-content.doctors-listing .b-card__link {
  display: none;
}

.b-default-content.locations-listing .b-card__content .b-card__title {
  font-size: 1.5rem;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
.b-default-content.locations-listing .b-card__content .b-card__sub-title {
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  font-size: 1rem;
}
.b-default-content.locations-listing .b-card__content .address-break {
  display: block;
}
@media print, screen and (max-width: 74.99875em) {
  .b-default-content.locations-listing .b-card__content .b-card__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .b-default-content.locations-listing .b-card__content .b-card__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 48em) {
  .b-default-content.locations-listing .b-card__content .b-card__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-default-content.locations-listing .b-card__content .b-card__title {
    font-size: 1rem;
  }
}
.b-default-content.locations-listing .b-card__link {
  display: none;
}
.b-default-content.locations-listing .b-card:hover .b-card__title {
  color: #E72622;
}
.b-default-content.locations-listing .b-card:hover .b-card__sub-title {
  color: #E72622;
}

body.page-locations-search .b-card h4.b-card__title {
  color: #36454F;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-locations-search .b-card h6, body.page-locations-search .b-card span.b-card__sub-title {
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-locations-search .b-card:hover h4.b-card__title {
  color: #D6011C;
}
body.page-locations-search .b-card:hover h6, body.page-locations-search .b-card:hover span.b-card__sub-title {
  color: #D6011C;
}

body.page-id-2497 {
  background: #fefefe;
  background-size: cover;
  position: relative;
}
body.page-id-2497 .b-default-content {
  margin-top: 0;
}
body.page-id-2497 .pi-custom-table table thead tr th {
  font-size: 0.825rem;
}
body.page-id-2497 .gfmc-column.hidden-on-check {
  display: none;
}
body.page-id-2497 .gfmc-row-24-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-24-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-25-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-25-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-26-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-26-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-27-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-27-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-28-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-28-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-29-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-29-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-30-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-30-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-31-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-31-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-32-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-32-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-33-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-33-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-34-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-34-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-35-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-35-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-36-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-36-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-37-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-37-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-38-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-38-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-39-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-39-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-40-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-40-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-41-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-41-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-42-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-42-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-43-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-43-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-44-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-44-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-45-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-45-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-46-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-46-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-47-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-47-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-48-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-48-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-49-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-49-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-50-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-50-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-51-column ul {
  line-height: 1;
}
body.page-id-2497 .gfmc-row-51-column ul li.gfield {
  margin-bottom: 0 !important;
}
body.page-id-2497 .gfmc-row-52-column {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  body.page-id-2497 .gfmc-row-52-column {
    width: 50% !important;
  }
}
@media screen and (max-width: 35em) {
  body.page-id-2497 .gfmc-row-52-column {
    width: 100% !important;
  }
}
body.page-id-2497 .gfmc-row-53-column {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  body.page-id-2497 .gfmc-row-53-column {
    width: 50% !important;
  }
}
@media screen and (max-width: 35em) {
  body.page-id-2497 .gfmc-row-53-column {
    width: 100% !important;
  }
}
body.page-id-2497 .gfmc-row-54-column {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  body.page-id-2497 .gfmc-row-54-column {
    width: 50% !important;
  }
}
@media screen and (max-width: 35em) {
  body.page-id-2497 .gfmc-row-54-column {
    width: 100% !important;
  }
}
body.page-id-2497 .gfmc-row-55-column {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  body.page-id-2497 .gfmc-row-55-column {
    width: 50% !important;
  }
}
@media screen and (max-width: 35em) {
  body.page-id-2497 .gfmc-row-55-column {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-id-2497 {
    background: url(../img/about-cta-bg.png) no-repeat;
    background-position: center 60px;
    background-size: 225%;
  }
}
@media screen and (min-width: 48em) {
  body.page-id-2497 {
    background-position: center 75px;
    background-size: 185%;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-id-2497 {
    background-position: center 115px;
    background-size: 141%;
  }
}
@media screen and (min-width: 75em) {
  body.page-id-2497 {
    background-position: center 110px;
    background-size: 121%;
  }
}
@media screen and (min-width: 87.5em) {
  body.page-id-2497 {
    background-size: 105%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.page-id-2497 .gfmc-row-1-column {
    width: 100% !important;
  }
}
body.page-id-2497:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#36454F), color-stop(28.9%, #3C4A54), to(#5F6971));
  background: linear-gradient(0deg, #36454F 0%, #3C4A54 28.9%, #5F6971 100%);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.page-id-2497 .b-default-content__primary-content {
  padding: 40px;
  background: #fefefe;
}
@media print, screen and (max-width: 74.99875em) {
  body.page-id-2497 .b-default-content__primary-content {
    padding: 20px;
  }
}
body.page-id-2497 .pi-no-margin .gfield_checkbox {
  margin-left: 0;
}
body.page-id-2497 .gchoice_7_357_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.page-id-2497 label.gfield_label {
  font-weight: 600;
  font-weight: 16px;
}
body.page-id-2497 .b-hero {
  display: none;
}
body.page-id-2497 li {
  list-style: none;
}
body.page-id-2497 .gfield_description {
  font-size: 12px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield select {
  height: 2.25rem;
  line-height: 1;
  font-size: 14px;
}
body.page-id-2497 .gfmc-row-3-col-1-of-2 {
  margin-bottom: 28px;
}
body.page-id-2497 .gfmc-row-16-col-1-of-4 {
  margin-bottom: 28px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield {
  margin: 0 5px 12px 5px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield.pi-date {
  margin-bottom: 40px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield.pi-address {
  margin-bottom: 40px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield.pi-gender-1 {
  margin-bottom: 40px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield.pi-ethnicity {
  margin-bottom: 40px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield.pi-dl-1 {
  margin-bottom: 40px;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield.pi-pharm-add {
  margin-bottom: 40px;
}
body.page-id-2497 .pi-hide-label label.gfield_label {
  display: none;
}
body.page-id-2497 .pi-horiz .ginput_container .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-id-2497 .pi-horiz .ginput_container .gfield_checkbox li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 5px 0;
}
@media print, screen and (max-width: 74.99875em) {
  body.page-id-2497 .pi-horiz .ginput_container .gfield_checkbox li {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.page-id-2497 .pi-horiz .ginput_container .gfield_checkbox li {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.page-id-2497 .pi-horiz .ginput_container .gfield_checkbox li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
body.page-id-2497 .pi-horiz .ginput_container .gfield_checkbox li label {
  margin-left: 0;
  margin-right: 0.8rem;
}
body.page-id-2497 .pi-date .clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-id-2497 .pi-date .clear-multi .ginput_container_date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
}
body.page-id-2497 .pi-date .clear-multi .ginput_container_date:first-child {
  margin-left: 0;
}
body.page-id-2497 .pi-date .clear-multi .ginput_container_date:last-child {
  margin-right: 0;
}
body.page-id-2497 .pi-date .clear-multi .ginput_container_date select {
  line-height: 19px;
}
body.page-id-2497 .pi-address .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-id-2497 .pi-address .ginput_container_address span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
}
body.page-id-2497 .pi-address .ginput_container_address span:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
  margin-bottom: 12px;
}
body.page-id-2497 .pi-address .ginput_container_address span.address_city {
  margin-left: 0;
}
body.page-id-2497 .pi-address .ginput_container_address span.address_zip {
  margin-right: 0;
}
body.page-id-2497 .pi-address .ginput_container_address span.address_state select {
  height: 2.25rem;
}
body.page-id-2497 .pi-address .validation_message {
  display: none;
}
body.page-id-2497 .pi-address .validation_message:last-child {
  display: unset;
}
body.page-id-2497 .gform_wrapper .gform_fields li.gfield input, body.page-id-2497 .gform_wrapper .gform_fields li.gfield textarea {
  height: 2.25rem;
  padding: 5px 8px;
  font-size: 14px;
}
body.page-id-2497 #choice_7_358_1 {
  height: unset;
}
body.page-id-2497 .ginput_container_checkbox ul li input, body.page-id-2497 .ginput_container_radio ul li input {
  height: unset !important;
}
body.page-id-2497 .res-part-name {
  width: calc(33% - 10px);
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  body.page-id-2497 .res-part-name {
    width: 100%;
    display: block;
  }
}
body.page-id-2497 .res-part-phone {
  width: calc(25% - 10px);
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  body.page-id-2497 .res-part-phone {
    width: 100%;
    display: block;
  }
}
body.page-id-2497 .res-part-misc {
  width: calc(50% - 10px);
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  body.page-id-2497 .res-part-misc {
    width: 100%;
    display: block;
  }
}
body.page-id-2497 .gsection_title {
  margin-top: 20px;
}
body.page-id-2497 .gchoice_9_357_3, body.page-id-2497 .gchoice_9_731_1, body.page-id-2497 .gchoice_9_744_0, body.page-id-2497 .gchoice_9_745_0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.page-id-2497 .gfmc-column {
  display: inline-block !important;
}

.patient-education .grid-x {
  margin-left: -15px;
  margin-right: -15px;
}
.patient-education ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.patient-education ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 25px;
  margin-left: 25px;
  color: #4A4A4A;
}
.patient-education ol li::before {
  color: #D6011C;
  font-weight: 700;
  content: counter(my-awesome-counter) ".";
  position: absolute;
  right: 100%;
  margin-right: 15px;
}
.patient-education div h3 {
  color: #4A4A4A !important;
}
.patient-education__section {
  margin: 50px 0;
}
.patient-education .button, .patient-education .post-password-form input[type=submit], .post-password-form .patient-education input[type=submit] {
  background: #6F7982;
  letter-spacing: 1px;
  font-weight: 700;
  padding-left: 45px;
  padding-right: 45px;
}
.patient-education .button:hover, .patient-education .post-password-form input[type=submit]:hover, .post-password-form .patient-education input[type=submit]:hover {
  background: #D6011C;
}
.patient-education__section--two-column li {
  margin-bottom: 10px;
}
.patient-education__section--two-column a {
  color: #4A4A4A !important;
  text-decoration: underline;
}
.patient-education__section--two-column a:hover {
  color: #D6011C !important;
}
.patient-education__section--two-column i {
  display: inline-block;
  margin-right: 8px;
}
.patient-education .patient-education__subpage {
  margin-bottom: 40px;
  padding: 60px 40px 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.patient-education .patient-education__subpage:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(to top, #2f373e 0px, rgba(47, 55, 62, 0.6) 100%);
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: -1;
}
.patient-education .patient-education__subpage > h2, .patient-education .patient-education__subpage p {
  color: #fff !important;
}

.disease-block {
  margin-bottom: 30px;
}
.disease-block__top {
  padding-bottom: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.disease-block__top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(to top, #2f373e 0px, transparent 90px, transparent 100%);
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: -1;
}
.disease-block__top:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(to top, #2f373e 0px, transparent 200px, transparent 100%);
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 0;
  z-index: -1;
}
.disease-block__top:hover:after {
  opacity: 1;
}
.disease-block__top a i {
  display: inline-block;
  margin-right: 8px;
}
.disease-block__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: 0;
  z-index: -2;
}
.disease-block__text {
  position: absolute;
  bottom: 0;
  color: #fff !important;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.disease-block__text span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  display: block;
}
.disease-block__text:only-child {
  background: #36454F;
}
.disease-block__label {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.disease-block__bottom a {
  color: #4A4A4A !important;
  padding: 8px 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
.disease-block__bottom a:hover {
  color: #D6011C !important;
}
.disease-block__bottom a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.procedure, .diagnostic {
  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: 30px 0;
}
.procedure:first-child, .diagnostic:first-child {
  margin-top: 0;
}
.procedure:last-child, .diagnostic:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .procedure, .diagnostic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.procedure__image, .diagnostic__image {
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 40em) {
  .procedure__image, .diagnostic__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 33%;
    margin-bottom: 0;
  }
}
.procedure__content, .diagnostic__content {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
  .procedure__content, .diagnostic__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

body.home .b-affiliations {
  padding: 0 0 100px;
  background: transparent;
}
@media print, screen and (max-width: 63.99875em) {
  body.home .b-affiliations .grid-container {
    padding: 0 20px;
  }
}
body.home .b-affiliations h2 {
  color: #fefefe;
  text-align: center;
  padding: 2rem 0 1rem;
  font-size: 2.75rem;
}
body.home .b-affiliations .b-centered-button {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  body.home .b-affiliations h2 {
    padding: 0 0 2rem 0;
    font-size: 2.5rem;
  }
  body.home .b-affiliations .grid-margin-x {
    margin: 0;
  }
}
body.home .b-affiliations .grid-x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.home .b-affiliations .grid-margin-x .cell {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body.home .b-affiliations .cell {
  background: rgba(222, 223, 225, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 15px;
  position: relative;
}
body.home .b-affiliations .cell a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  body.home .b-affiliations {
    padding: 50px 0 100px;
  }
}
@media print, screen and (min-width: 64em) {
  body.home .b-affiliations {
    padding: 120px 0;
  }
}
body.home .b-prefooter {
  background-image: url(https://www.ab-dev.com/mar/wp-content/uploads/2020/07/homepagePrefooter-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #7E8892;
  background-position: bottom;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  body.home .b-prefooter {
    background-size: cover;
    background-image: url(https://www.ab-dev.com/mar/wp-content/uploads/2020/07/homepagePrefooter.jpg);
    background-position: bottom;
  }
}

.b-header.is-stuck .b-alert-bar {
  display: none;
}
.b-header.is-anchored .b-alert-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-alert-bar {
  background: #36454F;
  padding: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-alert-bar.toggleHide {
  display: none !important;
}
.b-alert-bar.toggleShow {
  display: block !important;
}
.b-alert-bar .alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.b-alert-bar p {
  color: #b9b9b9;
  font-size: 1.125rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.7px;
}
.b-alert-bar p span {
  color: #fff;
  font-weight: 600;
}
.b-alert-bar a {
  padding: 0.875rem;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  text-align: center;
  min-width: 350px;
  color: #36454F;
  background: #dedfe1;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.b-alert-bar a:hover {
  background: #D6011C;
  color: #dedfe1;
}
@media screen and (max-width: 48em) {
  .b-alert-bar .alert-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-alert-bar p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
  .b-alert-bar a {
    padding: 15px;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-alert-bar .alert-container {
    padding: 0 15px;
  }
  .b-alert-bar p {
    padding-right: 10px;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .b-alert-bar a {
    text-align: center;
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 26.25em) {
  .b-alert-bar p {
    font-size: 0.75rem;
  }
}

.b-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(90%, #fff)), url(../img/interior-header.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, #fff 90%), url(../img/interior-header.jpg);
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .b-hero {
    margin-top: 0;
    min-height: 250px;
    padding: 20px;
  }
}
.b-hero .grid-container {
  padding: 0;
}
body.page-request-an-appointment .b-hero {
  display: none;
}
.b-hero .grid-x {
  min-height: 250px;
  position: relative;
}
.b-hero__title {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 64em) {
  .b-hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 64em) {
  .b-hero__title {
    font-size: 2.75rem;
  }
}
body.home .b-hero {
  margin-bottom: 0;
  z-index: -1;
  padding: 0;
}
body.home .b-hero .gradient-mask {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(60%, #8E979F));
  background: linear-gradient(transparent 10%, #8E979F 60%);
  padding: 0;
}
@media screen and (min-width: 30em) {
  body.home .b-hero .gradient-mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#8E979F));
    background: linear-gradient(transparent 10%, #8E979F 100%);
  }
}
@media print, screen and (min-width: 40em) {
  body.home .b-hero .gradient-mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(#8E979F));
    background: linear-gradient(transparent 25%, #8E979F);
  }
}
@media print, screen and (min-width: 64em) {
  body.home .b-hero {
    background-position: top center !important;
    margin-bottom: 0;
  }
  body.home .b-hero .gradient-mask {
    padding: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  body.home .b-hero {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 560px;
    margin-top: 0;
  }
}
body.home .b-hero-image {
  position: relative;
}
@media screen and (max-width: 30em) {
  body.home .b-hero-image {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 26.25em) {
  body.home .b-hero-image {
    padding-bottom: 120px;
  }
}
body.home .b-hero-image img {
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 1px;
}
body.home .b-hero .b-hero__title {
  color: #fefefe;
  font-size: 1.75rem;
  padding: 20px 5px;
  position: absolute;
  bottom: 0;
  top: unset;
  left: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  text-align: center;
  width: 100%;
  margin-bottom: -20px;
  bottom: -10%;
}
body.home .b-hero .b-hero__title img {
  max-width: 320px;
  width: 20vw;
  min-width: 220px;
}
body.home .b-hero .b-hero__title h1 {
  color: #fff;
  max-width: 750px;
  margin: 0 auto 20px;
  font-size: 1.625rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 40em) {
  body.home .b-hero .b-hero__title {
    margin-bottom: 0;
    padding: 20px 30px;
  }
  body.home .b-hero .b-hero__title h1 {
    font-size: 2.25rem;
    margin: 0 auto 20px;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 64em) {
  body.home .b-hero .b-hero__title {
    padding: 0;
    position: absolute;
    bottom: -10%;
  }
  body.home .b-hero .b-hero__title h1 {
    font-size: 2.75rem;
  }
}
body.home .b-hero .grid-x {
  display: block;
  min-height: 0;
}
@media print, screen and (min-width: 64em) {
  body.home .b-hero .grid-x {
    min-height: 560px;
  }
}
body.page-referring-doctors .b-hero, body.parent-pageid-3148 .b-hero, body.parent-pageid-3181 .b-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#6F7982)), url(../img/interior-header-gray.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0), #6F7982), url(../img/interior-header-gray.jpg);
}

body.page-referring-doctors, body.parent-pageid-3148 {
  background: none;
}

.b-home-stats {
  background: #8E979F;
  padding: 40px 20px;
  margin-top: -1px;
}
.b-home-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #B7BCC1;
}
.b-home-stats__item h5 {
  color: #fefefe;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
}
.b-home-stats__item p {
  color: #36454F;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .b-home-stats__item {
    padding: 0;
  }
  .b-home-stats__item h5 {
    font-size: 3rem;
    line-height: 1;
    margin: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .b-home-stats__item h5 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .b-home-stats {
    padding: 50px 0;
  }
}
.b-home-stats-item__content {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  width: 100%;
  text-align: center;
}
.b-home-stats-item__content h5 {
  padding: 0;
}
.b-home-stats-item__content hr {
  border-bottom: 4px solid #D6011C;
  max-width: 50px;
  margin: 0.75rem auto;
}
@media print, screen and (min-width: 40em) {
  .b-home-stats-item__content hr {
    max-width: 75px;
    margin: 1rem auto;
  }
}
.b-home-stats-item__content p {
  line-height: 1.2;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 40em) {
  .b-home-stats-item__content {
    padding: 1.5rem;
  }
  .b-home-stats-item__content h5 {
    padding: 0;
  }
  .b-home-stats-item__content p {
    margin-top: 5px;
    font-size: 1.125rem;
  }
}

.b-homepage-featurette__offset-content {
  padding: 30px 0;
  position: relative;
}
.b-homepage-featurette__offset-content .orbit {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .b-homepage-featurette__offset-content .orbit .orbit-cta-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .b-homepage-featurette__offset-content .orbit .orbit-cta-container img {
    width: 62.25%;
  }
}
.b-homepage-featurette__offset-content .orbit .orbit-cta-container .orbit-cta {
  padding: 0 0 0 30px;
}
@media print, screen and (min-width: 64em) {
  .b-homepage-featurette__offset-content .orbit .orbit-cta-container .orbit-cta {
    width: 37.75%;
  }
}
.b-homepage-featurette__offset-content .orbit .orbit-cta-container .orbit-cta h4 {
  color: #fff;
  padding-bottom: 10px;
}
.b-homepage-featurette__offset-content .orbit .orbit-cta-container .orbit-cta p {
  color: #fff;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .b-homepage-featurette__offset-content .orbit .orbit-cta-container .orbit-cta {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-homepage-featurette__offset-content .orbit .orbit-cta-container .orbit-cta h4 {
    font-size: 1.25rem;
  }
}
.b-homepage-featurette__offset-content .orbit .orbit-bullets {
  bottom: unset;
  display: inline-block;
  margin: 0;
  position: absolute;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 64em) {
  .b-homepage-featurette__offset-content .orbit .orbit-bullets {
    bottom: 10%;
  }
}
.b-homepage-featurette__offset-content .orbit .orbit-bullets button {
  background-color: transparent;
  border: solid 2px #fefefe;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .b-homepage-featurette__offset-content .orbit .orbit-bullets button {
    border: solid 2px #fff;
  }
}
.b-homepage-featurette__offset-content .orbit .orbit-bullets button.is-active {
  background-color: #fefefe;
}
@media print, screen and (min-width: 64em) {
  .b-homepage-featurette__offset-content .orbit .orbit-bullets button.is-active {
    background-color: #fff;
  }
}

.b-patient-information {
  margin: 30px 0;
}
@media print, screen and (min-width: 64em) {
  .b-patient-information {
    padding: 35px 0 35px 35px;
  }
}

.home-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 136, 146, 0.63)), color-stop(35%, #7E8892), color-stop(70%, #ffffff));
  background: linear-gradient(rgba(126, 136, 146, 0.63) 0%, #7E8892 35%, #ffffff 70%);
}
.home-gradient.grid-container {
  padding: 0 2.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .home-gradient.grid-container {
    padding: 0 1.25rem;
  }
}

.b-featurette {
  background: #7E8892;
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .b-featurette {
    background: #36454F;
    padding-top: 0;
  }
}
.b-featurette .orbit-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-featurette .orbit-cta-container .orbit-cta {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 20px 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.b-featurette .orbit-cta-container .orbit-cta h4, .b-featurette .orbit-cta-container .orbit-cta p {
  color: #fff;
}
.b-featurette .orbit-cta-container .orbit-cta h4 {
  font-size: 1.625rem;
}
.b-featurette .orbit-cta-container .orbit-cta p {
  font-size: 1rem;
}
.b-featurette .orbit-cta-container .orbit-cta a {
  background: #dedfe1;
  color: #36454F;
  margin: 1rem 0;
}
.b-featurette .orbit-cta-container .orbit-cta a:hover {
  background: #D6011C;
  color: #fefefe;
}
.b-featurette .orbit-cta-container .orbit-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.b-featurette .orbit-cta-container .orbit-image img {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .b-featurette .orbit-cta-container .orbit-image img {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .b-featurette .orbit-cta-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .b-featurette .orbit-cta-container .orbit-cta {
    -ms-flex-preferred-size: 43.4%;
        flex-basis: 43.4%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem;
  }
  .b-featurette .orbit-cta-container .orbit-cta h4 {
    font-size: 1.625rem;
  }
  .b-featurette .orbit-cta-container .orbit-cta p {
    font-size: 1.125rem;
  }
  .b-featurette .orbit-cta-container .orbit-image {
    -ms-flex-preferred-size: 56.6%;
        flex-basis: 56.6%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .b-featurette .orbit-cta-container .orbit-image img {
    padding: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .b-featurette .orbit-cta-container .orbit-cta h4 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .b-featurette .orbit-cta-container .orbit-cta p {
    font-size: 1.325rem;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 100em) {
  .b-featurette .orbit-cta-container .orbit-cta h4 {
    font-size: 3rem;
  }
  .b-featurette .orbit-cta-container .orbit-cta p {
    font-size: 1.5rem;
  }
}
.b-featurette .orbit-bullets {
  text-align: left;
  position: absolute;
  top: 0;
  right: 50px;
}
.b-featurette .orbit-bullets button {
  background: transparent;
}
@media print, screen and (max-width: 39.99875em) {
  .b-featurette .orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.1rem;
    vertical-align: middle;
  }
  .b-featurette .orbit-bullets button.is-active {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.b-featurette .orbit-bullets button.is-active {
  background: #fff;
}
@media print, screen and (min-width: 64em) {
  .b-featurette .orbit-bullets {
    bottom: 20px;
    left: 50px;
    right: unset;
    top: unset;
  }
}

body.home .b-latest-news {
  padding-top: 40px;
}
@media print, screen and (max-width: 39.99875em) {
  body.home .b-latest-news .grid-container {
    padding: 0 15px;
  }
}
body.home .b-latest-news h2 {
  color: #fff;
  text-align: center;
  padding: 2rem 0 1rem;
  font-size: 2.75rem;
}
body.home .b-latest-news .b-centered-button {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  body.home .b-latest-news h2 {
    padding: 0 0 2rem 0;
    font-size: 2.5rem;
  }
}
body.home .b-latest-news .b-card:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #384853), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #384853 25%, rgba(0, 0, 0, 0) 100%);
}
body.home .b-latest-news .b-card__category {
  color: #fff;
}
body.home .b-latest-news .b-card__title {
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media print, screen and (min-width: 64em) {
  body.home .b-latest-news .b-card__title {
    min-height: 40px;
  }
}
body.home .b-latest-news .b-card__link {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin: 0;
}
body.home .b-latest-news .b-card:hover .b-card__title {
  color: #D6011C;
}
@media print, screen and (max-width: 63.99875em) {
  body.home .b-latest-news .grid-x .cell {
    display: none;
  }
  body.home .b-latest-news .grid-x .cell:nth-child(1) {
    display: unset;
  }
}

.b-card {
  background: #F7F8F9;
  cursor: pointer;
  margin-bottom: 30px;
}
.b-card__image {
  height: auto;
  width: 100%;
}
.b-card__content {
  padding: 20px;
}
.b-card__sub-title {
  color: #D6011C;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.b-card__title {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b-card__link {
  color: #36454F;
}
.b-card__link:hover {
  color: #D6011C;
}
.b-card__address {
  font-style: normal;
  margin-bottom: 15px;
}
.b-card__address p {
  margin: 0;
}
.b-card:hover .b-card__title {
  color: #D6011C;
}

.b-centered-button {
  padding: 35px;
  text-align: center;
  width: 100%;
}
.b-centered-button .button, .b-centered-button .post-password-form input[type=submit], .post-password-form .b-centered-button input[type=submit] {
  display: inline-block;
  margin: 0 auto;
}

.b-about-cta .grid-container {
  padding: 40px 0;
  background: #7E8892;
}
@media print, screen and (max-width: 63.99875em) {
  .b-about-cta .grid-container {
    padding: 0;
  }
}
.b-about-cta__image {
  position: relative;
}
.b-about-cta__image:before {
  content: " ";
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 137, 152, 0)), to(#7e8892));
  background: linear-gradient(180deg, rgba(131, 137, 152, 0) 0%, #7e8892 100%);
  height: 50%;
  width: 160%;
}
.b-about-cta__image img {
  max-width: unset;
  width: 140%;
}
.b-about-cta__content {
  position: relative;
}
.b-about-cta__content .content-wrapper {
  position: absolute;
  padding-top: 60px;
  max-width: 570px;
}
.b-about-cta__content .content-wrapper h2,
.b-about-cta__content .content-wrapper p {
  color: #fff;
}
.b-about-cta__content .content-wrapper h2 {
  margin-bottom: 3rem;
  padding-bottom: 0;
  line-height: 1.1;
}
.b-about-cta__content .content-wrapper p {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.b-about-cta__content .content-wrapper p.sub-header {
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}
.b-about-cta__content .content-wrapper p a {
  color: #fff;
}
.b-about-cta__content .content-wrapper a.button.reverse {
  background: #dedfe1;
  padding: 20px 0;
  width: 245px;
}
.b-about-cta__content .content-wrapper a.button.reverse:hover {
  background: #D6011C;
}
@media print, screen and (max-width: 63.99875em) {
  .b-about-cta__content .content-wrapper {
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px;
    max-width: unset;
  }
  .b-about-cta__content .content-wrapper h2 {
    margin-bottom: 1rem;
  }
  .b-about-cta__content .content-wrapper p {
    margin-bottom: 1rem;
  }
  .b-about-cta__content .content-wrapper p.sub-header {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .b-about-cta__content .content-wrapper a {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-about-cta__content .content-wrapper {
    padding: 0 15px;
  }
  .b-about-cta__content .content-wrapper a {
    margin-top: 10px;
  }
}
.b-about-cta__testimonials {
  background-color: rgba(228, 230, 232, 0.75);
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  margin-top: 0;
  z-index: 1;
  min-width: 1100px;
}
.b-about-cta__testimonials h4,
.b-about-cta__testimonials blockquote {
  color: #36454F;
  border: none;
}
.b-about-cta__testimonials blockquote {
  font-size: 1.25rem;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .b-about-cta__testimonials {
    min-width: unset;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .b-about-cta__testimonials {
    padding: 25px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px) !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-about-cta__testimonials {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px) !important;
  }
  .b-about-cta__testimonials blockquote {
    font-size: 1rem;
    padding-bottom: 10px;
  }
  .b-about-cta__testimonials h4 {
    font-size: 1.25rem;
  }
}

.b-default-content {
  padding: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-default-content {
    padding: 40px 20px;
    position: relative;
    z-index: 4;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .b-default-content {
    margin-top: -140px;
  }
}
.b-default-content .grid-padding-x .cell.b-default-content__secondary-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.b-default-content .grid-padding-x .cell.b-default-content__primary-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .b-default-content .grid-padding-x .cell.b-default-content__secondary-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .b-default-content .grid-padding-x .cell.b-default-content__primary-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .b-default-content .grid-padding-x .cell.b-default-content__secondary-content {
    padding-left: 0;
    padding-right: 3.125rem;
  }
  .b-default-content .grid-padding-x .cell.b-default-content__primary-content {
    padding-left: 1.875rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .b-default-content__primary-content .subnav {
    float: left;
    margin-right: 60px;
  }
}
.b-default-content__primary-content h1:first-child, .b-default-content__primary-content h2:first-child, .b-default-content__primary-content h3:first-child, .b-default-content__primary-content h4:first-child, .b-default-content__primary-content h5:first-child, .b-default-content__primary-content h6:first-child {
  color: #E72622;
}
.b-default-content__primary-content h1 {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .b-default-content__primary-content h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .b-default-content__primary-content h2 {
    font-size: 2.5rem;
  }
}
.b-default-content__primary-content h4 {
  padding-bottom: 15px;
}
.b-default-content__primary-content p {
  color: #4A4A4A;
}
.b-default-content__primary-content a:not(.button) {
  color: #D6011C;
}
.b-default-content__primary-content a:not(.button):hover {
  color: #36454F;
}
.b-default-content__primary-content .accordion-item > a {
  color: #4A4A4A;
}
.b-default-content__primary-content .accordion-item > a:hover {
  background: #7E8892;
  color: #fff;
}
.b-default-content__primary-content .accordion-item.is-active > a {
  background: #36454F;
  color: #fff;
}
.b-default-content__secondary-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 40em) {
  .b-default-content__secondary-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.b-default-content__ref-phys-bg-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #6F7982), to(#2F373E));
  background: linear-gradient(#6F7982 40%, #2F373E);
}
.b-default-content__referring-physicians h1 {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .b-default-content__referring-physicians h1 {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .b-default-content__referring-physicians h1 {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
}
.b-default-content__referring-physicians .grid-x {
  background: #fff;
}
.b-default-content__referring-physicians .grid-padding-x .cell.b-default-content__primary-content {
  padding: 3.5rem 2rem 6.5rem;
}
@media print, screen and (min-width: 40em) {
  .b-default-content__referring-physicians .grid-padding-x .cell.b-default-content__primary-content {
    padding: 3.5rem 4rem 6.5rem 2rem;
  }
}
.b-default-content__referring-physicians .grid-padding-x .cell.b-default-content__primary-content h2 {
  font-size: 2.125rem;
}
.b-default-content__referring-physicians .grid-padding-x .cell.b-default-content__primary-content h3 {
  font-size: 1.5rem;
}
.b-default-content__referring-physicians .b-latest-news h2 {
  color: #fff;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .b-default-content__referring-physicians .b-latest-news h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.b-default-content__referring-physicians .b-latest-news .grid-x {
  background: transparent;
}
.b-default-content__referring-physicians .b-latest-news .button, .b-default-content__referring-physicians .b-latest-news .post-password-form input[type=submit], .post-password-form .b-default-content__referring-physicians .b-latest-news input[type=submit] {
  font-weight: 700;
}
.b-default-content .location-form form input {
  display: inline-block;
  vertical-align: top;
  min-width: 268px;
  width: auto;
  margin-bottom: 0;
}
.b-default-content .location-form form input:not(.button) {
  height: auto;
  padding: 13px 0 13px 10px;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}
.b-default-content .location-form form input.button, .b-default-content .location-form form .post-password-form input[type=submit], .post-password-form .b-default-content .location-form form input[type=submit] {
  padding: 18.5px 0;
  font-weight: 700;
}
@media screen and (max-width: 58.75em) {
  .b-default-content .location-form form input {
    margin: 0 0 10px 10px;
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .b-default-content .location-form form {
    margin-top: 16px;
  }
  .b-default-content .location-form form input {
    width: 100%;
    margin-left: 0;
  }
}
.page-locations-search .b-default-content .location-form {
  padding-bottom: 30px;
}
.page-request-an-appointment .b-default-content, .page-contact-us:not(.parent-pageid-3148) .b-default-content {
  margin-top: 0;
}

.b-link-group {
  margin-bottom: 90px;
}
.b-link-group ul {
  list-style: none;
  margin: 0;
}
.b-link-group ul ul {
  display: none;
}
.b-link-group ul ul a {
  padding-left: 40px;
}
.b-link-group__title {
  font-size: 1.5rem;
}
.b-link-group__title a {
  color: #004286;
}
.b-link-group__title a:hover {
  color: #D6011C;
}
.b-link-group__links li.current_page_item > a, .b-link-group__links li.current-menu-item > a {
  background: #E72622;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-link-group__links li.current_page_item > a:before, .b-link-group__links li.current-menu-item > a:before {
  content: ">";
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  margin-right: 5px;
}
.b-link-group__links li.current_page_item.level-0 > a, .b-link-group__links li.current-menu-item.level-0 > a {
  padding: 13px 25px 13px 9px;
}
.b-link-group__links li.current_page_item.level-1 > a, .b-link-group__links li.current-menu-item.level-1 > a {
  padding: 2px;
  padding-left: 26.5px;
}
@media screen and (max-width: 40em) {
  .b-link-group__links li.current_page_item.level-1 > a, .b-link-group__links li.current-menu-item.level-1 > a {
    padding: 2px;
    padding-left: 17.5px;
  }
}
.b-link-group__links li.current-menu-parent > a {
  background: #E72622;
  color: #fff;
}
.b-link-group__links li.current_page_item ul, .b-link-group__links li.current-menu-item ul, .b-link-group__links li.current-menu-ancestor ul {
  display: block;
}
.b-link-group__links a {
  background: #F7F8F9;
  color: #4A4A4A;
  display: block;
  font-size: 1.125rem;
  padding: 15px 25px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.b-link-group__links a:hover {
  background: #E72622;
  color: #fff;
}
.b-link-group__links a.active {
  background: #36454F;
  color: #fff;
}
.b-link-group__links li.level-1 a {
  color: #fff;
  background: #36454F;
  font-size: 1rem;
  padding: 5px;
  padding-left: 42.5px;
}
@media screen and (max-width: 40em) {
  .b-link-group__links li.level-1 a {
    padding: 5px;
    padding-left: 35px;
    padding-right: 10px;
  }
}
.b-link-group__links li.level-1:first-child {
  padding-top: 20px;
  background: #36454F;
}
.b-link-group__links li.level-1:last-child {
  padding-bottom: 20px;
  background: #36454F;
}
.b-link-group__referring-physicians {
  margin-bottom: 0;
  height: 100%;
  background: #ededed;
}
.b-link-group__referring-physicians .b-link-group__links li.current_page_item > a, .b-link-group__referring-physicians .b-link-group__links li.current-menu-item > a {
  background: #E72622;
  color: #EDEDED;
}
.b-link-group__referring-physicians .b-link-group__links li.current_page_item > a:before, .b-link-group__referring-physicians .b-link-group__links li.current-menu-item > a:before {
  display: none;
}
.b-link-group__referring-physicians .b-link-group__links li.current_page_item.level-0 > a, .b-link-group__referring-physicians .b-link-group__links li.current-menu-item.level-0 > a {
  padding: 15px 25px;
}
.b-link-group__referring-physicians .b-link-group__links li.current-menu-parent > a {
  background: #E72622;
  color: #EDEDED;
}
.b-link-group__referring-physicians .b-link-group__links a {
  background: #EDEDED;
  color: #4A4A4A;
}
.b-link-group__referring-physicians .b-link-group__links a:hover {
  background: #E72622;
  color: #EDEDED;
}
.b-link-group__referring-physicians .b-link-group__links a.active {
  background: #36454F;
  color: #EDEDED;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1.current_page_item a {
  padding-left: 42.5px;
  font-weight: 700;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1 a {
  background: #ededed;
  color: #4A4A4A;
  font-size: 1.125rem;
  line-height: 25px;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1 a:before {
  content: ">";
  display: inline-block;
  margin-right: 3px;
  color: #4A4A4A;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1 a:hover {
  background: #E72622;
  color: #EDEDED;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1 a:hover:before {
  color: #ededed;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1:first-child {
  background: #ededed;
  padding-top: 15px;
}
.b-link-group__referring-physicians .b-link-group__links li.level-1:last-child {
  background: #ededed;
  padding-bottom: 15px;
}

.b-sub-nav {
  padding-right: 60px;
}
.b-sub-nav li {
  list-style: none;
}
.b-sub-nav .children {
  display: none;
}
.b-sub-nav li.current_page_item .children, .b-sub-nav li.current_page_ancestor .children {
  display: block;
}
.b-sub-nav li.current_page_item > a, .b-sub-nav li.current_page_ancestor > a {
  color: #D6011C;
}
.b-sub-nav a {
  color: #004286;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
.b-sub-nav a:hover {
  color: #D6011C;
}

.b-services-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .b-services-cta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.b-services-cta__single {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 100px 0;
  text-align: center;
}
.b-services-cta__single:first-child {
  background: url(https://midatlanticretina.com/wp-content/themes/mar/img/cfe/macular-degeneration-bg.jpg);
  background-size: cover;
}
.b-services-cta__single:first-child p {
  color: #36454f;
}
.b-services-cta__single:first-child .b-btn {
  background: #36454f;
  color: #fff;
}
.b-services-cta__single:last-child {
  background: url(https://midatlanticretina.com/wp-content/themes/mar/img/cfe/diabetic-disease-bg.jpg);
  background-size: cover;
}
.b-services-cta__single:last-child p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
}
.b-services-cta__single:last-child .b-btn {
  background: #dedfe1;
  color: #3d4358;
}
@media print, screen and (min-width: 64em) {
  .b-services-cta__single {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.b-services-cta__single img {
  width: auto;
  height: 170px;
}
.b-services-cta__single p {
  font-size: 1.125rem;
  line-height: 1.4;
  max-width: 350px;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin: 2rem auto 3rem;
  letter-spacing: 0.33px;
}
.b-services-cta__single .b-btn {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  padding: 1.125rem 0.5rem;
  text-align: center;
  letter-spacing: 1px;
}

.b-req-appt {
  padding: 60px 0;
  background: url(../img/about-cta-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.b-req-appt:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#36454f), color-stop(28.9%, #3c4a54), to(#5f6971));
  background: linear-gradient(0deg, #36454f 0%, #3c4a54 28.9%, #5f6971 100%);
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  position: absolute;
}
.b-req-appt .gform_wrapper .gform_fields li.gfield#field_1_1 {
  float: left;
  width: 49%;
}
.b-req-appt .gform_wrapper .gform_fields li.gfield#field_1_12 {
  float: right;
  width: 49%;
}
.b-req-appt .gform_wrapper .gform_fields li.gfield#field_1_2 {
  float: left;
  width: 49%;
}
.b-req-appt .gform_wrapper .gform_fields li.gfield#field_1_9 {
  float: right;
  width: 49%;
}
.b-req-appt__content {
  max-width: 750px;
  padding: 2rem;
  background: #fff;
  margin: 0 auto;
}
.b-req-appt__container {
  position: relative;
  z-index: 1;
}
.b-req-appt__title {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.b-req-appt__title h2 {
  color: #fff;
}
.b-req-appt__title p {
  color: #fff;
  font-size: 1.125rem;
}
.b-req-appt__title p b {
  color: #ea2824;
  font-size: 1.375rem;
  font-weight: 600;
}

body.page-center-for-excellence-macular-degeneration .b-hero-cfe__container {
  position: relative;
  overflow: hidden;
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower {
  padding-bottom: 0 !important;
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url(https://midatlanticretina.com/wp-content/themes/mar/img/cfe/macular-degeneration-header.jpg);
  background-size: cover;
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__bg img {
  width: 100%;
  display: none;
}

body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__container {
  position: relative;
  overflow: hidden;
}
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url(https://midatlanticretina.com/wp-content/themes/mar/img/cfe/diabetic-disease-header.jpg);
  background-size: cover;
}
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__bg img {
  width: 100%;
  display: none;
}
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower {
  height: 0px;
}
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(54, 69, 79, 0.9);
  position: relative;
  z-index: 1;
  bottom: 0;
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div {
    bottom: 160px;
  }
}
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div span {
  font-size: 1.625rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

body.page-center-for-excellence-macular-degeneration .b-hero,
body.page-center-for-excellence-diabetic-eye-disease .b-hero {
  display: none;
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content,
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content {
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 40em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content {
    padding: 60px 0 160px;
    padding-left: 60px;
  }
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content img,
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content img {
  max-width: 260px;
}
@media screen and (min-width: 30em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content img,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content img {
    max-width: 320px;
  }
}
@media print, screen and (min-width: 40em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content img,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content img {
    max-width: 400px;
  }
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__content p,
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__content p {
  margin: 1rem 0;
  max-width: 460px;
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower,
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower {
  height: auto;
  padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower {
    padding-bottom: 60px;
    height: 0;
    background: transparent;
  }
}
@media screen and (min-width: 75em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower {
    padding-bottom: 0;
  }
}
body.page-center-for-excellence-macular-degeneration body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower,
body.page-center-for-excellence-macular-degeneration body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower {
  padding-bottom: 0 !important;
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower div,
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(54, 69, 79, 0.9);
  position: relative;
  z-index: 1;
  bottom: 0;
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower div,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div {
    bottom: 160px;
  }
}
body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower div span,
body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div span {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 40em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower div span,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div span {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-hero-cfe__lower div span,
  body.page-center-for-excellence-diabetic-eye-disease .b-hero-cfe__lower div span {
    font-size: 1.625rem;
  }
}
body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper {
  padding-top: 50px !important;
  margin-top: 0 !important;
  max-width: 610px !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper .button, body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper .post-password-form input[type=submit], .post-password-form body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper input[type=submit],
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper .button,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper .post-password-form input[type=submit],
.post-password-form body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper input[type=submit] {
  white-space: nowrap !important;
  width: auto !important;
  padding: 20px !important;
  min-width: 245px !important;
  padding: 20px 12px !important;
}
@media screen and (min-width: 30em) {
  body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper .button, body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper .post-password-form input[type=submit], .post-password-form body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper input[type=submit],
  body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper .button,
  body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper .post-password-form input[type=submit],
  .post-password-form body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper input[type=submit] {
    padding: 20px !important;
  }
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content,
  body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content {
    min-height: 620px;
  }
  body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__content .content-wrapper,
  body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__content .content-wrapper {
    padding-top: 100px !important;
  }
}
body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__image,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__image,
  body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__image img,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__image img {
  width: 100%;
  max-width: 800px;
}
body.page-center-for-excellence-macular-degeneration .b-about-cta .b-about-cta__testimonials,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta .b-about-cta__testimonials {
  margin: 0 auto !important;
}
body.page-center-for-excellence-macular-degeneration .b-about-cta:not(.b-about-cta__alt),
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta:not(.b-about-cta__alt) {
  background: red;
}
body.page-center-for-excellence-macular-degeneration .b-about-cta.b-about-cta__alt .grid-container,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta.b-about-cta__alt .grid-container {
  padding: 0 0 40px 0;
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-about-cta.b-about-cta__alt .grid-container,
  body.page-center-for-excellence-diabetic-eye-disease .b-about-cta.b-about-cta__alt .grid-container {
    padding: 0 0 80px 0;
  }
}
body.page-center-for-excellence-macular-degeneration .b-about-cta.b-about-cta__alt .b-about-cta__content .content-wrapper,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta.b-about-cta__alt .b-about-cta__content .content-wrapper {
  right: 0;
}
body.page-center-for-excellence-macular-degeneration .b-about-cta.b-about-cta__alt .b-about-cta__image,
body.page-center-for-excellence-diabetic-eye-disease .b-about-cta.b-about-cta__alt .b-about-cta__image {
  text-align: right;
}
body.page-center-for-excellence-macular-degeneration .b-featurette,
body.page-center-for-excellence-diabetic-eye-disease .b-featurette {
  background: #36454f !important;
  padding-top: 20px;
}
@media print, screen and (min-width: 64em) {
  body.page-center-for-excellence-macular-degeneration .b-featurette,
  body.page-center-for-excellence-diabetic-eye-disease .b-featurette {
    padding-top: 0;
  }
}
body.page-center-for-excellence-macular-degeneration .b-featurette .orbit-cta-container .orbit-image,
body.page-center-for-excellence-diabetic-eye-disease .b-featurette .orbit-cta-container .orbit-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.page-center-for-excellence-macular-degeneration .b-featurette .orbit-cta-container .orbit-cta,
body.page-center-for-excellence-diabetic-eye-disease .b-featurette .orbit-cta-container .orbit-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-center-for-excellence-macular-degeneration .b-featurette .orbit-cta-container .orbit-cta p,
body.page-center-for-excellence-diabetic-eye-disease .b-featurette .orbit-cta-container .orbit-cta p {
  font-size: 1rem;
}
body.page-center-for-excellence-macular-degeneration .b-featurette .orbit-cta-container .orbit-cta h4,
body.page-center-for-excellence-diabetic-eye-disease .b-featurette .orbit-cta-container .orbit-cta h4 {
  font-size: 1.625rem;
}
@media screen and (min-width: 75em) {
  body.page-center-for-excellence-macular-degeneration .b-featurette .orbit-cta-container .orbit-cta h4,
  body.page-center-for-excellence-diabetic-eye-disease .b-featurette .orbit-cta-container .orbit-cta h4 {
    font-size: 2.5rem;
  }
}
body.page-center-for-excellence-macular-degeneration .b-latest-news,
body.page-center-for-excellence-diabetic-eye-disease .b-latest-news {
  padding: 65px 0 35px;
  background: #7e8892;
}
body.page-center-for-excellence-macular-degeneration .b-latest-news h2,
body.page-center-for-excellence-diabetic-eye-disease .b-latest-news h2 {
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}

.b-grid-filter {
  position: relative;
  margin-bottom: 30px;
  min-height: 50px;
  z-index: 4;
}
.b-grid-filter__title {
  font-size: 3.75rem;
  font-weight: 300;
  color: #E72622;
}
.b-grid-filter__break {
  margin: 0.75rem 0 2rem;
}
.b-grid-filter__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .b-grid-filter__filter-options {
    text-align: right;
  }
}
.b-grid-filter__filter-options a {
  color: #D6011C;
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 35px;
  vertical-align: middle;
}
.b-grid-filter__filter-options a:hover {
  color: #36454F;
}
.b-grid-filter__filter-options a.active {
  color: #36454F;
}
@media print, screen and (max-width: 63.99875em) {
  .b-grid-filter__filter-options a {
    margin-left: 10px;
  }
}
.page-referring-doctors .b-grid-filter, .parent-pageid-3148 .b-grid-filter {
  margin: 1rem 0 -1rem;
}

.b-doctor-card {
  margin: 30px 0;
}
.b-doctor-card__points li {
  list-style: none;
  margin-bottom: 15px;
}
.b-doctor-card__points li strong {
  color: #36454F;
}
.b-doctor-card__points .button.red, .b-doctor-card__points .post-password-form input.red[type=submit], .post-password-form .b-doctor-card__points input.red[type=submit] {
  background: #D6011C;
  padding: 10px 4px;
  color: #fff;
  font-size: 0.9375rem;
  margin: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 75em) {
  .b-doctor-card__points .button.red, .b-doctor-card__points .post-password-form input.red[type=submit], .post-password-form .b-doctor-card__points input.red[type=submit] {
    font-size: 1rem;
    padding: 12px 6px;
  }
}
.b-doctor-card__points .button.red:hover, .b-doctor-card__points .post-password-form input.red[type=submit]:hover, .post-password-form .b-doctor-card__points input.red[type=submit]:hover {
  background: #36454F;
}

#b-locations-map {
  height: 300px;
  margin: 30px 0;
}
@media print, screen and (min-width: 40em) {
  #b-locations-map {
    height: 600px;
  }
}

.b-locations-group {
  margin-bottom: 60px;
}
.b-locations-group__title {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 40em) {
  .b-locations-group__title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.b-mobile-nav {
  background: #dedfe1;
  display: none;
  left: 0;
  padding: 0;
  position: fixed;
  top: 85px;
  z-index: 200;
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  padding-bottom: 240px;
}
.b-mobile-nav.active {
  display: block;
}
.b-mobile-nav .menu li {
  background: #dedfe1;
}
.b-mobile-nav .menu li a {
  color: #36454F;
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}
.b-mobile-nav .menu li button.submenu-toggle {
  right: 20px;
  top: 10px;
}
.b-mobile-nav .menu li button:after {
  content: "+";
  border: none;
  color: #7E8892;
  font-size: 1.75rem;
  display: unset;
  position: relative;
}
.b-mobile-nav .menu li button[aria-expanded=true]:after {
  content: "-";
}
.b-mobile-nav .menu li.level-0 > a {
  font-weight: 600;
  padding: 20px 25px;
}
.b-mobile-nav .menu li.level-0:hover {
  background: #D6011C;
}
.b-mobile-nav .menu li.level-0:hover > a {
  color: #fff;
}
.b-mobile-nav .menu li.level-0:hover button:after {
  color: #fff;
}
.b-mobile-nav .menu li.level-1 {
  background: #36454F;
}
.b-mobile-nav .menu li.level-1 > a {
  color: #dedfe1;
  padding: 20px;
  padding-left: 45px;
}
.b-mobile-nav .menu li.level-1 button:after {
  color: #dedfe1;
}
.b-mobile-nav .menu li.level-2 {
  background: #23282d;
}
.b-mobile-nav .menu li.level-2 > a {
  color: #dedfe1;
  padding: 10px;
  padding-left: 45px;
}
.b-mobile-nav .menu li.level-2:first-child {
  padding-top: 30px;
}
.b-mobile-nav .menu li.level-2:last-child {
  padding-bottom: 30px;
}
.b-mobile-nav .menu li.current-menu-item {
  background: #D6011C;
}
.b-mobile-nav .menu li.current-menu-item > a {
  color: #fff;
  padding-left: 8px;
}
.b-mobile-nav .menu li.current-menu-item > a:before {
  content: ">";
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  margin-right: 5px;
  top: 1px;
}
.b-mobile-nav .menu li.current-menu-item button:after {
  color: #fff;
}
.b-mobile-nav .menu li.current-menu-item.level-1 {
  background: #36454F;
}
.b-mobile-nav .menu li.current-menu-item.level-1 a {
  color: #fff;
  padding-left: 27px;
}
.b-mobile-nav .menu li.current-menu-item.level-1 button:after {
  color: #fff;
}
.b-mobile-nav .menu li.current-menu-item.level-2 {
  background: #23282d;
}
.b-mobile-nav .menu li.current-menu-item.level-2 a {
  padding-left: 27px;
}
.b-mobile-nav .menu li.menu-item-2682 button.submenu-toggle, .b-mobile-nav .menu li .menu-item-2683 button.submenu-toggle, .b-mobile-nav .menu li .menu-item-2684 button.submenu-toggle, .b-mobile-nav .menu li .menu-item-2655 button.submenu-toggle, .b-mobile-nav .menu li .menu-item-2655 button.submenu-toggle {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.b-mobile-nav .menu li.menu-item-2682 button:after, .b-mobile-nav .menu li .menu-item-2683 button:after, .b-mobile-nav .menu li .menu-item-2684 button:after, .b-mobile-nav .menu li .menu-item-2655 button:after, .b-mobile-nav .menu li .menu-item-2655 button:after {
  position: absolute;
  top: 14px;
  right: 34px;
  width: 16px;
  height: 34px;
  margin: 0;
}
.b-mobile-nav .menu li .submenu {
  background: #dedfe1;
}
.b-mobile-nav__close-button {
  margin-bottom: 20px;
  text-align: right;
}
.b-mobile-nav__close-button a {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.b-mobile-nav__close-button a:hover {
  background: #D6011C;
}
.b-mobile-nav__wrapper {
  height: 100%;
  overflow-y: scroll;
}

.mobile-menu-open {
  overflow-y: hidden;
}

.b-raq {
  background: #F7F8F9;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-raq {
    width: 136px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 10;
  }
}
.b-raq a {
  border-bottom: solid 1px #000;
  color: #004286;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px;
  width: 100%;
}
.b-raq a:hover {
  background: #004286;
  color: #fff;
}
.b-raq a:last-child {
  border-bottom: none;
}
.b-raq a i {
  color: #D6011C;
  display: inline-block;
  font-size: 1.125rem;
  margin: 0 10px 10px 0;
  vertical-align: middle;
  -webkit-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .b-raq a i {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 40em) {
  .b-raq a {
    padding: 30px 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .b-raq.collapse {
    width: 60px;
  }
  .b-raq.collapse a {
    padding: 15px;
  }
  .b-raq.collapse a i {
    font-size: 1.5rem;
    margin: 0;
  }
  .b-raq.collapse a span {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .b-page-title {
    padding: 40px 10px;
  }
}
.b-page-title__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 300;
}

.b-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.b-pagination__prev, .b-pagination__next {
  color: #36454F;
  margin: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.b-pagination__prev i, .b-pagination__next i {
  color: #fff;
}
.b-pagination__prev:hover, .b-pagination__next:hover {
  background: #D6011C;
  color: #fff;
}
.b-pagination__pages {
  list-style: none;
  margin: 0;
}
.b-pagination__pages li {
  display: inline-block;
}
.b-pagination__pages li a {
  background: #fff;
  border: solid 2px #EDEDED;
  color: #36454F;
}
.b-pagination__pages li a:hover {
  background: #D6011C;
  border-color: #D6011C;
  color: #fff;
}
.b-pagination__pages li a, .b-pagination__pages li span {
  margin: 5px;
  padding: 5px 10px;
}
.b-pagination__pages li span.current {
  background: #D6011C;
  border-color: #D6011C;
  color: #fff;
}

.b-upcoming-events {
  background: #8E959D;
  padding: 1.25rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 48em) {
  .b-upcoming-events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.b-upcoming-events i {
  opacity: 0.2;
  font-size: 3.5rem;
}
.b-upcoming-events > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .b-upcoming-events > div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.b-upcoming-events > div span {
  color: #fff;
  display: inline-block;
  max-width: 100%;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .b-upcoming-events > div span {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .b-upcoming-events > div span {
    font-size: 2.125rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.b-upcoming-events > div a.button {
  font-weight: 700;
  margin: 0;
  margin-left: auto;
  margin-right: 1rem;
  padding: 18px 14px;
  width: 100%;
  background: #E9EAEC;
  color: #5F6971;
  line-height: 20px;
  letter-spacing: 1px;
}
.b-upcoming-events > div a.button:hover {
  background: #D6011C;
  color: #fff;
}
.b-upcoming-events .upcoming-events__wrapper {
  margin-top: -1rem;
}
.b-upcoming-events .upcoming-events__wrapper div {
  margin-top: 1rem;
}
.b-upcoming-events .upcoming-events__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem;
}
.b-upcoming-events .upcoming-events__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-upcoming-events .upcoming-events__button {
    width: 245px;
  }
}
.b-upcoming-events .upcoming-events__heading {
  margin-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.c-category-filter {
  background: #36454F;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .c-category-filter {
    width: 268px;
  }
}
.c-category-filter span {
  color: #fff;
}
.c-category-filter__trigger {
  display: block;
}
.c-category-filter__icon {
  float: right;
}
.c-category-filter__filters {
  display: none;
}
.c-category-filter__filters.active {
  display: block;
}
.c-category-filter__filters a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 0;
}
.c-category-filter__filters a:hover {
  color: #D6011C;
}
.page-referring-doctors .c-category-filter, .parent-pageid-3148 .c-category-filter {
  left: 1rem;
  right: 1rem;
  width: auto;
}

.c-location-info-window {
  min-width: 150px;
}
.c-location-info-window hr {
  margin: 10px 0;
}
.c-location-info-window__directions {
  color: #D6011C;
}
.c-location-info-window__directions:hover {
  color: #004286;
}

.c-location-contact-info {
  margin-bottom: 30px;
}
.c-location-contact-info address, .c-location-contact-info span {
  color: #D6011C;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 900;
}

.c-patient-testimonials {
  margin-top: 15px;
  padding: 15px;
}
@media print, screen and (min-width: 64em) {
  .c-patient-testimonials {
    padding: 0;
  }
}
.c-patient-testimonials__title {
  color: #004286;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.c-patient-testimonials__quote {
  border: none;
  color: #004286;
  font-size: 1.4375rem;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
}
.c-patient-testimonials__quote a {
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
.c-patient-testimonials__quote a:hover {
  color: #D6011C;
}
.c-patient-testimonials .orbit-bullets {
  text-align: left;
}
.c-patient-testimonials .orbit-bullets button {
  background: none;
  border: 3px solid #979797;
  cursor: pointer;
  height: 20px;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 20px;
}
.c-patient-testimonials .orbit-bullets button:hover {
  background: #D6011C;
  border: 3px solid #D6011C;
}
.c-patient-testimonials .orbit-bullets button.is-active {
  background: #D8D8D8;
  border: 3px solid #D8D8D8;
}
.c-patient-testimonials .orbit-bullets button.is-active:hover {
  background: #D6011C;
  border: 3px solid #D6011C;
}