@charset "UTF-8";
/*
 * Paths (relative to app.css)
 */
/*
 * Colors
 */
:root {
  --color-primary: #0085ca;
  --color-secondary: #004976;
  --color-green-vivid: #a2d45e;
  --color-automotive: #a2d45e;
  --color-green: #00ac69;
  --color-ac-dc: #00ac69;
  --color-acdc: #00ac69;
  --color-gold: #f7be00;
  --color-led: #f7be00;
  --color-purple: #773bdb;
  --color-motor: #773bdb;
  --color-orange: #ff5c35;
  --color-gate: #ff5c35;
  --color-white: #fff;
  --color-white-smoke: #eeeeee;
  --color-light-gray: #c0c0c0;
  --color-md-gray: #a7a7a7;
  --color-gray: #63666a;
  --color-black: #000;
  --color-success: #0085ca;
  --color-error: #ac242a;
  --color-warning: #63666a;
  --color-link-hover: #0dacff; }

/*
 * Imported Fonts
 */
/*
 * Font Variables
 */
/*
 * Animation Variables
 */
/*
 * Break Points
 */
/*
 * Icon Sizes
 */
/*
 * Z-Indexes
 */
/*
 * Spacing
 */
/*
 * Gradient Colors
 */
/*
* Border styles
*/
/*
 * Form Elements
 */
:root {
  --color-automotive: #a2d45e;
  --color-power: #00ac69;
  --color-led: #f7be00;
  --color-motor: #773bdb;
  --color-gate: #ff5c35; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .m-modal--large, .m-modal--small, .m-modal--tiny, .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shake {
  animation-name: shake-7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shake {
  animation-name: shake-7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
//@include foundation-grid;
//@include foundation-flex-grid;
@include foundation-flex-classes;
@include foundation-range-input;
@include foundation-badge;
@include foundation-callout;
@include foundation-card;
@include foundation-menu-icon;
@include foundation-drilldown-menu;
@include foundation-responsive-embed;
@include foundation-label;
@include foundation-media-object;
@include foundation-off-canvas;
@include foundation-pagination;
@include foundation-progress-bar;
@include foundation-slider;
@include foundation-sticky;
@include foundation-switch;
//@include foundation-tabs;
@include foundation-thumbnail;
@include foundation-title-bar;
@include foundation-top-bar;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shake {
  animation-name: shake-7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a, a h1, a h2, a h3, a h4, a h5 {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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; }

/*! 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, a h1, a h2, a h3, a h4, a h5 {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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=48em&w-medium=56.25em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=123.75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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 #c0c0c0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 #63666a;
    background-color: #fff;
    box-shadow: 0 0 5px #c0c0c0;
    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: #eeeeee;
  cursor: not-allowed; }

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

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

::placeholder {
  color: #c0c0c0; }

[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: 400;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

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

.input-group-button a, .input-group-button a h1, a .input-group-button h1, .input-group-button a h2, a .input-group-button h2, .input-group-button a h3, a .input-group-button h3, .input-group-button a h4, a .input-group-button h4, .input-group-button a h5, a .input-group-button h5,
.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 #c0c0c0;
  background: #eeeeee;
  color: #000;
  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 a h1, a .input-group-button h1, .input-group-button a h2, a .input-group-button h2, .input-group-button a h3, a .input-group-button h3, .input-group-button a h4, a .input-group-button h4, .input-group-button a h5, a .input-group-button h5,
  .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 #c0c0c0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  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%2899, 102, 106%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 #63666a;
    background-color: #fff;
    box-shadow: 0 0 5px #c0c0c0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #eeeeee;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ac242a;
  background-color: #f7e9ea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ac242a; }

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

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

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #c0c0c0; }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.75rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.375rem; }
  h6, .h6 {
    font-size: 1rem; } }

a, a h1, a h2, a h3, a h4, a h5 {
  line-height: inherit;
  color: #0085ca;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a:focus, a h1:focus, a h2:focus, a h3:focus, a h4:focus, a h5:focus {
    color: #0072ae; }
  a img {
    border: 0; }

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

ul, .gutenberg ol,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.5; }

li {
  font-size: inherit; }

ul, .gutenberg ol {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, .gutenberg ol ul, ul .gutenberg ol, .gutenberg ul ol, .gutenberg ol ol, ul ol, .gutenberg ol ol, ol ul, ol .gutenberg ol, .gutenberg ol ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #c0c0c0; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #63666a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #63666a; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 0;
  background-color: #eeeeee;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000; }

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

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #63666a; }

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

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

ul.no-bullet, .gutenberg ol.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: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@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, .gutenberg figure.wp-block-table.stack table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, a h1, a h2, a h3, a h4, a h5,
  a:visited {
    text-decoration: underline; }
  a[href]:after, a h1[href]:after, a h2[href]:after, a h3[href]:after, a h4[href]:after, a h5[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, .ir a h1:after, a .ir h1:after, .ir a h2:after, a .ir h2:after, .ir a h3:after, a .ir h3:after, .ir a h4:after, a .ir h4:after, .ir a h5:after, a .ir h5:after,
  a[href^='javascript:']:after,
  a h1[href^='javascript:']:after,
  a h2[href^='javascript:']:after,
  a h3[href^='javascript:']:after,
  a h4[href^='javascript:']:after,
  a h5[href^='javascript:']:after,
  a[href^='#']:after,
  a h1[href^='#']:after,
  a h2[href^='#']:after,
  a h3[href^='#']:after,
  a h4[href^='#']:after,
  a h5[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #63666a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.close-button {
  position: absolute;
  color: #63666a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .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; }

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.6);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 76.875rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 76.875rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 76.875rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 76.875rem; } }
  .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: 47.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; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important; } }

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

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

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

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

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

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

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

@media 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; } }
table, .gutenberg figure.wp-block-table.stack table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #c0c0c0;
    background-color: #fff; }
  caption {
    padding: 1.25rem;
    font-weight: 700; }
  thead {
    background: #fff;
    color: #000; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 1.25rem;
    font-weight: 700;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 1.25rem; }
  tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
    background-color: #fff; }
  table.striped tbody tr:nth-child(even), .gutenberg figure.wp-block-table.stack table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }

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

table.scroll, .gutenberg figure.wp-block-table.stack table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover, .gutenberg figure.wp-block-table.stack table.hover thead tr:hover {
  background-color: #fafafa; }

table.hover tfoot tr:hover, .gutenberg figure.wp-block-table.stack table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover, .gutenberg figure.wp-block-table.stack table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ededed; }

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

.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: #0085ca;
    color: #000; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #006aa2;
      color: #000; }
  .button-group.secondary .button {
    background-color: #0085ca;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #003a5e;
      color: #fff; }
  .button-group.success .button {
    background-color: #0085ca;
    color: #000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #006aa2;
      color: #000; }
  .button-group.warning .button {
    background-color: #63666a;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #4f5255;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ac242a;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #8a1d22;
      color: #fff; }
  .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: 48em) {
    .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: 47.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: 56.24875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0085ca;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0071ac;
    color: #fff; }
  .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: #0085ca;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #006aa2;
      color: #000; }
  .button.secondary {
    background-color: #0085ca;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #003a5e;
      color: #fff; }
  .button.success {
    background-color: #0085ca;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #006aa2;
      color: #000; }
  .button.warning {
    background-color: #63666a;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #4f5255;
      color: #fff; }
  .button.alert {
    background-color: #ac242a;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #8a1d22;
      color: #fff; }
  .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: #0085ca;
      color: #fff; }
    .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: #0085ca;
        color: #000; }
    .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: #0085ca;
        color: #fff; }
    .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: #0085ca;
        color: #000; }
    .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: #63666a;
        color: #fff; }
    .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: #ac242a;
        color: #fff; }
  .button.hollow {
    border: 1px solid #0085ca;
    color: #0085ca; }
    .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: #004365;
      color: #004365; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #0085ca;
        color: #0085ca; }
    .button.hollow.primary {
      border: 1px solid #0085ca;
      color: #0085ca; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #004365;
        color: #004365; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #0085ca;
          color: #0085ca; }
    .button.hollow.secondary {
      border: 1px solid #0085ca;
      color: #ffffff; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #00253b;
        color: #00253b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #0085ca;
          color: #ffffff; }
    .button.hollow.success {
      border: 1px solid #0085ca;
      color: #0085ca; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #004365;
        color: #004365; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #0085ca;
          color: #0085ca; }
    .button.hollow.warning {
      border: 1px solid #63666a;
      color: #63666a; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #323335;
        color: #323335; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #63666a;
          color: #63666a; }
    .button.hollow.alert {
      border: 1px solid #ac242a;
      color: #ac242a; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #561215;
        color: #561215; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ac242a;
          color: #ac242a; }
  .button.clear {
    border: 1px solid #0085ca;
    color: #0085ca; }
    .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: #004365;
      color: #004365; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #0085ca;
        color: #0085ca; }
    .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 #0085ca;
      color: #0085ca; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #004365;
        color: #004365; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #0085ca;
          color: #0085ca; }
      .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 #004976;
      color: #004976; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #00253b;
        color: #00253b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #004976;
          color: #004976; }
      .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 #0085ca;
      color: #0085ca; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #004365;
        color: #004365; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #0085ca;
          color: #0085ca; }
      .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 #63666a;
      color: #63666a; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #323335;
        color: #323335; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #63666a;
          color: #63666a; }
      .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 #ac242a;
      color: #ac242a; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #561215;
        color: #561215; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ac242a;
          color: #ac242a; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #0085ca; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #0085ca; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #004976; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #0085ca; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #63666a; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #ac242a; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a h1.button:hover, a h2.button:hover, a h3.button:hover, a h4.button:hover, a h5.button:hover, a.button:focus, a h1.button:focus, a h2.button:focus, a h3.button:focus, a h4.button:focus, a h5.button:focus {
  text-decoration: none; }

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #46C7F4;
  font-size: 80%;
  color: #000; }
  .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 #46C7F4;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 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: #46C7F4 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 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 #46C7F4;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 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 #46C7F4 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 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%; }

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .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-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: 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: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

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

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@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: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

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

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

@media 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: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

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

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

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

@media 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 > .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: 48em) {
  .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: 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: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @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: 48em) {
    .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: 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: 48em) {
    .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: 48em) {
    .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: 48em) {
    .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: 48em) {
    .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: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @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: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

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

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

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

.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 a h1, a .menu h1, .menu a h2, a .menu h2, .menu a h3, a .menu h3, .menu a h4, a .menu h4, .menu a h5, a .menu h5,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu a h1,
  a .menu h1,
  .menu a h2,
  a .menu h2,
  .menu a h3,
  a .menu h3,
  .menu a h4,
  a .menu h4,
  .menu a h5,
  a .menu h5,
  .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 a h1, a .menu.simple h1, .menu.simple a h2, a .menu.simple h2, .menu.simple a h3, a .menu.simple h3, .menu.simple a h4, a .menu.simple h4, .menu.simple a h5, a .menu.simple h5 {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @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 a h1, a .menu.icons h1, .menu.icons a h2, a .menu.icons h2, .menu.icons a h3, a .menu.icons h3, .menu.icons a h4, a .menu.icons h4, .menu.icons a h5, a .menu.icons h5 {
    display: flex; }
  .menu.icon-top a, .menu.icon-top a h1, a .menu.icon-top h1, .menu.icon-top a h2, a .menu.icon-top h2, .menu.icon-top a h3, a .menu.icon-top h3, .menu.icon-top a h4, a .menu.icon-top h4, .menu.icon-top a h5, a .menu.icon-top h5, .menu.icon-right a, .menu.icon-right a h1, a .menu.icon-right h1, .menu.icon-right a h2, a .menu.icon-right h2, .menu.icon-right a h3, a .menu.icon-right h3, .menu.icon-right a h4, a .menu.icon-right h4, .menu.icon-right a h5, a .menu.icon-right h5, .menu.icon-bottom a, .menu.icon-bottom a h1, a .menu.icon-bottom h1, .menu.icon-bottom a h2, a .menu.icon-bottom h2, .menu.icon-bottom a h3, a .menu.icon-bottom h3, .menu.icon-bottom a h4, a .menu.icon-bottom h4, .menu.icon-bottom a h5, a .menu.icon-bottom h5, .menu.icon-left a, .menu.icon-left a h1, a .menu.icon-left h1, .menu.icon-left a h2, a .menu.icon-left h2, .menu.icon-left a h3, a .menu.icon-left h3, .menu.icon-left a h4, a .menu.icon-left h4, .menu.icon-left a h5, a .menu.icon-left h5 {
    display: flex; }
  .menu.icon-left li a, .menu.icon-left li a h1, a .menu.icon-left li h1, .menu.icon-left li a h2, a .menu.icon-left li h2, .menu.icon-left li a h3, a .menu.icon-left li h3, .menu.icon-left li a h4, a .menu.icon-left li h4, .menu.icon-left li a h5, a .menu.icon-left li h5 {
    flex-flow: row nowrap; }
    .menu.icon-left li a img, a .menu.icon-left li h1 img, a .menu.icon-left li h2 img, a .menu.icon-left li h3 img, a .menu.icon-left li h4 img, a .menu.icon-left li h5 img,
    .menu.icon-left li a i,
    a .menu.icon-left li h1 i,
    a .menu.icon-left li h2 i,
    a .menu.icon-left li h3 i,
    a .menu.icon-left li h4 i,
    a .menu.icon-left li h5 i,
    .menu.icon-left li a svg,
    a .menu.icon-left li h1 svg,
    a .menu.icon-left li h2 svg,
    a .menu.icon-left li h3 svg,
    a .menu.icon-left li h4 svg,
    a .menu.icon-left li h5 svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a, .menu.icon-right li a h1, a .menu.icon-right li h1, .menu.icon-right li a h2, a .menu.icon-right li h2, .menu.icon-right li a h3, a .menu.icon-right li h3, .menu.icon-right li a h4, a .menu.icon-right li h4, .menu.icon-right li a h5, a .menu.icon-right li h5 {
    flex-flow: row nowrap; }
    .menu.icon-right li a img, a .menu.icon-right li h1 img, a .menu.icon-right li h2 img, a .menu.icon-right li h3 img, a .menu.icon-right li h4 img, a .menu.icon-right li h5 img,
    .menu.icon-right li a i,
    a .menu.icon-right li h1 i,
    a .menu.icon-right li h2 i,
    a .menu.icon-right li h3 i,
    a .menu.icon-right li h4 i,
    a .menu.icon-right li h5 i,
    .menu.icon-right li a svg,
    a .menu.icon-right li h1 svg,
    a .menu.icon-right li h2 svg,
    a .menu.icon-right li h3 svg,
    a .menu.icon-right li h4 svg,
    a .menu.icon-right li h5 svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a, .menu.icon-top li a h1, a .menu.icon-top li h1, .menu.icon-top li a h2, a .menu.icon-top li h2, .menu.icon-top li a h3, a .menu.icon-top li h3, .menu.icon-top li a h4, a .menu.icon-top li h4, .menu.icon-top li a h5, a .menu.icon-top li h5 {
    flex-flow: column nowrap; }
    .menu.icon-top li a img, a .menu.icon-top li h1 img, a .menu.icon-top li h2 img, a .menu.icon-top li h3 img, a .menu.icon-top li h4 img, a .menu.icon-top li h5 img,
    .menu.icon-top li a i,
    a .menu.icon-top li h1 i,
    a .menu.icon-top li h2 i,
    a .menu.icon-top li h3 i,
    a .menu.icon-top li h4 i,
    a .menu.icon-top li h5 i,
    .menu.icon-top li a svg,
    a .menu.icon-top li h1 svg,
    a .menu.icon-top li h2 svg,
    a .menu.icon-top li h3 svg,
    a .menu.icon-top li h4 svg,
    a .menu.icon-top li h5 svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.icon-bottom li a h1, a .menu.icon-bottom li h1, .menu.icon-bottom li a h2, a .menu.icon-bottom li h2, .menu.icon-bottom li a h3, a .menu.icon-bottom li h3, .menu.icon-bottom li a h4, a .menu.icon-bottom li h4, .menu.icon-bottom li a h5, a .menu.icon-bottom li h5 {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img, a .menu.icon-bottom li h1 img, a .menu.icon-bottom li h2 img, a .menu.icon-bottom li h3 img, a .menu.icon-bottom li h4 img, a .menu.icon-bottom li h5 img,
    .menu.icon-bottom li a i,
    a .menu.icon-bottom li h1 i,
    a .menu.icon-bottom li h2 i,
    a .menu.icon-bottom li h3 i,
    a .menu.icon-bottom li h4 i,
    a .menu.icon-bottom li h5 i,
    .menu.icon-bottom li a svg,
    a .menu.icon-bottom li h1 svg,
    a .menu.icon-bottom li h2 svg,
    a .menu.icon-bottom li h3 svg,
    a .menu.icon-bottom li h4 svg,
    a .menu.icon-bottom li h5 svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a, .menu a .is-active > h1, a .menu .is-active > h1, .menu a .is-active > h2, a .menu .is-active > h2, .menu a .is-active > h3, a .menu .is-active > h3, .menu a .is-active > h4, a .menu .is-active > h4, .menu a .is-active > h5, a .menu .is-active > h5 {
    background: #0085ca;
    color: #fff; }
  .menu .active > a, .menu a .active > h1, a .menu .active > h1, .menu a .active > h2, a .menu .active > h2, .menu a .active > h3, a .menu .active > h3, .menu a .active > h4, a .menu .active > h4, .menu a .active > h5, a .menu .active > h5 {
    background: #0085ca;
    color: #fff; }
  .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, .no-js [data-responsive-menu] .gutenberg ol, .gutenberg .no-js [data-responsive-menu] ol {
  display: none; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0085ca; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #c0c0c0;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #eeeeee; }
  .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: 1rem;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  background-color: #fff;
  color: #000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #c0c0c0; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a, .accordion-menu a h1, a .accordion-menu h1, .accordion-menu a h2, a .accordion-menu h2, .accordion-menu a h3, a .accordion-menu h3, .accordion-menu a h4, a .accordion-menu h4, .accordion-menu a h5, a .accordion-menu h5 {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a, .accordion-menu .is-accordion-submenu a h1, a .accordion-menu .is-accordion-submenu h1, .accordion-menu .is-accordion-submenu a h2, a .accordion-menu .is-accordion-submenu h2, .accordion-menu .is-accordion-submenu a h3, a .accordion-menu .is-accordion-submenu h3, .accordion-menu .is-accordion-submenu a h4, a .accordion-menu .is-accordion-submenu h4, .accordion-menu .is-accordion-submenu a h5, a .accordion-menu .is-accordion-submenu h5 {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5 {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1::after, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1::after, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2::after, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2::after, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3::after, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3::after, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4::after, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4::after, .accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5::after, a .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0085ca transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after, .accordion-menu.align-left a .is-accordion-submenu-parent > h1::after, a .accordion-menu.align-left .is-accordion-submenu-parent > h1::after, .accordion-menu.align-left a .is-accordion-submenu-parent > h2::after, a .accordion-menu.align-left .is-accordion-submenu-parent > h2::after, .accordion-menu.align-left a .is-accordion-submenu-parent > h3::after, a .accordion-menu.align-left .is-accordion-submenu-parent > h3::after, .accordion-menu.align-left a .is-accordion-submenu-parent > h4::after, a .accordion-menu.align-left .is-accordion-submenu-parent > h4::after, .accordion-menu.align-left a .is-accordion-submenu-parent > h5::after, a .accordion-menu.align-left .is-accordion-submenu-parent > h5::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after, .accordion-menu.align-right a .is-accordion-submenu-parent > h1::after, a .accordion-menu.align-right .is-accordion-submenu-parent > h1::after, .accordion-menu.align-right a .is-accordion-submenu-parent > h2::after, a .accordion-menu.align-right .is-accordion-submenu-parent > h2::after, .accordion-menu.align-right a .is-accordion-submenu-parent > h3::after, a .accordion-menu.align-right .is-accordion-submenu-parent > h3::after, .accordion-menu.align-right a .is-accordion-submenu-parent > h4::after, a .accordion-menu.align-right .is-accordion-submenu-parent > h4::after, .accordion-menu.align-right a .is-accordion-submenu-parent > h5::after, a .accordion-menu.align-right .is-accordion-submenu-parent > h5::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after, .accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h1::after, a .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h1::after, .accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h2::after, a .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h2::after, .accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h3::after, a .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h3::after, .accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h4::after, a .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h4::after, .accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h5::after, a .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h5::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

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

.has-submenu-toggle > a, a .has-submenu-toggle > h1, a .has-submenu-toggle > h2, a .has-submenu-toggle > h3, a .has-submenu-toggle > h4, a .has-submenu-toggle > h5 {
  margin-right: 40px; }

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a, a .dropdown.menu > li.is-dropdown-submenu-parent > h1, a .dropdown.menu > li.is-dropdown-submenu-parent > h2, a .dropdown.menu > li.is-dropdown-submenu-parent > h3, a .dropdown.menu > li.is-dropdown-submenu-parent > h4, a .dropdown.menu > li.is-dropdown-submenu-parent > h5 {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after, a .dropdown.menu > li.is-dropdown-submenu-parent > h1::after, a .dropdown.menu > li.is-dropdown-submenu-parent > h2::after, a .dropdown.menu > li.is-dropdown-submenu-parent > h3::after, a .dropdown.menu > li.is-dropdown-submenu-parent > h4::after, a .dropdown.menu > li.is-dropdown-submenu-parent > h5::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a, [data-whatinput='mouse'] .dropdown.menu a h1, a [data-whatinput='mouse'] .dropdown.menu h1, [data-whatinput='mouse'] .dropdown.menu a h2, a [data-whatinput='mouse'] .dropdown.menu h2, [data-whatinput='mouse'] .dropdown.menu a h3, a [data-whatinput='mouse'] .dropdown.menu h3, [data-whatinput='mouse'] .dropdown.menu a h4, a [data-whatinput='mouse'] .dropdown.menu h4, [data-whatinput='mouse'] .dropdown.menu a h5, a [data-whatinput='mouse'] .dropdown.menu h5 {
  outline: 0; }

.dropdown.menu > li > a, a .dropdown.menu > li > h1, a .dropdown.menu > li > h2, a .dropdown.menu > li > h3, a .dropdown.menu > li > h4, a .dropdown.menu > li > h5 {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a, a .dropdown.menu > li.is-active > h1, a .dropdown.menu > li.is-active > h2, a .dropdown.menu > li.is-active > h3, a .dropdown.menu > li.is-active > h4, a .dropdown.menu > li.is-active > h5 {
  background: transparent;
  color: #fff; }

.no-js .dropdown.menu ul, .no-js .dropdown.menu .gutenberg ol, .gutenberg .no-js .dropdown.menu ol {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after, a .dropdown.menu.vertical > li > h1::after, a .dropdown.menu.vertical > li > h2::after, a .dropdown.menu.vertical > li > h3::after, a .dropdown.menu.vertical > li > h4::after, a .dropdown.menu.vertical > li > h5::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after, a .dropdown.menu.vertical > li.opens-left > h1::after, a .dropdown.menu.vertical > li.opens-left > h2::after, a .dropdown.menu.vertical > li.opens-left > h3::after, a .dropdown.menu.vertical > li.opens-left > h4::after, a .dropdown.menu.vertical > li.opens-left > h5::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after, a .dropdown.menu.vertical > li.opens-right > h1::after, a .dropdown.menu.vertical > li.opens-right > h2::after, a .dropdown.menu.vertical > li.opens-right > h3::after, a .dropdown.menu.vertical > li.opens-right > h4::after, a .dropdown.menu.vertical > li.opens-right > h5::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff; }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h1, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h2, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h3, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h4, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h5 {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h1::after, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h2::after, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h3::after, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h4::after, a .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after, a .dropdown.menu.medium-vertical > li > h1::after, a .dropdown.menu.medium-vertical > li > h2::after, a .dropdown.menu.medium-vertical > li > h3::after, a .dropdown.menu.medium-vertical > li > h4::after, a .dropdown.menu.medium-vertical > li > h5::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after, a .dropdown.menu.medium-vertical > li.opens-left > h1::after, a .dropdown.menu.medium-vertical > li.opens-left > h2::after, a .dropdown.menu.medium-vertical > li.opens-left > h3::after, a .dropdown.menu.medium-vertical > li.opens-left > h4::after, a .dropdown.menu.medium-vertical > li.opens-left > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after, a .dropdown.menu.medium-vertical > li.opens-right > h1::after, a .dropdown.menu.medium-vertical > li.opens-right > h2::after, a .dropdown.menu.medium-vertical > li.opens-right > h3::after, a .dropdown.menu.medium-vertical > li.opens-right > h4::after, a .dropdown.menu.medium-vertical > li.opens-right > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h1, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h2, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h3, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h4, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h5 {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h1::after, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h2::after, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h3::after, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h4::after, a .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after, a .dropdown.menu.large-vertical > li > h1::after, a .dropdown.menu.large-vertical > li > h2::after, a .dropdown.menu.large-vertical > li > h3::after, a .dropdown.menu.large-vertical > li > h4::after, a .dropdown.menu.large-vertical > li > h5::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after, a .dropdown.menu.large-vertical > li.opens-left > h1::after, a .dropdown.menu.large-vertical > li.opens-left > h2::after, a .dropdown.menu.large-vertical > li.opens-left > h3::after, a .dropdown.menu.large-vertical > li.opens-left > h4::after, a .dropdown.menu.large-vertical > li.opens-left > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after, a .dropdown.menu.large-vertical > li.opens-right > h1::after, a .dropdown.menu.large-vertical > li.opens-right > h2::after, a .dropdown.menu.large-vertical > li.opens-right > h3::after, a .dropdown.menu.large-vertical > li.opens-right > h4::after, a .dropdown.menu.large-vertical > li.opens-right > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h1, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h2, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h3, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h4, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h5 {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h1::after, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h2::after, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h3::after, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h4::after, a .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after, a .dropdown.menu.xlarge-vertical > li > h1::after, a .dropdown.menu.xlarge-vertical > li > h2::after, a .dropdown.menu.xlarge-vertical > li > h3::after, a .dropdown.menu.xlarge-vertical > li > h4::after, a .dropdown.menu.xlarge-vertical > li > h5::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after, a .dropdown.menu.xlarge-vertical > li.opens-left > h1::after, a .dropdown.menu.xlarge-vertical > li.opens-left > h2::after, a .dropdown.menu.xlarge-vertical > li.opens-left > h3::after, a .dropdown.menu.xlarge-vertical > li.opens-left > h4::after, a .dropdown.menu.xlarge-vertical > li.opens-left > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after, a .dropdown.menu.xlarge-vertical > li.opens-right > h1::after, a .dropdown.menu.xlarge-vertical > li.opens-right > h2::after, a .dropdown.menu.xlarge-vertical > li.opens-right > h3::after, a .dropdown.menu.xlarge-vertical > li.opens-right > h4::after, a .dropdown.menu.xlarge-vertical > li.opens-right > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after, .is-dropdown-submenu-parent a h1::after, a .is-dropdown-submenu-parent h1::after, .is-dropdown-submenu-parent a h2::after, a .is-dropdown-submenu-parent h2::after, .is-dropdown-submenu-parent a h3::after, a .is-dropdown-submenu-parent h3::after, .is-dropdown-submenu-parent a h4::after, a .is-dropdown-submenu-parent h4::after, .is-dropdown-submenu-parent a h5::after, a .is-dropdown-submenu-parent h5::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #c0c0c0;
  background: #fff; }
  .dropdown .is-dropdown-submenu a, .dropdown .is-dropdown-submenu a h1, a .dropdown .is-dropdown-submenu h1, .dropdown .is-dropdown-submenu a h2, a .dropdown .is-dropdown-submenu h2, .dropdown .is-dropdown-submenu a h3, a .dropdown .is-dropdown-submenu h3, .dropdown .is-dropdown-submenu a h4, a .dropdown .is-dropdown-submenu h4, .dropdown .is-dropdown-submenu a h5, a .dropdown .is-dropdown-submenu h5 {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after, .is-dropdown-submenu a .is-dropdown-submenu-parent > h1::after, a .is-dropdown-submenu .is-dropdown-submenu-parent > h1::after, .is-dropdown-submenu a .is-dropdown-submenu-parent > h2::after, a .is-dropdown-submenu .is-dropdown-submenu-parent > h2::after, .is-dropdown-submenu a .is-dropdown-submenu-parent > h3::after, a .is-dropdown-submenu .is-dropdown-submenu-parent > h3::after, .is-dropdown-submenu a .is-dropdown-submenu-parent > h4::after, a .is-dropdown-submenu .is-dropdown-submenu-parent > h4::after, .is-dropdown-submenu a .is-dropdown-submenu-parent > h5::after, a .is-dropdown-submenu .is-dropdown-submenu-parent > h5::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-left > h1::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > h1::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-left > h2::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > h2::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-left > h3::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > h3::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-left > h4::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > h4::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-left > h5::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-right > h1::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > h1::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-right > h2::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > h2::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-right > h3::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > h3::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-right > h4::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > h4::after, .is-dropdown-submenu a .is-dropdown-submenu-parent.opens-right > h5::after, a .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > h5::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  background-color: #fff;
  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; }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

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

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #c0c0c0; }
    .orbit-bullets button:hover {
      background-color: #63666a; }
    .orbit-bullets button.is-active {
      background-color: #63666a; }

/*
 * Calculates Rem value
 */
/*
 * Rem font sizing
 * Px values are set as a fallback
 */
/*
 * Vertical spacing at the end of component
 */
/**
 * Underline the link on hover
 */
/**
 * List Reset
 */
.m-search__clear-btn, button,
.a-btn,
.eu-cookie-compliance-default-button,
button#ot-sdk-btn.ot-sdk-show-settings,
button#ot-sdk-btn.optanon-show-settings {
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  padding: 10px 25px; }

a.a-text-btn, a h1.a-text-btn, a h2.a-text-btn, a h3.a-text-btn, a h4.a-text-btn, a h5.a-text-btn, .m-mega-menu__subcategory a.view-all, .m-mega-menu__subcategory a h1.view-all, a .m-mega-menu__subcategory h1.view-all, .m-mega-menu__subcategory a h2.view-all, a .m-mega-menu__subcategory h2.view-all, .m-mega-menu__subcategory a h3.view-all, a .m-mega-menu__subcategory h3.view-all, .m-mega-menu__subcategory a h4.view-all, a .m-mega-menu__subcategory h4.view-all, .m-mega-menu__subcategory a h5.view-all, a .m-mega-menu__subcategory h5.view-all, a.a-btn, a.eu-cookie-compliance-default-button, a h1.a-btn, a h1.eu-cookie-compliance-default-button, a h2.a-btn, a h2.eu-cookie-compliance-default-button, a h3.a-btn, a h3.eu-cookie-compliance-default-button, a h4.a-btn, a h4.eu-cookie-compliance-default-button, a h5.a-btn, a h5.eu-cookie-compliance-default-button {
  text-decoration: none; }

.c-product-table__mobile-data, .c-product-filter__toggle, .a-text-btn, .m-mega-menu__subcategory .view-all {
  background: none;
  border: 0;
  outline: 0;
  padding: 0; }

.m-search__label, .m-radio-button__input, .m-icon-checkbox--icon-only .m-icon-checkbox__label, .a-text-btn--icon-only .a-text-btn__label, .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

* {
  box-sizing: border-box; }

body.is-locked {
  overflow: hidden; }
  body.is-locked .a-overlay {
    opacity: 1; }

a.a-btn, a.eu-cookie-compliance-default-button, a h1.a-btn, a h1.eu-cookie-compliance-default-button, a h2.a-btn, a h2.eu-cookie-compliance-default-button, a h3.a-btn, a h3.eu-cookie-compliance-default-button, a h4.a-btn, a h4.eu-cookie-compliance-default-button, a h5.a-btn, a h5.eu-cookie-compliance-default-button {
  text-align: center; }

.a-btn, .eu-cookie-compliance-default-button, button#ot-sdk-btn.ot-sdk-show-settings, button#ot-sdk-btn.optanon-show-settings {
  border-radius: 20px;
  width: 100%;
  display: block;
  white-space: nowrap; }

a.a-text-btn, a h1.a-text-btn, a h2.a-text-btn, a h3.a-text-btn, a h4.a-text-btn, a h5.a-text-btn, .m-mega-menu__subcategory a.view-all, .m-mega-menu__subcategory a h1.view-all, a .m-mega-menu__subcategory h1.view-all, .m-mega-menu__subcategory a h2.view-all, a .m-mega-menu__subcategory h2.view-all, .m-mega-menu__subcategory a h3.view-all, a .m-mega-menu__subcategory h3.view-all, .m-mega-menu__subcategory a h4.view-all, a .m-mega-menu__subcategory h4.view-all, .m-mega-menu__subcategory a h5.view-all, a .m-mega-menu__subcategory h5.view-all {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase; }

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

@media screen and (max-width: 56.24875em) {
  .hide-for-wide-small {
    display: none !important; } }

/**
 * Grid
*/
.grid-padding-x-tight {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x-tight {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }
  .grid-padding-x-tight > .cell {
    padding-right: 0.4375rem;
    padding-left: 0.4375rem; }
    @media print, screen and (min-width: 48em) {
      .grid-padding-x-tight > .cell {
        padding-right: 0.5rem;
        padding-left: 0.5rem; } }
@media print, screen and (min-width: 48em) {
  button,
  .a-btn,
  .eu-cookie-compliance-default-button,
  button#ot-sdk-btn.ot-sdk-show-settings,
  button#ot-sdk-btn.optanon-show-settings {
    padding: 10px 38px; }
  .a-btn, .eu-cookie-compliance-default-button, button#ot-sdk-btn.ot-sdk-show-settings, button#ot-sdk-btn.optanon-show-settings {
    border-radius: 20px;
    display: inline-block;
    width: auto; } }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-latin-ext-semibold.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-latin-semibold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-latin-ext-bold.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon/icomoon.eot?1m8jte");
  src: url("fonts/icomoon/icomoon.eot?1m8jte#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?1m8jte") format("truetype"), url("fonts/icomoon/icomoon.woff?1m8jte") format("woff"), url("fonts/icomoon/icomoon.svg?1m8jte#icomoon") format("svg"); }

.icon-support, .m-tabs .m-tabs__button.a-text-btn:before, .m-tabs .m-mega-menu__subcategory .m-tabs__button.view-all:before, .m-mega-menu__subcategory .m-tabs .m-tabs__button.view-all:before, .m-tabs__accordion-item .m-tabs__button.a-text-btn:before, .m-tabs__accordion-item .m-mega-menu__subcategory .m-tabs__button.view-all:before, .m-mega-menu__subcategory .m-tabs__accordion-item .m-tabs__button.view-all:before, .m-table__control-icon::after, .m-select-menu::after, .m-segment-dropdown__trigger::after, .m-mega-menu__category::after, .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h1::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h1::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h2::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h2::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h3::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h3::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h4::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h4::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h5::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h5::after, .m-filter-card__item--no-results::before, .m-checkbox__label::after, .inline-checkbox__label::after, .facet-item label::after, .m-accordion__title::before, .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5::after, .c-product-table__mobile-data::after, .c-product-filter__filter-head::after, .c-product-filter__toggle::after, .c-main-nav__item-link::after, .c-header__search-icon::after, .c-widget-list__head::before, [class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-compare:before {
  content: "";
  color: #4a4a4a; }

.icon-delete:before {
  content: ""; }

.icon-done:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-view:before {
  content: ""; }

.icon-setting:before {
  content: ""; }

.icon-power:before, .icon-ac-dc:before, .icon-ac-dc-conversion:before, .icon-acdc:before {
  content: ""; }

.icon-led:before, .icon-led-drivers:before {
  content: ""; }

.icon-gate:before, .icon-gate-drivers:before {
  content: ""; }

.icon-motor:before, .icon-motor-drivers:before {
  content: ""; }

.icon-automotive:before, .icon-automotive-solutions:before {
  content: ""; }

.m-category-cta .m-category-cta__icon {
  border-bottom: 0; }

.icon-device:before {
  content: ""; }

.icon-charge:before {
  content: ""; }

.icon-drill:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-filled:before {
  content: ""; }

.icon-help:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-nav-icon:before {
  content: ""; }

.icon-password-hide:before {
  content: ""; }

.icon-password-show:before {
  content: ""; }

.icon-payment-american-express:before {
  content: ""; }

.icon-payment-discover:before {
  content: ""; }

.icon-payment-mastercard:before {
  content: ""; }

.icon-payment-paypal:before {
  content: ""; }

.icon-payment-visa:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-zoom:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-social-facebook:before {
  content: ""; }

.icon-social-google-plus:before {
  content: ""; }

.icon-social-instagram:before {
  content: ""; }

.icon-social-linkedin:before {
  content: ""; }

.icon-social-pinterest:before {
  content: ""; }

.icon-social-twitter {
  background-image: url(../../../../themes/custom/power/images/icon-x.png);
  width: 25px;
  height: 31px;
  background-size: cover; }

.icon-social-youtube:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-wechat:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-tooltip:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-play-filled:before {
  content: ""; }

.icon-x:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-bookmark-filled:before {
  content: ""; }

.icon-chat:before {
  content: ""; }

.icon-dialog:before {
  content: ""; }

.icon-doc:before {
  content: ""; }

.icon-download-file:before {
  content: ""; }

.icon-view-file:before {
  content: ""; }

.icon-files:before {
  content: ""; }

.icon-layer:before {
  content: ""; }

.icon-cpu:before {
  content: ""; }

.icon-start-design:before {
  content: ""; }

.icon-repeat:before {
  content: ""; }

.icon-sort-default:before {
  content: ""; }

.icon-sort-asc:before {
  content: ""; }

.icon-sort-desc:before {
  content: ""; }

.a-inline-message {
  color: inherit; }

.a-btn--back-to-top {
  background: #0085ca;
  border: 0;
  border-radius: 50%;
  color: #fff;
  height: 48px;
  padding: 0;
  text-align: center;
  transition: box-shadow 0.3s ease;
  width: 48px; }
  .a-btn--back-to-top:hover, .a-btn--back-to-top:focus {
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2); }

.a-badge {
  position: absolute;
  left: -8px;
  top: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 2.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #0085ca;
  padding: 1px 12px; }
  @media (min-width: 768px) {
    .a-badge {
      font-size: 18px;
      font-size: 1.125rem; } }
.a-bookmark {
  padding: 0;
  color: #0085ca; }
  .a-bookmark:focus {
    outline: none; }
  .a-bookmark:hover .icon-bookmark {
    color: #0dacff;
    transition: color 0.2s ease-in-out; }
  .a-bookmark__icon {
    font-size: 25px;
    font-size: 1.5625rem;
    position: relative; }
    .a-bookmark__icon--filled {
      position: absolute !important;
      top: 0% !important;
      left: 0% !important;
      clip-path: circle(0% at 50% 45%);
      transition: clip-path 0.2s ease-in-out; }
  .a-bookmark__label--remove {
    display: none; }
  .a-bookmark--added .a-bookmark__icon--filled {
    opacity: 1;
    clip-path: circle(100% at 50% 45%); }
  .a-bookmark--added .a-bookmark__label--add {
    display: none; }
  .a-bookmark--added .a-bookmark__label--remove {
    display: block; }

ul.a-color-list, .gutenberg ol.a-color-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.a-color-list li, .gutenberg ol.a-color-list li {
    padding: 0 0 0 20px;
    position: relative; }
    ul.a-color-list li::before, .gutenberg ol.a-color-list li::before {
      content: '\2022';
      color: var(--color-list);
      left: 0;
      position: absolute; }
  ul.a-color-list, .gutenberg ol.a-color-list, ul.a-color-list ul, .gutenberg ol.a-color-list ul, ul.a-color-list .gutenberg ol, .gutenberg ul.a-color-list ol, .gutenberg ol.a-color-list ol {
    list-style: none; }

.a-color-palette {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .a-color-palette li {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 150px; }
    .a-color-palette li::before {
      content: ''; }
  .a-color-palette__swatch {
    border-radius: 6px;
    display: block;
    height: 80px;
    margin-bottom: 5px;
    width: 100%; }
  .a-color-palette__label {
    font-size: 12px;
    font-size: 0.75rem; }

body {
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif; }
  body em {
    font-style: italic; }
  body strong {
    font-weight: 700; }
  body .font-chinese-traditional {
    font-family: "Noto Sans TC", sans-serif; }
  body .font-chinese-simplified {
    font-family: "Noto Sans SC", sans-serif; }
  body .font-japanese {
    font-family: "Noto Sans JP", sans-serif; }
  body .font-korean {
    font-family: "Noto Sans KR", sans-serif; }
  body a, body a h1, a body h1, body a h2, a body h2, body a h3, a body h3, body a h4, a body h4, body a h5, a body h5 {
    color: #0085ca; }

.a-form-label, .field--type-datetime > span, label.textfield_label {
  font-size: 16px;
  font-size: 1rem;
  color: #63666a;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.5; }
  .a-form-label--inline {
    padding-bottom: 0;
    padding-right: 5px; }

.m-icon-heading--hero .m-icon-heading__heading, h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #63666a;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .m-icon-heading--hero .m-icon-heading__heading, h1 {
      font-size: 48px;
      font-size: 3rem; } }
.c-links-list__subheading, .c-filter-sidebar__modal-header, .c-distributor-table__heading, h2 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #63666a;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.125;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .c-links-list__subheading, .c-filter-sidebar__modal-header, .c-distributor-table__heading, h2 {
      font-size: 32px;
      font-size: 2rem; } }
.m-form-widget__title, .c-form__legend, .fieldset-legend, h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #63666a;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .m-form-widget__title, .c-form__legend, .fieldset-legend, h3 {
      font-size: 28px;
      font-size: 1.75rem; } }
.m-icon-heading__heading, .m-cta-card__header .m-icon-heading__heading, .c-hero-carousel__slide-description, .c-hero-block__description, .c-category-cta-list__heading, h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #63666a;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .m-icon-heading__heading, .m-cta-card__header .m-icon-heading__heading, .c-hero-carousel__slide-description, .c-hero-block__description, .c-category-cta-list__heading, h4 {
      font-size: 24px;
      font-size: 1.5rem; } }
.m-product-blurb__heading, .c-widget-list__auth-message, h5 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #63666a;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .m-product-blurb__heading, .c-widget-list__auth-message, h5 {
      font-size: 22px;
      font-size: 1.375rem; } }
h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #63666a;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    h6 {
      font-size: 18px;
      font-size: 1.125rem; } }
.a-icon {
  align-items: center;
  display: inline-flex;
  line-height: 2;
  width: 24%; }
  .a-icon__icon {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .a-icon__icon {
        font-size: 16px;
        font-size: 1rem; } }
  .a-icon__name {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 10px; }
    @media (min-width: 768px) {
      .a-icon__name {
        font-size: 16px;
        font-size: 1rem; } }
.a-ul,
ol {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  line-height: 1.5;
  margin: 0 0 0 1rem; }
  @media (min-width: 768px) {
    .a-ul,
    ol {
      font-size: 16px;
      font-size: 1rem; } }
.a-ul {
  list-style: none;
  padding: 0; }
  .a-ul li {
    border-collapse: collapse;
    padding: 0 0 .5rem 0;
    position: relative;
    /*
        &::before {
            content: '\2013';
            left: 0;
            position: absolute;
        }
 */ }

ol {
  padding: 0 0 0 20px; }

.a-logo {
  display: block; }
  .a-logo__image {
    display: block;
    max-width: 400px; }

.a-message {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #63666a;
  color: #fff;
  padding: 2px 10px;
  text-align: center;
  line-height: 2;
  font-weight: 600;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .a-message {
      font-size: 16px;
      font-size: 1rem; } }
.a-message a, .a-message a h1, a .a-message h1, .a-message a h2, a .a-message h2, .a-message a h3, a .a-message h3, .a-message a h4, a .a-message h4, .a-message a h5, a .a-message h5 {
  color: #fff;
  font-weight: 600;
  text-decoration: underline; }

.a-message--success {
  background-color: #0085ca; }

.a-message--error {
  background-color: #ac242a; }

@media print, screen and (min-width: 56.25em) {
  .a-message {
    padding: 10px;
    font-weight: 700; }
    .a-message a, .a-message a h1, a .a-message h1, .a-message a h2, a .a-message h2, .a-message a h3, a .a-message h3, .a-message a h4, a .a-message h4, .a-message a h5, a .a-message h5 {
      font-weight: 400; } }

.a-number-input--spinner-hidden::-webkit-inner-spin-button, .a-number-input--spinner-hidden::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.a-overlay {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200; }

p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0; }

p a, p a h1, a p h1, p a h2, a p h2, p a h3, a p h3, p a h4, a p h4, p a h5, a p h5 {
  text-decoration: underline; }

.a-btn--primary, button#ot-sdk-btn.ot-sdk-show-settings, button#ot-sdk-btn.optanon-show-settings {
  border: none;
  background-color: #0085ca;
  color: #fff;
  transition: background-color 0.35s ease-in-out; }
  .a-btn--primary.c-header__cta, button.c-header__cta#ot-sdk-btn.ot-sdk-show-settings, button.c-header__cta#ot-sdk-btn.optanon-show-settings {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: .25rem;
    margin-right: .25rem; }
  .a-btn--primary:focus, button#ot-sdk-btn.ot-sdk-show-settings:focus, button#ot-sdk-btn.optanon-show-settings:focus {
    background-color: #0085ca;
    color: #fff; }
  .a-btn--primary:hover, button#ot-sdk-btn.ot-sdk-show-settings:hover, button#ot-sdk-btn.optanon-show-settings:hover {
    background-color: #0dacff;
    color: #fff; }
  .a-btn--primary:disabled, button#ot-sdk-btn.ot-sdk-show-settings:disabled, button#ot-sdk-btn.optanon-show-settings:disabled {
    background-color: #c0c0c0;
    color: #63666a; }

.a-ribbon {
  background: #0085ca;
  color: #fff;
  padding: 5px 0;
  text-align: center; }
  .a-ribbon__message {
    margin-bottom: 0; }

.js-simple-bar {
  padding-bottom: 42px; }

.simplebar-scrollbar::before {
  background-color: #0085ca;
  border-radius: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; }

.simplebar-track {
  background-color: #c0c0c0; }
  .simplebar-track.simplebar-vertical {
    width: 12px;
    right: 10px; }
  .simplebar-track.simplebar-horizontal {
    height: 12px; }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
      top: 0;
      height: 12px; }
      .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
        left: 0;
        right: 0; }
  @media screen and (max-width: 47.99875em) {
    .simplebar-track {
      display: none; } }
.a-btn--secondary, .button--add-to-cart.button--primary.success {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #0085ca;
  color: #0085ca;
  transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; }
  .a-btn--secondary:focus, .button--add-to-cart.button--primary.success:focus {
    box-shadow: inset 0 0 0 3px #004976;
    color: #004976; }
  .a-btn--secondary:hover, .button--add-to-cart.button--primary.success:hover {
    box-shadow: inset 0 0 0 3px #0dacff;
    color: #0dacff; }
  .a-btn--secondary:disabled, .button--add-to-cart.button--primary.success:disabled {
    box-shadow: inset 0 0 0 3px #c0c0c0;
    color: #a7a7a7; }

select,
.a-select-menu {
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  appearance: none;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 8px 12px;
  position: relative; }
  select:focus,
  .a-select-menu:focus {
    border-color: #0085ca;
    background-color: #eeeeee;
    box-shadow: none;
    outline: none; }
  select::-ms-expand,
  .a-select-menu::-ms-expand {
    display: none; }

.a-tag {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  background-color: rgba(0, 133, 202, 0.1);
  border-radius: 24px;
  color: #000;
  font-weight: 400;
  padding: 2px 15px;
  min-width: 88px;
  text-align: center; }

textarea,
.a-textarea {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #eeeeee;
  color: #000;
  background-color: #eeeeee;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  min-height: 150px;
  padding: 8px 12px;
  width: 100%;
  box-shadow: none; }
  @media (min-width: 768px) {
    textarea,
    .a-textarea {
      font-size: 18px;
      font-size: 1.125rem; } }
  textarea:focus,
  .a-textarea:focus {
    border-color: #0085ca;
    background-color: #eeeeee;
    box-shadow: none;
    outline: none; }
    textarea:focus::placeholder,
    .a-textarea:focus::placeholder {
      color: #0085ca; }
  textarea::placeholder,
  .a-textarea::placeholder {
    color: #63666a; }
  textarea:placeholder-shown,
  .a-textarea:placeholder-shown {
    color: #63666a; }

@media print, screen and (min-width: 48em) {
  textarea,
  .a-textarea {
    padding: 12px 16px; } }

.a-text-btn, .m-mega-menu__subcategory .view-all {
  color: #0085ca;
  transition: color 0.25s ease-in-out;
  display: flex;
  align-items: center; }
  .a-text-btn:focus, .m-mega-menu__subcategory .view-all:focus {
    color: #004976; }
  .a-text-btn:hover, .m-mega-menu__subcategory .view-all:hover {
    color: #0dacff; }
  .a-text-btn:disabled, .m-mega-menu__subcategory .view-all:disabled {
    color: #63666a; }
  .a-text-btn__icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25; }
    .a-text-btn__icon + .a-text-btn__label {
      margin-left: 4px; }
    .a-text-btn__icon--right {
      font-size: 32px;
      font-size: 2rem; }
  .a-text-btn__label + .a-text-btn__icon {
    margin-left: 4px; }
  .a-text-btn--icon-only .a-text-btn__icon {
    margin: 0; }

input[type='text'],
.a-text-input,
#views-exposed-form-forum-home-page-forum-home input.m-filter-input__input,
#views-exposed-form-forum-home-page-forum-home input#edit-search,
input[type='date'],
input[type='email'],
input[type='password'],
input[type="number"],
.a-number-input {
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  border: 1px solid #eeeeee;
  color: #000;
  background-color: #eeeeee;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 8px 12px;
  box-shadow: none; }
  @media (min-width: 768px) {
    input[type='text'],
    .a-text-input,
    #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input,
    #views-exposed-form-forum-home-page-forum-home input#edit-search,
    input[type='date'],
    input[type='email'],
    input[type='password'],
    input[type="number"],
    .a-number-input {
      font-size: 18px;
      font-size: 1.125rem; } }
  input[type='text']:focus,
  .a-text-input:focus,
  #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input:focus,
  #views-exposed-form-forum-home-page-forum-home input#edit-search:focus,
  input[type='date']:focus,
  input[type='email']:focus,
  input[type='password']:focus,
  input[type="number"]:focus,
  .a-number-input:focus {
    border-color: #0085ca;
    background-color: #eeeeee;
    box-shadow: none;
    outline: none; }
    input[type='text']:focus::placeholder,
    .a-text-input:focus::placeholder,
    #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input:focus::placeholder,
    #views-exposed-form-forum-home-page-forum-home input#edit-search:focus::placeholder,
    input[type='date']:focus::placeholder,
    input[type='email']:focus::placeholder,
    input[type='password']:focus::placeholder,
    input[type="number"]:focus::placeholder,
    .a-number-input:focus::placeholder {
      color: #0085ca; }
  input[type='text']::placeholder,
  .a-text-input::placeholder,
  #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input::placeholder,
  #views-exposed-form-forum-home-page-forum-home input#edit-search::placeholder,
  input[type='date']::placeholder,
  input[type='email']::placeholder,
  input[type='password']::placeholder,
  input[type="number"]::placeholder,
  .a-number-input::placeholder {
    color: #63666a; }
  input[type='text']:placeholder-shown,
  .a-text-input:placeholder-shown,
  #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input:placeholder-shown,
  #views-exposed-form-forum-home-page-forum-home input#edit-search:placeholder-shown,
  input[type='date']:placeholder-shown,
  input[type='email']:placeholder-shown,
  input[type='password']:placeholder-shown,
  input[type="number"]:placeholder-shown,
  .a-number-input:placeholder-shown {
    color: #63666a; }
  input[type='text'].a-text-input--pill,
  .a-text-input.a-text-input--pill,
  #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input,
  #views-exposed-form-forum-home-page-forum-home input#edit-search,
  input.a-text-input--pill[type='date'],
  input.a-text-input--pill[type='email'],
  input.a-text-input--pill[type='password'],
  input.a-text-input--pill[type="number"],
  .a-text-input--pill.a-number-input {
    background-color: #fff;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #c0c0c0;
    font-size: 16px;
    font-size: 1rem; }

.a-toggle {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  margin-bottom: 0; }
  .a-toggle__label {
    position: relative;
    display: block;
    width: 5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    background: #c0c0c0;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    display: block !important;
    width: 100%; }
    input + .a-toggle__label {
      margin: 0; }
    .a-toggle__label::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      transform: translate3d(0, 0, 0);
      border-radius: 1.25rem;
      background: #0085ca;
      transition: all 0.25s ease-out;
      content: ''; }
    input:checked ~ .a-toggle__label {
      background: #c0c0c0; }
      input:checked ~ .a-toggle__label::after {
        left: 2.5rem; }
    [data-whatinput='mouse'] input:focus ~ .a-toggle__label {
      outline: 0; }
    .a-toggle__label::after {
      width: 50%;
      left: auto;
      right: 0; }
  .a-toggle__label-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    z-index: 10; }
    .a-toggle__label-text--on {
      left: 25%;
      transform: translate(-50%, -50%); }
    .a-toggle__label-text--off {
      right: 25%;
      transform: translate(50%, -50%);
      color: #fff; }
  .a-toggle__input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0; }
    .a-toggle__input:checked ~ .a-toggle__label .a-toggle__label-text {
      color: #000; }
      .a-toggle__input:checked ~ .a-toggle__label .a-toggle__label-text--on {
        color: #fff; }
    .a-toggle__input:checked ~ .a-toggle__label::after {
      left: 0; }

.a-tooltip {
  background: #eeeeee;
  left: -5px;
  margin: 10px 0 0 0;
  padding: 10px;
  position: absolute;
  top: calc(100% - 5px);
  z-index: 10; }
  .a-tooltip::before {
    border-bottom: 10px solid #eeeeee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    display: block;
    position: absolute;
    top: -10px; }
  .a-tooltip--top {
    bottom: calc(100% - 5px);
    margin: 0 0 10px 0;
    top: auto; }
    .a-tooltip--top::before {
      border-bottom: 0;
      border-top: 10px solid #eeeeee;
      bottom: -10px;
      top: auto; }
  .a-tooltip--left {
    left: auto;
    margin: 0 10px 0 0;
    right: calc(100% - 5px);
    top: -5px; }
    .a-tooltip--left::before {
      border-bottom: 10px solid transparent;
      border-left: 10px solid #eeeeee;
      border-right: 0;
      border-top: 10px solid transparent;
      right: -10px;
      top: auto; }
  .a-tooltip--right {
    left: calc(100% - 5px);
    margin: 0 0 0 10px;
    top: -5px; }
    .a-tooltip--right::before {
      border-bottom: 10px solid transparent;
      border-left: 0;
      border-right: 10px solid #eeeeee;
      border-top: 10px solid transparent;
      left: -10px;
      top: auto; }

.c-widget-list {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    .c-widget-list {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-widget-list__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .c-widget-list__title {
        font-size: 36px;
        font-size: 2.25rem; } }
  .c-widget-list__auth-message {
    margin-bottom: 0; }
  .c-widget-list__head {
    display: none;
    text-transform: uppercase; }
  .c-widget-list__icon {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 8px;
    vertical-align: sub; }
  .c-widget-list__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
  .c-widget-list__item {
    list-style: none;
    padding: 0;
    flex: 1 1 50%; }
    .c-widget-list__item::before {
      content: ''; }
  @media screen and (max-width: 56.24875em) {
    .c-widget-list {
      padding-left: 0;
      padding-right: 0; }
      .c-widget-list__list {
        display: block; }
      .c-widget-list__item {
        margin-bottom: 8px; }
        .c-widget-list__item:first-child > :first-child {
          border-radius: 0 0 0 0; }
        .c-widget-list__item:last-child > :last-child {
          border-radius: 0 0 0 0; }
      .c-widget-list__head {
        position: relative;
        display: block;
        padding: 1.25rem 1rem;
        border: 1px solid #c0c0c0;
        border-bottom: 0;
        font-size: 0.75rem;
        line-height: 1;
        color: #0085ca;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-size: 1.125rem;
        background-color: #0085ca;
        color: #fff;
        padding: 20px;
        border: none !important; }
        :last-child:not(.is-active) > .c-widget-list__head {
          border-bottom: 1px solid #c0c0c0;
          border-radius: 0 0 0 0; }
        .c-widget-list__head:hover, .c-widget-list__head:focus {
          background-color: #eeeeee; }
        .c-widget-list__head::before {
          position: absolute;
          top: 50%;
          right: 1rem;
          margin-top: -0.5rem;
          content: '+'; }
        .is-active > .c-widget-list__head::before {
          content: '\2013'; }
        .c-widget-list__head:focus, .c-widget-list__head:hover {
          background-color: #0085ca;
          color: #fff; }
        .c-widget-list__head::before {
          content: ""; }
        .is-active > .c-widget-list__head::before {
          content: ""; }
      .c-widget-list__content {
        display: none;
        padding: 1rem;
        border: 1px solid #c0c0c0;
        border-bottom: 0;
        background-color: #fff;
        color: #000;
        padding: 0;
        border: none !important; }
        :last-child > .c-widget-list__content:last-child {
          border-bottom: 1px solid #c0c0c0; }
      .c-widget-list .m-form-widget__title {
        display: none; } }
  @media print, screen and (min-width: 64em) {
    .c-widget-list {
      margin-bottom: 40px; }
      .c-widget-list__item:not(:last-child) {
        margin-right: 20px; }
      .c-widget-list__title {
        margin-bottom: 30px; }
      .c-widget-list__auth-message {
        text-align: center;
        line-height: 2; } }
.c-breadcrumb-toolbar {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media print, screen and (min-width: 48em) {
    .c-breadcrumb-toolbar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-breadcrumb-toolbar__breadcrumb {
    padding-right: 20px; }
  .c-breadcrumb-toolbar--margin {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .c-breadcrumb-toolbar--margin {
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 48em) {
    .c-breadcrumb-toolbar {
      padding-top: 20px;
      padding-bottom: 20px; } }
.c-card-wrapper {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 20px 20px 0;
  width: 100%; }
  .c-card-wrapper__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  .c-card-wrapper .m-icon-heading__heading {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }
  .c-card-wrapper .m-icon-heading__icon {
    font-size: 30px;
    font-size: 1.875rem; }
  .c-card-wrapper .m-icon-heading__svg {
    height: 30px; }
  .c-card-wrapper__link--top {
    display: none; }
  .c-card-wrapper__link--bottom {
    display: block;
    padding: 20px 0 40px;
    border-top: 1px solid #c0c0c0; }
  .c-card-wrapper .a-text-btn__icon::before {
    font-size: 13px;
    font-size: 0.8125rem; }
  .c-card-wrapper > .c-card-wrapper__design-cards {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .c-card-wrapper__links-block {
    padding-bottom: 20px; }
    .c-card-wrapper__links-block .m-links-block__link-wrapper {
      height: 33px; }
    .c-card-wrapper__links-block .m-links-block__link, .c-card-wrapper__links-block .m-links-block__link-wrapper > a, .c-card-wrapper__links-block a .m-links-block__link-wrapper > h1, a .c-card-wrapper__links-block .m-links-block__link-wrapper > h1, .c-card-wrapper__links-block a .m-links-block__link-wrapper > h2, a .c-card-wrapper__links-block .m-links-block__link-wrapper > h2, .c-card-wrapper__links-block a .m-links-block__link-wrapper > h3, a .c-card-wrapper__links-block .m-links-block__link-wrapper > h3, .c-card-wrapper__links-block a .m-links-block__link-wrapper > h4, a .c-card-wrapper__links-block .m-links-block__link-wrapper > h4, .c-card-wrapper__links-block a .m-links-block__link-wrapper > h5, a .c-card-wrapper__links-block .m-links-block__link-wrapper > h5, .c-card-wrapper__links-block a h1 .m-links-block__link-wrapper > h1, .c-card-wrapper__links-block a h2 .m-links-block__link-wrapper > h1, .c-card-wrapper__links-block a h3 .m-links-block__link-wrapper > h1, .c-card-wrapper__links-block a h4 .m-links-block__link-wrapper > h1, .c-card-wrapper__links-block a h5 .m-links-block__link-wrapper > h1, .c-card-wrapper__links-block a h1 .m-links-block__link-wrapper > h2, .c-card-wrapper__links-block a h2 .m-links-block__link-wrapper > h2, .c-card-wrapper__links-block a h3 .m-links-block__link-wrapper > h2, .c-card-wrapper__links-block a h4 .m-links-block__link-wrapper > h2, .c-card-wrapper__links-block a h5 .m-links-block__link-wrapper > h2, .c-card-wrapper__links-block a h1 .m-links-block__link-wrapper > h3, .c-card-wrapper__links-block a h2 .m-links-block__link-wrapper > h3, .c-card-wrapper__links-block a h3 .m-links-block__link-wrapper > h3, .c-card-wrapper__links-block a h4 .m-links-block__link-wrapper > h3, .c-card-wrapper__links-block a h5 .m-links-block__link-wrapper > h3, .c-card-wrapper__links-block a h1 .m-links-block__link-wrapper > h4, .c-card-wrapper__links-block a h2 .m-links-block__link-wrapper > h4, .c-card-wrapper__links-block a h3 .m-links-block__link-wrapper > h4, .c-card-wrapper__links-block a h4 .m-links-block__link-wrapper > h4, .c-card-wrapper__links-block a h5 .m-links-block__link-wrapper > h4, .c-card-wrapper__links-block a h1 .m-links-block__link-wrapper > h5, .c-card-wrapper__links-block a h2 .m-links-block__link-wrapper > h5, .c-card-wrapper__links-block a h3 .m-links-block__link-wrapper > h5, .c-card-wrapper__links-block a h4 .m-links-block__link-wrapper > h5, .c-card-wrapper__links-block a h5 .m-links-block__link-wrapper > h5 {
      font-weight: 600; }
  .c-card-wrapper > .c-card-wrapper__discussion-cards {
    border-top: 1px solid #c0c0c0;
    padding: 30px 0 0; }
    .c-card-wrapper > .c-card-wrapper__discussion-cards .c-discussion-card-list__card:last-child {
      padding-bottom: 0;
      border: none; }
  .c-card-wrapper__block {
    padding-bottom: 50px; }
    .c-card-wrapper__block:last-child {
      padding-bottom: 20px; }
    .c-card-wrapper__block--account-info {
      padding-bottom: 20px; }
      .c-card-wrapper__block--account-info:first-child {
        margin-bottom: 30px;
        border-bottom: 1px solid #c0c0c0; }
  .c-card-wrapper__no-saves-message {
    padding-bottom: 40px; }
  .c-card-wrapper--with-subheading .c-card-wrapper__heading {
    margin-bottom: 10px; }
  .c-card-wrapper--with-subheading .c-card-wrapper__subheading {
    margin-bottom: 25px; }
  .c-card-wrapper--no-saves .c-card-wrapper__link {
    display: none; }
  .c-card-wrapper--no-saves .c-card-wrapper__design-cards {
    padding-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .c-card-wrapper .m-icon-heading__icon, .c-card-wrapper .m-icon-heading__svg-wrapper {
      margin-right: 10px; }
    .c-card-wrapper__link--top {
      display: block; }
    .c-card-wrapper__link--bottom {
      display: none; }
    .c-card-wrapper > .c-card-wrapper__design-cards {
      padding-bottom: 0; }
    .c-card-wrapper__links-block {
      padding-bottom: 10px; }
      .c-card-wrapper__links-block .m-links-block__link-wrapper {
        height: 37px; }
    .c-card-wrapper > .c-card-wrapper__discussion-cards {
      border-top: none;
      padding: 0 0 35px 35px; }
    .c-card-wrapper__blocks {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .c-card-wrapper__blocks::before {
        position: absolute !important;
        top: 0% !important;
        right: 50% !important;
        bottom: 50px;
        content: '';
        width: 1px;
        background-color: #63666a; }
    .c-card-wrapper__block {
      width: 50%; }
      .c-card-wrapper__block:nth-child(even) {
        padding-left: 45px; }
      .c-card-wrapper__block--account-info {
        padding-bottom: 50px; }
        .c-card-wrapper__block--account-info:first-child {
          padding-bottom: 50px;
          margin-bottom: 0;
          border-bottom: none; }
    .c-card-wrapper__design-cards + .c-card-wrapper__no-saves-message {
      display: none; }
    .c-card-wrapper--with-subheading .c-card-wrapper__heading {
      margin-bottom: 10px; }
    .c-card-wrapper--no-saves .c-card-wrapper__link {
      display: none; } }
.c-category-card-list {
  margin-bottom: 50px; }
  .c-category-card-list__heading {
    font-weight: 600;
    margin-bottom: 18px; }
  .c-category-card-list__card {
    margin-bottom: 8px; }
  @media print, screen and (min-width: 48em) {
    .c-category-card-list {
      margin-bottom: 60px; }
      .c-category-card-list__heading {
        margin-bottom: 30px; }
      .c-category-card-list__card {
        margin-bottom: 0; } }
.c-category-cta-list {
  margin-bottom: 40px; }
  .c-category-cta-list__heading {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center; }
  @media print, screen and (min-width: 56.25em) {
    .c-category-cta-list {
      margin-bottom: 60px;
      width: 50%; }
      .c-category-cta-list__heading {
        margin-bottom: 20px; } }
.c-cta-heading-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 40px; }
  .c-cta-heading-block__heading {
    margin-bottom: 30px; }
    .c-cta-heading-block__heading .m-icon-heading__text {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        .c-cta-heading-block__heading .m-icon-heading__text {
          font-size: 28px;
          font-size: 1.75rem; } }
    .c-cta-heading-block__heading .m-icon-heading__svg {
      height: 30px; }
    .c-cta-heading-block__heading .m-icon-heading__icon {
      font-size: 30px;
      font-size: 1.875rem;
      color: #63666a; }
  @media print, screen and (min-width: 48em) {
    .c-cta-heading-block {
      flex-direction: row;
      justify-content: space-between;
      padding-top: 30px; }
      .c-cta-heading-block__heading {
        margin-bottom: 0; } }
.c-cta-ribbon {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px; }
  .c-cta-ribbon .m-icon-heading {
    margin-bottom: 25px; }
    .c-cta-ribbon .m-icon-heading__heading {
      font-size: 26px;
      font-size: 1.625rem;
      flex-direction: column; }
      @media (min-width: 768px) {
        .c-cta-ribbon .m-icon-heading__heading {
          font-size: 32px;
          font-size: 2rem; } }
    .c-cta-ribbon .m-icon-heading__svg-wrapper, .c-cta-ribbon .m-icon-heading__icon {
      margin-right: 0;
      margin-bottom: 25px; }
    .c-cta-ribbon .m-icon-heading__icon {
      font-size: 60px;
      font-size: 3.75rem;
      color: #63666a; }
      @media (min-width: 768px) {
        .c-cta-ribbon .m-icon-heading__icon {
          font-size: 42px;
          font-size: 2.625rem; } }
    .c-cta-ribbon .m-icon-heading__svg {
      height: 60px; }
  .c-cta-ribbon__cta {
    width: fit-content;
    min-width: 195px; }
  @media print, screen and (min-width: 48em) {
    .c-cta-ribbon {
      padding-bottom: 70px; }
      .c-cta-ribbon .m-icon-heading {
        margin-bottom: 30px; }
        .c-cta-ribbon .m-icon-heading__heading {
          flex-direction: row; }
        .c-cta-ribbon .m-icon-heading__svg-wrapper, .c-cta-ribbon .m-icon-heading__icon {
          margin-right: 16px;
          margin-bottom: 0; }
        .c-cta-ribbon .m-icon-heading__svg {
          height: 42px; } }
.c-design-card-list {
  margin-bottom: 15px; }
  .c-design-card-list__heading, h2.block-title {
    font-weight: 600;
    margin-bottom: 20px; }
  .c-design-card-list__card {
    margin-bottom: 25px; }
    .c-design-card-list__card--new-design {
      display: none; }
  @media print, screen and (min-width: 48em) {
    .c-design-card-list {
      margin-bottom: 35px; }
      .c-design-card-list__heading, h2.block-title {
        margin-bottom: 25px; }
      .c-design-card-list__card--new-design {
        display: block; } }
.c-design-form {
  display: flex;
  align-items: center; }
  .c-design-form__form {
    flex-basis: 55%;
    flex-shrink: 0; }
    .c-design-form__form .m-form-widget {
      box-shadow: none; }
  .c-design-form__image {
    flex-grow: 1;
    padding: 20px 30px; }
    .c-design-form__image img {
      width: 100%; }

.c-discussion-card-list {
  padding: 40px 20px; }
  .c-discussion-card-list__card {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 25px; }
  .c-discussion-card-list--forum {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .c-discussion-card-list--forum {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .c-discussion-card-list--forum {
      padding-top: 5px;
      padding-bottom: 5px; } }
.c-distributor-table {
  margin-bottom: 40px; }
  .c-distributor-table__heading {
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 13px; }
  .c-distributor-table__body {
    border: none; }
  .c-distributor-table__row {
    border-bottom: none; }
    .c-distributor-table__row:nth-child(odd) {
      background-color: #eeeeee; }
  .c-distributor-table__name,
  .c-distributor-table .a-text-btn,
  .c-distributor-table .m-mega-menu__subcategory .view-all,
  .m-mega-menu__subcategory .c-distributor-table .view-all {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }
  .c-distributor-table__name, .c-distributor-table__link {
    padding: 15px; }
  .c-distributor-table__link {
    display: flex;
    justify-content: flex-end; }
  @media print, screen and (min-width: 48em) {
    .c-distributor-table {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .c-distributor-table {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .c-distributor-table__heading {
        padding: 0; } }
.c-divider {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .c-divider {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-divider__line {
    margin: 0; }
  .c-divider--desktop {
    display: none; }
  .c-divider--margin {
    margin-bottom: 40px; }
  @media print, screen and (min-width: 48em) {
    .c-divider--mobile {
      display: none; }
    .c-divider--desktop {
      display: block; }
    .c-divider--margin {
      margin-bottom: 50px; } }
.c-filter-sidebar {
  margin-bottom: 20px; }
  .c-filter-sidebar__filter-cta:focus {
    outline: none; }
  .c-filter-sidebar__modal {
    width: 100%;
    height: fit-content;
    min-height: fit-content;
    padding: 25px 0 50px;
    background-color: #eeeeee; }
    .c-filter-sidebar__modal:focus {
      outline: none; }
  .c-filter-sidebar__modal-header {
    position: relative;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 0 30px; }
  .c-filter-sidebar__close-button {
    font-size: 0;
    padding: 0;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
    .c-filter-sidebar__close-button:hover, .c-filter-sidebar__close-button:focus {
      outline: none; }
      .c-filter-sidebar__close-button:hover .c-filter-sidebar__close-icon, .c-filter-sidebar__close-button:focus .c-filter-sidebar__close-icon {
        color: #0dacff; }
  .c-filter-sidebar__close-icon {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0085ca;
    transition: color 0.2s ease-in-out; }
  .c-filter-sidebar__accordion {
    width: 100%;
    margin-bottom: 25px; }
    .c-filter-sidebar__accordion .m-accordion__title {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 10px 30px;
      border-color: #eeeeee; }
      @media (min-width: 768px) {
        .c-filter-sidebar__accordion .m-accordion__title {
          font-size: 16px;
          font-size: 1rem; } }
      .c-filter-sidebar__accordion .m-accordion__title:before {
        right: 30px; }
    .c-filter-sidebar__accordion .m-accordion__content {
      padding: 5px 30px 10px;
      border-top: none; }
  .c-filter-sidebar__modal-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px; }
  .c-filter-sidebar__view-cta {
    margin-bottom: 15px; }
  .c-filter-sidebar__modal .m-checkbox__label, .c-filter-sidebar__modal .inline-checkbox__label, .c-filter-sidebar__modal .facet-item label, .facet-item .c-filter-sidebar__modal label,
  .c-filter-sidebar .m-checkbox__label,
  .c-filter-sidebar .inline-checkbox__label,
  .c-filter-sidebar .facet-item label,
  .facet-item .c-filter-sidebar label {
    font-size: 16px;
    font-size: 1rem; }
    .c-filter-sidebar__modal .m-checkbox__label::before, .c-filter-sidebar__modal .inline-checkbox__label::before, .c-filter-sidebar__modal .facet-item label::before, .facet-item .c-filter-sidebar__modal label::before,
    .c-filter-sidebar .m-checkbox__label::before,
    .c-filter-sidebar .inline-checkbox__label::before,
    .c-filter-sidebar .facet-item label::before,
    .facet-item .c-filter-sidebar label::before {
      width: 20px;
      height: 20px;
      background-color: #fff; }
    .c-filter-sidebar__modal .m-checkbox__label::after, .c-filter-sidebar__modal .inline-checkbox__label::after, .c-filter-sidebar__modal .facet-item label::after, .facet-item .c-filter-sidebar__modal label::after,
    .c-filter-sidebar .m-checkbox__label::after,
    .c-filter-sidebar .inline-checkbox__label::after,
    .c-filter-sidebar .facet-item label::after,
    .facet-item .c-filter-sidebar label::after {
      font-size: 14px;
      font-size: 0.875rem;
      top: 4px;
      left: 3px; }
  .c-filter-sidebar__desktop-content {
    display: none; }
  @media print, screen and (min-width: 48em) {
    .c-filter-sidebar {
      margin-bottom: 35px; }
      .c-filter-sidebar__filter-cta {
        display: none; }
      .c-filter-sidebar__desktop-content {
        display: block; }
      .c-filter-sidebar__header {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 16px;
        padding-top: 10px; }
      .c-filter-sidebar__accordion {
        margin-bottom: 35px; }
        .c-filter-sidebar__accordion .m-accordion__title {
          text-transform: capitalize;
          border-color: #000;
          padding-left: 0;
          padding-right: 0; }
          .c-filter-sidebar__accordion .m-accordion__title:last-of-type {
            border-color: #000; }
          .c-filter-sidebar__accordion .m-accordion__title::before {
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 600;
            right: 0;
            margin: 0;
            transform: translateY(-50%); }
        .c-filter-sidebar__accordion .m-accordion__content {
          padding: 5px 0 15px; }
          .c-filter-sidebar__accordion .m-accordion__content:last-child {
            border-color: #000; } }
.c-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #004E7D 0%, #007DBC 100%);
  color: #fff; }
  .c-footer__logo {
    margin-bottom: 30px;
    width: 194px; }
    .c-footer__logo .a-logo__image {
      width: 100%; }
  .c-footer__menu-links {
    margin-bottom: 50px; }
  .c-footer__policy-links {
    margin-bottom: 50px;
    order: 1; }
    .c-footer__policy-links a:hover, .c-footer__policy-links a h1:hover, a .c-footer__policy-links h1:hover, .c-footer__policy-links a h2:hover, a .c-footer__policy-links h2:hover, .c-footer__policy-links a h3:hover, a .c-footer__policy-links h3:hover, .c-footer__policy-links a h4:hover, a .c-footer__policy-links h4:hover, .c-footer__policy-links a h5:hover, a .c-footer__policy-links h5:hover, .c-footer__policy-links a:focus, .c-footer__policy-links a h1:focus, a .c-footer__policy-links h1:focus, .c-footer__policy-links a h2:focus, a .c-footer__policy-links h2:focus, .c-footer__policy-links a h3:focus, a .c-footer__policy-links h3:focus, .c-footer__policy-links a h4:focus, a .c-footer__policy-links h4:focus, .c-footer__policy-links a h5:focus, a .c-footer__policy-links h5:focus {
      color: #c0eaff; }
  .c-footer__social-links {
    margin-bottom: 50px;
    order: 2; }
  .c-footer__copyright {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
    order: 3; }
  @media print, screen and (min-width: 64em) {
    .c-footer {
      padding-top: 85px;
      padding-bottom: 70px; }
      .c-footer__menu-links {
        margin-bottom: 0; }
      .c-footer__policy-links {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-end;
        order: 3; }
      .c-footer__social-links {
        margin-bottom: 60px;
        margin-top: -3rem; }
      .c-footer__copyright {
        order: 2; } }
.c-form {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .c-form {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-form__section {
    margin-bottom: 20px; }
  .c-form__legend, .fieldset-legend {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 12px; }
  .c-form__field, .form-item {
    margin-bottom: 10px; }
  .c-form__error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #ac242a;
    margin-top: 6px; }
  .c-form__footer {
    margin: 30px 0; }
    .c-form__footer > .a-btn, .c-form__footer > .eu-cookie-compliance-default-button, .c-form__footer > button#ot-sdk-btn.ot-sdk-show-settings, .c-form__footer > button#ot-sdk-btn.optanon-show-settings {
      margin-bottom: 10px; }
      .c-form__footer > .a-btn:last-child, .c-form__footer > .eu-cookie-compliance-default-button:last-child, .c-form__footer > button#ot-sdk-btn.ot-sdk-show-settings:last-child, .c-form__footer > button#ot-sdk-btn.optanon-show-settings:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .c-form__section {
      margin-bottom: 40px; }
    .c-form__field, .form-item {
      margin-bottom: 20px; }
    .c-form__footer > .a-btn, .c-form__footer > .eu-cookie-compliance-default-button, .c-form__footer > button#ot-sdk-btn.ot-sdk-show-settings, .c-form__footer > button#ot-sdk-btn.optanon-show-settings {
      margin-bottom: 0;
      margin-right: 20px; }
      .c-form__footer > .a-btn:last-child, .c-form__footer > .eu-cookie-compliance-default-button:last-child, .c-form__footer > button#ot-sdk-btn.ot-sdk-show-settings:last-child, .c-form__footer > button#ot-sdk-btn.optanon-show-settings:last-child {
        margin-right: 0; } }
.c-header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 300; }
  .c-header__panel {
    background-color: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14); }
  .c-header__logo {
    width: 128px;
    padding: 9px 0; }
    .c-header__logo img {
      width: 100%; }
  .c-header__actions {
    display: flex;
    align-items: center;
    height: 100%; }
  .c-header__toggle {
    margin-right: 24px; }
    .c-header__toggle:last-child {
      margin-right: 0; }
    .c-header__toggle .a-text-btn:focus, .c-header__toggle .m-mega-menu__subcategory .view-all:focus, .m-mega-menu__subcategory .c-header__toggle .view-all:focus, .c-header__toggle .a-text-btn:hover, .c-header__toggle .m-mega-menu__subcategory .view-all:hover, .m-mega-menu__subcategory .c-header__toggle .view-all:hover {
      color: #0085ca; }
    .c-header__toggle .a-text-btn__icon {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1; }
  .c-header__search-toggle {
    padding: 20px;
    margin-right: -20px;
    color: #0085ca; }
    .c-header__search-toggle:hover {
      color: #0dacff; }
    .c-header__search-toggle[aria-expanded="true"] .c-header__search-icon::after {
      content: ""; }
  .c-header__search-icon::after {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    content: ""; }
  .c-header__search {
    position: absolute;
    left: 0;
    z-index: -10;
    width: 100%;
    height: calc(100vh - 104px);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out; }
    .c-header__search--open {
      transform: translateY(0); }
      .c-header__search--open .c-header__backdrop {
        display: block; }
  .c-header__search-wrapper {
    padding: 25px 15px;
    background-color: #eeeeee; }
  .c-header__search-desktop {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 66px;
    position: relative; }
    @media screen and (max-width: 56.24875em) {
      .c-header__search-desktop {
        display: none !important; } }
    @media print, screen and (min-width: 48em) {
      .c-header__search-desktop {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .c-header__main-nav {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -10;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    height: calc(100vh - 104px);
    overflow: auto; }
    .c-header__main-nav--open {
      transform: translateY(0); }
      .c-header__main-nav--open .c-header__backdrop {
        display: block; }
  .c-header__backdrop {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: -10; }
  @media print, screen and (min-width: 56.25em) {
    .c-header__logo {
      width: 196px;
      padding: 16px 0; }
    .c-header__cta {
      margin-left: 16px; }
      .c-header__cta:first-child {
        margin-left: 0; }
    .c-header__search-toggle {
      position: absolute;
      right: 20px;
      z-index: 10; }
    .c-header__search {
      background-color: #eeeeee;
      height: auto;
      left: auto;
      right: 0;
      top: 100%; }
    .c-header__search-wrapper {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto;
      background-color: transparent;
      padding: 36px 0; } }
  @media print, screen and (min-width: 56.25em) and (min-width: 48em) {
    .c-header__search-wrapper {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 56.25em) {
    .c-header__main-nav {
      position: absolute;
      transform: none;
      flex-grow: 1;
      z-index: 10;
      height: auto;
      overflow: visible; }
    .c-header__backdrop {
      display: none; }
    .c-header__menu {
      position: relative;
      background-color: #fff;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14); }
    .c-header__menu-inner {
      display: flex;
      align-items: center; } }
.c-hero-block {
  position: relative;
  margin-bottom: 30px; }
  .c-hero-block__image {
    height: 325px;
    width: 100%;
    object-fit: cover; }
  .c-hero-block__content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute !important;
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%);
    width: 90%;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .c-hero-block__content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .c-hero-block__heading {
    justify-content: center;
    margin-bottom: 15px;
    color: #fff; }
    .c-hero-block__heading .m-icon-heading__heading,
    .c-hero-block__heading .m-icon-heading__icon {
      color: #fff; }
  .c-hero-block__description {
    color: #fff;
    font-weight: 600; }
  .c-hero-block:before {
    position: absolute !important;
    top: 0% !important;
    left: 0% !important;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%); }
  .c-hero-block--dark .c-hero-block__heading,
  .c-hero-block--dark .c-hero-block__description {
    color: #000; }
    .c-hero-block--dark .c-hero-block__heading .m-icon-heading__heading,
    .c-hero-block--dark .c-hero-block__heading .m-icon-heading__icon,
    .c-hero-block--dark .c-hero-block__description .m-icon-heading__heading,
    .c-hero-block--dark .c-hero-block__description .m-icon-heading__icon {
      color: #000; }
  @media print, screen and (min-width: 48em) {
    .c-hero-block {
      margin-bottom: 35px; }
      .c-hero-block__image {
        height: 410px; }
      .c-hero-block__heading {
        margin-bottom: 20px; } }
  @media print, screen and (min-width: 64em) {
    .c-hero-block__content {
      width: 60%; } }
.c-hero-carousel {
  margin-bottom: 40px; }
  .c-hero-carousel__container {
    position: relative; }
  .c-hero-carousel__slide {
    list-style: none;
    padding: 0;
    position: absolute;
    height: 325px; }
    .c-hero-carousel__slide::before {
      content: ''; }
  .c-hero-carousel__slide-content {
    position: absolute !important;
    top: 50% !important;
    right: 50% !important;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    transform: translate(50%, -50%);
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 100; }
    @media print, screen and (min-width: 48em) {
      .c-hero-carousel__slide-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .c-hero-carousel__slide-header, .c-hero-carousel__slide-description {
    color: #fff;
    justify-content: center; }
    .c-hero-carousel__slide-header .m-icon-heading__heading,
    .c-hero-carousel__slide-header .m-icon-heading__icon, .c-hero-carousel__slide-description .m-icon-heading__heading,
    .c-hero-carousel__slide-description .m-icon-heading__icon {
      color: #fff; }
  .c-hero-carousel__slide-header {
    margin-bottom: 10px; }
  .c-hero-carousel__slide-description {
    font-weight: 600; }
  .c-hero-carousel__image {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover; }
  .c-hero-carousel__bullets {
    position: absolute !important;
    right: 50% !important;
    bottom: 30px;
    transform: translateX(50%);
    z-index: 100; }
    .c-hero-carousel__bullets button {
      display: inline-block;
      padding: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.4);
      transition: background-color 0.25s ease-in-out; }
      .c-hero-carousel__bullets button:hover, .c-hero-carousel__bullets button:focus {
        background-color: #fff;
        outline: none; }
      .c-hero-carousel__bullets button.is-active {
        background-color: #fff; }
  .c-hero-carousel--dark .c-hero-carousel__slide-header,
  .c-hero-carousel--dark .c-hero-carousel__slide-description {
    color: #000; }
    .c-hero-carousel--dark .c-hero-carousel__slide-header .m-icon-heading__heading,
    .c-hero-carousel--dark .c-hero-carousel__slide-header .m-icon-heading__icon,
    .c-hero-carousel--dark .c-hero-carousel__slide-description .m-icon-heading__heading,
    .c-hero-carousel--dark .c-hero-carousel__slide-description .m-icon-heading__icon {
      color: #000; }
  .c-hero-carousel--dark .c-hero-carousel__bullets button {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.4); }
    .c-hero-carousel--dark .c-hero-carousel__bullets button:hover, .c-hero-carousel--dark .c-hero-carousel__bullets button:focus {
      background-color: #000;
      outline: none; }
    .c-hero-carousel--dark .c-hero-carousel__bullets button.is-active {
      background-color: #000; }
  .c-hero-carousel--grabbing {
    cursor: grabbing; }
  @media print, screen and (min-width: 48em) {
    .c-hero-carousel {
      margin-bottom: 25px; }
      .c-hero-carousel__slide {
        height: 410px; }
      .c-hero-carousel__slide-header {
        margin-bottom: 15px; }
      .c-hero-carousel__image {
        position: absolute !important;
        top: 0% !important;
        right: 50% !important;
        transform: translateX(50%); } }
  @media print, screen and (min-width: 64em) {
    .c-hero-carousel__slide-content {
      width: 60%; } }
.c-inventory-table {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .c-inventory-table {
      margin-bottom: 30px; } }
  .c-inventory-table__heading {
    display: none;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    color: #63666a;
    font-weight: 600;
    margin: 30px 0 40px; }
  .c-inventory-table__data-row {
    background-color: #eeeeee;
    padding: 10px 0 20px;
    margin-bottom: 10px;
    border-bottom: none; }
  .c-inventory-table__mobile-label {
    margin-right: 20px; }
    @media print, screen and (min-width: 48em) {
      .c-inventory-table__mobile-label {
        display: none !important; } }
  .c-inventory-table__distributor {
    display: flex;
    align-items: center; }
  .c-inventory-table__image {
    margin-right: 20px;
    flex-shrink: 0;
    width: 64px; }
    .c-inventory-table__image img {
      width: 100%; }
  .c-inventory-table__cta {
    margin-top: 10px;
    margin-bottom: 20px; }
  .c-inventory-table .m-table__body {
    border-top: 3px solid #000;
    border-bottom: none; }
  .c-inventory-table .m-table__item {
    padding: 10px; }
  @media print, screen and (min-width: 48em) {
    .c-inventory-table {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .c-inventory-table {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .c-inventory-table__heading {
        display: block;
        margin-top: 5px; }
      .c-inventory-table__data-row {
        background-color: #fff;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #c0c0c0; }
      .c-inventory-table__cta {
        margin: 0; }
      .c-inventory-table .m-table__body {
        border-top: none;
        border-bottom: 1px solid #c0c0c0; }
      .c-inventory-table .m-table__item {
        padding: 1.25rem; }
        .c-inventory-table .m-table__item:first-child {
          padding-left: 0; }
        .c-inventory-table .m-table__item:last-child {
          text-align: right;
          padding-right: 0; } }
.c-links-list {
  margin-bottom: 20px; }
  .c-links-list__heading {
    font-weight: 600;
    margin-bottom: 40px; }
  .c-links-list__subheading {
    font-weight: 600;
    margin-bottom: 15px; }
  .c-links-list__icon-heading {
    margin-bottom: 10px; }
  .c-links-list--bg {
    background-color: #eeeeee;
    padding-top: 40px;
    margin-bottom: 40px; }
  @media print, screen and (min-width: 48em) {
    .c-links-list {
      margin-bottom: 30px; }
      .c-links-list__subheading {
        margin-bottom: 20px; }
      .c-links-list__icon-heading {
        margin-bottom: 15px; }
      .c-links-list--bg {
        padding-top: 30px;
        margin-bottom: 60px; } }
@media print, screen and (min-width: 48em) {
  .c-list-toolbar {
    margin: 1rem auto; } }

.c-main-nav {
  position: relative;
  background-color: #eeeeee;
  transition: transform 0.4s ease-in-out; }
  .c-main-nav[data-level="1"] {
    transform: translateX(-100%); }
  .c-main-nav[data-level="2"] {
    transform: translateX(-200%); }
  .c-main-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
  .c-main-nav__item {
    list-style: none;
    padding: 0;
    border-top: 1px solid #c0c0c0;
    position: unset; }
    .c-main-nav__item::before {
      content: ''; }
    .c-main-nav__item:first-child {
      border-top: none; }
  .c-main-nav__item-link {
    position: relative;
    display: block;
    padding: 13px 36px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .c-main-nav__item-link {
        font-size: 16px;
        font-size: 1rem; } }
    .c-main-nav__item-link:hover {
      color: #000; }
    .c-main-nav__item-link::after {
      font-size: 18px;
      font-size: 1.125rem;
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 36px;
      color: #0085ca; }
      @media (min-width: 768px) {
        .c-main-nav__item-link::after {
          font-size: 12px;
          font-size: 0.75rem; } }
  .c-main-nav__panel {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(100%); }
    .c-main-nav__panel--open {
      z-index: 10; }
  .c-main-nav__submenu {
    display: none; }
    .c-main-nav__submenu--active {
      display: block; }
  .c-main-nav__back-btn {
    background-color: #eeeeee; }
    .c-main-nav__back-btn .a-text-btn, .c-main-nav__back-btn .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-main-nav__back-btn .view-all {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 15px 36px;
      width: 100%;
      line-height: 2; }
      @media (min-width: 768px) {
        .c-main-nav__back-btn .a-text-btn, .c-main-nav__back-btn .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-main-nav__back-btn .view-all {
          font-size: 16px;
          font-size: 1rem; } }
      .c-main-nav__back-btn .a-text-btn__icon {
        font-size: 18px;
        font-size: 1.125rem;
        transform: translate(-4px, 2px); }
  @media print, screen and (min-width: 56.25em) {
    .c-main-nav {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto;
      background-color: transparent;
      position: unset; } }
  @media print, screen and (min-width: 56.25em) and (min-width: 48em) {
    .c-main-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 56.25em) {
      .c-main-nav__list {
        display: flex;
        position: unset; }
      .c-main-nav__item {
        border: none; }
        .c-main-nav__item--active .c-main-nav__item-link {
          color: #004976; }
          .c-main-nav__item--active .c-main-nav__item-link::after {
            transform: rotate(180deg) translateY(50%); }
      .c-main-nav__item-link {
        padding: 18px 40px 18px 0;
        white-space: nowrap;
        font-weight: 600; }
        .c-main-nav__item-link::after {
          content: "";
          right: 20px; }
      .c-main-nav__panel {
        position: absolute;
        top: auto;
        left: 0;
        width: 100vw;
        margin-top: -1px;
        transform: none; } }
.c-media-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eeeeee;
  align-items: flex-end; }

.c-media-block__content-wrapper {
  padding: 35px 20px 40px; }

.c-media-block__title {
  font-weight: 600;
  margin-bottom: 12px; }

.c-media-block__description {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .c-media-block__description {
      font-size: 18px;
      font-size: 1.125rem; } }
.c-media-block__image-wrapper {
  max-height: inherit;
  width: 100%; }

.c-media-block__image {
  height: 300px;
  object-fit: cover;
  width: 100%; }

.c-media-block--reverse {
  flex-direction: column-reverse; }
  .c-media-block--reverse .c-media-block__content {
    align-items: flex-start; }

.c-media-block--margins {
  margin-bottom: 40px; }

@media print, screen and (min-width: 48em) {
  .c-media-block__image {
    height: 400px; }
  .c-media-block--reverse {
    flex-direction: row-reverse; }
  .c-media-block--margins {
    margin-bottom: 70px; } }

@media print, screen and (min-width: 64em) {
  .c-media-block__content-wrapper {
    padding: 100px 50px; }
  .c-media-block__title {
    margin-bottom: 25px; }
  .c-media-block__image {
    height: 100%; } }

@media screen and (min-width: 75em) {
  .c-media-block__content-wrapper {
    padding-left: 0;
    padding-right: 90px;
    max-width: calc(76.875rem/2); }
  .c-media-block--reverse .c-media-block__content {
    padding-left: 90px;
    padding-right: 0; } }

.c-media-card-list {
  margin-bottom: 15px; }
  .c-media-card-list__heading {
    font-weight: 600;
    margin-bottom: 25px; }
  .c-media-card-list__card {
    margin-bottom: 55px; }
  @media print, screen and (min-width: 48em) {
    .c-media-card-list {
      margin-bottom: 20px; }
      .c-media-card-list__heading {
        margin-bottom: 30px; } }
.c-mixed-media-block {
  margin-bottom: 30px; }
  .c-mixed-media-block img {
    max-width: none;
    width: calc(100% + (10px*2));
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px; }
  .c-mixed-media-block .a-btn, .c-mixed-media-block .eu-cookie-compliance-default-button, .c-mixed-media-block button#ot-sdk-btn.ot-sdk-show-settings, .c-mixed-media-block button#ot-sdk-btn.optanon-show-settings,
  .c-mixed-media-block .a-text-btn,
  .c-mixed-media-block .m-mega-menu__subcategory .view-all,
  .m-mega-menu__subcategory .c-mixed-media-block .view-all {
    margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    .c-mixed-media-block {
      margin-bottom: 60px; }
      .c-mixed-media-block img {
        max-width: 100%;
        margin: auto 0; } }
.c-plp-hero {
  margin-top: 50px;
  margin-bottom: 20px; }
  .c-plp-hero__image-wrapper, .c-plp-hero__content {
    display: flex; }
  .c-plp-hero__image-wrapper {
    justify-content: center;
    margin-bottom: 30px; }
  .c-plp-hero__image, .c-plp-hero__image img {
    align-self: center; }
  .c-plp-hero__content {
    flex-direction: column; }
    .c-plp-hero__content h1 {
      text-align: center; }
      @media print, screen and (min-width: 48em) {
        .c-plp-hero__content h1 {
          text-align: left; } }
  .c-plp-hero__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .c-plp-hero__description {
        font-size: 20px;
        font-size: 1.25rem; } }
  @media print, screen and (min-width: 48em) {
    .c-plp-hero {
      margin-top: 70px;
      margin-bottom: 40px; }
      .c-plp-hero__image-wrapper {
        justify-content: flex-start;
        margin-bottom: 0; }
      .c-plp-hero__content {
        text-align: left; } }
.c-product-blurb-list {
  margin-bottom: 20px; }
  .c-product-blurb-list__heading {
    font-weight: 600;
    margin-bottom: 20px; }
  @media print, screen and (min-width: 48em) {
    .c-product-blurb-list {
      margin-bottom: 30px; }
      .c-product-blurb-list__heading {
        margin-bottom: 25px; } }
.c-product-card-list {
  margin-bottom: 25px; }
  .c-product-card-list__heading {
    font-weight: 600;
    margin-bottom: 20px; }
  .c-product-card-list__card {
    margin-bottom: 25px; }
    @media print, screen and (min-width: 48em) {
      .c-product-card-list__card {
        max-width: 33%; } }
    @media print, screen and (min-width: 64em) {
      .c-product-card-list__card {
        max-width: 25%; } }
  .c-product-card-list--category {
    margin-bottom: 5px; }
  @media print, screen and (min-width: 48em) {
    .c-product-card-list {
      margin-bottom: 35px; }
      .c-product-card-list__heading {
        margin-bottom: 25px; }
      .c-product-card-list--category {
        margin-bottom: 25px; } }
.c-product-details {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .c-product-details {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-product-details__desciption {
    margin-bottom: 30px; }
  .c-product-details__features {
    margin-bottom: 30px; }
  .c-product-details__image img {
    width: 100%; }
  @media print, screen and (min-width: 64em) {
    .c-product-details {
      padding-top: 40px;
      padding-bottom: 40px; }
      .c-product-details__features {
        margin-left: 30px; } }
.c-product-filter {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 48em) {
    .c-product-filter {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media (min-width: 768px) {
    .c-product-filter {
      margin-bottom: 30px; } }
  .c-product-filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 2px solid #000; }
  .c-product-filter__toggle {
    color: #0085ca; }
    .c-product-filter__toggle::after {
      font-size: 12px;
      font-size: 0.75rem;
      content: "";
      margin-left: 8px; }
    .c-product-filter__toggle:hover {
      color: #0dacff; }
    .c-product-filter__toggle[data-expanded="false"]::after {
      content: ""; }
  .c-product-filter__label {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .c-product-filter__label {
        font-size: 16px;
        font-size: 1rem; } }
  .c-product-filter__group {
    padding-top: 30px; }
    .c-product-filter__group:first-child > :first-child {
      border-radius: 0 0 0 0; }
    .c-product-filter__group:last-child > :last-child {
      border-radius: 0 0 0 0; }
    .c-product-filter__group:last-child {
      padding-top: 10px; }
      .c-product-filter__group:last-child.is-active {
        padding-bottom: 40px; }
  .c-product-filter__group-tab {
    display: none;
    padding: 1rem;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
    background-color: #fff;
    color: #000;
    padding: 0;
    border: none !important; }
    :last-child > .c-product-filter__group-tab:last-child {
      border-bottom: 1px solid #c0c0c0; }
  .c-product-filter__advanced-filters {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: -30px;
    padding-bottom: 30px; }
  .c-product-filter__filter-head {
    display: none;
    font-size: 18px;
    font-size: 1.125rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    border: none !important;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px; }
    @media print, screen and (min-width: 48em) {
      .c-product-filter__filter-head {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .c-product-filter__filter-head:focus, .c-product-filter__filter-head:hover {
      color: #000; }
    .c-product-filter__filter-head::after {
      color: #0085ca;
      content: ""; }
    .is-active > .c-product-filter__filter-head::after {
      content: ""; }
  .c-product-filter__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -10px 10px; }
  .c-product-filter__item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px; }
  .c-product-filter__cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid #c0c0c0; }
    .c-product-filter__cta .a-text-btn, .c-product-filter__cta .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-product-filter__cta .view-all {
      margin-right: 30px; }
    .c-product-filter__cta--pushed {
      padding-bottom: 0;
      border-bottom: none;
      float: right;
      transform: translateY(-40px); }
  .c-product-filter__mobile-close .a-text-btn__icon {
    font-size: 24px;
    font-size: 1.5rem; }
  .c-product-filter__applied {
    display: flex;
    align-items: flex-start;
    padding: 30px 0; }
    .c-product-filter__applied .m-selected-filter {
      margin-right: 20px;
      margin-bottom: 20px; }
    .c-product-filter__applied .a-text-btn, .c-product-filter__applied .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-product-filter__applied .view-all {
      display: inline-flex; }
  .c-product-filter__applied-label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap; }
  .c-product-filter__inputs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0; }
    .c-product-filter__inputs .m-filter-input {
      min-width: 80px;
      margin-bottom: 20px;
      margin-right: 20px; }
  @media screen and (max-width: 74.99875em) {
    .c-product-filter__item {
      width: 25%; } }
  @media screen and (max-width: 47.99875em) {
    .c-product-filter__panel {
      background-color: #eeeeee; }
    .c-product-filter__filters, .c-product-filter__advanced-filters {
      background-color: transparent; }
    .c-product-filter__advanced-filters {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .c-product-filter__header {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: none; } }
  @media screen and (max-width: 47.99875em) and (min-width: 48em) {
    .c-product-filter__header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 47.99875em) {
    .c-product-filter__list {
      background-color: transparent;
      display: block;
      margin: 0; }
      .c-product-filter__list .m-filter-card {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        max-width: 76.875rem;
        margin-left: auto;
        margin-right: auto;
        border: none;
        padding-bottom: 30px; } }
    @media screen and (max-width: 47.99875em) and (min-width: 48em) {
      .c-product-filter__list .m-filter-card {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media screen and (max-width: 47.99875em) {
        .c-product-filter__list .m-filter-card__head {
          display: none; }
        .c-product-filter__list .m-filter-card__search {
          margin-bottom: 20px; }
    .c-product-filter__item {
      width: 100%;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #c0c0c0; }
      .c-product-filter__item:first-child > :first-child {
        border-radius: 0 0 0 0; }
      .c-product-filter__item:last-child > :last-child {
        border-radius: 0 0 0 0; }
    .c-product-filter__filter-head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .c-product-filter__filter-tab {
      display: none;
      padding: 1rem;
      border: 1px solid #c0c0c0;
      border-bottom: 0;
      background-color: #fff;
      color: #000;
      padding: 0;
      border: none !important; }
      :last-child > .c-product-filter__filter-tab:last-child {
        border-bottom: 1px solid #c0c0c0; }
    .c-product-filter__cta {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px;
      padding-bottom: 40px;
      border-bottom: none;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 47.99875em) and (min-width: 48em) {
    .c-product-filter__cta {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 47.99875em) {
      .c-product-filter__cta .a-text-btn, .c-product-filter__cta .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-product-filter__cta .view-all {
        margin-right: 0;
        margin-top: 20px; }
      .c-product-filter__cta--pushed {
        float: none;
        transform: none;
        padding-top: 0;
        padding-bottom: 0; }
    .c-product-filter__toggle {
      margin: 30px 15px; }
    .c-product-filter__applied {
      flex-direction: column;
      padding-bottom: 0; }
      .c-product-filter__applied .m-selected-filter {
        margin-bottom: 16px; }
      .c-product-filter__applied .a-text-btn, .c-product-filter__applied .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-product-filter__applied .view-all {
        display: flex; }
    .c-product-filter__applied-label {
      margin-bottom: 10px; }
    .c-product-filter__inputs {
      padding-left: 20px;
      padding-right: 20px; }
      .c-product-filter__inputs .m-filter-input {
        width: 25%; } }
.c-product-overview {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 48em) {
    .c-product-overview {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media (min-width: 768px) {
    .c-product-overview {
      margin-bottom: 30px; } }
  .c-product-overview__actions {
    margin-top: 40px; }
    .c-product-overview__actions .a-btn, .c-product-overview__actions .eu-cookie-compliance-default-button, .c-product-overview__actions button#ot-sdk-btn.ot-sdk-show-settings, .c-product-overview__actions button#ot-sdk-btn.optanon-show-settings {
      margin-bottom: 10px; }
      .c-product-overview__actions .a-btn:last-child, .c-product-overview__actions .eu-cookie-compliance-default-button:last-child, .c-product-overview__actions button#ot-sdk-btn.ot-sdk-show-settings:last-child, .c-product-overview__actions button#ot-sdk-btn.optanon-show-settings:last-child {
        margin-bottom: 0; }
  .c-product-overview__docs {
    margin-bottom: 30px; }
    .c-product-overview__docs .a-text-btn, .c-product-overview__docs .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-product-overview__docs .view-all {
      display: inline-flex;
      margin-right: 30px; }
      .c-product-overview__docs .a-text-btn:last-child, .c-product-overview__docs .m-mega-menu__subcategory .view-all:last-child, .m-mega-menu__subcategory .c-product-overview__docs .view-all:last-child {
        margin-right: 0; }
      .c-product-overview__docs .a-text-btn__icon {
        font-size: 32px;
        font-size: 2rem; }
  .c-product-overview__docs-head {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 20px 0; }
  .c-product-overview .m-product-gallery {
    margin: -10px;
    margin-bottom: 30px; }
    .c-product-overview .m-product-gallery__thumbnails {
      padding: 0 10px; }
  @media print, screen and (min-width: 48em) {
    .c-product-overview__actions {
      margin-top: 60px;
      display: flex; }
      .c-product-overview__actions .a-btn, .c-product-overview__actions .eu-cookie-compliance-default-button, .c-product-overview__actions button#ot-sdk-btn.ot-sdk-show-settings, .c-product-overview__actions button#ot-sdk-btn.optanon-show-settings {
        margin-bottom: 0;
        flex: 1 1 50%;
        margin-right: 30px; }
        .c-product-overview__actions .a-btn:last-child, .c-product-overview__actions .eu-cookie-compliance-default-button:last-child, .c-product-overview__actions button#ot-sdk-btn.ot-sdk-show-settings:last-child, .c-product-overview__actions button#ot-sdk-btn.optanon-show-settings:last-child {
          margin-right: 0; }
    .c-product-overview .m-product-gallery {
      margin: 0; }
      .c-product-overview .m-product-gallery__thumbnails {
        padding: 0; }
    .c-product-overview .m-product-details {
      height: 100%; } }
.c-product-search-result-list {
  padding-bottom: 10px; }
  .c-product-search-result-list__card:not(:last-child) {
    border-bottom: 1px solid #c0c0c0; }
  @media print, screen and (min-width: 48em) {
    .c-product-search-result-list {
      padding-bottom: 20px; } }
.c-product-table {
  border-bottom: 3px solid #000; }
  .c-product-table__data-row {
    background-color: #eeeeee;
    padding: 10px 0 0;
    margin-bottom: 10px;
    border-bottom: none; }
    .c-product-table__data-row--light {
      background-color: #fff;
      border-bottom: 1px solid #c0c0c0;
      margin-bottom: 0; }
  .c-product-table .simplebar-content-wrapper {
    position: initial; }
  .c-product-table__item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .c-product-table__mobile-row-head {
    padding-right: 20px; }
    @media print, screen and (min-width: 48em) {
      .c-product-table__mobile-row-head {
        display: none !important; } }
  .c-product-table__product {
    display: flex;
    align-items: flex-start; }
  .c-product-table__image {
    position: relative;
    margin-right: 30px; }
    .c-product-table__image .a-badge {
      left: 0;
      top: -8px; }
      .c-product-table__image .a-badge + img {
        margin-left: 10px; }
    .c-product-table__image img {
      min-width: 64px;
      max-width: 64px; }
    .c-product-table__image--large .a-badge + img {
      margin-left: 0; }
    .c-product-table__image--large img {
      margin-top: 10px;
      min-width: 100px;
      max-width: 100px; }
  .c-product-table__links {
    margin-top: 20px;
    margin-bottom: 20px; }
    .c-product-table__links .a-btn, .c-product-table__links .eu-cookie-compliance-default-button, .c-product-table__links button#ot-sdk-btn.ot-sdk-show-settings, .c-product-table__links button#ot-sdk-btn.optanon-show-settings {
      display: block;
      margin-right: 10px;
      margin-left: -10px; }
  .c-product-table__icon-cta {
    display: block;
    text-align: center; }
    .c-product-table__icon-cta .a-text-btn__icon {
      font-size: 24px;
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        .c-product-table__icon-cta .a-text-btn__icon {
          font-size: 30px;
          font-size: 1.875rem; } }
  .c-product-table__applications {
    padding: 10px 0;
    margin: 0 -10px; }
  .c-product-table__app-icon {
    display: inline-block;
    padding: 10px;
    height: 52px; }
    .c-product-table__app-icon img {
      height: 100%; }
  .c-product-table__mobile-data {
    margin-top: 20px;
    color: #0085ca; }
    @media print, screen and (min-width: 48em) {
      .c-product-table__mobile-data {
        display: none !important; } }
    .c-product-table__mobile-data::after {
      font-size: 12px;
      font-size: 0.75rem;
      content: "";
      margin-left: 8px; }
    .c-product-table__mobile-data[data-expanded="false"]::after {
      content: ""; }
  .c-product-table .m-table {
    margin-bottom: 0; }
  .c-product-table__rdk {
    margin-bottom: 20px; }
  @media screen and (max-width: 47.99875em) {
    .c-product-table__fixed-holder {
      display: none !important; } }
  .c-product-table .m-table__body {
    border-top: 3px solid #000;
    border-bottom: none; }
  .c-product-table .m-table__item {
    padding: 15px 10px; }
    .c-product-table .m-table__item:first-child {
      padding-bottom: 30px; }
    .c-product-table .m-table__item:nth-child(even) {
      background-color: #fff; }
  .c-product-table__toolbar-footer {
    margin-top: 10px;
    margin-bottom: 60px; }
    .c-product-table__toolbar-footer .m-list-toolbar {
      margin-bottom: 0; }
  .c-product-table--fixed-column .m-table__item:first-child {
    background-color: #eeeeee;
    padding-bottom: 10px; }
  @media print, screen and (min-width: 48em) {
    .c-product-table {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 76.875rem;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 30px;
      margin-bottom: 40px;
      border-bottom: none;
      position: relative; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .c-product-table {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .c-product-table::after {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        content: '';
        border-bottom: 3px solid #000; }
      .c-product-table__item-inner {
        display: block; }
      .c-product-table__data-row {
        background-color: #fff;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #c0c0c0; }
      .c-product-table__cta {
        margin: 0; }
      .c-product-table__product {
        align-items: flex-start;
        min-width: 220px; }
      .c-product-table__applications {
        padding: 0; }
      .c-product-table__app-icon {
        height: 44px; }
      .c-product-table__rdk {
        margin-bottom: 0; }
      .c-product-table + .c-product-table__toolbar-footer {
        margin-top: -20px; }
      .c-product-table--scroll {
        padding-bottom: 0; }
        .c-product-table--scroll::after {
          display: none; }
      .c-product-table .m-table__body {
        border-top: none;
        border-bottom: 1px solid #c0c0c0; }
      .c-product-table .m-table__item {
        padding: 30px;
        border-right: 1px solid #c0c0c0; }
        .c-product-table .m-table__item:first-child {
          padding-left: 0;
          padding-bottom: 30px; }
        .c-product-table .m-table__item:last-child {
          border-right: none; }
        .c-product-table .m-table__item:nth-child(even) {
          background-color: transparent; }
      .c-product-table--fixed-column .m-table__item:first-child {
        background-color: #fff; }
      .c-product-table--fixed-column .m-table__row-header:first-child {
        background-color: #fff;
        width: 360px;
        position: absolute;
        z-index: 100; }
      .c-product-table--fixed-column .c-product-table__product {
        min-width: 0; }
      .c-product-table--fixed-column .c-product-table__fixed-col {
        position: absolute;
        width: 360px;
        border-right: none;
        box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.1); }
      .c-product-table--fixed-column .c-product-table__fixed-holder {
        max-width: 360px;
        min-width: 360px;
        padding-left: 15px;
        border-right: none; }
        .c-product-table--fixed-column .c-product-table__fixed-holder > * {
          visibility: hidden; } }
  @media print, screen and (min-width: 64em) {
    .c-product-table__product {
      min-width: 300px; } }
.c-product-tabs {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    .c-product-tabs {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-product-tabs .m-tabs__panel > div {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .c-product-tabs .c-product-table__toolbar-footer {
    margin-bottom: 0; }
  .c-product-tabs .c-inventory-table {
    margin-bottom: 0; }
  @media screen and (max-width: 47.99875em) {
    .c-product-tabs .m-tabs {
      margin: -10px; } }
.c-search-header {
  margin-bottom: 30px;
  text-align: center; }
  .c-search-header__heading {
    margin-bottom: 20px; }
  .c-search-header__blurb {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #63666a; }
    @media (min-width: 768px) {
      .c-search-header__blurb {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media print, screen and (min-width: 56.25em) {
    .c-search-header {
      width: 50%;
      margin-bottom: 40px; } }
.c-sidebar-navigation {
  margin-bottom: 10px; }
  .c-sidebar-navigation__select .a-select-menu, .c-sidebar-navigation__select select {
    text-transform: uppercase; }
  .c-sidebar-navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
  .c-sidebar-navigation__list-item {
    margin-bottom: 5px; }
  .c-sidebar-navigation__link {
    border-radius: 20px;
    color: #000;
    padding: 8px 20px;
    line-height: 1.25;
    transition: background-color 0.2s ease-in-out; }
    .c-sidebar-navigation__link:hover, .c-sidebar-navigation__link:focus {
      background-color: #0085ca;
      color: #fff; }
  @media print, screen and (min-width: 64em) {
    .c-sidebar-navigation {
      margin-bottom: 0; }
      .c-sidebar-navigation__select {
        display: none; }
      .c-sidebar-navigation__list {
        display: block; } }
.c-solution-finder-header {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 48em) {
    .c-solution-finder-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media (min-width: 768px) {
    .c-solution-finder-header {
      margin-bottom: 30px; } }
  .c-solution-finder-header__forms .m-segment-dropdown__head,
  .c-solution-finder-header__forms .a-form-label,
  .c-solution-finder-header__forms .field--type-datetime > span,
  .c-solution-finder-header__forms label.textfield_label {
    width: 80px;
    flex-grow: 0;
    flex-shrink: 0; }
  .c-solution-finder-header__forms .m-segment-dropdown__menu {
    flex-grow: 1; }
  .c-solution-finder-header__forms .m-segment-dropdown,
  .c-solution-finder-header__forms .m-select-menu {
    margin-bottom: 20px; }
  .c-solution-finder-header__description {
    margin-bottom: 30px; }
  .c-solution-finder-header__toggle {
    margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    .c-solution-finder-header__heading {
      margin-bottom: 0; }
    .c-solution-finder-header__top {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .c-solution-finder-header__left {
      display: flex;
      align-items: center;
      flex-grow: 1;
      margin-bottom: 30px; }
    .c-solution-finder-header__toggle {
      width: 220px;
      margin: 0 20px; }
    .c-solution-finder-header__forms {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 30px; }
      .c-solution-finder-header__forms .m-segment-dropdown__head,
      .c-solution-finder-header__forms .a-form-label,
      .c-solution-finder-header__forms .field--type-datetime > span,
      .c-solution-finder-header__forms label.textfield_label {
        width: auto; }
      .c-solution-finder-header__forms .m-segment-dropdown__menu,
      .c-solution-finder-header__forms .a-select-menu,
      .c-solution-finder-header__forms select {
        width: 210px; }
      .c-solution-finder-header__forms .m-segment-dropdown,
      .c-solution-finder-header__forms .m-select-menu {
        margin-bottom: 0; }
      .c-solution-finder-header__forms .m-segment-dropdown {
        margin-right: 15px; } }
.c-srp-hero {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    .c-srp-hero {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .c-srp-hero__heading {
    margin-bottom: 20px; }
  .c-srp-hero__search-item::before, .c-srp-hero__search-item::after {
    content: '"'; }
  @media print, screen and (min-width: 48em) {
    .c-srp-hero {
      padding-top: 40px;
      margin-bottom: 50px; }
      .c-srp-hero__heading {
        margin-bottom: 15px; } }
.c-thread-list__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  text-transform: uppercase; }

.c-thread-list__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-thread-list__item {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px; }
  .c-thread-list__item::before {
    content: ''; }
  .c-thread-list__item:last-child {
    margin-bottom: 0; }

.c-thread-list__image {
  max-width: 122px;
  flex-basis: 40%;
  flex-shrink: 0; }
  .c-thread-list__image img {
    width: 100%; }

.c-thread-list__title {
  margin-left: 16px; }

.m-accordion-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .m-accordion-nav__item {
    list-style: none;
    padding: 0;
    border-top: 1px solid #c0c0c0; }
    .m-accordion-nav__item::before {
      content: ''; }
  .m-accordion-nav__item-head {
    font-weight: 400;
    color: #0085ca;
    text-transform: uppercase; }
    .m-accordion-nav__item-head .a-text-btn__icon {
      font-size: 20px;
      font-size: 1.25rem;
      vertical-align: text-top; }
  .m-accordion-nav__sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 12px 36px; }
  .m-accordion-nav__sub-item {
    list-style: none;
    padding: 0;
    padding-left: 20px; }
    .m-accordion-nav__sub-item::before {
      content: ''; }
  .m-accordion-nav.accordion-menu .m-accordion-nav__item-head {
    padding: 13px 36px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2; }
  .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item a, .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item a h1, a .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item h1, .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item a h2, a .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item h2, .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item a h3, a .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item h3, .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item a h4, a .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item h4, .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item a h5, a .m-accordion-nav.accordion-menu .m-accordion-nav__sub-item h5 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0 0 20px; }
  .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h1::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h2::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h3::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h4::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > h5::after {
    border: none;
    content: "";
    font-size: 18px;
    font-size: 1.125rem;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 36px; }
  .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h1, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h1, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h2, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h2, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h3, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h3, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h4, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h4, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h5, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h5 {
    font-weight: 700; }
    .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h1::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h1::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h2::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h2::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h3::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h3::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h4::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h4::after, .m-accordion-nav.accordion-menu a .is-accordion-submenu-parent[aria-expanded='true'] > h5::after, a .m-accordion-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > h5::after {
      content: ""; }

.m-accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none; }
  .m-accordion[disabled] .accordion-title {
    cursor: not-allowed; }
  .m-accordion__item:first-child > :first-child {
    border-radius: 0 0 0 0; }
  .m-accordion__item:last-child > :last-child {
    border-radius: 0 0 0 0; }
  .m-accordion__title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #0085ca;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    padding: 24px 20px;
    text-transform: uppercase;
    border-left: none;
    border-right: none; }
    :last-child:not(.is-active) > .m-accordion__title {
      border-bottom: 1px solid #c0c0c0;
      border-radius: 0 0 0 0; }
    .m-accordion__title:hover, .m-accordion__title:focus {
      background-color: transparent; }
    .m-accordion__title::before {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -0.5rem;
      content: '+'; }
    .is-active > .m-accordion__title::before {
      content: '\2013'; }
    .m-accordion__title:focus, .m-accordion__title:hover {
      color: #000; }
    .m-accordion__title::before {
      color: #0085ca;
      content: ""; }
    .is-active > .m-accordion__title::before {
      content: ""; }
  .m-accordion__content {
    display: none;
    padding: 1rem;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
    background-color: transparent;
    color: #000;
    border-left: none;
    border-right: none;
    padding: 20px; }
    :last-child > .m-accordion__content:last-child {
      border-bottom: 1px solid #c0c0c0; }
  .m-accordion__checkbox {
    margin-bottom: 15px; }

.m-account-info__wrapper {
  display: flex;
  margin-bottom: 15px; }

.m-account-info__item {
  color: #63666a;
  width: 30%;
  margin-right: 10px; }

.m-account-info__value {
  width: 70%; }

.m-account-nav {
  display: inline-block; }
  .m-account-nav__welcome {
    margin-right: 20px;
    opacity: 0.7; }

.m-breadcrumb {
  display: flex;
  align-items: center; }
  .m-breadcrumb__list {
    padding-left: 0; }
  .m-breadcrumb__item {
    list-style: none;
    padding: 0;
    position: relative;
    color: #000;
    display: inline-block;
    padding-right: 7px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .m-breadcrumb__item::before {
      content: ''; }
    @media print, screen and (min-width: 48em) {
      .m-breadcrumb__item {
        max-width: 250px; } }
    .m-breadcrumb__item::before {
      position: absolute !important;
      top: 0% !important;
      font-size: 14px;
      font-size: 0.875rem;
      right: -1px;
      content: '/';
      display: inline-block; }
    .m-breadcrumb__item:last-child::before {
      content: '' !important; }
    .m-breadcrumb__item--active::before {
      display: none; }
    .m-breadcrumb__item--active .m-breadcrumb__link:hover, .m-breadcrumb__item--active .m-breadcrumb__link:focus {
      text-decoration: none; }
  .m-breadcrumb__link {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: inherit; }
    .m-breadcrumb__link:hover, .m-breadcrumb__link:focus {
      text-decoration: underline; }

.m-category-card {
  display: flex; }
  .m-category-card__image-wrapper {
    position: relative;
    border-bottom: 6px solid var(--line-color);
    width: 40%; }
    .m-category-card__image-wrapper:before {
      position: absolute !important;
      top: 0% !important;
      right: 0% !important;
      bottom: 0% !important;
      left: 0% !important;
      content: '';
      transition: background-color 0.2s ease-in-out; }
  .m-category-card__image {
    width: 100%;
    max-height: 150px;
    object-fit: cover; }
  .m-category-card__image-icon {
    position: absolute;
    left: 14px;
    bottom: 14px;
    height: 40px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .m-category-card__name {
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #63666a;
    font-weight: 700;
    padding: 0 20px;
    background-color: #eeeeee;
    flex-grow: 1;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .m-category-card__name {
        font-size: 18px;
        font-size: 1.125rem; } }
  .m-category-card:hover .m-category-card__image-wrapper:before, .m-category-card:focus .m-category-card__image-wrapper:before {
    background-color: rgba(0, 0, 0, 0.3); }
  .m-category-card:hover .m-category-card__image-icon, .m-category-card:focus .m-category-card__image-icon {
    opacity: 1; }
  @media print, screen and (min-width: 48em) {
    .m-category-card {
      flex-direction: column; }
      .m-category-card__image-wrapper {
        margin-bottom: 8px;
        width: unset; }
      .m-category-card__image {
        max-height: unset; }
      .m-category-card__name {
        padding: 0;
        background-color: unset;
        align-items: flex-start; } }
.m-category-cta {
  --line-width: 40px;
  display: inline-block;
  text-align: center; }
  .m-category-cta__icon-wrapper {
    padding-bottom: 10px;
    position: relative; }
    .m-category-cta__icon-wrapper::after {
      background-color: var(--segment-color);
      border-radius: 10px;
      bottom: 0;
      content: '';
      height: 4px;
      position: absolute;
      right: calc(50% - (var(--line-width)/2));
      transition: transform 0.2s ease-in-out;
      width: var(--line-width); }
  .m-category-cta__icon {
    font-size: 30px;
    font-size: 1.875rem;
    color: #63666a;
    transition: transform 0.2s ease-in-out;
    transform-origin: bottom; }
  .m-category-cta__heading {
    font-size: 10px;
    font-size: 0.625rem;
    color: #63666a;
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase; }
    .m-category-cta__heading::first-line {
      font-size: 12px;
      font-size: 0.75rem; }
  .m-category-cta:hover .m-category-cta__icon, .m-category-cta:focus .m-category-cta__icon {
    transform: scale(1.2); }
  .m-category-cta:hover .m-category-cta__icon-wrapper::after, .m-category-cta:focus .m-category-cta__icon-wrapper::after {
    transform: scaleX(1.2); }
  @media print, screen and (min-width: 48em) {
    .m-category-cta {
      --line-width: 52px; }
      .m-category-cta__icon {
        font-size: 40px;
        font-size: 2.5rem; }
      .m-category-cta__heading {
        font-size: 11px;
        font-size: 0.6875rem; }
        .m-category-cta__heading::first-line {
          font-size: 14px;
          font-size: 0.875rem; } }
.m-checkbox {
  position: relative; }
  .m-checkbox__label, .inline-checkbox__label, .facet-item label {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle; }
    .m-checkbox__label::before, .inline-checkbox__label::before, .facet-item label::before {
      border: 1px solid #c0c0c0;
      content: '';
      display: block;
      position: absolute;
      height: 20px;
      width: 20px;
      margin-right: 6px;
      vertical-align: middle;
      background-color: #fff; }
    .m-checkbox__label::after, .inline-checkbox__label::after, .facet-item label::after {
      font-size: 14px;
      font-size: 0.875rem;
      color: #0085ca;
      content: "";
      left: 4px;
      opacity: 0;
      position: absolute;
      top: 4px;
      transition: opacity 0.2s ease-in-out; }
    .m-checkbox__label.is-invalid-label::before, .is-invalid-label.inline-checkbox__label::before, .facet-item label.is-invalid-label::before {
      border-color: #ac242a; }
  .m-checkbox__label-text {
    padding-left: 34px;
    display: block; }
  .m-checkbox__input, .inline-checkbox__input, .facets-checkbox {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0; }
    .m-checkbox__input:checked + .m-checkbox__label::after, .inline-checkbox__input:checked + .m-checkbox__label::after, .m-checkbox__input:checked + .inline-checkbox__label::after, .inline-checkbox__input:checked + .inline-checkbox__label::after, .facets-checkbox:checked + .m-checkbox__label::after, .facets-checkbox:checked + .inline-checkbox__label::after, .facet-item .m-checkbox__input:checked + label::after, .facet-item .inline-checkbox__input:checked + label::after, .facet-item .facets-checkbox:checked + label::after {
      opacity: 1; }
    .m-checkbox__input:focus + .m-checkbox__label::before, .inline-checkbox__input:focus + .m-checkbox__label::before, .m-checkbox__input:focus + .inline-checkbox__label::before, .inline-checkbox__input:focus + .inline-checkbox__label::before, .facets-checkbox:focus + .m-checkbox__label::before, .facets-checkbox:focus + .inline-checkbox__label::before, .facet-item .m-checkbox__input:focus + label::before, .facet-item .inline-checkbox__input:focus + label::before, .facet-item .facets-checkbox:focus + label::before {
      box-shadow: 0 0 2px 2px rgba(0, 133, 202, 0.5); }
    .m-checkbox__input + .m-checkbox__label, .inline-checkbox__input + .m-checkbox__label, .m-checkbox__input + .inline-checkbox__label, .inline-checkbox__input + .inline-checkbox__label, .facets-checkbox + .m-checkbox__label, .facets-checkbox + .inline-checkbox__label, .facet-item .m-checkbox__input + label, .facet-item .inline-checkbox__input + label, .facet-item .facets-checkbox + label {
      margin: 0; }

.m-cta-card {
  border-radius: 6px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 40px; }
  .m-cta-card__header {
    margin-bottom: 18px; }
    .m-cta-card__header .m-icon-heading__heading {
      font-weight: 600; }
    .m-cta-card__header .m-icon-heading__svg {
      height: 30px; }
  .m-cta-card__description {
    margin-bottom: 30px; }
  .m-cta-card__cta {
    width: 100%;
    white-space: normal; }

.m-design-card__image {
  width: 100%;
  margin-bottom: 10px; }

.m-design-card__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #0085ca;
  font-weight: 700;
  margin-bottom: 0; }

.m-design-card__attribute {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #63666a;
  font-weight: 600;
  margin-bottom: 12px; }

.m-design-card__cta {
  margin-bottom: 12px; }
  .m-design-card__cta:last-child {
    margin-bottom: 0; }

@media print, screen and (min-width: 48em) {
  .m-design-card__cta {
    width: 100%; } }

.m-discussion-card {
  padding-bottom: 20px;
  padding-right: 10px; }
  .m-discussion-card__heading {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-size: 18px;
    font-size: 1.125rem;
    color: #0085ca;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 40px; }
    @media (min-width: 768px) {
      .m-discussion-card__heading {
        font-size: 20px;
        font-size: 1.25rem; } }
  .m-discussion-card__icon-heading {
    margin-bottom: 10px; }
  .m-discussion-card .m-icon-heading {
    display: block; }
  .m-discussion-card .m-icon-heading__text {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    color: #0085ca; }
    @media (min-width: 768px) {
      .m-discussion-card .m-icon-heading__text {
        font-size: 20px;
        font-size: 1.25rem; } }
  .m-discussion-card .m-icon-heading__icon,
  .m-discussion-card .m-icon-heading__svg-wrapper {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-right: 8px; }
  .m-discussion-card .m-icon-heading_svg {
    height: 25px;
    width: 25px; }
  .m-discussion-card__description {
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .m-discussion-card__meta-data {
    margin-bottom: 20px; }
  .m-discussion-card__bottom {
    display: flex;
    flex-direction: column; }
  .m-discussion-card__tags {
    display: flex;
    margin-bottom: 20px; }
  .m-discussion-card__tag {
    margin-right: 10px; }
  .m-discussion-card__published-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .m-discussion-card__published-info {
    margin-right: 20px; }
  .m-discussion-card__published-info-icon {
    font-size: 12px;
    font-size: 0.75rem;
    height: 13px; }
  @media print, screen and (min-width: 48em) {
    .m-discussion-card {
      padding-bottom: 35px;
      padding-right: 0; }
      .m-discussion-card .m-icon-heading__icon,
      .m-discussion-card .m-icon-heading__svg-wrapper {
        margin-right: 25px; }
      .m-discussion-card .m-icon-heading__svg {
        height: 25px;
        width: 25px; }
      .m-discussion-card__bottom {
        flex-direction: row;
        justify-content: space-between; }
      .m-discussion-card__tags {
        margin-bottom: 0; }
      .m-discussion-card__published-info-wrapper {
        justify-content: flex-start; }
      .m-discussion-card--icon-heading .m-discussion-card__description,
      .m-discussion-card--icon-heading .m-discussion-card__meta-data,
      .m-discussion-card--icon-heading .m-discussion-card__bottom {
        margin-left: 50px; } }
.m-dropdown {
  position: relative;
  display: inline-block;
  z-index: 200; }
  .m-dropdown__toggle {
    position: relative;
    padding-right: 24px;
    color: inherit;
    text-transform: unset; }
    .m-dropdown__toggle::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: auto;
      right: 2px;
      bottom: auto;
      background: none;
      border-style: solid;
      border-color: inherit;
      border-width: 2px 2px 0 0;
      height: .5em;
      width: .5em;
      transform: "";
      transition: transform .25s ease-in-out .2s; }
    .m-dropdown__toggle:hover::after {
      width: .5em;
      height: .5em;
      background: none; }
  .m-dropdown__items {
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 10rem;
    transition: max-height .35s ease-in-out;
    pointer-events: none; }
  .m-dropdown__item {
    list-style: none;
    padding: 0;
    opacity: 0;
    transform: translateY(-30%);
    transition: transform .2s ease-in-out, opacity .15s ease-out; }
    .m-dropdown__item::before {
      content: ''; }
    .m-dropdown__item:last-child {
      border-bottom: 1px solid #c0c0c0; }
  .m-dropdown__anchor {
    display: block;
    border: 1px solid #c0c0c0;
    border-bottom: none;
    background-color: #fff;
    transition: background-color .25s ease-in-out;
    padding: 8px;
    color: inherit;
    text-decoration: none; }
    .m-dropdown__anchor:hover {
      text-decoration: underline; }
  .m-dropdown--is-open .m-dropdown__toggle:after {
    transform: translateY(calc(-50% + .15em)) rotate(-45deg); }
  .m-dropdown--is-open .m-dropdown__items {
    max-height: 100vh;
    pointer-events: auto; }
  .m-dropdown--is-open .m-dropdown__item {
    opacity: 1;
    transform: translateY(0%); }
  .m-dropdown--dropup .m-dropdown__toggle:after {
    transform: translateY(calc(-50% + .15em)) rotate(-45deg); }
  .m-dropdown--dropup .m-dropdown__items {
    top: auto;
    bottom: 100%; }
  .m-dropdown--dropup .m-dropdown__item {
    transform: translateY(30%); }
  .m-dropdown--dropup.m-dropdown--is-open .m-dropdown__toggle:after {
    transform: ""; }
  .m-dropdown--dropup.m-dropdown--is-open .m-dropdown__item {
    transform: translateY(0); }
  .m-dropdown--dropright .m-dropdown__toggle:after {
    transform: translateY(-50%) rotate(45deg); }
  .m-dropdown--dropright .m-dropdown__items {
    top: 0;
    left: 100%; }
  .m-dropdown--dropright .m-dropdown__item {
    transform: translateX(-30%); }
  .m-dropdown--dropright.m-dropdown--is-open .m-dropdown__toggle:after {
    transform: translateY(-50%) rotate(-135deg); }
  .m-dropdown--dropright.m-dropdown--is-open .m-dropdown__item {
    transform: translateX(0); }
  .m-dropdown--dropleft .m-dropdown__toggle {
    padding-left: 1em;
    padding-right: 0; }
    .m-dropdown--dropleft .m-dropdown__toggle::after {
      left: 0;
      right: auto;
      transform: translateY(-50%) rotate(-135deg); }
  .m-dropdown--dropleft .m-dropdown__items {
    top: 0;
    left: auto;
    right: 100%; }
  .m-dropdown--dropleft .m-dropdown__item {
    transform: translateX(30%); }
  .m-dropdown--dropleft.m-dropdown--is-open .m-dropdown__toggle:after {
    transform: translateY(-50%) rotate(45deg); }
  .m-dropdown--dropleft.m-dropdown--is-open .m-dropdown__item {
    transform: translateX(0); }
  .m-dropdown--list-right .m-dropdown__items {
    left: auto;
    right: 0; }

.m-filter-card {
  border: 1px solid #000;
  padding: 0 12px; }
  .m-filter-card__head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #c0c0c0;
    padding: 8px 0;
    margin-bottom: 20px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden; }
  .m-filter-card__search {
    margin-bottom: 30px; }
  .m-filter-card__container {
    list-style: none;
    margin: 0;
    padding: 0; }
  .m-filter-card__item {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
    margin-right: 10px;
    margin-left: 2px; }
    .m-filter-card__item::before {
      content: ''; }
    .m-filter-card__item--no-results::before {
      font-size: 20px;
      font-size: 1.25rem;
      color: #0085ca;
      content: "";
      margin-right: 14px;
      vertical-align: text-bottom; }
  @media print, screen and (min-width: 48em) {
    .m-filter-card__container {
      height: 206px;
      overflow: auto;
      scrollbar-color: #0085ca transparent;
      scrollbar-width: thin; }
      .m-filter-card__container::-webkit-scrollbar {
        width: 6px; }
      .m-filter-card__container::-webkit-scrollbar-track {
        border-radius: 0;
        background: #c0c0c0; }
      .m-filter-card__container::-webkit-scrollbar-thumb {
        background: #0085ca;
        border-radius: 0; }
      .m-filter-card__container--short {
        height: 136px; } }
.m-filter-input {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .m-filter-input__label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    white-space: nowrap; }
  .m-filter-input input.m-filter-input__input {
    width: 50px;
    height: 50px;
    padding: 12px 8px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000; }
    .m-filter-input input.m-filter-input__input::-webkit-outer-spin-button, .m-filter-input input.m-filter-input__input::-webkit-inner-spin-button {
      appearance: none; }
    .m-filter-input input.m-filter-input__input:focus {
      border: 2px solid #000; }
  @media print, screen and (min-width: 48em) {
    .m-filter-input input.m-filter-input__input {
      background-color: #eeeeee;
      border-color: #eeeeee; } }
.m-footer-menu__link {
  padding-right: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-align: left;
  line-height: 1.9; }
  .m-footer-menu__link:hover, .m-footer-menu__link:focus {
    color: #c0eaff; }

.m-form-widget {
  padding: 24px 20px;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1); }
  .m-form-widget__title {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 12px; }
  .m-form-widget__icon {
    font-size: 26px;
    font-size: 1.625rem;
    color: #0085ca;
    vertical-align: bottom;
    margin-right: 8px; }
    @media (min-width: 768px) {
      .m-form-widget__icon {
        font-size: 30px;
        font-size: 1.875rem; } }
  .m-form-widget__field {
    margin-bottom: 20px; }
  .m-form-widget__cta {
    margin: 8px 0; }
  @media print, screen and (min-width: 48em) {
    .m-form-widget {
      padding: 20px 30px; }
      .m-form-widget__field {
        margin-bottom: 14px; }
      .m-form-widget__cta {
        margin: 20px 0; } }
.c-widget-list__content .m-form-widget__cta {
  margin-top: 0; }

.m-icon-checkbox {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  padding: 10px;
  transition: color 0.2s ease-in-out; }
  .m-icon-checkbox:hover {
    color: #0085ca; }
  .m-icon-checkbox__icon {
    font-size: 20px;
    font-size: 1.25rem; }
  .m-icon-checkbox__icon ~ .m-icon-checkbox__label {
    margin-left: 8px; }
  .m-icon-checkbox__checkbox, .m-icon-checkbox__icon--checked, .m-icon-checkbox__label--checked {
    display: none; }
  .m-icon-checkbox__checkbox:checked ~ .m-icon-checkbox__icon--checked, .m-icon-checkbox__checkbox:checked ~ .m-icon-checkbox__label--checked {
    display: inline-block; }
  .m-icon-checkbox__checkbox:checked ~ .m-icon-checkbox__icon--checked + .m-icon-checkbox__icon--default, .m-icon-checkbox__checkbox:checked ~ .m-icon-checkbox__label--checked + .m-icon-checkbox__label--default {
    display: none; }
  .m-icon-checkbox__checkbox:checked ~ .m-icon-checkbox__icon {
    color: #0085ca; }

.m-icon-heading {
  display: flex;
  align-items: center; }
  .m-icon-heading__icon {
    font-size: 40px;
    font-size: 2.5rem;
    color: #0085ca; }
  .m-icon-heading__icon, .m-icon-heading__svg-wrapper {
    margin-right: 10px; }
  .m-icon-heading__svg-wrapper {
    display: inline-block;
    line-height: 1; }
  .m-icon-heading__svg {
    height: 40px; }
  .m-icon-heading__heading {
    display: flex;
    align-items: center;
    margin: 0; }
  .m-icon-heading--hero .m-icon-heading__icon {
    font-size: 30px;
    font-size: 1.875rem; }
    @media (min-width: 768px) {
      .m-icon-heading--hero .m-icon-heading__icon {
        font-size: 40px;
        font-size: 2.5rem; } }
  .m-icon-heading--hero .m-icon-heading__icon,
  .m-icon-heading--hero .m-icon-heading__svg-wrapper {
    position: relative; }
    .m-icon-heading--hero .m-icon-heading__icon::after,
    .m-icon-heading--hero .m-icon-heading__svg-wrapper::after {
      content: '';
      position: absolute !important;
      right: 0% !important;
      bottom: -10px;
      height: 4px;
      width: 100%;
      background-color: var(--segment-color);
      border-radius: 10px; }
  .m-icon-heading--hero .m-icon-heading__svg {
    height: 30px; }
  .m-icon-heading--hero .m-icon-heading__heading {
    display: block;
    line-height: 1.3;
    margin: 0; }
  @media print, screen and (min-width: 48em) {
    .m-icon-heading__icon, .m-icon-heading__svg-wrapper {
      margin-right: 18px; }
    .m-icon-heading--hero .m-icon-heading__icon,
    .m-icon-heading--hero .m-icon-heading__svg-wrapper {
      margin-right: 10px; }
    .m-icon-heading--hero .m-icon-heading__svg {
      height: 40px; } }
.m-inline-nav-simple {
  display: inline-block;
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0; }
  .m-inline-nav-simple__item {
    list-style: none;
    padding: 0;
    padding-bottom: 15px;
    display: block;
    white-space: nowrap; }
    .m-inline-nav-simple__item::before {
      content: ''; }
  .m-inline-nav-simple__item-link {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    color: #fff; }
    .m-inline-nav-simple__item-link:hover, .m-inline-nav-simple__item-link:focus {
      text-decoration: underline; }
  @media print, screen and (min-width: 64em) {
    .m-inline-nav-simple__item {
      display: inline-block;
      padding-left: 20px;
      padding-bottom: 0; }
      .m-inline-nav-simple__item:first-child {
        padding-left: 0; }
      .m-inline-nav-simple__item:last-child .m-inline-nav-simple__item-link:after {
        content: none; }
    .m-inline-nav-simple__item-link {
      position: relative; }
      .m-inline-nav-simple__item-link:after {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%);
        right: -12px;
        content: '';
        background-color: #fff;
        height: 15px;
        width: 1px; } }
.m-inline-nav {
  background-color: #63666a; }
  .m-inline-nav__message {
    white-space: nowrap; }
    .m-inline-nav__message, .m-inline-nav__message a, .m-inline-nav__message a h1, a .m-inline-nav__message h1, .m-inline-nav__message a h2, a .m-inline-nav__message h2, .m-inline-nav__message a h3, a .m-inline-nav__message h3, .m-inline-nav__message a h4, a .m-inline-nav__message h4, .m-inline-nav__message a h5, a .m-inline-nav__message h5 {
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
    .m-inline-nav__message a, .m-inline-nav__message a h1, a .m-inline-nav__message h1, .m-inline-nav__message a h2, a .m-inline-nav__message h2, .m-inline-nav__message a h3, a .m-inline-nav__message h3, .m-inline-nav__message a h4, a .m-inline-nav__message h4, .m-inline-nav__message a h5, a .m-inline-nav__message h5 {
      display: inline-block;
      text-decoration: underline; }
  .m-inline-nav__item, .c-header .m-segment-dropdown__label {
    list-style: none;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    padding-left: 30px; }
    .m-inline-nav__item::before, .c-header .m-segment-dropdown__label::before {
      content: ''; }
    .m-inline-nav__item:first-child, .c-header .m-segment-dropdown__label:first-child {
      padding-left: 0; }
  .m-inline-nav__item-head {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
    .m-inline-nav__item-head:hover, .m-inline-nav__item-head:focus {
      color: #fff; }
    .m-inline-nav__item-head--selected {
      text-transform: none;
      font-weight: 400; }
  .m-inline-nav__sub-menu {
    box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.2);
    border: none; }
  .m-inline-nav__sub-item {
    list-style: none;
    padding: 0;
    padding: 7px 16px;
    border-top: 1px solid #c0c0c0; }
    .m-inline-nav__sub-item::before {
      content: ''; }
    .m-inline-nav__sub-item:first-child {
      border-top: none; }
  .m-inline-nav__icon {
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .m-inline-nav__label {
    padding-left: 30px; }
  .m-inline-nav .dropdown.menu {
    justify-content: flex-end; }
    .m-inline-nav .dropdown.menu > li {
      padding: 11px 16px; }
      .m-inline-nav .dropdown.menu > li > a, .m-inline-nav a .dropdown.menu > li > h1, a .m-inline-nav .dropdown.menu > li > h1, .m-inline-nav a .dropdown.menu > li > h2, a .m-inline-nav .dropdown.menu > li > h2, .m-inline-nav a .dropdown.menu > li > h3, a .m-inline-nav .dropdown.menu > li > h3, .m-inline-nav a .dropdown.menu > li > h4, a .m-inline-nav .dropdown.menu > li > h4, .m-inline-nav a .dropdown.menu > li > h5, a .m-inline-nav .dropdown.menu > li > h5 {
        padding: 0; }
      .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > a, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h1, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h1, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h2, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h2, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h3, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h3, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h4, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h4, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h5, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h5 {
        padding-right: 24px; }
        .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h1::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h1::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h2::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h2::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h3::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h3::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h4::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h4::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent > h5::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent > h5::after {
          content: "";
          font-size: 10px;
          font-size: 0.625rem;
          border: none;
          right: 16px;
          margin-top: -4px; }
      .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active {
        background-color: #c0c0c0; }
        .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h1::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h1::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h2::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h2::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h3::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h3::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h4::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h4::after, .m-inline-nav a .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h5::after, a .m-inline-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > h5::after {
          content: ""; }
      .m-inline-nav .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        left: 16px; }
    .m-inline-nav .dropdown.menu .is-dropdown-submenu a, .m-inline-nav .dropdown.menu .is-dropdown-submenu a h1, a .m-inline-nav .dropdown.menu .is-dropdown-submenu h1, .m-inline-nav .dropdown.menu .is-dropdown-submenu a h2, a .m-inline-nav .dropdown.menu .is-dropdown-submenu h2, .m-inline-nav .dropdown.menu .is-dropdown-submenu a h3, a .m-inline-nav .dropdown.menu .is-dropdown-submenu h3, .m-inline-nav .dropdown.menu .is-dropdown-submenu a h4, a .m-inline-nav .dropdown.menu .is-dropdown-submenu h4, .m-inline-nav .dropdown.menu .is-dropdown-submenu a h5, a .m-inline-nav .dropdown.menu .is-dropdown-submenu h5 {
      padding: 0;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; }
  @media print, screen and (min-width: 56.25em) {
    .m-inline-nav__item, .c-header .m-segment-dropdown__label {
      padding-left: 20px; } }
.m-links-block__link-wrapper {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #0085ca;
  transition: color 0.2s ease-in-out; }
  .m-links-block__link-wrapper:hover .m-links-block__link, .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > a, .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h1, a .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h2, a .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h3, a .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h4, a .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h5, a .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h1, a h1 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h1, a h2 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h1, a h3 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h1, a h4 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h1, a h5 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h2, a h1 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h2, a h2 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h2, a h3 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h2, a h4 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h2, a h5 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h3, a h1 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h3, a h2 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h3, a h3 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h3, a h4 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h3, a h5 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h4, a h1 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h4, a h2 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h4, a h3 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h4, a h4 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h4, a h5 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h5, a h1 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h5, a h2 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h5, a h3 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h5, a h4 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h5, a h5 .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:focus .m-links-block__link, .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > a, .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h1, a .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h2, a .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h3, a .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h4, a .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h5, a .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h1, a h1 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h1, a h2 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h1, a h3 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h1, a h4 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h1, a h5 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h2, a h1 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h2, a h2 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h2, a h3 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h2, a h4 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h2, a h5 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h3, a h1 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h3, a h2 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h3, a h3 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h3, a h4 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h3, a h5 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h4, a h1 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h4, a h2 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h4, a h3 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h4, a h4 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h4, a h5 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h5, a h1 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h5, a h2 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h5, a h3 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h5, a h4 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h5, a h5 .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5 {
    color: #0dacff; }

.m-links-block__link, .m-links-block__link-wrapper > a, a .m-links-block__link-wrapper > h1, a .m-links-block__link-wrapper > h2, a .m-links-block__link-wrapper > h3, a .m-links-block__link-wrapper > h4, a .m-links-block__link-wrapper > h5, a h1 .m-links-block__link-wrapper > h1, a h2 .m-links-block__link-wrapper > h1, a h3 .m-links-block__link-wrapper > h1, a h4 .m-links-block__link-wrapper > h1, a h5 .m-links-block__link-wrapper > h1, a h1 .m-links-block__link-wrapper > h2, a h2 .m-links-block__link-wrapper > h2, a h3 .m-links-block__link-wrapper > h2, a h4 .m-links-block__link-wrapper > h2, a h5 .m-links-block__link-wrapper > h2, a h1 .m-links-block__link-wrapper > h3, a h2 .m-links-block__link-wrapper > h3, a h3 .m-links-block__link-wrapper > h3, a h4 .m-links-block__link-wrapper > h3, a h5 .m-links-block__link-wrapper > h3, a h1 .m-links-block__link-wrapper > h4, a h2 .m-links-block__link-wrapper > h4, a h3 .m-links-block__link-wrapper > h4, a h4 .m-links-block__link-wrapper > h4, a h5 .m-links-block__link-wrapper > h4, a h1 .m-links-block__link-wrapper > h5, a h2 .m-links-block__link-wrapper > h5, a h3 .m-links-block__link-wrapper > h5, a h4 .m-links-block__link-wrapper > h5, a h5 .m-links-block__link-wrapper > h5 {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  display: block; }

.m-links-block__actions {
  margin-left: 20px; }

.m-links-block__action {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative; }
  @media (min-width: 768px) {
    .m-links-block__action {
      font-size: 25px;
      font-size: 1.5625rem; } }
  .m-links-block__action:not(:last-child) {
    margin-right: 30px; }
    .m-links-block__action:not(:last-child)::after {
      position: absolute !important;
      top: 50% !important;
      right: -15px;
      content: '';
      height: 18px;
      border-right: 1px solid #000;
      transform: translateY(-50%); }

.m-links-block--underlined .m-links-block__link-wrapper {
  border-bottom: 1px solid #c0c0c0;
  transition: all 0.2s ease-in-out;
  transition-property: border-color, color; }
  .m-links-block--underlined .m-links-block__link-wrapper:hover, .m-links-block--underlined .m-links-block__link-wrapper:focus {
    border-color: #0dacff; }
    .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link, .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > a, .m-links-block--underlined .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h1, a .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h2, a .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h3, a .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h4, a .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:hover a .m-links-block__link-wrapper > h5, a .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h1, a h1 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h1, a h2 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h1, a h3 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h1, a h4 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h1, a h5 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h2, a h1 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h2, a h2 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h2, a h3 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h2, a h4 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h2, a h5 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h3, a h1 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h3, a h2 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h3, a h3 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h3, a h4 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h3, a h5 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h4, a h1 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h4, a h2 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h4, a h3 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h4, a h4 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h4, a h5 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:hover a h1 .m-links-block__link-wrapper > h5, a h1 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:hover a h2 .m-links-block__link-wrapper > h5, a h2 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:hover a h3 .m-links-block__link-wrapper > h5, a h3 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:hover a h4 .m-links-block__link-wrapper > h5, a h4 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:hover a h5 .m-links-block__link-wrapper > h5, a h5 .m-links-block--underlined .m-links-block__link-wrapper:hover .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link, .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > a, .m-links-block--underlined .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h1, a .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h2, a .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h3, a .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h4, a .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:focus a .m-links-block__link-wrapper > h5, a .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h1, a h1 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h1, a h2 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h1, a h3 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h1, a h4 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h1, a h5 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h1, .m-links-block--underlined .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h2, a h1 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h2, a h2 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h2, a h3 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h2, a h4 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h2, a h5 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h2, .m-links-block--underlined .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h3, a h1 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h3, a h2 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h3, a h3 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h3, a h4 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h3, a h5 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h3, .m-links-block--underlined .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h4, a h1 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h4, a h2 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h4, a h3 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h4, a h4 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h4, a h5 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h4, .m-links-block--underlined .m-links-block__link-wrapper:focus a h1 .m-links-block__link-wrapper > h5, a h1 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:focus a h2 .m-links-block__link-wrapper > h5, a h2 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:focus a h3 .m-links-block__link-wrapper > h5, a h3 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:focus a h4 .m-links-block__link-wrapper > h5, a h4 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5, .m-links-block--underlined .m-links-block__link-wrapper:focus a h5 .m-links-block__link-wrapper > h5, a h5 .m-links-block--underlined .m-links-block__link-wrapper:focus .m-links-block__link-wrapper > h5 {
      color: #0dacff; }

.m-list-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 10px; }
  .m-list-toolbar__sort {
    display: inline-flex;
    align-items: center;
    height: fit-content; }
    .m-list-toolbar__sort .a-select-menu, .m-list-toolbar__sort select {
      font-size: 16px;
      font-size: 1rem;
      height: 40px; }
    .m-list-toolbar__sort .a-form-label, .m-list-toolbar__sort .field--type-datetime > span, .m-list-toolbar__sort label.textfield_label {
      font-size: 16px;
      font-size: 1rem;
      padding-right: 15px;
      white-space: nowrap; }
    .m-list-toolbar__sort::after {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      bottom: 20px; }
  .m-list-toolbar--sort-only .m-list-toolbar__sort {
    width: 100%; }
  .m-list-toolbar--border-top {
    border-top: 3px solid #000; }
  .m-list-toolbar--border-bottom {
    border-bottom: 3px solid #000; }
  @media print, screen and (min-width: 48em) {
    .m-list-toolbar--sort-only {
      justify-content: flex-end; }
      .m-list-toolbar--sort-only .m-list-toolbar__sort {
        width: unset; }
    .m-list-toolbar--border-top {
      border-width: 1px; } }
.m-media-card__image-wrapper {
  margin: 0 0 20px; }

.m-media-card__image {
  display: block;
  width: 100%; }

.m-media-card__headline {
  text-align: inherit;
  margin-bottom: 5px; }

.m-media-card__description {
  line-height: 1.25; }

.m-media-card__cta {
  width: fit-content; }

.m-media-card--center {
  text-align: center; }
  .m-media-card--center .m-media-card__cta {
    margin: 0 auto; }

.m-media-card--right {
  text-align: right; }
  .m-media-card--right .m-media-card__cta {
    margin-left: auto; }

.m-media-card--text-overlay {
  position: relative; }
  .m-media-card--text-overlay this__image-wrapper {
    margin-bottom: 0; }
  .m-media-card--text-overlay .m-media-card__content {
    position: absolute !important;
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%);
    padding: 20px;
    text-align: center; }
  .m-media-card--text-overlay .m-media-card__cta {
    margin: 0 auto; }

.m-mega-menu {
  background-color: #eeeeee; }
  .m-mega-menu__category-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .m-mega-menu__category {
    list-style: none;
    padding: 0;
    border-top: 1px solid #c0c0c0;
    position: relative; }
    .m-mega-menu__category::before {
      content: ''; }
    .m-mega-menu__category::after {
      content: "";
      position: absolute;
      top: 21px;
      right: 36px;
      font-size: 18px;
      font-size: 1.125rem;
      color: #0085ca; }
  .m-mega-menu__category-title {
    display: block;
    padding: 15px 36px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .m-mega-menu__category-title {
        font-size: 16px;
        font-size: 1rem; } }
    .m-mega-menu__category-title:hover {
      color: #000; }
  .m-mega-menu__content, .m-mega-menu__history {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #eeeeee;
    transform: translateX(100%);
    top: 0; }
    .m-mega-menu__content--is-active {
      display: block; }
  .m-mega-menu__subcategory-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .m-mega-menu__subcategory {
    list-style: none;
    padding: 0;
    border-top: 1px solid #c0c0c0; }
    .m-mega-menu__subcategory::before {
      content: ''; }
    .m-mega-menu__subcategory:first-child {
      border-top: none; }
    .m-mega-menu__subcategory .a-text-btn, .m-mega-menu__subcategory .view-all {
      display: block;
      padding: 15px 36px;
      line-height: 2; }
  .m-mega-menu__link {
    display: block;
    padding: 15px 36px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 400; }
    @media (min-width: 768px) {
      .m-mega-menu__link {
        font-size: 16px;
        font-size: 1rem; } }
  .m-mega-menu__view-all {
    position: absolute;
    right: 25px;
    bottom: 20px; }
  .m-mega-menu__cms {
    border-top: 1px solid #c0c0c0;
    padding: 28px 36px; }
  .m-mega-menu__back-btn {
    border-bottom: 3px solid var(--color-active-category); }
    .m-mega-menu__back-btn .a-text-btn, .m-mega-menu__back-btn .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .m-mega-menu__back-btn .view-all {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 15px 36px;
      width: 100%;
      line-height: 2; }
      @media (min-width: 768px) {
        .m-mega-menu__back-btn .a-text-btn, .m-mega-menu__back-btn .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .m-mega-menu__back-btn .view-all {
          font-size: 16px;
          font-size: 1rem; } }
      .m-mega-menu__back-btn .a-text-btn__icon {
        font-size: 18px;
        font-size: 1.125rem;
        transform: translate(-4px, 2px); }
  @media print, screen and (min-width: 56.25em) {
    .m-mega-menu {
      display: flex;
      align-items: stretch;
      box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
      height: 360px; }
      .m-mega-menu__category-list {
        flex: 0 0 auto;
        padding: 26px 0 50px; }
      .m-mega-menu__category {
        border-top: none; }
        .m-mega-menu__category:hover, .m-mega-menu__category--is-active {
          border-bottom: 5px solid var(--color-active-category); }
          .m-mega-menu__category:hover .m-mega-menu__category-title, .m-mega-menu__category--is-active .m-mega-menu__category-title {
            color: #0085ca;
            background-color: #fff;
            padding-bottom: 3px; }
        .m-mega-menu__category::after {
          display: none; }
      .m-mega-menu__category-title {
        padding: 8px 68px;
        color: #000;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
      .m-mega-menu__content, .m-mega-menu__history {
        position: relative;
        flex-wrap: wrap;
        transform: none;
        width: 50%;
        flex-shrink: 0.4; }
        .m-mega-menu__content--is-active {
          display: flex; }
      .m-mega-menu__items {
        position: relative;
        width: 100%;
        flex-shrink: 0;
        background-color: #fff;
        box-shadow: inset 0 5px 4px -3px rgba(0, 0, 0, 0.14); }
      .m-mega-menu__subcategory-list {
        overflow-x: auto;
        column-count: 2;
        column-gap: 20px;
        column-fill: auto;
        padding: 32px 44px 50px 44px; }
      .m-mega-menu__subcategory {
        border-top: none; }
      .m-mega-menu__link {
        padding: 1px 10px;
        white-space: nowrap; }
      .m-mega-menu__cms {
        border-top: none;
        padding: 24px 48px;
        flex-shrink: 1;
        flex-grow: 1; }
        .m-mega-menu__cms--center {
          display: flex;
          justify-content: center;
          align-items: center; } }
  @media print, screen and (min-width: 64em) {
    .m-mega-menu__content, .m-mega-menu__history {
      width: 40%;
      flex-wrap: nowrap; }
    .m-mega-menu__subcategory-list {
      width: 560px; }
    .m-mega-menu__subcategory {
      white-space: nowrap; } }
  @media screen and (min-width: 123.75em) {
    .m-mega-menu__category-list {
      flex-basis: 20%; } }
.m-meta-data {
  display: flex;
  flex-wrap: wrap;
  color: #63666a; }
  .m-meta-data__data-tag {
    display: flex;
    align-items: center;
    margin-right: 30px; }
  .m-meta-data__icon {
    margin-right: 5px; }
  .m-meta-data__label {
    text-transform: capitalize; }
  .m-meta-data--italic .m-meta-data__label {
    font-style: italic;
    font-weight: 600; }

.m-modal__close {
  font-size: 24px;
  font-size: 1.5rem;
  background: none;
  border: 0;
  height: 48px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px; }
  .m-modal__close:hover, .m-modal__close:focus {
    color: #0085ca; }

@media print, screen and (min-width: 48em) {
  .m-modal--tiny {
    width: 30%;
    max-width: 76.875rem; } }

@media print, screen and (min-width: 48em) {
  .m-modal--small {
    width: 50%;
    max-width: 76.875rem; } }

@media print, screen and (min-width: 48em) {
  .m-modal--large {
    width: 90%;
    max-width: 76.875rem; } }

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

.m-modal .callout {
  margin: 0;
  padding: 0; }
  .m-modal .callout.success, .m-modal .callout.alert {
    border: 0;
    background: none; }

.m-new-design-link {
  background-color: #fff;
  border: 2px solid #0085ca;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  padding: 0; }
  .m-new-design-link__container {
    position: relative;
    display: block; }
  .m-new-design-link__icon::before, .m-new-design-link__icon::after {
    position: absolute !important;
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%);
    content: '';
    background-color: #0085ca;
    transition: all 0.2s ease-in-out;
    transition-property: background-color, height, width; }
  .m-new-design-link__icon::before {
    width: 2px;
    height: 21px; }
  .m-new-design-link__icon::after {
    width: 21px;
    height: 2px; }
  .m-new-design-link:hover, .m-new-design-link:focus {
    border-color: #0dacff;
    outline: none; }
    .m-new-design-link:hover .m-new-design-link__icon::before, .m-new-design-link:hover .m-new-design-link__icon::after, .m-new-design-link:focus .m-new-design-link__icon::before, .m-new-design-link:focus .m-new-design-link__icon::after {
      background-color: #0dacff; }
    .m-new-design-link:hover .m-new-design-link__icon:before, .m-new-design-link:focus .m-new-design-link__icon:before {
      height: 30px; }
    .m-new-design-link:hover .m-new-design-link__icon:after, .m-new-design-link:focus .m-new-design-link__icon:after {
      width: 30px; }

.m-newsletter-signup {
  margin: 30px auto;
  max-width: 640px; }
  .m-newsletter-signup__title {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .m-newsletter-signup__title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .m-newsletter-signup__form {
    align-items: flex-end;
    display: flex;
    text-align: left; }
    .m-newsletter-signup__form .m-newsletter-signup__input {
      flex-grow: 1; }
    .m-newsletter-signup__form .m-newsletter-signup__submit-btn {
      border: 1px solid #0085ca;
      margin-left: 10px;
      transition: all 0.3s ease-in-out; }
      .m-newsletter-signup__form .m-newsletter-signup__submit-btn:hover {
        border-color: #fff; }

a.m-notification-link, a h1.m-notification-link, a h2.m-notification-link, a h3.m-notification-link, a h4.m-notification-link, a h5.m-notification-link {
  font-size: 16px;
  font-size: 1rem;
  color: #000; }
  a.m-notification-link:hover, a h1.m-notification-link:hover, a h2.m-notification-link:hover, a h3.m-notification-link:hover, a h4.m-notification-link:hover, a h5.m-notification-link:hover, a.m-notification-link:focus, a h1.m-notification-link:focus, a h2.m-notification-link:focus, a h3.m-notification-link:focus, a h4.m-notification-link:focus, a h5.m-notification-link:focus {
    color: #000; }

.m-notification-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 24px;
  height: 48px;
  padding: 0 24px; }
  .m-notification-link__icon {
    font-size: 30px;
    font-size: 1.875rem;
    color: #0085ca;
    position: relative; }
  .m-notification-link__count {
    position: absolute;
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #ac242a;
    color: #fff;
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
    font-weight: 700;
    padding: 2px 4px;
    text-align: center;
    top: 4px;
    left: 16px; }
  .m-notification-link__label {
    margin-left: 16px;
    margin-right: 10px; }
  @media print, screen and (min-width: 48em) {
    .m-notification-link {
      display: inline-flex; } }
.m-pagination-data {
  font-size: 16px;
  font-size: 1rem;
  padding: 3px 0; }

.m-pagination__list {
  margin-left: 0;
  margin-bottom: 0; }
  .m-pagination__list::before, .m-pagination__list::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .m-pagination__list::after {
    clear: both; }
  .m-pagination__list li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1rem;
    display: none; }
    .m-pagination__list li:last-child, .m-pagination__list li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .m-pagination__list li {
        display: inline-block; } }
  .m-pagination__list a, .m-pagination__list a h1, a .m-pagination__list h1, .m-pagination__list a h2, a .m-pagination__list h2, .m-pagination__list a h3, a .m-pagination__list h3, .m-pagination__list a h4, a .m-pagination__list h4, .m-pagination__list a h5, a .m-pagination__list h5,
  .m-pagination__list button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000; }
    .m-pagination__list a:hover, .m-pagination__list a h1:hover, a .m-pagination__list h1:hover, .m-pagination__list a h2:hover, a .m-pagination__list h2:hover, .m-pagination__list a h3:hover, a .m-pagination__list h3:hover, .m-pagination__list a h4:hover, a .m-pagination__list h4:hover, .m-pagination__list a h5:hover, a .m-pagination__list h5:hover,
    .m-pagination__list button:hover {
      background: transparent; }

.m-pagination__prev, .m-pagination__next, .m-pagination__last, .m-pagination__first {
  vertical-align: middle; }
  .m-pagination__prev a, .m-pagination__prev a h1, a .m-pagination__prev h1, .m-pagination__prev a h2, a .m-pagination__prev h2, .m-pagination__prev a h3, a .m-pagination__prev h3, .m-pagination__prev a h4, a .m-pagination__prev h4, .m-pagination__prev a h5, a .m-pagination__prev h5, .m-pagination__next a, .m-pagination__last a, .m-pagination__first a, .m-pagination__next a h1, .m-pagination__last a h1, .m-pagination__first a h1, a .m-pagination__next h1, a .m-pagination__last h1, a .m-pagination__first h1, .m-pagination__next a h2, .m-pagination__last a h2, .m-pagination__first a h2, a .m-pagination__next h2, a .m-pagination__last h2, a .m-pagination__first h2, .m-pagination__next a h3, .m-pagination__last a h3, .m-pagination__first a h3, a .m-pagination__next h3, a .m-pagination__last h3, a .m-pagination__first h3, .m-pagination__next a h4, .m-pagination__last a h4, .m-pagination__first a h4, a .m-pagination__next h4, a .m-pagination__last h4, a .m-pagination__first h4, .m-pagination__next a h5, .m-pagination__last a h5, .m-pagination__first a h5, a .m-pagination__next h5, a .m-pagination__last h5, a .m-pagination__first h5 {
    color: #0085ca; }
    .m-pagination__prev a:hover, .m-pagination__prev a h1:hover, a .m-pagination__prev h1:hover, .m-pagination__prev a h2:hover, a .m-pagination__prev h2:hover, .m-pagination__prev a h3:hover, a .m-pagination__prev h3:hover, .m-pagination__prev a h4:hover, a .m-pagination__prev h4:hover, .m-pagination__prev a h5:hover, a .m-pagination__prev h5:hover, .m-pagination__next a:hover, .m-pagination__last a:hover, .m-pagination__first a:hover, .m-pagination__next a h1:hover, .m-pagination__last a h1:hover, .m-pagination__first a h1:hover, a .m-pagination__next h1:hover, a .m-pagination__last h1:hover, a .m-pagination__first h1:hover, .m-pagination__next a h2:hover, .m-pagination__last a h2:hover, .m-pagination__first a h2:hover, a .m-pagination__next h2:hover, a .m-pagination__last h2:hover, a .m-pagination__first h2:hover, .m-pagination__next a h3:hover, .m-pagination__last a h3:hover, .m-pagination__first a h3:hover, a .m-pagination__next h3:hover, a .m-pagination__last h3:hover, a .m-pagination__first h3:hover, .m-pagination__next a h4:hover, .m-pagination__last a h4:hover, .m-pagination__first a h4:hover, a .m-pagination__next h4:hover, a .m-pagination__last h4:hover, a .m-pagination__first h4:hover, .m-pagination__next a h5:hover, .m-pagination__last a h5:hover, .m-pagination__first a h5:hover, a .m-pagination__next h5:hover, a .m-pagination__last h5:hover, a .m-pagination__first h5:hover {
      color: #0dacff; }

.m-pagination__number.current {
  padding: 0.1875rem 0.625rem;
  color: #c0c0c0; }

.m-pagination__link {
  font-weight: 400; }

.m-product-blurb__heading {
  font-size: 22px;
  font-size: 1.375rem;
  color: #0085ca;
  margin-bottom: 6px; }

.m-product-blurb__description {
  font-size: 16px;
  font-size: 1rem; }

.m-product-card__image-wrapper, .card-image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px; }

.m-product-card__image {
  width: 100%;
  transition: transform 0.2s ease-in-out; }

.m-product-card__name, .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0085ca;
  font-weight: 700;
  margin-bottom: 0; }

.m-product-card:hover .m-product-card__image, .m-document-card:hover .m-product-card__image, .m-product-card:focus .m-product-card__image, .m-document-card:focus .m-product-card__image {
  transform: scale(1.1); }

.m-product-card--category-card .m-product-card__name, .m-product-card--category-card .card-title {
  color: #63666a; }

.m-product-details__name {
  margin-bottom: 30px; }

.m-product-details__cta {
  margin: 4rem auto; }

.m-product-details__application-head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 20px 0; }

.m-product-details__application-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.m-product-details__application-item {
  list-style: none;
  padding: 0;
  height: 48px;
  margin-right: 30px; }
  .m-product-details__application-item::before {
    content: ''; }
  .m-product-details__application-item:last-child {
    margin-right: 0; }
  .m-product-details__application-item img {
    height: 100%; }

@media print, screen and (min-width: 48em) {
  .m-product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 3rem 0; }
    .m-product-details > .a-btn, .m-product-details > .eu-cookie-compliance-default-button, .m-product-details > button#ot-sdk-btn.ot-sdk-show-settings, .m-product-details > button#ot-sdk-btn.optanon-show-settings {
      width: 100%; }
    .m-product-details__cta {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 4rem 0; }
      .m-product-details__cta > .a-btn, .m-product-details__cta > .eu-cookie-compliance-default-button, .m-product-details__cta > button#ot-sdk-btn.ot-sdk-show-settings, .m-product-details__cta > button#ot-sdk-btn.optanon-show-settings {
        width: 100%; }
    .m-product-details__application-head {
      margin-top: 40px; }
    .m-product-details__application-item {
      margin-right: 20px; } }

@media print, screen and (min-width: 64em) {
  .m-product-details > .a-btn, .m-product-details > .eu-cookie-compliance-default-button, .m-product-details > button#ot-sdk-btn.ot-sdk-show-settings, .m-product-details > button#ot-sdk-btn.optanon-show-settings {
    width: 48%; }
  .m-product-details__cta > .a-btn, .m-product-details__cta > .eu-cookie-compliance-default-button, .m-product-details__cta > button#ot-sdk-btn.ot-sdk-show-settings, .m-product-details__cta > button#ot-sdk-btn.optanon-show-settings {
    width: 48%; } }

@media print, screen and (min-width: 48em) {
  .c-product-parts-page .m-product-details__cta {
    margin: 3rem 0; } }

.m-product-gallery__main {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden; }

.m-product-gallery__main-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center; }

.m-product-gallery__item {
  display: none;
  width: 100%; }
  .m-product-gallery__item--active {
    display: block; }
  .m-product-gallery__item img,
  .m-product-gallery__item video {
    width: 100%; }

.m-product-gallery__thumbnails {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 12px; }
  @media print, screen and (min-width: 64em) {
    .m-product-gallery__thumbnails {
      display: block;
      margin-right: -20px; } }
.m-product-gallery__thumbnail {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px; }
  .m-product-gallery__thumbnail img {
    width: 100%; }
  .m-product-gallery__thumbnail--active {
    border: 2px solid #0085ca; }
  .m-product-gallery__thumbnail:hover {
    cursor: pointer; }

.m-product-gallery__zoom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 20px; }
  .m-product-gallery__zoom::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 7px;
    z-index: -10;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #fff; }
  .m-product-gallery__zoom .a-text-btn__icon {
    font-size: 34px;
    font-size: 2.125rem; }

.m-product-gallery__zoom-image {
  width: 100%; }

.m-product-gallery__thumb-icon {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute !important;
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
  color: #fff; }

@media print, screen and (min-width: 48em) {
  .m-product-gallery__main {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0; } }

@media print, screen and (min-width: 64em) {
  .m-product-gallery__thumbnail {
    display: inline-block; }
    .m-product-gallery__thumbnail:last-child {
      margin-right: 0; } }

.m-product-search-result-card {
  padding: 20px 0; }
  .m-product-search-result-card:first-child {
    padding-top: 0; }
  .m-product-search-result-card__image-wrapper {
    display: none; }
  .m-product-search-result-card__image {
    transition: transform 0.2s ease-in-out; }
  .m-product-search-result-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .m-product-search-result-card__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px; }
  .m-product-search-result-card__attribute {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 5px; }
  .m-product-search-result-card__description {
    color: #000;
    font-weight: 400; }
  .m-product-search-result-card:hover .m-product-search-result-card__image, .m-product-search-result-card:focus .m-product-search-result-card__image {
    transform: scale(1.1); }
  @media print, screen and (min-width: 48em) {
    .m-product-search-result-card {
      display: flex;
      padding: 30px 0; }
      .m-product-search-result-card__image-wrapper {
        display: block;
        overflow: hidden; }
      .m-product-search-result-card__image {
        object-fit: cover;
        height: 100%;
        width: 100%; }
      .m-product-search-result-card__content {
        padding-left: 20px; } }
.m-promo-product-tile {
  padding: 0 8px;
  display: block; }
  .m-promo-product-tile__image {
    position: relative; }
    .m-promo-product-tile__image img {
      width: 100%; }
  .m-promo-product-tile__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    text-transform: uppercase;
    margin-top: 8px; }
  @media print, screen and (min-width: 48em) {
    .m-promo-product-tile {
      padding: 0 10px; }
      .m-promo-product-tile__name {
        margin-top: 12px; } }
.m-published-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #63666a; }
  .m-published-info__user {
    font-weight: 700;
    margin-right: 10px; }
  @media print, screen and (min-width: 48em) {
    .m-published-info {
      flex-direction: row; } }
.m-radio-button {
  position: relative; }
  .m-radio-button__label {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 1; }
    @media (min-width: 768px) {
      .m-radio-button__label {
        font-size: 18px;
        font-size: 1.125rem; } }
    .m-radio-button__label::before {
      content: '';
      border: 1px solid #c0c0c0;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-right: 10px;
      vertical-align: middle; }
    .m-radio-button__label::after {
      content: '';
      position: absolute;
      background-color: #0085ca;
      left: 4px;
      bottom: 4px;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.2s ease-in-out; }
  .m-radio-button__label-text {
    vertical-align: middle; }
  .m-radio-button__input:checked + .m-radio-button__label:after {
    opacity: 1; }
  .m-radio-button__input + .m-radio-button__label {
    margin: 0; }

.m-radio-group__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2; }

.m-radio-group__option {
  margin-bottom: 10px; }

.m-related-searches-list {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .m-related-searches-list {
      font-size: 18px;
      font-size: 1.125rem; } }
  .m-related-searches-list__link {
    color: #0085ca;
    font-weight: 700; }
    .m-related-searches-list__link:not(:last-child)::after {
      content: ',';
      color: #000; }
      .m-related-searches-list__link:not(:last-child)::after:hover, .m-related-searches-list__link:not(:last-child)::after:focus {
        color: #000; }

.m-search {
  display: block;
  position: relative;
  width: 100%; }
  .m-search .a-text-input, .m-search #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input, #views-exposed-form-forum-home-page-forum-home .m-search input.m-filter-input__input, .m-search #views-exposed-form-forum-home-page-forum-home input#edit-search, #views-exposed-form-forum-home-page-forum-home .m-search input#edit-search, .m-search input[type='date'], .m-search input[type='email'], .m-search input[type='password'], .m-search input[type="number"],
  .m-search .a-number-input {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 20px;
    border-color: #c0c0c0; }
    @media (min-width: 768px) {
      .m-search .a-text-input, .m-search #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input, #views-exposed-form-forum-home-page-forum-home .m-search input.m-filter-input__input, .m-search #views-exposed-form-forum-home-page-forum-home input#edit-search, #views-exposed-form-forum-home-page-forum-home .m-search input#edit-search, .m-search input[type='date'], .m-search input[type='email'], .m-search input[type='password'], .m-search input[type="number"],
      .m-search .a-number-input {
        font-size: 14px;
        font-size: 0.875rem; } }
  .m-search__submit-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
    padding: 0;
    color: #0085ca; }
  .m-search__clear-btn {
    display: none;
    color: #0085ca; }
  @media print, screen and (min-width: 56.25em) {
    .m-search:not(.m-search--noBtns) .m-search__form {
      display: flex;
      align-items: flex-start; }
    .m-search:not(.m-search--noBtns) .m-search__submit-btn {
      position: relative;
      top: unset;
      right: unset;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.25;
      padding: 10px 48px;
      color: #fff;
      background-color: #0085ca;
      border-radius: 20px; }
    .m-search:not(.m-search--noBtns) .m-search__clear-btn {
      display: block; }
    .m-search:not(.m-search--noBtns) .m-search__label {
      clip: unset;
      width: auto;
      height: auto;
      margin: 0;
      position: inherit; }
    .m-search:not(.m-search--noBtns) .m-search__icon {
      display: none; } }
.m-segment-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .m-segment-dropdown__head {
    font-size: 16px;
    font-size: 1rem;
    color: #63666a;
    line-height: 1.5;
    margin-right: 20px;
    white-space: nowrap; }
  .m-segment-dropdown__label {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400; }
  .m-segment-dropdown__icon {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 3px solid var(--segment-color);
    margin-right: 0;
    padding: 0 1px 4px;
    color: #000;
    position: relative;
    vertical-align: text-top; }
  .m-segment-dropdown__menu {
    width: 260px; }
  .m-segment-dropdown__trigger {
    padding-left: 12px;
    padding-right: 30px;
    background-color: #eeeeee;
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid transparent; }
    .m-segment-dropdown__trigger::after {
      font-size: 12px;
      font-size: 0.75rem;
      content: "";
      color: #0085ca;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%); }
    .m-segment-dropdown__trigger:focus {
      border: 1px solid #0085ca;
      outline: none; }
  .m-segment-dropdown__list {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem;
    padding: 0;
    width: 260px; }
    .m-segment-dropdown__list.is-opening {
      display: block; }
    .m-segment-dropdown__list.is-open {
      display: block;
      visibility: visible; }
  .m-segment-dropdown__link {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #c0c0c0;
    color: #000; }
    .m-segment-dropdown__link:last-child {
      border-bottom: none; }
    .m-segment-dropdown__link:focus {
      color: #000; }
    .m-segment-dropdown__link:hover {
      color: #0dacff; }
  @media print, screen and (min-width: 48em) {
    .m-segment-dropdown {
      justify-content: flex-start; } }
.m-select-menu {
  position: relative; }
  .m-select-menu .a-select-menu, .m-select-menu select {
    padding-right: 30px; }
  .m-select-menu::after {
    font-size: 12px;
    font-size: 0.75rem;
    content: "";
    color: #0085ca;
    position: absolute;
    bottom: 20px;
    transform: translateY(50%);
    right: 12px; }
  .m-select-menu--inline {
    display: flex;
    align-items: center; }
    .m-select-menu--inline .a-form-label, .m-select-menu--inline .field--type-datetime > span, .m-select-menu--inline label.textfield_label {
      white-space: nowrap;
      padding-right: 0;
      margin-right: 20px; }

a.m-selected-filter, a h1.m-selected-filter, a h2.m-selected-filter, a h3.m-selected-filter, a h4.m-selected-filter, a h5.m-selected-filter {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #000; }
  a.m-selected-filter:hover, a h1.m-selected-filter:hover, a h2.m-selected-filter:hover, a h3.m-selected-filter:hover, a h4.m-selected-filter:hover, a h5.m-selected-filter:hover, a.m-selected-filter:focus, a h1.m-selected-filter:focus, a h2.m-selected-filter:focus, a h3.m-selected-filter:focus, a h4.m-selected-filter:focus, a h5.m-selected-filter:focus {
    color: #000; }

.m-selected-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 15px;
  height: 30px;
  padding: 0 20px; }
  .m-selected-filter__icon {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-left: 10px; }
    .m-selected-filter__icon:before {
      transition: color 0.2s ease-in-out; }
  .m-selected-filter:hover .m-selected-filter__icon:before, .m-selected-filter:focus .m-selected-filter__icon:before {
    color: #0dacff; }

.m-side-nav__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .m-side-nav__title {
      font-size: 32px;
      font-size: 2rem; } }
.m-side-nav__section {
  padding: 8px 0;
  border-bottom: 1px solid #c0c0c0; }
  .m-side-nav__section:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.m-side-nav__section-title {
  font-size: fontSize(16px, 16px, 16px);
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0; }

.m-side-nav__item {
  list-style: none;
  padding: 0;
  padding: 8px 0; }
  .m-side-nav__item::before {
    content: ''; }
  .m-side-nav__item--active {
    padding-left: 16px; }
    .m-side-nav__item--active::before {
      border-left: 5px solid #0085ca;
      top: 0;
      height: 100%; }

.m-side-nav__link {
  display: inline-block;
  color: inherit;
  text-decoration: none; }
  .m-side-nav__link:hover {
    text-decoration: underline; }

.m-social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .m-social-links__link {
    list-style: none;
    padding: 0; }
    .m-social-links__link::before {
      content: ''; }
    .m-social-links__link .a-text-btn, .m-social-links__link .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .m-social-links__link .view-all {
      font-size: 16px;
      font-size: 1rem;
      color: inherit;
      padding: 0 20px 10px 0; }
      .m-social-links__link .a-text-btn:hover, .m-social-links__link .m-mega-menu__subcategory .view-all:hover, .m-mega-menu__subcategory .m-social-links__link .view-all:hover, .m-social-links__link .a-text-btn:focus, .m-social-links__link .m-mega-menu__subcategory .view-all:focus, .m-mega-menu__subcategory .m-social-links__link .view-all:focus {
        color: #c0eaff; }
    .m-social-links__link .a-text-btn__icon {
      font-size: 25px;
      font-size: 1.5625rem; }
    .m-social-links__link:first-child .a-text-btn, .m-social-links__link:first-child .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .m-social-links__link:first-child .view-all {
      padding-left: 0; }
    .m-social-links__link:last-child .a-text-btn, .m-social-links__link:last-child .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .m-social-links__link:last-child .view-all {
      padding-right: 0; }
  .m-social-links--justified {
    justify-content: space-between; }
  .m-social-links--centered {
    justify-content: center; }

.m-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 35px; }
  .m-toolbar__info {
    display: none; }
    .m-toolbar__info--bold {
      font-weight: 700; }
  .m-toolbar__options {
    display: flex;
    align-items: center;
    width: 100%; }
    .m-toolbar__options .a-form-label, .m-toolbar__options .field--type-datetime > span, .m-toolbar__options label.textfield_label {
      font-size: 16px;
      font-size: 1rem;
      white-space: nowrap;
      padding-right: 15px; }
    .m-toolbar__options .a-select-menu, .m-toolbar__options select {
      font-size: 16px;
      font-size: 1rem;
      height: 40px; }
    .m-toolbar__options::after {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      bottom: 20px; }
  @media print, screen and (min-width: 48em) {
    .m-toolbar {
      margin-bottom: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000; }
      .m-toolbar__info {
        display: block; }
      .m-toolbar__options {
        margin-left: auto;
        width: unset; } }
.m-table {
  margin-bottom: 0; }
  .m-table thead th, .m-table thead td, .m-table tfoot th, .m-table tfoot td {
    padding: .75rem; }
  .m-table thead {
    border-top: 0; }
  .m-table tr {
    vertical-align: top;
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 48em) {
      .m-table tr {
        padding-bottom: 0; } }
  .m-table__head {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000; }
  .m-table__head, .m-table__body {
    border-left: none;
    border-right: none; }
  .m-table__row-header {
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    padding-top: 6px;
    padding-bottom: 6px; }
    .m-table__row-header--sorting:hover {
      cursor: pointer; }
    .m-table__row-header--sorting.asc .m-table__control-icon::after {
      content: ""; }
    .m-table__row-header--sorting.desc .m-table__control-icon::after {
      content: ""; }
  .m-table__row-header-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }
  .m-table__control-icon {
    padding: 2px 0 0 8px; }
    .m-table__control-icon::after {
      font-size: 20px;
      font-size: 1.25rem;
      content: "";
      color: #0085ca; }
  .m-table__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  @media print, screen and (min-width: 48em) {
    .m-table__row-header {
      min-width: 150px; }
    .m-table__row-header:first-child, .m-table__item:first-child {
      padding-left: 0; }
    .m-table__row-header:last-child, .m-table__item:last-child {
      padding-right: 0; } }
.m-tabs {
  margin: 0;
  border: 1px solid #c0c0c0;
  background: #fff;
  list-style-type: none;
  border: none; }
  .m-tabs::before, .m-tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .m-tabs::after {
    clear: both; }
  .m-tabs__title {
    float: left;
    margin-right: 50px; }
    .m-tabs__title > a, a .m-tabs__title > h1, a .m-tabs__title > h2, a .m-tabs__title > h3, a .m-tabs__title > h4, a .m-tabs__title > h5 {
      display: block;
      padding: 20px 16px;
      font-size: 1.125rem;
      line-height: 1;
      color: #0085ca; }
      [data-whatinput='mouse'] .m-tabs__title > a, [data-whatinput='mouse'] a .m-tabs__title > h1, a [data-whatinput='mouse'] .m-tabs__title > h1, [data-whatinput='mouse'] a .m-tabs__title > h2, a [data-whatinput='mouse'] .m-tabs__title > h2, [data-whatinput='mouse'] a .m-tabs__title > h3, a [data-whatinput='mouse'] .m-tabs__title > h3, [data-whatinput='mouse'] a .m-tabs__title > h4, a [data-whatinput='mouse'] .m-tabs__title > h4, [data-whatinput='mouse'] a .m-tabs__title > h5, a [data-whatinput='mouse'] .m-tabs__title > h5 {
        outline: 0; }
      .m-tabs__title > a:hover, a .m-tabs__title > h1:hover, a .m-tabs__title > h2:hover, a .m-tabs__title > h3:hover, a .m-tabs__title > h4:hover, a .m-tabs__title > h5:hover {
        background: #fff;
        color: #0072ae; }
      .m-tabs__title > a:focus, a .m-tabs__title > h1:focus, a .m-tabs__title > h2:focus, a .m-tabs__title > h3:focus, a .m-tabs__title > h4:focus, a .m-tabs__title > h5:focus, .m-tabs__title > a[aria-selected='true'], a .m-tabs__title > h1[aria-selected='true'], a .m-tabs__title > h2[aria-selected='true'], a .m-tabs__title > h3[aria-selected='true'], a .m-tabs__title > h4[aria-selected='true'], a .m-tabs__title > h5[aria-selected='true'] {
        background: #eeeeee;
        color: #0085ca; }
  .m-tabs__accordion-item .m-tabs__button.a-text-btn:before, .m-tabs__accordion-item .m-mega-menu__subcategory .m-tabs__button.view-all:before, .m-mega-menu__subcategory .m-tabs__accordion-item .m-tabs__button.view-all:before {
    content: ""; }
  .m-tabs__accordion-item.is-active .m-tabs__button.a-text-btn:before, .m-tabs__accordion-item.is-active .m-mega-menu__subcategory .m-tabs__button.view-all:before, .m-mega-menu__subcategory .m-tabs__accordion-item.is-active .m-tabs__button.view-all:before {
    transform: rotate(180deg); }
  .m-tabs__accordion-item:last-child:not(.is-active) > .m-tabs__accordion-title {
    border-color: #c0c0c0; }
  .m-tabs__accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #0085ca;
    font-size: 18px;
    font-size: 1.125rem;
    border-left: none;
    border-right: none;
    border-color: #c0c0c0; }
    :last-child:not(.is-active) > .m-tabs__accordion-title {
      border-bottom: 1px solid #c0c0c0;
      border-radius: 0 0 0 0; }
    .m-tabs__accordion-title:hover, .m-tabs__accordion-title:focus {
      background-color: transparent; }
    .m-tabs__accordion-title::before {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -0.5rem;
      content: '+'; }
    .is-active > .m-tabs__accordion-title::before {
      content: '\2013'; }
  .m-tabs .m-tabs__button.a-text-btn:focus, .m-tabs .m-mega-menu__subcategory .m-tabs__button.view-all:focus, .m-mega-menu__subcategory .m-tabs .m-tabs__button.view-all:focus, .m-tabs .m-tabs__button.a-text-btn[aria-selected='true'], .m-tabs .m-mega-menu__subcategory .m-tabs__button[aria-selected='true'].view-all, .m-mega-menu__subcategory .m-tabs .m-tabs__button[aria-selected='true'].view-all {
    background-color: unset; }
  .m-tabs .m-tabs__button.a-text-btn:before, .m-tabs .m-mega-menu__subcategory .m-tabs__button.view-all:before, .m-mega-menu__subcategory .m-tabs .m-tabs__button.view-all:before {
    content: "";
    transition: transform 0.2s ease-in-out; }
  .m-tabs__panel,
  .m-tabs .accordion-content {
    display: none;
    padding: 24px 0;
    border-left: none;
    border-right: none;
    border-color: #c0c0c0; }
    .m-tabs__panel.is-active,
    .m-tabs .accordion-content.is-active {
      display: block; }
  .m-tabs__content {
    border: 1px solid #c0c0c0;
    border-top: 0;
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
    border-left: none;
    border-right: none; }
  @media print, screen and (min-width: 48em) {
    .m-tabs {
      border-bottom: 1px solid #c0c0c0; }
      .m-tabs__content--border-strong {
        border-bottom: 3px solid #000; }
      .m-tabs__title.is-active {
        position: relative; }
        .m-tabs__title.is-active:before {
          position: absolute !important;
          top: 100% !important;
          right: 0% !important;
          bottom: 0% !important;
          left: 0% !important;
          content: '';
          background-color: #0085ca;
          height: 8px;
          transform: translateY(-50%); }
      .m-tabs__accordion-item:nth-child(n) > .m-tabs__accordion-title {
        border: none; }
      .m-tabs__accordion-item:first-child .m-tabs__button {
        padding-left: 0; }
      .m-tabs .m-tabs__button.a-text-btn:before, .m-tabs .m-mega-menu__subcategory .m-tabs__button.view-all:before, .m-mega-menu__subcategory .m-tabs .m-tabs__button.view-all:before {
        content: none; }
      .m-tabs .m-tabs__button.a-text-btn:hover, .m-tabs .m-mega-menu__subcategory .m-tabs__button.view-all:hover, .m-mega-menu__subcategory .m-tabs .m-tabs__button.view-all:hover, .m-tabs .m-tabs__button.a-text-btn:focus, .m-tabs .m-mega-menu__subcategory .m-tabs__button.view-all:focus, .m-mega-menu__subcategory .m-tabs .m-tabs__button.view-all:focus, .m-tabs .m-tabs__button.a-text-btn[aria-selected='true'], .m-tabs .m-mega-menu__subcategory .m-tabs__button[aria-selected='true'].view-all, .m-mega-menu__subcategory .m-tabs .m-tabs__button[aria-selected='true'].view-all {
        color: #004976; } }
.m-textarea .a-textarea {
  width: 100%; }

.m-text-input .a-text-input, .m-text-input #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input, #views-exposed-form-forum-home-page-forum-home .m-text-input input.m-filter-input__input, .m-text-input #views-exposed-form-forum-home-page-forum-home input#edit-search, #views-exposed-form-forum-home-page-forum-home .m-text-input input#edit-search, .m-text-input input[type='date'], .m-text-input input[type='email'], .m-text-input input[type='password'], .m-text-input input[type="number"],
.m-text-input .a-number-input {
  width: 100%; }

.m-toggle-block__heading {
  font-weight: 700;
  margin-bottom: 16px; }

.m-toggle-block__toggle-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.m-toggle-block__toggle {
  margin-bottom: 0;
  margin-right: 20px;
  width: 130px; }
  .m-toggle-block__toggle .a-toggle__label {
    font-size: 16px;
    font-size: 1rem;
    display: block; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #aaa;
  z-index: 200; }

#gated-content-form {
  z-index: 1000;
  position: fixed;
  top: 8%;
  left: 0;
  width: 100%;
  height: 90%;
  background: #fff;
  opacity: .97; }
  #gated-content-form .form-actions {
    text-align: center; }
  @media print, screen and (min-width: 48em) {
    #gated-content-form {
      width: 70%;
      left: 15%;
      height: 90%;
      border: 2px solid #1779ba;
      opacity: 1; }
      #gated-content-form .button {
        padding-left: 6rem;
        padding-right: 6rem; } }
  @media print, screen and (min-width: 64em) {
    #gated-content-form {
      width: 60%;
      left: 20%;
      height: 90%;
      border: 2px solid #1779ba;
      opacity: 1; } }
  #gated-content-form > div {
    position: relative;
    width: 98%;
    margin: auto;
    height: 100%;
    overflow-y: auto;
    padding: 1rem .5rem; }
    @media print, screen and (min-width: 48em) {
      #gated-content-form > div {
        padding: 2rem; } }
#modal-download {
  width: 70%;
  min-width: 800px;
  max-width: 1200px; }

.select_label {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .select_label {
      font-size: 16px;
      font-size: 1rem; } }
input[type='text'] {
  margin-bottom: 1rem; }

input[type='date'], input[type='email'], input[type='password'] {
  margin-bottom: 1rem; }

.g-recaptcha {
  margin: 2rem 0; }

.js-form-type-select .help-text {
  margin-top: 0; }

.textarea_label {
  padding-bottom: 5px; }

.fieldset-wrapper .form-wrapper {
  margin: 1rem auto; }

.reload-captcha-wrapper {
  margin: 1rem auto; }

.form-actions {
  margin: 1rem auto; }

.product-button .form-actions {
  margin: 0; }

@media print, screen and (min-width: 48em) {
  #views-exposed-form-parts-lookup-page-parts-lookup .form-item-part {
    float: left;
    width: 30%;
    padding-right: 1rem; } }

#views-exposed-form-parts-lookup-page-parts-lookup .form-actions {
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 48em) {
    #views-exposed-form-parts-lookup-page-parts-lookup .form-actions {
      padding-top: 1.7rem; } }
select {
  -webkit-appearance: none; }
  select::after {
    display: none;
    z-index: -1; }

.m-select-menu::after {
  display: none; }

.a-select-menu, select {
  padding-right: 1.5rem;
  background-image: url(/themes/custom/power/assets/images/icons/chevron-down.png); }

html {
  scroll-behavior: smooth; }

.fill-line {
  width: 100%; }

.field-inline {
  font-size: 1.1rem;
  margin: .5rem auto;
  vertical-align: top; }
  .field-inline .field-label {
    color: #000;
    width: 14rem;
    margin-right: 2rem;
    display: inline-block; }

.container-left-align {
  margin: 1rem 0;
  display: block; }
  .container-left-align .field-label {
    width: auto;
    margin-right: 1rem;
    font-weight: bold; }

.pdfpreview {
  margin: 0 1rem 2rem 1rem; }

.pdfpreview-file {
  box-shadow: #c0c0c0 2px 2px 4px; }

.m-product-search-result-card .pdfpreview {
  margin: 0; }

.sidebar {
  background: #eeeeee;
  padding: 2rem 1.5rem 5rem 1.5rem; }
  .sidebar ul, .sidebar .gutenberg ol, .gutenberg .sidebar ol {
    list-style-type: none;
    padding: 1rem 0;
    margin: 0; }
    .sidebar ul li, .sidebar .gutenberg ol li, .gutenberg .sidebar ol li {
      border-top: 1px solid #c0c0c0;
      padding: 1.5rem 0; }

#welcome_blog {
  background: #eeeeee;
  padding: 2rem 1.5rem 5rem 1.5rem; }

.collections {
  margin: 1rem auto; }

.collection {
  background-color: #0085ca;
  padding: .2rem 1rem;
  border-radius: 1rem;
  color: #fff;
  font-weight: normal;
  font-size: .9rem;
  display: inline-block; }
  .collection a, .collection a h1, a .collection h1, .collection a h2, a .collection h2, .collection a h3, a .collection h3, .collection a h4, a .collection h4, .collection a h5, a .collection h5 {
    color: #fff; }

.slab {
  display: flex;
  align-items: center; }
  .slab .image {
    width: 150px;
    min-width: 150px; }

.slab-title {
  font-weight: 600;
  line-height: 2.2rem;
  margin-left: 1rem; }
  .slab-title a, .slab-title a h1, a .slab-title h1, .slab-title a h2, a .slab-title h2, .slab-title a h3, a .slab-title h3, .slab-title a h4, a .slab-title h4, .slab-title a h5, a .slab-title h5 {
    font-weight: 600; }

.card-title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: auto;
  padding: 0; }

.views-view-grid.cols-4 .card-title, #videos-featured .card-title {
  font-size: 1rem;
  line-height: 1.2rem; }

.content-card, .content-slide {
  position: relative;
  border: 1px solid #eeeeee;
  box-shadow: #eeeeee 2px 2px 4px; }
  .content-card .inner, .content-slide .inner {
    padding: 1rem; }
  .content-card .content-card-image, .content-slide .content-card-image {
    background-color: #eeeeee; }
    .content-card .content-card-image img, .content-slide .content-card-image img {
      width: 100%; }
  .content-card footer, .content-slide footer {
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    right: 1rem; }
    .content-card footer .postinfo, .content-slide footer .postinfo {
      color: #000;
      font-weight: normal;
      border-top: 1px solid #eeeeee;
      padding-top: .5rem;
      display: flex;
      justify-content: space-between; }

.content-card {
  margin-bottom: 1rem;
  padding-bottom: 2rem; }
  .content-card header, .content-card .bodyfield {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1rem auto;
    padding: 0; }
  .content-card header {
    line-height: 1.8rem;
    -webkit-line-clamp: 2;
    height: 3.6rem; }
  .content-card .bodyfield {
    line-height: 1.5rem;
    -webkit-line-clamp: 4;
    max-height: 6rem; }
  .content-card .collections {
    margin-left: 1rem;
    margin-top: -1rem; }
    .content-card .collections .collection {
      border-radius: 0; }
  .content-card .card-title {
    padding: 0; }

.content-slide .inner {
  position: relative;
  height: 100%; }

.content-slide .card-title {
  padding-bottom: 1rem; }

.orbit-bullets {
  transform: translateX(50%);
  z-index: 100;
  right: 50%; }
  .orbit-bullets button {
    width: .75rem;
    height: .75rem;
    background-color: #eeeeee;
    display: inline-block;
    padding: 0;
    transition: background-color 0.25s ease-in-out; }
    .orbit-bullets button.is-active {
      background-color: #0085ca; }

.orbit-wrapper .slide-nav-button {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: .7rem;
  padding: 1.5rem .5rem; }
  @media print, screen and (min-width: 48em) {
    .orbit-wrapper .slide-nav-button {
      font-size: 1rem;
      padding: 1rem; } }
.orbit-wrapper:hover .slide-nav-button {
  display: block;
  background-color: rgba(0, 0, 0, 0.25); }

.hide_nav_buttons .slide-nav-button {
  display: none !important; }

.button--ultimenu {
  display: none; }

.application-icon img {
  width: 48px;
  height: 48px; }

.c-product-table__app-icon.segment-icon {
  padding: .25rem;
  font-size: 1.2rem; }
  .c-product-table__app-icon.segment-icon img {
    width: 20px;
    height: 20px; }

.hero-banner-home {
  height: 325px;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .hero-banner-home {
      height: 410px; } }
.c-hero-fixed {
  background: #eeeeee; }
  @media screen and (min-width: 75em) {
    .c-hero-fixed .c-hero-carousel {
      max-width: 1440px;
      width: 1440px;
      margin: auto; } }
.c-media-block {
  margin-top: 2rem;
  background: #eeeeee; }
  @media screen and (min-width: 75em) {
    .c-media-block .c-media-block__image-wrapper {
      max-width: 720px;
      width: 720px; } }
.path-frontpage .hero-banner-home {
  border-bottom: 4px solid var(--segment-color); }
  @media print, screen and (min-width: 64em) {
    .path-frontpage .hero-banner-home {
      border-bottom: 6px solid var(--segment-color); } }
@media print, screen and (min-width: 64em) {
  .c-solution-finder-header .m-segment-dropdown__trigger {
    height: 40px; } }

.c-header .m-segment-dropdown__trigger {
  background: transparent;
  color: #fff;
  padding: 5px 30px; }
  .c-header .m-segment-dropdown__trigger::after {
    color: #fff;
    font-size: 10px; }

.c-header .m-segment-dropdown__label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700; }

@media print, screen and (min-width: 48em) {
  .c-header .m-segment-dropdown__icon {
    font-size: 1rem;
    line-height: 1.4rem; } }

.m-product-gallery__item {
  position: absolute;
  top: 0; }

.has-tip {
  cursor: pointer; }

.m-product-gallery__thumbnails .m-product-gallery__thumb-icon {
  position: absolute;
  z-index: 10; }

.m-product-gallery__thumb-icon {
  filter: drop-shadow(2px 2px 2px #63666a); }

#cboxClose:before {
  content: "\e922"; }

.m-document-card .m-document-card__image-wrapper {
  margin-bottom: 1rem; }
  .m-document-card .m-document-card__image-wrapper img {
    max-height: 220px; }

.a-text-btn__text-only {
  background-color: transparent;
  color: #0085ca;
  margin-left: 1rem;
  margin-right: 1rem; }
  .a-text-btn__text-only:hover {
    background: none;
    color: #0085ca;
    text-decoration: underline; }

.m-inline-nav .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: 0; }

.c-header .dropdown.menu .submenu {
  z-index: 100; }
  .c-header .dropdown.menu .submenu .m-inline-nav__label {
    padding-left: 6px; }

.t-homepage .c-card-wrapper {
  background: none; }

#bookmark, .js-bookmark {
  display: none; }

.m-discussion-card__published-info-wrapper, .m-discussion-card__published-info {
  display: block; }

.c-product-filter__advanced-filters {
  border-bottom: none; }

.c-product-filter__cta {
  align-items: normal; }
  .c-product-filter__cta .a-text-btn, .c-product-filter__cta .m-mega-menu__subcategory .view-all, .m-mega-menu__subcategory .c-product-filter__cta .view-all, .c-product-filter__cta .a-text-btn__label {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #0085ca;
    margin-left: 2rem;
    margin-right: 2rem;
    background: none; }
    .c-product-filter__cta .a-text-btn:hover, .c-product-filter__cta .m-mega-menu__subcategory .view-all:hover, .m-mega-menu__subcategory .c-product-filter__cta .view-all:hover, .c-product-filter__cta .a-text-btn__label:hover {
      background: none; }

span.a-text-btn, .m-mega-menu__subcategory span.view-all {
  color: #000; }

.a-text-btn__icon.icon-view-file, .a-text-btn__icon.icon-doc {
  font-size: 2rem;
  margin: auto; }

th.m-table__row-header {
  position: relative; }
  th.m-table__row-header.static-header {
    position: static; }
  th.m-table__row-header .m-table__row-header-inner {
    background: #fff;
    height: 100%; }

.tablesort--asc .m-table__control-icon::after, .tablesorter-headerAsc .m-table__control-icon::after {
  content: ""; }

.tablesort--desc .m-table__control-icon::after, .tablesort--desc, .tablesorter-headerDesc .m-table__control-icon::after {
  content: ""; }

.m-table__control-icon::after {
  font-size: 12px;
  font-size: .85rem;
  padding: 0;
  content: "";
  color: #0085ca;
  position: absolute;
  top: 1.2rem;
  right: 0; }

.tablesorter-header {
  background-image: none; }

.tablesort--asc, .tablesorter-headerAsc {
  background-image: none; }

.tablesort--desc, .tablesorter-headerDesc {
  background-image: none; }

ul.links.inline, .gutenberg ol.links.inline {
  margin: 0;
  padding: 0; }
  ul.links.inline li, .gutenberg ol.links.inline li {
    display: inline-block;
    margin: 0 1rem; }
    ul.links.inline li:first-child, .gutenberg ol.links.inline li:first-child {
      margin-left: 0; }

.flag-subscribe-node, .path-forum .action-links {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .flag-subscribe-node, .path-forum .action-links {
      display: block; } }
.path-forum .action-links .button-action {
  margin-bottom: 1rem;
  margin-top: 0; }

forum {
  margin: 1rem auto; }

h1.forum-name, h1.forum-topic {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    h1.forum-name, h1.forum-topic {
      font-size: 2.25rem; } }
h1.forum-topic {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.comment_actions {
  display: flex;
  justify-content: flex-end; }

.link .icon, .link .m-mega-menu__subcategory .view-all::after, .m-mega-menu__subcategory .link .view-all::after {
  font-size: .7rem;
  margin: 0 .25rem; }

.forum-topic {
  margin-bottom: 0;
  font-weight: 700; }

.submitter {
  font-size: 1.1rem;
  border-bottom: 2px solid #63666a;
  font-weight: 700;
  display: flex;
  justify-content: space-between; }

.started {
  font-size: 1.1rem; }

#forum-comments {
  border-top: 2px solid #000;
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  justify-content: center; }
  #forum-comments #edit-actions {
    margin: 2rem auto; }

#topic_header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

#forum_header {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5rem;
  margin-top: -2rem; }

#topic_body {
  margin: 2rem auto; }
  #topic_body p {
    font-size: 1.2rem;
    line-height: 1.6rem; }

.comment_body {
  margin: 2rem 1rem; }
  .comment_body p {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .comment_body a, .comment_body a h1, a .comment_body h1, .comment_body a h2, a .comment_body h2, .comment_body a h3, a .comment_body h3, .comment_body a h4, a .comment_body h4, .comment_body a h5, a .comment_body h5 {
    font-weight: normal; }

article.js-comment {
  margin: 2rem auto; }
  @media print, screen and (min-width: 48em) {
    article.js-comment table, article.js-comment .gutenberg figure.wp-block-table.stack table, .gutenberg figure.wp-block-table.stack article.js-comment table {
      margin: 0 1rem;
      width: 60%; } }
  article.js-comment table thead, article.js-comment .gutenberg figure.wp-block-table.stack table thead, .gutenberg figure.wp-block-table.stack article.js-comment table thead {
    color: #63666a; }
    article.js-comment table thead th, article.js-comment .gutenberg figure.wp-block-table.stack table thead th, .gutenberg figure.wp-block-table.stack article.js-comment table thead th, article.js-comment table thead.m-table__head, article.js-comment .gutenberg figure.wp-block-table.stack table thead.m-table__head, .gutenberg figure.wp-block-table.stack article.js-comment table thead.m-table__head {
      border-top: 0;
      border-bottom: 1px; }

.m-table tbody tr:nth-child(even) {
  background-color: transparent;
  border-bottom: 1px solid #c0c0c0; }

.m-table.table-striped {
  border: 0; }
  .m-table.table-striped tbody {
    border: 0; }
    .m-table.table-striped tbody tr {
      border: 0; }
      .m-table.table-striped tbody tr:nth-child(odd) {
        background-color: #eeeeee; }
      .m-table.table-striped tbody tr td {
        padding: 1rem .5rem; }

.m-table__head th:first-child {
  padding-left: 0; }

.flag-subscribe-term, .flag-subscribe-node, .path-forum .action-links {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 1rem; }

.m-mega-menu__items {
  display: flex; }

@media print, screen and (min-width: 48em) {
  .m-mega-menu__subcategory a, .m-mega-menu__subcategory a h1, a .m-mega-menu__subcategory h1, .m-mega-menu__subcategory a h2, a .m-mega-menu__subcategory h2, .m-mega-menu__subcategory a h3, a .m-mega-menu__subcategory h3, .m-mega-menu__subcategory a h4, a .m-mega-menu__subcategory h4, .m-mega-menu__subcategory a h5, a .m-mega-menu__subcategory h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

.m-mega-menu__subcategory .view-all::after {
  font-size: .8rem;
  font-family: 'icomoon';
  content: "";
  padding-left: .5rem; }

@media print, screen and (min-width: 48em) {
  .m-mega-menu__subcategory .view-all {
    display: none; } }

.t-srp {
  margin-bottom: 3rem; }
  .t-srp article {
    margin: 1rem auto; }

.m-product-search-result-card__name {
  font-weight: 700; }

#views-exposed-form-forum-home-page-forum-home {
  display: flex;
  align-content: center;
  justify-content: space-between; }
  #views-exposed-form-forum-home-page-forum-home .js-form-item-keys {
    width: 100%;
    padding-right: 2rem; }
  #views-exposed-form-forum-home-page-forum-home .form-item {
    width: 80%;
    margin: auto; }
  #views-exposed-form-forum-home-page-forum-home input.m-filter-input__input, #views-exposed-form-forum-home-page-forum-home input#edit-search {
    width: 100%;
    margin: auto;
    text-indent: .5rem;
    text-align: left; }
  #views-exposed-form-forum-home-page-forum-home label {
    display: none; }
  #views-exposed-form-forum-home-page-forum-home div, #views-exposed-form-forum-home-page-forum-home input {
    margin-bottom: 0; }

.c-search-header__wide {
  text-align: center;
  width: 60%; }

.c-category-cta-list {
  margin-top: 2rem; }

.search-api-page-block-form-forum-search #edit-actions {
  display: none; }

.c-filter-sidebar__accordion, ul.js-facets-checkbox-links, .gutenberg ol.js-facets-checkbox-links {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 0; }

.facet-item .facet-item__value {
  margin-left: 2rem; }

.inline-checkbox__label::before, .inline-checkbox__label::after {
  position: relative;
  display: inline-block; }

.inline-checkbox__label::before {
  content: none; }

.form-item-field-business-segment ul.links.inline, .form-item-field-business-segment .gutenberg ol.links.inline, .gutenberg .form-item-field-business-segment ol.links.inline {
  margin-bottom: 3rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .form-item-field-business-segment ul.links.inline, .form-item-field-business-segment .gutenberg ol.links.inline, .gutenberg .form-item-field-business-segment ol.links.inline {
      margin: 1rem auto; } }
  .form-item-field-business-segment ul.links.inline li, .form-item-field-business-segment .gutenberg ol.links.inline li, .gutenberg .form-item-field-business-segment ol.links.inline li {
    display: block;
    margin: 1rem auto; }
    .form-item-field-business-segment ul.links.inline li:first-child, .form-item-field-business-segment .gutenberg ol.links.inline li:first-child, .gutenberg .form-item-field-business-segment ol.links.inline li:first-child {
      margin-left: 0; }
    @media print, screen and (min-width: 48em) {
      .form-item-field-business-segment ul.links.inline li, .form-item-field-business-segment .gutenberg ol.links.inline li, .gutenberg .form-item-field-business-segment ol.links.inline li {
        display: inline-block;
        margin: 0 1rem; } }
.form-item-field-business-segment .select_label {
  text-transform: none; }

.form-item-field-business-segment .inline-checkbox__label::after {
  left: 8px;
  top: 2px; }

.form-item-field-business-segment .inline-checkbox__label .a-icon_icon {
  margin-right: 4px; }

.ipe-block-form .js-form-type-checkbox .form-checkbox {
  position: static;
  opacity: 1; }

button:focus, input:focus {
  outline: thin solid #0085ca; }

.view-mode-default .field-inline, .view-mode-preview .field-inline {
  border-top: 1px solid #c0c0c0;
  padding: .5rem 0;
  margin: 0; }

.m-mega-menu__history {
  display: block; }

.history-list {
  height: 360px; }
  .history-list li {
    max-width: 380px;
    overflow: hidden; }
    .history-list li a, .history-list li a h1, a .history-list li h1, .history-list li a h2, a .history-list li h2, .history-list li a h3, a .history-list li h3, .history-list li a h4, a .history-list li h4, .history-list li a h5, a .history-list li h5 {
      max-width: 250px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

.tab-button {
  margin: 0 1rem; }
  .tab-button:first-child {
    margin-left: 0; }
  .tab-button.tab-active {
    border-bottom: 4px solid #0085ca;
    border-radius: 0;
    background: none; }

.user-fields-fieldset {
  border: 1px solid #c0c0c0;
  padding: 2rem;
  margin-bottom: 2rem; }

.field--name-message-subscribe-email {
  border: 0;
  padding: 2rem 0 0 0; }
  .field--name-message-subscribe-email p {
    margin: 1rem auto; }

.field--name-field-preferred-business-segment {
  margin: 2rem auto; }

#edit-field-language-preference-wrapper {
  margin-top: 2rem; }

.facet-title::before {
  content: none !important; }

.card-image {
  position: relative; }

.views-page .card-image .m-product-gallery__thumb-icon {
  display: none; }

.m-pagination__next span, .m-pagination__last span, .m-pagination__first span, .m-pagination__prev span {
  font-size: .8em; }

.m-pagination__last, .m-pagination__first {
  letter-spacing: -8px; }
  .m-pagination__last span, .m-pagination__first span {
    font-size: .8em; }

a span.icon, a .m-mega-menu__subcategory span.view-all::after, .m-mega-menu__subcategory a span.view-all::after {
  font-size: .8em; }

.webform-confirmation__message p {
  font-size: 1.2em; }

.c-design-card-list__card {
  min-height: 14rem; }

.m-design-card__image-wrapper {
  text-align: center; }
  .m-design-card__image-wrapper img {
    display: block;
    max-width: 8rem;
    height: auto;
    margin: 1rem auto; }

.m-design-card__name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-height: 4rem; }

nav.m-breadcrumb a, nav.m-breadcrumb a h1, a nav.m-breadcrumb h1, nav.m-breadcrumb a h2, a nav.m-breadcrumb h2, nav.m-breadcrumb a h3, a nav.m-breadcrumb h3, nav.m-breadcrumb a h4, a nav.m-breadcrumb h4, nav.m-breadcrumb a h5, a nav.m-breadcrumb h5 {
  font-weight: 400; }

#status-messages {
  top: 5%;
  width: 100%;
  position: fixed;
  background: #fff;
  display: block;
  border: 1px solid #0085ca;
  padding: 1rem;
  z-index: 1500; }
  @media print, screen and (min-width: 48em) {
    #status-messages {
      top: 25%;
      left: 20%;
      width: 60%;
      box-shadow: 1px 1px #63666a;
      border: 4px solid #0085ca;
      padding: 2rem; } }
  #status-messages .close-button {
    right: 0;
    top: 0;
    padding: .75rem; }

.m-inline-nav__item, .c-header .m-segment-dropdown__label {
  vertical-align: middle; }

.pi-chyron {
  padding: 0 2rem 0 0;
  text-transform: none;
  line-height: 1.1; }
  .pi-chyron a.pi-chyron-link, .pi-chyron a h1.pi-chyron-link, a .pi-chyron h1.pi-chyron-link, .pi-chyron a h2.pi-chyron-link, a .pi-chyron h2.pi-chyron-link, .pi-chyron a h3.pi-chyron-link, a .pi-chyron h3.pi-chyron-link, .pi-chyron a h4.pi-chyron-link, a .pi-chyron h4.pi-chyron-link, .pi-chyron a h5.pi-chyron-link, a .pi-chyron h5.pi-chyron-link {
    vertical-align: top;
    text-transform: none;
    padding: 0;
    margin-left: 1rem; }
  .pi-chyron .chyron-title {
    display: inline-block; }
    .pi-chyron .chyron-title span {
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media print, screen and (min-width: 48em) {
        .pi-chyron .chyron-title span {
          max-width: 30rem; } }
#current_segment_icon {
  color: #fff; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  /* Aspect Ratio (divide h by w) */ }
  .iframe-container video {
    max-width: 100%;
    height: auto; }

iframe {
  border: 0;
  overflow: hidden; }

.iframe-banner-container {
  position: relative;
  overflow: hidden;
  padding-top: 39.25%;
  width: 100%;
  border: 0;
  margin: 2rem auto; }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.responsive-iframe-container video {
  display: none; }

.strong-for-small {
  font-weight: 700; }
  @media print, screen and (min-width: 48em) {
    .strong-for-small {
      font-weight: 400; } }
.view-mode-full .image {
  margin-bottom: 2rem; }

.archived-status {
  color: #ac242a;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 1rem auto; }

.view-media-gallery, .view-video-gallery {
  color: #000;
  text-align: center;
  background: transparent;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-height: 100%;
  font-size: 2rem; }
  @media print, screen and (min-width: 48em) {
    .view-media-gallery, .view-video-gallery {
      font-size: 1.4rem;
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .view-media-gallery, .view-video-gallery {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .view-media-gallery:hover, .view-video-gallery:hover {
    color: #63666a; }

.view-media-gallery {
  background: #fff;
  opacity: .7; }

.media-gallery {
  margin: auto; }
  @media print, screen and (min-width: 64em) {
    .media-gallery {
      width: 1050px; } }
.video-gallery {
  margin: auto;
  text-align: center;
  height: auto !important;
  position: relative; }
  .video-gallery article {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
    @media print, screen and (min-width: 64em) {
      .video-gallery article {
        width: 100%;
        max-height: 650px; } }
#video_thumbs .field-wrapper {
  width: 100%; }
  #video_thumbs .field-wrapper img {
    width: 100%;
    height: auto; }

.videos-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0; }
  .videos-list li {
    margin: 0;
    padding: 0; }

.video-title {
  font-size: 1rem;
  margin: 1rem auto; }
  @media print, screen and (min-width: 64em) {
    .video-title {
      font-size: 1.375rem; } }
.js-product-gallery-thumb {
  position: relative; }
  .js-product-gallery-thumb div {
    display: flex;
    align-content: center; }
  @media print, screen and (min-width: 48em) {
    .js-product-gallery-thumb.cell {
      margin: 0 0.625rem; } }
.teaser-thumb.has-tip {
  display: block;
  margin: auto; }

.gallery-thumb {
  margin: .5rem;
  padding: 0;
  font-size: .7rem;
  font-weight: 400;
  position: relative; }
  .gallery-thumb .title-backdrop {
    position: absolute;
    bottom: 0;
    background-color: #eeeeee;
    opacity: .90;
    width: 100%; }
    .gallery-thumb .title-backdrop .title-video {
      position: relative;
      opacity: 0; }

.title-video {
  margin: .25rem 0;
  font-size: .75rem;
  width: 100%; }

.video-name {
  text-transform: none;
  clear: both; }
  @media print, screen and (min-width: 64em) {
    .video-name {
      width: 100px; } }
.message-box {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  background: #fff;
  border: 2px solid #1779ba;
  padding: 1rem;
  text-align: left; }

#colorbox {
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 64em) {
    #colorbox {
      top: 5% !important;
      height: 90% !important; } }
@media print, screen and (min-width: 64em) {
  #cboxMiddleLeft {
    width: 15px; } }

@media print, screen and (min-width: 64em) {
  #cboxMiddleRight {
    width: 15px; } }

#cboxTopLeft {
  width: 15px; }
  @media print, screen and (min-width: 64em) {
    #cboxTopLeft {
      height: 15px; } }
@media print, screen and (min-width: 64em) {
  #cboxTopCenter {
    height: 15px; } }

#cboxTopRight {
  width: 15px; }
  @media print, screen and (min-width: 64em) {
    #cboxTopRight {
      height: 15px; } }
#cboxClose {
  position: absolute;
  top: 1rem;
  right: 1rem; }
  @media print, screen and (min-width: 64em) {
    #cboxClose {
      top: 0;
      right: 0; } }
#cboxContent {
  background: #fff;
  color: #000;
  overflow: hidden; }
  @media print, screen and (min-width: 64em) {
    #cboxContent {
      padding: 1rem; } }
#cboxLoadedContent {
  overflow: auto !important; }

.video-player {
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  height: auto; }

.has-tip {
  border-bottom: none; }

.post-details {
  padding: 0 0 2rem 0; }

.postdate-header {
  font-size: 1.1rem;
  margin-right: 1rem;
  padding: .1rem; }

.circle-photo img {
  border-radius: 20rem; }

.border-bottom {
  border-bottom: 1px solid #c0c0c0; }

.page-event header {
  margin-bottom: 1rem; }

.page-event section p {
  font-size: 1.2rem;
  line-height: 1.8rem; }

.page-event hr {
  margin: 2rem auto; }

.faded {
  opacity: .2;
  transition: opacity 0.2s ease-in-out; }

#yxt-SearchBar-input--search-bar {
  background: none;
  border: 0;
  margin: .5rem auto; }

button#ot-sdk-btn.ot-sdk-show-settings, button#ot-sdk-btn.optanon-show-settings {
  display: block;
  margin: auto; }

#ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4 {
  margin-bottom: 1rem; }

#ot-sdk-cookie-policy h3 {
  font-size: 2rem;
  margin-top: 2rem; }

#ot-sdk-cookie-policy h4 {
  font-size: 1.6rem;
  margin-top: 1rem; }

#ot-sdk-cookie-policy div, #ot-sdk-cookie-policy p {
  line-height: 1.5 !important;
  font-size: 1rem !important;
  -webkit-font-smoothing: antialiased !important; }

button.save-preference-btn-handler, button.onetrust-close-btn-handler, button#onetrust-accept-btn-handler,
button#accept-recommended-btn-handler {
  border-radius: 2rem !important; }

.ot-always-active {
  color: #0085CA !important; }

.ot-switch-nob {
  border-color: #0085CA !important; }

.ot-switch-nob::before {
  background-color: #0085CA !important;
  border-color: #0085CA !important; }

#onetrust-consent-sdk div, #onetrust-consent-sdk p {
  -webkit-font-smoothing: antialiased !important; }

#onetrust-consent-sdk h2, #onetrust-consent-sdk h3 {
  color: #63666a !important;
  margin-top: 1rem !important; }

#onetrust-consent-sdk h2 {
  font-size: 1.6rem !important; }

#onetrust-consent-sdk h3 {
  font-size: 1.2rem !important; }

.eu-cookie-compliance-default-button {
  color: #000; }

.eu-cookie-compliance-message {
  margin: .75rem 0 0 0; }

.sliding-popup-bottom #popup-buttons {
  padding: .5rem 0; }

/*
 * zurb_foundation.scss - Contains all Drupal-specific SASS for this theme.
 *
 * @todo Split this into multiple folders/files.
*/
.region-highlighted:empty {
  display: none; }

.toolbar-tray a, .toolbar-tray a h1, a .toolbar-tray h1, .toolbar-tray a h2, a .toolbar-tray h2, .toolbar-tray a h3, a .toolbar-tray h3, .toolbar-tray a h4, a .toolbar-tray h4, .toolbar-tray a h5, a .toolbar-tray h5 {
  font-size: 13px; }

.toolbar .toolbar-toggle-orientation .toolbar-icon {
  margin: 0; }
  .toolbar .toolbar-toggle-orientation .toolbar-icon:before {
    min-height: 0; }

.top-bar-section ul li, .top-bar-section .gutenberg ol li, .gutenberg .top-bar-section ol li {
  padding-top: 0; }
  .top-bar-section ul li a.is-active, .top-bar-section .gutenberg ol li a.is-active, .gutenberg .top-bar-section ol li a.is-active, .top-bar-section ul li a h1.is-active, .top-bar-section .gutenberg ol li a h1.is-active, .gutenberg .top-bar-section ol li a h1.is-active, a .top-bar-section ul li h1.is-active, a .top-bar-section .gutenberg ol li h1.is-active, .gutenberg a .top-bar-section ol li h1.is-active, .top-bar-section ul li a h2.is-active, .top-bar-section .gutenberg ol li a h2.is-active, .gutenberg .top-bar-section ol li a h2.is-active, a .top-bar-section ul li h2.is-active, a .top-bar-section .gutenberg ol li h2.is-active, .gutenberg a .top-bar-section ol li h2.is-active, .top-bar-section ul li a h3.is-active, .top-bar-section .gutenberg ol li a h3.is-active, .gutenberg .top-bar-section ol li a h3.is-active, a .top-bar-section ul li h3.is-active, a .top-bar-section .gutenberg ol li h3.is-active, .gutenberg a .top-bar-section ol li h3.is-active, .top-bar-section ul li a h4.is-active, .top-bar-section .gutenberg ol li a h4.is-active, .gutenberg .top-bar-section ol li a h4.is-active, a .top-bar-section ul li h4.is-active, a .top-bar-section .gutenberg ol li h4.is-active, .gutenberg a .top-bar-section ol li h4.is-active, .top-bar-section ul li a h5.is-active, .top-bar-section .gutenberg ol li a h5.is-active, .gutenberg .top-bar-section ol li a h5.is-active, a .top-bar-section ul li h5.is-active, a .top-bar-section .gutenberg ol li h5.is-active, .gutenberg a .top-bar-section ol li h5.is-active {
    color: #FFFFFF; }

.no-js .top-bar {
  display: none; }

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }
  .no-js .title-bar {
    display: none; } }

body.toolbar-fixed .sticky.is-stuck .top-bar {
  margin-top: 39px; }

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .sticky.is-stuck .top-bar {
  margin-top: 78px; }

body.toolbar-fixed .sticky.is-stuck.is-at-top {
  margin-top: 0 !important; }

.top-bar .menu-item--collapsed, .top-bar .menu-item--expanded {
  list-style: none; }

.top-bar .search-block-form .form-item-keys, .top-bar .search-block-form .form-actions {
  display: inline-block; }

.dropbutton-wrapper {
  background-color: #008CBA;
  margin: 0 0 1.25rem; }
  .dropbutton-wrapper .button {
    margin-bottom: 0;
    width: 100%;
    text-align: left; }

.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../images/foundation/misc/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px; }

.node-preview-container {
  position: relative; }
  .node-preview-container .node-preview-backlink {
    margin-right: 1rem; }
  .node-preview-container select {
    width: auto; }

.c-card-wrapper {
  margin: 1rem 0; }
  .c-card-wrapper > .c-card-wrapper__discussion-cards > div {
    border-bottom: 1px solid silver;
    margin-bottom: 25px; }

.t-homepage .c-links-list .c-links-list__wrapper {
  margin: 10px auto; }

/** GUTENBERG EDITOR CSS SPLIT TO OWN TEMPLATE LATER **/
.description-big p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 2rem auto; }

a, a h1, a h2, a h3, a h4, a h5 {
  font-weight: 700; }

.font-normal {
  font-weight: 400; }

.text-standard, .text-standard p {
  font-size: 1.2rem;
  line-height: 1.8rem; }

.text-large, .text-large p {
  font-size: 1.6rem;
  line-height: 2.6rem; }

h1 {
  margin-bottom: 30px; }

h2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  h2.node-title, h2.forum-topic {
    margin-top: 0; }
  h2.page-title {
    font-weight: 700;
    margin-bottom: 1rem; }

h3 {
  margin-top: 2rem; }
  h3.node-title, h3.forum-topic {
    margin-top: 0; }

h2, h3, h4, h5, h6, h7 {
  font-weight: 600;
  margin-bottom: 15px;
  word-break: break-word; }

h7 {
  color: #63666a;
  font-weight: 400;
  margin-bottom: .5rem; }

ul li h1, .gutenberg ol li h1, ul li h2, .gutenberg ol li h2, ul li h3, .gutenberg ol li h3, ul li h4, .gutenberg ol li h4, ul li h5, .gutenberg ol li h5, ul li h6, .gutenberg ol li h6 {
  font-weight: 400; }
  ul li h1 a, .gutenberg ol li h1 a, ul li h1 a h1, .gutenberg ol li h1 a h1, a ul li h1 h1, a .gutenberg ol li h1 h1, .gutenberg a ol li h1 h1, ul li h1 a h2, .gutenberg ol li h1 a h2, a ul li h1 h2, a .gutenberg ol li h1 h2, .gutenberg a ol li h1 h2, ul li h1 a h3, .gutenberg ol li h1 a h3, a ul li h1 h3, a .gutenberg ol li h1 h3, .gutenberg a ol li h1 h3, ul li h1 a h4, .gutenberg ol li h1 a h4, a ul li h1 h4, a .gutenberg ol li h1 h4, .gutenberg a ol li h1 h4, ul li h1 a h5, .gutenberg ol li h1 a h5, a ul li h1 h5, a .gutenberg ol li h1 h5, .gutenberg a ol li h1 h5, ul li a h1 h1, .gutenberg ol li a h1 h1, ul li h1 a h2 h1, .gutenberg ol li h1 a h2 h1, a h2 ul li h1 h1, a h2 .gutenberg ol li h1 h1, .gutenberg a h2 ol li h1 h1, ul li h1 a h3 h1, .gutenberg ol li h1 a h3 h1, a h3 ul li h1 h1, a h3 .gutenberg ol li h1 h1, .gutenberg a h3 ol li h1 h1, ul li h1 a h4 h1, .gutenberg ol li h1 a h4 h1, a h4 ul li h1 h1, a h4 .gutenberg ol li h1 h1, .gutenberg a h4 ol li h1 h1, ul li h1 a h5 h1, .gutenberg ol li h1 a h5 h1, a h5 ul li h1 h1, a h5 .gutenberg ol li h1 h1, .gutenberg a h5 ol li h1 h1, ul li a h1 h2, .gutenberg ol li a h1 h2, ul li h1 a h2 h2, .gutenberg ol li h1 a h2 h2, a h2 ul li h1 h2, a h2 .gutenberg ol li h1 h2, .gutenberg a h2 ol li h1 h2, ul li h1 a h3 h2, .gutenberg ol li h1 a h3 h2, a h3 ul li h1 h2, a h3 .gutenberg ol li h1 h2, .gutenberg a h3 ol li h1 h2, ul li h1 a h4 h2, .gutenberg ol li h1 a h4 h2, a h4 ul li h1 h2, a h4 .gutenberg ol li h1 h2, .gutenberg a h4 ol li h1 h2, ul li h1 a h5 h2, .gutenberg ol li h1 a h5 h2, a h5 ul li h1 h2, a h5 .gutenberg ol li h1 h2, .gutenberg a h5 ol li h1 h2, ul li a h1 h3, .gutenberg ol li a h1 h3, ul li h1 a h2 h3, .gutenberg ol li h1 a h2 h3, a h2 ul li h1 h3, a h2 .gutenberg ol li h1 h3, .gutenberg a h2 ol li h1 h3, ul li h1 a h3 h3, .gutenberg ol li h1 a h3 h3, a h3 ul li h1 h3, a h3 .gutenberg ol li h1 h3, .gutenberg a h3 ol li h1 h3, ul li h1 a h4 h3, .gutenberg ol li h1 a h4 h3, a h4 ul li h1 h3, a h4 .gutenberg ol li h1 h3, .gutenberg a h4 ol li h1 h3, ul li h1 a h5 h3, .gutenberg ol li h1 a h5 h3, a h5 ul li h1 h3, a h5 .gutenberg ol li h1 h3, .gutenberg a h5 ol li h1 h3, ul li a h1 h4, .gutenberg ol li a h1 h4, ul li h1 a h2 h4, .gutenberg ol li h1 a h2 h4, a h2 ul li h1 h4, a h2 .gutenberg ol li h1 h4, .gutenberg a h2 ol li h1 h4, ul li h1 a h3 h4, .gutenberg ol li h1 a h3 h4, a h3 ul li h1 h4, a h3 .gutenberg ol li h1 h4, .gutenberg a h3 ol li h1 h4, ul li h1 a h4 h4, .gutenberg ol li h1 a h4 h4, a h4 ul li h1 h4, a h4 .gutenberg ol li h1 h4, .gutenberg a h4 ol li h1 h4, ul li h1 a h5 h4, .gutenberg ol li h1 a h5 h4, a h5 ul li h1 h4, a h5 .gutenberg ol li h1 h4, .gutenberg a h5 ol li h1 h4, ul li a h1 h5, .gutenberg ol li a h1 h5, ul li h1 a h2 h5, .gutenberg ol li h1 a h2 h5, a h2 ul li h1 h5, a h2 .gutenberg ol li h1 h5, .gutenberg a h2 ol li h1 h5, ul li h1 a h3 h5, .gutenberg ol li h1 a h3 h5, a h3 ul li h1 h5, a h3 .gutenberg ol li h1 h5, .gutenberg a h3 ol li h1 h5, ul li h1 a h4 h5, .gutenberg ol li h1 a h4 h5, a h4 ul li h1 h5, a h4 .gutenberg ol li h1 h5, .gutenberg a h4 ol li h1 h5, ul li h1 a h5 h5, .gutenberg ol li h1 a h5 h5, a h5 ul li h1 h5, a h5 .gutenberg ol li h1 h5, .gutenberg a h5 ol li h1 h5, ul li h2 a, .gutenberg ol li h2 a, ul li h2 a h1, .gutenberg ol li h2 a h1, a ul li h2 h1, a .gutenberg ol li h2 h1, .gutenberg a ol li h2 h1, ul li h2 a h2, .gutenberg ol li h2 a h2, a ul li h2 h2, a .gutenberg ol li h2 h2, .gutenberg a ol li h2 h2, ul li h2 a h3, .gutenberg ol li h2 a h3, a ul li h2 h3, a .gutenberg ol li h2 h3, .gutenberg a ol li h2 h3, ul li h2 a h4, .gutenberg ol li h2 a h4, a ul li h2 h4, a .gutenberg ol li h2 h4, .gutenberg a ol li h2 h4, ul li h2 a h5, .gutenberg ol li h2 a h5, a ul li h2 h5, a .gutenberg ol li h2 h5, .gutenberg a ol li h2 h5, ul li h2 a h1 h1, .gutenberg ol li h2 a h1 h1, a h1 ul li h2 h1, a h1 .gutenberg ol li h2 h1, .gutenberg a h1 ol li h2 h1, ul li a h2 h1, .gutenberg ol li a h2 h1, ul li h2 a h3 h1, .gutenberg ol li h2 a h3 h1, a h3 ul li h2 h1, a h3 .gutenberg ol li h2 h1, .gutenberg a h3 ol li h2 h1, ul li h2 a h4 h1, .gutenberg ol li h2 a h4 h1, a h4 ul li h2 h1, a h4 .gutenberg ol li h2 h1, .gutenberg a h4 ol li h2 h1, ul li h2 a h5 h1, .gutenberg ol li h2 a h5 h1, a h5 ul li h2 h1, a h5 .gutenberg ol li h2 h1, .gutenberg a h5 ol li h2 h1, ul li h2 a h1 h2, .gutenberg ol li h2 a h1 h2, a h1 ul li h2 h2, a h1 .gutenberg ol li h2 h2, .gutenberg a h1 ol li h2 h2, ul li a h2 h2, .gutenberg ol li a h2 h2, ul li h2 a h3 h2, .gutenberg ol li h2 a h3 h2, a h3 ul li h2 h2, a h3 .gutenberg ol li h2 h2, .gutenberg a h3 ol li h2 h2, ul li h2 a h4 h2, .gutenberg ol li h2 a h4 h2, a h4 ul li h2 h2, a h4 .gutenberg ol li h2 h2, .gutenberg a h4 ol li h2 h2, ul li h2 a h5 h2, .gutenberg ol li h2 a h5 h2, a h5 ul li h2 h2, a h5 .gutenberg ol li h2 h2, .gutenberg a h5 ol li h2 h2, ul li h2 a h1 h3, .gutenberg ol li h2 a h1 h3, a h1 ul li h2 h3, a h1 .gutenberg ol li h2 h3, .gutenberg a h1 ol li h2 h3, ul li a h2 h3, .gutenberg ol li a h2 h3, ul li h2 a h3 h3, .gutenberg ol li h2 a h3 h3, a h3 ul li h2 h3, a h3 .gutenberg ol li h2 h3, .gutenberg a h3 ol li h2 h3, ul li h2 a h4 h3, .gutenberg ol li h2 a h4 h3, a h4 ul li h2 h3, a h4 .gutenberg ol li h2 h3, .gutenberg a h4 ol li h2 h3, ul li h2 a h5 h3, .gutenberg ol li h2 a h5 h3, a h5 ul li h2 h3, a h5 .gutenberg ol li h2 h3, .gutenberg a h5 ol li h2 h3, ul li h2 a h1 h4, .gutenberg ol li h2 a h1 h4, a h1 ul li h2 h4, a h1 .gutenberg ol li h2 h4, .gutenberg a h1 ol li h2 h4, ul li a h2 h4, .gutenberg ol li a h2 h4, ul li h2 a h3 h4, .gutenberg ol li h2 a h3 h4, a h3 ul li h2 h4, a h3 .gutenberg ol li h2 h4, .gutenberg a h3 ol li h2 h4, ul li h2 a h4 h4, .gutenberg ol li h2 a h4 h4, a h4 ul li h2 h4, a h4 .gutenberg ol li h2 h4, .gutenberg a h4 ol li h2 h4, ul li h2 a h5 h4, .gutenberg ol li h2 a h5 h4, a h5 ul li h2 h4, a h5 .gutenberg ol li h2 h4, .gutenberg a h5 ol li h2 h4, ul li h2 a h1 h5, .gutenberg ol li h2 a h1 h5, a h1 ul li h2 h5, a h1 .gutenberg ol li h2 h5, .gutenberg a h1 ol li h2 h5, ul li a h2 h5, .gutenberg ol li a h2 h5, ul li h2 a h3 h5, .gutenberg ol li h2 a h3 h5, a h3 ul li h2 h5, a h3 .gutenberg ol li h2 h5, .gutenberg a h3 ol li h2 h5, ul li h2 a h4 h5, .gutenberg ol li h2 a h4 h5, a h4 ul li h2 h5, a h4 .gutenberg ol li h2 h5, .gutenberg a h4 ol li h2 h5, ul li h2 a h5 h5, .gutenberg ol li h2 a h5 h5, a h5 ul li h2 h5, a h5 .gutenberg ol li h2 h5, .gutenberg a h5 ol li h2 h5, ul li h3 a, .gutenberg ol li h3 a, ul li h3 a h1, .gutenberg ol li h3 a h1, a ul li h3 h1, a .gutenberg ol li h3 h1, .gutenberg a ol li h3 h1, ul li h3 a h2, .gutenberg ol li h3 a h2, a ul li h3 h2, a .gutenberg ol li h3 h2, .gutenberg a ol li h3 h2, ul li h3 a h3, .gutenberg ol li h3 a h3, a ul li h3 h3, a .gutenberg ol li h3 h3, .gutenberg a ol li h3 h3, ul li h3 a h4, .gutenberg ol li h3 a h4, a ul li h3 h4, a .gutenberg ol li h3 h4, .gutenberg a ol li h3 h4, ul li h3 a h5, .gutenberg ol li h3 a h5, a ul li h3 h5, a .gutenberg ol li h3 h5, .gutenberg a ol li h3 h5, ul li h3 a h1 h1, .gutenberg ol li h3 a h1 h1, a h1 ul li h3 h1, a h1 .gutenberg ol li h3 h1, .gutenberg a h1 ol li h3 h1, ul li h3 a h2 h1, .gutenberg ol li h3 a h2 h1, a h2 ul li h3 h1, a h2 .gutenberg ol li h3 h1, .gutenberg a h2 ol li h3 h1, ul li a h3 h1, .gutenberg ol li a h3 h1, ul li h3 a h4 h1, .gutenberg ol li h3 a h4 h1, a h4 ul li h3 h1, a h4 .gutenberg ol li h3 h1, .gutenberg a h4 ol li h3 h1, ul li h3 a h5 h1, .gutenberg ol li h3 a h5 h1, a h5 ul li h3 h1, a h5 .gutenberg ol li h3 h1, .gutenberg a h5 ol li h3 h1, ul li h3 a h1 h2, .gutenberg ol li h3 a h1 h2, a h1 ul li h3 h2, a h1 .gutenberg ol li h3 h2, .gutenberg a h1 ol li h3 h2, ul li h3 a h2 h2, .gutenberg ol li h3 a h2 h2, a h2 ul li h3 h2, a h2 .gutenberg ol li h3 h2, .gutenberg a h2 ol li h3 h2, ul li a h3 h2, .gutenberg ol li a h3 h2, ul li h3 a h4 h2, .gutenberg ol li h3 a h4 h2, a h4 ul li h3 h2, a h4 .gutenberg ol li h3 h2, .gutenberg a h4 ol li h3 h2, ul li h3 a h5 h2, .gutenberg ol li h3 a h5 h2, a h5 ul li h3 h2, a h5 .gutenberg ol li h3 h2, .gutenberg a h5 ol li h3 h2, ul li h3 a h1 h3, .gutenberg ol li h3 a h1 h3, a h1 ul li h3 h3, a h1 .gutenberg ol li h3 h3, .gutenberg a h1 ol li h3 h3, ul li h3 a h2 h3, .gutenberg ol li h3 a h2 h3, a h2 ul li h3 h3, a h2 .gutenberg ol li h3 h3, .gutenberg a h2 ol li h3 h3, ul li a h3 h3, .gutenberg ol li a h3 h3, ul li h3 a h4 h3, .gutenberg ol li h3 a h4 h3, a h4 ul li h3 h3, a h4 .gutenberg ol li h3 h3, .gutenberg a h4 ol li h3 h3, ul li h3 a h5 h3, .gutenberg ol li h3 a h5 h3, a h5 ul li h3 h3, a h5 .gutenberg ol li h3 h3, .gutenberg a h5 ol li h3 h3, ul li h3 a h1 h4, .gutenberg ol li h3 a h1 h4, a h1 ul li h3 h4, a h1 .gutenberg ol li h3 h4, .gutenberg a h1 ol li h3 h4, ul li h3 a h2 h4, .gutenberg ol li h3 a h2 h4, a h2 ul li h3 h4, a h2 .gutenberg ol li h3 h4, .gutenberg a h2 ol li h3 h4, ul li a h3 h4, .gutenberg ol li a h3 h4, ul li h3 a h4 h4, .gutenberg ol li h3 a h4 h4, a h4 ul li h3 h4, a h4 .gutenberg ol li h3 h4, .gutenberg a h4 ol li h3 h4, ul li h3 a h5 h4, .gutenberg ol li h3 a h5 h4, a h5 ul li h3 h4, a h5 .gutenberg ol li h3 h4, .gutenberg a h5 ol li h3 h4, ul li h3 a h1 h5, .gutenberg ol li h3 a h1 h5, a h1 ul li h3 h5, a h1 .gutenberg ol li h3 h5, .gutenberg a h1 ol li h3 h5, ul li h3 a h2 h5, .gutenberg ol li h3 a h2 h5, a h2 ul li h3 h5, a h2 .gutenberg ol li h3 h5, .gutenberg a h2 ol li h3 h5, ul li a h3 h5, .gutenberg ol li a h3 h5, ul li h3 a h4 h5, .gutenberg ol li h3 a h4 h5, a h4 ul li h3 h5, a h4 .gutenberg ol li h3 h5, .gutenberg a h4 ol li h3 h5, ul li h3 a h5 h5, .gutenberg ol li h3 a h5 h5, a h5 ul li h3 h5, a h5 .gutenberg ol li h3 h5, .gutenberg a h5 ol li h3 h5, ul li h4 a, .gutenberg ol li h4 a, ul li h4 a h1, .gutenberg ol li h4 a h1, a ul li h4 h1, a .gutenberg ol li h4 h1, .gutenberg a ol li h4 h1, ul li h4 a h2, .gutenberg ol li h4 a h2, a ul li h4 h2, a .gutenberg ol li h4 h2, .gutenberg a ol li h4 h2, ul li h4 a h3, .gutenberg ol li h4 a h3, a ul li h4 h3, a .gutenberg ol li h4 h3, .gutenberg a ol li h4 h3, ul li h4 a h4, .gutenberg ol li h4 a h4, a ul li h4 h4, a .gutenberg ol li h4 h4, .gutenberg a ol li h4 h4, ul li h4 a h5, .gutenberg ol li h4 a h5, a ul li h4 h5, a .gutenberg ol li h4 h5, .gutenberg a ol li h4 h5, ul li h4 a h1 h1, .gutenberg ol li h4 a h1 h1, a h1 ul li h4 h1, a h1 .gutenberg ol li h4 h1, .gutenberg a h1 ol li h4 h1, ul li h4 a h2 h1, .gutenberg ol li h4 a h2 h1, a h2 ul li h4 h1, a h2 .gutenberg ol li h4 h1, .gutenberg a h2 ol li h4 h1, ul li h4 a h3 h1, .gutenberg ol li h4 a h3 h1, a h3 ul li h4 h1, a h3 .gutenberg ol li h4 h1, .gutenberg a h3 ol li h4 h1, ul li a h4 h1, .gutenberg ol li a h4 h1, ul li h4 a h5 h1, .gutenberg ol li h4 a h5 h1, a h5 ul li h4 h1, a h5 .gutenberg ol li h4 h1, .gutenberg a h5 ol li h4 h1, ul li h4 a h1 h2, .gutenberg ol li h4 a h1 h2, a h1 ul li h4 h2, a h1 .gutenberg ol li h4 h2, .gutenberg a h1 ol li h4 h2, ul li h4 a h2 h2, .gutenberg ol li h4 a h2 h2, a h2 ul li h4 h2, a h2 .gutenberg ol li h4 h2, .gutenberg a h2 ol li h4 h2, ul li h4 a h3 h2, .gutenberg ol li h4 a h3 h2, a h3 ul li h4 h2, a h3 .gutenberg ol li h4 h2, .gutenberg a h3 ol li h4 h2, ul li a h4 h2, .gutenberg ol li a h4 h2, ul li h4 a h5 h2, .gutenberg ol li h4 a h5 h2, a h5 ul li h4 h2, a h5 .gutenberg ol li h4 h2, .gutenberg a h5 ol li h4 h2, ul li h4 a h1 h3, .gutenberg ol li h4 a h1 h3, a h1 ul li h4 h3, a h1 .gutenberg ol li h4 h3, .gutenberg a h1 ol li h4 h3, ul li h4 a h2 h3, .gutenberg ol li h4 a h2 h3, a h2 ul li h4 h3, a h2 .gutenberg ol li h4 h3, .gutenberg a h2 ol li h4 h3, ul li h4 a h3 h3, .gutenberg ol li h4 a h3 h3, a h3 ul li h4 h3, a h3 .gutenberg ol li h4 h3, .gutenberg a h3 ol li h4 h3, ul li a h4 h3, .gutenberg ol li a h4 h3, ul li h4 a h5 h3, .gutenberg ol li h4 a h5 h3, a h5 ul li h4 h3, a h5 .gutenberg ol li h4 h3, .gutenberg a h5 ol li h4 h3, ul li h4 a h1 h4, .gutenberg ol li h4 a h1 h4, a h1 ul li h4 h4, a h1 .gutenberg ol li h4 h4, .gutenberg a h1 ol li h4 h4, ul li h4 a h2 h4, .gutenberg ol li h4 a h2 h4, a h2 ul li h4 h4, a h2 .gutenberg ol li h4 h4, .gutenberg a h2 ol li h4 h4, ul li h4 a h3 h4, .gutenberg ol li h4 a h3 h4, a h3 ul li h4 h4, a h3 .gutenberg ol li h4 h4, .gutenberg a h3 ol li h4 h4, ul li a h4 h4, .gutenberg ol li a h4 h4, ul li h4 a h5 h4, .gutenberg ol li h4 a h5 h4, a h5 ul li h4 h4, a h5 .gutenberg ol li h4 h4, .gutenberg a h5 ol li h4 h4, ul li h4 a h1 h5, .gutenberg ol li h4 a h1 h5, a h1 ul li h4 h5, a h1 .gutenberg ol li h4 h5, .gutenberg a h1 ol li h4 h5, ul li h4 a h2 h5, .gutenberg ol li h4 a h2 h5, a h2 ul li h4 h5, a h2 .gutenberg ol li h4 h5, .gutenberg a h2 ol li h4 h5, ul li h4 a h3 h5, .gutenberg ol li h4 a h3 h5, a h3 ul li h4 h5, a h3 .gutenberg ol li h4 h5, .gutenberg a h3 ol li h4 h5, ul li a h4 h5, .gutenberg ol li a h4 h5, ul li h4 a h5 h5, .gutenberg ol li h4 a h5 h5, a h5 ul li h4 h5, a h5 .gutenberg ol li h4 h5, .gutenberg a h5 ol li h4 h5, ul li h5 a, .gutenberg ol li h5 a, ul li h5 a h1, .gutenberg ol li h5 a h1, a ul li h5 h1, a .gutenberg ol li h5 h1, .gutenberg a ol li h5 h1, ul li h5 a h2, .gutenberg ol li h5 a h2, a ul li h5 h2, a .gutenberg ol li h5 h2, .gutenberg a ol li h5 h2, ul li h5 a h3, .gutenberg ol li h5 a h3, a ul li h5 h3, a .gutenberg ol li h5 h3, .gutenberg a ol li h5 h3, ul li h5 a h4, .gutenberg ol li h5 a h4, a ul li h5 h4, a .gutenberg ol li h5 h4, .gutenberg a ol li h5 h4, ul li h5 a h5, .gutenberg ol li h5 a h5, a ul li h5 h5, a .gutenberg ol li h5 h5, .gutenberg a ol li h5 h5, ul li h5 a h1 h1, .gutenberg ol li h5 a h1 h1, a h1 ul li h5 h1, a h1 .gutenberg ol li h5 h1, .gutenberg a h1 ol li h5 h1, ul li h5 a h2 h1, .gutenberg ol li h5 a h2 h1, a h2 ul li h5 h1, a h2 .gutenberg ol li h5 h1, .gutenberg a h2 ol li h5 h1, ul li h5 a h3 h1, .gutenberg ol li h5 a h3 h1, a h3 ul li h5 h1, a h3 .gutenberg ol li h5 h1, .gutenberg a h3 ol li h5 h1, ul li h5 a h4 h1, .gutenberg ol li h5 a h4 h1, a h4 ul li h5 h1, a h4 .gutenberg ol li h5 h1, .gutenberg a h4 ol li h5 h1, ul li a h5 h1, .gutenberg ol li a h5 h1, ul li h5 a h1 h2, .gutenberg ol li h5 a h1 h2, a h1 ul li h5 h2, a h1 .gutenberg ol li h5 h2, .gutenberg a h1 ol li h5 h2, ul li h5 a h2 h2, .gutenberg ol li h5 a h2 h2, a h2 ul li h5 h2, a h2 .gutenberg ol li h5 h2, .gutenberg a h2 ol li h5 h2, ul li h5 a h3 h2, .gutenberg ol li h5 a h3 h2, a h3 ul li h5 h2, a h3 .gutenberg ol li h5 h2, .gutenberg a h3 ol li h5 h2, ul li h5 a h4 h2, .gutenberg ol li h5 a h4 h2, a h4 ul li h5 h2, a h4 .gutenberg ol li h5 h2, .gutenberg a h4 ol li h5 h2, ul li a h5 h2, .gutenberg ol li a h5 h2, ul li h5 a h1 h3, .gutenberg ol li h5 a h1 h3, a h1 ul li h5 h3, a h1 .gutenberg ol li h5 h3, .gutenberg a h1 ol li h5 h3, ul li h5 a h2 h3, .gutenberg ol li h5 a h2 h3, a h2 ul li h5 h3, a h2 .gutenberg ol li h5 h3, .gutenberg a h2 ol li h5 h3, ul li h5 a h3 h3, .gutenberg ol li h5 a h3 h3, a h3 ul li h5 h3, a h3 .gutenberg ol li h5 h3, .gutenberg a h3 ol li h5 h3, ul li h5 a h4 h3, .gutenberg ol li h5 a h4 h3, a h4 ul li h5 h3, a h4 .gutenberg ol li h5 h3, .gutenberg a h4 ol li h5 h3, ul li a h5 h3, .gutenberg ol li a h5 h3, ul li h5 a h1 h4, .gutenberg ol li h5 a h1 h4, a h1 ul li h5 h4, a h1 .gutenberg ol li h5 h4, .gutenberg a h1 ol li h5 h4, ul li h5 a h2 h4, .gutenberg ol li h5 a h2 h4, a h2 ul li h5 h4, a h2 .gutenberg ol li h5 h4, .gutenberg a h2 ol li h5 h4, ul li h5 a h3 h4, .gutenberg ol li h5 a h3 h4, a h3 ul li h5 h4, a h3 .gutenberg ol li h5 h4, .gutenberg a h3 ol li h5 h4, ul li h5 a h4 h4, .gutenberg ol li h5 a h4 h4, a h4 ul li h5 h4, a h4 .gutenberg ol li h5 h4, .gutenberg a h4 ol li h5 h4, ul li a h5 h4, .gutenberg ol li a h5 h4, ul li h5 a h1 h5, .gutenberg ol li h5 a h1 h5, a h1 ul li h5 h5, a h1 .gutenberg ol li h5 h5, .gutenberg a h1 ol li h5 h5, ul li h5 a h2 h5, .gutenberg ol li h5 a h2 h5, a h2 ul li h5 h5, a h2 .gutenberg ol li h5 h5, .gutenberg a h2 ol li h5 h5, ul li h5 a h3 h5, .gutenberg ol li h5 a h3 h5, a h3 ul li h5 h5, a h3 .gutenberg ol li h5 h5, .gutenberg a h3 ol li h5 h5, ul li h5 a h4 h5, .gutenberg ol li h5 a h4 h5, a h4 ul li h5 h5, a h4 .gutenberg ol li h5 h5, .gutenberg a h4 ol li h5 h5, ul li a h5 h5, .gutenberg ol li a h5 h5, ul li h6 a, .gutenberg ol li h6 a, ul li h6 a h1, .gutenberg ol li h6 a h1, a ul li h6 h1, a .gutenberg ol li h6 h1, .gutenberg a ol li h6 h1, ul li h6 a h2, .gutenberg ol li h6 a h2, a ul li h6 h2, a .gutenberg ol li h6 h2, .gutenberg a ol li h6 h2, ul li h6 a h3, .gutenberg ol li h6 a h3, a ul li h6 h3, a .gutenberg ol li h6 h3, .gutenberg a ol li h6 h3, ul li h6 a h4, .gutenberg ol li h6 a h4, a ul li h6 h4, a .gutenberg ol li h6 h4, .gutenberg a ol li h6 h4, ul li h6 a h5, .gutenberg ol li h6 a h5, a ul li h6 h5, a .gutenberg ol li h6 h5, .gutenberg a ol li h6 h5, ul li h6 a h1 h1, .gutenberg ol li h6 a h1 h1, a h1 ul li h6 h1, a h1 .gutenberg ol li h6 h1, .gutenberg a h1 ol li h6 h1, ul li h6 a h2 h1, .gutenberg ol li h6 a h2 h1, a h2 ul li h6 h1, a h2 .gutenberg ol li h6 h1, .gutenberg a h2 ol li h6 h1, ul li h6 a h3 h1, .gutenberg ol li h6 a h3 h1, a h3 ul li h6 h1, a h3 .gutenberg ol li h6 h1, .gutenberg a h3 ol li h6 h1, ul li h6 a h4 h1, .gutenberg ol li h6 a h4 h1, a h4 ul li h6 h1, a h4 .gutenberg ol li h6 h1, .gutenberg a h4 ol li h6 h1, ul li h6 a h5 h1, .gutenberg ol li h6 a h5 h1, a h5 ul li h6 h1, a h5 .gutenberg ol li h6 h1, .gutenberg a h5 ol li h6 h1, ul li h6 a h1 h2, .gutenberg ol li h6 a h1 h2, a h1 ul li h6 h2, a h1 .gutenberg ol li h6 h2, .gutenberg a h1 ol li h6 h2, ul li h6 a h2 h2, .gutenberg ol li h6 a h2 h2, a h2 ul li h6 h2, a h2 .gutenberg ol li h6 h2, .gutenberg a h2 ol li h6 h2, ul li h6 a h3 h2, .gutenberg ol li h6 a h3 h2, a h3 ul li h6 h2, a h3 .gutenberg ol li h6 h2, .gutenberg a h3 ol li h6 h2, ul li h6 a h4 h2, .gutenberg ol li h6 a h4 h2, a h4 ul li h6 h2, a h4 .gutenberg ol li h6 h2, .gutenberg a h4 ol li h6 h2, ul li h6 a h5 h2, .gutenberg ol li h6 a h5 h2, a h5 ul li h6 h2, a h5 .gutenberg ol li h6 h2, .gutenberg a h5 ol li h6 h2, ul li h6 a h1 h3, .gutenberg ol li h6 a h1 h3, a h1 ul li h6 h3, a h1 .gutenberg ol li h6 h3, .gutenberg a h1 ol li h6 h3, ul li h6 a h2 h3, .gutenberg ol li h6 a h2 h3, a h2 ul li h6 h3, a h2 .gutenberg ol li h6 h3, .gutenberg a h2 ol li h6 h3, ul li h6 a h3 h3, .gutenberg ol li h6 a h3 h3, a h3 ul li h6 h3, a h3 .gutenberg ol li h6 h3, .gutenberg a h3 ol li h6 h3, ul li h6 a h4 h3, .gutenberg ol li h6 a h4 h3, a h4 ul li h6 h3, a h4 .gutenberg ol li h6 h3, .gutenberg a h4 ol li h6 h3, ul li h6 a h5 h3, .gutenberg ol li h6 a h5 h3, a h5 ul li h6 h3, a h5 .gutenberg ol li h6 h3, .gutenberg a h5 ol li h6 h3, ul li h6 a h1 h4, .gutenberg ol li h6 a h1 h4, a h1 ul li h6 h4, a h1 .gutenberg ol li h6 h4, .gutenberg a h1 ol li h6 h4, ul li h6 a h2 h4, .gutenberg ol li h6 a h2 h4, a h2 ul li h6 h4, a h2 .gutenberg ol li h6 h4, .gutenberg a h2 ol li h6 h4, ul li h6 a h3 h4, .gutenberg ol li h6 a h3 h4, a h3 ul li h6 h4, a h3 .gutenberg ol li h6 h4, .gutenberg a h3 ol li h6 h4, ul li h6 a h4 h4, .gutenberg ol li h6 a h4 h4, a h4 ul li h6 h4, a h4 .gutenberg ol li h6 h4, .gutenberg a h4 ol li h6 h4, ul li h6 a h5 h4, .gutenberg ol li h6 a h5 h4, a h5 ul li h6 h4, a h5 .gutenberg ol li h6 h4, .gutenberg a h5 ol li h6 h4, ul li h6 a h1 h5, .gutenberg ol li h6 a h1 h5, a h1 ul li h6 h5, a h1 .gutenberg ol li h6 h5, .gutenberg a h1 ol li h6 h5, ul li h6 a h2 h5, .gutenberg ol li h6 a h2 h5, a h2 ul li h6 h5, a h2 .gutenberg ol li h6 h5, .gutenberg a h2 ol li h6 h5, ul li h6 a h3 h5, .gutenberg ol li h6 a h3 h5, a h3 ul li h6 h5, a h3 .gutenberg ol li h6 h5, .gutenberg a h3 ol li h6 h5, ul li h6 a h4 h5, .gutenberg ol li h6 a h4 h5, a h4 ul li h6 h5, a h4 .gutenberg ol li h6 h5, .gutenberg a h4 ol li h6 h5, ul li h6 a h5 h5, .gutenberg ol li h6 a h5 h5, a h5 ul li h6 h5, a h5 .gutenberg ol li h6 h5, .gutenberg a h5 ol li h6 h5 {
    font-weight: 400; }

ul.m-tabs ul, .gutenberg ol.m-tabs ul, ul.m-tabs .gutenberg ol, .gutenberg ul.m-tabs ol, .gutenberg ol.m-tabs ol {
  padding: 0 1rem 1rem 1rem; }

.flat {
  margin: 0;
  padding: 0; }

.padding-0, .flush {
  padding: 0; }

.padding-1 {
  padding: 1rem; }

.padding-2 {
  padding: 2rem; }

.padding-right-1 {
  padding-right: 1rem; }

.padding-right-2 {
  padding-right: 2rem; }

.padding-top-1 {
  padding-top: 1rem; }

.padding-top-2 {
  padding-top: 2rem; }

.v-padding-1 {
  padding: 1rem 0; }

.v-padding-2 {
  padding: 2rem 0; }

.margin-0 {
  margin: 0; }

.v-margin-1 {
  margin: 1rem 0; }

.v-margin-2 {
  margin: 2rem 0; }

.float-left {
  float: left; }

.a-icon_icon {
  padding-bottom: .25rem; }

.icon-ac-dc, .icon-ac-dc-conversion {
  border-bottom: 2px solid #00ac69; }

.icon-led, .icon-led-drivers {
  border-bottom: 2px solid #f7be00; }

.icon-motor, .icon-motor-drivers {
  border-bottom: 2px solid #773bdb; }

.icon-gate, .icon-gate-drivers {
  border-bottom: 2px solid #ff5c35; }

.icon-automotive, .icon-automotive-solutions {
  border-bottom: 2px solid #a2d45e; }

.icon-pinned {
  background: url(/themes/custom/power/assets/images/icons/pinned.png) top center no-repeat;
  background-size: contain;
  width: 1rem;
  height: .9rem;
  margin: 0 .1rem;
  display: inline-block; }
  .icon-pinned::before {
    display: none; }

.m-form-widget__icon {
  float: left; }

.m-form-widget__heading {
  margin-left: 2.5rem; }

.icon-support {
  width: 1.875rem;
  height: 1.875rem;
  max-height: 1.875rem;
  margin: 0 .5rem 0 0;
  display: inline-block; }
  .icon-support::before {
    content: " ";
    background: url(/themes/custom/power/assets/images/icons/support-small.png) top center no-repeat;
    background-size: contain;
    width: 1.875rem;
    height: 1.875rem;
    max-height: 1.875rem;
    margin: 0;
    display: inline-block;
    filter: invert(1);
    color: #0085ca; }

.gutenberg * {
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif; }

.gutenberg h1 strong, .gutenberg h1 b, .gutenberg h2 strong, .gutenberg h2 b, .gutenberg h3 strong, .gutenberg h3 b, .gutenberg h4 strong, .gutenberg h4 b, .gutenberg h5 strong, .gutenberg h5 b, .gutenberg h6 strong, .gutenberg h6 b, .gutenberg h7 strong, .gutenberg h7 b {
  font-weight: 600; }

.gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5 {
  margin-top: 2rem; }

.gutenberg ul, .gutenberg ol, .gutenberg ol {
  margin-top: 1rem;
  margin-bottom: 2rem; }
  .gutenberg ul li, .gutenberg ol li, .gutenberg ol li {
    margin: .5rem auto; }
  .gutenberg ul.has-medium-font-size, .gutenberg ol.has-medium-font-size, .gutenberg ol.has-medium-font-size {
    line-height: 1.8rem; }
    .gutenberg ul.has-medium-font-size li, .gutenberg ol.has-medium-font-size li, .gutenberg ol.has-medium-font-size li {
      margin: 1.2rem auto; }
  .gutenberg ul.has-large-font-size, .gutenberg ol.has-large-font-size, .gutenberg ol.has-large-font-size {
    line-height: 2.8rem; }
    .gutenberg ul.has-large-font-size li, .gutenberg ol.has-large-font-size li, .gutenberg ol.has-large-font-size li {
      margin: 2rem auto; }

.gutenberg figure.wp-block-table {
  margin-bottom: 2rem; }
  .gutenberg figure.wp-block-table.is-style-stripes table tbody {
    border: 0; }
    .gutenberg figure.wp-block-table.is-style-stripes table tbody tr {
      border: 0; }
      .gutenberg figure.wp-block-table.is-style-stripes table tbody tr td {
        border: 0; }
  .gutenberg figure.wp-block-table table, .gutenberg figure.wp-block-table.stack table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0; }
    .gutenberg figure.wp-block-table table.has-fixed-width, .gutenberg figure.wp-block-table table.has-fixed-layout {
      width: auto; }
    .gutenberg figure.wp-block-table table tbody, .gutenberg figure.wp-block-table.stack table tbody {
      vertical-align: top; }
      .gutenberg figure.wp-block-table table tbody tr, .gutenberg figure.wp-block-table.stack table tbody tr {
        vertical-align: top; }
      .gutenberg figure.wp-block-table table tbody th, .gutenberg figure.wp-block-table.stack table tbody th, .gutenberg figure.wp-block-table table tbody td, .gutenberg figure.wp-block-table.stack table tbody td {
        vertical-align: top;
        padding: 1.25rem .5rem;
        min-width: 10rem;
        border: 1px solid #a7a7a7; }
      .gutenberg figure.wp-block-table table tbody td img, .gutenberg figure.wp-block-table.stack table tbody td img {
        margin-top: .5rem; }

.gutenberg figure.wp-block-table.borderless {
  border: 0; }
  .gutenberg figure.wp-block-table.borderless table tbody {
    border: 0; }
    .gutenberg figure.wp-block-table.borderless table tbody tr {
      border: 0; }
      .gutenberg figure.wp-block-table.borderless table tbody tr td, .gutenberg figure.wp-block-table.borderless table tbody tr th {
        border: 0; }

.gutenberg figure.wp-block-table.borders-horizontal table {
  border: 1px solid #a7a7a7; }
  .gutenberg figure.wp-block-table.borders-horizontal table tbody tr {
    border-left: 0;
    border-right: 0; }
    .gutenberg figure.wp-block-table.borders-horizontal table tbody tr th, .gutenberg figure.wp-block-table.borders-horizontal table tbody tr td {
      border-left: 0;
      border-right: 0; }

.gutenberg ol {
  list-style-type: decimal; }

.gutenberg .wp-block {
  max-width: 1200px; }

.gutenberg .wp-block-media-text figure.wp-block-media-text__media {
  padding: 0 1rem 2rem 1rem; }
  @media print, screen and (min-width: 48em) {
    .gutenberg .wp-block-media-text figure.wp-block-media-text__media {
      padding: 0; } }
.gutenberg .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }

.gutenberg .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0; }

.gutenberg.node-blog h1 {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 48em) {
    .gutenberg.node-blog h1 {
      line-height: 3.4rem; } }
.gutenberg.node-blog section {
  margin: 2rem 0 4rem 0; }
  @media print, screen and (min-width: 64em) {
    .gutenberg.node-blog section {
      width: 95%; } }
.gutenberg.node-blog p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 2rem auto; }

.gutenberg.node-blog figure.wp-block-image {
  margin: 2rem auto; }

.c-header__menu .contextual-region {
  position: static; }

.t-container {
  margin-bottom: 3rem; }

.unpublished {
  background-color: #F5D1D5; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media print, screen and (min-width: 64em) {
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; } }

.c-footer .menu a.a-text-btn, .c-footer .menu a h1.a-text-btn, a .c-footer .menu h1.a-text-btn, .c-footer .menu a h2.a-text-btn, a .c-footer .menu h2.a-text-btn, .c-footer .menu a h3.a-text-btn, a .c-footer .menu h3.a-text-btn, .c-footer .menu a h4.a-text-btn, a .c-footer .menu h4.a-text-btn, .c-footer .menu a h5.a-text-btn, a .c-footer .menu h5.a-text-btn, .c-footer .menu a h1 h1.a-text-btn, a h1 .c-footer .menu h1.a-text-btn, .c-footer .menu a h2 h1.a-text-btn, a h2 .c-footer .menu h1.a-text-btn, .c-footer .menu a h3 h1.a-text-btn, a h3 .c-footer .menu h1.a-text-btn, .c-footer .menu a h4 h1.a-text-btn, a h4 .c-footer .menu h1.a-text-btn, .c-footer .menu a h5 h1.a-text-btn, a h5 .c-footer .menu h1.a-text-btn, .c-footer .menu a h1 h2.a-text-btn, a h1 .c-footer .menu h2.a-text-btn, .c-footer .menu a h2 h2.a-text-btn, a h2 .c-footer .menu h2.a-text-btn, .c-footer .menu a h3 h2.a-text-btn, a h3 .c-footer .menu h2.a-text-btn, .c-footer .menu a h4 h2.a-text-btn, a h4 .c-footer .menu h2.a-text-btn, .c-footer .menu a h5 h2.a-text-btn, a h5 .c-footer .menu h2.a-text-btn, .c-footer .menu a h1 h3.a-text-btn, a h1 .c-footer .menu h3.a-text-btn, .c-footer .menu a h2 h3.a-text-btn, a h2 .c-footer .menu h3.a-text-btn, .c-footer .menu a h3 h3.a-text-btn, a h3 .c-footer .menu h3.a-text-btn, .c-footer .menu a h4 h3.a-text-btn, a h4 .c-footer .menu h3.a-text-btn, .c-footer .menu a h5 h3.a-text-btn, a h5 .c-footer .menu h3.a-text-btn, .c-footer .menu a h1 h4.a-text-btn, a h1 .c-footer .menu h4.a-text-btn, .c-footer .menu a h2 h4.a-text-btn, a h2 .c-footer .menu h4.a-text-btn, .c-footer .menu a h3 h4.a-text-btn, a h3 .c-footer .menu h4.a-text-btn, .c-footer .menu a h4 h4.a-text-btn, a h4 .c-footer .menu h4.a-text-btn, .c-footer .menu a h5 h4.a-text-btn, a h5 .c-footer .menu h4.a-text-btn, .c-footer .menu a h1 h5.a-text-btn, a h1 .c-footer .menu h5.a-text-btn, .c-footer .menu a h2 h5.a-text-btn, a h2 .c-footer .menu h5.a-text-btn, .c-footer .menu a h3 h5.a-text-btn, a h3 .c-footer .menu h5.a-text-btn, .c-footer .menu a h4 h5.a-text-btn, a h4 .c-footer .menu h5.a-text-btn, .c-footer .menu a h5 h5.a-text-btn, a h5 .c-footer .menu h5.a-text-btn, .c-footer .menu .m-mega-menu__subcategory a.view-all, .m-mega-menu__subcategory .c-footer .menu a.view-all, .c-footer .menu a .m-mega-menu__subcategory h1.view-all, a .m-mega-menu__subcategory .c-footer .menu h1.view-all, .c-footer .menu .m-mega-menu__subcategory a h1.view-all, .m-mega-menu__subcategory a .c-footer .menu h1.view-all, .c-footer .menu a .m-mega-menu__subcategory h2.view-all, a .m-mega-menu__subcategory .c-footer .menu h2.view-all, .c-footer .menu .m-mega-menu__subcategory a h2.view-all, .m-mega-menu__subcategory a .c-footer .menu h2.view-all, .c-footer .menu a .m-mega-menu__subcategory h3.view-all, a .m-mega-menu__subcategory .c-footer .menu h3.view-all, .c-footer .menu .m-mega-menu__subcategory a h3.view-all, .m-mega-menu__subcategory a .c-footer .menu h3.view-all, .c-footer .menu a .m-mega-menu__subcategory h4.view-all, a .m-mega-menu__subcategory .c-footer .menu h4.view-all, .c-footer .menu .m-mega-menu__subcategory a h4.view-all, .m-mega-menu__subcategory a .c-footer .menu h4.view-all, .c-footer .menu a .m-mega-menu__subcategory h5.view-all, a .m-mega-menu__subcategory .c-footer .menu h5.view-all, .c-footer .menu .m-mega-menu__subcategory a h5.view-all, .m-mega-menu__subcategory a .c-footer .menu h5.view-all, .c-footer .menu a h1 .m-mega-menu__subcategory h1.view-all, a h1 .m-mega-menu__subcategory .c-footer .menu h1.view-all, .c-footer .menu .m-mega-menu__subcategory a h1 h1.view-all, .m-mega-menu__subcategory a h1 .c-footer .menu h1.view-all, .c-footer .menu a h2 .m-mega-menu__subcategory h1.view-all, a h2 .m-mega-menu__subcategory .c-footer .menu h1.view-all, .c-footer .menu .m-mega-menu__subcategory a h2 h1.view-all, .m-mega-menu__subcategory a h2 .c-footer .menu h1.view-all, .c-footer .menu a h3 .m-mega-menu__subcategory h1.view-all, a h3 .m-mega-menu__subcategory .c-footer .menu h1.view-all, .c-footer .menu .m-mega-menu__subcategory a h3 h1.view-all, .m-mega-menu__subcategory a h3 .c-footer .menu h1.view-all, .c-footer .menu a h4 .m-mega-menu__subcategory h1.view-all, a h4 .m-mega-menu__subcategory .c-footer .menu h1.view-all, .c-footer .menu .m-mega-menu__subcategory a h4 h1.view-all, .m-mega-menu__subcategory a h4 .c-footer .menu h1.view-all, .c-footer .menu a h5 .m-mega-menu__subcategory h1.view-all, a h5 .m-mega-menu__subcategory .c-footer .menu h1.view-all, .c-footer .menu .m-mega-menu__subcategory a h5 h1.view-all, .m-mega-menu__subcategory a h5 .c-footer .menu h1.view-all, .c-footer .menu a h1 .m-mega-menu__subcategory h2.view-all, a h1 .m-mega-menu__subcategory .c-footer .menu h2.view-all, .c-footer .menu .m-mega-menu__subcategory a h1 h2.view-all, .m-mega-menu__subcategory a h1 .c-footer .menu h2.view-all, .c-footer .menu a h2 .m-mega-menu__subcategory h2.view-all, a h2 .m-mega-menu__subcategory .c-footer .menu h2.view-all, .c-footer .menu .m-mega-menu__subcategory a h2 h2.view-all, .m-mega-menu__subcategory a h2 .c-footer .menu h2.view-all, .c-footer .menu a h3 .m-mega-menu__subcategory h2.view-all, a h3 .m-mega-menu__subcategory .c-footer .menu h2.view-all, .c-footer .menu .m-mega-menu__subcategory a h3 h2.view-all, .m-mega-menu__subcategory a h3 .c-footer .menu h2.view-all, .c-footer .menu a h4 .m-mega-menu__subcategory h2.view-all, a h4 .m-mega-menu__subcategory .c-footer .menu h2.view-all, .c-footer .menu .m-mega-menu__subcategory a h4 h2.view-all, .m-mega-menu__subcategory a h4 .c-footer .menu h2.view-all, .c-footer .menu a h5 .m-mega-menu__subcategory h2.view-all, a h5 .m-mega-menu__subcategory .c-footer .menu h2.view-all, .c-footer .menu .m-mega-menu__subcategory a h5 h2.view-all, .m-mega-menu__subcategory a h5 .c-footer .menu h2.view-all, .c-footer .menu a h1 .m-mega-menu__subcategory h3.view-all, a h1 .m-mega-menu__subcategory .c-footer .menu h3.view-all, .c-footer .menu .m-mega-menu__subcategory a h1 h3.view-all, .m-mega-menu__subcategory a h1 .c-footer .menu h3.view-all, .c-footer .menu a h2 .m-mega-menu__subcategory h3.view-all, a h2 .m-mega-menu__subcategory .c-footer .menu h3.view-all, .c-footer .menu .m-mega-menu__subcategory a h2 h3.view-all, .m-mega-menu__subcategory a h2 .c-footer .menu h3.view-all, .c-footer .menu a h3 .m-mega-menu__subcategory h3.view-all, a h3 .m-mega-menu__subcategory .c-footer .menu h3.view-all, .c-footer .menu .m-mega-menu__subcategory a h3 h3.view-all, .m-mega-menu__subcategory a h3 .c-footer .menu h3.view-all, .c-footer .menu a h4 .m-mega-menu__subcategory h3.view-all, a h4 .m-mega-menu__subcategory .c-footer .menu h3.view-all, .c-footer .menu .m-mega-menu__subcategory a h4 h3.view-all, .m-mega-menu__subcategory a h4 .c-footer .menu h3.view-all, .c-footer .menu a h5 .m-mega-menu__subcategory h3.view-all, a h5 .m-mega-menu__subcategory .c-footer .menu h3.view-all, .c-footer .menu .m-mega-menu__subcategory a h5 h3.view-all, .m-mega-menu__subcategory a h5 .c-footer .menu h3.view-all, .c-footer .menu a h1 .m-mega-menu__subcategory h4.view-all, a h1 .m-mega-menu__subcategory .c-footer .menu h4.view-all, .c-footer .menu .m-mega-menu__subcategory a h1 h4.view-all, .m-mega-menu__subcategory a h1 .c-footer .menu h4.view-all, .c-footer .menu a h2 .m-mega-menu__subcategory h4.view-all, a h2 .m-mega-menu__subcategory .c-footer .menu h4.view-all, .c-footer .menu .m-mega-menu__subcategory a h2 h4.view-all, .m-mega-menu__subcategory a h2 .c-footer .menu h4.view-all, .c-footer .menu a h3 .m-mega-menu__subcategory h4.view-all, a h3 .m-mega-menu__subcategory .c-footer .menu h4.view-all, .c-footer .menu .m-mega-menu__subcategory a h3 h4.view-all, .m-mega-menu__subcategory a h3 .c-footer .menu h4.view-all, .c-footer .menu a h4 .m-mega-menu__subcategory h4.view-all, a h4 .m-mega-menu__subcategory .c-footer .menu h4.view-all, .c-footer .menu .m-mega-menu__subcategory a h4 h4.view-all, .m-mega-menu__subcategory a h4 .c-footer .menu h4.view-all, .c-footer .menu a h5 .m-mega-menu__subcategory h4.view-all, a h5 .m-mega-menu__subcategory .c-footer .menu h4.view-all, .c-footer .menu .m-mega-menu__subcategory a h5 h4.view-all, .m-mega-menu__subcategory a h5 .c-footer .menu h4.view-all, .c-footer .menu a h1 .m-mega-menu__subcategory h5.view-all, a h1 .m-mega-menu__subcategory .c-footer .menu h5.view-all, .c-footer .menu .m-mega-menu__subcategory a h1 h5.view-all, .m-mega-menu__subcategory a h1 .c-footer .menu h5.view-all, .c-footer .menu a h2 .m-mega-menu__subcategory h5.view-all, a h2 .m-mega-menu__subcategory .c-footer .menu h5.view-all, .c-footer .menu .m-mega-menu__subcategory a h2 h5.view-all, .m-mega-menu__subcategory a h2 .c-footer .menu h5.view-all, .c-footer .menu a h3 .m-mega-menu__subcategory h5.view-all, a h3 .m-mega-menu__subcategory .c-footer .menu h5.view-all, .c-footer .menu .m-mega-menu__subcategory a h3 h5.view-all, .m-mega-menu__subcategory a h3 .c-footer .menu h5.view-all, .c-footer .menu a h4 .m-mega-menu__subcategory h5.view-all, a h4 .m-mega-menu__subcategory .c-footer .menu h5.view-all, .c-footer .menu .m-mega-menu__subcategory a h4 h5.view-all, .m-mega-menu__subcategory a h4 .c-footer .menu h5.view-all, .c-footer .menu a h5 .m-mega-menu__subcategory h5.view-all, a h5 .m-mega-menu__subcategory .c-footer .menu h5.view-all, .c-footer .menu .m-mega-menu__subcategory a h5 h5.view-all, .m-mega-menu__subcategory a h5 .c-footer .menu h5.view-all {
  padding-left: 0; }

a.m-product-card__image-wrapper, a h1.m-product-card__image-wrapper, a h2.m-product-card__image-wrapper, a h3.m-product-card__image-wrapper, a h4.m-product-card__image-wrapper, a h5.m-product-card__image-wrapper, a.card-image, a h1.card-image, a h2.card-image, a h3.card-image, a h4.card-image, a h5.card-image {
  background: radial-gradient(rgba(0, 125, 188, 0.31) 0%, #004e7d 100%); }

.c-plp-hero__image-wrapper {
  background: radial-gradient(rgba(0, 125, 188, 0.31) 0%, #004e7d 100%);
  text-align: center; }
  .c-plp-hero__image-wrapper img {
    margin: auto; }

.views-row {
  margin: 1rem auto; }
  .views-row article .node-title {
    margin-top: 0; }

@media print, screen and (min-width: 48em) {
  .m-tabs__panel {
    display: block; } }

.m-tabs__panel .c-product-table {
  padding: 0; }

#product_specifications h2 {
  margin-bottom: 2rem; }

#product_specifications article {
  margin-top: 1rem; }

.accordion-content {
  margin: 0 1rem; }
  .accordion-content h2 {
    margin-top: 0; }
    @media print, screen and (min-width: 48em) {
      .accordion-content h2 {
        margin-top: 2rem; } }
  .accordion-content#product_products {
    margin: 0; }

.block-region-content .p-views {
  margin-bottom: 3rem; }
  .block-region-content .p-views .views-exposed-form {
    margin: 1rem auto; }

.m-tabs__content {
  border: 0; }
  .m-tabs__content .views-exposed-form {
    padding: 0; }

.c-product-filter {
  padding: 0; }

.c-product-filter__toggle {
  text-transform: uppercase; }

.c-product-filter__group-tab {
  display: block; }

a.tabledrag-handle .handle, a h1.tabledrag-handle .handle, a h2.tabledrag-handle .handle, a h3.tabledrag-handle .handle, a h4.tabledrag-handle .handle, a h5.tabledrag-handle .handle {
  width: auto;
  height: auto; }

@media print, screen and (min-width: 48em) {
  .td-mini {
    min-width: 90px;
    width: 90px; } }

@media print, screen and (min-width: 48em) {
  .td-narrow {
    min-width: 130px;
    width: 130px; } }

@media print, screen and (min-width: 48em) {
  .td-wide {
    min-width: 320px;
    width: 320px; } }

@media print, screen and (min-width: 48em) {
  .td-x-wide {
    width: 400px;
    min-width: 400px; } }

@media print, screen and (min-width: 48em) {
  .td-xx-wide {
    width: 470px;
    min-width: 470px; } }

.td-medium {
  min-width: 220px; }
  @media print, screen and (min-width: 48em) {
    .td-medium__fixed {
      width: 220px; } }
@media print, screen and (min-width: 48em) {
  .part-row-header, .part-row-cell {
    min-height: 90px; } }

.row-title {
  margin-bottom: 0;
  margin-top: 1rem; }

.c-product-table__item-inner {
  display: flex;
  justify-content: space-between;
  align-content: flex-start; }
  @media print, screen and (min-width: 48em) {
    .c-product-table__item-inner {
      display: block; } }
.section-header {
  margin-bottom: 1rem;
  margin-top: 2rem; }

.views-header {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.event-date {
  margin: 1rem auto; }

.address-field {
  margin: 1rem auto; }

table#cart-table {
  padding: 0 1rem;
  font-size: .9rem; }

table.borderless tbody, .gutenberg figure.wp-block-table.stack table.borderless tbody, table.borderless tr, .gutenberg figure.wp-block-table.stack table.borderless tr, table.borderless th, .gutenberg figure.wp-block-table.stack table.borderless th, table.borderless td, .gutenberg figure.wp-block-table.stack table.borderless td {
  border: 0; }

table.condensed th, .gutenberg figure.wp-block-table.stack table.condensed th, table.condensed td, .gutenberg figure.wp-block-table.stack table.condensed td {
  padding: .25rem 1rem; }

.m-table__item {
  padding: 15px; }

.c-product-table, .c-product-overview, .c-product-tabs, .c-breadcrumb-toolbar, .c-solution-finder-header {
  padding-left: 0;
  padding-right: 0; }

.c-product-table {
  border-bottom: 0;
  padding-bottom: 0; }
  .c-product-table .m-table__item {
    padding: 30px; }
  .c-product-table::after {
    border: none; }
  .c-product-table__app-icon img {
    height: 40px;
    width: 40px; }
  .c-product-table__image img {
    min-width: 90px;
    max-width: 90px;
    height: 90px; }

.c-product-table__applications .c-product-table__app-icon img {
  height: 24px;
  width: 24px; }

.cart-block--contents.is-outside-horizontal {
  right: -1rem;
  width: 350px;
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.2); }

.cart-block--contents__items {
  overflow-y: hidden;
  padding-bottom: 2rem; }

.views-field-field-downloads .field-content {
  margin-left: .75rem;
  line-height: 2rem; }
  @media print, screen and (min-width: 48em) {
    .views-field-field-downloads .field-content {
      margin-left: 1rem; } }
th.m-table__row-header, td.forum__replies, td.forum__last-reply {
  display: none; }
  @media print, screen and (min-width: 48em) {
    th.m-table__row-header, td.forum__replies, td.forum__last-reply {
      display: table-cell; } }
.pager__item {
  list-style-type: none;
  text-align: center;
  margin: auto; }

.pager-scroller {
  text-align: center;
  margin: 2rem;
  text-transform: uppercase; }

#panels-ipe-content .p-views:last-child, #panels-ipe-content section.block:last-child {
  margin-bottom: 4rem; }

.row-product-family {
  transition: opacity 0.2s ease-in-out; }

.help-text {
  color: inherit;
  font-style: normal; }

.m-table__control-icon::after {
  right: .1rem; }

.sort-header {
  border-bottom: 2px solid #000;
  padding: .75rem 0; }

.views-grid-has-filter {
  margin-top: 2rem; }

.button.success {
  border: none;
  background-color: #0085ca;
  color: #fff;
  transition: background-color 0.35s ease-in-out; }
  .button.success:focus {
    background-color: #004976;
    color: #fff; }
  .button.success:hover {
    background-color: #0dacff;
    color: #fff; }
  .button.success:disabled {
    background-color: #c0c0c0;
    color: #63666a; }

a.a-btn--grey, a h1.a-btn--grey, a h2.a-btn--grey, a h3.a-btn--grey, a h4.a-btn--grey, a h5.a-btn--grey {
  color: #fff !important;
  background-color: #63666a; }
  a.a-btn--grey:hover, a h1.a-btn--grey:hover, a h2.a-btn--grey:hover, a h3.a-btn--grey:hover, a h4.a-btn--grey:hover, a h5.a-btn--grey:hover {
    background-color: #7c7f84; }

.a-btn.a-btn--small, button.a-btn--small#ot-sdk-btn.ot-sdk-show-settings, button.a-btn--small#ot-sdk-btn.optanon-show-settings, .a-btn--small.eu-cookie-compliance-default-button {
  font-size: .8em;
  padding: .5rem 2rem;
  margin: 0; }

.buttons-stacked .a-btn, .buttons-stacked button#ot-sdk-btn.ot-sdk-show-settings, .buttons-stacked button#ot-sdk-btn.optanon-show-settings, .buttons-stacked .eu-cookie-compliance-default-button {
  width: 100%;
  margin: .25rem 0;
  display: block; }

.toplink {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .toplink {
      display: block;
      border-top: 1px solid #c0c0c0;
      text-align: right;
      padding-top: .5rem;
      margin-top: 2rem;
      margin-bottom: -2rem; } }
.m-segment-dropdown__menu {
  z-index: 20;
  width: 250px;
  white-space: nowrap; }

.c-product-parts-page .m-product-details__cta {
  justify-content: space-around; }
  .c-product-parts-page .m-product-details__cta .button {
    margin-bottom: 0; }

.product-button {
  width: 45%; }
  .product-button button, .product-button .a-btn, .product-button button#ot-sdk-btn.ot-sdk-show-settings, .product-button button#ot-sdk-btn.optanon-show-settings, .product-button .eu-cookie-compliance-default-button {
    width: 100%; }

.button--add-to-cart.button--primary.success {
  width: 100%; }
  .button--add-to-cart.button--primary.success:hover, .button--add-to-cart.button--primary.success:focus {
    color: #fff; }

#icon_shopping_cart {
  padding: 0; }
  #icon_shopping_cart:hover {
    background-color: #eeeeee; }
    #icon_shopping_cart:hover a, #icon_shopping_cart:hover a h1, a #icon_shopping_cart:hover h1, #icon_shopping_cart:hover a h2, a #icon_shopping_cart:hover h2, #icon_shopping_cart:hover a h3, a #icon_shopping_cart:hover h3, #icon_shopping_cart:hover a h4, a #icon_shopping_cart:hover h4, #icon_shopping_cart:hover a h5, a #icon_shopping_cart:hover h5 {
      color: #63666a; }

.cart--cart-block {
  padding-top: .1rem; }

.cart-block--contents__links {
  text-align: right; }

a.cart-block--link__expand, a h1.cart-block--link__expand, a h2.cart-block--link__expand, a h3.cart-block--link__expand, a h4.cart-block--link__expand, a h5.cart-block--link__expand {
  color: #fff;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    a.cart-block--link__expand, a h1.cart-block--link__expand, a h2.cart-block--link__expand, a h3.cart-block--link__expand, a h4.cart-block--link__expand, a h5.cart-block--link__expand {
      padding: 0;
      width: 36px;
      height: 36px;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; } }
.layout-region-checkout-main {
  padding-right: 8rem;
  margin-bottom: 1rem; }

.checkout-pane legend {
  margin: 1rem 0; }

.layout-region-checkout-footer {
  margin: 1rem auto; }
  .layout-region-checkout-footer #edit-actions {
    display: flex;
    justify-content: space-around;
    align-content: center; }
    .layout-region-checkout-footer #edit-actions .button {
      margin: 0; }
    .layout-region-checkout-footer #edit-actions .link--previous {
      line-height: 2; }

#edit-login-returning-customer-submit {
  margin: 2rem 4rem; }

.checkout-pane-review fieldset {
  margin: 1rem auto; }
  .checkout-pane-review fieldset .fieldset-legend, .checkout-pane-review fieldset h2 {
    font-size: 1.2rem; }

.paypal-buttons-container {
  margin: 3rem auto; }

#block-power-checkoutprogress {
  margin: 3rem auto;
  text-align: center; }
  #block-power-checkoutprogress ol {
    list-style-type: square; }
    #block-power-checkoutprogress ol li {
      font-size: .8rem;
      font-weight: normal;
      list-style-type: square;
      background-color: #eeeeee;
      padding: .15rem 1rem;
      margin: 0 .25rem;
      border-radius: 2rem; }
      #block-power-checkoutprogress ol li.checkout-progress--step__current {
        font-weight: bold;
        background-color: #63666a;
        color: #fff; }

#edit-review-payment-information article .field--name-label {
  display: none; }

.order-information .m-table__head {
  display: none; }
