
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: application.scss
 * Encoding: UTF-8
 * Description: Main stylesheet definitions.
 *
 * Create on: 07.01.2019
 * Last update: 17.04.2023
 * Version: 1.20
 * *************************************************************************
 *
 * app/javascript => renamed to:
 * app/webpack:
 * |--- packs:
 * |    only webpack entry files here
 * |   |--- application.js
 * |--- stylesheets:
 * |   |--- application.scss
 * |--- images:
 *
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory.
 * It is generally better to create a new file per style scope.
 */
/**
 * 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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* override foundation default settings with this file */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: _settings.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 07.04.2020
 * Version: 1.01
 * *************************************************************************
*/
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: foundation_packages.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 17.04.2023
 * Version: 1.20
 * *************************************************************************
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, 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 {
  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;
  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;
}

.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: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  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 {
  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 {
    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 {
    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 {
  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 {
    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 {
    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 {
    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 {
    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: flex;
  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 {
  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 {
    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 {
    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 {
  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 {
    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 {
    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 {
    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 {
    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;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    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;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    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;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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);
  }
}
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: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.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: #0074bd;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 99.76, 162.54);
}
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;
    print-color-adjust: economy;
    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;
  }
}
[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 {
  appearance: none;
  display: block;
  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;
  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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[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;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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] {
  appearance: none;
  border-radius: 0;
}

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

::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: flex;
  width: 100%;
  margin-bottom: 1rem;
  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: flex;
  flex: 0 0 auto;
  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;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  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;
  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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
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: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0074bd;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(0, 98.6, 160.65);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0074bd;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(0, 92.8, 151.2);
  color: #fefefe;
}
.button.secondary, .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, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .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, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .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, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .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, .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 #0074bd;
  color: #0074bd;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(0, 58, 94.5);
  color: rgb(0, 58, 94.5);
}
.button.hollow.primary, .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 #0074bd;
  color: #0074bd;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(0, 58, 94.5);
  color: rgb(0, 58, 94.5);
}
.button.hollow.secondary, .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, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .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, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .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, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .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 #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .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, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0074bd;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(0, 58, 94.5);
}
.button.clear.primary, .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: #0074bd;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(0, 58, 94.5);
}
.button.clear.secondary, .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, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .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, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .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, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .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: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::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: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #0074bd;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0074bd;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.accordion {
  margin-left: 0;
  background: #fefefe;
  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: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0074bd;
}
: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: #e6e6e6;
}
.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;
}

.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: #0074bd 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 {
  transform: rotate(180deg);
  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: #0074bd transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  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;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .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: #0074bd;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(0, 92.8, 151.2);
  color: #fefefe;
}
.button-group.secondary .button, .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 .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.success .button, .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 .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button, .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 .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .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: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.hollow .button, .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 .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 #0074bd;
  color: #0074bd;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(0, 58, 94.5);
  color: rgb(0, 58, 94.5);
}
.button-group.hollow.primary .button, .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 .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 #0074bd;
  color: #0074bd;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(0, 58, 94.5);
  color: rgb(0, 58, 94.5);
}
.button-group.hollow.secondary .button, .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 .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 .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .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 .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 .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success: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 .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 .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 .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .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 .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 #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear .button, .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 .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: #0074bd;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(0, 58, 94.5);
}
.button-group.clear.primary .button, .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 .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: #0074bd;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(0, 58, 94.5);
}
.button-group.clear.secondary .button, .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 .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 .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .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 .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 .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .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 .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 .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .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 .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: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    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 {
    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 {
    display: block;
    margin-right: 0;
  }
}

.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(206.85, 236.4023809524, 255);
  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(247.35, 228, 225);
  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;
}

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  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 {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  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 {
  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 {
  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 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  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 {
  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 {
  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 {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  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 {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #0074bd;
  color: #fefefe;
}
.menu .active > a {
  background: #0074bd;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  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: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  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;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  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 #0074bd;
  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 #0074bd;
  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 #0074bd 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 #0074bd transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0074bd transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[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: #0074bd;
}
.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%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0074bd transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0074bd;
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0074bd transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .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%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0074bd transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0074bd;
  }
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0074bd transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .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.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0074bd transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0074bd;
  }
}
.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-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0074bd transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0074bd;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.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: #0074bd;
  color: #fefefe;
}
.label.primary {
  background: #0074bd;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

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

.media-object-section {
  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;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  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: #0074bd;
  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: "»";
}

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

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  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;
  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;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #0074bd;
}
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%;
  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: 39.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;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  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: #0074bd;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(0, 125.8507936508, 205.05);
}

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

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

.title-bar {
  padding: 0.5rem;
  background: #fefefe;
  color: #0a0a0a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  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: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #fefefe;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

.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: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

/**
  Prototype mode is disabled by default!
  Not all projects require Prototyping Utilities and adding utility classes like
  these increase your CSS file size especially if you're not using all of them.
  For these reasons Prototype mode is disabled by default

  Many Prototype classes use !important to ensure that these they aren't overridden
  by more specific selectors. This framework conscientiously avoids using !important
  declarations. Please note that we have only inserted !important on those specific
  CSS properties which in no case should be overridden
  More Info: https://get.foundation/sites/docs/prototyping-utilities.html
 */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* not needed */
/* Add imports of custom sass/scss files here */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: _settings-svg-sprites.scss
 * Encoding: UTF-8
 * Description: color settings for SVG sprites. Default config for
 * app/webpack/images/svg-image-sprites.svg
 *
 * Create on: 01.02.2019 17:13
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
/* do not set fill color direct use currentColor */
.icon-base {
  fill: currentcolor;
}

/* test custom color on svg icons and images */
body header .svg-logo {
  color: #0074bd;
}

.svg-icon {
  color: #0074bd;
}
.svg-icon.large {
  width: 100px;
  height: 100px;
}

/* general layout definitions */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/app-index.scss
 * Encoding: UTF-8
 * Description: All necessary layout files, are integrated by this file.
 *
 * Create on: 07.03.2020 08:51
 * Last update: 20.04.2020 13:19
 * Version: 1.05
 * *************************************************************************
*/
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: _settings.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 11.03.2020
 * Version: 1.01
 * *************************************************************************
*/
@font-face {
  font-family: "triview";
  src: url(/assets/layout/webfonts/triview-08eaeebf14a176d4279bdb8c60fdffaa5cc1c383a6dc9effaa12ea627201f58d.eot?jqhim0);
  src: url(/assets/layout/webfonts/triview-08eaeebf14a176d4279bdb8c60fdffaa5cc1c383a6dc9effaa12ea627201f58d.eot?jqhim0#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/triview-587ec0f60c328aab8362e327963471d724d54711234b646dd46f85e661a3391a.ttf?jqhim0) format("truetype"), url(/assets/layout/webfonts/triview-0e7b7325ac8b7aa0afc1fdb834fa27bba6f50a2a802eb6f3e2f2b206c423387d.woff?jqhim0) format("woff"), url(/assets/layout/webfonts/triview-0318e682756fb5faf49b7d32511ed0c87a32f9c8332adb16e5077c18594b4004.svg?jqhim0#triview) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=trv-], [class*=" trv-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "triview" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1rem;
  font-size: 1rem;
  color: #0074bc;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.trv-library:before {
  content: "\e902";
}

.trv-settings:before {
  content: "\e909";
}

.trv-calculator:before {
  content: "\e900";
}

.trv-login:before {
  content: "\e903";
}

.trv-login-user .path1:before {
  content: "\e904";
  color: rgb(0, 116, 188);
}
.trv-login-user .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.trv-logout:before {
  content: "\e906";
}

.trv-mdl-mgmt:before {
  content: "\e907";
}

.trv-news:before {
  content: "\e908";
}

.trv-lang-select:before {
  content: "\e901";
}

.trv-tools:before {
  content: "\e90a";
}

.trv-tricare:before {
  content: "\e90b";
}

.trv-triserve:before {
  content: "\e90c";
}

.trv-truck-selector:before {
  content: "\e90d";
}

.trv-user:before {
  content: "\e90e";
}

[class^=trv-].tv-14, [class*=" trv-"].tv-14 {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
[class^=trv-].tv-18, [class*=" trv-"].tv-18 {
  font-size: 1.1rem;
  line-height: 1.1rem;
}
[class^=trv-].tv-24, [class*=" trv-"].tv-24 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
[class^=trv-].tv-36, [class*=" trv-"].tv-36 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
[class^=trv-].tv-48, [class*=" trv-"].tv-48 {
  font-size: 3rem;
  line-height: 3rem;
}
[class^=trv-].tv-dashboard, [class*=" trv-"].tv-dashboard {
  font-size: 3rem;
  line-height: 3rem;
  color: #0074bd;
}
[class^=trv-].tv-dashboard:hover, [class*=" trv-"].tv-dashboard:hover {
  color: #0074bd;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/material-icons.scss
 * Encoding: UTF-8
 *
 * Create on: 01.02.2019 17:13
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
/**
 * https://github.com/Angelmmiguel/material_icons
 * https://google.github.io/material-design-icons/#using-the-icons-in-html
 * https://material.io/tools/icons/?style=baseline
 *
 * Styling icons in material design
 * These icons were designed to follow the material design guidelines and they
 * look best when using the recommended icon sizes and colors. The styles below
 * make it easy to apply our recommended sizes, colors, and activity states.
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/layout/webfonts/material-design-icons/MaterialIcons-Regular-7b028519390bc082e91dfcd15f2d1f721817b4850aa2f797a11f042303c0778b.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/layout/webfonts/material-design-icons/MaterialIcons-Regular-ffbf7634155ff1a09749c731fd8869aa160e23844ea61ea2377a709063f44198.woff2) format("woff2"), url(/assets/layout/webfonts/material-design-icons/MaterialIcons-Regular-85b431750ef70f23a0ba5c9aeaa557288604f8e8bbc2d315f5406b2df860af6b.woff) format("woff"), url(/assets/layout/webfonts/material-design-icons/MaterialIcons-Regular-11fa64eebbe7a9a6558703e526afef944c776e4b93c86d58cf88dca148015c32.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/**
 * Rules for sizing the icon.
 * Although the icons in the font can be scaled to any size, in accordance with
 * material design icons guidelines, we recommend them to be shown in either 18,
 *  24, 36 or 48px. The default being 24px.
 * CSS rules for the standard material design sizing guidelines:
 */
.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dashboard {
  font-size: 48px;
  color: #0074bd;
}
.material-icons.md-dashboard:hover {
  color: #0074bd;
}

.top-bar.main-nav ul.menu a i {
  font-size: 14px;
}

/**
 * Using the icon font allows for easy styling of an icon in any color. In
 * accordance with material design icon guidelines, for active icons we recommend
 * using either black at 54% opacity or white at 100% opacity when displaying
 * these on light or dark backgrounds, respectively. If an icon is disabled or
 * inactive, using black at 26% or white at 30% for light and dark backgrounds,
 * respectively.
 *
 * Here are some examples, using the material CSS styles described above:
 */
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* Rotation */
/*
.r90
.r180
.r270
.flip-horizontal
.flip-vertical
*/
/* Added */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: stylesheets/layout/webfonts/roboto.scss
 * Encoding: UTF-8
 *
 * Create on: 19.09.2020
 * Last update: 19.09.2020
 * Version: 1.00
 * *************************************************************************
*/
/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-100-e321abab1d1f40aa4f0ba3d880dfcfeb137fe2fce14bc2849a31ee8b06c4e77f.eot); /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100-e321abab1d1f40aa4f0ba3d880dfcfeb137fe2fce14bc2849a31ee8b06c4e77f.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100-cbedc74229dc894da782bce0fa7aa7f0d74214772d0ac8cccd7d4ad69f00d107.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100-f2b94eeb2b4d8927fd614d23aa0fb33bf33dc3efd0a2810f62ac48da852deeec.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100-822bb4ec89887423f393bfaded47d34661ddd4e099f2d963046c749a16f45927.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100-54ac87cec9ca76981b1f1f828e3f30037e53efa8cb83481807d0932cd423daef.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-100italic-188a37e8b6bfef585531e724bfb6609e3008b6c094a5b90d5a7789e99a33d1e6.eot); /* IE9 Compat Modes */
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100italic-188a37e8b6bfef585531e724bfb6609e3008b6c094a5b90d5a7789e99a33d1e6.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100italic-cfa6d1357e0370708aef6015b2ade89c8ea71c5aa4937522ffb270bc9692c399.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100italic-588c4b1e5f143ef17b553e66c44783ecb81456f8e10867c5df05dc6ba4fbe093.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100italic-1525b9c08dcd3e4d62b13d57844dcb9bd1484fcc7b1634faa40eda29c969a723.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-100italic-8ecbe7c2805c945f46de7982979c61ffc79428e096ce5e6d0e1d54d80d972906.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-300-de3c0be1756a8b4cb95a7df97f6502f85faf81bd9420cff1c4acbd8a12823383.eot); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300-de3c0be1756a8b4cb95a7df97f6502f85faf81bd9420cff1c4acbd8a12823383.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300-6e68542f932ded5688a8aab544b19db66008e40cb1bdcc93de21f952ba5a7b44.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300-670ae24871cd4eac3c0661234e2254d5dfd0679599f488369ca6bea3376fb742.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300-da496bf16d135cf85def77d18f46ae757c4ec16daceb2634baafb97a747f9beb.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300-53e32a84e92e043af3f9dce3d50e57ce1efe62ad101aa89660774b70a53b463a.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-300italic-fd734935855112baa7c95ef197b8796fc7d4df90c09ee2d9963b950be507c1dd.eot); /* IE9 Compat Modes */
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300italic-fd734935855112baa7c95ef197b8796fc7d4df90c09ee2d9963b950be507c1dd.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300italic-5499df409e9f451acdf181f203aeaae812d725cafcf39617cb8195022dac2211.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300italic-15a30e1876b01ae21afaab1c4872151069d5dd498188f48a229fd6ee2940fc25.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300italic-b4d8ca8428f0d156ccaf547f981f971fcca37d53cb88c1e7f63b96cb731daea0.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-300italic-3cd097f009c3f57de9ba85f9cbe59cf19d0892d4027351806d91c7d27213d615.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-regular-050a871e053c436b4526e4a2afcf8b7fbb09bc90ffe1ae7823f7109ef0a205c8.eot); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-regular-050a871e053c436b4526e4a2afcf8b7fbb09bc90ffe1ae7823f7109ef0a205c8.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-regular-55e87504c49da2ae6c549a0d59c90b1a433625b6dd9aa2a7cfa12731634eaace.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-regular-4a379c4da78bfe61468a610a8eee6ab668bee16585ab21f4629478bd47158d29.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-regular-4b488c9ed5f8c1562e249d8c8e541c2e7719903512ccc4acd8cd60f65df6be88.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-regular-3bea3afe6e3078ec3b0e56cd80ad97b059bb335af794ba57b5845ff44b77bcd3.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-italic-8b9a96538dcb8372a2468ac445f7cf09bce328f5ca3146ee8edeb7a8e163bc0f.eot); /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-italic-8b9a96538dcb8372a2468ac445f7cf09bce328f5ca3146ee8edeb7a8e163bc0f.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-italic-0db83bfa690bf9b616cf772f2684fda20ab8378e97ee97c456eee4d3a7c87d40.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-italic-a16b6718b941039bd37ac843b33356148eefc70e365eae13c94a7555041f9c9a.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-italic-bd9b557948765baf161ba7b357a48318c219ccff3a6515ac5e7d3d2f05b97653.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-italic-5965290041d32ef9c7b1166269586ead7e989d55414ed66db27d177004eae3fc.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-500italic-50b8603df9c221fe283445bc27c51f9685e944087737a86a664d974c2faeea0b.eot); /* IE9 Compat Modes */
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500italic-50b8603df9c221fe283445bc27c51f9685e944087737a86a664d974c2faeea0b.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500italic-8b46ea6d20388343fc663ce61a7fed3da9058ca0a8539d2aa3e62852e12d8a71.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500italic-1a58df21f4f471700cd3d057441bfe9eae1e94231c0993f2277b36d7edaff717.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500italic-78c948b80e10c10ef9e7c403196d3c782fb4555e98da87c58cea467434401b83.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500italic-4d941094d299d7072d19e0ab4cbe0db3a9704f5b29e88651c8e353ff98734675.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-500-c09155d06b527b4478478f6a2176333326320cc4281d13d9fe9d5c3c4fc67c28.eot); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500-c09155d06b527b4478478f6a2176333326320cc4281d13d9fe9d5c3c4fc67c28.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500-f88687619561c6956d2e1677610977745a16e31a247490e2ad8bd7a945d67b6f.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500-d2cd5adbf000a44ab53ccc40d64b452e4d0265f339d77e6f7a5c1ce419b04fa7.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500-03cb8670ac8e4b9bda2dbed7bf428d5e5554ed0c9b30668f1b0fad31e792a988.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-500-2bb6ffd7e2f47b33f2d88eddb156c6171e1f67fe3b07efa24452fb6bbdb15009.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-700-272e1e8d37ff217fee5019467a19fac95ed06a8a05d4ed4299ebf57b3c3db5a0.eot); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700-272e1e8d37ff217fee5019467a19fac95ed06a8a05d4ed4299ebf57b3c3db5a0.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700-d1b4bfcc9ee5cb93caeab87789f04db9f56e491f3db6929590b20e1190d8c82a.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700-a24df86ed49d5d193c2a33ddb34037ae95c5c62d515f22936b5409eacdac45c9.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700-258af197b523bf543bda348ba1446fca9d79ef31abc53b29d50017fbf8a9153c.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700-2da189152a7f131b78c66343dbed734e1f1b31b679ee8ed97b9deb048080da06.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-700italic-34515cb82fe4421bd820dc9b62ca09e480d75008407b2e8dd7dd39022616a5a2.eot); /* IE9 Compat Modes */
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700italic-34515cb82fe4421bd820dc9b62ca09e480d75008407b2e8dd7dd39022616a5a2.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700italic-10b5395bb65df0285f73208dbe1f94eb9c5830f55ba7d7692743bad0fb39fa02.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700italic-c2155220f07c8dc4034f538a82e9c3842fdd2a1068e69603be0ae3f75f059d2c.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700italic-0be2defe4cdb03d4c81dcee0e8eb23f2c63d2454494a138fff79ac16dcd53eae.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-700italic-63b1f75d9ff9eb92f7273a44a8677db95969553ad6d82141f71b3c25d729bd49.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-900-9163e91d9a60ca884ce8be7d06b9cb749212a527de31f81d1a1a3b8fbde582f7.eot); /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900-9163e91d9a60ca884ce8be7d06b9cb749212a527de31f81d1a1a3b8fbde582f7.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900-bc6543ed17e901c59983107fae1d3e9a13fa96c4cbfa4b5228ff9d213eb74a4d.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900-db8d53b56069abf7f8afd35573a8f1e551509658f69391dcfa69e39544c4c784.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900-c979f6a850d2fc249fdfdeb2ded0082ef93ffb36567ed59cad0d79bedf5e6ae0.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900-7388136b89e15e25e987f7ea65956a2efbf9b52d43268e14a5989c669a4dd751.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(/assets/layout/webfonts/roboto/roboto-v18-latin-900italic-007432446375cc4206bfde5fc68d9c9111f60ca6835c9406f28c20b3679c5a0b.eot); /* IE9 Compat Modes */
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900italic-007432446375cc4206bfde5fc68d9c9111f60ca6835c9406f28c20b3679c5a0b.eot?#iefix) format("embedded-opentype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900italic-320896605d060f604c2fc3518b6dd5173118f33788fd374215dc7911ac82e6e7.woff2) format("woff2"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900italic-dd1ff0eaa0948dd44b7a31c1a1c9a5db0e9ff7ae38f47194e352599cbe91d46f.woff) format("woff"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900italic-ed74dea3b3915aaac14078d77013eb88db75d89925a1232f11c6b54c06cf27ec.ttf) format("truetype"), url(/assets/layout/webfonts/roboto/roboto-v18-latin-900italic-e6bbaf9ac01a328286b1037f0be7b7e03121646b166fd2e8e0a21220ab267ff5.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* global page defaults */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/page_defaults/body.scss
 * Encoding: UTF-8
 * Description: Style for content banner, under the main navigation.
 * => page content header
 *
 * Create on: 04.05.2020 17:42
 * Last update: 04.05.2020 17:42
 * Version: 1.00
 * *************************************************************************
*/
/* banner header */
h1.first-header {
  text-transform: none;
}

/* first content header */
.h1.first-header {
  text-transform: uppercase;
}

/* form elements */
.unmask {
  border: 1px solid #ccc;
  border-left: 0;
}
.unmask:focus {
  outline: none;
}

fieldset.switch-group .switch {
  margin-right: 0.8rem;
}

/* other elements */
pre {
  width: 100%;
  padding: 0.3rem;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  font-size: 0.8rem;
  background: #efefef;
  border: 1px solid #ccc;
}

/* data record in record list tables - new, edit, destroy  and show */
div.edit-tools {
  display: block;
  position: relative;
  height: 22px;
  width: 55px;
  /* icons */
}
div.edit-tools.icons-3 {
  width: 80px;
}
div.edit-tools .destroy,
div.edit-tools .edit,
div.edit-tools .show,
div.edit-tools .user-switch,
div.edit-tools .new {
  height: 16px;
  width: 16px;
  float: left;
  margin: 0 5px 0 5px;
  display: block;
}
div.edit-tools a.edit i.material-icons {
  color: #ffae00;
}
div.edit-tools a.user-switch {
  margin: 0 8px 0 0;
}
div.edit-tools a.user-switch i.material-icons {
  color: #0074bd;
}
div.edit-tools a.destroy i.material-icons {
  color: #cc4b37;
}
div.edit-tools a.destroy.mark-as-delete-now i.material-icons {
  color: #ffae00 !important;
}
div.edit-tools a.destroy.disabled i.material-icons {
  color: #ccc;
}

table {
  /* data record in record list tables - enabled / disabled */
  /* data record - yes / no */
}
table i.enabled {
  height: 15px;
  width: 15px;
  color: #0074bd;
}
table i.disabled {
  height: 15px;
  width: 15px;
  color: #767676;
}
table span.kenz-no,
table span.kenz-yes {
  font-weight: bold;
  font-size: 1em;
}
table span.kenz-yes {
  color: #005fa8;
  font-size: 1.2em;
}
table thead th a {
  color: #0a0a0a;
}
table tfoot td {
  color: #767676;
}
table tr.odd {
  background-color: white;
}
table tr.even {
  background: #f1f1f1;
}

/* because footer  position: fixed; */
.page-wrapper {
  margin-bottom: 3.2rem;
}

/**
 ===========================================================================
 miscellaneous ...
 ===========================================================================
 */
.debug-env {
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 11px;
  width: 100%;
  padding: 3px;
}

.debug_dump {
  clear: both;
  float: left;
  width: 98.5%;
  margin: 25px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* ajax and turbolinks defaults */
.turbo-progress-bar {
  height: 2px;
  background-color: #3adb76;
}

.ajax-loader-placeholder {
  height: 2.5rem;
}

.ajax-loader-overlay {
  position: absolute;
  background-color: #fefefe;
  height: 100%;
  width: 100%;
  opacity: 0.65;
}

.ajax-loader {
  position: absolute;
  background-image: url(/assets/icons/circle-loader-0fd1703f7159f383963208f81938eff8dc38aa39d64d3edd2acbf171bf4ec179.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding: 5px 0 0 40px;
  width: 100%;
  height: 2.5rem;
}

body {
  overflow-x: hidden;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/page_defaults/forms.scss
 * Encoding: UTF-8
 *
 * Create on: 27.05.2020 18:00
 * Last update: 27.05.2020 18:35
 * Version: 1.01
 * *************************************************************************
*/
fieldset legend {
  font-weight: bold;
}

@media print, screen and (max-width: 39.99875em) {
  fieldset.hidden-labels-small label {
    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;
  }
}
@media print, screen and (min-width: 40em) {
  fieldset.hidden-placeholder-medium-up ::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
  }
  fieldset.hidden-placeholder-medium-up :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  fieldset.hidden-placeholder-medium-up ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
  }
  fieldset.hidden-placeholder-medium-up :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
  }
}
.privacy-wrap .switch-group {
  float: left;
}
.privacy-wrap .switch-group .switch {
  margin: 0 0.5rem 0 0;
}
.privacy-wrap .switch-group .field_with_errors:before {
  content: " * ";
  color: #cc4b37;
  float: left;
  margin-left: 55px;
}
.privacy-wrap .switch-group .field_with_errors + label {
  border: 1px solid #cc4b37;
  background: #f1e4e2;
}
.privacy-wrap .switch-group label.is-invalid-label {
  border: 1px solid #cc4b37;
  background: #f1e4e2;
}
.privacy-wrap .form-error.help-text {
  padding-top: 0.7rem;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/page_defaults/dashboard.scss
 * Encoding: UTF-8
 * Description: Style for dashboard controller
 *
 * Create on: 25.06.2020 11:42
 * Last update: 25.06.2020 11:42
 * Version: 1.00
 * *************************************************************************
*/
.page-wrapper .apps-pannel-icon {
  color: #0074bd;
  width: 60px;
  height: 60px;
}
.page-wrapper .inactive .apps-pannel-icon {
  color: #8a8a8a;
}
.page-wrapper .apps .callout {
  border-color: #0074bd;
}
.page-wrapper .apps .callout p {
  font-size: 0.7rem;
}
.page-wrapper .apps .callout h3 {
  color: #0074bd;
  font-size: 0.8rem;
}
.page-wrapper .apps .callout.link-wrap {
  padding: 0;
}
.page-wrapper .apps .callout.link-wrap:hover {
  background: #e6e6e6;
  transition: background-color 0.25s;
  border-radius: 0;
}
.page-wrapper .apps .callout.link-wrap a {
  padding: 1rem;
  display: block;
  transition: background-color 0.5s;
}
.page-wrapper .apps .callout.link-wrap a p {
  color: #0a0a0a;
}
.page-wrapper .apps .callout.link-wrap a:hover .apps-pannel-icon {
  color: #0a0a0a;
}
.page-wrapper .apps .callout.link-wrap a:hover h3 {
  font-weight: bold;
}
.page-wrapper .apps .cell.inactive h3 {
  color: #8a8a8a;
}
.page-wrapper .apps .cell.inactive .callout {
  border-color: #8a8a8a;
}
.page-wrapper .apps .trivent.crop-svg,
.page-wrapper .apps .triconnect.crop-svg,
.page-wrapper .apps .tricat.crop-svg,
.page-wrapper .apps .triport.crop-svg {
  overflow: hidden;
  height: 48px;
  margin: 18px auto 0 auto;
}
.page-wrapper .apps .trivent.crop-svg svg,
.page-wrapper .apps .triconnect.crop-svg svg,
.page-wrapper .apps .tricat.crop-svg svg,
.page-wrapper .apps .triport.crop-svg svg {
  width: 195px;
  height: 195px;
}
.page-wrapper .apps .trivent.crop-svg {
  width: 136px;
}
.page-wrapper .apps .triconnect.crop-svg {
  width: 198px;
}
.page-wrapper .apps .tricat.crop-svg {
  width: 113px;
}
.page-wrapper .apps .triport.crop-svg {
  width: 140px;
}
.page-wrapper .cell.development .apps-pannel-icon {
  color: #cc4b37;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/default-noapp.scss
 * Encoding: UTF-8
 * Description: Style for redirect page
 *
 * Create on: 22.05.2019 14:04
 * Last update: 15.04.2020
 * Version: 1.01
 * *************************************************************************
*/
body.no-app .my-overlay {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  z-index: -1;
}
body.no-app.user_sessions, body.no-app.calculators, body.no-app.mdload_stations {
  background: #333 no-repeat url(/assets/body/runner-1920x1080-cb28cf32580453262c9022f8847d1747b5f84749038a9bcf05cf0eb29ae0e5ba.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.no-app .page-wrapper .center-info-box {
  padding: 1rem;
  width: 400px;
  margin: 15% auto;
  background-color: #fff;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/page_defaults/content_banner.scss
 * Encoding: UTF-8
 * Description: Style for content banner, under the main navigation.
 * => page content header
 *
 * Create on: 30.04.2020 13:46
 * Last update: 30.04.2020 13:22
 * Version: 1.00
 * *************************************************************************
*/
.content-banner {
  background-image: url(/assets/body/banner-bg-e7a1207f7507d5ee6bea9d609df42dca812b2ed74fa26e10e2ff0dd0d46a6636.png);
  background-position: center top; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding: 1rem;
  height: 230px;
}
.content-banner .h1 {
  color: #fefefe;
  font-weight: bold;
  text-shadow: 0 0 1rem #fefefe;
  font-size: 4rem;
  width: 60%;
  margin-left: 30%;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .content-banner {
    height: 120px;
  }
  .content-banner .h1 {
    font-size: 2.2rem;
    margin-top: -15px;
  }
}

.content-marker {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-marker h1 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.content-marker h2 {
  margin-top: 0;
  font-size: 0.8rem;
}
.content-marker .bars-and-runner-wrapper {
  margin: -0.5rem 0 0 0;
}
.content-marker .bars-and-runner-wrapper .thin-bars {
  display: inline-block;
  height: 0;
  width: 100px;
  border: 1px solid #0074bd;
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
}
.content-marker .bars-and-runner-wrapper svg {
  color: #fefefe;
  background: #0074bd;
  padding: 0;
  width: 26px;
  height: 26px;
  border-radius: 13px;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/app-index.scss
 * Encoding: UTF-8
 * Description: All necessary layout files, are integrated by this file.
 *
 * Create on: 18.06.2020 15:45
 * Last update: 18.06.2020 15:45
 * Version: 1.00
 * *************************************************************************
*/
.impress-bar {
  background-repeat: no-repeat;
  background-position: center top; /* Center the image */
  background-size: 100% auto; /* Resize the background image to cover the entire container */
  height: 30vw;
  margin-bottom: -3rem;
  background-image: url(/assets/body/runner-bar-450x125-521064702d2ff1ede4a6322905d65d4b98d5e54c6fbc6d33cf1290b6346d6592.jpg);
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .impress-bar {
    background-image: url(/assets/body/runner-bar-1024x283-4a36bba4f6634e53ef684588f2e3cedabd69c200f4324de97e3e656a8cc423b6.jpg);
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .impress-bar {
    background-image: url(/assets/body/runner-bar-1920x537-9ba8f24f6b7a821ed6cd9287ac0d67477883dd0d314899bbce6c2159e5f21f9a.jpg);
    margin-top: 2rem;
  }
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/direct_upload.scss
 * Encoding: UTF-8
 *
 * Create on: 12.05.2019 06:11
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/form-validation-and-errors.scss
 * Encoding: UTF-8
 *
 * Create on: 01.03.2019 11:49
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
/* rails form validations, compatible to foundation alert */
div#error_explanation ul {
  list-style: square;
  color: #0074bd;
  margin-left: 2rem;
}
div#error_explanation ul li span {
  color: #0a0a0a;
}

/* rails form validations, compatible to foundation alert */
div.field_with_errors {
  width: 100%;
}
div.field_with_errors label {
  color: #0a0a0a;
}
div.field_with_errors input {
  border: 1px solid #cc4b37;
  background: rgb(249.9, 237, 235);
}

.form-error.help-text {
  color: #0a0a0a;
  font-weight: normal;
}

label.is-invalid-label {
  color: #0a0a0a;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/page_defaults/global_modal.scss
 * Encoding: UTF-8
 * Description: All necessary layout files, are integrated by this file.
 *
 * Create on: 28.06.2020 07:21
 * Last update: 28.06.2020 07:21
 * Version: 1.00
 * *************************************************************************
*/
#global-modal {
  border-radius: 0;
}
.content.fakemodal {
  background-image: url(/assets/body/login-430x180-adcbf2b71561287016bd939b9a2c76cf0c6e28302added06842d59f8650abeb3.jpg);
  background-repeat: no-repeat;
  background-position: center top; /* Center the image */
  background-size: 100% auto; /* Resize the background image to cover the entire container */
}
.content.fakemodal .impress-bar {
  margin-top: 45vw;
}
.content.fakemodal .fake-modal-layer {
  position: absolute;
  width: 100%;
  height: 230vh;
  background: #333;
  opacity: 0.5;
}
.content.fakemodal .fake-modal-position-wrapper {
  position: absolute;
  width: 100%;
  height: 220vh;
  background: transparent;
}
@media print, screen and (min-width: 40em) {
  .content.fakemodal {
    background-image: url(/assets/body/login-1024x415-0294d07cdace1ad5a5d41d8a218cb69b0fc329507497e844f85b7ba39471e3d1.jpg);
  }
}
@media print, screen and (min-width: 64em) {
  .content.fakemodal {
    background-image: url(/assets/body/login-1920x680-f9065b1011938bb42030618edcd0214302096e146ae7f21c867fc8de99e53c34.jpg);
  }
}

/**
 ===========================================================================
 page header defaults
 path: html body .page-wrapper header {}
 ===========================================================================
 */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/head.scss
 * Encoding: UTF-8
 * Description: Styles inside <header></header part op page
 *
 * Create on: 01.02.2019 17:13
 * Last update: 09.04.2020
 * Last update: 15.04.2020
 * Version: 1.03
 * *************************************************************************
*/
header .menu-icon {
  /** https://get.foundation/sites/docs/sass-mixins.html#hamburger
   * @include hamburger($color, $color-hover, $width, $height, $weight, $bars);
   */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
header .menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0074bd;
  box-shadow: 0 8px 0 #0074bd, 0 16px 0 #0074bd;
  content: "";
}
header .menu-icon:hover::after {
  background: #8a8a8a;
  box-shadow: 0 8px 0 #8a8a8a, 0 16px 0 #8a8a8a;
}
header .menu-icon:focus {
  outline: none;
}
header .menu-icon.close-icon::after {
  margin-top: -6px;
  margin-left: -2px;
  font-size: 35px;
  font-weight: bold;
  content: "✕";
  color: #0074bd;
  background: transparent;
  box-shadow: none;
}
header .menu-icon.close-icon:hover::after {
  color: #8a8a8a;
}

header .head-divider {
  height: 0;
  border-top: 5px solid #0074bd;
}

header .logo {
  width: 32vw;
}
header .logo .svg-container {
  width: 32vw;
}
header .logo .svg-container .svg-logo {
  height: 55px;
}
header .basic-buttons span {
  font-size: 12px;
  padding: 2px 0 0 0;
  display: block;
  color: #0a0a0a;
}
header .basic-buttons i.material-icons {
  font-size: 34px;
}
header .basic-buttons i.material-icons:hover {
  color: #8a8a8a;
}
header .basic-buttons .menu li {
  text-align: center;
}
header .basic-buttons .menu li a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}
header .basic-buttons .menu li a .svg-icon {
  width: 32px;
  height: 32px;
}
header .basic-buttons .menu li a .svg-icon:hover {
  color: #8a8a8a;
}
header .basic-buttons .menu .su {
  padding: 5px 0 0 8px;
}
header .basic-buttons .menu .su a {
  width: 40px;
  height: 40px;
}
header .basic-buttons .menu .su a:hover {
  background: #cacaca;
}
header .basic-buttons .menu .su a span {
  font-size: 16px;
  font-weight: bold;
}
header .basic-buttons .menu .profile-or-logout {
  padding: 5px 0 0 16px;
}
header .basic-buttons .menu .profile-or-logout span {
  padding: 0;
}
header .basic-buttons .menu .profile-or-logout a {
  position: relative;
  color: #0074bd;
  background: #cacaca;
  width: 40px;
  height: 40px;
  /*
   font-size: 16px;
   font-weight: bold;
   padding: rem-calc(12) 7px;
  */
}
header .basic-buttons .menu .profile-or-logout a .svg-icon {
  margin: -11px 0 0 -9px;
  width: 40px;
  height: 40px;
}
header .basic-buttons .menu .profile-or-logout a .avatar-image.small {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}
header .basic-buttons .menu .profile-or-logout a .avatar-image.small:hover {
  border: 1px solid #cacaca;
}

/* mobile view */
header .title-bar .logo .svg-container {
  height: 8vw;
  margin-left: 3vw;
}
header .title-bar .logo .svg-container .svg-logo {
  height: 8vw;
}
header .title-bar .title-bar-right .menu {
  float: right;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/topnav/main_navigation.scss
 * Encoding: UTF-8
 * Description: Styles for main navigation (responsive also)
 *
 * Create on: 26.06.2019 13:30
 * Last update: 16.03.2023 14:26
 * Version: 1.2
 * *************************************************************************
*/
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: _settings.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 07.04.2020
 * Version: 1.01
 * *************************************************************************
*/
#show-media-query {
  position: absolute;
  top: 57px;
  left: 0;
  padding: 0.2rem;
  background: khaki;
  color: red;
  z-index: 1000;
}

/* display none if no javascript ist loaded */
html.no-js .title-bar {
  display: none;
}

html.no-js ul[data-responsive-menu="drilldown medium-dropdown"] {
  display: none;
}

/* --- end --- */
header {
  /* first level horizontal menu */
}
header .main-nav.menu li {
  /* responsive menu only */
  /* second level vertical menu */
}
header .main-nav.menu li a i.material-icons.apps {
  font-size: 1.5em;
  margin: -4px 4px 0 -4px;
  line-height: 0.6em;
  color: #7d7d7d;
}
header .main-nav.menu li .responsive-icon {
  width: 30px;
  height: 30px;
  margin: 5px 10px 0 5px;
  float: left;
  display: none;
}
header .main-nav.menu li.is-inactive a {
  color: #8a8a8a;
  cursor: default;
}
header .main-nav.menu li:hover {
  background: #0074bd;
}
header .main-nav.menu li:hover a {
  color: #fefefe;
}
header .main-nav.menu li.is-inactive:hover {
  background: none;
}
header .main-nav.menu li.is-inactive:hover a {
  color: #8a8a8a;
}
header .main-nav.menu li ul {
  background: #fefefe;
  border: 0;
}
header .main-nav.menu li ul li a {
  color: #0074bd !important;
}
header .main-nav.menu li ul li.is-inactive a {
  color: #8a8a8a !important;
  cursor: default !important;
}
header .main-nav.menu li ul li.is-inactive:hover, header .main-nav.menu li ul li:hover {
  background: #e6e6e6;
}
header .main-nav.menu li ul li.is-inactive:hover a, header .main-nav.menu li ul li:hover a {
  color: #0074bd;
}
@media print, screen and (min-width: 64em) {
  header .vertical.menu ul li {
    max-width: 23rem !important;
    width: 31vw !important;
  }
}
@media print, screen and (min-width: 40em) {
  header .vertical.menu ul:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 102vh;
    z-index: -1;
  }
  header .vertical.menu ul:after {
    content: "";
    background: rgba(0, 116, 189, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  header .main-nav.menu > li {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  header .main-nav.menu > li ul {
    width: 96.8vw;
    max-width: 1158px;
    padding: 0 0 0.2rem 0.5rem;
  }
  header .main-nav.menu > li ul li {
    width: 46.8vw;
    background: white;
    display: inline-block;
    margin: 0.3933333333vw 0.295vw 0.3933333333vw 0.295vw;
  }
  header .main-nav.menu > li ul li svg.responsive-icon {
    display: block;
    color: #0074bd;
    width: 110px;
    height: 100px;
    margin: 0;
    padding: 1.8rem;
    background-color: white;
  }
  header .main-nav.menu > li ul li.is-inactive svg.responsive-icon {
    color: #7d7d7d;
  }
  header .vertical.menu .short-desc {
    font-size: 0.8rem;
    background: #f3f3f3;
    overflow: hidden;
    color: #5e5e5e;
    height: 66px;
    padding: 0.2rem 0.5rem 0.3rem 0.6rem;
    margin: -5px 0 -30px 0;
  }
  header .vertical.menu.applications {
    left: -6.12rem !important;
  }
  header .vertical.menu.tools {
    left: -14.97rem !important;
  }
  header .vertical.menu.tools.visitor {
    left: -6.07rem !important;
  }
  header .vertical.menu.news {
    left: -19.92rem !important;
  }
  header .vertical.menu.news.visitor {
    left: -11.05rem !important;
  }
  header .vertical.menu.applications, header .vertical.menu.tools, header .vertical.menu.news {
    background: transparent;
  }
  header .vertical.menu.applications li a:before, header .vertical.menu.tools li a:before, header .vertical.menu.news li a:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAQg3pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarZlrcus6koT/YxWzBLwfy8EzonfQy58vQUn28fGd6IhpO0xJJAUCVVmZWbDZ//7XMf/DTwwum5hKzS1ny09ssfnOm2qfn36PzsZ7fH7e19yf583rZms9pwKv4XV/ft3/Pu8+AzwvnXfp20B1vi6MPy+0+Bq//hjo9aCgGXnerNdA7TVQ8M8F9xqgv2aaWy3flzD28/r6/rPUqqVxCOWO/Rnk5+dYiN5KnAze7+CC5eiDfyYQ9BdM6LwJHF1I3MggvE+hcYyhvmZCQH6Lk/02K/MzK3P+npXPux9JCfk5bzjxZzDz5/XX8y79HnxzQ/ztyWF+nvzH+dbs+bmc9985q5pz9rO6HjMhza9FvZdy33HjIOThfi3zW/hLvC/3t/FbBchJdpaddvA7XXOetBwX3XLdHbfv63STKUa/feHV++nDPVdD8c3PYA3Zivp1xxdytUIlmZP0Bs76z1zcfW67j5uu8uDluNM7BnOCgtHhv/H7jwOdIxw4Z+sTJ2DBvLxAyDSUOR25i4S488ZRugF+//78UV4DGUw3zJUFdjueIUZyL2wJR+EmOnBj4vUpC1fWawBCxLMTk3GBDNhMCbjsbPG+OEccK/npDFR9iH6QApeSX8zSxxAyyalez+Y7xd17ffLPaTiLRKSQKaeqYiJXEWIDPyVWMNRTSDGllFNJNbXUc8gxp5xzySK/XkKJJZVcSqmllV5DjTXVXEutprbam28Bckwtt9Jqa613HtoZufPtzg29Dz/CiCONPMqoo40+gc+MM808y6xmttmXX2HBEyuvsupqq2+3gdKOO+28y6677X6A2gknnnTyKaeedvona87csnN//f7nWXPvrPmbKd1YPlnjq6W8h3Cik6SckTEfHRkvygCA9sqZrS5Gb5Q65cw2aA5uY5ZJyVlOGSODcTufjvvk7itzf+TNxPj/ypt/Z84odf+NzBml7h8y93fefsnaktpQh+ZmSGWooNpA+e2ca/e1n+HDdkxeHyRwz2sfJZw9bFm+O+a5y1nZHtMTaJ8lhe1z4QO6RWIIzzwMOgf0WF05sS9O9ZXL2akWqGGcngpw4zpcsc3obY0az9an0V0j2k6GoJYR0aQztleM/Pud5uaWbrK7+wa16H5ngM19E+dn8rntoRQWApckk7rBCjzPM1ZrR/z8nH69GpvSaOekGnZLdqXje5/FJ7iXVMVDDg4ZOi2Bxh7XGGvuXrN3MfuWKnC6cTDnhgF5uIHYlc+sk6Vv8NT3tpUk5V0bsCVx3a5COIOdu8Q1SSiA5YozdaW4mYLmHNfJaZRz2gbJZ8FNldwtFdaxTGsTeOBQTi6RSdaTyhkxhzO7AauOr7gUVgZ61FVwqwpbcCKKkfElCBjLnMxg7V5O6Dv2E9NyrfiRS1q2T9NHLK1Bm92WhB7nnU8Kp8G0DSA1vc0+zzRAuv0MRZGV3s7clfrWFfO51GJZMG0kbYxI1pKAqvzhUoDr8niyE8m6QzKhXaZpZWWW/Fkxqf0fOf16RRhmORa4EYMIFZwZTgVO8VDdfTnDJ/cgKc1eckuiErLYbJnjgOHAhbNKpBwANChJGoMypwIHlaoB+1iGiM+Tw/3ydoGKPN7eeDGTQIw5OWb7VFzP6Yz+gC7yKGhlyWeap0ChyFpEGVgH3zJWpd+vMtS478Ze9uB0X6f/fjU5THhw5hImNRs2gwLv4npegTH8GYFagZuFnZNy5zG97VhP9mMB/UEy9p5mh5ZhH1dxHcXx2LGyEBcEw6KAEOSaMlx1ttitL3i4dAdT+QF2KMGBuDIjijTWSxogHFxvqkSoPbbnuGAWhBnSh6B8TvCMBaurEpkRKf/Rb4EdExvIhzUL1bqpe5Lj6yhkEKJC5hOB3jmQ4Zkrfwo75XJKTXzirgz7MirIXnF/BR9uWo4/kQwK5iLWbTRq5ywmR9rSpDKg8puIxYw85ZbPQSB3W0fTc/e4FdelysWGbB1PvUf+Uh8bymEGdp25oEadhZCpKTMo2qSoMOODsKk629kKdS93uHmPB65Fto7LmRi1sGdCIBRcYiOjRc1H0DuB5EjvZ6AfEJnfCbaFGA7MoeIrQZcb42M1scMxPSnK9S6txkG8mx4MbHQphwgAGrqsx9mirwgRCOtpn5EptAR8FYq9ghkptzFJLarXAOZea1VI4IBCVA4CBJyNaq97zo0YweWxZwoHAX5p1QjY4xfGYZ5xFhULv466YWZLVZKfOvaDMfAIRa9YyRHy4vV2MsssW5GWoaILVQH9zyWKp9QHkSBtFIzPg0s2Vp7ihnC7w0K5GwUZKg/bFdDLUiwTd2ROizjMG+heiNwsz/ujWAGLRSFCRaSe4iBouyfiDK24WG7OmBFdwkUEZgeYvhiCkxTBIVLuFgCyfBIiNFloikB2lzBsY/Y4BKqaLtN09YYUM5PdnjlHDEwYlWQHvAspIVwsZhPaUWLsFIH8TXDi2tiD2AzxbwZrI4jEQkYHnCcpILCIrPXpwzZTy8Kc+IuccsNPhcznAqkI5l7TFSZIVYea1+L1ci882ZZIREhy5bLoKvmJn8VR7AXWnsvmXn+uvq4VPgHCtbC2tUwrQdyniPQf2OxBs/vT7RjfAOYORQz79TasSkh8X29V0HMJGo9zhzc4E8oW94LK500utgkbRdS6haJFa4iLIqn4GxCWaPEeyp4j0K8/70OBWPzzAVsTUNSTDJrZCS1uNKlFXHtAJEgxlb1hg4FsRLlbepgRyWwgAOR5jprEJgkiEHurp0XDhJMKtYoc0L4T5sNQ2yWJPMmPeZwki8p8M09qJU5mE2fBWKAVxywsHasaAUpa66ik04G3pIUQjPIjScftLxgLTLqJAsD2O5bJBHPrAmAxvixUu1CZZA+mgWJXwdUGCDeL6Jxs0sU3BMKgqP5qM4WeHEWLfF0biIpUzPtj/igZOajeMAZSyY5dgDyZTwS79fhG0R3Ygbszj4bcwXB77jH3poGbCWhdh5PgipgaJA8YaNsTmYDEkugLTuDeNhywrXGhq6g/PUWn9zfkJQp/8kuXobXESYMgd3GQThG3AvgEX3YE3UmFkMTcFIyF5d/b4N7RI27sp7U5Z6/LTqLTaIWqrMRcU2aO74ml1X8z3KxIJR3c7pOEZigAHAU4Jj0tT4AqWigsqD/HSjCrJzuyBAxIKEeVD4zWi6TEjptS6ggkHVpWy4w6Et84qxJHu9RVQWR+hitHHv1T64DfY14DDNoBFRZwbRdIoRWlvakLtSaCxcJXCBhRTe2JGPYMWByLp6Phzoig/DWwc3RFHpGOHbrDRFyQXIj8+nX4LWIJj9wA/gUkJzyvJSigEtqmLwsBsYjG4z7XUPd3rWR00/6zkfxgoFMQ8eEA9Todf0SxWpTssaRizza3auLQerVrPyNNRVLO/84aon1XQJXjRnBpENgt2fpSvFnfJCbXyDyuWcFOf/PQbx7GOcFixwjRMEURtBxowVPDkwtbivJrywaBWxiuPHIlgH5pCyyoGiC+W4N0rkdNDf0ebIqc7+GRqo2dyi//2bAa8Z/9Z0cB4UP4K+8OIOlEsp4K9tVt0+yU7F/Oe+MQ0ZsnZva3mLlXzMwTNAY6ChkRQ4rw3tiWN5vSkSQnC90vaL9ChrmAaKto43TIv1EZQx6qL0wa5A6/4RXJK8yMj4xMdFPqGcGdk7TNbhHyBPC+NWXmdmWD8en4aQ3pRlakj56jL6wiPSLMXBxiMOcvAY+Q87jiYaAI2Suaa4SLitueCGOJOj33xn7PVRJh8zgCTvYuW05sCoKALUKkOpegDAOicL/76fRTPdpb/JI+GlCKG4fDR3qrVGTE8St0oJkUbQLBMgDAMAQe+vvAPS1e1la7V1TbRQWF27CsE7mH7VEM6pPGg/4YH0er4XAzzsyA6HtqP4g4sCv4waAetog1UBcSxDIV0uPV5+JKqHE0DjU+Ufqzse7F/IIRR48RqKbGjF1Ys03G9qJrCFR9QBs4WyLai9uJqpIZM/DEvYluWIzoZ3pJMcEXA0YUglr0rG68dxIiLcDjwOt4HEoKRoUMyHLaj8e+ux3XzEXNFDAh7IFr27JIe5qbVOWYiM/bnJBJ680Pd/KrOamuv40JabS/+hLzZUx++BIQTzvuyBEiMulCAhWEYt7xdnAbP6Y6DbRiDGued8291dblM2+zZukHmMaGXa8pyCq2AWYSrgxn6QPEEURFlD/NMYWf4F2x7cQ3kyrrfNH2gNKE80B9k7wKTa8aOwDscSgBAu5tYjMoyKbqxwOBpJFAAOqO00An+eLwXtZaisuaKYrbnsRUH3GwUmNCQOt3tNLG0lKvT0dEm+sU24wFPgGkEQTmTNKZGa4/BTrj0Ch/2iltHggO9E9ZHDwNekJlYs+ikPvebAqvTYUokHjRF3fTjdE5QxOkxQG50WCLpra75GyYhKO7TnY/98FOE99K/xGDNoOEGxaONyzuwdm6NhnlvptToU3EDarFwvmG7WZcgRuNJDbzxAe5Uf3+HvUxiHCRzIDcYKEVS1W8StawMoP0A2y4lS5jK5bfRtI4uIswNoYj79h81EI6iYdJtN2UMFzaGomLFsJCNvhyUeqO+j8Wikw/rc0iW1uLWLApu+d2iyB2qGOnEhvNBvV9j1BVNKJzpghJzfh7myXy+KPNSuN7m8VxdVcBJI+ZxFGtc1q4zyc6Te0bzeAN6TU2f46odHZaF+Wm4j2NpIt3T+c1Cv4DHcByFXpW7Pac+ldOv2ixlPCLk2M8/o/N124g84RtdNqv2Sc2bYUturfbJKGTrAHOZOG3BaM+aQnPtYKd7hFlhq/wIN3gZWumLaiqfUwQMlu0S1xnUc+3x43WUHm2Wy+XrRgJuYkbjo6+iKjNQjYyQoPqLagfVdOYfI0uWJ2cVZG++mzS0PPTnN7hroaervJ0ZnhYvq5p6aDvRUih+DkcIIJ2byap6h0qHq/HRqWqYwXyDR+bNn0OGEzOOJDB8kFKblX2OTTt+3LnxmiciBxqx7iSc2wP1EFy76bwxiou/Ve0qlUphnuBAkfrtLGlgj5ZAP1U7V+viSBfC5Jx2e8Phk/IyvQTli4zvz3bTgG/CoqeQqVS9M0JJFKezzYRWIvttcGIZEO/mwAyNDWpTjtoN8be/XztRj57iM9eeGHWO7ZfvaphlZHo6z8ZS1VU30tw66Fx7UL/slJH34bDyat6eyLWDxtztAPT9R+Rkr7+LYCg0smB8Vg3OBS5IfRzaEMokgQkuagRDJhI4mRk7wLR178otPUGrz6bUVOamM7yT19VG2UfMFt9BjoAeL/Tb2ijLMsvDdPwgBE+orEDcdo93NrzvpLs+pQETQWMMNNaUJWOut5odNUeB841ZbqZHUyvbo9z/3vBJLGYPlDUnZYEs6r+VkurnQ4kaCdkOFG/bvSVTiwWbcrhvpNBhUV7ARoiTveoL5Kw5wOZatqPyp+9nChGqfPSWaWro0OhKTX2jLtDy9U8UbD4HM9/sOML3wA0bCedAMSGkvavf2eojTow7Abl+DD7jv632HOCA2FuTwFbr00zcz3OtupFMYPahDv1fqg5PRWzvaMu7dbWbK7PiwRbQAV+Qiq22nxwSid/noal+u/xeOyV/6uFYJoLETD/CxaoClupCh3kAAABhGlDQ1BJQ0MgcHJvZmlsZQAAeJx9kT1Iw0AcxV9btSLVDnYQcchQnVoQFXHUKhShQqgVWnUwufQLmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi6uKk6CIl/i8ptIjx4Lgf7+497t4B/kaFqWbXOKBqlpFOJoRsblUIviKAMHoQw4DETH1OFFPwHF/38PH1Ls6zvM/9OfqVvMkAn0A8y3TDIt4gnt60dM77xBFWkhTic+KYQRckfuS67PIb56LDfp4ZMTLpeeIIsVDsYLmDWclQiaeIo4qqUb4/67LCeYuzWqmx1j35C0N5bWWZ6zRHkMQiliBCgIwayqjAQpxWjRQTadpPePiHHb9ILplcZTByLKAKFZLjB/+D392ahckJNymUALpfbPtjFAjuAs26bX8f23bzBAg8A1da219tADOfpNfbWvQICG8DF9dtTd4DLneAoSddMiRHCtD0FwrA+xl9Uw4YvAX61tzeWvs4fQAy1FXqBjg4BMaKlL3u8e7ezt7+PdPq7wc+oHKSxw2RiwAAD4tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDQuNC4wLUV4aXYyIj4KIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgIHhtbG5zOmlwdGNFeHQ9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBFeHQvMjAwOC0wMi0yOS8iCiAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICB4bWxuczpwbHVzPSJodHRwOi8vbnMudXNlcGx1cy5vcmcvbGRmL3htcC8xLjAvIgogICAgeG1sbnM6R0lNUD0iaHR0cDovL3d3dy5naW1wLm9yZy94bXAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgIHhtcE1NOkRvY3VtZW50SUQ9ImdpbXA6ZG9jaWQ6Z2ltcDowYjBhMTUzNi0zY2ZmLTQ4YWEtYjI1OC0yZDBhNjExMTEzMjIiCiAgIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWUwMDI2YTYtMmIyNy00YTMwLThmNjMtMTBiY2IzYzYzY2RkIgogICB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NDg0ZTZiNTgtMWI0YS00NzI1LWE2MzItNGUxODFiNDY4MGI2IgogICBHSU1QOkFQST0iMi4wIgogICBHSU1QOlBsYXRmb3JtPSJMaW51eCIKICAgR0lNUDpUaW1lU3RhbXA9IjE2Nzg4NjM1ODg3NjgwODQiCiAgIEdJTVA6VmVyc2lvbj0iMi4xMC4yMiIKICAgZGM6Rm9ybWF0PSJpbWFnZS9wbmciCiAgIHRpZmY6T3JpZW50YXRpb249IjEiCiAgIHhtcDpDcmVhdG9yVG9vbD0iR0lNUCAyLjEwIj4KICAgPGlwdGNFeHQ6TG9jYXRpb25DcmVhdGVkPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6TG9jYXRpb25DcmVhdGVkPgogICA8aXB0Y0V4dDpMb2NhdGlvblNob3duPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6TG9jYXRpb25TaG93bj4KICAgPGlwdGNFeHQ6QXJ0d29ya09yT2JqZWN0PgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6QXJ0d29ya09yT2JqZWN0PgogICA8aXB0Y0V4dDpSZWdpc3RyeUlkPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6UmVnaXN0cnlJZD4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiCiAgICAgIHN0RXZ0OmNoYW5nZWQ9Ii8iCiAgICAgIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzVhMzBjNzgtMTYyOS00ZGQzLTk1ZjUtNDM3Yzc3Y2E0OTE2IgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJHaW1wIDIuMTAgKExpbnV4KSIKICAgICAgc3RFdnQ6d2hlbj0iKzAxOjAwIi8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICAgPHBsdXM6SW1hZ2VTdXBwbGllcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkltYWdlU3VwcGxpZXI+CiAgIDxwbHVzOkltYWdlQ3JlYXRvcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkltYWdlQ3JlYXRvcj4KICAgPHBsdXM6Q29weXJpZ2h0T3duZXI+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpDb3B5cmlnaHRPd25lcj4KICAgPHBsdXM6TGljZW5zb3I+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpMaWNlbnNvcj4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PnqKiy0AAAAGYktHRADMAOIA8MJ9SHcAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfnAw8GOzDGsEg6AAAAZElEQVQY032OsQ2AMBADT8AODMQeFDTpkQuGAIkqShAFDPILsQQ0KVKQXPm+lw2yC9lIgQZogRuZKwkTcAIB2UwRWUT2IttrUkjSllfkPIU7IPPpO9b6fS1c/mZ1QA841uH4Ez5usihKBOJuMgAAAABJRU5ErkJggg==");
    padding: 0 2px 0 0;
  }
  header .vertical.menu.applications li.is-inactive:hover, header .vertical.menu.applications li:hover, header .vertical.menu.tools li.is-inactive:hover, header .vertical.menu.tools li:hover, header .vertical.menu.news li.is-inactive:hover, header .vertical.menu.news li:hover {
    background: white;
  }
  header .vertical.menu.applications li a:hover, header .vertical.menu.tools li a:hover, header .vertical.menu.news li a:hover {
    text-decoration: underline;
    font-weight: bold;
  }
  header .vertical.menu.applications li.is-inactive > a:hover, header .vertical.menu.tools li.is-inactive > a:hover, header .vertical.menu.news li.is-inactive > a:hover {
    color: #7d7d7d;
    font-weight: inherit;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  header .vertical.menu.applications {
    left: -6.5rem !important;
  }
  header .vertical.menu.tools {
    left: -15.36em !important;
  }
  header .vertical.menu.tools.visitor {
    left: -6.47rem !important;
  }
  header .vertical.menu.news {
    left: -20.3rem !important;
  }
  header .vertical.menu.news.visitor {
    left: -11.45rem !important;
  }
}
@media print and (min-resolution: 192dpi), screen and (min-width: 40em) and (max-width: 63.99875em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.99875em) and (min-resolution: 192dpi) {
  header .vertical.menu ul:before {
    left: -5vw;
    width: 105vw;
  }
}
@media print and (min-resolution: 288dpi), screen and (min-width: 40em) and (max-width: 63.99875em) and (-webkit-min-device-pixel-ratio: 3), screen and (min-width: 40em) and (max-width: 63.99875em) and (min-resolution: 288dpi) {
  header .vertical.menu ul {
    width: 85vw !important;
  }
  header .vertical.menu ul li {
    width: 41vw !important;
  }
  header .vertical.menu ul li svg.responsive-icon {
    width: 90px;
    height: 90px;
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
  }
  header .vertical.menu ul:before {
    left: -5vw;
    width: 92vw;
  }
}
@media print, screen and (max-width: 39.99875em) {
  header #responsive-menu {
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  header #responsive-menu .menu li {
    /* responsive menu only */
    border-bottom: 1px solid #e6e6e6;
    /* second level  */
  }
  header #responsive-menu .menu li .responsive-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0.65rem 0.5rem 0 1rem;
    /* news svg ist zu klein */
  }
  header #responsive-menu .menu li .responsive-icon.news {
    margin: 0.5rem 0.5rem 0 0.7rem;
    width: 28px;
    height: 28px;
  }
  header #responsive-menu .menu li .responsive-icon.mdl-mgmt {
    color: #666;
  }
  header #responsive-menu .menu li .responsive-icon.settings {
    color: #333;
    margin: 0.65rem 0.7rem 0 0.8rem;
  }
  header #responsive-menu .menu li .responsive-icon.submenu {
    position: absolute;
    z-index: 1;
  }
  header #responsive-menu .menu li .responsive-icon.submenu ~ a {
    padding-left: 3rem;
  }
  header #responsive-menu .menu li:first-child .responsive-icon {
    color: #555;
    width: 28px;
    height: 28px;
    margin: 0.6rem 0.5rem 0 0.6rem;
  }
  header #responsive-menu .menu li a {
    font-size: 1.2rem;
    color: #0074bd;
  }
  header #responsive-menu .menu li.is-inactive .responsive-icon {
    color: #8a8a8a;
  }
  header #responsive-menu .menu li.is-inactive a {
    color: #8a8a8a;
    cursor: default;
  }
  header #responsive-menu .menu li:hover a {
    color: #0074bd;
    background: #e6e6e6;
  }
  header #responsive-menu .menu li.is-inactive:hover {
    background: none;
  }
  header #responsive-menu .menu li.is-inactive:hover a {
    color: #8a8a8a;
  }
  header #responsive-menu .menu li:last-child {
    border-bottom: 5px solid #0074bd;
  }
  header #responsive-menu .menu li ul li .short-desc {
    display: none;
  }
  header #responsive-menu .menu li ul li a {
    background: #fefefe !important;
  }
  header #responsive-menu .menu li ul li a:hover {
    background: #e6e6e6 !important;
  }
  header #responsive-menu .menu li ul li a:hover a {
    color: #0074bd;
  }
  header #responsive-menu .menu li ul li:last-child {
    border-bottom: 5px solid #e6e6e6 !important;
  }
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File:  * File: layout/topnav/logout-or-profile-panel.scss
 * Encoding: UTF-8
 * Description: Styles inside <header></header for logout-or-profile dropdown
 *
 * Create on: 14.02.2019 18:23
 * Last update: 10.04.2020
 * Version: 1.02
 * *************************************************************************
*/
#logout-or-profile-panel {
  border: 0;
  padding: 2.1rem 0 0 0;
  width: 350px;
}
#logout-or-profile-panel .inner-wrapper {
  padding: 1rem;
  background: #fefefe;
  border: 1px solid #0074bd;
  border-top: 1px dashed #cacaca;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
  border-bottom: 10px solid #0074bd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#logout-or-profile-panel .left {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #0074bd;
  overflow: hidden;
}
#logout-or-profile-panel .left a {
  padding: 0;
  margin: 0;
}
#logout-or-profile-panel .left .avatar-image.big {
  border-radius: 45px;
}
#logout-or-profile-panel .left .single-char {
  color: #fefefe;
  font-size: 45px;
  padding: 18px 0 0 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
#logout-or-profile-panel .left .update-text {
  background: #013e60;
  color: #fefefe;
  margin-top: 15px;
  padding: 5px 3px 3px 3px;
  width: 90px;
  height: 25px;
  font-size: 12px;
  text-align: center;
}
#logout-or-profile-panel .right {
  float: right;
  padding-left: 10px;
  font-size: 0.9em;
}
#logout-or-profile-panel .right a {
  color: #0074bd;
}
#logout-or-profile-panel .right .name {
  font-weight: bold;
}
#logout-or-profile-panel .right .email {
  color: #8a8a8a;
}
#logout-or-profile-panel .clear {
  margin-bottom: 10px;
  clear: both;
}
#logout-or-profile-panel .buttons a:last-child {
  float: right;
}
@media print, screen and (max-width: 39.99875em) {
  #logout-or-profile-panel {
    padding: 1.3rem 0 0 0;
    width: 97%;
  }
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/topnav/locale-select-dropdown.scss
 * Encoding: UTF-8
 * Description: Styles inside <header></header for locale dropdown
 *
 * Create on: 15.04.2020 22:08
 * Last update: 29.06.2020
 * Version: 1.02
 * *************************************************************************
*/
header #locale-dropdown {
  width: 130px;
  top: 4.91rem !important;
  right: 2rem !important;
  padding: 0;
  border: 1px solid #0074bd;
  border-top: 1px dashed #cacaca;
  border-bottom: 10px solid #0074bd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header #locale-dropdown li {
  border-top: 0;
}
header #locale-dropdown li a {
  width: 128px;
  color: #0074bd;
  text-align: left;
  padding-left: 1.5rem;
}
header #locale-dropdown li a:hover {
  background: #e6e6e6;
}
header #locale-dropdown li a i {
  margin: 0 0.5rem 0 0.5rem;
  font-size: 14px;
  text-align: left;
}
@media print, screen and (max-width: 39.99875em) {
  header #locale-dropdown {
    top: 4rem !important;
  }
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/mdload_station_select.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 07.05.2020 16:35
 * Version: 1.01
 * *************************************************************************
*/
/* users station select menu */
#mdload_station_select {
  overflow: hidden;
}

#mdl_station_list li a i.main {
  font-size: 20px;
  margin-top: -3px;
}
#mdl_station_list li a i.sub {
  margin-top: -2px;
}
#mdl_station_list li a .client-postfix {
  margin-left: 0.3rem;
  font-style: italic;
  color: #767676;
}
#mdl_station_list li a .client-postfix::after {
  content: ")";
}
#mdl_station_list li a .client-postfix::before {
  content: "(";
  margin-right: -0.2rem;
}
#mdl_station_list li a:hover i {
  color: #0a0a0a;
}
#mdl_station_list li.level-0 {
  background: #0074bd;
}
#mdl_station_list li.level-0 a {
  color: #fefefe;
}
#mdl_station_list li.level-0 a strong span {
  margin-left: 0.3rem;
  font-weight: normal;
}
#mdl_station_list li.level-0 a strong span::after {
  content: ")";
}
#mdl_station_list li.level-0 a strong span::before {
  content: "(";
}
#mdl_station_list li.level-1 {
  margin-left: 0.8rem;
}
#mdl_station_list li.level-1:hover {
  background: #e6e6e6;
}
/* Override style, because the  main link is temporary removed */
ul#mdl_station_list > li.level-0 a:hover {
  cursor: default;
}
ul#mdl_station_list > li.level-0 a:hover i.material-icons.main {
  color: #fff;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/old-dashboard.scss
 * Encoding: UTF-8
 *
 * Create on: 04.02.2019 17:33
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.apps .cell.inactive a {
  cursor: default;
}
.apps .cell.inactive i {
  color: #ccc;
}
.apps .cell.inactive .callout {
  color: #7d7d7d;
}
.apps .cell .callout {
  text-align: center;
}
.apps.primary .callout {
  background: #fefefe;
}
/* controller and view related styles */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: password_reset.scss
 * Encoding: UTF-8
 *
 * Create on: 29.05.2019 14:07
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.content.password_resets .passwort-reset-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 1rem auto 10px auto;
  padding: 1rem;
  width: 65%;
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 64em) {
  .content.password_resets .passwort-reset-wrapper {
    width: 780px;
  }
}
.content.password_resets .passwort-reset-wrapper h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0074bd;
}
@media print, screen and (max-width: 39.99875em) {
  .content.password_resets .passwort-reset-wrapper {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
}
.content.password_resets .math-captcha {
  color: #0074bd;
  font-size: 8px;
  font-family: "Andale Mono", "Courier new", monospace;
  font-weight: bold;
}
@media print, screen and (max-width: 39.99875em) {
  .content.password_resets div.hidden-labels-small label {
    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;
  }
}
@media print, screen and (min-width: 40em) {
  .content.password_resets div.hidden-placeholder-medium-up ::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
  }
  .content.password_resets div.hidden-placeholder-medium-up :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  .content.password_resets div.hidden-placeholder-medium-up ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
  }
  .content.password_resets div.hidden-placeholder-medium-up :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
  }
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: user.scss
 * Encoding: UTF-8
 *
 * Create on: 24.02.2019 01:26
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.content.admin-users .dummy-avatar,
.content.users .dummy-avatar {
  overflow: hidden;
  position: relative;
  border: 1px solid #cacaca;
  font-size: 45px;
  color: #fefefe;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  text-align: center;
  background: #0074bd;
  margin-bottom: 0.5rem;
}
.content.admin-users .dummy-avatar .single-char,
.content.users .dummy-avatar .single-char {
  color: #fefefe;
  font-size: 45px;
  padding: 18px 0 0 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.content.admin-users .dummy-avatar .update-text,
.content.users .dummy-avatar .update-text {
  background: #013e60;
  color: #fefefe;
  margin-top: 15px;
  padding: 0px 3px 3px 3px;
  width: 90px;
  height: 25px;
  font-size: 12px;
  text-align: center;
}
.content.admin-users .unmask,
.content.users .unmask {
  border: 1px solid #ccc;
  border-left: 0;
}
.content.admin-users .unmask:focus,
.content.users .unmask:focus {
  outline: none;
}
.content.admin-users fieldset.switch-group .switch,
.content.users fieldset.switch-group .switch {
  margin-right: 0.8rem;
}
.content.admin-users .cell.avatar img,
.content.users .cell.avatar img {
  border-radius: 45px;
  margin: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .content.admin-users fieldset.hidden-labels-small label,
  .content.users fieldset.hidden-labels-small label {
    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;
  }
}
@media print, screen and (min-width: 40em) {
  .content.admin-users fieldset.hidden-placeholder-medium-up ::-webkit-input-placeholder,
  .content.users fieldset.hidden-placeholder-medium-up ::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
  }
  .content.admin-users fieldset.hidden-placeholder-medium-up :-moz-placeholder,
  .content.users fieldset.hidden-placeholder-medium-up :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  .content.admin-users fieldset.hidden-placeholder-medium-up ::-moz-placeholder,
  .content.users fieldset.hidden-placeholder-medium-up ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
  }
  .content.admin-users fieldset.hidden-placeholder-medium-up :-ms-input-placeholder,
  .content.users fieldset.hidden-placeholder-medium-up :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
  }
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: companies.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 07.05.2020 00:38
 * Version: 1.01
 * *************************************************************************
*/
.company-logo-placeholder {
  border: 1px dotted #ccc;
  height: 80px;
  padding: 0.7rem;
  color: #ccc;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: layout/articles.scss
 * Encoding: UTF-8
 * Description: All necessary layout files, are integrated by this file.
 *
 * Create on: 30.04.2020 11:01
 * Last update: 25.06.2020 09:37
 * Version: 1.14
 * *************************************************************************
*/
.admin-articles.edit figure,
.admin-articles.show figure {
  width: 50%;
  float: right;
}
.admin-articles.edit figure img,
.admin-articles.show figure img {
  padding: 1.5rem 0 0.5rem 1.5rem;
}

article {
  background-color: #f6f6f6;
  /* wrapper only on 3-columns partial */
  padding-top: 1rem;
  margin-bottom: 1rem;
}
article.single-view .date {
  margin-bottom: 0.5rem;
}
article.single-view action-text-attachment {
  width: 50%;
  float: right;
}
article.single-view action-text-attachment img {
  padding: 1.5rem 0 0.5rem 1.5rem;
}
article.single-view action-text-attachment figure figcaption {
  display: none;
}
article .text-content {
  overflow: hidden;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 0.5rem;
  height: inherit;
}
article .text-content p {
  padding-right: 0;
  margin-right: 0.8rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  article .text-content {
    height: 205px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  article .text-content {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
article .text-content .date {
  margin-bottom: 0.8rem;
}
article span {
  margin: -1.95rem 0.6rem 0 0;
  float: right;
}
article h2 {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
}
article h2 a {
  color: #0a0a0a;
}
article .category {
  background-color: #0074bd;
  float: right;
  padding: 3rem 4.5rem;
  margin-left: 1rem;
}
article .category .article-icon {
  background: #0074bd;
  color: #fefefe;
  width: 90px;
  height: 90px;
}
article .category.columns-3 {
  float: none;
  margin-left: 0;
  padding: 2rem 4.5rem;
  /* wrapper only on 3-columns partial */
}
article .category.columns-3 ~ p {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
article .category.columns-3 ~ p a {
  width: 50%;
}
article .category.columns-3 .article-icon {
  width: 7vw;
  height: 7vw;
  margin-left: 30%;
}
@media print, screen and (min-width: 64em) {
  article .category.columns-3 .article-icon {
    margin-left: 34%;
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  article .category {
    float: right !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  article .category .article-icon {
    width: 30px;
    height: 30px;
  }
  article .category.columns-3 {
    padding: 10px;
    /* wrapper only on 3-columns partial */
  }
  article .category.columns-3 ~ p {
    text-align: left;
  }
  article .category.columns-3 ~ p a {
    width: inherit;
  }
  article .category.columns-3 .article-icon {
    margin: 0;
    width: 30px;
    height: 30px;
  }
}
article .date {
  color: #8a8a8a;
}

/* shared news on index and apps page */
.shared-article-wrapper {
  background-color: #f6f6f6;
}
.shared-article-wrapper article {
  background-color: #fefefe;
}

/**
 * **************************************************************************
 * @author Frank Brettreich - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: companies.scss
 * Encoding: UTF-8
 *
 * Create on: 16.06.2020
 * Last update: 28.06.2020 07:41
 * Version: 1.01
 * *************************************************************************
*/
.content.accounts .grid-container {
  margin-top: 1rem;
}
.content.accounts .grid-container h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0074bd;
}
.content.accounts .grid-container #form {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem 2rem;
  border-radius: 0;
  border: 1px solid rgba(182, 171, 171, 0.2588235294);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
  margin-left: 16vw;
  margin-right: 16vw;
}
@media print, screen and (max-width: 39.99875em) {
  .content.accounts .grid-container #form {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content.accounts .grid-container #form {
    padding: 1rem;
    margin-left: 16vw;
    margin-right: 16vw;
  }
}
@media print, screen and (min-width: 64em) {
  .content.accounts .grid-container #form {
    margin-left: 10.15vw;
    margin-right: 10.15vw;
    padding: 2rem;
  }
}

.tab-content {
  margin: 1.5rem 3rem 1.5rem 3rem;
}
.tab-content h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0074bd;
}
@media print, screen and (max-width: 39.99875em) {
  .tab-content {
    margin: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .tab-content {
    margin: 1rem;
  }
}

.tab_manager {
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  border: 1px solid rgba(182, 171, 171, 0.2588235294);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.th_tabs {
  margin-top: -2px;
  margin-bottom: 1rem;
}

.th_tabs ul {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0 !important;
}

.th_tabs ul li {
  width: 100%;
}

.th_tabs ul li:first-child a {
  text-align: center;
  margin-left: -1px;
  border-radius: 0 0 0 0;
}

.th_tabs ul li:last-child a {
  text-align: center;
  border-radius: 0 0 0 0;
}

.th_tabs ul li:last-child {
  margin-right: -1px;
}

.th_tabs ul li a {
  display: block;
  padding: 1.1rem 1rem 1rem 1.1rem;
  width: 100%;
  background-color: #e6e6e6;
  box-shadow: inset 1px 1px 3px #8a8a8a;
  outline: 0;
  text-transform: uppercase;
  color: #8a8a8a;
}
.th_tabs ul li a.selected {
  background-color: transparent;
  box-shadow: unset;
  font-weight: bold;
  color: #0074bd;
}

/* only for testing page /svginfo (svg icons and logo) */
/**
 ===========================================================================
 page footer area
 path: html body .page-wrapper footer {}
 ===========================================================================
 */
footer {
  background: #0a0a0a;
  color: #fff;
  width: 100%;
  position: fixed;
  padding: 0.5rem 0 0.5rem 0;
  bottom: 0;
}
footer a {
  color: #fff;
}
footer a.button.footer {
  background: none;
  border: 1px solid white;
  padding: 0.4rem;
  margin: 0 0 0 0;
}
footer a.button.footer:hover {
  background: white;
  color: black;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: _settings.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 07.04.2020
 * Version: 1.01
 * *************************************************************************
*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #0074bd;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #0074bd;
}

.flatpickr-calendar:focus {
  outline: 0;
}

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

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #0074bd;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #0074bd;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #0074bd;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #0074bd;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #0074bd;
  color: #e6e6e6;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #0074bd;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #0074bd;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #0074bd;
  box-shadow: -10px 0 0 #0074bd;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #0074bd, 5px 0 0 #0074bd;
  box-shadow: -5px 0 0 #0074bd, 5px 0 0 #0074bd;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: cookie_form.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 23.02.2023
 * Version: 1.2
 * *************************************************************************
*/
.cookie-consent {
  position: absolute;
  z-index: 999;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1s;
}
.cookie-consent.fadeout {
  opacity: 0;
}
.cookie-consent.fadein {
  opacity: 1;
}
.cookie-consent .modal-background {
  background: black;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  right: 0;
}
.cookie-consent .modal-content {
  position: absolute;
  background: #fefefe;
  width: 800px;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -20%);
}
.cookie-consent .modal-content .cookie-modal-title {
  padding: 0.8rem;
  border-bottom: 1px solid #e6e6e6;
}
.cookie-consent .modal-content .modal-body {
  padding: 0.8rem;
}
.cookie-consent .modal-content .modal-body a.button.small {
  margin: 0;
}
.cookie-consent .modal-content .modal-body p.switch-label {
  padding: 0 0 0 3.5rem;
}
.cookie-consent .modal-content .modal-body table th, .cookie-consent .modal-content .modal-body table td {
  font-size: small;
}
.cookie-consent .modal-content .modal-body table td span.show-for-small-only {
  font-weight: bold;
}
.cookie-consent .modal-content .modal-body .accordion-item a.accordion-title {
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  background: white;
}
.cookie-consent .modal-content .modal-body .accordion-item a.accordion-title::before {
  font-size: 1.8rem;
}
.cookie-consent .modal-content .modal-body .accordion-item .accordion-content {
  border: 0;
}
.cookie-consent .modal-content .modal-footer {
  padding: 0.8rem 0.8rem 0 0.8rem;
  border-top: 1px solid #e6e6e6;
}
.cookie-consent .modal-content .modal-footer .button {
  margin-left: 0.8rem;
}

@media print, screen and (max-width: 39.99875em) {
  .cookie-consent .modal-content {
    width: 96%;
    top: 80px;
    left: 2%;
    transform: translate(0%, 0%);
  }
}
/* admin view definitions */
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: admin/app-index.scss
 * Encoding: UTF-8
 * Description: admin view definitions
 *
 * Create on: 05.09.2019 02:04
 * Last update: 10.04.2020
 * Version: 1.02
 * *************************************************************************
*/
/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: admin/admin.scss
 * Encoding: UTF-8
 * Description: admin index view
 *
 * Create on: 05.09.2019 02:04
 * Last update: 07.04.2020
 * Version: 1.01
 * *************************************************************************
*/
.error-log {
  color: red;
  font-size: 12px;
}

.admin-root ul {
  margin-left: 5px;
}
.admin-root ul li {
  list-style-type: none;
}
.admin-root li a i.material-icons.admin-edit {
  color: #ffae00;
  font-size: 1.4rem;
  margin-right: 5px;
}
.admin-root li a i.material-icons.admin-new {
  font-size: 1.4rem;
  margin-right: 5px;
}
.admin-root li a i.material-icons.admin-show {
  color: #0074bd;
  font-size: 1.5rem;
  margin-right: 5px;
}

.admin-companies .label-wrapper a {
  float: right;
  margin: 0 0.48rem 0 0;
  color: #767676;
  display: none;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: admin/groups.scss
 * Encoding: UTF-8
 * Description: admin/groups views
 *
 * Create on: 06.09.2019 13:32
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.select-multiple-info {
  font-style: italic;
  color: #8a8a8a;
}

.content.admin-groups .mdload_stations {
  font-weight: bold;
}
.content.admin-groups .mdload_stations .level-0 {
  padding-left: 0.4rem;
}
.content.admin-groups .mdload_stations .level-1 {
  font-style: italic;
  padding-left: 0.8rem;
}
.content.admin-groups .mdload_stations .level-1.inactive {
  color: #8a8a8a;
}
.content.admin-groups .mdload_stations .level-2 {
  font-weight: normal;
  padding-left: 1.6rem;
}
.content.admin-groups .mdload_stations .level-2.inactive {
  color: #8a8a8a;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: admin/toolbar.scss
 * Encoding: UTF-8
 * Description: admin/toolbars on all views
 *
 * Create on: 29.12.2019 19:45
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.content-tool-bar {
  /*
  .paginate.cell {
    text-align: right;
    margin-top: -1px;
    nav {
      display: inline-block;

      li {
        border: 1px solid #ccc;
        border-right: 0;
        margin-left: -0.30rem;

        a {
          padding: 0.6rem 1.0rem 0.3rem 1.0rem;
        }

        &.current {
          padding: 0.65rem 1.0rem 0.35rem 1.0rem;
        }

        &.prev {
          padding-left: 1.0rem;
          padding-right: 0.7rem;
          border-top-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
        }

        &.next {
          padding-left: 0.7rem;
          padding-right: 1.0rem;
          border-top-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
          border: 1px solid #ccc;
        }

        &.ellipsis {
          padding-top: 0.6rem;
          padding-bottom: 0.3rem;
        }

      }
    }
  }
  */
}
.content-tool-bar .paginate-summary.cell {
  text-align: right;
  padding-top: 0.5rem;
  color: #7d7d7d;
}
.content-tool-bar .paginate.cell {
  padding-top: 0.5rem;
}
.content-tool-bar .paginate.cell nav {
  display: inline-block;
}
.content-tool-bar label {
  display: inline-block;
}
.content-tool-bar label .info-label {
  display: inline-block;
}
.content-tool-bar label .info-label.post {
  padding-right: 1rem;
}
.content-tool-bar label select {
  width: 80px;
  apdding-right: 0.3rem;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: admin/user.scss
 * Encoding: UTF-8
 * Description: admin/user views
 *
 * Create on: 13.01.2020 18:37
 * Last update: 02.03.2020
 * Version: 1.0
 * *************************************************************************
*/
.page-wrapper.admin-users .nested-permissions-header {
  margin: 0 -1rem 1rem -1rem;
  border-left: 0;
  border-right: 0;
  border-color: #cacaca;
}
.page-wrapper.admin-users .nested-permissions {
  padding: 1rem 0 0 0;
  margin: 0 -1rem -1rem -1rem;
  border-left: 0;
  border-right: 0;
  border-color: #cacaca;
}

/**
* **************************************************************************
* @author M. Karr - Triathlon Holding GmbH
* -------------------------------------------------------------------------
* File: admin/news.scss
* Encoding: UTF-8
* Description: admin/news index edit show
*
* Create on: 01.04.2020 8:10
* Last update: 01.04.2020 8:55
* Version: 1.0
* *************************************************************************
*/
.admin-news.edit .trix-content {
  max-height: 300px !important;
  overflow-y: auto;
}

div[data-datepicker-target=flatpickrGroup] input.input-group-field,
div[data-datepicker-target=flatpickrGroup] .form-control.input,
div[data-behavior=flatpickr-group] input.input-group-field,
div[data-behavior=flatpickr-group] .form-control.input {
  width: 150px;
}
@media print, screen and (min-width: 64em) {
  div[data-datepicker-target=flatpickrGroup] .form-control.input,
  div[data-behavior=flatpickr-group] .form-control.input {
    width: 100%;
  }
}
div[data-datepicker-target=flatpickrGroup] a i.material-icons,
div[data-behavior=flatpickr-group] a i.material-icons {
  padding: 0.4rem 0 0.4rem 0.35rem;
}
div[data-datepicker-target=flatpickrGroup] a.clear i.material-icons,
div[data-behavior=flatpickr-group] a.clear i.material-icons {
  color: #cc4b37;
}

table#user_configs tr.odd {
  background-color: white;
}
table#user_configs tr.even {
  background-color: #f1f1f1;
}

/**
 * **************************************************************************
 * @author M. Karr - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: _settings.scss
 * Encoding: UTF-8
 *
 * Create on: 07.01.2019
 * Last update: 07.04.2020
 * Version: 1.01
 * *************************************************************************
*/
fieldset.mdload-station-client {
  border: 1px dashed #000;
  padding: 0 0.5rem 0 0.5rem;
  margin-bottom: 0.8rem;
}
fieldset.mdload-station-client.even {
  background: #f1f1f1;
}
fieldset.mdload-station-client.fadeout {
  opacity: 0;
  background: #ffae00;
  transition: opacity 0.5s, background 0.5s;
}

.key-configured, .key-not-configured {
  margin-left: 0.5em;
  padding: 0 0.25em 0 0;
}

.key-configured {
  color: #3adb76;
}

.key-not-configured {
  background-color: #ffae00;
}
.key-not-configured i {
  color: #cc4b37;
  font-size: 1.2em;
  background: #fff;
  margin-top: -2px;
}

#wrapper-all-remote-stations .callout {
  padding: 0;
}
#wrapper-all-remote-stations ul {
  margin: 0 0 0 1.3rem;
}
#wrapper-all-remote-stations ul li {
  font-size: 0.9rem;
}

/* hide empty fieldsets  ()*/
fieldset.mdload-station-client:not(:has(:nth-child(2))) {
  display: none;
}

span.pagination {
  margin-left: 3px;
  color: #888;
  display: block;
}

.pagination ul.pages {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline;
}

.pagination ul.pages li {
  display: inline-block;
  padding: 0;
  border: 1px solid #ddd;
  margin-left: -1px;
  line-height: 2em;
  margin-bottom: 1em;
  white-space: nowrap;
  text-align: center;
}

.pagination ul.pages li a,
.pagination ul.pages li span {
  padding: 3px 8px;
}

.pagination ul.pages li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul.pages li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination ul.pages li.current {
  color: white;
  background-color: #628DB6;
  border-color: #628DB6;
}

.pagination ul.pages li.page:hover {
  background-color: #ddd;
}

.pagination ul.pages li.page a:hover,
.pagination ul.pages li.page a:active {
  color: #169;
  text-decoration: inherit;
}

.pagination .per-page span.selected {
  font-weight: bold;
}

span.pagination > span {
  white-space: nowrap;
}

.controller-attachments.action-show span.pagination {
  display: block;
  margin-top: 1.2em;
}

.pagination a {
  display: inherit !important;
}

/**
 * **************************************************************************
 * @author Frank Brettreich - Triathlon Holding GmbH
 * -------------------------------------------------------------------------
 * File: companies.scss
 * Encoding: UTF-8
 *
 * Create on: 16.06.2020
 * Last update: 28.06.2020 07:41
 * Version: 1.01
 * *************************************************************************
*/
.content.accounts .grid-container {
  margin-top: 1rem;
}
.content.accounts .grid-container h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0074bd;
}
.content.accounts .grid-container #form {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem 2rem;
  border-radius: 0;
  border: 1px solid rgba(182, 171, 171, 0.2588235294);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
  margin-left: 16vw;
  margin-right: 16vw;
}
@media print, screen and (max-width: 39.99875em) {
  .content.accounts .grid-container #form {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content.accounts .grid-container #form {
    padding: 1rem;
    margin-left: 16vw;
    margin-right: 16vw;
  }
}
@media print, screen and (min-width: 64em) {
  .content.accounts .grid-container #form {
    margin-left: 10.15vw;
    margin-right: 10.15vw;
    padding: 2rem;
  }
}

.tab-content {
  margin: 1.5rem 3rem 1.5rem 3rem;
}
.tab-content h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0074bd;
}
@media print, screen and (max-width: 39.99875em) {
  .tab-content {
    margin: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .tab-content {
    margin: 1rem;
  }
}

.tab_manager {
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  border: 1px solid rgba(182, 171, 171, 0.2588235294);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.th_tabs {
  margin-top: -2px;
  margin-bottom: 1rem;
}

.th_tabs ul {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0 !important;
}

.th_tabs ul li {
  width: 100%;
}

.th_tabs ul li:first-child a {
  text-align: center;
  margin-left: -1px;
  border-radius: 0 0 0 0;
}

.th_tabs ul li:last-child a {
  text-align: center;
  border-radius: 0 0 0 0;
}

.th_tabs ul li:last-child {
  margin-right: -1px;
}

.th_tabs ul li a {
  display: block;
  padding: 1.1rem 1rem 1rem 1.1rem;
  width: 100%;
  background-color: #e6e6e6;
  box-shadow: inset 1px 1px 3px #8a8a8a;
  outline: 0;
  text-transform: uppercase;
  color: #8a8a8a;
}
.th_tabs ul li a.selected {
  background-color: transparent;
  box-shadow: unset;
  font-weight: bold;
  color: #0074bd;
}

:root {
  --icon-width-divisor: 10;
  --icon-left-position-divisor: 9;
  --icon-left-position-difference: calc(100% / var(--icon-left-position-divisor));
}

header {
  z-Index: 5;
  background: #fefefe;
  position: relative;
}

.prep_border {
  border-bottom: 1px solid #0a0a0a;
  width: 100%;
  display: inline-block;
}

#banner {
  z-index: 0;
  top: -160px;
  margin-bottom: -160px;
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(/assets/body/ga-turn-on-b1aad4f04c31f5b0b56c2f96dead7f24ca876a56c2ba6113f0a5ec1bccb691d2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner svg {
  font-size: 0.45rem;
}
#banner svg.svg-icon {
  /* Add a pointer on all icons */
  cursor: pointer;
}

.icon {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  width: calc(100% / var(--icon-width-divisor));
  top: 200px;
  will-change: transform, width, left, opacity;
}

.overlay {
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  right: 0;
  height: 13%;
  background-color: white;
  border-radius: 0;
  z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
  overflow: auto;
  opacity: 0.95;
  font-size: 0.6rem;
  box-shadow: inset 1px 1px 3px #8a8a8a;
  text-align: center;
}

.overlay p {
  padding: 4px;
  width: auto;
  /* Remove pointer on open overlay. Close click event is not on this (should) */
  cursor: default;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #banner {
    height: 300px;
    top: -100px;
    margin-bottom: -100px;
  }
  .icon {
    top: 160px;
  }
  .overlay {
    width: 60%;
    top: 40%;
    height: 23%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #banner {
    height: 330px;
    top: -90px;
    margin-bottom: -90px;
  }
  .icon {
    top: 160px;
  }
  .overlay {
    width: 20%;
    font-size: 0.8rem;
    top: 46%;
    height: 13%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #banner {
    height: 460px;
    top: -120px;
    margin-bottom: -120px;
  }
  .icon {
    top: 220px;
  }
  .overlay {
    width: 20%;
    top: 45%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #banner {
    height: 590px;
    top: -170px;
    margin-bottom: -170px;
  }
  .icon {
    top: 300px;
  }
  .overlay {
    width: 20%;
    top: 50%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #banner {
    height: 620px;
  }
  .icon {
    top: 300px;
  }
  .overlay {
    width: 20%;
    font-size: 0.8rem;
    height: 20%;
    top: 46%;
  }
}
.st0 {
  opacity: 0;
}

.st1 {
  opacity: 0.4;
}

.icon .st0 {
  transition: opacity 0.3s, fill 2s;
}

.growing {
  transform: scale(1.9);
  z-index: 3;
}

.growing .st0 {
  opacity: 0.3;
  fill: #00d9ff;
}

.shrinking {
  z-index: 2;
}

.mouse_clicked {
  left: 50% !important;
  transform: translate(-50%) scale(2.5);
  opacity: 1;
  z-index: 100;
}

.mouse_clicked .st0 {
  opacity: 1 !important;
}

.mouse .st0 {
  fill: #575d5e !important;
  opacity: 1;
}

.stopped {
  transition: 1s ease;
}

.non_existent .st0 {
  fill: #8a8a8a;
  opacity: 0.9;
}

.non_existent .st1 {
  fill: none;
}

.icon-0 {
  left: calc(-1 * var(--icon-left-position-difference));
}

.icon-1 {
  left: 0;
}

.icon-2 {
  left: var(--icon-left-position-difference);
}

.icon-3 {
  left: calc(var(--icon-left-position-difference) * 2);
}

.icon-4 {
  left: calc(var(--icon-left-position-difference) * 3);
}

.icon-5 {
  left: calc(var(--icon-left-position-difference) * 4);
}

.icon-6 {
  left: calc(var(--icon-left-position-difference) * 5);
}

.icon-7 {
  left: calc(var(--icon-left-position-difference) * 6);
}

.icon-8 {
  left: calc(var(--icon-left-position-difference) * 7);
}

.icon-9 {
  left: calc(var(--icon-left-position-difference) * 8);
}

.overlay .material-icons {
  float: right;
}

:root {
  --tw-shadow-color: none;
  --tw-shadow: none;
  --tw-ring-shadow: none;
  --warning-color: #ffae00;
  --success-color: #3adb76, ;
}

.dynamic-select__container {
  font-family: sans-serif;
  padding: 0.4rem 2rem 0.4rem 0.5rem;
  background: url("data:image/svg+xml;utf8,<svg fill='rgba(0,116,189,1)' height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right #ddd;
  background-color: transparent;
  /*border-radius: 0.25rem;*/
  appearance: none;
  border: 1px solid rgb(218 218 218);
  outline-offset: 2px;
  outline: transparent solid 2px;
  color: rgb(55 61 63);
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
}

.dynamic-select__no-result {
  color: rgb(112 112 112);
  padding: 0.75rem;
  font-size: 0.875rem;
}

.dynamic-select__addable-button {
  padding: 0.5rem;
  text-decoration-line: underline;
  color: rgb(55 61 63);
  cursor: pointer;
}

.dynamic-select__addable-button:hover {
  color: rgb(29 115 186);
}

.dynamic-select__container:focus-within {
  border-color: rgb(44 141 222);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.dynamic-select__container--disabled {
  background-color: rgb(240 240 240);
  cursor: not-allowed;
}

.dynamic-select__container:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.dynamic-select__hidden {
  display: none;
}

.dynamic-select__preview {
  width: -webkit-fill-available;
  /*width: -moz-available;*/
  gap: 0.5rem;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
}

.dynamic-select__pill {
  max-width: -webkit-fill-available;
  width: 100%;
  /*color: rgb(55 61 63);*/
  color: #0a0a0a;
  font-size: 0.9rem;
  padding-left: 0.25rem;
  background-color: rgba(0, 116, 189, 0.1);
  border: 1px solid rgba(0, 116, 189, 0.5);
  /*border-radius: 0.25rem;*/
  display: flex;
}

.dynamic-select__pill span.level-0 {
  color: var(--warning-color);
  font-weight: bold;
}

.dynamic-select__pill span.level-1 {
  color: black;
  font-weight: bold;
}

.dynamic-select__pill span.level-1.inactive,
.dynamic-select__pill span.level-2.inactive {
  color: #7d7d7d;
}

.dynamic-select__pill-delete {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  /*border-top-right-radius: 0.25rem;*/
  /*border-bottom-right-radius: 0.25rem;*/
  align-items: center;
  display: flex;
  margin-left: auto;
}

.dynamic-select__pill-delete:hover {
  background-color: var(--warning-color);
}

.dynamic-select__pill:hover svg {
  fill: red;
}

.dynamic-select__pill-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.dynamic-select__input-container {
  display: flex;
}

.dynamic-select__focused {
  background-color: #f4fbff;
}

.dynamic-select__addable {
  text-decoration-line: underline;
  color: rgb(112 112 112);
  text-align: center;
}

.dynamic-select__addable:hover {
  color: rgb(55 61 63);
}

.dynamic-select__search {
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 1px solid #ccc;
  color: rgb(55 61 63);
  font-size: 0.875rem;
  padding-left: 0.25rem;
  margin: 0.8rem 0 0.3rem 0;
}

.dynamic-select__search:focus::placeholder {
  color: rgb(112 112 112);
}

.dynamic-select__search:disabled {
  background-color: rgb(240 240 240);
  cursor: not-allowed;
}

.dynamic-select__search::placeholder {
  font-style: italic;
  opacity: 1;
  color: #7d7d7d;
}

.dynamic-select__list {
  max-height: 400px;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dynamic-select__list li {
  padding: 0 0 0 0;
  margin: 0;
  display: block;
  align-items: center;
  border-top: dashed 1px #7d7d7d;
}

.dynamic-select__list li:first-child {
  border-top: solid 10px white;
}

.dynamic-select__list li:hover {
  /* background-color: rgb(244 251 255); */
  background-color: rgba(0, 116, 189, 0.2);
}

.dynamic-select__list li label {
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  /* color: rgb(112 112 112); */
  align-items: center;
  cursor: pointer;
  display: flex;
}

.dynamic-select__list li label span {
  margin: -1rem 0 0 -0.25rem;
}

.dynamic-select__list li label span.level-0 {
  color: var(--warning-color);
  font-weight: bold;
}

.dynamic-select__list li label span.level-1 {
  color: black;
  font-weight: bold;
}

.dynamic-select__list li label span.level-1.inactive,
.dynamic-select__list li label span.level-2.inactive {
  color: #7d7d7d;
}

.dynamic-select__list li:first-child {
  /*border-top-left-radius: 0.25rem;*/
  /*border-top-right-radius: 0.25rem;*/
}

.dynamic-select__list li:last-child {
  /*border-bottom-left-radius: 0.25rem;*/
  /*border-bottom-right-radius: 0.25rem;*/
}

.dynamic-select__list li input {
  margin-right: 0.75rem;
}

.dynamic-select__dropdown {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background-color: rgb(255 255 255);
  border: 1px solid rgb(218 218 218);
  width: 100%;
  /*border-radius: 0.25rem;*/
  display: none;
  margin-top: 0.5rem;
  z-index: 50;
  position: absolute;
}

.dynamic-select__dropdown--open {
  display: block;
}

div.banner-portal-links div.cell.content-banner {
  height: 114px;
}

div.grid-container.portal-links {
  padding-bottom: 30px;
}
div.grid-container.portal-links .apps-pannel-icon {
  color: #0074bd;
  width: 60px;
  height: 60px;
}
div.grid-container.portal-links .callout {
  text-align: center;
  border-color: #0074bd;
}
div.grid-container.portal-links .callout p {
  font-size: 0.7rem;
}
div.grid-container.portal-links .callout h3 {
  color: #0074bd;
  font-size: 0.8rem;
}
div.grid-container.portal-links .callout.link-wrap {
  padding: 0;
}
div.grid-container.portal-links .callout.link-wrap:hover {
  background: #e6e6e6;
  transition: background-color 0.25s;
  border-radius: 0;
}
div.grid-container.portal-links .callout.link-wrap a {
  padding: 1rem;
  display: block;
  transition: background-color 0.5s;
}
div.grid-container.portal-links .callout.link-wrap a p {
  color: #0a0a0a;
}
div.grid-container.portal-links .callout.link-wrap a:hover .apps-pannel-icon {
  color: #0a0a0a;
}
div.grid-container.portal-links .callout.link-wrap a:hover h3 {
  font-weight: bold;
}
div.grid-container.portal-links .callout .trivent.crop-svg,
div.grid-container.portal-links .callout .triconnect.crop-svg,
div.grid-container.portal-links .callout .tricat.crop-svg,
div.grid-container.portal-links .callout .triport.crop-svg {
  overflow: hidden;
  height: 48px;
  margin: 18px auto 0 auto;
}
div.grid-container.portal-links .callout .trivent.crop-svg svg,
div.grid-container.portal-links .callout .triconnect.crop-svg svg,
div.grid-container.portal-links .callout .tricat.crop-svg svg,
div.grid-container.portal-links .callout .triport.crop-svg svg {
  width: 195px;
  height: 195px;
}
div.grid-container.portal-links .callout .trivent.crop-svg {
  width: 136px;
}
div.grid-container.portal-links .callout .triconnect.crop-svg {
  width: 198px;
}
div.grid-container.portal-links .callout .tricat.crop-svg {
  width: 113px;
}
div.grid-container.portal-links .callout .triport.crop-svg {
  width: 140px;
}
