@import url(https://fonts.googleapis.com/css2?family=Ubuntu&display=swap);@charset "UTF-8";

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-regular.woff?d09766b753697abf721bb34a99c58dc9) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-regularitalic.woff?be5054a77291a051d715b84d7e73ad70) format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-bolditalic.woff?6a681ca2a0961f20f5872a0a7c448a6d) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-mediumitalic.woff?272d29fb1906ce428927cbbe9e167df0) format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-lightitalic.woff?003cacddce4eec9296a3b104cadee329) format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-bold.woff?21355095e20a2b3663d6e78c8d9dd1d2) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-medium.woff?0615c2a5ca9f9f9974c9927b60e1abb5) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Bryant Pro";
  src: url(/fonts/bryantpro-light.woff?bc12d44822ab22ba34d4e868c17eeecd) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Bryant Pro Bold";
  src: url(/fonts/bryantpro-bold.woff?21355095e20a2b3663d6e78c8d9dd1d2) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Bold.woff2?c9e6ced6ee6d6f30cc5d3de2a811c27a) format("woff2"), url(/fonts/OpenSans-Bold.woff?f87c7980e3c04b47aec2e1c182308aeb) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Regular.woff2?a725497524525c361f0d545e4e8ec577) format("woff2"), url(/fonts/OpenSans-Regular.woff?9863aaace5fcaf897956737ef26b427f) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/fa-solid-900.woff?686e245a4f1a9894d10a576655e932dd) format("woff2"), url(/fonts/fa-solid-900.woff?686e245a4f1a9894d10a576655e932dd) format("woff");
  font-weight: normal;
  font-style: normal;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * 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;
  }
}

* {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade-in.mui-enter {
  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;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          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 {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a,
button.pill-button,
input.pill-button {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&mediumLarge=53.875em&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: 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: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

[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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[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 #e5e5e5;
  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: #f5f5f5;
  cursor: not-allowed;
}

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

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

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

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

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

::placeholder {
  color: #e5e5e5;
}

[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;
  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: 4px 0 0 4px;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 4px 4px 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 #e5e5e5;
  background: #f5f5f5;
  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 #e5e5e5;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@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 #e5e5e5;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.centered-introduction h1 + p,
.centered-introduction .h1 + p,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: 1.4;
  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,
.centered-introduction h1 + p,
.centered-introduction .h1 + p,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.centered-introduction h1 + p small,
.centered-introduction .h1 + p small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #e5e5e5;
}

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

h2,
.centered-introduction h1 + p,
.centered-introduction .h1 + p,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .centered-introduction h1 + p,
  .centered-introduction .h1 + p,
  .h2 {
    font-size: 2.25rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a,
button.pill-button,
input.pill-button {
  line-height: inherit;
  color: #e84e0f;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
button.pill-button:hover,
input.pill-button:hover,
a:focus,
button.pill-button:focus,
input.pill-button:focus {
  color: inherit;
}

a img,
button.pill-button img,
input.pill-button img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  line-height: 1.4;
}

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 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e5e5e5;
}

blockquote,
blockquote p {
  line-height: 1.4;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

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

.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: 53.875em) {
  .mediumLarge-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

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

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  button.pill-button,
  input.pill-button,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after,
  button[href].pill-button:after,
  input[href].pill-button:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  .ir button.pill-button:after,
  .ir input.pill-button:after,
  a[href^="javascript:"]:after,
  button[href^="javascript:"].pill-button:after,
  input[href^="javascript:"].pill-button:after,
  a[href^="#"]:after,
  button[href^="#"].pill-button:after,
  input[href^="#"].pill-button: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,
  .centered-introduction h1 + p,
  .centered-introduction .h1 + p,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  .centered-introduction h1 + p,
  .centered-introduction .h1 + p,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 81.25rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.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: 53.875em) {
  .grid-x > .mediumLarge-shrink,
  .grid-x > .mediumLarge-full,
  .grid-x > .mediumLarge-1,
  .grid-x > .mediumLarge-2,
  .grid-x > .mediumLarge-3,
  .grid-x > .mediumLarge-4,
  .grid-x > .mediumLarge-5,
  .grid-x > .mediumLarge-6,
  .grid-x > .mediumLarge-7,
  .grid-x > .mediumLarge-8,
  .grid-x > .mediumLarge-9,
  .grid-x > .mediumLarge-10,
  .grid-x > .mediumLarge-11,
  .grid-x > .mediumLarge-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;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-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 0px;
    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: 53.875em) {
  .grid-x > .mediumLarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .mediumLarge-12,
  .grid-x > .mediumLarge-11,
  .grid-x > .mediumLarge-10,
  .grid-x > .mediumLarge-9,
  .grid-x > .mediumLarge-8,
  .grid-x > .mediumLarge-7,
  .grid-x > .mediumLarge-6,
  .grid-x > .mediumLarge-5,
  .grid-x > .mediumLarge-4,
  .grid-x > .mediumLarge-3,
  .grid-x > .mediumLarge-2,
  .grid-x > .mediumLarge-1,
  .grid-x > .mediumLarge-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .mediumLarge-shrink {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    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%;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-12,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .xlarge-shrink {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .xlarge-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: 53.875em) {
  .grid-margin-x > .mediumLarge-auto {
    width: auto;
  }

  .grid-margin-x > .mediumLarge-shrink {
    width: auto;
  }

  .grid-margin-x > .mediumLarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .mediumLarge-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);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }

  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }

  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-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: 53.875em) {
  .mediumLarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .xlarge-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: 53.875em) {
  .grid-margin-x.mediumLarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.mediumLarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.mediumLarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.mediumLarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.mediumLarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.mediumLarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-x.mediumLarge-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);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-x.xlarge-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: 53.875em) {
  .small-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .mediumLarge-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%;
  }
}

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .xlarge-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: 53.875em) {
  .medium-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .mediumLarge-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 screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .xlarge-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: 53.875em) {
  .mediumLarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .mediumLarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .mediumLarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .mediumLarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .mediumLarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .mediumLarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .mediumLarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .mediumLarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .mediumLarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .mediumLarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .mediumLarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .mediumLarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .mediumLarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .mediumLarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .mediumLarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .mediumLarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .mediumLarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .mediumLarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .mediumLarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .mediumLarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .mediumLarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .mediumLarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .mediumLarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .mediumLarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }

  .mediumLarge-margin-collapse > .mediumLarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .mediumLarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .mediumLarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .mediumLarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .mediumLarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .mediumLarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .mediumLarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .mediumLarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .mediumLarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .mediumLarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .mediumLarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .mediumLarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .mediumLarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .mediumLarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .mediumLarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .mediumLarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .mediumLarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .mediumLarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .mediumLarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .mediumLarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .mediumLarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .mediumLarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .mediumLarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .mediumLarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .mediumLarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .mediumLarge-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 > .mediumLarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .mediumLarge-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 screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .xlarge-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;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .mediumLarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .mediumLarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .mediumLarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  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: 53.875em) {
  .grid-y > .mediumLarge-shrink,
  .grid-y > .mediumLarge-full,
  .grid-y > .mediumLarge-1,
  .grid-y > .mediumLarge-2,
  .grid-y > .mediumLarge-3,
  .grid-y > .mediumLarge-4,
  .grid-y > .mediumLarge-5,
  .grid-y > .mediumLarge-6,
  .grid-y > .mediumLarge-7,
  .grid-y > .mediumLarge-8,
  .grid-y > .mediumLarge-9,
  .grid-y > .mediumLarge-10,
  .grid-y > .mediumLarge-11,
  .grid-y > .mediumLarge-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;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-full,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-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 0px;
    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: 53.875em) {
  .grid-y > .mediumLarge-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .mediumLarge-12,
  .grid-y > .mediumLarge-11,
  .grid-y > .mediumLarge-10,
  .grid-y > .mediumLarge-9,
  .grid-y > .mediumLarge-8,
  .grid-y > .mediumLarge-7,
  .grid-y > .mediumLarge-6,
  .grid-y > .mediumLarge-5,
  .grid-y > .mediumLarge-4,
  .grid-y > .mediumLarge-3,
  .grid-y > .mediumLarge-2,
  .grid-y > .mediumLarge-1,
  .grid-y > .mediumLarge-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .mediumLarge-shrink {
    height: auto;
  }

  .grid-y > .mediumLarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .mediumLarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .mediumLarge-3 {
    height: 25%;
  }

  .grid-y > .mediumLarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .mediumLarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .mediumLarge-6 {
    height: 50%;
  }

  .grid-y > .mediumLarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .mediumLarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .mediumLarge-9 {
    height: 75%;
  }

  .grid-y > .mediumLarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .mediumLarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .mediumLarge-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    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%;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xlarge-12,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xlarge-3 {
    height: 25%;
  }

  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xlarge-6 {
    height: 50%;
  }

  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xlarge-9 {
    height: 75%;
  }

  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xlarge-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: 53.875em) {
  .grid-margin-y > .mediumLarge-auto {
    height: auto;
  }

  .grid-margin-y > .mediumLarge-shrink {
    height: auto;
  }

  .grid-margin-y > .mediumLarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-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);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-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: 53.875em) {
  .mediumLarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .mediumLarge-grid-frame {
    width: 100%;
  }

  .mediumLarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .mediumLarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .mediumLarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

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

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-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 {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 53.875em) {
  .grid-y.mediumLarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.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: 53.875em) {
  .cell .grid-y.mediumLarge-grid-frame {
    height: 100%;
  }
}

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

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-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: 53.875em) {
  .grid-margin-y > .mediumLarge-auto {
    height: auto;
  }

  .grid-margin-y > .mediumLarge-shrink {
    height: auto;
  }

  .grid-margin-y > .mediumLarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .mediumLarge-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);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-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: 53.875em) {
  .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 screen and (min-width: 75em) {
  .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: 53.875em) {
  .grid-margin-y.mediumLarge-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);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.row {
  max-width: 81.25rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before,
.row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 53.875em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.column,
.columns,
.column:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

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

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

.small-uncentered,
.small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

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

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncentered,
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-1 {
    width: 8.3333333333%;
  }

  .mediumLarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .mediumLarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .mediumLarge-offset-0 {
    margin-left: 0%;
  }

  .mediumLarge-2 {
    width: 16.6666666667%;
  }

  .mediumLarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .mediumLarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .mediumLarge-3 {
    width: 25%;
  }

  .mediumLarge-push-3 {
    position: relative;
    left: 25%;
  }

  .mediumLarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .mediumLarge-4 {
    width: 33.3333333333%;
  }

  .mediumLarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .mediumLarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .mediumLarge-5 {
    width: 41.6666666667%;
  }

  .mediumLarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .mediumLarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .mediumLarge-6 {
    width: 50%;
  }

  .mediumLarge-push-6 {
    position: relative;
    left: 50%;
  }

  .mediumLarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .mediumLarge-7 {
    width: 58.3333333333%;
  }

  .mediumLarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .mediumLarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .mediumLarge-8 {
    width: 66.6666666667%;
  }

  .mediumLarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .mediumLarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .mediumLarge-9 {
    width: 75%;
  }

  .mediumLarge-push-9 {
    position: relative;
    left: 75%;
  }

  .mediumLarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .mediumLarge-10 {
    width: 83.3333333333%;
  }

  .mediumLarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .mediumLarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .mediumLarge-11 {
    width: 91.6666666667%;
  }

  .mediumLarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .mediumLarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .mediumLarge-12 {
    width: 100%;
  }

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

  .mediumLarge-up-1 > .column,
  .mediumLarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .mediumLarge-up-1 > .column:nth-of-type(1n),
  .mediumLarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-1 > .column:nth-of-type(1n+1),
  .mediumLarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .mediumLarge-up-1 > .column:last-child,
  .mediumLarge-up-1 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-2 > .column,
  .mediumLarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .mediumLarge-up-2 > .column:nth-of-type(1n),
  .mediumLarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-2 > .column:nth-of-type(2n+1),
  .mediumLarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .mediumLarge-up-2 > .column:last-child,
  .mediumLarge-up-2 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-3 > .column,
  .mediumLarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }

  .mediumLarge-up-3 > .column:nth-of-type(1n),
  .mediumLarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-3 > .column:nth-of-type(3n+1),
  .mediumLarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .mediumLarge-up-3 > .column:last-child,
  .mediumLarge-up-3 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-4 > .column,
  .mediumLarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .mediumLarge-up-4 > .column:nth-of-type(1n),
  .mediumLarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-4 > .column:nth-of-type(4n+1),
  .mediumLarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .mediumLarge-up-4 > .column:last-child,
  .mediumLarge-up-4 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-5 > .column,
  .mediumLarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .mediumLarge-up-5 > .column:nth-of-type(1n),
  .mediumLarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-5 > .column:nth-of-type(5n+1),
  .mediumLarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .mediumLarge-up-5 > .column:last-child,
  .mediumLarge-up-5 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-6 > .column,
  .mediumLarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }

  .mediumLarge-up-6 > .column:nth-of-type(1n),
  .mediumLarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-6 > .column:nth-of-type(6n+1),
  .mediumLarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .mediumLarge-up-6 > .column:last-child,
  .mediumLarge-up-6 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-7 > .column,
  .mediumLarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }

  .mediumLarge-up-7 > .column:nth-of-type(1n),
  .mediumLarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-7 > .column:nth-of-type(7n+1),
  .mediumLarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .mediumLarge-up-7 > .column:last-child,
  .mediumLarge-up-7 > .columns:last-child {
    float: left;
  }

  .mediumLarge-up-8 > .column,
  .mediumLarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .mediumLarge-up-8 > .column:nth-of-type(1n),
  .mediumLarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .mediumLarge-up-8 > .column:nth-of-type(8n+1),
  .mediumLarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .mediumLarge-up-8 > .column:last-child,
  .mediumLarge-up-8 > .columns:last-child {
    float: left;
  }

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

  .mediumLarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .mediumLarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .mediumLarge-uncollapse > .column,
  .mediumLarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .mediumLarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .mediumLarge-centered,
  .mediumLarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .mediumLarge-uncentered,
  .mediumLarge-push-0,
  .mediumLarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .mediumLarge-uncentered,
  .mediumLarge-uncentered:last-child:not(:first-child),
  .mediumLarge-push-0,
  .mediumLarge-push-0:last-child:not(:first-child),
  .mediumLarge-pull-0,
  .mediumLarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .mediumLarge-uncentered:last-child:not(:first-child),
  .mediumLarge-push-0:last-child:not(:first-child),
  .mediumLarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

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

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncentered,
  .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .xlarge-12 {
    width: 100%;
  }

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

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1 > .column:nth-of-type(1n+1),
  .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2 > .column:nth-of-type(2n+1),
  .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }

  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3 > .column:nth-of-type(3n+1),
  .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4 > .column:nth-of-type(4n+1),
  .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5 > .column:nth-of-type(5n+1),
  .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }

  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6 > .column:nth-of-type(6n+1),
  .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }

  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7 > .column:nth-of-type(7n+1),
  .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8 > .column:nth-of-type(8n+1),
  .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }

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

  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncentered,
  .xlarge-uncentered:last-child:not(:first-child),
  .xlarge-push-0,
  .xlarge-push-0:last-child:not(:first-child),
  .xlarge-pull-0,
  .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .xlarge-uncentered:last-child:not(:first-child),
  .xlarge-push-0:last-child:not(:first-child),
  .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.25rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #e84e0f;
  color: #fefefe;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #f15d21;
  color: #fefefe;
}

.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.primary {
  background-color: #e84e0f;
  color: #0a0a0a;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #ba3e0c;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.perks-yellow {
  background-color: #ffeb00;
  color: #0a0a0a;
}

.button.perks-yellow:hover,
.button.perks-yellow:focus {
  background-color: #ccbc00;
  color: #0a0a0a;
}

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

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #e84e0f;
  color: #fefefe;
}

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

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #e84e0f;
  color: #0a0a0a;
}

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

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

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

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

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

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

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

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.disabled.perks-yellow,
.button[disabled].perks-yellow {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.perks-yellow,
.button.disabled.perks-yellow:hover,
.button.disabled.perks-yellow:focus,
.button[disabled].perks-yellow,
.button[disabled].perks-yellow:hover,
.button[disabled].perks-yellow:focus {
  background-color: #ffeb00;
  color: #0a0a0a;
}

.button.hollow {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #742708;
  color: #742708;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.hollow.primary {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #742708;
  color: #742708;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.perks-yellow {
  border: 1px solid #ffeb00;
  color: #ffeb00;
}

.button.hollow.perks-yellow:hover,
.button.hollow.perks-yellow:focus {
  border-color: #807600;
  color: #807600;
}

.button.hollow.perks-yellow:hover.disabled,
.button.hollow.perks-yellow:hover[disabled],
.button.hollow.perks-yellow:focus.disabled,
.button.hollow.perks-yellow:focus[disabled] {
  border: 1px solid #ffeb00;
  color: #ffeb00;
}

.button.clear {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #742708;
  color: #742708;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #742708;
  color: #742708;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #e84e0f;
  color: #e84e0f;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.clear.perks-yellow {
  border: 1px solid #ffeb00;
  color: #ffeb00;
}

.button.clear.perks-yellow:hover,
.button.clear.perks-yellow:focus {
  border-color: #807600;
  color: #807600;
}

.button.clear.perks-yellow:hover.disabled,
.button.clear.perks-yellow:hover[disabled],
.button.clear.perks-yellow:focus.disabled,
.button.clear.perks-yellow:focus[disabled] {
  border: 1px solid #ffeb00;
  color: #ffeb00;
}

.button.clear.perks-yellow,
.button.clear.perks-yellow.disabled,
.button.clear.perks-yellow[disabled],
.button.clear.perks-yellow:hover,
.button.clear.perks-yellow:hover.disabled,
.button.clear.perks-yellow:hover[disabled],
.button.clear.perks-yellow:focus,
.button.clear.perks-yellow:focus.disabled,
.button.clear.perks-yellow:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  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: #e84e0f;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #e84e0f;
}

.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.dropdown.hollow.perks-yellow::after,
.button.dropdown.clear.perks-yellow::after {
  border-top-color: #ffeb00;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.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 {
  background-color: #e84e0f;
  color: #0a0a0a;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #ba3e0c;
  color: #0a0a0a;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.perks-yellow .button {
  background-color: #ffeb00;
  color: #0a0a0a;
}

.button-group.perks-yellow .button:hover,
.button-group.perks-yellow .button:focus {
  background-color: #ccbc00;
  color: #0a0a0a;
}

.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 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 screen and (max-width: 53.87375em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

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

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #e5e5e5;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #e84e0f;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 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: 1.25rem;
  border-radius: 4px;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  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: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 53.87375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

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

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

.breadcrumbs {
  margin: 0 0 1.25rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #e5e5e5;
}

.breadcrumbs a,
.breadcrumbs button.pill-button,
.breadcrumbs input.pill-button {
  color: #e84e0f;
}

.breadcrumbs a:hover,
.breadcrumbs button.pill-button:hover,
.breadcrumbs input.pill-button:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #e5e5e5;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 4px;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fde4da;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.perks-yellow {
  background-color: #fffcd9;
  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;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  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 input.pill-button,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination input.pill-button:hover,
.pagination button:hover {
  background: #f5f5f5;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #e84e0f;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #e5e5e5;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous button.pill-button::before,
.pagination-previous input.pill-button::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}

.pagination-next a::after,
.pagination-next button.pill-button::after,
.pagination-next input.pill-button::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #fefefe;
  font-size: 80%;
  color: #e84e0f;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fefefe;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fefefe;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #e5e5e5;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #0a0a0a;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0 0 4px 4px;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e5e5e5;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 0.75rem 1.25rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  background-color: #e5e5e5;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.media-object {
  display: flex;
  margin-bottom: 1.25rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media 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: 1.25rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1.25rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1.25rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.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.pill-button,
.menu input.pill-button,
.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.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a,
.menu.simple button.pill-button,
.menu.simple input.pill-button {
  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: 53.875em) {
  .menu.mediumLarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.mediumLarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.mediumLarge-expanded li {
    flex: 1 1 0px;
  }

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

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }

  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a,
.menu.icons button.pill-button,
.menu.icons input.pill-button {
  display: flex;
}

.menu.icon-top a,
.menu.icon-top button.pill-button,
.menu.icon-top input.pill-button,
.menu.icon-right a,
.menu.icon-right button.pill-button,
.menu.icon-right input.pill-button,
.menu.icon-bottom a,
.menu.icon-bottom button.pill-button,
.menu.icon-bottom input.pill-button,
.menu.icon-left a,
.menu.icon-left button.pill-button,
.menu.icon-left input.pill-button {
  display: flex;
}

.menu.icon-left li a,
.menu.icon-left li button.pill-button,
.menu.icon-left li input.pill-button {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li button.pill-button img,
.menu.icon-left li input.pill-button img,
.menu.icon-left li a i,
.menu.icon-left li button.pill-button i,
.menu.icon-left li input.pill-button i,
.menu.icon-left li a svg,
.menu.icon-left li button.pill-button svg,
.menu.icon-left li input.pill-button svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a,
.menu.icon-right li button.pill-button,
.menu.icon-right li input.pill-button {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li button.pill-button img,
.menu.icon-right li input.pill-button img,
.menu.icon-right li a i,
.menu.icon-right li button.pill-button i,
.menu.icon-right li input.pill-button i,
.menu.icon-right li a svg,
.menu.icon-right li button.pill-button svg,
.menu.icon-right li input.pill-button svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a,
.menu.icon-top li button.pill-button,
.menu.icon-top li input.pill-button {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li button.pill-button img,
.menu.icon-top li input.pill-button img,
.menu.icon-top li a i,
.menu.icon-top li button.pill-button i,
.menu.icon-top li input.pill-button i,
.menu.icon-top li a svg,
.menu.icon-top li button.pill-button svg,
.menu.icon-top li input.pill-button svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a,
.menu.icon-bottom li button.pill-button,
.menu.icon-bottom li input.pill-button {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li button.pill-button img,
.menu.icon-bottom li input.pill-button img,
.menu.icon-bottom li a i,
.menu.icon-bottom li button.pill-button i,
.menu.icon-bottom li input.pill-button i,
.menu.icon-bottom li a svg,
.menu.icon-bottom li button.pill-button svg,
.menu.icon-bottom li input.pill-button svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a,
.menu .is-active > button.pill-button,
.menu .is-active > input.pill-button {
  background: #e84e0f;
  color: #fefefe;
}

.menu .active > a,
.menu .active > button.pill-button,
.menu .active > input.pill-button {
  background: #e84e0f;
  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 .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;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #e5e5e5;
  box-shadow: 0 7px 0 #e5e5e5, 0 14px 0 #e5e5e5;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f5f5f5;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f5f5f5;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 53.875em) {
  .position-left.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-mediumLarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-mediumLarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-mediumLarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-mediumLarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-mediumLarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 53.875em) {
  .off-canvas.in-canvas-for-mediumLarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-mediumLarge.position-left,
  .off-canvas.in-canvas-for-mediumLarge.position-right,
  .off-canvas.in-canvas-for-mediumLarge.position-top,
  .off-canvas.in-canvas-for-mediumLarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-mediumLarge .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top,
  .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

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(0, 0, 0, 0.9);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1.25rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: calc(100%-100px);
    max-width: 81.25rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 81.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 81.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 81.25rem;
  }
}

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

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

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a,
.align-left.vertical.menu > li > button.pill-button,
.align-left.vertical.menu > li > input.pill-button {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a,
.align-right.vertical.menu > li > button.pill-button,
.align-right.vertical.menu > li > input.pill-button {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a,
.align-center.vertical.menu > li > button.pill-button,
.align-center.vertical.menu > li > input.pill-button {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-order-1 {
    order: 1;
  }

  .mediumLarge-order-2 {
    order: 2;
  }

  .mediumLarge-order-3 {
    order: 3;
  }

  .mediumLarge-order-4 {
    order: 4;
  }

  .mediumLarge-order-5 {
    order: 5;
  }

  .mediumLarge-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 53.875em) {
  .mediumLarge-flex-container {
    display: flex;
  }

  .mediumLarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .mediumLarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .mediumLarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .mediumLarge-flex-dir-row {
    flex-direction: row;
  }

  .mediumLarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .mediumLarge-flex-dir-column {
    flex-direction: column;
  }

  .mediumLarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

@media screen and (max-width: 53.87375em), screen and (min-width: 64em) {
  .show-for-mediumLarge-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 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;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

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

.scratchcard-disable-on-click-wrapper {
  position: relative;
}

.scratchcard-disable-on-click-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.promo {
  width: 90px;
  height: 90px;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 175px;
  text-transform: uppercase;
  border-top-right-radius: 4px;
  pointer-events: none;
  font-size: 0.8em;
  font-weight: bold;
  right: -2px;
  top: -2px;
  overflow: hidden;
}

.promo div {
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -50px;
  right: -50px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  color: #f5f5f5;
  background: #e84e0f;
}

.promo.red div {
  background: linear-gradient(to left bottom, tint(#f00, 50%), #f00), #f00;
}

.promo.yellow div {
  background: linear-gradient(to left bottom, tint(#ffeb00, 50%), #ffeb00), #ffeb00;
}

.promo.white div {
  background: linear-gradient(to left bottom, tint(#fefefe, 50%), #fefefe), #fefefe;
  color: #e84e0f;
}

.dataTables_wrapper table.dataTable .sorting,
.dataTables_wrapper table.dataTable .sorting_asc,
.dataTables_wrapper table.dataTable .sorting_desc {
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 6px;
}

.dataTables_wrapper table.dataTable .sorting {
  background-image: url("/img/datatables/sorting_none.png");
}

.dataTables_wrapper table.dataTable .sorting_asc {
  background-image: url("/img/datatables/sorting_asc.png");
}

.dataTables_wrapper table.dataTable .sorting_desc {
  background-image: url("/img/datatables/sorting_desc.png");
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.dataTables_wrapper th,
.dataTables_wrapper td {
  box-sizing: content-box;
}

.dataTables_wrapper .dataTables_processing {
  border: none;
}

.dealer-locator .inner .big {
  max-width: 400px;
  margin: 45px auto 0 auto;
}

.dealer-locator-results {
  height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 85%;
  background: #f5f5f5;
}

@media screen and (max-width: 39.99875em) {
  .dealer-locator-results {
    height: auto;
    overflow-y: visible;
  }
}

#dealersOnMap {
  width: 100%;
  height: 550px;
  margin: auto;
}

table .currency {
  text-align: right;
}

.part-price-callout h2,
.part-price-callout .centered-introduction h1 + p,
.centered-introduction .part-price-callout h1 + p,
.part-price-callout .centered-introduction .h1 + p,
.centered-introduction .part-price-callout .h1 + p,
.part-price-callout .price {
  font-weight: 200;
  color: #8a8a8a;
  font-size: 1.2rem !important;
  margin-bottom: 0;
}

.part-price-callout .price {
  line-height: 1.2;
}

.part-price-callout .price.highlighted,
.part-price-callout #orders .input-quantity .input-label + .price.quantity,
#orders .input-quantity .part-price-callout .input-label + .price.quantity {
  color: #e84e0f;
  font-size: 3.2rem !important;
  padding: 5px 0;
}

.part-price-callout .hotline {
  font-weight: bold;
  font-size: 2rem;
  color: #e84e0f;
  position: relative;
  margin-top: -5px;
}

.consumable-offers table tbody tr td:last-child {
  text-align: right;
  width: 152px;
  padding-right: 67px;
}

.consumable-offers table thead tr td:last-child {
  text-align: right;
  width: 230px;
  padding-right: 48px;
}

.consumable-offers-table .callout .offers {
  height: 420px;
  background: linear-gradient(188deg, #e84e0f 70%, #f0f0f0 70.4%);
}

.consumable-offers-table .highlighted,
.consumable-offers-table #orders .input-quantity .input-label + .quantity,
#orders .input-quantity .consumable-offers-table .input-label + .quantity {
  position: relative !important;
  top: 245px;
}

.consumable-offers-table img {
  width: 160px !important;
  margin-top: 120px;
}

@media screen and (max-width: 53.87375em) {
  .consumable-offers-table img {
    margin-top: 60px;
    right: 1.25rem;
  }
}

.offers-info p {
  line-height: 1;
}

.offers-info p span {
  font-size: 12px;
}

@media print, screen and (min-width: 40em) {
  .pinned {
    display: none;
  }
}

.part-finder-applications tr {
  height: 46px !important;
}

.consumable-offers-table tr {
  height: 46px !important;
}

.consumable-offers-table table,
.consumable-offers-table .pinned {
  background: #f0f0f0;
}

.engine-oil tr {
  height: 46px !important;
}

.engine-oil td:nth-child(4) {
  white-space: nowrap;
}

.engine-oil .hotline {
  font-weight: bold;
  font-size: 1.7rem;
  color: #e84e0f;
  position: relative;
  padding: 0;
  margin: 0;
}

#part .help-text {
  line-height: 16px;
  display: block;
  margin-top: 8px;
  padding: 0 8%;
}

#part iframe {
  max-width: 100%;
  width: 100%;
  margin-top: 1.5em;
}

.section-title {
  font-size: 1.2em;
  color: #e84e0f;
  text-transform: uppercase;
  padding: 1.4em 0;
  text-align: center;
}

ul.breadcrumbs {
  margin: 1rem 0 1rem 0;
}

.dataTables_paginate.paging_simple_numbers a,
.dataTables_paginate.paging_simple_numbers button.pill-button,
.dataTables_paginate.paging_simple_numbers input.pill-button {
  margin: 0 0.3rem;
}

.small-print {
  font-size: 0.8rem;
}

@media screen and (max-width: 39.99875em) {
  .nopadding-small {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.u-center {
  margin: 0 auto;
}

.u-center[src],
.u-center[alt] {
  display: block;
}

.u-float-right {
  float: right;
}

.u-float-right {
  float: right;
}

html.no-js .u-hide-no-js {
  display: none;
}

.u-pad-b-0 {
  padding-bottom: 0 !important;
}

.u-pad-b-10 {
  padding-bottom: 10px !important;
}

.u-pad-b-20 {
  padding-bottom: 20px !important;
}

.u-pad-b-100 {
  padding-bottom: 100px !important;
}

.u-margin-top-10 {
  margin-top: 10px !important;
}

.u-margin-top-20 {
  margin-top: 20px !important;
}

.u-margin-top-30 {
  margin-top: 30px !important;
}

.u-margin-top-40 {
  margin-top: 40px !important;
}

.u-margin-top-50 {
  margin-top: 50px !important;
}

.u-margin-top-60 {
  margin-top: 60px !important;
}

.u-margin-top-70 {
  margin-top: 70px !important;
}

.u-margin-top-80 {
  margin-top: 80px !important;
}

.u-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.u-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.u-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.u-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.u-margin-bottom-50 {
  margin-bottom: 50px !important;
}

.u-margin-bottom-60 {
  margin-bottom: 60px !important;
}

.u-margin-bottom-70 {
  margin-bottom: 70px !important;
}

.u-margin-bottom-80 {
  margin-bottom: 80px !important;
}

.u-margin-left-10 {
  margin-left: 10px !important;
}

.u-margin-left-20 {
  margin-left: 20px !important;
}

.u-margin-left-30 {
  margin-left: 30px !important;
}

.u-margin-left-40 {
  margin-left: 40px !important;
}

.u-margin-left-50 {
  margin-left: 50px !important;
}

.u-margin-left-60 {
  margin-left: 60px !important;
}

.u-margin-left-70 {
  margin-left: 70px !important;
}

.u-margin-left-80 {
  margin-left: 80px !important;
}

@media print, screen and (min-width: 40em) {
  .u-hide-medium {
    display: none;
  }
}

@media screen and (max-width: 53.87375em) {
  .u-hide-medium-down {
    display: none;
  }
}

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

@media screen and (max-width: 74.99875em) {
  .u-hide-large-down {
    display: none;
  }
}

.u-bg-white {
  background: #ffffff;
}

p .centered-introduction,
.awareness-introduction p {
  max-width: 800px;
  margin: 0 auto;
}

.why-choose-distrigo p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}

h1,
.h1 {
  font-size: 80px;
  letter-spacing: -1px;
  display: inline-block;
}

h1.overline:not(.h2),
.h1.overline:not(.h2) {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  h1.overline:not(.h2),
  .h1.overline:not(.h2) {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media print, screen and (min-width: 53.875em) {
  h1.overline:not(.h2),
  .h1.overline:not(.h2) {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

@media print, screen and (min-width: 53.875em) {
  h1.overline:not(.h2),
  .h1.overline:not(.h2) {
    margin-top: 10px;
    font-size: 3rem;
    line-height: 3rem;
  }
}

h1.small,
.h1.small {
  font-size: 50px;
}

.centered-introduction h1,
.centered-introduction .h1 {
  color: #e84e0f;
  font-size: 22px;
  line-height: 39px;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 53.875em) {
  .centered-introduction h1,
  .centered-introduction .h1 {
    font-size: 38px;
  }
}

.centered-introduction h1 + p,
.centered-introduction .h1 + p {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

@media print, screen and (min-width: 53.875em) {
  .centered-introduction h1 + p,
  .centered-introduction .h1 + p {
    font-size: 22px;
    line-height: 18px;
  }
}

h2,
.centered-introduction h1 + p,
.centered-introduction .h1 + p,
.h2 {
  letter-spacing: -1px;
}

.why-choose-distrigo h2,
.why-choose-distrigo .centered-introduction h1 + p,
.centered-introduction .why-choose-distrigo h1 + p,
.why-choose-distrigo .centered-introduction .h1 + p,
.centered-introduction .why-choose-distrigo .h1 + p,
.why-choose-distrigo .h2 {
  color: #e84e0f;
  font-size: 38px;
  line-height: 39px;
  margin-top: 4rem;
  margin-bottom: 60px;
}

h1,
h2,
.centered-introduction h1 + p,
.centered-introduction .h1 + p,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1.overline,
h2.overline,
.centered-introduction h1 + p.overline,
.centered-introduction .h1 + p.overline,
h3.overline,
h4.overline,
h5.overline,
h6.overline {
  text-decoration: none;
}

h1.overline:before,
h2.overline:before,
.centered-introduction h1 + p.overline:before,
.centered-introduction .h1 + p.overline:before,
h3.overline:before,
h4.overline:before,
h5.overline:before,
h6.overline:before {
  margin-bottom: 20px;
  content: " ";
  display: block;
  width: 60px;
  border-bottom: 8px solid;
  line-height: 100px;
}

h1.overline--purple,
h2.overline--purple,
.centered-introduction h1 + p.overline--purple,
.centered-introduction .h1 + p.overline--purple,
h3.overline--purple,
h4.overline--purple,
h5.overline--purple,
h6.overline--purple {
  color: #3d185a;
}

h1.overline--purple:before,
h2.overline--purple:before,
.centered-introduction h1 + p.overline--purple:before,
.centered-introduction .h1 + p.overline--purple:before,
h3.overline--purple:before,
h4.overline--purple:before,
h5.overline--purple:before,
h6.overline--purple:before {
  border-color: #3d185a;
}

h1.overline--orange,
h2.overline--orange,
.centered-introduction h1 + p.overline--orange,
.centered-introduction .h1 + p.overline--orange,
h3.overline--orange,
h4.overline--orange,
h5.overline--orange,
h6.overline--orange {
  color: #ff4b00;
}

h1.overline--orange:before,
h2.overline--orange:before,
.centered-introduction h1 + p.overline--orange:before,
.centered-introduction .h1 + p.overline--orange:before,
h3.overline--orange:before,
h4.overline--orange:before,
h5.overline--orange:before,
h6.overline--orange:before {
  border-color: #ff4b00;
}

h1 span,
h2 span,
.centered-introduction h1 + p span,
.centered-introduction .h1 + p span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: normal;
}

.customer-greeting h2,
.customer-greeting .centered-introduction h1 + p,
.centered-introduction .customer-greeting h1 + p,
.customer-greeting .centered-introduction .h1 + p,
.centered-introduction .customer-greeting .h1 + p,
.customer-greeting h5 {
  font-weight: normal;
}

.intro {
  font-weight: bold;
  text-transform: none;
}

@media screen and (min-width: 40em) {
  .intro {
    font-size: 26px;
    line-height: 30px;
  }
}

.intro--small {
  font-size: 22px;
  line-height: 26px;
}

.intro--large {
  font-size: 36px;
  line-height: 43px;
}

small {
  width: 100%;
  display: block;
  overflow: hidden;
}

.what-is-perks small,
.my_profile__section small {
  margin-bottom: 1em;
}

a.arrow-after,
button.arrow-after.pill-button,
input.arrow-after.pill-button {
  display: inline-block;
  color: black;
  position: relative;
  padding-right: 20px;
}

a.arrow-after .fa-chevron-right,
button.arrow-after.pill-button .fa-chevron-right,
input.arrow-after.pill-button .fa-chevron-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.arrow-after:hover,
button.arrow-after.pill-button:hover,
input.arrow-after.pill-button:hover,
a.arrow-after:focus,
button.arrow-after.pill-button:focus,
input.arrow-after.pill-button:focus,
a.arrow-after:active,
button.arrow-after.pill-button:active,
input.arrow-after.pill-button:active {
  color: #f15d21;
}

a.button .fa-chevron-right,
button.button.pill-button .fa-chevron-right,
input.button.pill-button .fa-chevron-right {
  margin-left: 25px;
}

.gradient-text {
  display: flex;
  flex-direction: column;
}

.gradient-text strong {
  font-size: 1.2rem;
}

.gradient-text span {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fefefe;
  align-self: flex-start;
  background: #ff4b00;
  background: linear-gradient(90deg, #ff4b00 0%, #ff7501 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4b00",endColorstr="#ff7501",GradientType=1);
}

.gradient-text span:before {
  content: "\A0";
}

.gradient-text span:after {
  content: "\A0\A0";
}

@media print, screen and (min-width: 64em) {
  .perks-welcome-banner .gradient-text {
    margin-top: 1em;
  }

  .perks-welcome-banner .gradient-text span {
    font-size: 3.2rem;
  }
}

.distrigo-perks {
  padding: 25px 0;
  margin: 0;
  line-height: 0;
}

.distrigo-perks .distrigo-perks--image {
  width: 306px;
}

ol li {
  list-style-position: inside;
}

.vehicle_reg,
.vehicle_reg:focus {
  max-width: 200px;
  text-align: center;
  border: none;
  border-left: 20px solid #0031ff;
  background-color: #ffc400;
  text-transform: uppercase;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.vehicle_reg--small,
.vehicle_reg--small:focus {
  font-size: 1.2rem;
  height: 30px;
  border-left-width: 14px;
  max-width: 150px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick__button {
  width: 35px;
  height: 35px;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

.slick__button--prev {
  left: 5px;
  background-image: url("/img/icons/prev.svg");
}

.slick__button--next {
  right: 5px;
  background-image: url("/img/icons/next.svg");
}

.slick-slider {
  padding: 0 40px;
}

.stripe {
  padding: 2.5rem 0 1.25rem;
}

.stripe--gray {
  background-color: #e5e5e5;
}

.stripe--black {
  background-color: #0a0a0a;
  color: #fefefe;
}

.stripe--white {
  background-color: #fefefe;
  color: #0a0a0a;
}

.stripe--perks-purple {
  background-color: #3d185a;
  color: #fefefe;
}

.stripe--light-gray {
  background-color: #f5f5f5;
}

.stripe--large {
  padding: 2.5rem 0;
}

@media screen and (max-width: 39.99875em) {
  .stripe--large {
    padding: 1.5rem 0;
  }
}

select {
  background-position: right 0rem center;
}

.panel {
  padding: 1.25rem 1.25rem 0;
  margin-bottom: 1.25rem;
}

.panel--gray {
  background-color: rgba(25, 25, 25, 0.1);
}

.link {
  color: inherit;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid;
}

.link:hover {
  color: inherit;
  opacity: 0.75;
}

.help_text {
  color: #8a8a8a;
  font-style: italic;
  font-size: 0.8em;
  text-decoration: underline;
}

.eurorepar-tickertape {
  display: block;
  background: #191919;
  background: linear-gradient(90deg, #191919 0%, #191919 20%, #f94b01 20%);
}

@media only screen and (max-width: 1230px) {
  .eurorepar-tickertape {
    background: linear-gradient(90deg, #f94b01 0%, #f94b01 20%, #f94b01 20%);
  }

  .eurorepar-tickertape img {
    display: none;
  }

  .eurorepar-tickertape h5 {
    display: block !important;
    color: white;
    margin: 15px 0 0 0;
  }
}

@media only screen and (max-width: 990px) {
  .eurorepar-tickertape {
    display: none;
  }
}

.eurorepar-tickertape img {
  min-height: 55px;
}

.eurorepar-tickertape h5 {
  display: none;
}

.eurorepar-tickertape .pill-button,
.eurorepar-tickertape a.pill-button-blank {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 0.7em 2.6em;
  margin: 8px 0 6px 0;
}

.eurorepar-tickertape .pill-button:hover,
.eurorepar-tickertape a.pill-button-blank:hover,
.eurorepar-tickertape .pill-button:active,
.eurorepar-tickertape a.pill-button-blank:active,
.eurorepar-tickertape .pill-button:visited,
.eurorepar-tickertape a.pill-button-blank:visited,
.eurorepar-tickertape .pill-button:link,
.eurorepar-tickertape a.pill-button-blank:link {
  background-color: #efefef;
  color: #000000;
}

.mobile-tickertape {
  display: none;
}

@media only screen and (max-width: 990px) {
  .mobile-tickertape {
    display: block;
  }
}

input:checked ~ label {
  font-weight: bold;
}

.button {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.button--wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.button--chevron {
  padding-right: 55px;
  text-align: left;
}

.button--chevron .fa-chevron-right {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button .fa-chevron-right {
  margin-left: 25px;
}

.button--green {
  background: #2fba08;
}

.button--green:hover,
.button--green:active,
.button--green:focus {
  background: rgba(47, 186, 8, 0.85);
}

.button--black {
  background: #2d2e34;
}

.button--black:hover,
.button--black:active,
.button--black:focus {
  background: rgba(45, 46, 52, 0.85);
}

.button--purple {
  background: #3d185a;
}

.button--purple:hover,
.button--purple:active,
.button--purple:focus {
  background: rgba(61, 24, 90, 0.85);
}

.button--dark-blue {
  background: #1C355E;
}

.button--dark-blue:hover,
.button--dark-blue:active,
.button--dark-blue:focus {
  background: rgba(28, 53, 94, 0.85);
}

.button--arrow {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9.6 16.3' style='enable-background:new 0 0 9.6 16.3;' xml:space='preserve'><path class='st0' d='M1,16.3c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l6.4-6.4L0.3,1.7c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0 l7.8,7.8L1.7,16C1.5,16.2,1.3,16.3,1,16.3z' fill='#ffffff'/></svg>");
  background-origin: content-box;
  background-position: right -1.25rem center;
  background-repeat: no-repeat;
  background-size: 0.6em;
  padding-right: 2rem;
}

.button--arrow:hover {
  box-shadow: 0 2px 10px rgba(10, 10, 10, 0.5);
}

.button--round {
  border-radius: 10em;
  padding-left: 3em;
  padding-right: 3em;
}

.button.perks-yellow {
  color: #3d185a;
}

.button_secondary {
  background-color: #2C9813;
}

@media screen and (max-width: 39.99875em) {
  .button.mb {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.button.round {
  background-color: #FF4B00;
  border-radius: 20px;
  padding: 1em 4em;
  display: table;
  margin-bottom: 1rem;
}

.mega_menu {
  width: 100%;
  background: #fefefe;
  position: absolute;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 1.25rem 0;
  z-index: 9999 !important;
}

.mega_menu__inner {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 64em) {
  .mega_menu__inner {
    flex-wrap: nowrap;
  }
}

.mega_menu__column {
  flex-grow: 1;
  min-width: 300px;
  max-width: 600px;
  padding: 0 1rem;
}

.mega_menu__column:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.mega_menu__title {
  font-size: 1.4em;
  color: #0a0a0a;
  font-family: "Bryant Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.25rem;
  display: block;
  text-decoration: underline;
}

.mega_menu__items {
  margin-bottom: 1.25rem;
  display: flex;
}

.mega_menu__items li {
  flex-basis: 200px;
  flex-grow: 1;
}

.mega_menu__items a,
.mega_menu__items button.pill-button,
.mega_menu__items input.pill-button {
  padding: 0 0 10px 0;
  color: #8a8a8a;
  font-size: 0.9em;
}

.navigation__inner {
  overflow: visible !important;
}

.navigation__inner .menu li {
  padding: 0.5rem 0;
  position: relative;
}

@media print, screen and (min-width: 53.875em) {
  .navigation__inner .menu li {
    align-items: center;
  }
}

.navigation__inner .menu li .dropdown-container {
  text-align: left;
  display: none;
  position: absolute;
  min-width: 220px;
  width: auto;
  height: auto;
  top: 100%;
  left: 0px;
  z-index: 9999 !important;
}

.navigation__inner .menu li .dropdown-container .dropdown {
  pointer-events: all;
  background-color: #3a3a3a;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.navigation__inner .menu li .dropdown-container .dropdown li {
  transition: all ease 0.2s;
}

.navigation__inner .menu li .dropdown-container .dropdown li:hover {
  background-color: #e84e0f;
}

.navigation__inner .menu li a,
.navigation__inner .menu li button.pill-button,
.navigation__inner .menu li input.pill-button {
  flex: 1;
  height: 100%;
}

@media print, screen and (min-width: 53.875em) {
  .navigation__inner .menu li a,
  .navigation__inner .menu li button.pill-button,
  .navigation__inner .menu li input.pill-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.navigation__inner .menu li a:hover,
.navigation__inner .menu li button.pill-button:hover,
.navigation__inner .menu li input.pill-button:hover {
  opacity: 1 !important;
}

.navigation__inner .menu li a:hover .dropdown-container,
.navigation__inner .menu li button.pill-button:hover .dropdown-container,
.navigation__inner .menu li input.pill-button:hover .dropdown-container {
  display: block;
}

.navigation__inner .menu li:hover .dropdown-container {
  display: block;
}

.breadcrumbs {
  margin-top: 1.25rem;
}

.hero {
  width: 100%;
  background-size: cover;
  background-position: center;
  color: #0a0a0a;
}

.hero h1,
.hero h2,
.hero .centered-introduction h1 + p,
.centered-introduction .hero h1 + p,
.hero .centered-introduction .h1 + p,
.centered-introduction .hero .h1 + p,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: #0a0a0a;
  margin-bottom: 0;
}

#renew .hero {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

#renew .hero:before,
#renew .hero:after {
  content: "";
  position: absolute;
  width: 50%;
  display: block;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#renew .hero:before {
  left: 0;
  background: #3ba03c;
  /* Old browsers */
  background-image: linear-gradient(#3ba03c, #3fa740);
}

#renew .hero:after {
  right: 0;
  background: #156419;
  /* Old browsers */
  background-image: linear-gradient(#156419, #19691C);
}

#perks-quick-click .hero {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  #perks-quick-click .hero {
    display: none;
  }
}

#perks-quick-click .hero:before,
#perks-quick-click .hero:after {
  content: "";
  position: absolute;
  width: 50%;
  display: block;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#perks-quick-click .hero:before {
  left: 0;
  background: #E5E5E5;
  /* Old browsers */
}

#perks-quick-click .hero:after {
  right: 0;
  background: #E5E5E5;
  /* Old browsers */
}

#perks-quick-click .hero img {
  max-width: 1300px;
}

@media print, screen and (min-width: 64em) {
  .hero.large {
    padding: 15% 0;
  }
}

.hero.margins {
  margin: 1.25rem 0;
}

.hero.margin-bottom {
  margin-bottom: 1.25rem;
}

.hero.margin-top {
  margin-top: 1.25rem;
}

.hero img {
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  .hero--mobile {
    display: block;
  }
}

@media print, screen and (min-width: 40em) {
  .hero--mobile {
    display: none;
  }
}

.columns.underline:after {
  content: " ";
  display: block;
  border-bottom: 8px solid #e84e0f;
}

#ranges {
  padding: 30px 40px 0 40px;
}

#ranges img {
  width: 400px !important;
  margin: auto;
  display: block !important;
}

#ranges p {
  text-align: center;
  font-family: "Bryant Pro";
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
  line-height: 17px;
  margin-bottom: 2em;
}

#ranges .free_delivery {
  margin-top: 5px;
}

#ranges ul .slick-dots {
  bottom: -45px !important;
}

#our_ranges img {
  width: 413px !important;
  margin: auto;
  display: block !important;
}

#our_ranges .slick-slider {
  padding: 0px !important;
}

#our_ranges p {
  text-align: center;
  font-family: "Bryant Pro", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 15px;
  line-height: 17px;
  margin-bottom: 0;
}

#our_ranges .free_delivery {
  margin-top: 25px;
}

#our_ranges ul .slick-dots {
  bottom: -45px !important;
}

table {
  font-size: 0.9rem;
}

.dashboard-row table .fa-square,
.dashboard-row table .fa-check-square {
  color: #e84e0f;
}

#leads-modal table td.sorting_disabled {
  text-align: left !important;
}

table#customer-leads-table,
table.customer-leads-table-header {
  width: 100% !important;
}

@media screen and (min-width: 1400px) {
  table#customer-leads-table,
  table.customer-leads-table-header {
    table-layout: fixed;
  }
}

table#customer-leads-table .fa-square,
table#customer-leads-table .fa-check-square,
table#customer-leads-table .fa-search,
table.customer-leads-table-header .fa-square,
table.customer-leads-table-header .fa-check-square,
table.customer-leads-table-header .fa-search {
  font-size: 16px;
}

#leads-modal table#customer-leads-table td,
#leads-modal table.customer-leads-table-header td {
  text-align: left !important;
  width: calc(100%/11) !important;
  text-align: left !important;
}

#leads-modal table#customer-leads-table td a.follow-up-lead,
#leads-modal table#customer-leads-table td button.follow-up-lead.pill-button,
#leads-modal table#customer-leads-table td input.follow-up-lead.pill-button,
#leads-modal table.customer-leads-table-header td a.follow-up-lead,
#leads-modal table.customer-leads-table-header td button.follow-up-lead.pill-button,
#leads-modal table.customer-leads-table-header td input.follow-up-lead.pill-button {
  font-size: 16px;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.errors {
  width: 450px;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0.625rem;
  padding-right: 50px;
  z-index: 19999;
  opacity: 0.9;
}

@media screen and (max-width: 39.99875em) {
  .errors {
    margin: 0;
    width: 100%;
  }
}

.errors .fa-ul {
  padding-left: 2rem;
}

.errors .fa-ul i {
  top: 0.3em;
}

.errors.primary {
  color: #fefefe;
}

.errors a,
.errors button.pill-button,
.errors input.pill-button {
  color: inherit;
}

.box-container {
  background-color: #fefefe;
  margin: 1em 0;
  box-shadow: 0px 15px 49px -15px rgba(0, 0, 0, 0.37);
}

.box-container .box-header {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: 900;
  background: #0a0a0a;
  padding: 0.5em 0.8em;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
}

.box-container .box-body {
  overflow: hidden;
}

.info-bar {
  background: #e5e5e5;
  text-align: center;
  padding: 0.6rem 0;
  font-size: 0.8rem;
}

.info-bar.dark {
  background: #e5e5e5;
  color: #fefefe;
}

.info-bar .button {
  margin: 0 1.25rem;
}

.info-bar a,
.info-bar button.pill-button,
.info-bar input.pill-button {
  color: inherit;
}

.video-panel video {
  width: 100%;
}

#usp img {
  width: 40px !important;
  margin: auto;
  display: block !important;
}

#usp p {
  text-align: center;
  font-family: "Bryant Pro";
  font-weight: bold;
  font-size: 0.9rem;
  margin: 5px auto 0;
  line-height: 14px;
}

#usp .free_delivery {
  margin-top: 5px;
}

#usp ul .slick-dots {
  bottom: -45px !important;
}

#usp .icon-slider:not(.slick-initialized) {
  overflow: hidden;
  max-height: 80px;
}

#usp .icon-slider:not(.slick-initialized) .usp-icon {
  width: 14.2%;
  height: 100%;
  min-height: 1px;
  float: left;
}

@media only screen and (max-width: 1270px) {
  #usp .icon-slider:not(.slick-initialized) .usp-icon {
    width: 20%;
  }
}

@media only screen and (max-width: 925px) {
  #usp .icon-slider:not(.slick-initialized) .usp-icon {
    width: 33%;
  }
}

@media only screen and (max-width: 925px) {
  #usp .icon-slider:not(.slick-initialized) .usp-icon {
    width: 100%;
  }
}

#our_ranges img {
  width: 413px !important;
  margin: auto;
  display: block !important;
}

#our_ranges .slick-slider {
  padding: 0px !important;
}

#our_ranges p {
  text-align: center;
  font-family: "Bryant Pro", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 15px;
  line-height: 17px;
  margin-bottom: 0;
}

#our_ranges .free_delivery {
  margin-top: 25px;
}

#our_ranges ul .slick-dots {
  bottom: -45px !important;
}

#frmCheckPassword .demoInputBox,
#frmCheckPassword1 .demoInputBox {
  padding: 7px;
  border: #F0F0F0 1px solid;
  border-radius: 4px;
}

#frmCheckPassword #password-strength-status,
#frmCheckPassword #password-strength-status1,
#frmCheckPassword1 #password-strength-status,
#frmCheckPassword1 #password-strength-status1 {
  border-radius: 4px;
  margin: -13px 0 0 2px;
  padding-bottom: 0.7rem;
}

#frmCheckPassword .medium-password,
#frmCheckPassword1 .medium-password {
  color: #ffa600;
  font-size: 0.75rem;
  font-weight: bold;
}

#frmCheckPassword .weak-password,
#frmCheckPassword1 .weak-password {
  color: #cc4b37;
  font-size: 0.75rem;
  font-weight: bold;
}

#frmCheckPassword .strong-password,
#frmCheckPassword1 .strong-password {
  color: #12CC1A;
  font-size: 0.75rem;
  font-weight: bold;
}

.header,
.intro {
  font-family: "Bryant Pro", Arial, sans-serif;
  padding: 1.25rem 0;
}

.header__distributor-name {
  display: none;
  padding-left: 1.25rem;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .header__distributor-name {
    display: block;
  }
}

.header__distributor-name:before {
  content: "";
  display: block;
  width: 2px;
  background: #0a0a0a;
  position: absolute;
  top: -0.625rem;
  bottom: -0.625rem;
  left: -1px;
}

.header__distributor-name h2,
.header__distributor-name .centered-introduction h1 + p,
.centered-introduction .header__distributor-name h1 + p,
.header__distributor-name .centered-introduction .h1 + p,
.centered-introduction .header__distributor-name .h1 + p,
.header__distributor-name h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.header__distributor-name h2,
.header__distributor-name .centered-introduction h1 + p,
.centered-introduction .header__distributor-name h1 + p,
.header__distributor-name .centered-introduction .h1 + p,
.centered-introduction .header__distributor-name .h1 + p {
  font-size: 18px;
  line-height: 22px;
}

@media print, screen and (min-width: 64em) {
  .header__distributor-name h2,
  .header__distributor-name .centered-introduction h1 + p,
  .centered-introduction .header__distributor-name h1 + p,
  .header__distributor-name .centered-introduction .h1 + p,
  .centered-introduction .header__distributor-name .h1 + p {
    font-size: 27px;
    line-height: 32px;
  }
}

.header__distributor-name h2 span,
.header__distributor-name .centered-introduction h1 + p span,
.centered-introduction .header__distributor-name h1 + p span,
.header__distributor-name .centered-introduction .h1 + p span,
.centered-introduction .header__distributor-name .h1 + p span {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  display: block;
  color: #8a8a8a;
  font-size: 0.3703em;
  line-height: 1.3em;
  letter-spacing: 0;
}

.header__inner {
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: block;
  flex-basis: 120px;
  min-width: 120px;
  margin: 6px 0;
  margin-right: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .header__logo {
    flex-basis: 200px;
    min-width: 200px;
  }
}

.header__user_info {
  margin: 0 1.25rem 0 auto;
  display: flex;
  align-items: stretch;
  height: 100%;
}

.header__user_info .user-info-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.25rem;
}

.header__user_info .pd-details {
  border-right: 2px solid black;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header__user_info a,
.header__user_info button.pill-button,
.header__user_info input.pill-button {
  color: #0a0a0a;
}

.header__text {
  font-weight: 700;
  line-height: 1rem;
}

.header__text--small {
  font-size: 0.875rem;
  opacity: 0.75;
}

.header__icons {
  margin-top: 0.15rem;
}

.header__icons a,
.header__icons input.pill-button,
.header__icons button {
  cursor: pointer;
  color: #0a0a0a;
}

.header__icons a:hover,
.header__icons input.pill-button:hover,
.header__icons button:hover {
  opacity: 0.75;
}

.header__icons span.basket-icon {
  margin-right: 15px;
  position: relative;
}

.header__icons .fa-layers-counter {
  position: absolute;
  background: #e84e0f;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  font-weight: bold;
  border: 2px solid #f5f5f5;
  margin: -5px -5px 0 0;
  line-height: 0.8;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: -10px;
  text-overflow: ellipsis;
  top: -5px;
  transform: scale(0.65);
}

.header__perks_points {
  padding: 10px 8px;
  background: #e5e5e5;
  border-radius: 4px;
  margin: 0 1.25rem 0 0;
}

.header__perks_points div:first-of-type {
  font-size: 0.75rem;
  line-height: 0.857rem;
  font-weight: bold;
}

.header__perks_points div:last-of-type {
  font-weight: 700;
  line-height: 1rem;
}

.header__menu_button {
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/menu.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 0;
  cursor: pointer;
}

.header__spacer {
  width: 2px;
  background: #0a0a0a;
  margin: 0 1.25rem 0 0;
  align-self: stretch;
}

.header__login {
  margin-left: auto;
}

.header__login a:not([href*=basket]),
.header__login button.pill-button:not([href*=basket]),
.header__login input.pill-button:not([href*=basket]) {
  padding: 0 1.25rem 0 0;
  font-weight: bold;
}

.header__login a[href*=basket],
.header__login button[href*=basket].pill-button,
.header__login input[href*=basket].pill-button {
  padding: 0;
}

.navigation {
  background: #2b2b2b;
  font-family: "Bryant Pro", Arial, sans-serif;
}

.navigation.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
}

@media print, screen and (min-width: 53.875em) {
  .navigation {
    display: block;
  }
}

.navigation .navigation__toggle {
  color: white;
  outline: none;
  cursor: pointer;
  padding: 0.7em 0em;
  display: flex;
  align-content: center;
  flex-direction: row;
}

.navigation .navigation__toggle:hover {
  opacity: 0.75;
}

@media print, screen and (min-width: 53.875em) {
  .navigation .navigation__toggle {
    display: none;
  }
}

.navigation .navigation__toggle span {
  display: inline-block;
  margin-left: 15px;
  font-family: "Bryant Pro Bold";
  text-transform: uppercase;
}

.navigation .navigation__toggle .fa {
  width: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.navigation .navigation__toggle .fa-times {
  display: none;
}

.navigation .navigation__toggle.open .fa-bars {
  display: none;
}

.navigation .navigation__toggle.open .fa-times {
  display: inherit;
}

.navigation .menu {
  text-align: center;
  display: none;
}

@media print, screen and (min-width: 53.875em) {
  .navigation .menu {
    display: flex;
  }
}

.navigation .menu + .menu {
  flex-direction: column;
}

@media screen and (min-width: 90em) {
  .navigation .menu + .menu {
    flex-direction: row;
  }
}

.navigation .menu-mobile ul {
  display: block;
}

@media print, screen and (min-width: 53.875em) {
  .navigation .menu-mobile ul {
    display: none;
  }
}

.navigation a,
.navigation button.pill-button,
.navigation input.pill-button {
  color: #fefefe !important;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.45rem;
}

@media print, screen and (min-width: 53.875em) {
  .navigation a,
  .navigation button.pill-button,
  .navigation input.pill-button {
    font-size: 0.7rem;
  }
}

@media print, screen and (min-width: 64em) {
  .navigation a,
  .navigation button.pill-button,
  .navigation input.pill-button {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }
}

@media screen and (min-width: 75em) {
  .navigation a,
  .navigation button.pill-button,
  .navigation input.pill-button {
    padding: 0.25rem 0.7rem;
  }
}

@media screen and (min-width: 90em) {
  .navigation a,
  .navigation button.pill-button,
  .navigation input.pill-button {
    font-size: 0.9rem;
  }

  body[data-status=not-logged-in] .navigation a br,
  body[data-status=not-logged-in] .navigation button.pill-button br,
  body[data-status=not-logged-in] .navigation input.pill-button br {
    display: none;
  }
}

.navigation a:hover,
.navigation button.pill-button:hover,
.navigation input.pill-button:hover {
  opacity: 0.75;
  color: #fefefe !important;
}

.navigation__inner {
  margin: 0;
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height ease 0.2s;
}

.navigation__inner.toggled {
  height: auto;
  max-height: 100vh;
}

.navigation__inner.mobile-dropdown-toggled {
  height: 50vh;
}

@media print, screen and (min-width: 53.875em) {
  .navigation__inner {
    height: auto;
    max-height: 50vh;
    display: flex;
    justify-content: space-between;
  }

  .navigation__inner.toggled {
    height: auto;
  }
}

.change_dealer_details {
  text-decoration: none;
  color: inherit;
}

.change_dealer_details:hover,
.change_dealer_details:focus,
.change_dealer_details:active {
  color: #e84e0f;
}

.change_dealer_details:hover span,
.change_dealer_details:focus span,
.change_dealer_details:active span {
  color: #8a8a8a;
}

.menu-mobile .navigation__inner {
  margin: 0 -0.5rem;
  display: block;
  max-height: 0px;
  overflow: hidden !important;
  transition: max-height ease 0.2s;
}

.menu-mobile .navigation__inner.toggled {
  height: auto;
  max-height: 100vh;
}

.menu-mobile .navigation__inner.mobile-dropdown-toggled {
  height: 50vh;
}

@media print, screen and (min-width: 53.875em) {
  .menu-mobile .navigation__inner {
    height: auto;
    max-height: 50vh;
    display: flex;
    justify-content: space-between;
  }

  .menu-mobile .navigation__inner.toggled {
    height: auto;
  }
}

.menu-mobile ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-mobile ul li a,
.menu-mobile ul li button.pill-button,
.menu-mobile ul li input.pill-button {
  position: relative;
}

.menu-mobile ul li a .chevron,
.menu-mobile ul li button.pill-button .chevron,
.menu-mobile ul li input.pill-button .chevron {
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  top: -2px;
}

.menu-mobile ul li a .chevron.is-shown,
.menu-mobile ul li button.pill-button .chevron.is-shown,
.menu-mobile ul li input.pill-button .chevron.is-shown {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.menu-mobile ul .menu-dropdown {
  margin: 0 auto;
  list-style: none;
  background-color: #0a0a0a;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  display: none;
}

.menu-mobile ul .menu-dropdown.dropdown-shown {
  display: block;
}

.mt-10 label {
  margin-top: 10px;
}

.is-invalid-label {
  display: none;
}

.sign-up {
  background: #FF4B00 !important;
  border-radius: 25px !important;
  border: none !important;
  padding: 10px 40px;
  color: white !important;
  font-family: "Bryant Pro", "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

.sign-up.black {
  background: black !important;
}

.part_finder__inner {
  background: #f5f5f5;
  color: #0a0a0a;
  padding: 1.25rem 0.625rem 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.part_finder__search_button {
  border-radius: 0 0 4px 4px;
}

.part_finder h2,
.part_finder .centered-introduction h1 + p,
.centered-introduction .part_finder h1 + p,
.part_finder .centered-introduction .h1 + p,
.centered-introduction .part_finder .h1 + p {
  font-size: 1.875rem;
  line-height: 1;
}

.part_finder h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.footer {
  color: #fefefe;
  background-color: #0a0a0a;
  font-size: 0.8rem;
  padding: 1.25rem 0;
}

.footer .menu a,
.footer .menu button.pill-button,
.footer .menu input.pill-button {
  color: #fefefe;
  padding: 0;
}

.footer .menu li:not(:last-child) a:after,
.footer .menu li:not(:last-child) button.pill-button:after,
.footer .menu li:not(:last-child) input.pill-button:after {
  content: "|";
  padding: 0 0.25rem;
}

.footer__item:not(:last-child) {
  padding: 0 0.625rem 0;
}

.footer__item li {
  margin-bottom: 0.6em;
}

.footer__item .follow-us {
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Bryant Pro";
  font-size: 15px;
}

.footer__item .footer-fb img {
  margin-left: 3px;
}

.footer__item .footer-fb img:hover,
.footer__item .footer-fb img:focus {
  opacity: 0.75;
}

.footer__inner {
  display: flex;
  align-items: center;
}

.footer__social img {
  max-width: 20px;
}

.step-completed {
  opacity: 0.5;
}

.perks-promotion {
  background-color: #f0f0f0;
  border-bottom: 15px solid #fefefe;
}

#art-of-parts .perks-promotion {
  border-bottom: 40px solid #fefefe;
}

#perks-info .perks-promotion .row {
  display: flex;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 64em) {
  #perks-info .perks-promotion .row {
    flex-direction: row;
  }
}

@media print, screen and (min-width: 40em) {
  .perks-promotion .row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 64em) {
  .perks-promotion .panel-image {
    background-image: url("/img/competition/Logos@2x.png");
    background-size: contain;
    background-position: bottom center;
  }

  .perks-promotion .panel-image.full-height {
    background-size: cover;
    width: 50vw;
    float: right;
    background-position: bottom right;
  }

  #perks-info .perks-promotion .panel-image {
    background-image: url("/img/perks/PERKS-banner-background@2x.png");
  }

  .redeem-perks-index .perks-promotion .panel-image {
    background-image: url("/img/redeem-perks/hero@2x.png");
  }
}

.perks-promotion .panel-image img {
  max-width: 100%;
}

.what-is-perks {
  padding: 30px 0;
  background: #fefefe;
}

.what-is-perks .overline,
.what-is-perks h2,
.what-is-perks .centered-introduction h1 + p,
.centered-introduction .what-is-perks h1 + p,
.what-is-perks .centered-introduction .h1 + p,
.centered-introduction .what-is-perks .h1 + p {
  font-size: 2.5rem;
  color: #e84e0f;
}

.what-is-perks .row {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 64em) {
  .what-is-perks .row {
    flex-direction: row;
  }
}

.what-is-perks .row .centered-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.what-is-perks .row .centered-image img {
  padding: 20px;
  max-width: 400px;
  flex-shrink: 0;
}

@media print, screen and (min-width: 64em) {
  .what-is-perks .row .centered-image img {
    max-width: 100%;
  }
}

.the-perks {
  padding: 0;
  background: #f0f0f0;
}

@media print, screen and (min-width: 40em) {
  .the-perks .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.the-perks .row .text-column {
  padding-top: 60px;
  padding-bottom: 60px;
}

.the-perks .overline {
  font-size: 2.5rem;
  color: #e84e0f;
}

.the-perks .panel-image {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .the-perks .panel-image {
    background-image: url("/img/perks/the-PERKS@2x.png");
  }
}

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

@media print, screen and (min-width: 64em) {
  .panel-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}

.panel-image img {
  padding: 20px;
  max-width: 400px;
}

@media print, screen and (min-width: 64em) {
  .panel-image img {
    display: none;
  }
}

.parts-iframe {
  height: 70vh;
  top: 15vh;
}

.parts-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parts-iframe .pill-button,
.parts-iframe a.pill-button-blank {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dealer-locator-partial {
  border: 1px solid #f5f5f5;
  margin-bottom: 1.25rem;
}

.dealer-locator-partial .dealer-locator-partial__title {
  color: #fefefe;
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  background-color: #e84e0f;
  font-weight: 100;
  font-size: 0.9em;
  line-height: 1.2em;
}

.dealer-locator-partial .dealer-locator-partial__panel {
  background: #fefefe;
  padding: 1.25rem 1.25rem 0;
}

.welcome {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .welcome {
    display: flex;
  }
}

.form_container button {
  display: none;
}

.search-box {
  position: absolute;
  top: 0;
  width: 100%;
}

.welcome__left {
  color: white;
  padding-bottom: 30px;
  padding-top: 0.8rem;
}

@media print, screen and (min-width: 40em) {
  .welcome__left {
    padding-bottom: 0px;
  }
}

.welcome__left_inner {
  padding: 1.875rem;
  max-width: 54rem;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 64em) {
  .welcome__left_inner {
    padding: 4.125rem 1.25rem;
  }
}

.welcome__left .xmas_home_banner {
  min-height: 320px;
}

@media screen and (max-width: 39.99875em) {
  .welcome__left .xmas_home_banner {
    min-height: 130px;
  }
}

.welcome__left .hero_spacer {
  padding: 1em 0;
}

@media print, screen and (min-width: 64em) {
  .welcome__left .part_finder__inner {
    max-width: 650px;
  }

  .welcome__left button {
    max-width: 650px;
  }
}

.welcome__left h1 {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  .welcome__left h1 {
    font-size: 4.5rem;
    line-height: 6rem;
    margin-bottom: 30px;
  }
}

.welcome__left .home_hero_h2 {
  font-size: 1.7em;
  font-weight: 400;
}

@media screen and (max-width: 53.87375em) {
  .welcome__left .home_hero_h2 {
    font-size: 1.5em;
    font-weight: 400;
  }
}

.welcome__right {
  flex-direction: column;
  margin-top: 1.8em;
}

.welcome__right_inner {
  padding: 1.675rem;
  padding-top: 1rem;
}

.welcome__right h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.welcome__right .part_finder__inner {
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.item-1 {
  background: #d3d3d4;
}

.item-2 {
  background: #2C2C2C;
}

.item-3 {
  background: #E6E6E6;
}

.item-4 {
  background: #FE4C00;
}

.item-5 {
  background: #E84E0F;
}

.item-6 {
  background: #E84E0F;
}

.item-7 {
  background: #1777F2;
}

.pad-s-50 {
  padding: 0 50px;
}

.slide-item:not(:first-child) {
  display: none;
}

.slick-initialized .slide-item:first-child,
.slick-initialized .slide-item:not(:first-child) {
  display: block;
}

.slick-prev:before {
  color: #4f5052;
}

.slick-next:before {
  color: #4f5052;
}

.slick-prev {
  left: 20px;
  z-index: 100;
}

.slick-next {
  right: 20px;
  z-index: 100;
}

.welcome__part_finder {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background: #2C2C2C;
}

.welcome__part_finder p {
  max-width: 680px;
  margin-bottom: 1rem;
}

.welcome__part_finder h1 {
  margin-bottom: 1rem;
}

.welcome__part_finder .part-finder-h2 {
  text-shadow: none;
}

.welcome__part_finder h2,
.welcome__part_finder .centered-introduction h1 + p,
.centered-introduction .welcome__part_finder h1 + p,
.welcome__part_finder .centered-introduction .h1 + p,
.centered-introduction .welcome__part_finder .h1 + p {
  margin-bottom: 0px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 12px #000000;
  font-size: 1.7em;
  padding-bottom: 5px;
}

.welcome__part_finder h2 span,
.welcome__part_finder .centered-introduction h1 + p span,
.centered-introduction .welcome__part_finder h1 + p span,
.welcome__part_finder .centered-introduction .h1 + p span,
.centered-introduction .welcome__part_finder .h1 + p span {
  position: relative;
  top: -10px;
  display: block;
}

.welcome__part_finder .part_finder {
  max-width: 600px;
}

.welcome__part_finder .hero_spacer {
  padding: 0em 0;
}

.welcome-text {
  background: #e84e0f;
  color: white;
}

.welcome-text p {
  margin: auto;
  max-width: 1100px;
  text-align: center;
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 15px;
}

.welcome__offers {
  width: 100%;
  background-color: #3F185B;
  background-image: url("/img/home/Euro-Repar-Banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fefefe;
  flex-grow: 1;
  height: 100%;
  min-height: 396px;
}

.scratchcard_home_banner {
  width: 100%;
}

.welcome__featured_products {
  width: 100%;
  background-color: #f5f5f5;
}

.welcome__featured_products h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.welcome__featured_products h1 span {
  position: relative;
  top: -12px;
}

@media screen and (max-width: 39.99875em) {
  .welcome__featured_products .welcome__right_inner {
    padding-top: 1em;
  }
}

.home__about h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.home__about h4 {
  margin-bottom: 0.7rem;
}

.home__about p {
  margin-bottom: 2.25rem;
}

.home__about a,
.home__about button.pill-button,
.home__about input.pill-button {
  float: left;
  clear: left;
  margin-bottom: 1rem;
}

.home__about .mobile {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  .home__about .mobile {
    display: block !important;
  }

  .home__about .desktop {
    display: none;
  }
}

@media only screen and (max-width: 1030px) {
  #mobile_hide {
    display: none !important;
  }

  .welcome__right {
    margin-bottom: 6px !important;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1030px) {
  .mobile {
    display: none !important;
  }
}

.home__promotions .panel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home__promotions .large-1 .panel {
  padding-top: 49%;
}

.home__promotions .large-2 .panel {
  padding-top: 48%;
}

.home__promotions .large-3 .panel {
  padding-top: 47%;
}

.home__promotions .large-4 .panel {
  padding-top: 46%;
}

.home__promotions .large-5 .panel {
  padding-top: 45%;
}

.home__promotions .large-6 .panel {
  padding-top: 44%;
}

.home__promotions .large-7 .panel {
  padding-top: 43%;
}

.home__promotions .large-8 .panel {
  padding-top: 42%;
}

.home__promotions .large-9 .panel {
  padding-top: 41%;
}

.home__promotions .large-10 .panel {
  padding-top: 40%;
}

.home__promotions .large-11 .panel {
  padding-top: 39%;
}

.home__promotions .large-12 .panel {
  padding-top: 38%;
}

.home__news_story {
  color: #0a0a0a;
}

.home__news_story img {
  margin-bottom: 1.25rem;
}

.home__news_story h2,
.home__news_story .centered-introduction h1 + p,
.centered-introduction .home__news_story h1 + p,
.home__news_story .centered-introduction .h1 + p,
.centered-introduction .home__news_story .h1 + p {
  font-size: 1.25em;
  text-transform: none;
  text-decoration: underline;
}

.home__news_story:hover,
.home__news_story:focus {
  color: #0a0a0a;
}

.home__perks {
  background-color: #3d185a;
  color: #fefefe;
}

.home__perks_inner {
  text-align: left;
}

.home__perks_inner h4 {
  line-height: 1em;
}

.home__perks_inner h1 {
  text-transform: none;
  line-height: 1;
  color: #ffeb00;
}

.home__perks_inner h1.overline {
  margin-top: 10px;
  font-size: 2rem;
}

.home__perks_inner h1.overline:before {
  margin: 0;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 64em) {
  .home__perks_inner h1.overline {
    margin-top: 10px;
    font-size: 3rem;
  }

  .home__perks_inner h1.overline:before {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.home__perks_inner div:first-of-type {
  padding: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .home__perks_inner {
    align-items: center;
    text-align: left;
  }

  .home__perks_inner div:first-of-type {
    padding: 0 1.25rem 0 0;
  }

  .home__perks_inner div:last-of-type {
    padding: 1.25rem 1.25rem 0;
  }
}

#home .search #search__vehicle_container {
  margin-bottom: 15px;
}

#home .search #search__search_container button {
  display: none;
}

#home .search .search__footer {
  display: none;
}

#home .search .search__title {
  margin-bottom: 5px;
  font-weight: bold;
}

#home .search .clear-vehicle {
  display: none;
}

@media screen and (min-width: 40em) {
  .homepage_mobile_banner {
    display: none;
  }
}

@media screen and (max-width: 53.87375em) {
  .welcome__part_finder {
    background: #2C2C2C !important;
    padding: 5px 10px !important;
  }

  .hero_spacer {
    display: none;
  }

  .homepage_mobile_banner {
    display: block;
  }

  .pad-s-50 {
    padding: 0 30px !important;
    margin-bottom: 1rem;
  }

  .slick-prev {
    left: 5px;
    z-index: 100;
  }

  .slick-next {
    right: 5px;
    z-index: 100;
  }
}

@media only screen and (max-width: 1216px) {
  #font-14 {
    font-size: 14px !important;
  }
}

#genuine-parts hr {
  display: block;
  border: none;
  background: #e84e0f;
  height: 8px;
  max-width: 81rem !important;
}

#genuine-parts .parts__part_finder {
  background-color: rgba(119, 119, 119, 0.1);
}

#genuine-parts .parts__part_finder > .columns:first-of-type {
  padding: 0;
  border-right: 2px solid #e84e0f;
}

#genuine-parts .parts__part_finder .parts__header {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #e84e0f;
}

#genuine-parts .parts__part_finder .parts__title {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  #genuine-parts .parts__part_finder .parts__title {
    font-size: 5rem;
    line-height: 1;
    border-right: 2px solid #e5e5e5;
  }
}

#genuine-parts .parts__part_finder .parts__filters {
  background-color: rgba(119, 119, 119, 0.1);
}

#genuine-parts .parts__part_finder .parts__filters .accordion-item:first-child .accordion-title {
  border-top: none;
}

#genuine-parts .parts__part_finder .parts__filters .accordion-item:last-child .accordion-title {
  border-bottom: none;
}

#genuine-parts .parts__part_finder .parts__filters .accordion-content {
  background-color: transparent;
}

#genuine-parts .parts__part_finder .parts__breadcrumb {
  font-size: 14px;
  padding: 0.625rem 0.625rem;
  text-transform: uppercase;
}

#genuine-parts .parts__part_finder .parts__breadcrumb .active {
  font-weight: bold;
}

#genuine-parts .parts__part_finder .parts__parts_area {
  padding: 0;
}

#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area {
  background: #EDEDED;
  flex: 1 1 auto;
}

#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area h2.overline,
#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area .centered-introduction h1 + p.overline,
.centered-introduction #genuine-parts .parts__part_finder .parts__parts_area .parts__results_area h1 + p.overline,
#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area .centered-introduction .h1 + p.overline,
.centered-introduction #genuine-parts .parts__part_finder .parts__parts_area .parts__results_area .h1 + p.overline {
  padding: 20px;
  margin: 0;
}

#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area h2.overline:before,
#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area .centered-introduction h1 + p.overline:before,
.centered-introduction #genuine-parts .parts__part_finder .parts__parts_area .parts__results_area h1 + p.overline:before,
#genuine-parts .parts__part_finder .parts__parts_area .parts__results_area .centered-introduction .h1 + p.overline:before,
.centered-introduction #genuine-parts .parts__part_finder .parts__parts_area .parts__results_area .h1 + p.overline:before {
  margin-bottom: 10px;
}

#genuine-parts .parts__part_finder .parts__results-parts h2,
#genuine-parts .parts__part_finder .parts__results-parts .centered-introduction h1 + p,
.centered-introduction #genuine-parts .parts__part_finder .parts__results-parts h1 + p,
#genuine-parts .parts__part_finder .parts__results-parts .centered-introduction .h1 + p,
.centered-introduction #genuine-parts .parts__part_finder .parts__results-parts .h1 + p {
  font-size: 40px;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__category-description {
  width: 500px;
  max-width: 100%;
}

#genuine-parts .parts__part_finder .parts__results-parts .row {
  padding: 20px;
  margin: 0 !important;
}

#genuine-parts .parts__part_finder .parts__results-parts .row:nth-child(even) {
  background-color: #e5e5e5;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part {
  font-size: 12px;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part img {
  width: 80%;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part h5 {
  font-size: 20px;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part p.identifier {
  color: #424242;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part p.description {
  color: #424242;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part a,
#genuine-parts .parts__part_finder .parts__results-parts .parts__part button.pill-button,
#genuine-parts .parts__part_finder .parts__results-parts .parts__part input.pill-button {
  font-size: 16px;
  font-weight: bold;
  color: #e84e0f;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part .part-value-area {
  text-align: center;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part .part-value-area .part-value {
  font-size: 2rem;
  margin: 0;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part .applications {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

#genuine-parts .parts__part_finder .parts__results-parts .parts__part .applications table {
  margin: 0;
}

#genuine-parts .parts__part_finder .parts__results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

#genuine-parts .parts__part_finder .part {
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
  float: left;
}

#genuine-parts .parts__part_finder .part__logo {
  top: 0;
  right: 0;
  position: absolute;
}

#genuine-parts .parts__part_finder .part__image_container {
  display: block;
  width: 100%;
  height: 200px;
  padding: 20px;
}

#genuine-parts .parts__part_finder .part__image_container .part__image {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  padding: 20px;
}

#genuine-parts .parts__part_finder .part__text {
  color: #000000 !important;
  margin-bottom: 5px;
}

#genuine-parts .parts__part_finder .part__text:not(#genuine-parts .parts__part_finder .part__text--small) {
  font-size: 1.25rem;
  font-weight: bold;
}

#genuine-parts .parts__part_finder .part__text:last-of-type {
  margin-bottom: 1.25rem;
}

#genuine-parts .parts__part_finder .part__text_title {
  font-weight: bold;
  text-transform: uppercase;
}

#genuine-parts .parts__part_finder .part__points {
  top: 10px;
  left: 20px;
  width: 75px;
  height: 75px;
  color: #fefefe;
  position: absolute;
  background-color: #3d185a;
  font-family: "Bryant Pro", Arial, sans-serif;
  text-align: center;
  line-height: 1;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .filter-heading,
#genuine-parts .parts__part_finder .parts__part_finder_menu .sub-filter-heading {
  display: inline-block;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .filter-heading {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .sub-filter-heading {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  width: 100%;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .sub-filter-heading:after {
  content: "+";
  float: right;
  margin-right: 10px;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .sub-filter-heading.selected {
  background: #d7d7d7;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .sub-filter-heading.selected:after {
  content: "-";
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .part-finder-menu {
  padding-bottom: 20px;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu .part-finder-menu:not(:last-child) {
  border-bottom: 1px solid #c5c5c5;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu ul {
  padding: 0;
  margin: 0;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu ul li {
  width: 100%;
  list-style: none;
  padding: 5px 0 5px 20px;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu ul li li {
  font-style: italic;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu ul .selected {
  font-weight: bold;
}

#genuine-parts .parts__part_finder .parts__part_finder_menu ul a,
#genuine-parts .parts__part_finder .parts__part_finder_menu ul button.pill-button,
#genuine-parts .parts__part_finder .parts__part_finder_menu ul input.pill-button {
  color: black;
}

#genuine-parts .parts__part_finder .parts__paginator {
  float: right;
  margin: 20px;
}

#genuine-parts .parts__part_finder .parts__paginator .pagination li.active {
  background: #e84e0f;
  color: white;
}

#genuine-parts .parts__part_finder .parts__paginator .pagination li a,
#genuine-parts .parts__part_finder .parts__paginator .pagination li button.pill-button,
#genuine-parts .parts__part_finder .parts__paginator .pagination li input.pill-button,
#genuine-parts .parts__part_finder .parts__paginator .pagination li span {
  font-weight: bold;
  display: inline-block;
  padding: 13px 15px;
  text-align: center;
}

#genuine-parts .search {
  padding: 0;
  background: #E8E8E8;
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #e84e0f;
  transition: all 0.2s ease;
}

#genuine-parts .search:hover {
  background-color: #e84e0f !important;
  color: #fff;
}

#genuine-parts .search:hover a,
#genuine-parts .search:hover button.pill-button,
#genuine-parts .search:hover input.pill-button {
  color: #ffffff;
}

#genuine-parts .search .search__container {
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: 15px 20px 0;
}

#genuine-parts .search .search__title {
  margin-bottom: 5px;
  font-weight: bold;
}

#genuine-parts .search .search__footer {
  padding: 5px 5px 5px 20px;
  margin: 0;
  font-size: 0.8rem;
  background: #e84e0f;
  color: #ffffff;
}

#genuine-parts .search #search__search_container,
#genuine-parts .search #search__vehicle_container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

#genuine-parts .search #search__search_container {
  margin-left: 5%;
  padding-left: 5%;
  border-left: 1px solid #e5e5e5;
}

#genuine-parts .search #search__search_container .form_container {
  position: relative;
}

#genuine-parts .search #search__search_container .form_container input {
  width: 100%;
}

#genuine-parts .search #search__search_container .form_container button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #e84e0f;
}

#genuine-parts .search #search__search_container .form_container .button_secondary {
  background-color: #2C9813;
}

#genuine-parts .search #search__vehicle_container select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  #genuine-parts .search #search__vehicle_container select {
    width: 49%;
  }
}

#genuine-parts .search .clear-vehicle {
  margin-right: 10px;
  margin-top: -10px;
}

#genuine-parts .search .clear-vehicle a,
#genuine-parts .search .clear-vehicle button.pill-button,
#genuine-parts .search .clear-vehicle input.pill-button {
  font-size: 0.8rem;
  float: right;
  text-transform: uppercase;
}

#genuine-parts .parts__pickacar {
  text-align: center;
  margin: 20px;
}

.club-ricambi-content {
  background: #ffffff;
  padding-bottom: 2rem;
}

.club-ricambi-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.club-ricambi-content .join {
  margin-right: 10px;
  width: 280px;
}

.club-ricambi-content .find {
  background: #191919;
  margin-left: 10px;
  width: 280px;
}

.club-ricambi-dealers h3 {
  margin-bottom: 2.5rem;
}

.club-ricambi-dealers p {
  text-align: left;
  margin: auto;
}

.club-ricambi-dealers .b {
  font-weight: bold;
  margin-bottom: 0;
}

.club-ricambi-distributors {
  background: #ffffff;
}

.club-ricambi-distributors h3 {
  margin-bottom: 2.5rem;
}

.club-ricambi-distributors p {
  text-align: left;
  margin: auto;
}

.club-ricambi-distributors .b {
  font-weight: bold;
  margin-bottom: 0;
}

.container {
  justify-content: center;
}

.section {
  margin-right: 20px;
}

.readmore {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  transition: max-height 0s ease-out;
}

.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0s ease-in-out;
}

.readmore-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, transparent, #f5f5f5);
  cursor: pointer;
}

.readmore-link.distributors {
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
  height: 70px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 40em) {
  .ar-perks .desktopHide {
    display: none;
  }
}

@media screen and (max-width: 39.99875em) {
  .ar-perks .desktopShow {
    display: none;
  }
}

.ar-perks .ar-img {
  max-width: 100%;
}

.ar-perks h3 {
  color: #F94B01;
}

.ar-perks .disclaimer {
  font-size: 14px;
}

.ar-perks .pad-r {
  padding-right: 30px;
}

.ar-perks.tcs {
  background: #fefefe;
  padding: 1rem 0 3rem 0;
  font-size: 15px;
}

.ar-perks.tcs .heading {
  font-weight: bold;
  font-family: "Bryant Pro", Arial, sans-serif;
  margin: 1.5rem 0 -2rem 0;
  display: block;
}

.ar-perks.tcs .indent {
  padding-left: 1rem;
}

.club-ricambi {
  background: #f7e6df;
  padding: 20px 32px;
}

.club-ricambi .icon {
  margin-right: 5px;
  margin-top: -3px;
}

.club-ricambi p {
  display: inline;
}

.club-ricambi .button {
  margin-left: 25px;
  margin-bottom: 0;
  width: 230px;
}

#consumable {
  margin-bottom: 0.625rem;
}

#consumable .hero {
  margin-bottom: 0;
}

#consumable .hero .columns.first {
  padding-top: 2.5rem;
}

#consumable .hero .button {
  margin-top: 3rem;
}

#consumable .stripe {
  margin-bottom: 2rem;
  padding-top: 1.25rem;
}

#consumable .stripe .filter-label {
  display: inline-block;
  padding-top: 0.5rem;
  text-transform: uppercase;
  font-weight: lighter;
  color: #e84e0f;
}

#consumable .stripe .go-btn {
  width: 100%;
}

#consumable .stripe select {
  margin-bottom: 0;
}

#consumable #consumable_data {
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.25rem;
}

#consumable #consumable_data thead {
  color: #fefefe;
  background: #0a0a0a;
  text-transform: uppercase;
}

#consumable #consumable_data thead th {
  font-weight: normal;
}

#consumable #consumable_table_wrapper_empty_message {
  margin-top: 2rem;
}

.total-dropdown a,
.total-dropdown button.pill-button,
.total-dropdown input.pill-button {
  display: block !important;
}

.total-dropdown * {
  border-radius: 0 !important;
}

.total-dropdown .dropdown-pane {
  width: 100%;
  margin: 0 !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

ul .inner {
  overflow: hidden;
  display: none;
}

ul .inner.show {
  /*display: block;*/
}

ul .inner a,
ul .inner button.pill-button,
ul .inner input.pill-button {
  color: black;
  text-align: left;
}

ul .inner li {
  text-align: left;
  padding: 0.2rem 0;
}

ul .inner li a:hover,
ul .inner li button.pill-button:hover,
ul .inner li input.pill-button:hover {
  color: #FF4B00;
}

ul .inner th,
ul .inner td {
  text-align: left !important;
}

ul .inner th.center,
ul .inner td.center {
  text-align: center !important;
}

ul li {
  margin: 0.5em 0;
}

ul li a.toggle,
ul li button.toggle.pill-button,
ul li input.toggle.pill-button {
  text-align: center;
  margin-top: -40px;
  width: 100%;
  display: block;
  background: #FF4B00;
  color: #ffffff;
  font-weight: bold;
  font-family: "Bryant Pro", Arial, sans-serif;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul li a.toggle:hover,
ul li button.toggle.pill-button:hover,
ul li input.toggle.pill-button:hover {
  background: #FF6C01;
}

ul li a.toggle i,
ul li button.toggle.pill-button i,
ul li input.toggle.pill-button i {
  margin-left: 20px;
}

.custom-grid-x > .cell {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

@media print, screen and (min-width: 40em) {
  .custom-grid-x > .cell.cell-custom-5-col {
    width: 50%;
  }
}

@media print, screen and (min-width: 53.875em) {
  .custom-grid-x > .cell.cell-custom-5-col {
    width: 33.333%;
  }
}

@media print, screen and (min-width: 64em) {
  .custom-grid-x > .cell.cell-custom-5-col {
    width: 20%;
  }
}

.part-brand-details {
  background: #fefefe;
  padding-bottom: 110px;
}

#distrigo-landing-page .hero {
  background-color: #082230;
}

#distrigo-landing-page .hero .hero__logo {
  width: 400px;
  margin: 70px 0 56px;
}

#distrigo-landing-page .brand-carousel-controls {
  text-align: center;
  box-shadow: 0px 10px 30px -25px;
}

#distrigo-landing-page .brand-carousel-controls .brand-carousel-controls__logo {
  height: 60px;
  display: inline-block;
  margin: 0 1.25rem 2.5rem;
}

#distrigo-landing-page .brand-carousel-controls .slick-dots {
  position: static;
}

#distrigo-landing-page .brand-carousel-controls .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

#distrigo-landing-page .brand-carousel-controls .slick-dots li img {
  transition: all 0.5s ease;
}

#distrigo-landing-page .brand-carousel-controls .slick-dots li:not(.slick-active) img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.5;
}

#distrigo-landing-page .brand-carousel-controls .slick-prev:before,
#distrigo-landing-page .brand-carousel-controls .slick-next:before {
  color: black !important;
}

#distrigo-landing-page .brand-carousel {
  padding: 0 10px 0 10px;
}

#distrigo-landing-page .brand-carousel h1,
#distrigo-landing-page .brand-carousel h2,
#distrigo-landing-page .brand-carousel .centered-introduction h1 + p,
.centered-introduction #distrigo-landing-page .brand-carousel h1 + p,
#distrigo-landing-page .brand-carousel .centered-introduction .h1 + p,
.centered-introduction #distrigo-landing-page .brand-carousel .h1 + p,
#distrigo-landing-page .brand-carousel h3,
#distrigo-landing-page .brand-carousel h4,
#distrigo-landing-page .brand-carousel h5,
#distrigo-landing-page .brand-carousel h6 {
  text-transform: none;
  font-weight: bold;
}

#distrigo-landing-page .brand-carousel__part-title {
  font-size: 20px;
}

#distrigo-landing-page .brand-carousel__logo {
  margin: 2.5rem auto;
}

#distrigo-landing-page .brand-carousel__text {
  padding-bottom: 1.25rem;
}

#distrigo-landing-page .brand-carousel__cta {
  margin-bottom: 2.5rem;
}

#distrigo-landing-page .why-choose-distrigo {
  background-image: url("/img/distrigo/distrigo-bg.png");
  background-size: cover;
  background-position: center;
}

#distrigo-landing-page .why-choose-distrigo .first ul {
  margin-bottom: 0;
}

#distrigo-landing-page .distrigo-brands h1 {
  margin-bottom: 3.75rem;
}

#distrigo-landing-page .distrigo-brands h6 {
  font-size: 16px;
  font-weight: bold;
}

#distrigo-landing-page .distrigo-brands img {
  margin-bottom: 3.75rem;
}

@media print, screen and (min-width: 64em) {
  #distrigo-landing-page .distrigo-brands img {
    margin-bottom: 1.25rem;
  }
}

#distrigo-landing-page .distrigo-locations {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 2.5rem;
}

#distrigo-landing-page .distrigo-locations h5 {
  font-weight: normal;
}

#distrigo-landing-page .distrigo-locations p {
  font-size: 13px;
  line-height: 1.2;
}

#distrigo-landing-page .distrigo-locations p:not(:last-child) {
  margin-bottom: 0;
}

#distrigo-landing-page .distrigo-locations .columns {
  padding-left: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  #distrigo-landing-page .distrigo-locations .columns:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
}

#distrigo-landing-page .margin-10 {
  margin-right: 10px;
}

#distrigo-landing-page .part-tile {
  background: #ffffff;
  margin-bottom: 1em;
}

#distrigo-landing-page .part-tile .part-tile-header {
  background: #D5D5D5;
  min-height: 92px;
}

#distrigo-landing-page .part-tile .part-tile-header img {
  margin: 1em auto auto auto;
  text-align: center;
}

#distrigo-landing-page .part-tile .part-tile-content {
  padding: 20px;
}

#distrigo-landing-page .part-tile .part-tile-content.tinted {
  background: #f7f7f7;
}

#distrigo-landing-page .part-tile .part-tile-content p {
  margin: 5px;
  font-size: 15px;
}

#distrigo-landing-page .part-tile .part-tile-content svg {
  color: #DF4B10;
  font-size: 14px;
}

#distrigo-landing-page #part-accordion svg {
  color: #DF4B10;
  font-size: 14px;
}

#distrigo-landing-page #part-accordion p {
  margin-bottom: 4px;
  font-size: 15px;
}

#distrigo-landing-page #part-accordion ul {
  margin-bottom: 0.5em;
}

#distrigo-landing-page #part-accordion .accordion-title {
  min-height: 45px;
}

#distrigo-landing-page #part-accordion .accordion-item,
#distrigo-landing-page #part-accordion .accordion-title {
  background: #ffffff;
}

#distrigo-landing-page #part-accordion .accordion-item:focus,
#distrigo-landing-page #part-accordion .accordion-title:focus {
  background: #ffffff;
}

#distrigo-landing-page #part-accordion .accordion-item:hover,
#distrigo-landing-page #part-accordion .accordion-title:hover {
  background: #ffffff;
}

#distrigo-landing-page #part-accordion .accordion-item,
#distrigo-landing-page #part-accordion .accordion-title:active {
  background: #D5D5D5;
}

#distrigo-landing-page #part-accordion .accordion-content {
  background: #ffffff;
}

#supplier-brands-information-mobile {
  display: none;
}

.parts-grid {
  display: block;
}

h1.pad-r {
  padding-right: 0;
}

@media only screen and (max-width: 639px) {
  h1.pad-r {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1270px) {
  h1.pad-r {
    padding-right: 2em;
  }
}

#about .benefits-icon {
  max-width: 50px;
  max-width: 100%;
  padding-right: 10%;
}

#about .ranges {
  margin-bottom: 0;
}

#about .stripe-part-finder {
  margin-bottom: 1.25rem;
}

#about .slick-slide {
  height: auto !important;
}

#about .stripe .panel ul li {
  margin-bottom: 18px;
  font-size: 10pt;
}

#about .stripe--large h2 span,
#about .stripe--large .centered-introduction h1 + p span,
.centered-introduction #about .stripe--large h1 + p span,
#about .stripe--large .centered-introduction .h1 + p span,
.centered-introduction #about .stripe--large .h1 + p span {
  display: block;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}

#vauxhall h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#vauxhall h4 {
  margin-bottom: 1rem;
}

#vauxhall table td {
  text-align: left !important;
  font-size: 1.1em;
  font-weight: 400;
  color: black;
}

#vauxhall table th {
  text-align: left !important;
  font-size: 1.2em;
}

#vauxhall #accordion {
  margin-bottom: 3rem;
}

#vauxhall #accordion h3 {
  color: white;
  font-weight: bold;
}

#vauxhall #accordion .center {
  text-align: center !important;
  font-size: 1.5em;
  width: 15%;
}

#vauxhall #accordion .ui-accordion-content {
  height: 300px;
}

#vauxhall #accordion ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#vauxhall #accordion ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#vauxhall #accordion span {
  left: 98%;
  display: none;
}

#vauxhall #accordion .ui-state-active {
  background: #E84E0E;
  border: 1px solid #E84E0E;
}

#vauxhall #accordion .ui-state-default {
  background: #E84E0E;
  border: 1px solid #E84E0E;
}

#the-benefits .perks-benefits {
  background-image: url("/img/about/perks-background.jpg");
  background-size: cover;
  background-position: center;
}

#the-benefits .perks-benefits h1,
#the-benefits .perks-benefits h2,
#the-benefits .perks-benefits .centered-introduction h1 + p,
.centered-introduction #the-benefits .perks-benefits h1 + p,
#the-benefits .perks-benefits .centered-introduction .h1 + p,
.centered-introduction #the-benefits .perks-benefits .h1 + p,
#the-benefits .perks-benefits h3,
#the-benefits .perks-benefits h4,
#the-benefits .perks-benefits h5,
#the-benefits .perks-benefits h6 {
  color: #ffeb00;
  font-family: "industry-inc-base", Arial, sans-serif;
}

#about-genuine .logo {
  width: 385px;
}

#about-genuine .why-genuine .why-genuine__part-title {
  font-size: 20px;
}

#about-genuine .benefits-of-genuine {
  color: #fefefe;
  background-color: #5b4b67;
}

@media screen and (max-width: 39.99875em) {
  #about-genuine .benefits-of-genuine .first ul {
    margin-bottom: 0;
  }
}

#about-genuine #psa_logo_banner .stripe--large {
  padding: 1rem 0 !important;
}

#about-eurorepar .hero {
  background-color: #e84e0f;
}

#about-eurorepar .logo {
  width: 385px;
}

#about-eurorepar .eurorepar-range h1,
#about-eurorepar .eurorepar-range h2,
#about-eurorepar .eurorepar-range .centered-introduction h1 + p,
.centered-introduction #about-eurorepar .eurorepar-range h1 + p,
#about-eurorepar .eurorepar-range .centered-introduction .h1 + p,
.centered-introduction #about-eurorepar .eurorepar-range .h1 + p,
#about-eurorepar .eurorepar-range h3,
#about-eurorepar .eurorepar-range h4,
#about-eurorepar .eurorepar-range h5,
#about-eurorepar .eurorepar-range h6 {
  color: #e84e0f;
}

#about-eurorepar .eurorepar-range .eurorepar-range__part-title {
  font-size: 20px;
}

#about-eurorepar .crash-parts {
  background: #141818;
  color: white;
}

#about-eurorepar .crash-parts .mobile-show {
  display: none;
}

#about-eurorepar .crash-parts .mobile-hide {
  display: block;
}

@media only screen and (max-width: 1023px) {
  #about-eurorepar .crash-parts .mobile-show {
    display: block;
  }

  #about-eurorepar .crash-parts .mobile-hide {
    display: none;
  }
}

#about-eurorepar .crash-parts .crash-left {
  padding: 2.7vw 0 2vw 0;
}

@media only screen and (max-width: 639px) {
  #about-eurorepar .crash-parts .crash-left {
    padding: 2rem 0 1rem 2rem;
  }
}

#about-eurorepar .crash-parts p {
  font-weight: bold;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 10px;
}

#about-eurorepar .crash-parts ul {
  list-style-type: disc;
  color: white;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}

#about-eurorepar .crash-parts .contact-cta {
  margin-top: 15px;
}

#about-eurorepar .crash-parts a,
#about-eurorepar .crash-parts button.pill-button,
#about-eurorepar .crash-parts input.pill-button {
  color: white;
  font-weight: bold;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 39.99875em) {
  #about-eurorepar .benefits-of-eutorepar .first ul {
    margin-bottom: 0;
  }
}

#genuine-parts .genuine-parts__part {
  border: 1px solid #e5e5e5;
  margin-bottom: 1.25rem;
}

#genuine-parts .genuine-parts__part__footer {
  color: #fefefe;
  background: #e84e0f;
  padding: 0.625rem;
  text-transform: uppercase;
  text-align: center;
}

#sitemap .sitemap__item {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

#sitemap .sitemap__item a,
#sitemap .sitemap__item button.pill-button,
#sitemap .sitemap__item input.pill-button {
  color: #e84e0f;
}

#sitemap .sitemap__list {
  margin: 0 0 1.25rem;
  list-style: none;
}

#summer-garden-party #footer {
  margin-top: 0px !important;
}

.my_profile h1,
.my_profile h2,
.my_profile .centered-introduction h1 + p,
.centered-introduction .my_profile h1 + p,
.my_profile .centered-introduction .h1 + p,
.centered-introduction .my_profile .h1 + p,
.my_profile h3,
.my_profile h4,
.my_profile h5,
.my_profile h6 {
  font-weight: bold;
  margin-bottom: 1.6em;
}

.my_profile h1 {
  margin: 1em 0;
  font-size: 1.4em;
  text-transform: none;
}

.my_profile h2,
.my_profile .centered-introduction h1 + p,
.centered-introduction .my_profile h1 + p,
.my_profile .centered-introduction .h1 + p,
.centered-introduction .my_profile .h1 + p {
  font-size: 1.2em;
}

.my_profile h3 {
  color: #8a8a8a;
  font-size: 1em;
}

.my_profile hr {
  margin: 3em 0;
}

.my_profile .switch-active {
  left: 0.2rem;
  width: 50%;
  text-align: center;
}

.my_profile .switch-inactive {
  right: 0.25rem;
  width: 50%;
  text-align: center;
}

.my_profile .dealer-locator-results,
.my_profile #dealersOnMap {
  height: 400px !important;
}

.my_profile__intro {
  padding: 0 2em 3em;
  text-align: center;
}

.my_profile__remove_account_label {
  padding: 20px;
}

.my_profile__multiline_label {
  text-indent: -20px;
}

.my_profile__multiline_label input[type=checkbox] {
  margin-bottom: 0;
}

.my_profile__section {
  padding: 2em 2em 1em;
  /*margin-bottom: 1.25rem;*/
}

.my_profile__section--outline {
  border: 1px solid #8a8a8a;
}

.my_profile__section--fill {
  background: #f5f5f5;
}

.c1RacingNews__title {
  font-weight: bold;
  margin: 0;
  color: #2d2e34;
  font-size: 1.2em;
}

.c1RacingNews__logo {
  max-height: 40px;
}

.c1RacingNews__logo,
.c1RacingNews__title {
  margin-bottom: 20px;
}

.c1RacingNews__video_container {
  margin-top: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 56.375em) {
  .c1RacingNews__video_container {
    margin-top: 220px;
  }
}

.c1RacingNews__video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.c1RacingNews__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c1RacingNews__hero {
  height: 180px;
  background-color: #0a0a0a;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 56.375em) {
  .c1RacingNews__hero {
    height: 410px;
  }
}

.c1RacingNews__hero__title_container {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.c1RacingNews__hero__title,
.c1RacingNews__hero__subtitle {
  background: rgba(10, 10, 10, 0.75);
  padding: 10px;
  margin: 2px auto;
  color: #fefefe;
}

.c1RacingNews__hero__title {
  max-width: 500px;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Oswald", "Bryant Pro", Arial, sans-serif;
}

.c1RacingNews__hero__subtitle {
  max-width: 320px;
  display: block;
  margin-bottom: 20px;
}

.c1RacingNews__table {
  width: 100%;
}

.c1RacingNews__table td {
  border: 1px solid #e5e5e5;
}

.c1RacingNews__table thead {
  color: #fefefe;
  background-color: #dd3333;
  border: 1px solid #dd3333;
}

.c1RacingNews__information {
  background: #3c3c3c;
  color: #fefefe;
  padding: 50px 25px 16px;
}

.c1RacingNews__information--citroen-red {
  background: #dd3333;
}

.c1RacingNews__information--black {
  background: #292929;
}

.c1RacingNews__information__title {
  color: #fefefe;
  font-size: 1.2em;
  font-family: "Oswald", "Bryant Pro", Arial, sans-serif;
}

.c1RacingNews__information__icon {
  font-size: 1.2em;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
}

#orders .basket-item h5 {
  text-transform: none;
  font-size: 1rem;
  margin-bottom: 0;
}

#orders .basket-item .highlighted,
#orders .basket-item .input-quantity .input-label + .quantity,
#orders .input-quantity .basket-item .input-label + .quantity {
  font-size: 1.2em;
  color: #e84e0f;
  font-weight: bold;
}

#orders .basket-item .highlighted.small,
#orders .basket-item .input-quantity .input-label + .small.quantity,
#orders .input-quantity .basket-item .input-label + .small.quantity {
  font-size: 0.8em;
}

#orders .basket-item .highlighted a,
#orders .basket-item .highlighted button.pill-button,
#orders .basket-item .highlighted input.pill-button,
#orders .basket-item .input-quantity .input-label + .quantity a,
#orders .basket-item .input-quantity .input-label + .quantity button.pill-button,
#orders .basket-item .input-quantity .input-label + .quantity input.pill-button,
#orders .input-quantity .basket-item .input-label + .quantity a,
#orders .input-quantity .basket-item .input-label + .quantity button.pill-button,
#orders .input-quantity .basket-item .input-label + .quantity input.pill-button {
  text-decoration: underline;
}

#orders .basket-item .button.hollow {
  height: 35px;
  width: 35px;
  padding: 0;
  margin: -4px 5px 0;
}

#orders .basket-item .button.hollow [class*=fa] {
  margin-top: 9px;
}

#orders .basket-item .button.hollow:last-child {
  border-radius: 4px;
}

#orders .basket-totals .small {
  font-size: 1em;
}

#orders #delivery-notes table {
  max-width: 260px;
}

#orders #delivery-notes table td,
#orders #delivery-notes table th {
  text-align: left !important;
}

#orders #status-submitted table {
  max-width: 400px;
}

#orders #status-submitted table td,
#orders #status-submitted table th {
  text-align: left !important;
}

#orders .input-quantity {
  display: inherit;
}

#orders .input-quantity .input-label {
  margin-bottom: 10px;
  text-align: center;
}

#orders .input-quantity .input-label + .quantity {
  margin-top: -10px;
}

#orders .input-quantity .quantity-controls {
  float: right;
  margin: 0 -10px;
}

.orders-confirmation-confirmation #orders .input-quantity .quantity-controls {
  margin: 0;
}

#orders .input-quantity .quantity-controls .quantity,
#orders .input-quantity .quantity-controls .input-group-button {
  float: left;
}

#orders .input-quantity .remove-items {
  text-align: center;
  margin: 0 0 5px;
}

#orders #steps {
  max-width: 100%;
  text-align: center;
  padding: 0 0 4rem;
  margin: 0;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

#orders #steps .step,
#orders #steps .step-arrow {
  display: inline-block;
}

#orders #steps .step {
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1 1 200px;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 0.5rem;
}

#orders #steps .step a,
#orders #steps .step button.pill-button,
#orders #steps .step input.pill-button {
  color: #0a0a0a;
  text-decoration: none;
  opacity: 0.5;
  padding: 0.625rem;
  display: block;
}

#orders #steps .step.current {
  border-color: #e84e0f;
}

#orders #steps .step.current a,
#orders #steps .step.current button.pill-button,
#orders #steps .step.current input.pill-button {
  font-weight: bold;
  opacity: 1;
  color: white;
  background: #e84e0f;
}

@media print, screen and (min-width: 40em) {
  #orders #steps .step {
    font-size: 1rem;
  }
}

#orders #steps .step-arrow {
  max-width: 100px;
  flex-basis: 100px;
  -ms-flex: 0 0 100px;
  margin: 0 1%;
}

#orders #steps .arrow-right marker,
#orders #steps .arrow-right line {
  stroke: #e5e5e5;
}

#orders #perferred_dealer {
  border: 1px solid rgba(10, 10, 10, 0.25);
}

#orders #perferred_dealer .title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.9em;
}

#orders #perferred_dealer #perferred_dealer_details {
  min-height: 190px;
  padding: 10px;
  text-align: center;
  background: #e84e0f;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  margin-left: 7px;
}

#orders #perferred_dealer #perferred_dealer_details #perferred_dealer_name_container {
  font-size: 1.2em;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#orders #perferred_dealer #perferred_dealer_details #perferred_dealer_name {
  margin-bottom: 1.25rem;
}

#orders #dealer-picker #picker-listing {
  height: 550px;
  overflow-y: scroll;
  padding-right: 1.25rem;
}

#orders #dealer-picker #picker-listing p {
  padding: 2px;
  margin: 0;
}

#orders #dealer-picker #picker-listing .dealer .dealer_selected {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#orders #dealer-picker #picker-listing .dealer .dealer_selected::before {
  content: "\F204";
}

#orders #dealer-picker #picker-listing .dealer .dealer_name {
  font-weight: normal;
}

#orders #dealer-picker #picker-listing .dealer.selected .dealer_name {
  font-weight: bold;
}

#orders #dealer-picker #picker-listing .dealer.selected .dealer_selected:before {
  content: "\F205";
  color: #e84e0f;
}

#orders #dealer-picker #picker-listing .dealer:hover {
  cursor: pointer;
}

#orders #dealer-picker #picker-listing .select-me,
#orders #dealer-picker #picker-listing .details {
  display: inline-block;
}

#orders #dealer-picker #picker-listing .select-me {
  width: 10%;
}

#orders #dealer-picker #picker-listing .details {
  width: 89%;
}

#orders #picked-dealer-minimap {
  padding-left: 0px;
  width: 48%;
}

#orders #picked-dealer-minimap #single-dealer-map {
  width: 100%;
  height: 190px;
  margin: 0;
}

#orders .quantity-selector {
  max-width: 200px;
}

#orders #current-points-balance {
  border: 1px solid black;
  text-align: center;
}

#orders #current-points-balance .wording-container {
  padding: 10px 0;
}

#orders #current-points-balance .wording-title {
  font-size: 0.5em;
}

#orders #current-points-balance .wording {
  font-size: 2em;
  font-weight: bold;
  padding: 2px 14px;
  color: #672A70;
  display: inline-block;
}

#orders #current-points-balance .wording:not(:last-child) {
  border-right: 1px solid #f5f5f5;
}

#orders #current-points-balance .wording sub {
  bottom: 0;
}

#orders #current-points-balance .title {
  background: #e84e0f;
  padding: 0.5em 0.8em;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 100;
  font-size: 0.9em;
}

#orders #current-points-balance button {
  margin: 0 10px 10px 10px;
}

#orders #completion-instructions {
  font-size: 1.2em;
  text-align: center;
  padding: 0 0 40px 0;
}

#orders #completion-instructions table {
  width: auto;
}

#orders #completion-instructions table td,
#orders #completion-instructions table th {
  text-align: left;
}

#my-orders .my-orders-basket {
  padding: 25px 0;
}

#my-orders .my-orders-basket:not(:last-child) {
  border-bottom: 1px solid grey;
}

#my-orders .my-orders-basket h3 {
  margin: 20px 0;
}

#my-orders .my-orders-basket .order:nth-child(even) {
  background-color: #f2f2f2;
}

.manage_users__actions a:not(:last-child):after,
.manage_users__actions button.pill-button:not(:last-child):after,
.manage_users__actions input.pill-button:not(:last-child):after {
  content: " | ";
}

.dashboard__title {
  padding: 3rem 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 3rem 0;
  font-size: 2rem;
}

.dashboard__table_title {
  font-size: 1.25rem;
}

#news-listing .hero {
  margin: 84px 0 63px;
}

#news-article h1 {
  font-size: 40px !important;
  text-transform: none !important;
}

#news-article .news-item {
  margin: 4rem 0;
}

#news-article .post-quote {
  margin: 4rem 0;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  font-family: "Bryant Pro";
}

#news-article .post-quote:before,
#news-article .post-quote:after {
  font-family: Helvetica;
  color: #e5e5e5;
}

#news-article .post-quote:before {
  content: "\201C";
  color: black;
  font-size: 70px;
}

#news-article .post-quote:after {
  content: "\201D";
  color: black;
  font-size: 70px;
}

#news-article .post-share-buttons p {
  font-weight: bold;
}

#news-article .post-share-buttons ul.share-buttons {
  list-style: none;
  padding: 0;
}

#news-article .post-share-buttons ul.share-buttons li {
  display: inline;
}

#news-article .post-share-buttons ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#news-article .post-links {
  margin-top: 40px;
}

.auth-password h1,
.auth_container h1 {
  font-size: 2.5rem;
}

h1.overline,
h2.overline,
.centered-introduction h1 + p.overline,
.centered-introduction .h1 + p.overline,
h3.overline,
h4.overline,
h5.overline,
h6.overline {
  line-height: 1;
}

Scratchcard .top-bar {
  margin-bottom: 0px !important;
}

.prize-details {
  padding: 25px 0 50px;
  margin-bottom: 50px;
  position: relative;
}

.prize-details:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  height: 5px;
  background: #e84e0f;
}

.Scratchcard_redemption_code_bar-wrap {
  background: #000000;
  border-bottom: 10px solid #e84e0f;
}

#Scratchcard_redemption_code_bar {
  display: none;
  position: relative;
  color: #000000;
  background: url("/img/Scratchcard/the-vault/banner-vault-unlock-no-text@2x.png") #e84e0f;
  background-size: contain;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

div#Scratchcard #Scratchcard_redemption_code_bar,
div#my-dashboard #Scratchcard_redemption_code_bar,
div#home #Scratchcard_redemption_code_bar {
  display: block;
}

#Scratchcard_redemption_code_bar .grid-x {
  height: 70px;
}

#Scratchcard_redemption_code_bar img.CTA-text {
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  #Scratchcard_redemption_code_bar img.CTA-text {
    position: absolute;
    top: 19px;
    max-width: 300px;
  }
}

@media screen and (max-width: 63.99875em) {
  #Scratchcard_redemption_code_bar {
    padding-top: 50px;
    border-bottom: none;
  }
}

#Scratchcard_redemption_code_bar img:not(.enter_code_logo):not(.CTA-text) {
  margin: 8px 0 0;
  width: 100px;
}

#Scratchcard_redemption_code_bar img.enter_code_logo {
  margin-bottom: -1px;
}

#Scratchcard_redemption_code_bar input::-webkit-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input::-moz-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input::-ms-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input::-webkit-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input:-ms-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input::-ms-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input::placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#Scratchcard_redemption_code_bar input#code {
  margin-bottom: 0;
}

#Scratchcard_redemption_code_bar #scratchcard_submit {
  float: right;
  margin-bottom: 1px;
  border-radius: 2px;
  padding: 0.5em 0.5em 0.5em 1em;
}

#Scratchcard_redemption_code_bar #scratchcard_submit .fa-chevron-right {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  #Scratchcard_redemption_code_bar #scratchcard_submit {
    float: none;
    margin: 0 auto;
  }
}

.pop-up_input {
  max-width: 550px;
  margin: auto;
}

#modal_email {
  width: 300px;
  margin: auto;
}

#modal_password {
  width: 300px;
  margin: auto;
  margin-top: 10px;
}

#scratchcard_login_submit {
  background: #521F58;
  border-radius: 100px;
  color: white;
  margin-bottom: 0rem !important;
  padding: 7px 20px 7px 20px;
  margin: 5px 0 0 20px;
}

#scratchcard_data_submit {
  background: #521F58;
  border-radius: 100px;
  color: white;
  margin-bottom: 0rem !important;
  padding: 9px 20px 7px 20px;
  margin: 5px 0 0 20px;
}

#scratchcard_data_submit:hover {
  background: #67266F;
}

.pop-up_input .modal_display {
  width: 200px;
  margin: auto;
  display: inline-block;
  width: 200px;
}

#scratchcard_logged_in_submit {
  background: #e84e0f;
  color: white;
  font-weight: 600;
  margin-bottom: 0rem !important;
  padding: 7px 20px 7px 20px;
  margin: 5px 0 0 20px;
}

#Scratchcard_hero {
  background-color: #F4F3F4;
  margin-bottom: 0px;
}

#Scratchcard_hero .hero img {
  width: 100%;
  margin: 0 auto 80px;
  max-width: 80rem;
}

@media screen and (max-width: 63.99875em) {
  #Scratchcard_hero .hero img {
    margin-bottom: 0;
  }
}

#Scratchcard_hero video {
  width: 100% !important;
  height: auto !important;
  max-width: 80rem;
  display: block;
  margin: 0 auto;
}

.result_salutation {
  font-size: 22px;
  color: #000000;
  margin-top: 30px;
}

.mobile_display {
  display: none;
}

.mobile_hide {
  display: block;
}

#Scratchcard #usp {
  height: 90px !important;
}

#Scratchcard .footer {
  margin-top: 0 !important;
}

#Scratchcard .stripe-part-finder {
  background-color: #fefefe;
}

@media screen and (max-width: 39.99875em) {
  .sc_p {
    padding: 0 2em !important;
    font-size: 16px !important;
  }

  #scratchcard_submit {
    float: none !important;
    margin: auto !important;
    max-width: 300px !important;
  }

  #code_padding {
    padding-bottom: 10px;
  }

  .result_salutation {
    font-size: 24px !important;
  }

  .enter_code_logo {
    min-height: 1px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  #scratchcard_submit {
    max-width: 300px !important;
    float: none !important;
    margin: auto !important;
  }

  #code_padding {
    padding-bottom: 10px;
  }

  .sc_p {
    padding: 0 1em !important;
    font-size: 16px !important;
  }

  .result_salutation {
    font-size: 22px !important;
  }

  .modal_check {
    font-size: 14px !important;
  }

  .modal_check_privacy {
    margin-left: -36px !important;
    font-size: 14px !important;
  }

  .give_away_title {
    text-align: center;
  }

  .mobile_display {
    display: block !important;
  }

  .mobile_hide {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.87375em) {
  #scratchcard_submit {
    margin-right: 50px;
  }
}

#Scratchcard .getaway_hero {
  display: none;
}

@media screen and (max-width: 53.87375em) {
  .remember-me {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  #topbar_row {
    padding-bottom: 20px !important;
  }

  .scratchcard_tcs {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 40em) {
  .scratchcard_prizes h2,
  .scratchcard_prizes .centered-introduction h1 + p,
  .centered-introduction .scratchcard_prizes h1 + p,
  .scratchcard_prizes .centered-introduction .h1 + p,
  .centered-introduction .scratchcard_prizes .h1 + p {
    margin: 50px 0;
  }
}

.scratchcard_prizes h3 {
  text-align: center;
}

.scratchcard_prizes .scratchcard_prize p {
  padding: 0 0.625rem;
  text-align: center;
}

.scratchcard_prizes .scratchcard_prize p:last-of-type {
  margin-bottom: 60px;
}

.scratchcard_prizes .scratchcard_prize img {
  width: 100%;
  max-width: calc(0.625rem + 282px + 0.625rem);
  display: block;
  margin: 0 auto 30px;
  padding: 0 0.625rem;
}

.prize-image {
  width: 100%;
}

#perks_banner {
  background-color: #531774;
  margin-bottom: 30px 0 50px;
}

.row-spaced {
  padding: 25px 0 50px;
}

@media screen and (max-width: 63.99875em) {
  .spaced-mobile {
    margin-top: 30px;
  }
}

#art-of-parts {
  background: #fefefe;
}

#art-of-parts button:disabled,
#art-of-parts button[disabled] {
  opacity: 0.9;
}

#art-of-parts .art-of-parts-top-bar {
  padding: 10px 0;
}

#art-of-parts .art-of-parts-top-bar h5 {
  color: #FE4C00;
  margin: 12px 0 0;
  line-height: 1;
}

@media screen and (max-width: 80.4375em) {
  #art-of-parts .art-of-parts-top-bar h5 {
    margin: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  #art-of-parts .art-of-parts-top-bar h5 {
    margin: 10px 0;
    font-size: 21px;
  }
}

#art-of-parts .art-of-parts-top-bar input {
  background: #E8E7E7;
  border-radius: 0;
}

#art-of-parts .art-of-parts-top-bar input::-webkit-input-placeholder {
  color: #191919;
}

#art-of-parts .art-of-parts-top-bar input:-ms-input-placeholder {
  color: #191919;
}

#art-of-parts .art-of-parts-top-bar input::-ms-input-placeholder {
  color: #191919;
}

#art-of-parts .art-of-parts-top-bar input::placeholder {
  color: #191919;
}

@media screen and (max-width: 63.9375em) {
  #art-of-parts .art-of-parts-top-bar a,
  #art-of-parts .art-of-parts-top-bar button.pill-button,
  #art-of-parts .art-of-parts-top-bar input.pill-button {
    display: block;
  }
}

#art-of-parts .art-of-parts-top-bar a,
#art-of-parts .art-of-parts-top-bar button.pill-button,
#art-of-parts .art-of-parts-top-bar input {
  margin: 0 0 0 20px;
  height: 41px;
}

@media screen and (max-width: 63.9375em) {
  #art-of-parts .art-of-parts-top-bar a,
  #art-of-parts .art-of-parts-top-bar button.pill-button,
  #art-of-parts .art-of-parts-top-bar input {
    margin: 10px 0;
  }
}

#art-of-parts .hero img {
  width: 130%;
  margin: 0 -15%;
  max-width: 130%;
}

@media print, screen and (min-width: 53.875em) {
  #art-of-parts .hero img {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}

.centered-introduction {
  text-align: center;
  padding: 50px 0;
}

.centered-introduction .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.perks-promotion p {
  font-size: 12px;
}

.feature-tiles {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

@media print, screen and (min-width: 53.875em) {
  .feature-tiles {
    margin-bottom: 70px;
  }

  .cssgrid .feature-tiles {
    display: grid;
    grid-template-columns: 23.1717337716% 1fr 23.1717337716%;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-auto-rows: 1fr;
  }
}

.feature-tiles [class^=feature-tile] {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 53.875em) {
  .feature-tiles [class^=feature-tile] {
    margin-bottom: 0;
    flex-basis: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .no-cssgrid .feature-tiles [class^=feature-tile] {
    margin-bottom: 20px;
    flex-basis: calc(100% / 3 - 10px);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.feature-tiles [class^=feature-tile] [class*=button] {
  align-self: center;
  margin-top: auto;
}

.feature-tiles [class^=feature-tile] h2,
.feature-tiles [class^=feature-tile] .centered-introduction h1 + p,
.centered-introduction .feature-tiles [class^=feature-tile] h1 + p,
.feature-tiles [class^=feature-tile] .centered-introduction .h1 + p,
.centered-introduction .feature-tiles [class^=feature-tile] .h1 + p {
  font-size: 16px;
  line-height: calc(1em / 16 * 18);
  font-family: "Bryant Pro Bold", "Open Sans", Arial, sans-serif;
}

.feature-tiles [class^=feature-tile] p {
  font-size: 14px;
  line-height: 24px;
}

.feature-tiles [class^=feature-tile] img {
  margin: 0 auto 20px;
  width: 100%;
  flex-shrink: 0;
}

.cssgrid .feature-tiles [class^=feature-tile] img {
  max-width: 300px;
}

.feature-tiles [class^=feature-tile] img[src*=Map] {
  max-width: 593px;
  background: #f0f0f0;
}

.feature-tiles .feature-tile-1 {
  grid-area: 1/1/2/2;
}

.feature-tiles .feature-tile-2 {
  grid-area: 1/2/span 2/3;
  height: calc(100% - 18px);
}

.feature-tiles .feature-tile-3 {
  grid-area: 2/1/3/2;
}

@media screen and (max-width: 53.87375em) {
  .feature-tiles .feature-tile-3 {
    grid-area: 1/3/2/4;
  }
}

.feature-tiles .feature-tile-4 {
  grid-area: 1/3/2/4;
}

@media screen and (max-width: 53.87375em) {
  .feature-tiles .feature-tile-4 {
    grid-area: 2/1/3/2;
  }
}

.feature-tiles .feature-tile-5 {
  grid-area: 2/3/3/4;
}

.why-choose-distrigo {
  background: #f0f0f0;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 53.87375em) {
  .why-choose-distrigo .slick-slider {
    padding: 0px !important;
  }
}

.why-choose-distrigo .clone-row {
  display: none;
}

@media print, screen and (min-width: 53.875em) {
  .why-choose-distrigo .clone-row {
    display: block;
  }
}

.why-choose-distrigo .clone-row.carousel-row {
  display: block;
}

@media print, screen and (min-width: 53.875em) {
  .why-choose-distrigo .clone-row.carousel-row {
    display: none;
  }
}

.why-choose-distrigo .icon-tile {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-distrigo .icon-tile img {
  max-width: 100px;
  margin-bottom: 20px;
  display: inline-block;
}

.register-for-offers {
  display: flex;
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}

.register-for-offers .tablet-form {
  background: #FF4B00;
  margin: auto;
  border-radius: 100px;
  max-width: 1010px;
  padding: 19px 30px;
}

@media screen and (max-width: 63.9375em) {
  .register-for-offers .tablet-form {
    border-radius: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .register-for-offers .tablet-form {
    width: calc(100vw - 120px);
  }
}

.register-for-offers .tablet-form h3 {
  font-size: 26px;
  line-height: 26px;
  color: white;
  margin: 0;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 63.9375em) {
  .register-for-offers .tablet-form h3 {
    padding: 0;
  }
}

.register-for-offers .tablet-form input {
  margin-top: 15px;
  height: 3rem;
}

.register-for-offers .tablet-form a,
.register-for-offers .tablet-form button.pill-button,
.register-for-offers .tablet-form input.pill-button {
  margin: 15px 0 0 15px;
  padding: 1.2em 2.5em;
}

@media screen and (max-width: 63.9375em) {
  .register-for-offers .tablet-form a,
  .register-for-offers .tablet-form button.pill-button,
  .register-for-offers .tablet-form input.pill-button {
    margin: 5px 0 0 0;
  }
}

#art-of-parts-modal h3 {
  margin-top: 1rem;
}

#art-of-parts-modal .pad-t {
  padding-top: 1rem;
}

#art-of-parts-modal .pad-b {
  padding-bottom: 1rem;
}

#offers {
  background: #fefefe;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 40em) {
  #offers .offer-row {
    display: flex;
    flex-direction: row;
  }
}

#offers .hero {
  background: #FF4B00;
}

#offers .hero .desktopHide {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  #offers .hero .desktopHide {
    display: block !important;
  }
}

#offers .hero .desktopShow {
  display: block;
}

@media screen and (max-width: 39.99875em) {
  #offers .hero .desktopShow {
    display: none !important;
  }
}

#offers .offer-box {
  background: #f5f5f5;
  padding: 1rem;
}

#offers .offer-box .perks-header {
  padding-bottom: 1.2em;
}

#offers .offer-box h3 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}

#offers .offer-box p {
  padding: 0 0.5rem;
  font-size: 15px;
}

#offers .offer-box a .pill-button,
#offers .offer-box button.pill-button .pill-button,
#offers .offer-box input.pill-button .pill-button,
#offers .offer-box a a.pill-button-blank,
#offers .offer-box button.pill-button a.pill-button-blank,
#offers .offer-box input.pill-button a.pill-button-blank {
  border-radius: 0 !important;
}

#offers .offer-box .price-details {
  font-size: 11.8px;
  padding: 0 5px;
}

#offers .offer-box .price-details .price {
  font-weight: bold;
  color: #FF4B00;
}

#offers .offer-box .price-details .headings {
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}

#offers .offer_cta {
  background: #FF4B00;
  border-radius: 0;
  margin-bottom: 0.7rem;
}

#offers .offers-outro {
  text-align: center;
}

#offers .offers-outro p {
  padding-top: 1rem;
}

#offers .offers-outro .disclaimer {
  font-size: 12px;
  color: #959595;
}

#offers .offers-terms {
  font-size: 13px;
  padding-top: 2rem;
}

.batteries_cta {
  margin-bottom: -40px;
  padding: 1em 1.5em;
}

.offers-row-1 {
  margin-top: 4rem;
}

.offers-row-1 .left h2,
.offers-row-1 .left .centered-introduction h1 + p,
.centered-introduction .offers-row-1 .left h1 + p,
.offers-row-1 .left .centered-introduction .h1 + p,
.centered-introduction .offers-row-1 .left .h1 + p {
  line-height: 1.1;
}

.offers-row-1 .left span {
  color: #F34C07;
}

.offers-row-1 .container {
  padding: 20px 25px;
}

.offers-box h4 {
  padding: 20px 0 0 0;
  line-height: 1.2;
}

.offers-box p {
  padding: 0 20px;
}

distribution-heading {
  margin-top: 2rem;
}

@media screen and (max-width: 53.87375em) {
  distribution-heading {
    margin-top: 1px;
  }
}

.distribution-banner {
  background: #FF4B00;
  color: white;
  padding: 2.2rem 0 2rem 0;
  margin-bottom: 4rem;
}

.distribution-banner h1,
.distribution-banner h2,
.distribution-banner .centered-introduction h1 + p,
.centered-introduction .distribution-banner h1 + p,
.distribution-banner .centered-introduction .h1 + p,
.centered-introduction .distribution-banner .h1 + p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.distribution-banner h1 {
  font-size: 115px;
}

.information-columns {
  margin-bottom: 3rem;
}

.information-columns img {
  margin-bottom: 1rem;
}

.information-columns h3,
.information-columns p {
  text-align: left;
  margin-right: 0.5rem;
}

.distribution-banner-grey {
  background: #F0F0F0;
  color: black;
  padding: 2.6rem 0 1.2rem 0;
  margin-bottom: 4rem;
}

.distribution-banner-grey h2,
.distribution-banner-grey .centered-introduction h1 + p,
.centered-introduction .distribution-banner-grey h1 + p,
.distribution-banner-grey .centered-introduction .h1 + p,
.centered-introduction .distribution-banner-grey .h1 + p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media screen and (max-width: 53.87375em) {
  .distribution-banner-grey h2,
  .distribution-banner-grey .centered-introduction h1 + p,
  .centered-introduction .distribution-banner-grey h1 + p,
  .distribution-banner-grey .centered-introduction .h1 + p,
  .centered-introduction .distribution-banner-grey .h1 + p {
    font-size: 35px;
    margin-bottom: 0.5rem;
  }
}

.distribution-banner-grey p {
  margin-top: 5px;
}

.ellesmere-port {
  margin-bottom: 3rem;
  text-align: left;
}

.ellesmere-port .h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 60px;
}

@media screen and (max-width: 53.87375em) {
  .ellesmere-port .h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}

.ellesmere-port p {
  margin-right: 3rem;
}

#seasonal-promo .day {
  color: #E84E0F;
  line-height: 1;
}

#seasonal-promo .button {
  padding: 0.6em 4em;
  margin-bottom: 2em;
}

#seasonal-promo .code_box {
  border: 2px solid black;
  background: #FCFAFA;
  max-width: 580px;
  margin: auto;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
  height: 75px;
}

.info_page #scratchcard_submit {
  max-width: 280px !important;
  margin: auto;
  margin-bottom: 2em;
  font-size: 16px;
}

@media screen and (max-width: 39.99875em) {
  .info_page #scratchcard_submit {
    margin-bottom: 1em !important;
  }
}

.prize_info {
  color: #E84E0F;
  font-weight: bold;
}

.points-info p {
  max-width: 925px;
  margin: 1em auto 2em auto;
}

.points-info h2,
.points-info .centered-introduction h1 + p,
.centered-introduction .points-info h1 + p,
.points-info .centered-introduction .h1 + p,
.centered-introduction .points-info .h1 + p {
  margin: 0.5em auto 0em auto;
}

#christmas_bar {
  border-bottom: 10px solid #E84E0F;
}

.prize_reveal_wrapper {
  position: fixed;
  z-index: 10000;
  background: #0a0a0a;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prize_reveal {
  width: 100%;
  min-height: 100%;
}

.prize_reveal2 {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dashboard_code_box {
  border: 2px solid black;
  background: #FCFAFA;
  max-width: 280px;
  margin: auto;
  text-align: center;
  font-size: 25px;
  height: 45px;
}

#twelveperks_submit {
  max-width: 280px;
  margin: auto;
  text-align: center;
  padding: 10px 0 !important;
  font-size: 1em;
}

@media screen and (max-width: 39.99875em) {
  .dashboard_code_box {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

@media print, screen and (min-width: 40em) {
  .img_mobile {
    display: none;
  }
}

.img_desktop {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .img_desktop {
    display: block;
  }
}

h1.overline,
h2.overline,
.centered-introduction h1 + p.overline,
.centered-introduction .h1 + p.overline,
h3.overline,
h4.overline,
h5.overline,
h6.overline {
  line-height: 1;
}

Scratchcard .top-bar {
  margin-bottom: 0px !important;
}

.prize-details {
  padding-top: 25px;
}

.Service_redemption_code_bar-wrap {
  background: #D9D7DA;
  border-bottom: 10px solid #e84e0f;
}

.Service_redemption_code_bar-wrap p {
  color: #143050;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}

.Service_redemption_code_bar-wrap .top-bar-center {
  color: #D57E31;
  font-weight: 500;
  font-size: 1.1em;
  margin: 15px 0 0 0;
  float: left;
}

#S_redemption_code_bar {
  display: none;
  position: relative;
  color: #000000;
  background: #e84e0f;
  background-size: contain;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

div#Scratchcard #S_redemption_code_bar,
div#my-dashboard #S_redemption_code_bar,
div#home #S_redemption_code_bar {
  display: block;
}

#S_redemption_code_bar .grid-x {
  height: 70px;
}

#S_redemption_code_bar img.CTA-text {
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  #S_redemption_code_bar img.CTA-text {
    position: absolute;
    top: 19px;
    max-width: 300px;
  }
}

@media screen and (max-width: 63.99875em) {
  #S_redemption_code_bar {
    padding-top: 50px;
    border-bottom: none;
  }
}

#S_redemption_code_bar img:not(.enter_code_logo):not(.CTA-text) {
  margin: 8px 0 0;
  width: 100px;
}

#S_redemption_code_bar img.enter_code_logo {
  margin-bottom: -1px;
}

#S_redemption_code_bar input::-webkit-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input::-moz-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input::-ms-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input::-webkit-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input:-ms-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input::-ms-input-placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input::placeholder {
  opacity: 1;
  color: #8a8a8a !important;
}

#S_redemption_code_bar input#code {
  margin-bottom: 0;
}

#S_redemption_code_bar #scratchcard_submit {
  float: right;
  margin-bottom: 1px;
  border-radius: 2px;
  padding: 0.5em 0.5em 0.5em 1em;
}

#S_redemption_code_bar #scratchcard_submit .fa-chevron-right {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  #S_redemption_code_bar #scratchcard_submit {
    float: none;
    margin: 0 auto;
  }
}

.pop-up_input {
  max-width: 550px;
  margin: auto;
}

#modal_email {
  width: 300px;
  margin: auto;
}

#modal_password {
  width: 300px;
  margin: auto;
  margin-top: 10px;
}

#scratchcard_login_submit {
  background: #521F58;
  border-radius: 100px;
  color: white;
  margin-bottom: 0rem !important;
  padding: 7px 20px 7px 20px;
  margin: 5px 0 0 20px;
}

#scratchcard_data_submit {
  background: #521F58;
  border-radius: 100px;
  color: white;
  margin-bottom: 0rem !important;
  padding: 9px 20px 7px 20px;
  margin: 5px 0 0 20px;
}

#scratchcard_data_submit:hover {
  background: #67266F;
}

.pop-up_input .modal_display {
  width: 200px;
  margin: auto;
  display: inline-block;
  width: 200px;
}

#scratchcard_logged_in_submit {
  background: #e84e0f;
  color: white;
  font-weight: 600;
  margin-bottom: 0rem !important;
  padding: 7px 20px 7px 20px;
  margin: 5px 0 0 20px;
}

#Scratchcard_hero {
  background-color: #F4F3F4;
  margin-bottom: 0px;
}

#Scratchcard_hero .hero img {
  width: 100%;
  margin: 0 auto 80px;
  max-width: 80rem;
}

@media screen and (max-width: 63.99875em) {
  #Scratchcard_hero .hero img {
    margin-bottom: 0;
  }
}

#Scratchcard_hero video {
  width: 100% !important;
  height: auto !important;
  max-width: 80rem;
  display: block;
  margin: 0 auto;
}

.result_salutation {
  font-size: 22px;
  color: #000000;
  margin-top: 30px;
}

.mobile_display {
  display: none;
}

.mobile_hide {
  display: block;
}

#Scratchcard .stripe-part-finder {
  background-color: #fefefe;
}

@media screen and (max-width: 39.99875em) {
  .sc_p {
    padding: 0 2em !important;
    font-size: 16px !important;
  }

  #scratchcard_submit {
    float: none !important;
    margin: auto !important;
    max-width: 300px !important;
  }

  #code_padding {
    padding-bottom: 10px;
  }

  .result_salutation {
    font-size: 24px !important;
  }

  .enter_code_logo {
    min-height: 1px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  #scratchcard_submit {
    max-width: 300px !important;
    float: none !important;
    margin: auto !important;
  }

  #code_padding {
    padding-bottom: 10px;
  }

  .sc_p {
    padding: 0 1em !important;
    font-size: 16px !important;
  }

  .result_salutation {
    font-size: 22px !important;
  }

  .modal_check {
    font-size: 14px !important;
  }

  .modal_check_privacy {
    margin-left: -36px !important;
    font-size: 14px !important;
  }

  .give_away_title {
    text-align: center;
  }

  .mobile_display {
    display: block !important;
  }

  .mobile_hide {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.87375em) {
  #scratchcard_submit {
    margin-right: 50px;
  }
}

#Scratchcard .getaway_hero {
  display: none;
}

@media screen and (max-width: 53.87375em) {
  .remember-me {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  #topbar_row {
    padding-bottom: 20px !important;
  }

  .scratchcard_tcs {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 40em) {
  .scratchcard_prizes h2,
  .scratchcard_prizes .centered-introduction h1 + p,
  .centered-introduction .scratchcard_prizes h1 + p,
  .scratchcard_prizes .centered-introduction .h1 + p,
  .centered-introduction .scratchcard_prizes .h1 + p {
    margin: 50px 0;
  }
}

.scratchcard_prizes h3 {
  text-align: center;
}

.scratchcard_prizes .scratchcard_prize p {
  padding: 0 0.625rem;
  text-align: center;
}

.scratchcard_prizes .scratchcard_prize p:last-of-type {
  margin-bottom: 60px;
}

.scratchcard_prizes .scratchcard_prize img {
  width: 100%;
  max-width: calc(0.625rem + 282px + 0.625rem);
  display: block;
  margin: 0 auto 30px;
  padding: 0 0.625rem;
}

.prize-image {
  width: 100%;
}

#perks_banner {
  background-color: #531774;
  margin-bottom: 30px 0 50px;
}

.row-spaced {
  padding: 25px 0 50px;
}

@media screen and (max-width: 63.99875em) {
  .spaced-mobile {
    margin-top: 30px;
  }
}

#aoi_table_wrapper {
  overflow: scroll;
}

.step-1 {
  border: 2px solid #bbbabb;
  margin-top: 3.7rem;
  padding: 5px;
  border-radius: 10px;
}

.step-1 h4 {
  margin-bottom: 0.5rem;
}

.step-1 p {
  margin-bottom: 0.8rem;
}

.step-2 {
  border: 2px solid #bbbabb;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.step-2 h4 {
  margin-bottom: 0.5rem;
}

.step-2 p {
  margin-bottom: 0.8rem;
}

.step-3 {
  border: 2px solid #bbbabb;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.step-3 h4 {
  margin-bottom: 0.5rem;
}

.step-3 p {
  margin-bottom: 0.8rem;
}

.step-4 {
  border: 2px solid #bbbabb;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.step-4 h4 {
  margin-bottom: 0.5rem;
}

.step-4 p {
  margin-bottom: 0.8rem;
}

#aoi-calc .aoi_table {
  margin: 0 !important;
  padding: 0 !important;
  background-color: white !important;
  background: white !important;
}

#aoi-calc .aoi_table input {
  max-width: 300px !important;
  margin: 0 !important;
}

#aoi-calc .aoi_table select {
  max-width: 300px;
}

#aoi-calc #back {
  padding: 12px 21px;
  margin-right: 1em;
}

#progress_table {
  margin-bottom: 1em;
}

#loginModal {
  max-width: 600px;
}

a.activation-banner,
button.activation-banner.pill-button,
input.activation-banner.pill-button {
  display: block;
  background: url("/img/banner-bg.jpg") center;
  min-height: 80px;
}

a.activation-banner p,
button.activation-banner.pill-button p,
input.activation-banner.pill-button p {
  display: inline-block;
  width: 75%;
  color: #ffeb00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1.5em 0 0 1.3em;
}

a.activation-banner .button,
button.activation-banner.pill-button .button,
input.activation-banner.pill-button .button {
  display: inline-block;
  width: 19%;
  margin: 1.6em;
  background-color: #ffeb00;
  color: #3d1943;
  font-weight: 700;
  float: right;
}

a.activation-banner .button:hover,
button.activation-banner.pill-button .button:hover,
input.activation-banner.pill-button .button:hover {
  color: white;
  background: #e84e0f;
}

.perk-box-container {
  width: 100%;
  clear: both;
  background-color: #3d185a;
  margin-bottom: 20px;
}

.perk-box-container .perk-box {
  position: relative;
  display: block;
}

.perk-box-container .perk-box .perk-box-text {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .perk-box-container .perk-box .perk-box-text {
    display: block;
  }
}

.perk-box-container .perk-box .perk-box-text p {
  display: block;
  float: left;
  color: white;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 10px 0.5em 10px 1.25rem;
}

.perk-box-container .perk-box .perk-box-text a,
.perk-box-container .perk-box .perk-box-text button.pill-button,
.perk-box-container .perk-box .perk-box-text input.pill-button {
  color: #fefefe;
}

.perk-box-container .perk-box .perk-box-text a:hover,
.perk-box-container .perk-box .perk-box-text button.pill-button:hover,
.perk-box-container .perk-box .perk-box-text input.pill-button:hover {
  color: #fefefe;
}

.perk-box-container .perk-box .perk-box-text-mobile {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .perk-box-container .perk-box .perk-box-text-mobile {
    display: none;
  }
}

.perk-box-container .perk-box .perk-box-text-mobile p {
  display: block;
  float: left;
  color: white;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 10px 0.5em 10px 1.25rem;
  margin-bottom: 30px;
}

.perk-box-container .perk-box .perk-box-text-mobile a,
.perk-box-container .perk-box .perk-box-text-mobile button.pill-button,
.perk-box-container .perk-box .perk-box-text-mobile input.pill-button {
  color: #fefefe;
}

.perk-box-container .perk-box .perk-box-text-mobile a:hover,
.perk-box-container .perk-box .perk-box-text-mobile button.pill-button:hover,
.perk-box-container .perk-box .perk-box-text-mobile input.pill-button:hover {
  color: #fefefe;
}

.perk-box-container .perk-box .button-container {
  height: 90px;
  text-align: center;
  background: #672A70;
}

.perk-box-container .perk-box .button-container .button {
  margin: 25px 0;
}

@media print, screen and (min-width: 40em) {
  .perk-box-container .perk-box .button-container {
    padding-left: 40px;
    margin-right: 1.25rem;
    background: #672A70 url("/img/dashboards/perks-arrow.png") no-repeat top left/auto 90px;
  }
}

#communications_performance table tbody {
  border: none;
}

#communications_performance table tr {
  border-color: #fefefe;
  border-top: none;
}

#communications_performance table tr.active {
  background-color: #e5e5e5;
  color: #0a0a0a;
}

#communications_performance table td {
  line-height: 1rem;
  font-size: 0.8rem;
}

#communications_performance .button.hollow {
  background-color: #fefefe;
}

#communications_performance #show-all-active-campaigns {
  margin-bottom: 1rem;
}

#piechart_hub_customer_perks {
  padding-bottom: 1.25rem !important;
}

#most-frequent-users-table_wrapper {
  margin-bottom: 1.25rem !important;
}

#most-frequent-users-table_wrapper #most-frequent-users-table td {
  text-align: center;
}

#columnchart_campaign_stats_container {
  border: 5px solid #e5e5e5;
  margin-bottom: 1.25rem;
}

#perks-info .perks-info-container {
  background-color: #F5F5F5;
  /* Base Line Span */
  /* Base CTA */
}

#perks-info .perks-info-container .top-bar {
  margin-bottom: 3px;
}

#perks-info .perks-info-container .breadcrumbs {
  display: none;
}

#perks-info .perks-info-container .hero-image {
  padding: 0;
  background-color: #3d185a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  #perks-info .perks-info-container .hero-image {
    background-image: url("/img/landing-pages/perks-landing-header-bg.png");
  }
}

#perks-info .perks-info-container .hero-image .large-6 {
  padding-top: 100px;
}

#perks-info .perks-info-container .hero-image .large-6 h2,
#perks-info .perks-info-container .hero-image .large-6 .centered-introduction h1 + p,
.centered-introduction #perks-info .perks-info-container .hero-image .large-6 h1 + p,
#perks-info .perks-info-container .hero-image .large-6 .centered-introduction .h1 + p,
.centered-introduction #perks-info .perks-info-container .hero-image .large-6 .h1 + p {
  font-family: "Bryant Pro", Arial, sans-serif;
  color: white;
  text-align: left;
  margin: 0px;
}

#perks-info .perks-info-container .hero-image .large-6 p {
  text-align: left;
  display: block;
  max-width: 380px;
  font-weight: 500 !important;
  margin-bottom: 30px;
  color: #f5f5f5;
}

#perks-info .perks-info-container .hero-image .large-6 img {
  margin: 0px;
  position: relative;
  left: -45px;
  top: -20px;
  margin-bottom: -20px;
  min-width: 300px;
}

@media print, screen and (min-width: 40em) {
  #perks-info .perks-info-container .hero-image .large-6 img {
    top: -20px;
    left: -55px;
  }
}

#perks-info .perks-info-container .hero-image a,
#perks-info .perks-info-container .hero-image button.pill-button,
#perks-info .perks-info-container .hero-image input.pill-button {
  color: white;
  transition: color ease 0.2s;
}

#perks-info .perks-info-container .hero-image a:hover,
#perks-info .perks-info-container .hero-image button.pill-button:hover,
#perks-info .perks-info-container .hero-image input.pill-button:hover {
  color: #E84E0F;
}

#perks-info .perks-info-container .content-block {
  padding-top: 100px;
  padding-bottom: 70px;
}

#perks-info .perks-info-container .content-block .large-6 {
  margin-bottom: 30px;
}

#perks-info .perks-info-container .content-block .large-6 h1 {
  font-size: 2.5rem;
  color: #3D185A;
}

#perks-info .perks-info-container .content-block .large-6 p {
  line-height: 18pt;
  max-width: 480px;
  margin-bottom: 30px;
}

#perks-info .perks-info-container .content-block.content-block-2 {
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 100%;
  padding-bottom: 0px;
}

#perks-info .perks-info-container .content-block.content-block-2 .large-6:nth-of-type(1) {
  text-align: center;
}

#perks-info .perks-info-container .content-block.content-block-2 .large-6:nth-of-type(1) img {
  max-width: 80%;
}

@media print, screen and (min-width: 64em) {
  #perks-info .perks-info-container .content-block.content-block-2 .large-6:nth-of-type(2) {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

#perks-info .perks-info-container .content-block.content-block-3 {
  padding-top: 70px;
  padding-bottom: 100px;
}

#perks-info .perks-info-container .content-block.content-block-3 h1 {
  font-size: 2.5rem;
  margin-bottom: 80px;
  color: #e84e0f;
}

#perks-info .perks-info-container .content-block.content-block-3 .step-circle {
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto;
  border: 5px solid #e84e0f;
  color: #e84e0f;
  border-radius: 100%;
  font-size: 8rem;
  line-height: 13rem;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: 800;
}

#perks-info .perks-info-container .content-block.content-block-3 .large-12:last-of-type {
  padding-top: 30px;
}

#perks-info .perks-info-container .video-block {
  text-align: center;
  max-width: 100%;
  background-color: #3D185A;
}

#perks-info .perks-info-container span.line {
  width: 80px;
  height: 8px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  background-color: #3D185A;
}

#perks-info .perks-info-container a.cta,
#perks-info .perks-info-container button.cta.pill-button,
#perks-info .perks-info-container input.cta.pill-button {
  background-color: black;
  color: white;
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: 600;
  /* Yellow CTA */
  /* Orange CTA */
}

#perks-info .perks-info-container a.cta.cta-yellow,
#perks-info .perks-info-container button.cta.cta-yellow.pill-button,
#perks-info .perks-info-container input.cta.cta-yellow.pill-button {
  background-color: #ffeb00;
  color: #3D185A;
}

#perks-info .perks-info-container a.cta.cta-orange,
#perks-info .perks-info-container button.cta.cta-orange.pill-button,
#perks-info .perks-info-container input.cta.cta-orange.pill-button {
  background-color: #E84E0F;
  color: #fff;
}

#perks-info .perks-info-container a.cta span,
#perks-info .perks-info-container button.cta.pill-button span,
#perks-info .perks-info-container input.cta.pill-button span {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
  margin-right: -10px;
}

.wooback-dashboard * {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

.wooback-dashboard .wooback_hero {
  margin-top: 6em;
}

.wooback-dashboard .wooback_hero h1 {
  line-height: 1em;
  font-size: 70px;
}

.wooback-dashboard .wooback_hero h5 {
  margin-bottom: 0px;
}

.wooback-dashboard .wooback_title {
  color: #e84e0f;
  font-size: 16px;
  margin-bottom: 1em;
}

.wooback-dashboard .download {
  float: right;
  cursor: pointer;
}

.wooback-dashboard .content-block-1 .check_progress {
  margin-top: 2em;
}

.wooback-dashboard .content-block-1 button {
  color: white;
  font-family: "Bryant Pro", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.wooback-dashboard .perfomance_tile {
  height: 150px;
  width: 170px;
  float: left;
  background: #E5E5E5;
  margin-right: 2em;
  text-align: center;
}

.wooback-dashboard .perfomance_tile .perfomance_tile_content {
  margin-top: 10px;
}

.wooback-dashboard .perfomance_tile .perfomance_tile_content h3 {
  font-size: 40px;
}

.wooback-dashboard .perfomance_tile strong {
  color: #e84e0f;
}

.wooback-dashboard .countdown_tile {
  height: 150px;
  width: 400px;
  float: left;
  background: #E5E5E5;
  text-align: center;
}

.wooback-dashboard .countdown_tile .countdown_tile_content {
  margin-top: 10px;
}

.wooback-dashboard .countdown_tile .countdown_timer ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-left: 0px;
}

.wooback-dashboard .countdown_tile .countdown_timer ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 2em;
  color: #E84D0F;
  margin-top: 2.1em;
  margin-right: 5px;
}

.wooback-dashboard .countdown_tile .countdown_timer ul span {
  font-family: "Bryant Pro", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: black;
}

.wooback-dashboard .countdown_tile h4 {
  font-size: 40px;
}

.wooback-dashboard .countdown_tile .countdown_content {
  margin: auto;
  text-align: center;
}

.wooback-dashboard #wooback_customers_data {
  margin-bottom: 15px;
}

.wooback-dashboard #wooback_customers_data thead {
  background: #e84e0f;
  color: white;
}

.wooback-dashboard .your_position {
  font-family: "Bryant Pro", "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

.wooback-dashboard .your_position_box {
  padding: 10px;
  background: #ccc;
  margin: 10px 0;
  font-weight: bold;
  font-family: arial !important;
}

.wooback-dashboard .bottom {
  display: none !important;
}

#hub_table .button {
  padding: 0.5em 1em !important;
}

#hub_table .button:hover {
  background: #da571f;
}

#hub_table thead {
  background: #e84e0f;
  color: white;
}

.view_button {
  padding-right: 20px;
  color: white;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #terms_btn {
    margin-top: 20px;
    max-width: 270px;
  }
}

.perks-activation-form {
  margin: 5px auto;
}

.perks-activation-form h1,
.perks-activation-form h2,
.perks-activation-form .centered-introduction h1 + p,
.centered-introduction .perks-activation-form h1 + p,
.perks-activation-form .centered-introduction .h1 + p,
.centered-introduction .perks-activation-form .h1 + p,
.perks-activation-form h3,
.perks-activation-form h4,
.perks-activation-form h5,
.perks-activation-form h6 {
  font-weight: bold;
  margin: 1.25rem 0;
}

.perks-activation-form .disclaimer {
  padding-bottom: 0.8em;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #d6d6d6;
}

.perks-activation-form .disclaimer p {
  margin: 0 20% 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #565656;
}

.perks-activation-form .disclaimer img {
  max-width: 40px;
  min-width: 30px;
}

.perks-activation-form .form {
  padding: 0em;
}

.perks-activation-form .form input[type=text],
.perks-activation-form .form input[type=email],
.perks-activation-form .form select {
  margin-bottom: 5px;
}

.perks-activation-form .form .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.perks-activation-form .form .dealer-locator-results {
  height: 500px;
}

@media screen and (max-width: 39.99875em) {
  .perks-activation-form .form .dealer-locator-results {
    overflow-y: scroll;
  }
}

.perks-activation-form #dealersOnMap {
  height: 500px;
}

.perks-activation-form .dealer-result {
  background-color: #fefefe;
}

.perks-activation-form .dealer-result .callout {
  padding: 10px;
  margin: 0 0 10px 0.5em;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #3d1943;
  border-radius: 0;
}

.perks-activation-form .dealer-result .callout h3 {
  margin: 0 0 1.25rem 0;
  font-size: 14px;
}

.perks-activation-form .dealer-result .callout h3:before {
  border-radius: 15px;
  background-color: #fefefe;
  border: 2px solid #fefefe;
  box-shadow: 0px 0px 0 1px #e84e0f;
  content: " ";
  padding: 2px;
  display: inline-block;
  margin: 0 3px 0 0;
  content: " ";
}

.perks-activation-form .dealer-result .callout li {
  margin-bottom: 5px;
}

.perks-activation-form .dealer-result .callout.selected {
  border-radius: 0;
  border: 2px solid #e84e0f;
  background-color: #f5f5f5;
}

.perks-activation-form .dealer-result .callout.selected h3:before {
  background-color: #000;
}

.perks-activation-form .dealer-result .promo,
.perks-activation-form .dealer-result .brands,
.perks-activation-form .dealer-result .address,
.perks-activation-form .dealer-result .email,
.perks-activation-form .dealer-result .website,
.perks-activation-form .dealer-result .hours,
.perks-activation-form .dealer-result .phone {
  display: none;
}

.perks-activation-form .terms h1 {
  font-size: 14px;
  line-height: 16px;
}

.perks-activation-form .terms h2,
.perks-activation-form .terms .centered-introduction h1 + p,
.centered-introduction .perks-activation-form .terms h1 + p,
.perks-activation-form .terms .centered-introduction .h1 + p,
.centered-introduction .perks-activation-form .terms .h1 + p {
  font-size: 13px;
  line-height: 15px;
}

.perks-activation-form .terms h3 {
  font-size: 12px;
  line-height: 14px;
}

.perks-activation-form .terms h1,
.perks-activation-form .terms h2,
.perks-activation-form .terms .centered-introduction h1 + p,
.centered-introduction .perks-activation-form .terms h1 + p,
.perks-activation-form .terms .centered-introduction .h1 + p,
.centered-introduction .perks-activation-form .terms .h1 + p,
.perks-activation-form .terms h3,
.perks-activation-form .terms h4,
.perks-activation-form .terms h5,
.perks-activation-form .terms h6 {
  color: #7d7d7d;
  margin-bottom: 3px;
  line-height: 14px;
  font-weight: bold;
}

.perks-activation-form .terms p {
  margin-bottom: 3px;
}

.perks-activation-form .terms .terms-inner {
  height: 70px;
  overflow-y: scroll;
  font-size: 11px;
  line-height: 12px;
  color: #7d7d7d;
  border: 1px solid;
  border-radius: 2px;
  padding: 5px;
}

.perks-activation-form .terms label {
  color: #7d7d7d;
  font-size: 11px;
}

.terms-inner h1,
.terms-inner h2,
.terms-inner .centered-introduction h1 + p,
.centered-introduction .terms-inner h1 + p,
.terms-inner .centered-introduction .h1 + p,
.centered-introduction .terms-inner .h1 + p,
.terms-inner h3,
.terms-inner h4,
.terms-inner h5,
.terms-inner h6 {
  font-weight: bold;
}

.perks-customer-dashboard {
  background-color: #f5f5f5;
}

.customer-perks {
  background-color: #fefefe;
}

.customer-perks .greeting-row {
  margin-top: 25px;
  position: relative;
}

/* Dashboards Hero */

.customer-perks .greeting-row:after {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 0.625rem - 0.625rem);
    margin-left: 0.625rem;
    background: #e5e5e5;
}

.dashboard-hero {
  background: #f0f0f0;
}

.dashboard-hero .carousel {
  padding: 0;
}

.dashboard-hero .carousel .slick-dots li.slick-active button:before {
  background: #a47fa9;
}

.dashboard-hero .carousel .slick__button {
  background-color: #fefefe;
  border-radius: 99em;
}

.perks-welcome-banner .columns {
  position: relative;
}

.perks-welcome-banner--content {
  left: 0.625rem;
  top: 0;
  bottom: 0;
  right: 0.625rem;
  padding: 0 0 40px;
}

@media print, screen and (min-width: 64em) {
  .perks-welcome-banner--content {
    position: absolute;
    padding: 40px 0 0;
  }
}

.perks-welcome-banner--bg {
  background-image: url("/img/dashboards/welcome-back-hero@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media print, screen and (min-width: 64em) {
  .perks-welcome-banner--bg {
    position: relative;
    z-index: auto;
  }
}

.perks-welcome-banner--bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 36%;
}

/*  Dashboard customer greeting */

.customer-greeting {
  font-size: 1.2em;
  color: #0a0a0a;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0.8em;
}

.customer-greeting .customer-user-name,
.customer-greeting .customer-name {
  font-weight: 700;
}

@media screen and (max-width: 39.99875em) {
  .customer-greeting {
    text-align: center;
  }
}

/*  Dashboard customer greeting */

.customer-point-summary {
  font-size: 1.2em;
  color: #0a0a0a;
  text-transform: uppercase;
}

.customer-point-summary .customer-user-name,
.customer-point-summary .customer-name {
  font-weight: 700;
}

@media screen and (max-width: 39.99875em) {
  .customer-point-summary {
    text-align: center;
  }
}

/* Customer collected points / PERKS */

.collected-perks-total .collected-perks-total-header .collected-perks-text {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-size: 1.2em;
  color: #0a0a0a;
  text-transform: uppercase;
  font-weight: 700;
}

.collected-perks-total .collected-perks-total-header .total-date {
  display: block;
  clear: both;
  font-size: 0.85rem;
}

.collected-perks-total .collected-perks-total-body .collected-perks-total-text {
  color: #0a0a0a;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Bryant Pro", Arial, sans-serif;
}

.collected-perks-total .collected-perks-total-body .collected-perks-total-text .perks-total {
  font-size: 4rem;
  font-weight: 700;
}

.collected-perks-total .collected-perks-total-body .right {
  margin-right: 1em;
}

.collected-perks-total .disabled-message {
  background-image: url("/img/dashboards/points-blurred.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgba(254, 254, 254, 0.9);
}

.collected-perks-total .disabled-message img {
  width: 80px;
}

.collected-perks-total .disabled-message p {
  font-weight: bold;
  color: #e84e0f;
  text-transform: uppercase;
  font-size: 18px;
  padding: 40px 20px;
  line-height: 20px;
}

@media screen and (max-width: 39.99875em) {
  .collected-perks-total {
    text-align: center;
  }
}

/* PERKS progress bar */

.perks-progress .perks-progress-cluster {
  width: 100%;
  display: table;
}

.perks-progress .perks-progress-cluster .perks-progress-section {
  display: table-cell;
  vertical-align: top;
}

.perks-progress .perks-progress-cluster .perks-progress-section.middle {
  width: 100%;
}

.perks-progress .perks-progress-cluster .perks-progress-section.left,
.perks-progress .perks-progress-cluster .perks-progress-section.right {
  padding: 0 5px;
  text-align: center;
}

.perks-progress .perks-progress-cluster .perks-progress-section.left img,
.perks-progress .perks-progress-cluster .perks-progress-section.right img {
  min-width: 50px;
  display: inline;
}

.perks-progress .button,
.perks-progress .progress {
  margin-top: 17px;
}

.perks-progress .progress {
  background-color: #f5f5f5;
  border-radius: 20px;
  height: 1.4rem;
}

.perks-progress .progress.secondary .progress-meter {
  background: #e84e0f;
  border-radius: 20px;
}

.perks-progress .progress-text {
  text-align: center !important;
  display: block;
  color: #e84e0f;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 1.2em;
}

@media print, screen and (min-width: 64em) {
  .perks-progress .columns.last {
    padding-left: 0;
  }
}

/* Shadow boxes with headings */

.box-container {
  background-color: white;
  margin: 1em 0;
  box-shadow: 0px 15px 49px -15px rgba(0, 0, 0, 0.37);
}

.box-container [data-equalizer-watch=box-inner-equalizer] {
  width: 100%;
  min-height: 180px;
  display: table;
}

.box-container [data-equalizer-watch=box-inner-equalizer] .bannerTitle {
  display: table-row;
}

.box-container [data-equalizer-watch=box-inner-equalizer] .bannerText {
  display: table-row;
}

.box-container .box-header {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: 900;
  background: #0a0a0a;
  padding: 0.5em 0.8em;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
}

.box-container .box-header .info-circle {
  float: right;
  color: #ffeb00;
  margin-top: -1.8px;
  font-size: 1.3rem;
}

.box-container .box-body {
  padding: 0.8em 0.8em 0;
  overflow: hidden;
}

.box-container .box-body h3 {
  font-size: 1rem;
  margin: 0.4em 0em;
  font-weight: 700;
}

.box-container .box-body p {
  margin: 1em 1.1em 1em 1.1em;
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.box-container .box-body.campaigns {
  overflow: hidden;
}

.box-container .box-body.campaigns h3 {
  text-align: center;
  font-size: 1rem;
}

.box-container .box-body.campaigns p {
  text-align: center;
  margin: 0.8em 0.5em 1em 0.5em;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.box-container .box-body .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}

.box-container .box-image img {
  margin-bottom: 1.25rem;
}

.box-container .box-image.disabled {
  position: relative;
}

.box-container .box-image.disabled img.lock {
  height: 90px;
  margin-top: -45px;
  margin-left: -32.5px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.box-container .box-image.disabled .lock-text {
  position: absolute;
  width: 100%;
  top: 130px;
  font-weight: bold;
}

.box-container .box-image.disabled img.main {
  opacity: 0.25;
}

.box-container.columns {
  padding: 0;
}

/* Customer PERKS statement table & about PERKS */

[data-equalizer-watch].your_statement,
[data-equalizer-watch].about_perks {
  padding-bottom: 2.5rem;
}

[data-equalizer-watch].your_statement table,
[data-equalizer-watch].about_perks table {
  height: 100%;
}

[data-equalizer-watch].your_statement .box-container,
[data-equalizer-watch].about_perks .box-container {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

[data-equalizer-watch].your_statement .box-header-container,
[data-equalizer-watch].your_statement .box-body,
[data-equalizer-watch].your_statement .box-image,
[data-equalizer-watch].about_perks .box-header-container,
[data-equalizer-watch].about_perks .box-body,
[data-equalizer-watch].about_perks .box-image {
  width: 100%;
  display: table-row;
}

[data-equalizer-watch].your_statement .box-header-container,
[data-equalizer-watch].your_statement .box-image,
[data-equalizer-watch].about_perks .box-header-container,
[data-equalizer-watch].about_perks .box-image {
  height: 0;
}

.customer-perks-statement table {
  width: 100%;
  margin-bottom: 0;
}

.customer-perks-statement table td {
  padding: 1px;
  font-size: 0.85rem;
}

.customer-perks-statement table thead {
  border: 0;
}

.customer-perks-statement table thead tr {
  border-top: 0;
  background: #e84e0f;
}

.customer-perks-statement table thead td {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.customer-perks-statement table tbody {
  border: none;
}

.customer-perks-statement table tbody tr {
  border-top: 2px solid white;
  background: #f3f3f3;
}

.customer-perks-statement table tbody tr:nth-child(even) {
  border-top: 2px solid white;
  background: #f8f8f8;
}

.customer-perks-statement table tbody td {
  color: #8a8a8a;
  font-weight: 100;
}

.customer-perks-statement table tfoot {
  border: 0;
  background: #e84e0f;
}

.customer-perks-statement table tfoot tr,
.customer-perks-statement table tfoot tr:nth-child(even) {
  background: none;
  border-radius: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.customer-perks-statement table tfoot tr:last-child,
.customer-perks-statement table tfoot tr:nth-child(even):last-child {
  border-bottom: none;
}

.customer-perks-statement table tfoot td {
  color: white;
}

.your_statement table td:last-child,
.your_statement table th:last-child {
  text-align: right;
  padding-right: 1.25rem;
}

.box-container.locked,
.box-container.placeholder {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 265px;
}

.box-container.locked {
  background-image: url("/img/dashboards/perks-banner-locked.png");
}

.box-container.placeholder {
  background-image: url("/img/dashboards/perks-banner-placeholder.png");
}

.perks {
  background-color: #fefefe;
  padding: 1.8em 0;
}

.spend-perks {
  background: url(/img/dashboards/back-ground.png);
  background-position: center center;
  background-size: cover;
  padding-bottom: 30px;
}

.spend-perks h1,
.spend-perks h2,
.spend-perks .centered-introduction h1 + p,
.centered-introduction .spend-perks h1 + p,
.spend-perks .centered-introduction .h1 + p,
.centered-introduction .spend-perks .h1 + p,
.spend-perks h3,
.spend-perks h4,
.spend-perks h5,
.spend-perks h6 {
  color: #0a0a0a;
  margin: 1em 0;
}

.spend-perks .box-perks .box-container {
  background-color: rgba(61, 25, 67, 0.75);
  background-size: cover;
}

.spend-perks .box-perks .box-container.redeem-perks {
  background-position: -400px 0px;
}

.spend-perks .box-perks .box-container.redeem-perks .box-body img.main {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 20px auto;
}

.spend-perks .box-perks .box-container.tier-benefits {
  background-position: 300px 0px;
}

.spend-perks .box-perks .box-container.tier-benefits [data-equalizer-watch=tier-benefits-inner] {
  margin-bottom: 20px;
}

.spend-perks .box-perks .box-container.tier-benefits .info {
  opacity: 0.25;
}

.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container {
  padding: 1rem 1.5rem 0;
  margin-bottom: 1.25rem;
}

.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks:last-child() {
  border-right: 0;
}

.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks h4 {
  color: white;
  font-size: 0.825em;
  font-weight: bold;
  margin: 1em 0;
}

.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks p {
  color: white;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8em;
  line-height: 1.4em;
}

.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks img {
  width: 30px;
  margin: -8px 8px 0 0;
}

.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks button a,
.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks button button.pill-button,
.spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks button input.pill-button {
  color: white;
  text-decoration: none;
}

@media print, screen and (min-width: 40em) {
  .spend-perks .box-perks .box-container.tier-benefits .box-body .tier-container .non-perks {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress {
  padding: 1rem 3rem 1.5rem;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 20px;
  height: 0.8rem;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress.secondary .progress-meter {
  width: 0;
  background: #e84e0f;
  border-radius: 20px;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress.secondary .progress-meter.tier-1 {
  width: 50%;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress.secondary .progress-meter.tier-2 {
  width: 100%;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress-goal {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -26px;
  border-radius: 40px;
  background: #f5f5f5 url("/img/dashboards/progress-lock.png") no-repeat center/auto 18px;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress-goal.active {
  background: #e84e0f url("/img/dashboards/progress-tick.png") no-repeat center/auto 18px;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress-goal.tier-1 {
  left: 0;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress-goal.tier-2 {
  left: 100%;
}

.spend-perks .box-perks .box-container.tier-benefits .tier-progress .progress-goal span {
  color: #fefefe;
  white-space: nowrap;
  font-size: 14px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#global_communication_stats .stats-box {
  padding: 20px;
}

.stats-box {
  position: relative;
  margin: 0 0 1.25rem;
  background: #e84e0f;
  padding: 0.2em 0.4em;
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  font-size: 0.8rem;
  text-align: center;
}

.stats-box .stats {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

.stats-box .detail {
  font-size: 0.5rem;
}

.stats-box .inner {
  margin: 5px 0 0;
}

.hub-dashboard,
.zone-dashboard,
.national-dashboard,
.group-dashboard {
  min-width: 1200px;
  background: #f5f5f5;
  padding-top: 2em;
  padding-bottom: 2em;
}

.hub-dashboard .pagination li,
.zone-dashboard .pagination li,
.national-dashboard .pagination li,
.group-dashboard .pagination li {
  display: inline-block;
  list-style: none;
  min-width: 35px;
  height: 35px;
  margin: 4px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #e84e0f;
  border-radius: 2px;
  background: #fefefe;
}

.hub-dashboard .pagination li:not(.current) a,
.hub-dashboard .pagination li:not(.current) button.pill-button,
.hub-dashboard .pagination li:not(.current) input.pill-button,
.zone-dashboard .pagination li:not(.current) a,
.zone-dashboard .pagination li:not(.current) button.pill-button,
.zone-dashboard .pagination li:not(.current) input.pill-button,
.national-dashboard .pagination li:not(.current) a,
.national-dashboard .pagination li:not(.current) button.pill-button,
.national-dashboard .pagination li:not(.current) input.pill-button,
.group-dashboard .pagination li:not(.current) a,
.group-dashboard .pagination li:not(.current) button.pill-button,
.group-dashboard .pagination li:not(.current) input.pill-button {
  color: #e84e0f;
}

.hub-dashboard .pagination li.current,
.zone-dashboard .pagination li.current,
.national-dashboard .pagination li.current,
.group-dashboard .pagination li.current {
  background: #e84e0f;
}

.hub-dashboard .pagination li.current:hover,
.zone-dashboard .pagination li.current:hover,
.national-dashboard .pagination li.current:hover,
.group-dashboard .pagination li.current:hover {
  background-color: #d0460d;
}

.hub-dashboard h1.title,
.zone-dashboard h1.title,
.national-dashboard h1.title,
.group-dashboard h1.title {
  font-size: 1.5em;
  padding-bottom: 3em;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 1.25rem;
}

.hub-dashboard h2,
.hub-dashboard .centered-introduction h1 + p,
.centered-introduction .hub-dashboard h1 + p,
.hub-dashboard .centered-introduction .h1 + p,
.centered-introduction .hub-dashboard .h1 + p,
.zone-dashboard h2,
.zone-dashboard .centered-introduction h1 + p,
.centered-introduction .zone-dashboard h1 + p,
.zone-dashboard .centered-introduction .h1 + p,
.centered-introduction .zone-dashboard .h1 + p,
.national-dashboard h2,
.national-dashboard .centered-introduction h1 + p,
.centered-introduction .national-dashboard h1 + p,
.national-dashboard .centered-introduction .h1 + p,
.centered-introduction .national-dashboard .h1 + p,
.group-dashboard h2,
.group-dashboard .centered-introduction h1 + p,
.centered-introduction .group-dashboard h1 + p,
.group-dashboard .centered-introduction .h1 + p,
.centered-introduction .group-dashboard .h1 + p {
  font-size: 1.3em;
  font-weight: 700;
}

.hub-dashboard td.small,
.zone-dashboard td.small,
.national-dashboard td.small,
.group-dashboard td.small {
  width: 5px;
}

.hub-dashboard .box-container.collapse .box-body,
.zone-dashboard .box-container.collapse .box-body,
.national-dashboard .box-container.collapse .box-body,
.group-dashboard .box-container.collapse .box-body {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  overflow: visible;
}

.hub-dashboard .dashboard-row .box-container,
.zone-dashboard .dashboard-row .box-container,
.national-dashboard .dashboard-row .box-container,
.group-dashboard .dashboard-row .box-container {
  margin-top: 0;
}

.hub-dashboard .controls,
.zone-dashboard .controls,
.national-dashboard .controls,
.group-dashboard .controls {
  color: #e84e0f;
  text-transform: uppercase;
}

.hub-dashboard .controls input[type=text],
.zone-dashboard .controls input[type=text],
.national-dashboard .controls input[type=text],
.group-dashboard .controls input[type=text] {
  display: inline-block;
  width: 75%;
  width: 120px;
  border-radius: 0;
}

.hub-dashboard .controls span.date-label,
.hub-dashboard .controls span.dashboard-search-label-perks,
.hub-dashboard .controls span.dashboard-search-label,
.zone-dashboard .controls span.date-label,
.zone-dashboard .controls span.dashboard-search-label-perks,
.zone-dashboard .controls span.dashboard-search-label,
.national-dashboard .controls span.date-label,
.national-dashboard .controls span.dashboard-search-label-perks,
.national-dashboard .controls span.dashboard-search-label,
.group-dashboard .controls span.date-label,
.group-dashboard .controls span.dashboard-search-label-perks,
.group-dashboard .controls span.dashboard-search-label {
  font-size: 0.8em;
  margin-left: 1.5em;
  margin-right: 0.5em;
}

.hub-dashboard .controls .hub-customer-search span,
.hub-dashboard .controls .hub-customer-search input,
.zone-dashboard .controls .hub-customer-search span,
.zone-dashboard .controls .hub-customer-search input,
.national-dashboard .controls .hub-customer-search span,
.national-dashboard .controls .hub-customer-search input,
.group-dashboard .controls .hub-customer-search span,
.group-dashboard .controls .hub-customer-search input {
  display: inline-block;
}

.hub-dashboard .controls .hub-customer-search span,
.zone-dashboard .controls .hub-customer-search span,
.national-dashboard .controls .hub-customer-search span,
.group-dashboard .controls .hub-customer-search span {
  font-size: 0.8em;
  margin-left: 2em;
  margin-right: 0.5em;
}

.hub-dashboard .controls .hub-customer-search input,
.zone-dashboard .controls .hub-customer-search input,
.national-dashboard .controls .hub-customer-search input,
.group-dashboard .controls .hub-customer-search input {
  max-width: 120px;
}

.hub-dashboard .row.dashboard-row,
.zone-dashboard .row.dashboard-row,
.national-dashboard .row.dashboard-row,
.group-dashboard .row.dashboard-row {
  width: 100%;
  overflow: hidden !important;
}

.hub-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollHead,
.hub-dashboard #live-customer-actions-totals-table_wrapper .dataTables_scrollHead,
.zone-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollHead,
.zone-dashboard #live-customer-actions-totals-table_wrapper .dataTables_scrollHead,
.national-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollHead,
.national-dashboard #live-customer-actions-totals-table_wrapper .dataTables_scrollHead,
.group-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollHead,
.group-dashboard #live-customer-actions-totals-table_wrapper .dataTables_scrollHead {
  display: none;
}

.hub-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr,
.zone-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr,
.national-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr,
.group-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr {
  height: 68px !important;
}

.hub-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr,
.zone-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr,
.national-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr,
.group-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr {
  height: 42px !important;
}

.hub-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td,
.hub-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td,
.zone-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td,
.zone-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td,
.national-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td,
.national-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td,
.group-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td,
.group-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td {
  height: auto !important;
  border-bottom-width: 1px !important;
  border-color: #f5f5f5;
}

.hub-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.hub-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.zone-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.zone-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.national-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.national-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.group-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.group-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing {
  height: auto !important;
}

.hub-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.zone-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.national-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing,
.group-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .dataTables_sizing {
  padding: 4px;
}

.hub-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody #live-customer-actions-totals-table tbody td,
.zone-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody #live-customer-actions-totals-table tbody td,
.national-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody #live-customer-actions-totals-table tbody td,
.group-dashboard div#live-customer-actions-totals-table_wrapper .dataTables_scrollBody #live-customer-actions-totals-table tbody td {
  text-align: center !important;
}

.hub-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .part-icon-container .part-icon,
.zone-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .part-icon-container .part-icon,
.national-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .part-icon-container .part-icon,
.group-dashboard div#customer-perks-status-totals-table_wrapper .dataTables_scrollBody thead tr td .part-icon-container .part-icon {
  margin-right: 0;
  margin: 0 auto;
}

.hub-dashboard .dataTables_scrollBody,
.zone-dashboard .dataTables_scrollBody,
.national-dashboard .dataTables_scrollBody,
.group-dashboard .dataTables_scrollBody {
  border-bottom: none !important;
}

.hub-dashboard #live-customer-actions-totals-table,
.zone-dashboard #live-customer-actions-totals-table,
.national-dashboard #live-customer-actions-totals-table,
.group-dashboard #live-customer-actions-totals-table {
  width: 100% !important;
}

.hub-dashboard #live-customer-actions-table,
.hub-dashboard .dataTables_wrapper,
.hub-dashboard #customer-perks-status-table,
.zone-dashboard #live-customer-actions-table,
.zone-dashboard .dataTables_wrapper,
.zone-dashboard #customer-perks-status-table,
.national-dashboard #live-customer-actions-table,
.national-dashboard .dataTables_wrapper,
.national-dashboard #customer-perks-status-table,
.group-dashboard #live-customer-actions-table,
.group-dashboard .dataTables_wrapper,
.group-dashboard #customer-perks-status-table {
  width: 100% !important;
  table-layout: fixed;
}

.hub-dashboard #live-customer-actions-table .dataTables_scrollHead,
.hub-dashboard .dataTables_wrapper .dataTables_scrollHead,
.hub-dashboard #customer-perks-status-table .dataTables_scrollHead,
.zone-dashboard #live-customer-actions-table .dataTables_scrollHead,
.zone-dashboard .dataTables_wrapper .dataTables_scrollHead,
.zone-dashboard #customer-perks-status-table .dataTables_scrollHead,
.national-dashboard #live-customer-actions-table .dataTables_scrollHead,
.national-dashboard .dataTables_wrapper .dataTables_scrollHead,
.national-dashboard #customer-perks-status-table .dataTables_scrollHead,
.group-dashboard #live-customer-actions-table .dataTables_scrollHead,
.group-dashboard .dataTables_wrapper .dataTables_scrollHead,
.group-dashboard #customer-perks-status-table .dataTables_scrollHead {
  dislay: none;
}

.hub-dashboard #live-customer-actions-table .dataTables_scrollHeadInner,
.hub-dashboard .dataTables_wrapper .dataTables_scrollHeadInner,
.hub-dashboard #customer-perks-status-table .dataTables_scrollHeadInner,
.zone-dashboard #live-customer-actions-table .dataTables_scrollHeadInner,
.zone-dashboard .dataTables_wrapper .dataTables_scrollHeadInner,
.zone-dashboard #customer-perks-status-table .dataTables_scrollHeadInner,
.national-dashboard #live-customer-actions-table .dataTables_scrollHeadInner,
.national-dashboard .dataTables_wrapper .dataTables_scrollHeadInner,
.national-dashboard #customer-perks-status-table .dataTables_scrollHeadInner,
.group-dashboard #live-customer-actions-table .dataTables_scrollHeadInner,
.group-dashboard .dataTables_wrapper .dataTables_scrollHeadInner,
.group-dashboard #customer-perks-status-table .dataTables_scrollHeadInner {
  width: 100% !important;
}

.hub-dashboard #live-customer-actions-table .dataTables_scrollHeadInner .dataTable,
.hub-dashboard .dataTables_wrapper .dataTables_scrollHeadInner .dataTable,
.hub-dashboard #customer-perks-status-table .dataTables_scrollHeadInner .dataTable,
.zone-dashboard #live-customer-actions-table .dataTables_scrollHeadInner .dataTable,
.zone-dashboard .dataTables_wrapper .dataTables_scrollHeadInner .dataTable,
.zone-dashboard #customer-perks-status-table .dataTables_scrollHeadInner .dataTable,
.national-dashboard #live-customer-actions-table .dataTables_scrollHeadInner .dataTable,
.national-dashboard .dataTables_wrapper .dataTables_scrollHeadInner .dataTable,
.national-dashboard #customer-perks-status-table .dataTables_scrollHeadInner .dataTable,
.group-dashboard #live-customer-actions-table .dataTables_scrollHeadInner .dataTable,
.group-dashboard .dataTables_wrapper .dataTables_scrollHeadInner .dataTable,
.group-dashboard #customer-perks-status-table .dataTables_scrollHeadInner .dataTable {
  width: 100% !important;
  table-layout: fixed;
}

.hub-dashboard #live-customer-actions-table thead,
.hub-dashboard .dataTables_wrapper thead,
.hub-dashboard #customer-perks-status-table thead,
.zone-dashboard #live-customer-actions-table thead,
.zone-dashboard .dataTables_wrapper thead,
.zone-dashboard #customer-perks-status-table thead,
.national-dashboard #live-customer-actions-table thead,
.national-dashboard .dataTables_wrapper thead,
.national-dashboard #customer-perks-status-table thead,
.group-dashboard #live-customer-actions-table thead,
.group-dashboard .dataTables_wrapper thead,
.group-dashboard #customer-perks-status-table thead {
  background: #e84e0f;
  color: #ffffff;
  font-weight: 100;
  width: 100%;
}

.hub-dashboard #live-customer-actions-table thead td,
.hub-dashboard .dataTables_wrapper thead td,
.hub-dashboard #customer-perks-status-table thead td,
.zone-dashboard #live-customer-actions-table thead td,
.zone-dashboard .dataTables_wrapper thead td,
.zone-dashboard #customer-perks-status-table thead td,
.national-dashboard #live-customer-actions-table thead td,
.national-dashboard .dataTables_wrapper thead td,
.national-dashboard #customer-perks-status-table thead td,
.group-dashboard #live-customer-actions-table thead td,
.group-dashboard .dataTables_wrapper thead td,
.group-dashboard #customer-perks-status-table thead td {
  font-weight: 100;
  font-size: 0.8em;
  text-align: center !important;
}

.hub-dashboard #live-customer-actions-table thead .sorting,
.hub-dashboard #live-customer-actions-table thead .sorting_desc,
.hub-dashboard #live-customer-actions-table thead .sorting_asc,
.hub-dashboard .dataTables_wrapper thead .sorting,
.hub-dashboard .dataTables_wrapper thead .sorting_desc,
.hub-dashboard .dataTables_wrapper thead .sorting_asc,
.hub-dashboard #customer-perks-status-table thead .sorting,
.hub-dashboard #customer-perks-status-table thead .sorting_desc,
.hub-dashboard #customer-perks-status-table thead .sorting_asc,
.zone-dashboard #live-customer-actions-table thead .sorting,
.zone-dashboard #live-customer-actions-table thead .sorting_desc,
.zone-dashboard #live-customer-actions-table thead .sorting_asc,
.zone-dashboard .dataTables_wrapper thead .sorting,
.zone-dashboard .dataTables_wrapper thead .sorting_desc,
.zone-dashboard .dataTables_wrapper thead .sorting_asc,
.zone-dashboard #customer-perks-status-table thead .sorting,
.zone-dashboard #customer-perks-status-table thead .sorting_desc,
.zone-dashboard #customer-perks-status-table thead .sorting_asc,
.national-dashboard #live-customer-actions-table thead .sorting,
.national-dashboard #live-customer-actions-table thead .sorting_desc,
.national-dashboard #live-customer-actions-table thead .sorting_asc,
.national-dashboard .dataTables_wrapper thead .sorting,
.national-dashboard .dataTables_wrapper thead .sorting_desc,
.national-dashboard .dataTables_wrapper thead .sorting_asc,
.national-dashboard #customer-perks-status-table thead .sorting,
.national-dashboard #customer-perks-status-table thead .sorting_desc,
.national-dashboard #customer-perks-status-table thead .sorting_asc,
.group-dashboard #live-customer-actions-table thead .sorting,
.group-dashboard #live-customer-actions-table thead .sorting_desc,
.group-dashboard #live-customer-actions-table thead .sorting_asc,
.group-dashboard .dataTables_wrapper thead .sorting,
.group-dashboard .dataTables_wrapper thead .sorting_desc,
.group-dashboard .dataTables_wrapper thead .sorting_asc,
.group-dashboard #customer-perks-status-table thead .sorting,
.group-dashboard #customer-perks-status-table thead .sorting_desc,
.group-dashboard #customer-perks-status-table thead .sorting_asc {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.hub-dashboard #live-customer-actions-table thead .sorting,
.hub-dashboard .dataTables_wrapper thead .sorting,
.hub-dashboard #customer-perks-status-table thead .sorting,
.zone-dashboard #live-customer-actions-table thead .sorting,
.zone-dashboard .dataTables_wrapper thead .sorting,
.zone-dashboard #customer-perks-status-table thead .sorting,
.national-dashboard #live-customer-actions-table thead .sorting,
.national-dashboard .dataTables_wrapper thead .sorting,
.national-dashboard #customer-perks-status-table thead .sorting,
.group-dashboard #live-customer-actions-table thead .sorting,
.group-dashboard .dataTables_wrapper thead .sorting,
.group-dashboard #customer-perks-status-table thead .sorting {
  background-image: url("/img/dashboards/sort-both.png");
}

.hub-dashboard #live-customer-actions-table thead .sorting_desc,
.hub-dashboard .dataTables_wrapper thead .sorting_desc,
.hub-dashboard #customer-perks-status-table thead .sorting_desc,
.zone-dashboard #live-customer-actions-table thead .sorting_desc,
.zone-dashboard .dataTables_wrapper thead .sorting_desc,
.zone-dashboard #customer-perks-status-table thead .sorting_desc,
.national-dashboard #live-customer-actions-table thead .sorting_desc,
.national-dashboard .dataTables_wrapper thead .sorting_desc,
.national-dashboard #customer-perks-status-table thead .sorting_desc,
.group-dashboard #live-customer-actions-table thead .sorting_desc,
.group-dashboard .dataTables_wrapper thead .sorting_desc,
.group-dashboard #customer-perks-status-table thead .sorting_desc {
  background-image: url("/img/dashboards/sort-down.png");
}

.hub-dashboard #live-customer-actions-table thead .sorting_asc,
.hub-dashboard .dataTables_wrapper thead .sorting_asc,
.hub-dashboard #customer-perks-status-table thead .sorting_asc,
.zone-dashboard #live-customer-actions-table thead .sorting_asc,
.zone-dashboard .dataTables_wrapper thead .sorting_asc,
.zone-dashboard #customer-perks-status-table thead .sorting_asc,
.national-dashboard #live-customer-actions-table thead .sorting_asc,
.national-dashboard .dataTables_wrapper thead .sorting_asc,
.national-dashboard #customer-perks-status-table thead .sorting_asc,
.group-dashboard #live-customer-actions-table thead .sorting_asc,
.group-dashboard .dataTables_wrapper thead .sorting_asc,
.group-dashboard #customer-perks-status-table thead .sorting_asc {
  background-image: url("/img/dashboards/sort-up.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container,
.hub-dashboard .dataTables_wrapper thead .part-icon-container,
.hub-dashboard #customer-perks-status-table thead .part-icon-container,
.zone-dashboard #live-customer-actions-table thead .part-icon-container,
.zone-dashboard .dataTables_wrapper thead .part-icon-container,
.zone-dashboard #customer-perks-status-table thead .part-icon-container,
.national-dashboard #live-customer-actions-table thead .part-icon-container,
.national-dashboard .dataTables_wrapper thead .part-icon-container,
.national-dashboard #customer-perks-status-table thead .part-icon-container,
.group-dashboard #live-customer-actions-table thead .part-icon-container,
.group-dashboard .dataTables_wrapper thead .part-icon-container,
.group-dashboard #customer-perks-status-table thead .part-icon-container {
  height: 27px;
  width: 27px;
  padding: 8px 8px 8px 0px;
  min-width: 18px;
  text-align: center;
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container .part-icon,
.hub-dashboard .dataTables_wrapper thead .part-icon-container .part-icon,
.hub-dashboard #customer-perks-status-table thead .part-icon-container .part-icon,
.zone-dashboard #live-customer-actions-table thead .part-icon-container .part-icon,
.zone-dashboard .dataTables_wrapper thead .part-icon-container .part-icon,
.zone-dashboard #customer-perks-status-table thead .part-icon-container .part-icon,
.national-dashboard #live-customer-actions-table thead .part-icon-container .part-icon,
.national-dashboard .dataTables_wrapper thead .part-icon-container .part-icon,
.national-dashboard #customer-perks-status-table thead .part-icon-container .part-icon,
.group-dashboard #live-customer-actions-table thead .part-icon-container .part-icon,
.group-dashboard .dataTables_wrapper thead .part-icon-container .part-icon,
.group-dashboard #customer-perks-status-table thead .part-icon-container .part-icon {
  background-size: contain;
  background-position: center;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 10px;
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container .has-tip,
.hub-dashboard .dataTables_wrapper thead .part-icon-container .has-tip,
.hub-dashboard #customer-perks-status-table thead .part-icon-container .has-tip,
.zone-dashboard #live-customer-actions-table thead .part-icon-container .has-tip,
.zone-dashboard .dataTables_wrapper thead .part-icon-container .has-tip,
.zone-dashboard #customer-perks-status-table thead .part-icon-container .has-tip,
.national-dashboard #live-customer-actions-table thead .part-icon-container .has-tip,
.national-dashboard .dataTables_wrapper thead .part-icon-container .has-tip,
.national-dashboard #customer-perks-status-table thead .part-icon-container .has-tip,
.group-dashboard #live-customer-actions-table thead .part-icon-container .has-tip,
.group-dashboard .dataTables_wrapper thead .part-icon-container .has-tip,
.group-dashboard #customer-perks-status-table thead .part-icon-container .has-tip {
  border: none;
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container .has-tip:before,
.hub-dashboard .dataTables_wrapper thead .part-icon-container .has-tip:before,
.hub-dashboard #customer-perks-status-table thead .part-icon-container .has-tip:before,
.zone-dashboard #live-customer-actions-table thead .part-icon-container .has-tip:before,
.zone-dashboard .dataTables_wrapper thead .part-icon-container .has-tip:before,
.zone-dashboard #customer-perks-status-table thead .part-icon-container .has-tip:before,
.national-dashboard #live-customer-actions-table thead .part-icon-container .has-tip:before,
.national-dashboard .dataTables_wrapper thead .part-icon-container .has-tip:before,
.national-dashboard #customer-perks-status-table thead .part-icon-container .has-tip:before,
.group-dashboard #live-customer-actions-table thead .part-icon-container .has-tip:before,
.group-dashboard .dataTables_wrapper thead .part-icon-container .has-tip:before,
.group-dashboard #customer-perks-status-table thead .part-icon-container .has-tip:before {
  background: #fefefe;
  color: #e84e0f;
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.accessories,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.accessories,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.accessories,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.accessories,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.accessories,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.accessories,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.accessories,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.accessories,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.accessories,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.accessories,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.accessories,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.accessories {
  background-image: url("/img/dashboards/icons/White Icon 1.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.belts-chains-tensioners,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.belts-chains-tensioners,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.belts-chains-tensioners,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.belts-chains-tensioners,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.belts-chains-tensioners {
  background-image: url("/img/dashboards/icons/White Icon 2.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.braking,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.braking,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.braking,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.braking,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.braking,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.braking,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.braking,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.braking,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.braking,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.braking,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.braking,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.braking {
  background-image: url("/img/dashboards/icons/White Icon 3.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.clutches,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.clutches,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.clutches,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.clutches,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.clutches,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.clutches,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.clutches,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.clutches,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.clutches,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.clutches,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.clutches,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.clutches {
  background-image: url("/img/dashboards/icons/White Icon 4.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.cooling-heating,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.cooling-heating,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.cooling-heating,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.cooling-heating,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.cooling-heating,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.cooling-heating,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.cooling-heating,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.cooling-heating,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.cooling-heating,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.cooling-heating,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.cooling-heating,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.cooling-heating {
  background-image: url("/img/dashboards/icons/White Icon 5.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.electrical,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.electrical,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.electrical,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.electrical,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.electrical,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.electrical,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.electrical,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.electrical,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.electrical,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.electrical,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.electrical,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.electrical {
  background-image: url("/img/dashboards/icons/White Icon 6.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.emissions,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.emissions,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.emissions,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.emissions,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.emissions,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.emissions,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.emissions,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.emissions,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.emissions,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.emissions,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.emissions,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.emissions {
  background-image: url("/img/dashboards/icons/White Icon 7.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.engineparts,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.engineparts,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.engineparts,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.engineparts,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.engineparts,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.engineparts,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.engineparts,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.engineparts,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.engineparts,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.engineparts,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.engineparts,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.engineparts {
  background-image: url("/img/dashboards/icons/White Icon 8.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.filtration,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.filtration,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.filtration,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.filtration,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.filtration,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.filtration,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.filtration,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.filtration,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.filtration,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.filtration,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.filtration,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.filtration {
  background-image: url("/img/dashboards/icons/White Icon 9.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.fuel-enginemanagement,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.fuel-enginemanagement,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.fuel-enginemanagement,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.fuel-enginemanagement,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.fuel-enginemanagement {
  background-image: url("/img/dashboards/icons/White Icon 10.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.ignition,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.ignition,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.ignition,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.ignition,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.ignition,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.ignition,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.ignition,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.ignition,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.ignition,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.ignition,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.ignition,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.ignition {
  background-image: url("/img/dashboards/icons/White Icon 11.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.lighting,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.lighting,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.lighting,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.lighting,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.lighting,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.lighting,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.lighting,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.lighting,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.lighting,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.lighting,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.lighting,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.lighting {
  background-image: url("/img/dashboards/icons/White Icon 12.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.other,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.other,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.other,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.other,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.other,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.other,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.other,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.other,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.other,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.other,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.other,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.other {
  background-image: url("/img/dashboards/icons/White Icon 13.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.steering,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.steering,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.steering,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.steering,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.steering,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.steering,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.steering,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.steering,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.steering,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.steering,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.steering,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.steering {
  background-image: url("/img/dashboards/icons/White Icon 14.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.suspension,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.suspension,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.suspension,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.suspension,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.suspension,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.suspension,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.suspension,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.suspension,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.suspension,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.suspension,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.suspension,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.suspension {
  background-image: url("/img/dashboards/icons/White Icon 15.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.transmission,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.transmission,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.transmission,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.transmission,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.transmission,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.transmission,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.transmission,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.transmission,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.transmission,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.transmission,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.transmission,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.transmission {
  background-image: url("/img/dashboards/icons/White Icon 16.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.turbos,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.turbos,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.turbos,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.turbos,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.turbos,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.turbos,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.turbos,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.turbos,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.turbos,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.turbos,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.turbos,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.turbos {
  background-image: url("/img/dashboards/icons/White Icon 17.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.tyres,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.tyres,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.tyres,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.tyres,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.tyres,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.tyres,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.tyres,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.tyres,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.tyres,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.tyres,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.tyres,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.tyres {
  background-image: url("/img/dashboards/icons/White Icon 18.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.wipers,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.wipers,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.wipers,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.wipers,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.wipers,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.wipers,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.wipers,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.wipers,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.wipers,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.wipers,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.wipers,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.wipers {
  background-image: url("/img/dashboards/icons/White Icon 19.png");
}

.hub-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.miscellaneous,
.hub-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.miscellaneous,
.hub-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.miscellaneous,
.zone-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.miscellaneous,
.zone-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.miscellaneous,
.zone-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.miscellaneous,
.national-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.miscellaneous,
.national-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.miscellaneous,
.national-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.miscellaneous,
.group-dashboard #live-customer-actions-table thead .part-icon-container span.part-icon.miscellaneous,
.group-dashboard .dataTables_wrapper thead .part-icon-container span.part-icon.miscellaneous,
.group-dashboard #customer-perks-status-table thead .part-icon-container span.part-icon.miscellaneous {
  background-image: url("/img/dashboards/icons/White Icon 20.png");
}

.hub-dashboard #live-customer-actions-table tbody tr.even,
.hub-dashboard .dataTables_wrapper tbody tr.even,
.hub-dashboard #customer-perks-status-table tbody tr.even,
.zone-dashboard #live-customer-actions-table tbody tr.even,
.zone-dashboard .dataTables_wrapper tbody tr.even,
.zone-dashboard #customer-perks-status-table tbody tr.even,
.national-dashboard #live-customer-actions-table tbody tr.even,
.national-dashboard .dataTables_wrapper tbody tr.even,
.national-dashboard #customer-perks-status-table tbody tr.even,
.group-dashboard #live-customer-actions-table tbody tr.even,
.group-dashboard .dataTables_wrapper tbody tr.even,
.group-dashboard #customer-perks-status-table tbody tr.even {
  background: #f5f5f5;
}

.hub-dashboard #live-customer-actions-table tbody tr.even td,
.hub-dashboard .dataTables_wrapper tbody tr.even td,
.hub-dashboard #customer-perks-status-table tbody tr.even td,
.zone-dashboard #live-customer-actions-table tbody tr.even td,
.zone-dashboard .dataTables_wrapper tbody tr.even td,
.zone-dashboard #customer-perks-status-table tbody tr.even td,
.national-dashboard #live-customer-actions-table tbody tr.even td,
.national-dashboard .dataTables_wrapper tbody tr.even td,
.national-dashboard #customer-perks-status-table tbody tr.even td,
.group-dashboard #live-customer-actions-table tbody tr.even td,
.group-dashboard .dataTables_wrapper tbody tr.even td,
.group-dashboard #customer-perks-status-table tbody tr.even td {
  background: #f5f5f5;
}

.hub-dashboard #live-customer-actions-table tbody td,
.hub-dashboard .dataTables_wrapper tbody td,
.hub-dashboard #customer-perks-status-table tbody td,
.zone-dashboard #live-customer-actions-table tbody td,
.zone-dashboard .dataTables_wrapper tbody td,
.zone-dashboard #customer-perks-status-table tbody td,
.national-dashboard #live-customer-actions-table tbody td,
.national-dashboard .dataTables_wrapper tbody td,
.national-dashboard #customer-perks-status-table tbody td,
.group-dashboard #live-customer-actions-table tbody td,
.group-dashboard .dataTables_wrapper tbody td,
.group-dashboard #customer-perks-status-table tbody td {
  font-size: 0.8em;
}

.hub-dashboard #live-customer-actions-table tbody td.text-center,
.hub-dashboard .dataTables_wrapper tbody td.text-center,
.hub-dashboard #customer-perks-status-table tbody td.text-center,
.zone-dashboard #live-customer-actions-table tbody td.text-center,
.zone-dashboard .dataTables_wrapper tbody td.text-center,
.zone-dashboard #customer-perks-status-table tbody td.text-center,
.national-dashboard #live-customer-actions-table tbody td.text-center,
.national-dashboard .dataTables_wrapper tbody td.text-center,
.national-dashboard #customer-perks-status-table tbody td.text-center,
.group-dashboard #live-customer-actions-table tbody td.text-center,
.group-dashboard .dataTables_wrapper tbody td.text-center,
.group-dashboard #customer-perks-status-table tbody td.text-center {
  font-size: 1em;
}

.hub-dashboard #live-customer-actions-table tbody td.text-center.regular,
.hub-dashboard .dataTables_wrapper tbody td.text-center.regular,
.hub-dashboard #customer-perks-status-table tbody td.text-center.regular,
.zone-dashboard #live-customer-actions-table tbody td.text-center.regular,
.zone-dashboard .dataTables_wrapper tbody td.text-center.regular,
.zone-dashboard #customer-perks-status-table tbody td.text-center.regular,
.national-dashboard #live-customer-actions-table tbody td.text-center.regular,
.national-dashboard .dataTables_wrapper tbody td.text-center.regular,
.national-dashboard #customer-perks-status-table tbody td.text-center.regular,
.group-dashboard #live-customer-actions-table tbody td.text-center.regular,
.group-dashboard .dataTables_wrapper tbody td.text-center.regular,
.group-dashboard #customer-perks-status-table tbody td.text-center.regular {
  font-size: 0.8em;
}

.hub-dashboard #live-customer-actions-table tfoot td,
.hub-dashboard .dataTables_wrapper tfoot td,
.hub-dashboard #customer-perks-status-table tfoot td,
.zone-dashboard #live-customer-actions-table tfoot td,
.zone-dashboard .dataTables_wrapper tfoot td,
.zone-dashboard #customer-perks-status-table tfoot td,
.national-dashboard #live-customer-actions-table tfoot td,
.national-dashboard .dataTables_wrapper tfoot td,
.national-dashboard #customer-perks-status-table tfoot td,
.group-dashboard #live-customer-actions-table tfoot td,
.group-dashboard .dataTables_wrapper tfoot td,
.group-dashboard #customer-perks-status-table tfoot td {
  padding: 10px 4px 10px 0;
  border-top: 1px solid #111;
  /* min-width: 100px; */
  text-align: center;
  min-width: 18px;
  font-size: 12px;
}

.hub-dashboard #live-customer-actions-table .hub-bottom,
.hub-dashboard .dataTables_wrapper .hub-bottom,
.hub-dashboard #customer-perks-status-table .hub-bottom,
.zone-dashboard #live-customer-actions-table .hub-bottom,
.zone-dashboard .dataTables_wrapper .hub-bottom,
.zone-dashboard #customer-perks-status-table .hub-bottom,
.national-dashboard #live-customer-actions-table .hub-bottom,
.national-dashboard .dataTables_wrapper .hub-bottom,
.national-dashboard #customer-perks-status-table .hub-bottom,
.group-dashboard #live-customer-actions-table .hub-bottom,
.group-dashboard .dataTables_wrapper .hub-bottom,
.group-dashboard #customer-perks-status-table .hub-bottom {
  background: #f5f5f5;
}

.hub-dashboard #live-customer-actions-table .hub-bottom .hub-buttons,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-buttons,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-buttons,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-buttons,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-buttons,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-buttons,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-buttons,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-buttons,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-buttons,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-buttons,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-buttons,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-buttons {
  width: 100%;
  text-align: right;
  position: absolute;
}

.hub-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons {
  float: right;
}

.hub-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.hub-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis {
  text-transform: uppercase;
  color: #e84e0f;
  text-decoration: none;
  font-size: 0.7rem;
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hub-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.hub-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-excel i,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-buttons .dt-buttons .buttons-colvis i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hub-dashboard #live-customer-actions-table .hub-bottom .hub-pagination,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-pagination,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-pagination,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-pagination,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-pagination,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-pagination,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-pagination,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-pagination,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-pagination,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-pagination {
  width: 100%;
  position: absolute;
  bottom: -5.5em;
  text-align: center;
}

.hub-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate,
.hub-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate,
.hub-dashboard #customer-perks-status-table .hub-bottom .hub-pagination .dataTables_paginate,
.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate,
.zone-dashboard #customer-perks-status-table .hub-bottom .hub-pagination .dataTables_paginate,
.national-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate,
.national-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate,
.national-dashboard #customer-perks-status-table .hub-bottom .hub-pagination .dataTables_paginate,
.group-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate,
.group-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate,
.group-dashboard #customer-perks-status-table .hub-bottom .hub-pagination .dataTables_paginate {
  float: none;
  text-align: center;
}

.hub-dashboard #live-customer-actions-table .hub-bottom:after,
.hub-dashboard .dataTables_wrapper .hub-bottom:after,
.hub-dashboard #customer-perks-status-table .hub-bottom:after,
.zone-dashboard #live-customer-actions-table .hub-bottom:after,
.zone-dashboard .dataTables_wrapper .hub-bottom:after,
.zone-dashboard #customer-perks-status-table .hub-bottom:after,
.national-dashboard #live-customer-actions-table .hub-bottom:after,
.national-dashboard .dataTables_wrapper .hub-bottom:after,
.national-dashboard #customer-perks-status-table .hub-bottom:after,
.group-dashboard #live-customer-actions-table .hub-bottom:after,
.group-dashboard .dataTables_wrapper .hub-bottom:after,
.group-dashboard #customer-perks-status-table .hub-bottom:after {
  content: "";
  display: table;
  clear: both;
}

.hub-dashboard #customer-perks-status-table_wrapper .dataTables_scrollHead thead tr,
.zone-dashboard #customer-perks-status-table_wrapper .dataTables_scrollHead thead tr,
.national-dashboard #customer-perks-status-table_wrapper .dataTables_scrollHead thead tr,
.group-dashboard #customer-perks-status-table_wrapper .dataTables_scrollHead thead tr {
  height: 68px !important;
}

.hub-dashboard #customer-perks-status-totals-table thead tr,
.zone-dashboard #customer-perks-status-totals-table thead tr,
.national-dashboard #customer-perks-status-totals-table thead tr,
.group-dashboard #customer-perks-status-totals-table thead tr {
  height: 68px !important;
}

.hub-dashboard #customer-perks-status-totals-table td,
.zone-dashboard #customer-perks-status-totals-table td,
.national-dashboard #customer-perks-status-totals-table td,
.group-dashboard #customer-perks-status-totals-table td {
  text-align: center;
}

.hub-dashboard #live-customer-actions-totals-table,
.hub-dashboard #customer-perks-status-totals-table,
.zone-dashboard #live-customer-actions-totals-table,
.zone-dashboard #customer-perks-status-totals-table,
.national-dashboard #live-customer-actions-totals-table,
.national-dashboard #customer-perks-status-totals-table,
.group-dashboard #live-customer-actions-totals-table,
.group-dashboard #customer-perks-status-totals-table {
  width: 100% !important;
}

.hub-dashboard #live-customer-actions-totals-table .dataTables_scrollHead,
.hub-dashboard #customer-perks-status-totals-table .dataTables_scrollHead,
.zone-dashboard #live-customer-actions-totals-table .dataTables_scrollHead,
.zone-dashboard #customer-perks-status-totals-table .dataTables_scrollHead,
.national-dashboard #live-customer-actions-totals-table .dataTables_scrollHead,
.national-dashboard #customer-perks-status-totals-table .dataTables_scrollHead,
.group-dashboard #live-customer-actions-totals-table .dataTables_scrollHead,
.group-dashboard #customer-perks-status-totals-table .dataTables_scrollHead {
  dislay: none;
}

.hub-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner,
.hub-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner,
.zone-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner,
.zone-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner,
.national-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner,
.national-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner,
.group-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner,
.group-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner {
  width: 100% !important;
}

.hub-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable,
.hub-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable,
.zone-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable,
.zone-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable,
.national-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable,
.national-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable,
.group-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable,
.group-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable {
  width: 100% !important;
}

.hub-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.hub-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.zone-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.zone-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.national-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.national-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.group-dashboard #live-customer-actions-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3),
.group-dashboard #customer-perks-status-totals-table .dataTables_scrollHeadInner .dataTable thead td:nth-child(3) {
  padding-right: 28px;
}

.hub-dashboard #live-customer-actions-totals-table thead,
.hub-dashboard #customer-perks-status-totals-table thead,
.zone-dashboard #live-customer-actions-totals-table thead,
.zone-dashboard #customer-perks-status-totals-table thead,
.national-dashboard #live-customer-actions-totals-table thead,
.national-dashboard #customer-perks-status-totals-table thead,
.group-dashboard #live-customer-actions-totals-table thead,
.group-dashboard #customer-perks-status-totals-table thead {
  background: #e84e0f;
  color: #ffffff;
  font-weight: 100;
  width: 100%;
}

.hub-dashboard #live-customer-actions-totals-table thead td,
.hub-dashboard #customer-perks-status-totals-table thead td,
.zone-dashboard #live-customer-actions-totals-table thead td,
.zone-dashboard #customer-perks-status-totals-table thead td,
.national-dashboard #live-customer-actions-totals-table thead td,
.national-dashboard #customer-perks-status-totals-table thead td,
.group-dashboard #live-customer-actions-totals-table thead td,
.group-dashboard #customer-perks-status-totals-table thead td {
  font-weight: 100;
  font-size: 0.8em;
  height: 43px !important;
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container {
  height: 27px;
  width: 27px;
  padding: 8px 0px;
  min-width: 18px;
  text-align: center;
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container .part-icon,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container .part-icon,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container .part-icon,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container .part-icon,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container .part-icon,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container .part-icon,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container .part-icon,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container .part-icon {
  background-size: contain;
  background-position: center;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 10px;
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip {
  border: none;
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip:before,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip:before,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip:before,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip:before,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip:before,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip:before,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container .has-tip:before,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container .has-tip:before {
  background: #fefefe;
  color: #e84e0f;
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.accessories,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.accessories,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.accessories,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.accessories,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.accessories,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.accessories,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.accessories,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.accessories {
  background-image: url("/img/dashboards/icons/White Icon 1.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.belts-chains-tensioners {
  background-image: url("/img/dashboards/icons/White Icon 2.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.braking,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.braking,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.braking,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.braking,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.braking,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.braking,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.braking,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.braking {
  background-image: url("/img/dashboards/icons/White Icon 3.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.clutches,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.clutches,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.clutches,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.clutches,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.clutches,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.clutches,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.clutches,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.clutches {
  background-image: url("/img/dashboards/icons/White Icon 4.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.cooling-heating,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.cooling-heating {
  background-image: url("/img/dashboards/icons/White Icon 5.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.electrical,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.electrical,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.electrical,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.electrical,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.electrical,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.electrical,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.electrical,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.electrical {
  background-image: url("/img/dashboards/icons/White Icon 6.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.emissions,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.emissions,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.emissions,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.emissions,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.emissions,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.emissions,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.emissions,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.emissions {
  background-image: url("/img/dashboards/icons/White Icon 7.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.engineparts,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.engineparts,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.engineparts,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.engineparts,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.engineparts,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.engineparts,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.engineparts,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.engineparts {
  background-image: url("/img/dashboards/icons/White Icon 8.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.filtration,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.filtration,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.filtration,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.filtration,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.filtration,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.filtration,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.filtration,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.filtration {
  background-image: url("/img/dashboards/icons/White Icon 9.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.fuel-enginemanagement {
  background-image: url("/img/dashboards/icons/White Icon 10.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.ignition,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.ignition,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.ignition,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.ignition,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.ignition,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.ignition,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.ignition,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.ignition {
  background-image: url("/img/dashboards/icons/White Icon 11.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.lighting,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.lighting,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.lighting,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.lighting,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.lighting,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.lighting,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.lighting,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.lighting {
  background-image: url("/img/dashboards/icons/White Icon 12.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.other,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.other,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.other,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.other,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.other,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.other,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.other,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.other {
  background-image: url("/img/dashboards/icons/White Icon 13.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.steering,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.steering,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.steering,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.steering,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.steering,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.steering,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.steering,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.steering {
  background-image: url("/img/dashboards/icons/White Icon 14.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.suspension,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.suspension,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.suspension,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.suspension,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.suspension,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.suspension,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.suspension,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.suspension {
  background-image: url("/img/dashboards/icons/White Icon 15.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.transmission,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.transmission,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.transmission,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.transmission,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.transmission,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.transmission,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.transmission,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.transmission {
  background-image: url("/img/dashboards/icons/White Icon 16.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.turbos,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.turbos,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.turbos,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.turbos,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.turbos,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.turbos,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.turbos,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.turbos {
  background-image: url("/img/dashboards/icons/White Icon 17.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.tyres,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.tyres,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.tyres,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.tyres,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.tyres,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.tyres,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.tyres,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.tyres {
  background-image: url("/img/dashboards/icons/White Icon 18.png");
}

.hub-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.wipers,
.hub-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.wipers,
.zone-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.wipers,
.zone-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.wipers,
.national-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.wipers,
.national-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.wipers,
.group-dashboard #live-customer-actions-totals-table thead .part-icon-container span.part-icon.wipers,
.group-dashboard #customer-perks-status-totals-table thead .part-icon-container span.part-icon.wipers {
  background-image: url("/img/dashboards/icons/White Icon 19.png");
}

.hub-dashboard #live-customer-actions-totals-table tbody tr.even,
.hub-dashboard #customer-perks-status-totals-table tbody tr.even,
.zone-dashboard #live-customer-actions-totals-table tbody tr.even,
.zone-dashboard #customer-perks-status-totals-table tbody tr.even,
.national-dashboard #live-customer-actions-totals-table tbody tr.even,
.national-dashboard #customer-perks-status-totals-table tbody tr.even,
.group-dashboard #live-customer-actions-totals-table tbody tr.even,
.group-dashboard #customer-perks-status-totals-table tbody tr.even {
  background: #f5f5f5;
}

.hub-dashboard #live-customer-actions-totals-table tbody tr.even td,
.hub-dashboard #customer-perks-status-totals-table tbody tr.even td,
.zone-dashboard #live-customer-actions-totals-table tbody tr.even td,
.zone-dashboard #customer-perks-status-totals-table tbody tr.even td,
.national-dashboard #live-customer-actions-totals-table tbody tr.even td,
.national-dashboard #customer-perks-status-totals-table tbody tr.even td,
.group-dashboard #live-customer-actions-totals-table tbody tr.even td,
.group-dashboard #customer-perks-status-totals-table tbody tr.even td {
  background: #f5f5f5;
}

.hub-dashboard #live-customer-actions-totals-table tbody td,
.hub-dashboard #customer-perks-status-totals-table tbody td,
.zone-dashboard #live-customer-actions-totals-table tbody td,
.zone-dashboard #customer-perks-status-totals-table tbody td,
.national-dashboard #live-customer-actions-totals-table tbody td,
.national-dashboard #customer-perks-status-totals-table tbody td,
.group-dashboard #live-customer-actions-totals-table tbody td,
.group-dashboard #customer-perks-status-totals-table tbody td {
  font-size: 0.8em;
}

.hub-dashboard #live-customer-actions-totals-table tbody td.text-center,
.hub-dashboard #customer-perks-status-totals-table tbody td.text-center,
.zone-dashboard #live-customer-actions-totals-table tbody td.text-center,
.zone-dashboard #customer-perks-status-totals-table tbody td.text-center,
.national-dashboard #live-customer-actions-totals-table tbody td.text-center,
.national-dashboard #customer-perks-status-totals-table tbody td.text-center,
.group-dashboard #live-customer-actions-totals-table tbody td.text-center,
.group-dashboard #customer-perks-status-totals-table tbody td.text-center {
  font-size: 1em;
}

.hub-dashboard #live-customer-actions-totals-table tbody td.text-center.regular,
.hub-dashboard #customer-perks-status-totals-table tbody td.text-center.regular,
.zone-dashboard #live-customer-actions-totals-table tbody td.text-center.regular,
.zone-dashboard #customer-perks-status-totals-table tbody td.text-center.regular,
.national-dashboard #live-customer-actions-totals-table tbody td.text-center.regular,
.national-dashboard #customer-perks-status-totals-table tbody td.text-center.regular,
.group-dashboard #live-customer-actions-totals-table tbody td.text-center.regular,
.group-dashboard #customer-perks-status-totals-table tbody td.text-center.regular {
  font-size: 0.8em;
}

.hub-dashboard #live-customer-actions-totals-table tfoot td,
.hub-dashboard #customer-perks-status-totals-table tfoot td,
.zone-dashboard #live-customer-actions-totals-table tfoot td,
.zone-dashboard #customer-perks-status-totals-table tfoot td,
.national-dashboard #live-customer-actions-totals-table tfoot td,
.national-dashboard #customer-perks-status-totals-table tfoot td,
.group-dashboard #live-customer-actions-totals-table tfoot td,
.group-dashboard #customer-perks-status-totals-table tfoot td {
  padding: 10px 4px 10px 0;
  border-top: 1px solid #111;
  /* min-width: 100px; */
  text-align: center;
  min-width: 18px;
  font-size: 12px;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom,
.national-dashboard #live-customer-actions-totals-table .hub-bottom,
.national-dashboard #customer-perks-status-totals-table .hub-bottom,
.group-dashboard #live-customer-actions-totals-table .hub-bottom,
.group-dashboard #customer-perks-status-totals-table .hub-bottom {
  background: #f5f5f5;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons {
  width: 100%;
  text-align: right;
  position: absolute;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .dt-buttons,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .dt-buttons,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .dt-buttons,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .dt-buttons,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .dt-buttons,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .dt-buttons,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .dt-buttons,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .dt-buttons {
  float: right !important;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button {
  text-transform: uppercase;
  color: #e84e0f;
  text-decoration: none;
  font-size: 0.7em;
  margin-top: 1em;
  display: inline-block;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button i,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button i,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button i,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button i,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button i,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button i,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .excel-button i,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .excel-button i {
  vertical-align: middle;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-buttons .buttons-colvis,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-buttons .buttons-colvis {
  text-transform: uppercase;
  color: #e84e0f;
  text-decoration: none;
  font-size: 0.7em;
  margin-top: 1em;
  display: inline-block;
  height: 33.5px;
  padding-top: 8px;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination {
  width: 100%;
  position: absolute;
  bottom: -5.5em;
  text-align: center;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.national-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.national-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.group-dashboard #live-customer-actions-totals-table .hub-bottom .hub-pagination .dataTables_paginate,
.group-dashboard #customer-perks-status-totals-table .hub-bottom .hub-pagination .dataTables_paginate {
  float: none;
  text-align: center;
}

.hub-dashboard #live-customer-actions-totals-table .hub-bottom:after,
.hub-dashboard #customer-perks-status-totals-table .hub-bottom:after,
.zone-dashboard #live-customer-actions-totals-table .hub-bottom:after,
.zone-dashboard #customer-perks-status-totals-table .hub-bottom:after,
.national-dashboard #live-customer-actions-totals-table .hub-bottom:after,
.national-dashboard #customer-perks-status-totals-table .hub-bottom:after,
.group-dashboard #live-customer-actions-totals-table .hub-bottom:after,
.group-dashboard #customer-perks-status-totals-table .hub-bottom:after {
  content: "";
  display: table;
  clear: both;
}

.hub-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.hub-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.zone-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.zone-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.national-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.national-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.group-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.group-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #e84e0f;
  background: #e84e0f;
}

.hub-dashboard .my-dashboard-national .dataTable tr,
.zone-dashboard .my-dashboard-national .dataTable tr,
.national-dashboard .my-dashboard-national .dataTable tr,
.group-dashboard .my-dashboard-national .dataTable tr {
  height: 100px !important;
}

.datepicker-field.right,
.live-actions-search.right {
  float: right;
}

.datepicker-field.right .date-icon,
.live-actions-search.right .date-icon {
  margin-left: 15px;
}

.ui-datepicker {
  padding: 0 !important;
  border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  border: none;
  background: #f5f5f5;
}

.ui-datepicker .ui-datepicker-year,
.ui-datepicker .ui-datepicker-month,
.ui-datepicker th,
.ui-datepicker td {
  font-family: Arial, sans-serif;
  color: #e84e0f !important;
}

.ui-datepicker td {
  border-color: #f5f5f5 !important;
  border-top: 1px solid #f5f5f5 !important;
  border-bottom: 1px solid #f5f5f5 !important;
}

.ui-datepicker .ui-datepicker-month {
  padding: 0 4px;
  height: 30px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 2.1em !important;
}

.ui-datepicker .ui-state-highlight {
  border: 1px solid #3d185a !important;
  background: #ece5ed !important;
}

.ui-datepicker .ui-state-active {
  border: 1px solid #3d185a !important;
  background: #c8b2cb !important;
}

.tooltip {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.75);
}

.communication-preview-image {
  max-width: 100% !important;
  height: 100%;
}

.communication-preview-img,
.lead-detail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 620px;
  width: 100%;
  border: none;
  visibility: hidden;
}

@media screen and (min-width: 760px) {
  .lead-detail-modal section {
    width: 50%;
    float: left;
  }
}

.communication-preview-img {
  height: 390px;
  border: 1px solid #ccc;
}

.communication-preview-area,
.lead-detail-area {
  height: 100%;
  width: 100%;
  background-position: center;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif);
  background-repeat: no-repeat;
}

.my-dashboard-national .dataTable {
  margin: 0 !important;
}

.my-dashboard-national .dataTable thead,
.my-dashboard-national .dataTable tr {
  border: none !important;
}

#customer-leads-summary-table_wrapper td.sorting[aria-label*="Total Leads"],
#customer-leads-summary-table_wrapper td.sorting[aria-label*="Total Followed Up"],
#customer-leads-table_wrapper td.sorting[aria-label*="Total Leads"],
#customer-leads-table_wrapper td.sorting[aria-label*="Total Followed Up"] {
  text-align: center !important;
}

#leads-modal #customer-leads-summary-table_wrapper td.sorting[aria-label*="Total Leads"],
#leads-modal #customer-leads-summary-table_wrapper td.sorting[aria-label*="Total Followed Up"],
#leads-modal #customer-leads-table_wrapper td.sorting[aria-label*="Total Leads"],
#leads-modal #customer-leads-table_wrapper td.sorting[aria-label*="Total Followed Up"] {
  text-align: left !important;
}

#customer-leads-summary-table .text-center:not(:nth-child(1)),
#customer-leads-table .text-center:not(:nth-child(1)) {
  text-align: center !important;
}

#leads-modal #customer-leads-summary-table .text-center:not(:nth-child(1)),
#leads-modal #customer-leads-table .text-center:not(:nth-child(1)) {
  text-align: left !important;
}

#customer-leads-summary-table td:first-child:not(:only-child),
#customer-leads-table td:first-child:not(:only-child) {
  text-align: center !important;
}

#leads-modal #customer-leads-summary-table td:first-child:not(:only-child),
#leads-modal #customer-leads-table td:first-child:not(:only-child) {
  text-align: left !important;
}

#customer-leads-summary-table td,
#customer-leads-table td {
  font-size: 0.8em !important;
}

.lead-detail-reveal .close-button {
  margin-top: 6px;
  color: #fefefe;
}

.lead-detail-reveal .close-button:hover,
.lead-detail-reveal .close-button:focus {
  color: #0a0a0a;
  opacity: 0.5;
}

.lead-detail-reveal-overlay {
  z-index: 1005;
  display: none;
}

.dataTables_empty {
  text-align: center;
}

td.sorting {
  max-width: 100px !important;
}

td.smaller {
  width: 50px !important;
}

.zone-dashboard {
  background: #f5f5f5;
  padding-top: 2em;
}

.zone-dashboard .fa-info-circle {
  cursor: pointer;
}

.zone-dashboard .dashboard-row .box-container {
  margin-top: 0;
}

.zone-dashboard .dt-button {
  display: block;
  margin-top: 1.25rem;
  text-decoration: none;
  float: right;
}

.zone-dashboard .controls {
  color: #e84e0f;
  text-transform: uppercase;
}

.zone-dashboard .controls input[type=text] {
  display: inline-block;
  width: 75%;
  width: 120px;
  margin-right: 0.4em;
  border: 1px solid #e84e0f;
  border-radius: 0;
}

.zone-dashboard .controls span.date-label {
  font-size: 0.8em;
  margin-left: 2em;
  margin-right: 0.5em;
}

.zone-dashboard .controls .hub-customer-search span,
.zone-dashboard .controls .hub-customer-search input {
  display: inline-block;
}

.zone-dashboard .controls .hub-customer-search span {
  font-size: 0.8em;
  margin-left: 2em;
  margin-right: 0.5em;
}

.zone-dashboard .controls .hub-customer-search input {
  max-width: 120px;
}

.zone-dashboard #live-customer-actions-table,
.zone-dashboard .dataTables_wrapper {
  width: 100% !important;
}

.zone-dashboard #live-customer-actions-table .dataTables_scrollHeadInner,
.zone-dashboard .dataTables_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}

.zone-dashboard #live-customer-actions-table .dataTables_scrollHeadInner .dataTable,
.zone-dashboard .dataTables_wrapper .dataTables_scrollHeadInner .dataTable {
  width: 100% !important;
}

.zone-dashboard #live-customer-actions-table thead,
.zone-dashboard .dataTables_wrapper thead {
  background: #e84e0f;
  color: #ffffff;
  font-weight: 100;
  width: 100%;
}

.zone-dashboard #live-customer-actions-table thead td:first-child,
.zone-dashboard .dataTables_wrapper thead td:first-child {
  width: 100px;
}

.zone-dashboard #live-customer-actions-table thead td,
.zone-dashboard .dataTables_wrapper thead td {
  font-weight: 100;
  font-size: 0.8em;
  line-height: 1.1em;
  text-align: center;
}

.zone-dashboard #live-customer-actions-table thead .sorting,
.zone-dashboard .dataTables_wrapper thead .sorting {
  background-image: url("/img/dashboards/sort-both.png");
}

.zone-dashboard #live-customer-actions-table thead .sorting_desc,
.zone-dashboard .dataTables_wrapper thead .sorting_desc {
  background-image: url("/img/dashboards/sort-down.png");
}

.zone-dashboard #live-customer-actions-table thead .sorting_asc,
.zone-dashboard .dataTables_wrapper thead .sorting_asc {
  background-image: url("/img/dashboards/sort-up.png");
}

.zone-dashboard #live-customer-actions-table tbody td:not(:nth-child(1)),
.zone-dashboard .dataTables_wrapper tbody td:not(:nth-child(1)) {
  text-align: center !important;
}

.zone-dashboard #live-customer-actions-table tbody tr.even,
.zone-dashboard .dataTables_wrapper tbody tr.even {
  background: #f5f5f5;
}

.zone-dashboard #live-customer-actions-table tbody tr.even td,
.zone-dashboard .dataTables_wrapper tbody tr.even td {
  background: #f5f5f5;
}

.zone-dashboard #live-customer-actions-table tbody td,
.zone-dashboard .dataTables_wrapper tbody td {
  font-size: 0.8em;
  width: 100px !important;
}

.zone-dashboard #live-customer-actions-table tbody td.text-center,
.zone-dashboard .dataTables_wrapper tbody td.text-center {
  font-size: 1em;
}

.zone-dashboard #live-customer-actions-table tbody td.text-center.regular,
.zone-dashboard .dataTables_wrapper tbody td.text-center.regular {
  font-size: 0.8em;
}

.zone-dashboard #live-customer-actions-table .hub-bottom,
.zone-dashboard .dataTables_wrapper .hub-bottom {
  background: #f5f5f5;
}

.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination {
  width: 100%;
  position: absolute;
  bottom: -5.5em;
  text-align: center;
}

.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate {
  float: none;
  text-align: center;
}

.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate .paginate_button,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate .paginate_button {
  border: 1px solid #e84e0f;
  background-color: #fff;
  color: #e84e0f !important;
  text-transform: uppercase;
  margin: 0.5em;
  font-size: 0.9em;
}

.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate .paginate_button:hover,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background: #e84e0f;
}

.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate .paginate_button.current,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background: #e84e0f;
}

.zone-dashboard #live-customer-actions-table .hub-bottom .hub-pagination .dataTables_paginate .paginate_button.disabled,
.zone-dashboard .dataTables_wrapper .hub-bottom .hub-pagination .dataTables_paginate .paginate_button.disabled {
  display: none;
}

.zone-dashboard #live-customer-actions-table .hub-bottom:after,
.zone-dashboard .dataTables_wrapper .hub-bottom:after {
  content: "";
  display: table;
  clear: both;
}

.zone-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.zone-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #e84e0f;
  background: #e84e0f;
}

.communication-preview-img {
  display: block;
  margin-left: auto;
  min-height: 750px;
  margin-right: auto;
}

.dataTables_empty {
  text-align: center;
}

.reveal {
  margin: 5% auto 10% auto;
  box-shadow: 10px 10px 10px 0px #000;
}

.reveal .reveal-close-button {
  width: 25px;
  float: right;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reveal .reveal-close-button:hover {
  font-size: 1.1em;
}

.reveal .reveal-header {
  width: 100%;
  background: #e84e0f;
  overflow: hidden;
  padding: 22px;
  position: relative;
  text-align: center;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 1.25rem;
}

.reveal .reveal-inner {
  padding: 0.5rem 1rem 0 1rem;
  position: relative;
}

.reveal .reveal-inner-preview {
  height: 80%;
}

.reveal .reveal-inner-preview .columns {
  padding: 0;
}

.reveal .reveal-footer {
  width: 100%;
  overflow: hidden;
  padding: 5px 22px;
  position: relative;
  text-align: center;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
}

.reveal.message-us {
  top: 100px !important;
  max-width: 566px;
}

.perks-reveal h1,
.perks-reveal h2,
.perks-reveal .centered-introduction h1 + p,
.centered-introduction .perks-reveal h1 + p,
.perks-reveal .centered-introduction .h1 + p,
.centered-introduction .perks-reveal .h1 + p,
.perks-reveal h3,
.perks-reveal h4,
.perks-reveal h5,
.perks-reveal h6 {
  font-weight: bold;
}

.perks-reveal h3 {
  font-size: 27px;
}

.perks-reveal h5 {
  font-size: 18px;
  line-height: 21px;
}

.perks-reveal .summary {
  color: #e84e0f;
}

.perks-reveal .title {
  max-width: 500px;
  margin: 5px auto 30px;
}

.perks-reveal .main-image {
  margin-bottom: 25px;
}

.perks-reveal .summary {
  margin-bottom: 15px;
}

.perks-reveal .terms {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  .perks-reveal {
    min-width: 600px;
  }
}

.page-title {
    background-image:url("/img/perks/redeem-banner.png");
    background-size: cover;
    background-position: 0 218px;
    background-color: #F4F4F4;
    margin: 1em 0 0.6em 0;
    color: #e84e0f;
    font-size: 2.4em;
    padding: 0.6em;
    text-transform: uppercase;
    font-family: "industry-inc-base", sans-serif;
}

.page-title .star {
    display: inline-block;
    padding-left: 1.1rem;
    margin-top: -5px;
}

.page-title header {
  padding: 14px 0 0 15px;
  display: inline-block;
  line-height: 1em;
  margin-top: 8px;
}

@media screen and (max-width: 560px) {
  .page-title {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 480px) {
  .page-title {
    text-align: center;
    background-position: 0 100px;
  }
}

.box-container {
  position: relative;
}

.box-container .perks-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}

.box-container .perks-overlay .lock {
  display: block;
  max-width: 100px;
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  padding-top: 150px;
}

.box-container .box-body {
  padding: 1.8em 1.8em 1em;
}

.box-container .box-body p.redeem-summary {
  min-height: 120px;
}

.box-container .box-body p.points {
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #e84e0f;
}

.box-container .box-body a.button,
.box-container .box-body button.button.pill-button,
.box-container .box-body input.button.pill-button {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.box-container .box-body img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.box-container .box-body .has-tip {
  border-bottom: 0;
}

.box-container .box-header {
  line-height: 1.2em;
}

.box-container.redeem-option {
  padding-bottom: 20px;
}

.amazon-disclaimer {
  padding-top: 1.4em;
  font-size: 0.8em;
}

.snap-on-disclaimer {
  padding-top: 1.4em;
  font-size: 0.8em;
}

header.amazon-title {
  text-transform: uppercase;
  font-weight: bold !important;
  color: #e84e0f;
}

p.summary {
  padding: 20px 0 5px 0;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 0;
}

#distributor-accordion {
  margin: 1em 0 3em 0;
}

#distributor-accordion .accordion-content {
  background: #f5f5f5 !important;
}

#distributor-accordion .accordion-title {
  color: white !important;
  background: #e74e10;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  border-radius: 0;
}

.box-container.amazon-box-container {
  position: absolute;
  top: -70px;
}

.box-container.amazon-box-container img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 760px) {
  .box-container.amazon-box-container {
    position: relative;
    top: 0px;
  }
}

.box-container.amazon-box-container.amazon-thank-you {
  position: absolute;
  top: 0px;
}

.box-container .box-body {
  padding: 1em 1em 1em;
}

.box-container .box-body.points-box {
  padding: 1.2em 0;
  margin-bottom: 3rem;
}

.box-container .box-body .my-points {
  font-size: 2.6em;
  text-align: center;
  font-weight: 900;
  color: #e84e0f;
}

@media print, screen and (min-width: 40em) {
  .box-container .box-body .my-points {
    font-size: 42px;
  }
}

.box-container .box-body .my-points p {
  margin: 0.8rem 0;
  font-size: 1rem;
}

.box-container .box-body .redeem-btn {
  width: 100%;
  margin-top: 24px;
  padding: 13px 0;
}

.box-container .box-body form label {
  font-size: 0.8em;
  color: #e84e0f;
  text-transform: uppercase;
  font-weight: 600;
}

.box-container .box-body form input[type=text],
.box-container .box-body form input[type=number],
.box-container .box-body form input[type=email] {
  background-color: white;
  margin: 0 0 1rem;
  padding: 0.5rem;
}

.box-container .box-body form input[type=text][disabled],
.box-container .box-body form input[type=number][disabled],
.box-container .box-body form input[type=email][disabled] {
  border-color: #e5e5e5;
}

.amazon-table {
  width: 100% !important;
  font-size: 0.8rem;
}

.amazon-table tbody {
  border: 1px solid #e5e5e5;
}

.amazon-table thead {
  border: 1px solid #e5e5e5;
}

.amazon-table caption {
  text-align: left;
  border: 1px solid #e5e5e5;
  border-bottom-width: 0;
}

.dataTables_wrapper .amazon-table th.sorting {
  background-image: url("/img/datatables/sorting_none_dark.png");
}

.dataTables_wrapper .amazon-table th.sorting_asc {
  background-image: url("/img/datatables/sorting_asc_dark.png");
}

.dataTables_wrapper .amazon-table th.sorting_desc {
  background-image: url("/img/datatables/sorting_desc_dark.png");
}

.claim-code {
  font-weight: bold;
  color: #e84e0f;
  font-size: 1.2em;
  padding-left: 10px;
}

.redeem-points-tabs {
  position: relative;
}

.redeem-points-tabs thead {
  background: #a47fa9;
  color: #fefefe;
}

.redeem-points-tabs .tabs {
  background: transparent;
  border: none;
}

.redeem-points-tabs .tabs-content {
  margin-top: 20px;
  border: none;
}

.redeem-points-tabs .tabs-panel {
  padding: 0;
}

.redeem-points-tabs .box-container {
  margin: 0;
}

.redeem-points-tabs .tabs-title a,
.redeem-points-tabs .tabs-title button.pill-button,
.redeem-points-tabs .tabs-title input.pill-button {
  padding: 0.8rem 1.5rem !important;
}

.redeem-points-tabs .tabs-title a[aria-selected=true],
.redeem-points-tabs .tabs-title button[aria-selected=true].pill-button,
.redeem-points-tabs .tabs-title input[aria-selected=true].pill-button {
  background: black !important;
  color: white !important;
  font-weight: bold;
}

.redeem-points-tabs .tabs-title a[aria-selected=false],
.redeem-points-tabs .tabs-title button[aria-selected=false].pill-button,
.redeem-points-tabs .tabs-title input[aria-selected=false].pill-button {
  background: #f5f5f5 !important;
  color: black !important;
  font-weight: bold;
}

.redeem-points-tabs .tabs-title:not(:first-child) a,
.redeem-points-tabs .tabs-title:not(:first-child) button.pill-button,
.redeem-points-tabs .tabs-title:not(:first-child) input.pill-button {
  border-left: none;
}

.redeem-points-tabs .dataTables_paginate {
  float: none;
}

.redeem-points-tabs .dataTables_info {
  position: absolute;
  top: 0;
  right: 0;
}

.redeem-points-tabs .sorting {
  background-size: 15px !important;
  background-image: url("/img/dashboards/sort-both.png") !important;
}

.redeem-points-tabs .sorting_desc {
  background-size: 15px !important;
  background-image: url("/img/dashboards/sort-down.png") !important;
}

.redeem-points-tabs .sorting_asc {
  background-size: 15px !important;
  background-image: url("/img/dashboards/sort-up.png") !important;
}

.redeem-points-tabs .pagination li {
  display: inline-block;
  list-style: none;
  min-width: 35px;
  height: 35px;
  margin: 4px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #e84e0f;
  border-radius: 2px;
  background: #fefefe;
}

.redeem-points-tabs .pagination li:not(.current) a,
.redeem-points-tabs .pagination li:not(.current) button.pill-button,
.redeem-points-tabs .pagination li:not(.current) input.pill-button {
  color: #e84e0f;
}

.redeem-points-tabs .pagination li.current {
  background: #e84e0f;
}

.redeem-points-tabs .pagination li.current:hover {
  background-color: #d0460d;
}

.u-hidden-visually {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.grid-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.icon-panel .grid-padding-x {
  justify-content: center;
}

@media screen and (max-width: 39.99875em) {
  .column-r-small-down {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 74.99875em) {
  .column-r-large-down {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 40em) {
  .has-floating-cta .row {
    width: calc(100vw - 100px);
  }

  .has-floating-cta .row:not(.expanded) .row {
    width: auto;
  }
}

.floating-ctas {
  display: none;
  transition: all 0.2s ease-in-out;
  position: fixed;
  right: 0;
  bottom: 30px;
  -webkit-transform: rotate(-90deg) translate(100%, 0);
          transform: rotate(-90deg) translate(100%, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  flex-direction: row;
  border-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .floating-ctas {
    display: flex;
  }
}

.hide-floating-CTA .floating-ctas {
  display: none;
}

.total {
  background: #fefefe;
}

.total tr,
.total td {
  text-align: left;
}

.message-us form label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 39px;
}

.message-us form input,
.message-us form textarea {
  background: #F4F4F4;
  padding: 12px;
  font-size: 14px;
  line-height: 39px;
}

.message-us form input::-webkit-input-placeholder,
.message-us form textarea::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.48);
}

.message-us form input:-moz-placeholder,
.message-us form textarea:-moz-placeholder {
  color: rgba(10, 10, 10, 0.48);
}

.message-us form input::-moz-placeholder,
.message-us form textarea::-moz-placeholder {
  color: rgba(10, 10, 10, 0.48);
}

.message-us form input:-ms-input-placeholder,
.message-us form textarea:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.48);
}

.message-us form select {
  background: #F4F4F4;
  font-size: 14px;
  line-height: 1;
}

form .select-arrow-wrapper {
  position: relative;
}

form .select-arrow-wrapper:after {
  content: "\F078";
  color: #e84e0f;
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1em;
  top: 0;
  right: 10px;
}

form .select-arrow-wrapper select {
  padding-right: 2em;
}

.page-hero h1,
.page-hero .h1 {
  color: #e84e0f;
  font-size: 40px;
  line-height: calc(1em / 60 * 59);
  letter-spacing: -2.4px;
  margin-bottom: calc(1em / 60 * 18.32);
}

@media print, screen and (min-width: 40em) {
  .page-hero h1,
  .page-hero .h1 {
    font-size: 60px;
  }
}

.page-hero.orange h1,
.page-hero.orange .h1 {
  color: #fefefe;
}

.message-us h2,
.message-us .centered-introduction h1 + p,
.centered-introduction .message-us h1 + p,
.message-us .centered-introduction .h1 + p,
.centered-introduction .message-us .h1 + p,
.message-us .h2 {
  color: #e84e0f;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 0;
}

.icon-panel h2,
.icon-panel .centered-introduction h1 + p,
.centered-introduction .icon-panel h1 + p,
.icon-panel .centered-introduction .h1 + p,
.centered-introduction .icon-panel .h1 + p,
.double-content-panel h2,
.double-content-panel .centered-introduction h1 + p,
.centered-introduction .double-content-panel h1 + p,
.double-content-panel .centered-introduction .h1 + p,
.centered-introduction .double-content-panel .h1 + p,
.icon-panel .h2,
.double-content-panel .h2 {
  color: #e84e0f;
  font-size: 38px;
  line-height: 39px;
}

.icon-panel h2,
.icon-panel .centered-introduction h1 + p,
.centered-introduction .icon-panel h1 + p,
.icon-panel .centered-introduction .h1 + p,
.centered-introduction .icon-panel .h1 + p,
.icon-panel .h2 {
  margin-bottom: 50px;
}

.double-content-panel h2,
.double-content-panel .centered-introduction h1 + p,
.centered-introduction .double-content-panel h1 + p,
.double-content-panel .centered-introduction .h1 + p,
.centered-introduction .double-content-panel .h1 + p,
.double-content-panel .h2 {
  margin-bottom: 19px;
}

.hero-carousel h2,
.hero-carousel .centered-introduction h1 + p,
.centered-introduction .hero-carousel h1 + p,
.hero-carousel .centered-introduction .h1 + p,
.centered-introduction .hero-carousel .h1 + p,
.hero-carousel .h2 {
  color: #fefefe;
  font-size: 38px;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  .hero-carousel h2,
  .hero-carousel .centered-introduction h1 + p,
  .centered-introduction .hero-carousel h1 + p,
  .hero-carousel .centered-introduction .h1 + p,
  .centered-introduction .hero-carousel .h1 + p,
  .hero-carousel .h2 {
    font-size: 54px;
    line-height: 50px;
  }
}

.offers-intro h2,
.offers-intro .centered-introduction h1 + p,
.centered-introduction .offers-intro h1 + p,
.offers-intro .centered-introduction .h1 + p,
.centered-introduction .offers-intro .h1 + p,
.offers-outro h2,
.offers-outro .centered-introduction h1 + p,
.centered-introduction .offers-outro h1 + p,
.offers-outro .centered-introduction .h1 + p,
.centered-introduction .offers-outro .h1 + p,
.offers-extension h2,
.offers-extension .centered-introduction h1 + p,
.centered-introduction .offers-extension h1 + p,
.offers-extension .centered-introduction .h1 + p,
.centered-introduction .offers-extension .h1 + p,
.offers-intro .h2,
.offers-outro .h2,
.offers-extension .h2 {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

.offers-intro h2 em,
.offers-intro .centered-introduction h1 + p em,
.centered-introduction .offers-intro h1 + p em,
.offers-intro .centered-introduction .h1 + p em,
.centered-introduction .offers-intro .h1 + p em,
.offers-outro h2 em,
.offers-outro .centered-introduction h1 + p em,
.centered-introduction .offers-outro h1 + p em,
.offers-outro .centered-introduction .h1 + p em,
.centered-introduction .offers-outro .h1 + p em,
.offers-extension h2 em,
.offers-extension .centered-introduction h1 + p em,
.centered-introduction .offers-extension h1 + p em,
.offers-extension .centered-introduction .h1 + p em,
.centered-introduction .offers-extension .h1 + p em,
.offers-intro .h2 em,
.offers-outro .h2 em,
.offers-extension .h2 em {
  font-style: normal;
  display: block;
  color: #e84e0f;
}

.offers-outro h2,
.offers-outro .centered-introduction h1 + p,
.centered-introduction .offers-outro h1 + p,
.offers-outro .centered-introduction .h1 + p,
.centered-introduction .offers-outro .h1 + p,
.offers-outro .h2 {
  margin-top: 30px;
}

.offers-intro h2,
.offers-intro .centered-introduction h1 + p,
.centered-introduction .offers-intro h1 + p,
.offers-intro .centered-introduction .h1 + p,
.centered-introduction .offers-intro .h1 + p,
.offers-intro .h2 {
  margin: 50px 0;
}

.boxes h2,
.boxes .centered-introduction h1 + p,
.centered-introduction .boxes h1 + p,
.boxes .centered-introduction .h1 + p,
.centered-introduction .boxes .h1 + p,
.boxes .h2 {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
}

.boxes h2 + h3,
.boxes .centered-introduction h1 + p + h3,
.centered-introduction .boxes h1 + p + h3,
.boxes .centered-introduction .h1 + p + h3,
.centered-introduction .boxes .h1 + p + h3,
.boxes .h2 + h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  text-transform: none;
}

.boxes h2 + h3 + p,
.boxes .centered-introduction h1 + p + h3 + p,
.centered-introduction .boxes h1 + p + h3 + p,
.boxes .centered-introduction .h1 + p + h3 + p,
.centered-introduction .boxes .h1 + p + h3 + p,
.boxes .h2 + h3 + p {
  color: rgba(10, 10, 10, 0.46);
}

.boxes h2 + h3 + p + p,
.boxes .centered-introduction h1 + p + h3 + p + p,
.centered-introduction .boxes h1 + p + h3 + p + p,
.boxes .centered-introduction .h1 + p + h3 + p + p,
.centered-introduction .boxes .h1 + p + h3 + p + p,
.boxes .h2 + h3 + p + p {
  font-weight: bold;
  margin: auto 0 35px;
}

.icon-panel h3,
.icon-panel .h3 {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 1em;
}

p.search-prompt {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

p.interactive-pdf_page-number {
  font-size: 0.75em;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #e84e0f;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

p.table-footnote {
  text-align: right;
  font-size: 16px;
  line-height: 11px;
}

@media screen and (min-width: 40em) {
  .icon-panel p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-panel p br {
  display: none;
}

@media screen and (min-width: 40em) {
  .icon-panel p br {
    display: block;
  }
}

.icon-panel p:last-of-type {
  margin-bottom: 50px;
}

.find-parts-distributor-bar p,
.overlap-content-bar p {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  margin: 0 40px 0 30px;
  flex: 0 0 auto;
}

.hero-carousel p {
  color: #fefefe;
}

h1.error,
.h1.error,
h2.error,
.centered-introduction h1 + p.error,
.centered-introduction .h1 + p.error,
.h2.error,
h3.error,
.h3.error,
h4.error,
.h4.error,
p.error {
  background: red;
  color: #fefefe;
  padding: 0.25em 0.5em;
  display: inline-block;
}

h1.theme-renew,
.h1.theme-renew,
h2.theme-renew,
.centered-introduction h1 + p.theme-renew,
.centered-introduction .h1 + p.theme-renew,
.h2.theme-renew,
h3.theme-renew,
.h3.theme-renew,
h4.theme-renew,
.h4.theme-renew,
p.theme-renew {
  color: #2FBA08;
}

.sitemap ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5em;
}

.sitemap ul li span,
.sitemap ul li a,
.sitemap ul li button.pill-button,
.sitemap ul li input.pill-button {
  transition: all 0.2s ease-in-out;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #0a0a0a;
}

.sitemap ul li span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.sitemap ul li span:after {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.75em;
  content: " \F078";
  font-family: "FontAwesome";
}

.sitemap ul li a,
.sitemap ul li button.pill-button,
.sitemap ul li input.pill-button {
  padding: 0.5em 0;
  position: relative;
}

.sitemap ul li a:after,
.sitemap ul li button.pill-button:after,
.sitemap ul li input.pill-button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 100%;
  border-bottom: 2px solid rgba(10, 10, 10, 0.25);
}

.sitemap ul li a:hover,
.sitemap ul li button.pill-button:hover,
.sitemap ul li input.pill-button:hover,
.sitemap ul li a:active,
.sitemap ul li button.pill-button:active,
.sitemap ul li input.pill-button:active,
.sitemap ul li a:focus,
.sitemap ul li button.pill-button:focus,
.sitemap ul li input.pill-button:focus {
  color: #e84e0f;
}

.sitemap ul li ul {
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin: 0;
}

.strapline {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 0.9em;
  margin-bottom: calc(1em / 20 * 24.59);
}

@media print, screen and (min-width: 40em) {
  .strapline {
    font-size: 20px;
  }
}

.page-hero.orange .strapline {
  color: #fefefe;
}

.strapline.service-box {
  font-family: "Ubuntu", sans-serif;
  color: #e84e0f;
  text-transform: none;
  font-weight: normal;
  line-height: 1.1304;
}

@media print, screen and (min-width: 40em) {
  .strapline.service-box {
    font-size: 23px;
  }
}

.preheading {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
}

@media screen and (min-width: 40em) {
  .preheading {
    font-size: 24px;
    line-height: 26px;
  }
}

ul.faq {
  list-style-type: none;
  margin: 0 0 1em;
}

ul.faq li {
  padding: 1em 0;
  font-size: 1.25em;
}

ul.faq li span:before {
  margin-right: 0.5em;
  color: #fefefe;
  background: #e84e0f;
  width: 1.25em;
  height: 1.25em;
  border-radius: 10em;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

ul.faq li .faq_question {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

ul.faq li .faq_question:before {
  content: "Q";
}

ul.faq li .faq_answer {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: none;
  font-weight: normal;
}

ul.faq li .faq_answer:before {
  content: "A";
  font-weight: bold;
}

a[data-open=parts-iframe] + a,
button[data-open=parts-iframe].pill-button + a,
input[data-open=parts-iframe].pill-button + a,
a[data-open=parts-iframe] + button.pill-button,
button[data-open=parts-iframe].pill-button + button.pill-button,
input[data-open=parts-iframe].pill-button + button.pill-button,
a[data-open=parts-iframe] + input.pill-button,
button[data-open=parts-iframe].pill-button + input.pill-button,
input[data-open=parts-iframe].pill-button + input.pill-button {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 16px;
  line-height: 18px;
  color: rgba(10, 10, 10, 0.57);
  text-decoration: underline;
}

a.telephone-button,
button.telephone-button.pill-button,
input.telephone-button.pill-button {
  transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: calc(25% - .5em);
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 79px;
  width: 1em;
  height: 1em;
  background: #e84e0f;
  color: #fefefe;
  box-shadow: 4px 4px 16px #00000029;
  border-radius: 30em;
}

a.telephone-button .fas,
button.telephone-button.pill-button .fas,
input.telephone-button.pill-button .fas {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.5em;
}

a.telephone-button:hover,
button.telephone-button.pill-button:hover,
input.telephone-button.pill-button:hover,
a.telephone-button:active,
button.telephone-button.pill-button:active,
input.telephone-button.pill-button:active,
a.telephone-button:focus,
button.telephone-button.pill-button:focus,
input.telephone-button.pill-button:focus {
  background: #fefefe;
  color: #e84e0f;
}

@media print, screen and (min-width: 40em) {
  a.telephone-button,
  button.telephone-button.pill-button,
  input.telephone-button.pill-button {
    display: none;
  }
}

a.pill-button,
button.pill-button,
input.pill-button,
a.pill-button-blank {
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #fefefe;
  background-color: #FF4B00;
  padding: 1em 3em;
  border-radius: 10em;
  transition: all 0.2s ease-in-out;
}

a.pill-button:hover,
button.pill-button:hover,
input.pill-button:hover,
a.pill-button-blank:hover,
a.pill-button:active,
button.pill-button:active,
input.pill-button:active,
a.pill-button-blank:active,
a.pill-button:focus,
button.pill-button:focus,
input.pill-button:focus,
a.pill-button-blank:focus {
  background: #FF6C00;
}

a.pill-button.black,
button.pill-button.black,
input.pill-button.black,
a.black.pill-button-blank {
  background-color: #191919;
}

a.pill-button.black:hover,
button.pill-button.black:hover,
input.pill-button.black:hover,
a.black.pill-button-blank:hover,
a.pill-button.black:active,
button.pill-button.black:active,
input.pill-button.black:active,
a.black.pill-button-blank:active,
a.pill-button.black:focus,
button.pill-button.black:focus,
input.pill-button.black:focus,
a.black.pill-button-blank:focus {
  background: #414142;
}

a.pill-button.theme-renew,
button.pill-button.theme-renew,
input.pill-button.theme-renew,
a.theme-renew.pill-button-blank {
  background-color: #2FBA08;
  border-color: #2FBA08;
}

a.pill-button.theme-renew:hover,
button.pill-button.theme-renew:hover,
input.pill-button.theme-renew:hover,
a.theme-renew.pill-button-blank:hover,
a.pill-button.theme-renew:active,
button.pill-button.theme-renew:active,
input.pill-button.theme-renew:active,
a.theme-renew.pill-button-blank:active,
a.pill-button.theme-renew:focus,
button.pill-button.theme-renew:focus,
input.pill-button.theme-renew:focus,
a.theme-renew.pill-button-blank:focus {
  background: inherit;
  color: #2FBA08;
}

a.pill-button.full-width,
button.pill-button.full-width,
input.pill-button.full-width,
a.full-width.pill-button-blank {
  width: 100%;
}

.page-hero.orange a.pill-button,
.page-hero.orange button.pill-button,
.page-hero.orange input.pill-button,
.page-hero.orange a.pill-button-blank {
  background: #fefefe;
  border-color: #fefefe;
  color: #FF4B00;
}

.page-hero.orange a.pill-button:hover,
.page-hero.orange button.pill-button:hover,
.page-hero.orange input.pill-button:hover,
.page-hero.orange a.pill-button-blank:hover,
.page-hero.orange a.pill-button:active,
.page-hero.orange button.pill-button:active,
.page-hero.orange input.pill-button:active,
.page-hero.orange a.pill-button-blank:active,
.page-hero.orange a.pill-button:focus,
.page-hero.orange button.pill-button:focus,
.page-hero.orange input.pill-button:focus,
.page-hero.orange a.pill-button-blank:focus {
  background: #FF4B00;
  color: #fefefe;
  border-color: #fefefe;
}

a.pill-button-blank,
button.pill-button-blank.pill-button,
input.pill-button-blank.pill-button {
  color: #0a0a0a;
  background: none;
  border: none;
  text-decoration: underline;
}

a.pill-button-blank:hover,
button.pill-button-blank.pill-button:hover,
input.pill-button-blank.pill-button:hover,
a.pill-button-blank:active,
button.pill-button-blank.pill-button:active,
input.pill-button-blank.pill-button:active,
a.pill-button-blank:focus,
button.pill-button-blank.pill-button:focus,
input.pill-button-blank.pill-button:focus {
  background: none;
  text-decoration: none;
}

.hero-carousel a.pill-button-blank,
.hero-carousel button.pill-button-blank.pill-button,
.hero-carousel input.pill-button-blank.pill-button {
  background: none;
  color: #fefefe;
}

.hero-carousel a.pill-button-blank:hover,
.hero-carousel button.pill-button-blank.pill-button:hover,
.hero-carousel input.pill-button-blank.pill-button:hover,
.hero-carousel a.pill-button-blank:active,
.hero-carousel button.pill-button-blank.pill-button:active,
.hero-carousel input.pill-button-blank.pill-button:active,
.hero-carousel a.pill-button-blank:focus,
.hero-carousel button.pill-button-blank.pill-button:focus,
.hero-carousel input.pill-button-blank.pill-button:focus {
  background: none;
  text-decoration: none;
  color: #0a0a0a;
}

.page-hero.orange a.pill-button-blank,
.page-hero.orange button.pill-button-blank.pill-button,
.page-hero.orange input.pill-button-blank.pill-button {
  background: none;
  color: #fefefe;
}

.page-hero.orange a.pill-button-blank:hover,
.page-hero.orange button.pill-button-blank.pill-button:hover,
.page-hero.orange input.pill-button-blank.pill-button:hover,
.page-hero.orange a.pill-button-blank:active,
.page-hero.orange button.pill-button-blank.pill-button:active,
.page-hero.orange input.pill-button-blank.pill-button:active,
.page-hero.orange a.pill-button-blank:focus,
.page-hero.orange button.pill-button-blank.pill-button:focus,
.page-hero.orange input.pill-button-blank.pill-button:focus {
  background: none;
  text-decoration: none;
  color: #0a0a0a;
}

a.pill-button-blank.theme-renew,
button.pill-button-blank.theme-renew.pill-button,
input.pill-button-blank.theme-renew.pill-button {
  color: inherit;
  background: inherit;
}

a.pill-button-blank.theme-renew:hover,
button.pill-button-blank.theme-renew.pill-button:hover,
input.pill-button-blank.theme-renew.pill-button:hover,
a.pill-button-blank.theme-renew:active,
button.pill-button-blank.theme-renew.pill-button:active,
input.pill-button-blank.theme-renew.pill-button:active,
a.pill-button-blank.theme-renew:focus,
button.pill-button-blank.theme-renew.pill-button:focus,
input.pill-button-blank.theme-renew.pill-button:focus {
  background: inherit;
  color: #2FBA08;
}

.page-hero a.pill-button,
.page-hero button.pill-button,
.page-hero input.pill-button,
.page-hero a.pill-button-blank,
.double-content-panel a.pill-button,
.double-content-panel button.pill-button,
.double-content-panel input.pill-button,
.double-content-panel a.pill-button-blank {
  align-self: flex-start;
}

.icon-panel_buttons a.pill-button,
.icon-panel_buttons button.pill-button,
.icon-panel_buttons input.pill-button,
.icon-panel_buttons a.pill-button-blank {
  align-self: center;
}

.find-parts-distributor-bar a.pill-button,
.find-parts-distributor-bar button.pill-button,
.find-parts-distributor-bar input.pill-button,
.find-parts-distributor-bar a.pill-button-blank,
.overlap-content-bar a.pill-button,
.overlap-content-bar button.pill-button,
.overlap-content-bar input.pill-button,
.overlap-content-bar a.pill-button-blank {
  flex: 0 0 auto;
  margin: 0 30px 0 0;
}

.no-touchevents .find-parts-distributor-bar a.pill-button,
.no-touchevents .find-parts-distributor-bar button.pill-button,
.no-touchevents .find-parts-distributor-bar input.pill-button,
.no-touchevents .find-parts-distributor-bar a.pill-button-blank {
  display: none;
}

@media screen and (max-width: 53.87375em) {
  .overlap-content-bar a.pill-button,
  .overlap-content-bar button.pill-button,
  .overlap-content-bar input.pill-button,
  .overlap-content-bar a.pill-button-blank {
    margin: 20px 40px 10px;
    width: calc(100% - 80px);
  }
}

.floating-ctas a,
.floating-ctas button.pill-button,
.floating-ctas input.pill-button {
  border: 1px solid transparent;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  padding: 1em;
  line-height: 1;
  background: rgba(10, 10, 10, 0.95);
  border-bottom: none;
  color: #fefefe;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.floating-ctas a[data-open],
.floating-ctas button[data-open].pill-button,
.floating-ctas input[data-open].pill-button {
  background: rgba(255, 75, 0, 0.95);
}

.floating-ctas a:hover,
.floating-ctas button.pill-button:hover,
.floating-ctas input.pill-button:hover,
.floating-ctas a:active,
.floating-ctas button.pill-button:active,
.floating-ctas input.pill-button:active,
.floating-ctas a:focus,
.floating-ctas button.pill-button:focus,
.floating-ctas input.pill-button:focus {
  border-color: #FF4B00;
}

.floating-ctas a + a,
.floating-ctas button.pill-button + a,
.floating-ctas input.pill-button + a,
.floating-ctas a + button.pill-button,
.floating-ctas button.pill-button + button.pill-button,
.floating-ctas input.pill-button + button.pill-button,
.floating-ctas a + input.pill-button,
.floating-ctas button.pill-button + input.pill-button,
.floating-ctas input.pill-button + input.pill-button {
  margin-left: 10px;
}

.floating-ctas a .fas,
.floating-ctas button.pill-button .fas,
.floating-ctas input.pill-button .fas {
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.floating-ctas a:hover,
.floating-ctas button.pill-button:hover,
.floating-ctas input.pill-button:hover,
.floating-ctas a:active,
.floating-ctas button.pill-button:active,
.floating-ctas input.pill-button:active,
.floating-ctas a:focus,
.floating-ctas button.pill-button:focus,
.floating-ctas input.pill-button:focus {
  background: rgba(254, 254, 254, 0.95);
  color: #FF4B00;
}

.no-js a[data-open=message-us],
.no-js button[data-open=message-us].pill-button,
.no-js input[data-open=message-us].pill-button {
  display: none;
}

a.consumables-brochure,
button.consumables-brochure.pill-button,
input.consumables-brochure.pill-button {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: 80px;
}

a.consumables-brochure span,
button.consumables-brochure.pill-button span,
input.consumables-brochure.pill-button span {
  position: relative;
  font-family: "Bryant Pro Bold", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  background: #e84e0f;
  align-self: center;
  color: #fefefe;
  font-size: 20px;
  line-height: 1;
  padding: 40px 18px 32px;
  display: block;
  border-left: 5px solid #e84e0f;
  border-top: 5px solid #e84e0f;
  border-bottom: 5px solid #e84e0f;
}

@media print, screen and (min-width: 40em) {
  a.consumables-brochure span,
  button.consumables-brochure.pill-button span,
  input.consumables-brochure.pill-button span {
    font-size: 30px;
  }
}

a.consumables-brochure span:before,
button.consumables-brochure.pill-button span:before,
input.consumables-brochure.pill-button span:before {
  content: "";
  display: block;
  background: inherit;
  border-bottom: 5px solid #e84e0f;
  border-top: 5px solid #e84e0f;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 100%;
  width: 101px;
}

a.consumables-brochure:hover span,
button.consumables-brochure.pill-button:hover span,
input.consumables-brochure.pill-button:hover span,
a.consumables-brochure:active span,
button.consumables-brochure.pill-button:active span,
input.consumables-brochure.pill-button:active span,
a.consumables-brochure:focus span,
button.consumables-brochure.pill-button:focus span,
input.consumables-brochure.pill-button:focus span {
  background: #fefefe;
  color: #e84e0f;
}

a.consumables-brochure:hover img,
button.consumables-brochure.pill-button:hover img,
input.consumables-brochure.pill-button:hover img,
a.consumables-brochure:active img,
button.consumables-brochure.pill-button:active img,
input.consumables-brochure.pill-button:active img,
a.consumables-brochure:focus img,
button.consumables-brochure.pill-button:focus img,
input.consumables-brochure.pill-button:focus img {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

a.consumables-brochure img,
button.consumables-brochure.pill-button img,
input.consumables-brochure.pill-button img {
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 20px 0;
  width: 202px;
  align-self: center;
}

button.pill-button,
input.pill-button {
  border: none;
  outline: none;
}

button.pill-button:hover,
button.pill-button:active,
button.pill-button:focus,
input.pill-button:hover,
input.pill-button:active,
input.pill-button:focus {
  color: #fefefe;
}

.page-hero {
  background: #fefefe;
  padding: 50px 0;
}

@media print, screen and (min-width: 40em) {
  .page-hero {
    padding: 100px 0;
  }
}

.page-hero.no-image {
  padding: 30px 0 20px;
  background: none;
}

.page-hero.orange {
  background: #FF4B00;
}

.page-hero.grey {
  background: #e2e1e1;
}

.page-hero.service-box {
  background-color: #d8d6d9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (min-width: 40em) {
  .page-hero.service-box {
    background-image: url("/img/service-box/hero-image@2x.png");
  }
}

.page-hero .buttons {
  display: flex;
  flex-direction: column;
}

.page-hero .buttons [class*=pill-button] {
  align-self: center;
}

@media screen and (min-width: 40em) {
  .page-hero .buttons {
    align-self: flex-start;
  }

  .page-hero .buttons [class*=pill-button] {
    width: 100%;
    align-self: flex-start;
  }
}

.page-hero .cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.page-hero img.page-hero_image {
  flex-shrink: 0;
}

@media screen and (max-width: 39.99875em) {
  .page-hero img.page-hero_image {
    margin: 0 auto 20px;
    max-width: 90%;
  }
}

.page-hero img + h1,
.page-hero img + .h1 {
  margin-top: 20px;
}

.page-hero + .consumables-brochure {
  margin-top: -50px;
}

@media print, screen and (min-width: 40em) {
  .page-hero + .consumables-brochure {
    margin-top: -100px;
  }
}

.icon-panel {
  background: #f0f0f0;
  padding: 40px 0;
  text-align: center;
}

@media print, screen and (min-width: 53.875em) {
  .icon-panel {
    padding: 100px 0 40px;
  }
}

.icon-panel_buttons {
  display: flex;
  flex-direction: column;
}

.icon-panel img {
  margin-bottom: 30px;
}

.icon-panel ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.icon-panel ul li {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}

.icon-panel ul li h3 {
  font-size: 12px;
  line-height: 14px;
  max-width: 125px;
  margin-bottom: 30px;
}

.icon-panel ul li img {
  width: 82px;
  min-width: 82px;
}

.double-content-panel {
  background: #fefefe;
  padding: 50px 0;
}

@media print, screen and (min-width: 53.875em) {
  .double-content-panel {
    padding: 100px 0;
  }
}

.double-content-panel + .double-content-panel {
  padding-top: 0;
}

.double-content-panel .cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.double-content-panel img {
  flex-shrink: 0;
}

@media screen and (max-width: 39.99875em) {
  .double-content-panel img {
    margin: 0 auto 20px;
    max-width: 90%;
  }
}

.double-content-panel img + h2,
.double-content-panel .centered-introduction img.h1 + p,
.centered-introduction .double-content-panel img.h1 + p,
.double-content-panel img + .h2 {
  margin-top: 20px;
}

img.centred {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hr-panel {
  background: #fefefe;
}

.hr-panel hr {
  height: 2px;
  background: #e84e0f;
}

.video-panel {
  background: #fefefe;
}

.video-panel_video-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0;
}

@media print, screen and (min-width: 40em) {
  .video-panel_video-wrapper {
    padding: 120px 0;
  }
}

.video-panel_video-wrapper video {
  width: 100%;
  max-width: 970px;
}

.video-panel_play-video {
  transition: all 0.2s ease-in-out;
  position: absolute;
  cursor: pointer;
  font-size: 139px;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  z-index: 1;
  width: 1em;
  height: 1em;
  background: #333333;
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-panel_play-video:after {
  content: "";
  transition: all 0.2s ease-in-out;
  font-size: 0.33em;
  display: block;
  width: 0;
  height: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 1em solid #e84e0f;
  margin-left: 0.4em;
}

.video-panel_play-video:hover,
.video-panel_play-video:active,
.video-panel_play-video:focus {
  background: #e84e0f;
}

.video-panel_play-video:hover:after,
.video-panel_play-video:active:after,
.video-panel_play-video:focus:after {
  border-left-color: #333333;
}

.find-parts-distributor-bar {
  background: #fefefe;
  position: relative;
}

.find-parts-distributor-bar:before,
.find-parts-distributor-bar:after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
}

.find-parts-distributor-bar:before {
  background-color: var(--top-colour);
  top: 0;
}

.find-parts-distributor-bar:after {
  background-color: var(--bottom-colour);
  top: 50%;
}

.find-parts-distributor-bar .fas {
  font-size: 46px;
  margin-left: 30px;
}

@media screen and (max-width: 74.99875em) {
  .find-parts-distributor-bar .fas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.find-parts-distributor-bar .columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.find-parts-distributor-bar_inner {
  z-index: 1;
  background: #0a0a0a;
  color: #fefefe;
  padding: 20px 0;
}

@media print, screen and (min-width: 64em) {
  .find-parts-distributor-bar_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.find-parts-distributor-bar_inner input {
  flex-basis: 270px;
  height: 45px;
  border-radius: 10em;
  margin: 0 30px 0 0;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  text-align: center;
}

@media screen and (max-width: 74.99875em) {
  .find-parts-distributor-bar_inner input {
    margin: 20px 40px 10px;
    width: calc(100% - 80px);
  }
}

.find-parts-distributor-bar_inner input::-webkit-input-placeholder {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  color: rgba(10, 10, 10, 0.19);
}

.find-parts-distributor-bar_inner input:-moz-placeholder {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  color: rgba(10, 10, 10, 0.19);
}

.find-parts-distributor-bar_inner input::-moz-placeholder {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  color: rgba(10, 10, 10, 0.19);
}

.find-parts-distributor-bar_inner input:-ms-input-placeholder {
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  color: rgba(10, 10, 10, 0.19);
}

.overlap-content-bar {
  background: #fefefe;
  position: relative;
}

.overlap-content-bar:before,
.overlap-content-bar:after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
}

.overlap-content-bar:before {
  background-color: var(--top-colour);
  top: 0;
}

.overlap-content-bar:after {
  background-color: var(--bottom-colour);
  top: 50%;
}

.overlap-content-bar .columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.overlap-content-bar_inner {
  z-index: 1;
  background: #0a0a0a;
  color: #fefefe;
  padding: 20px 0;
}

@media print, screen and (min-width: 53.875em) {
  .overlap-content-bar_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.main-home-carousel {
  padding: 0;
}

.main-home-carousel .slide-0 {
  background-image: url("/img/home/2024/grey-bg-lines.png");
  padding: 1.5rem 0 1rem 0;
  background-size: cover;
  position: relative;
}

.main-home-carousel .slide-0 h2,
.main-home-carousel .slide-0 p {
  color: black;
}

@media screen and (max-width: 39.99875em) {
  .main-home-carousel .slide-0 .cata {
    margin-bottom: 1rem;
  }
}

.main-home-carousel .slide-1 {
  background-image: url("/img/home/2023/PartyBackground.png");
  padding: 1.5rem 0 1rem 0;
  background-size: cover;
  position: relative;
}

.main-home-carousel .slide-1 img {
  width: 100%;
}

.main-home-carousel .slide-2 {
  background-image: url("/img/competition/faapj-home-bg.png");
  padding: 1.5rem 0 1rem 0;
  background-size: cover;
  position: relative;
}

.main-home-carousel .slide-3 {
  background-image: url("/img/home/slide3-bg.png");
  padding: 1.5rem 0 1rem 0;
  background-size: cover;
  position: relative;
}

.main-home-carousel .slide-5 {
  background: #141818;
}

.main-home-carousel .slide-promo {
  background: #a8d3b2;
}

.main-home-carousel .slide-promo img {
  margin: auto;
}

.main-home-carousel .slide-6 {
  padding: 1.5rem 0 0 0;
  background-color: #EBEFF2;
  position: relative;
}


.main-home-carousel .slide-7 .desktopShow {
  display: block;
}

@media screen and (max-width: 1023px) {
  .main-home-carousel .slide-7 .desktopShow {
    display: none;
  }
}

.main-home-carousel .slide-7 .desktopHide {
  display: none;
}

@media screen and (max-width: 1023px) {
  .main-home-carousel .slide-7 .desktopHide {
    display: block;
  }
}

.main-home-carousel .slide-6 h2,
.main-home-carousel .slide-6 .centered-introduction h1 + p,
.centered-introduction .main-home-carousel .slide-6 h1 + p,
.main-home-carousel .slide-6 .centered-introduction .h1 + p,
.centered-introduction .main-home-carousel .slide-6 .h1 + p {
  color: #F94B01;
  margin-bottom: 0.8rem;
}

.main-home-carousel .slide-6 p {
  color: black;
}

.main-home-carousel .hero-carousel .main-home-carousel-content {
  padding: 1rem 0 0 0.5rem;
}

.main-home-carousel .hero-carousel .main-home-carousel-content .preheading {
  line-height: 29px;
}

.main-home-carousel .hero-carousel .main-home-carousel-content a,
.main-home-carousel .hero-carousel .main-home-carousel-content button.pill-button,
.main-home-carousel .hero-carousel .main-home-carousel-content input.pill-button {
  display: list-item;
  list-style-type: none;
  text-align: left;
}

.main-home-carousel .hero-carousel .main-home-carousel-content a.contact-cta,
.main-home-carousel .hero-carousel .main-home-carousel-content button.contact-cta.pill-button,
.main-home-carousel .hero-carousel .main-home-carousel-content input.contact-cta.pill-button {
  max-width: 320px;
  margin: 1rem 0;
  text-align: center;
}

.main-home-carousel .hero-carousel .main-home-carousel-content a.message-cta,
.main-home-carousel .hero-carousel .main-home-carousel-content button.message-cta.pill-button,
.main-home-carousel .hero-carousel .main-home-carousel-content input.message-cta.pill-button {
  margin-top: 2px;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Bryant Pro", Arial, sans-serif;
}

.main-home-carousel .hero-carousel .main-home-carousel-content a.find-cta,
.main-home-carousel .hero-carousel .main-home-carousel-content button.find-cta.pill-button,
.main-home-carousel .hero-carousel .main-home-carousel-content input.find-cta.pill-button {
  max-width: 320px;
  background-color: #000000;
  color: #ffffff;
  margin: 1rem 0;
  text-align: center;
}



.icon-bar {
  display: none;
  background: #f0f0f0;
  padding: 10px 0 5px;
}

@media print, screen and (min-width: 40em) {
  .icon-bar {
    display: block;
  }
}

.icon-bar ul {
  list-style-type: none;
  margin: 0 0 0 -40px;
}

@media print, screen and (min-width: 53.875em) {
  .icon-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
  }
}

.icon-bar ul li {
  padding: 0 0 5px 40px;
  font-family: "Bryant Pro", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: none;
  display: flex;
  align-items: center;
}

.icon-bar ul li img {
  width: 50px;
  display: inline-block;
  margin-right: 12px;
}

.multiple-image-panel {
  background: #fefefe;
  padding: 60px 0;
}

@media print, screen and (min-width: 40em) {
  .multiple-image-panel {
    padding: 114px 0;
  }
}

.multiple-image-panel_image-wrapper {
  position: relative;
}

.multiple-image-panel_image-wrapper[data-image-count="5"]:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc(100% / 1280 * 592);
}

.multiple-image-panel_image-wrapper[data-image-count="5"] div {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  width: calc(100% / 3 - 10px);
  position: absolute;
  height: calc(50% - 7.5px);
}

.multiple-image-panel_image-wrapper[data-image-count="5"] div[style*=image-2] {
  left: calc(100% / 3 + 5px);
  height: 100%;
}

.multiple-image-panel_image-wrapper[data-image-count="5"] div[style*=image-3] {
  right: 0;
  top: 0;
}

.multiple-image-panel_image-wrapper[data-image-count="5"] div[style*=image-4] {
  left: 0;
  bottom: 0;
}

.multiple-image-panel_image-wrapper[data-image-count="5"] div[style*=image-5] {
  right: 0;
  bottom: 0;
}

.service-box-features {
  background: #fefefe;
  padding: 100px 0;
}

@media screen and (max-width: 53.87375em) {
  .scroll-table {
    overflow-x: auto;
  }
}

table {
  background: #fefefe;
}

table.features {
  display: none;
  width: 100%;
}

table.features + .table-footnote {
  display: none;
}

@media print, screen and (min-width: 40em) {
  table.features {
    display: inherit;
  }

  table.features + .table-footnote {
    display: inherit;
  }
}

table.features thead {
  inset-block-start: 0;
  border: none;
}

table.features thead th {
  text-transform: uppercase;
  background: #fefefe;
}

table.features thead th:first-of-type,
table.features thead th:nth-child(2) {
  text-align: left !important;
}

table.features thead th:first-of-type {
  width: 15%;
}

table.features tfoot {
  inset-block-end: 0;
}

table.features tfoot td {
  background: #F7F7F7;
  font-weight: normal;
}

table.features tfoot td:first-of-type {
  font-weight: bold;
  text-align: left !important;
}

table.features tfoot td:nth-last-child(4) {
  text-align: left !important;
}

table.features tfoot td:nth-last-child(3),
table.features tfoot td:nth-last-child(2),
table.features tfoot td:last-of-type {
  border-left: 10px solid #fefefe;
  width: 15%;
  font-weight: bold;
  text-transform: uppercase;
}

table.features tfoot td:nth-last-child(3) {
  background: #EDEDED;
}

table.features tfoot td:nth-last-child(2) {
  background: #DBDADA;
}

table.features tfoot td:last-of-type {
  background: rgba(255, 75, 0, 0.49);
}

table.features tbody td {
  background: #F7F7F7;
}

table.features tbody td[rowspan] {
  font-weight: bold;
  border-bottom: 10px solid #fefefe;
  padding-bottom: 10px;
  vertical-align: top;
  text-align: left !important;
}

table.features tbody td:nth-last-child(4) {
  text-align: left !important;
}

table.features tbody td:nth-last-child(3),
table.features tbody td:nth-last-child(2),
table.features tbody td:last-of-type {
  border-left: 10px solid #fefefe;
  width: 15%;
}

table.features tbody td:nth-last-child(3) .fas,
table.features tbody td:nth-last-child(2) .fas,
table.features tbody td:last-of-type .fas {
  color: #707070;
}

table.features tbody td:nth-last-child(3) {
  background: #EDEDED;
}

table.features tbody td:nth-last-child(2) {
  background: #DBDADA;
}

table.features tbody td:last-of-type {
  background: rgba(255, 75, 0, 0.49);
}

table.features tr {
  background-color: transparent;
  line-height: 1;
  font-size: 16px;
  line-height: 22px;
}

table.features tr th {
  padding: 28px 20px;
}

table.features tr td {
  padding: 15px 20px;
}

table.features tr.border-bottom td {
  border-bottom: 10px solid #fefefe;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 40em) {
  .features-table-image {
    display: none;
  }
}

.interactive-pdf {
  transition: opacity 1s ease;
}

.interactive-pdf.hidden {
  opacity: 0;
  transition: opacity 0s ease;
}

.interactive-pdf_carousel {
  margin-bottom: 40px;
}

.interactive-pdf_slide-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
}

.interactive-pdf img {
  flex-shrink: 0;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.1);
}

.interactive-pdf .slick-slide {
  padding: 0 10px;
}

.interactive-pdf .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.interactive-pdf .slick-track {
  display: flex;
}

.interactive-pdf .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.interactive-pdf .slick-arrow {
  position: absolute;
  font-size: 30px;
  height: 1em;
  color: #e84e0f;
}

.interactive-pdf .slick-arrow:before {
  display: none;
}

.interactive-pdf .slick-arrow.slick-prev {
  left: 0;
}

.interactive-pdf .slick-arrow.slick-next {
  right: 0;
}

.interactive-pdf .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.interactive-pdf .slick-arrow.slick-disabled:hover,
.interactive-pdf .slick-arrow.slick-disabled:active,
.interactive-pdf .slick-arrow.slick-disabled:focus {
  color: #e84e0f !important;
}

.interactive-pdf .slick-arrow:hover:not(.slick-disabled),
.interactive-pdf .slick-arrow:active:not(.slick-disabled),
.interactive-pdf .slick-arrow:focus:not(.slick-disabled) {
  color: #0a0a0a !important;
}

.text-orange {
  color: #FF4B00;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

