@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.row {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 4.1666666667%;
}

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

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

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

.small-2 {
  width: 8.3333333333%;
}

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

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

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

.small-3 {
  width: 12.5%;
}

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

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

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

.small-4 {
  width: 16.6666666667%;
}

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

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

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

.small-5 {
  width: 20.8333333333%;
}

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

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

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

.small-6 {
  width: 25%;
}

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

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

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

.small-7 {
  width: 29.1666666667%;
}

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

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

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

.small-8 {
  width: 33.3333333333%;
}

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

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

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

.small-9 {
  width: 37.5%;
}

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

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

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

.small-10 {
  width: 41.6666666667%;
}

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

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

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

.small-11 {
  width: 45.8333333333%;
}

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

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

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

.small-12 {
  width: 50%;
}

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

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

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

.small-13 {
  width: 54.1666666667%;
}

.small-push-13 {
  position: relative;
  left: 54.1666666667%;
}

.small-pull-13 {
  position: relative;
  left: -54.1666666667%;
}

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

.small-14 {
  width: 58.3333333333%;
}

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

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

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.small-15 {
  width: 62.5%;
}

.small-push-15 {
  position: relative;
  left: 62.5%;
}

.small-pull-15 {
  position: relative;
  left: -62.5%;
}

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

.small-16 {
  width: 66.6666666667%;
}

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

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

.small-offset-15 {
  margin-left: 62.5%;
}

.small-17 {
  width: 70.8333333333%;
}

.small-push-17 {
  position: relative;
  left: 70.8333333333%;
}

.small-pull-17 {
  position: relative;
  left: -70.8333333333%;
}

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

.small-18 {
  width: 75%;
}

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

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

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.small-19 {
  width: 79.1666666667%;
}

.small-push-19 {
  position: relative;
  left: 79.1666666667%;
}

.small-pull-19 {
  position: relative;
  left: -79.1666666667%;
}

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

.small-20 {
  width: 83.3333333333%;
}

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

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

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.small-21 {
  width: 87.5%;
}

.small-push-21 {
  position: relative;
  left: 87.5%;
}

.small-pull-21 {
  position: relative;
  left: -87.5%;
}

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

.small-22 {
  width: 91.6666666667%;
}

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

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

.small-offset-21 {
  margin-left: 87.5%;
}

.small-23 {
  width: 95.8333333333%;
}

.small-push-23 {
  position: relative;
  left: 95.8333333333%;
}

.small-pull-23 {
  position: relative;
  left: -95.8333333333%;
}

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

.small-24 {
  width: 100%;
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 4.1666666667%;
  }
  .medium-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .medium-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 8.3333333333%;
  }
  .medium-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .medium-3 {
    width: 12.5%;
  }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
  }
  .medium-pull-3 {
    position: relative;
    left: -12.5%;
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .medium-4 {
    width: 16.6666666667%;
  }
  .medium-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .medium-5 {
    width: 20.8333333333%;
  }
  .medium-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .medium-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .medium-6 {
    width: 25%;
  }
  .medium-push-6 {
    position: relative;
    left: 25%;
  }
  .medium-pull-6 {
    position: relative;
    left: -25%;
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .medium-7 {
    width: 29.1666666667%;
  }
  .medium-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .medium-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .medium-8 {
    width: 33.3333333333%;
  }
  .medium-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .medium-9 {
    width: 37.5%;
  }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
  }
  .medium-pull-9 {
    position: relative;
    left: -37.5%;
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .medium-10 {
    width: 41.6666666667%;
  }
  .medium-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .medium-11 {
    width: 45.8333333333%;
  }
  .medium-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .medium-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .medium-12 {
    width: 50%;
  }
  .medium-push-12 {
    position: relative;
    left: 50%;
  }
  .medium-pull-12 {
    position: relative;
    left: -50%;
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .medium-13 {
    width: 54.1666666667%;
  }
  .medium-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .medium-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .medium-14 {
    width: 58.3333333333%;
  }
  .medium-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .medium-15 {
    width: 62.5%;
  }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
  }
  .medium-pull-15 {
    position: relative;
    left: -62.5%;
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .medium-16 {
    width: 66.6666666667%;
  }
  .medium-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .medium-17 {
    width: 70.8333333333%;
  }
  .medium-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .medium-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .medium-18 {
    width: 75%;
  }
  .medium-push-18 {
    position: relative;
    left: 75%;
  }
  .medium-pull-18 {
    position: relative;
    left: -75%;
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .medium-19 {
    width: 79.1666666667%;
  }
  .medium-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .medium-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .medium-20 {
    width: 83.3333333333%;
  }
  .medium-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .medium-21 {
    width: 87.5%;
  }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
  }
  .medium-pull-21 {
    position: relative;
    left: -87.5%;
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .medium-22 {
    width: 91.6666666667%;
  }
  .medium-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .medium-23 {
    width: 95.8333333333%;
  }
  .medium-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .medium-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .medium-24 {
    width: 100%;
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 4.1666666667%;
  }
  .large-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .large-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 8.3333333333%;
  }
  .large-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .large-3 {
    width: 12.5%;
  }
  .large-push-3 {
    position: relative;
    left: 12.5%;
  }
  .large-pull-3 {
    position: relative;
    left: -12.5%;
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .large-4 {
    width: 16.6666666667%;
  }
  .large-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .large-5 {
    width: 20.8333333333%;
  }
  .large-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .large-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .large-6 {
    width: 25%;
  }
  .large-push-6 {
    position: relative;
    left: 25%;
  }
  .large-pull-6 {
    position: relative;
    left: -25%;
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .large-7 {
    width: 29.1666666667%;
  }
  .large-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .large-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .large-8 {
    width: 33.3333333333%;
  }
  .large-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .large-9 {
    width: 37.5%;
  }
  .large-push-9 {
    position: relative;
    left: 37.5%;
  }
  .large-pull-9 {
    position: relative;
    left: -37.5%;
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .large-10 {
    width: 41.6666666667%;
  }
  .large-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .large-11 {
    width: 45.8333333333%;
  }
  .large-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .large-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .large-12 {
    width: 50%;
  }
  .large-push-12 {
    position: relative;
    left: 50%;
  }
  .large-pull-12 {
    position: relative;
    left: -50%;
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .large-13 {
    width: 54.1666666667%;
  }
  .large-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .large-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .large-14 {
    width: 58.3333333333%;
  }
  .large-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .large-15 {
    width: 62.5%;
  }
  .large-push-15 {
    position: relative;
    left: 62.5%;
  }
  .large-pull-15 {
    position: relative;
    left: -62.5%;
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .large-16 {
    width: 66.6666666667%;
  }
  .large-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .large-17 {
    width: 70.8333333333%;
  }
  .large-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .large-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .large-18 {
    width: 75%;
  }
  .large-push-18 {
    position: relative;
    left: 75%;
  }
  .large-pull-18 {
    position: relative;
    left: -75%;
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .large-19 {
    width: 79.1666666667%;
  }
  .large-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .large-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .large-20 {
    width: 83.3333333333%;
  }
  .large-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .large-21 {
    width: 87.5%;
  }
  .large-push-21 {
    position: relative;
    left: 87.5%;
  }
  .large-pull-21 {
    position: relative;
    left: -87.5%;
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .large-22 {
    width: 91.6666666667%;
  }
  .large-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .large-23 {
    width: 95.8333333333%;
  }
  .large-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .large-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .large-24 {
    width: 100%;
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 0.625rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    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, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto;
  }
}
.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .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: 4.1666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 54.1666666667%;
}

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

.grid-x > .small-15 {
  width: 62.5%;
}

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

.grid-x > .small-17 {
  width: 70.8333333333%;
}

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

.grid-x > .small-19 {
  width: 79.1666666667%;
}

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

.grid-x > .small-21 {
  width: 87.5%;
}

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

.grid-x > .small-23 {
  width: 95.8333333333%;
}

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .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: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .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: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 54.1666666667%;
}

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

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

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

.small-offset-15 {
  margin-left: 62.5%;
}

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

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

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

.small-offset-17 {
  margin-left: 70.8333333333%;
}

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

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

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

.small-offset-19 {
  margin-left: 79.1666666667%;
}

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

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

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

.small-offset-21 {
  margin-left: 87.5%;
}

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

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

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

.small-offset-23 {
  margin-left: 95.8333333333%;
}

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    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, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    flex-basis: auto;
  }
}
.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .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: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .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: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .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: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

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

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

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.5rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #009DDB;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 135.02, 188.34);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #231f20;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  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;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #009DDB;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: rgb(0, 133.45, 186.15);
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #009DDB;
  color: #000000;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(0, 125.6, 175.2);
  color: #000000;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #000000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #000000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #009DDB;
  color: #009DDB;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(0, 78.5, 109.5);
  color: rgb(0, 78.5, 109.5);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #009DDB;
  color: #009DDB;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(0, 78.5, 109.5);
  color: rgb(0, 78.5, 109.5);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #009DDB;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(0, 78.5, 109.5);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #009DDB;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(0, 78.5, 109.5);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff 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: #009DDB;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #009DDB;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[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 #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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 #231f20;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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%2835, 31, 32%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 #231f20;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #efefef;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

input[type=range] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range][disabled] {
  opacity: 0.25;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #efefef;
}
input[type=range]::-webkit-slider-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #009DDB;
}
input[type=range]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #efefef;
}
input[type=range]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #009DDB;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #ffffff;
  border-bottom: 0.45rem solid #ffffff;
  background: #efefef;
  overflow: visible;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #009DDB;
}
input[type=range]::-ms-fill-lower {
  background: #cacaca;
}
input[type=range]::-ms-fill-upper {
  background: #efefef;
}
output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

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

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

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #009DDB transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

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

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

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

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

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #009DDB;
  color: #000000;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(0, 125.6, 175.2);
  color: #000000;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #000000;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #000000;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #009DDB;
  color: #009DDB;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(0, 78.5, 109.5);
  color: rgb(0, 78.5, 109.5);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #009DDB;
  color: #009DDB;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(0, 78.5, 109.5);
  color: rgb(0, 78.5, 109.5);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #009DDB;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(0, 78.5, 109.5);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #009DDB;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(0, 78.5, 109.5);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #efefef;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #231f20;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

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

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

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #009DDB;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #009DDB transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #ffffff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #009DDB;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

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

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

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #efefef;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #efefef;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

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

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

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

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

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

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

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

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

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

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

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[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: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #231f20;
}
.orbit-bullets button.is-active {
  background-color: #231f20;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #efefef;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #009DDB;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

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

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

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

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #efefef;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #009DDB;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(0, 133.45, 186.15);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

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

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

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #009DDB;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

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

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #000000;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #000000;
}

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

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

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

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

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

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

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

.tabs {
  margin: 0;
  border: 1px solid #efefef;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #009DDB;
}
.tabs.primary > li > a {
  color: #000000;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(0, 149.15, 208.05);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #009DDB;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: rgb(0, 135.02, 188.34);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #efefef;
  color: #009DDB;
}

.tabs-content {
  border: 1px solid #efefef;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #efefef;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 157, 219, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

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

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #efefef;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bolder;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #009DDB;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #009DDB;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #009DDB;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

body {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

.sticky {
  z-index: 100;
}

.sticky-container {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inline-block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

/* FOOTER FIX */
html,
body {
  height: 100%;
  margin: 0;
}

.site-content {
  padding-top: 86px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .site-content {
    padding-top: 135px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .site-content {
    padding-top: 75px;
  }
}

/* GRID OVERRIDES */
.grid-container:not(.full) > .grid-padding-x {
  margin-right: 0;
  margin-left: 0;
}

.single-product h1 {
  line-height: 1em;
}

/* TYPE */
h1, .h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 56px;
}

h2, .h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 40px;
}

h3, .h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
}

h4, .h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}

h5, .h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
}

h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.trade-font {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

.agency-font {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

.prop65 {
  font-size: 13px;
  line-height: 20px;
  border-top: 1px solid #ccc;
  padding: 20px 0px 10px;
  margin-top: 25px;
}

.prop65 p {
  margin-bottom: 0.1rem;
}

.prop-copy {
  text-transform: uppercase;
}

p:empty {
  display: none;
}

.line-height-1 {
  line-height: 1;
}

/* LINKS */
p a,
a h4,
a .h4 {
  text-decoration: underline;
}

.link-no-underline h1,
.link-no-underline h2,
.link-no-underline h3,
.link-no-underline h4,
.link-no-underline h5,
.link-no-underline h6,
.link-no-underline p {
  text-decoration: none;
}

a.button {
  text-decoration: none;
}

a.white-text:hover,
a.white-text:active,
a.white-text:focus {
  color: #ededed;
}

.underlined-link {
  text-decoration: underline;
}

/* COMPONENTS */
.page-title {
  border-bottom: 4px solid #009DDB;
  margin: 40px 0 20px;
}

.blue-hr {
  border-bottom: 2px solid #009DDB;
}

.button {
  border-right: 3px solid #a01040;
  border-bottom: 3px solid #a01040;
  background-color: #ce1141;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin-right: 38px;
  padding: 0.6em;
}

.button svg {
  position: absolute;
  right: -29px;
  top: 13px;
  z-index: 10;
}

.button:after {
  content: "‣";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  background-color: #ce1141;
  border-right: 3px solid #ae0e37;
  border-bottom: 3px solid #ae0e37;
  font-size: 26px;
  padding: 9px 8px 10px 10px;
  position: absolute;
  right: -40px;
  top: -1px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.button:focus,
.button:hover {
  background-color: #ae0e37;
  color: #fefefe;
}

.button:hover:after {
  background-color: #ae0e37;
}

.button.secondary {
  border-right: 3px solid #0082aa;
  border-bottom: 3px solid #0082aa;
  color: #000000;
}

.button.secondary:hover {
  color: #000000;
}

.button.secondary:after {
  background-color: #009DDB;
  border-right: 3px solid #0081b2;
  border-bottom: 3px solid #0081b2;
}

.button.secondary:hover:after {
  background-color: #0081b2;
}

.small-blue-button {
  margin-left: 20px;
  margin-top: 7px;
  border-right: 3px solid #0085b8;
  border-bottom: 3px solid #0085b8;
  background-color: #009DDB;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  padding: 0.6em;
  cursor: pointer;
}

.small-blue-button:hover {
  background-color: #0085b8;
}

.black-button,
.black-button:active,
.black-button:visited {
  background-color: #000000;
  color: #009DDB;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.6em;
  transition: all 0.3s ease;
  width: 230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a.black-button.full {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.black-button:hover,
.black-button:focus {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
}

.plain-red-button,
.plain-red-button:active,
.plain-red-button:visited {
  display: inline-block;
  background-color: #ce1141;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.6em;
  transition: all 0.3s ease;
}

.plain-red-button:hover {
  background-color: #a01040;
  color: #ffffff;
}

.plain-white-button,
.plain-white-button:active,
.plain-white-button:visited {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.6em;
  transition: all 0.3s ease;
}

.plain-white-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.dropdown-button.button:after {
  display: none;
}

.dropdown-button {
  min-width: 150px;
  margin-right: 0;
}

.dropdown-pane {
  border-right: 3px solid #a01040;
}
.dropdown-pane a,
.dropdown-pane .ps-widget {
  border-bottom: 3px solid #a01040 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 20px !important;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 0;
}
.dropdown-pane a .ps-button-label,
.dropdown-pane .ps-widget .ps-button-label {
  display: block;
  padding: 0 12px;
}
.dropdown-pane a:link,
.dropdown-pane a:visited,
.dropdown-pane a:hover,
.dropdown-pane a:focus {
  display: block;
  padding: 12px;
  color: #ffffff;
}
.dropdown-pane a:hover,
.dropdown-pane a:focus {
  background-color: #a01040;
}

.ps-widget {
  border-bottom: 3px solid #a01040 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 20px !important;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 0 !important;
}
.ps-widget .ps-button-label {
  display: block;
  padding: 0 20px;
}

.plain-red-button,
.plain-red-button:active,
.plain-red-button:visited {
  display: inline-block;
  background-color: #ce1141;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.6em;
  transition: all 0.3s ease;
}

.plain-red-button:hover {
  background-color: #a01040;
  color: #ffffff;
}

.dropdown-button.button:after {
  display: none;
}

.dropdown-button {
  min-width: 150px;
  margin-right: 0;
}

.dropdown-pane {
  border-right: 3px solid #a01040;
}
.dropdown-pane a,
.dropdown-pane .ps-widget {
  border-bottom: 3px solid #a01040 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 20px !important;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.dropdown-pane a:link,
.dropdown-pane a:visited,
.dropdown-pane a:hover,
.dropdown-pane a:focus {
  display: block;
  padding: 12px;
  color: #ffffff;
}
.dropdown-pane a:hover,
.dropdown-pane a:focus {
  background-color: #a01040;
}

.callout {
  border-radius: 20px;
}

.flickity-prev-next-button.previous {
  left: -40px;
}

.flickity-prev-next-button.next {
  right: -40px;
}

.tabs-title > a {
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* MODIFYERS */
.background-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.black-background {
  background-color: #000000;
  color: #ffffff;
}

.blue-background {
  background-color: #009DDB;
  color: #000000;
}
.blue-background a :not(.button) {
  color: #000000;
}

.dark-gray-background {
  background-color: #231f20;
  color: #ffffff;
}

.light-gray-background {
  background-color: #efefef;
}

.white-background {
  background-color: #ffffff;
  color: #0a0a0a;
}

.red-background {
  background-color: #ce1141;
  color: #ffffff;
}

.white-border {
  border: 4px solid #ffffff;
}

.gray-border {
  border: 2px solid #333333;
}

.blue-text {
  color: #009DDB;
}

.white-text {
  color: #ffffff;
}

.red-text {
  color: #cd1141;
}

.black-text {
  color: #0a0a0a;
}

.margin-0 {
  margin: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-1 {
  margin: 1rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}

.padding-vertical-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-bottom-2 {
  padding-bottom: 2rem;
}

.padding-1 {
  padding: 1rem;
}

.padding-2 {
  padding: 2rem;
}

.padding-vertical-3 {
  padding: 3rem 0;
}

.padding-vertical-4 {
  padding: 4rem 0;
}

.padding-bottom-3 {
  padding-bottom: 3rem;
}

.padding-vertical-6 {
  padding: 6rem 0;
}

.blue-container {
  border: 2px solid #009DDB;
  border-radius: 20px;
  padding: 40px 0;
}

.blue-border-bottom {
  border-bottom: 2px solid #009DDB;
}

/* HEADER */
#alert {
  background-color: #333333;
  color: #ffffff;
  display: block;
  padding: 10px 10px 20px;
  width: 100%;
  top: 0px;
}

/**** Added January 31, 2025 *******/
#alert.new_menu_banner {
  background: #231F20;
  color: white;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}
#alert.new_menu_banner .grid-container,
#alert.new_menu_banner .grid-container .grid-x,
#alert.new_menu_banner .grid-container .grid-x .cell {
  width: 100%;
}
#alert.new_menu_banner .cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media print, screen and (max-width: 39.99875em) {
  #alert.new_menu_banner .cell {
    justify-content: center;
  }
}
#alert.new_menu_banner .shop-tools {
  background-color: #ce1141;
  color: white;
  border: 2px solid #ce1141;
}
#alert.new_menu_banner .shop-tools:hover {
  background-color: #a30f0f;
  border-color: #a30f0f;
}
#alert.new_menu_banner .shop-merch {
  background-color: white;
  color: #ce1141;
  border: 2px solid #ce1141;
}
#alert.new_menu_banner .shop-merch:hover {
  background-color: #ce1141;
  color: white;
}
#alert.new_menu_banner svg {
  width: auto;
  position: relative;
  margin-inline: 0.5rem;
  fill: white;
}
#alert.new_menu_banner .tools,
#alert.new_menu_banner .automotive {
  display: flex !important;
  align-items: center !important;
  text-decoration: none;
  margin-inline: 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  height: 38px;
  background: rgba(202, 202, 202, 0.12);
}
#alert.new_menu_banner .tools:hover,
#alert.new_menu_banner .automotive:hover {
  background: rgb(160, 16, 64);
}
#alert.new_menu_banner .tools {
  width: 110px;
}
#alert.new_menu_banner .tools svg {
  height: 18px;
}
#alert.new_menu_banner .automotive {
  width: 170px;
}
#alert.new_menu_banner .automotive svg {
  height: 30px;
}

/******* end #alert.new_menu_banner ****/
.top-bar {
  padding: 0rem 20px;
}

.top-bar,
.top-bar a,
.top-bar ul {
  background-color: #009DDB;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 100;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #ffffff transparent transparent;
}

.top-bar .header-logo {
  max-width: 190px;
  display: block;
  z-index: 9999;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar .header-logo {
    margin: 12px 0px;
  }
}

.dropdown.menu > li.is-active > a {
  background: rgba(0, 0, 0, 0);
  color: #ddd;
}

.dropdown.menu > li > a {
  background: none;
  font-weight: 600;
  font-size: 20px;
}

.top-bar .menu .active > a {
  background: transparent;
}

.menu .active > a {
  color: rgb(255, 255, 255);
}

.top-bar .is-dropdown-submenu .active > a {
  background: #dddddd;
  border-bottom: none;
}

.dropdown.menu .is-active > a {
  color: #ffffff;
}

.top-bar .menu #searchform {
  position: relative;
}

.top-bar .menu #searchform .icon {
  position: absolute;
  margin-left: 7px;
  margin-top: 5px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.top-bar .menu #searchform input {
  background-color: #0093dd;
  color: #fff;
  border: none;
  padding-left: 30px;
}

.top-bar .menu #searchform input::-webkit-input-placeholder {
  color: #dddddd;
}

.top-bar .menu #searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #dddddd;
}

.top-bar .menu #searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #dddddd;
}

.top-bar .menu #searchform input:-ms-input-placeholder {
  color: #dddddd;
}

/* FOOTER */
.blue-footer {
  background-color: #009DDB;
  color: #000000;
  padding: 20px 0 0;
}
.blue-footer .h6 {
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 4px;
}
.blue-footer a {
  color: #000000;
}
.blue-footer a:hover, .blue-footer a:focus {
  opacity: 0.75;
}
.blue-footer .logo {
  max-width: 200px;
}

.social-footer {
  background-color: #333333;
}

.social-footer .h6 {
  line-height: 0.9;
  margin-top: 1px;
  margin-bottom: 0;
  padding: 10px;
}

.social-footer img {
  width: 44px;
  padding: 10px;
  display: block;
}

/* PREFOOTER */
.prefooter {
  background-size: cover;
  background-position: center bottom;
  padding: 60px 0;
}

.prefooter .made-in-usa #hfot-partner {
  max-width: 150px;
  margin: 0 10px 20px;
}

.prefooter .made-in-usa #skills-partner {
  max-width: 180px;
}

/* HOMEPAGE */
.vidscreen {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
  width: 100%;
  height: 125%;
  top: 0;
}

.videotop {
  height: calc(100vh - 120px);
  height: -webkit-calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  position: relative;
}

.videotop .grid-container,
.videotop .grid-x {
  height: 100%;
}

.videotop h1 {
  display: block;
  width: 100%;
  margin-top: -50px;
  font-size: 60px;
}

.videotop span {
  white-space: nowrap;
}

#homevid {
  position: absolute;
  z-index: -80;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 125%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}

.product-callout h2,
.product-callout h3 {
  margin-top: 80px;
}

.difference-callout .difference-callout-text {
  margin-bottom: 40px;
}

.difference-callout .difference-callout-card img {
  border: 3px solid #009DDB;
  margin-bottom: 20px;
  max-width: 240px;
}

.difference-callout-card h5 {
  margin-bottom: 30px;
}

/* SEARCH RESULT PAGE */
.resultsheader h1 {
  color: #009DDB;
}
.resultsheader h1 span {
  color: #000000;
}

.search-result {
  display: block;
  margin: 15px;
  width: 100%;
}
.search-result .excerpt {
  clear: both;
  display: block;
  padding-bottom: 18px;
}
.search-result .searchresult {
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  margin: 5px 20px;
  padding: 20px 0px;
}

/* PRODUCT CATEGORY INDEX */
.page-template-product-category hr:last-of-type {
  margin-bottom: 0;
}

.product-grid-item h5 {
  line-height: 1em;
}

.product-grid-item-img {
  display: table;
  float: right;
  height: 100%;
  width: 100%;
}

.toolimage {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.subcategory-title h3 {
  line-height: 1;
}

.grid-container ul.product-grid {
  list-style: none;
}

.page-template-product-multiple-subcategory .maincontent {
  position: relative;
  z-index: 1;
}
.page-template-product-multiple-subcategory .maincontent p {
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
}
.page-template-product-multiple-subcategory h1 {
  font-size: 2.75rem;
}
@media print, screen and (min-width: 40em) {
  .page-template-product-multiple-subcategory h1 {
    font-size: 3.25rem;
  }
}
.page-template-product-multiple-subcategory .product-group {
  margin-top: 4rem;
}
.page-template-product-multiple-subcategory .product-group h2 {
  text-align: center;
  color: #CE1141;
  padding: 0 1rem;
  font-size: 2.25rem;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .page-template-product-multiple-subcategory .product-group h2 {
    font-size: 2.75rem;
  }
}
.page-template-product-multiple-subcategory .product-group .section_heading {
  margin-bottom: 2rem;
}
.page-template-product-multiple-subcategory .product-group .section_heading p {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .page-template-product-multiple-subcategory .product-group .section_heading p {
    font-size: 1.75rem;
  }
}
.page-template-product-multiple-subcategory .product-group .product-grid .product-grid-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-product-multiple-subcategory .product-group:last-of-type {
  margin-bottom: 4rem;
}

.subcattopbtns {
  color: #008ac0;
}
.subcattopbtns:hover > h2 {
  color: #009DDB;
}
.subcattopbtns:hover > img {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.subcattopbtns img {
  max-height: 300px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.subcattopbtns .h4 {
  margin-bottom: 0;
  text-decoration: underline;
}

.selected-tool {
  width: 100%;
  height: 100%;
  display: block;
}
.selected-tool .black-button {
  color: #ffffff;
  background: #cc0f41;
}
.selected-tool img {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* PRODUCT SUBCATEGORY INDEX */
.category-title {
  margin: 26px 0 30px;
}

.berocket_aapf_widget-wrapper {
  border-bottom: 1px solid #ccc;
}

.berocket_aapf_widget-title {
  margin-bottom: 10px;
  padding-top: 10px;
}

.filter-results .label {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.results {
  width: 100%;
}

.berocket_aapf_widget_show.mobile_hide {
  display: block !important;
}

.product-title-link {
  position: absolute;
  bottom: 0;
}

.product-view-btn {
  font-size: 1.5625rem;
  color: #008ac0;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0px;
  display: block;
}
.product-view-btn:hover {
  color: #009DDB;
}

.cell .product-grid-item {
  position: relative;
  border-bottom: 7px solid #eeeeee;
  margin-bottom: 10px;
}

.product-grid .product-grid-item .product-grid-item-img {
  position: relative;
  text-align: center;
  max-height: 400px;
}

.product-grid .product-grid-item .product-grid-item-img img {
  max-height: 280px;
  width: auto;
}

.product-grid .product-grid-item .product-flag {
  padding-bottom: 10px;
  z-index: 10;
}

.product-flag img {
  display: inline-block;
  padding: 4px;
}

.miusa-flag-img {
  width: 45px;
}

.miusa-flag-img-page {
  width: 65px;
}

.xlt-flag-img {
  width: 60px;
}

.codeblue-img {
  width: 120px;
}

.star-rating i {
  color: #009DDB;
}

.star-rating h4 {
  display: inline-block;
}

/* PRODUCT DETAILS */
.extra-image-thumb {
  float: left;
  width: 100px;
  height: 100px;
  border: 3px solid #c5c5c5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-image-thumb.selected {
  border: 3px solid #009DDB;
}
.extra-image-thumb img {
  width: auto;
  max-height: 90px;
}

.single-tool-image-container {
  height: 600px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  align-items: center;
}
.single-tool-image-container img {
  width: auto;
  max-height: 540px;
  margin: auto;
}

.detail-title {
  text-transform: uppercase;
  font-weight: bold;
}

.includedin {
  color: #414042;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.includedin a {
  text-decoration: underline;
}

.included-tool {
  margin-top: 30px;
}

.included-title {
  border-bottom: 1px solid #999;
  margin-bottom: 3px;
  width: 100%;
}

.included-tool a {
  border-bottom: 2px solid #009DDB;
}

#panel2 h4 {
  border-bottom: 3px solid #009DDB;
}

#panel2 table {
  font-size: 0.9em;
}

.additional-specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.additional-specs li {
  padding-left: 1em;
  text-indent: -1.2em;
}

.additional-specs li::before {
  content: "▨";
  color: #009DDB;
  margin-right: 0.2em;
}

.nss {
  color: #cd1141;
  line-height: 0.9em;
}

.nss span {
  color: #01a1e0;
  display: block;
  font-size: 12px;
  font-style: italic;
}

/* PROFESSION PAGES */
.profession-hero {
  background-size: cover;
  background-repeat: no-repeat;
}
.profession-hero h1 {
  margin-bottom: 1.5em;
}
.profession-hero .h2 {
  text-transform: none;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.profession-hero .profession-benefit img {
  margin: 10px 0;
}

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

.profession-highlighted-tools h5 {
  min-height: 25px;
  line-height: 1em;
}

.profession-highlight-1 {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0px;
  text-align: center;
}

.profession-overlay {
  padding: 20px 20px 0;
}

.caption-overlay {
  padding-bottom: 20px;
}

.quote-hero {
  padding: 300px 40px 40px;
}

.row-title {
  background-color: #009DDB;
}

.fandb-container img {
  margin-bottom: 1em;
}

/* CONTACT PAGE */
.contact-notvisible {
  display: none;
}

.contact-visible {
  display: block;
}

.contactinfo {
  width: 100%;
}

.contactinfo.title {
  text-transform: uppercase;
}

.contactinfo span {
  font-weight: bold;
}

.rep-info,
.intl-info {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

.second_address,
.address {
  line-height: 1em;
  margin: 10px 0px;
}

.rep-title,
.intl-title {
  display: none;
}

.gform_wrapper .gfield_required {
  color: #CE1141 !important;
  margin-left: 0px !important;
}

/* WARRANTY PAGE */
.warranty-page-title img {
  margin: 0 auto;
}

.warranty-content .callout {
  min-height: 175px;
}

.warranty-content img {
  float: left;
}

/* HISTORY PAGE */
.history-title {
  padding: 40px 0;
}

.history-row {
  position: relative;
}

.history-date {
  position: absolute;
  background-color: #009DDB;
  padding: 46px 30px;
  border-radius: 50%;
  text-align: center;
  top: 36%;
  left: calc(50% - 66px);
}
.history-date h2 {
  color: #000000;
}

/* TRADE SCHOOL TRADE UP PAGE */
.blue-bar {
  background-color: #009DDB;
  width: 100%;
  height: 60px;
  margin-bottom: -45px;
}

.blue-line {
  border: 1.5px solid #009DDB;
  height: 60px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.blue-line:last-of-type {
  border: none;
}

.tag {
  color: #0a0a0a;
  border-bottom: 2px solid #009DDB;
  display: inline-block;
  margin-top: 1rem;
}

.black-tag {
  border-bottom: 2px solid #000000;
  display: inline-block;
}

.main-press-img {
  margin: 10px auto;
  display: block;
}

.featured-press-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pressroom-title {
  display: block;
}

#press-nav {
  position: static;
  border-bottom: 2px solid #009DDB;
  padding: 1rem;
}
#press-nav .press-icon {
  font-size: 35px;
}

.pressroom-container {
  padding: 0px 0px 70px 0px;
}
.pressroom-container .press-icon {
  color: #009DDB;
  margin: 10px;
}
.pressroom-container .white-icon {
  color: #ffffff;
}

.smoothscroll-section {
  padding-top: 70px;
}

.fact-box {
  background-color: #009DDB;
  color: #000000;
  text-align: center;
  padding: 3rem 1rem;
}

.resource-cell img {
  width: 250px;
  margin-bottom: 1rem;
}

.icon-box {
  background: #009DDB;
  padding: 2rem;
  width: 200px;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.leader-box img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
}

.leader-name {
  font-weight: bold;
  font-size: larger;
  margin-bottom: 6px;
}

.leader-title {
  font-weight: bold;
  color: #009DDB;
  line-height: 1.2;
}

/* TRADES COMMITMENT AND THE GATHERING PAGES */
.boxed-text {
  width: 80%;
  margin: 2rem auto;
}

.bkg-img-personal {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}

#trades-commitment-hero,
#trades-headline-section {
  background-repeat: no-repeat;
  background-position: center center;
}

/* TRADES TOUGH PAGE */
#trades-tough-page h1,
#trades-tough-page h2,
#trades-tough-page h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#trades-tough-hero {
  background-image: url("https://channellock.com/wp-content/uploads/gray-hero-background.png");
}

#what-trade-tough-means,
#trades-tough-footer {
  background-image: url("https://channellock.com/wp-content/uploads/blue-background-trades-tough.png");
  position: relative;
}

#pliers-430-offset {
  position: absolute;
  right: 0;
  bottom: -50px;
}

#supporting-the-pros {
  background-image: url("https://channellock.com/wp-content/uploads/gray-background-trades-tough.png");
}

#trades-tough-americans {
  background-image: url("https://channellock.com/wp-content/uploads/gray-flag-background-trades-tough.png");
  background-position: left top;
}

#trades-tough-footer-text {
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

/* MEDIUM ONLY */
@media screen and (min-width: 40em) and (max-width: 64em) {
  .top-bar-left .header-logo {
    margin: 0 auto;
  }
  #responsive-menu {
    margin: 1rem auto 0px;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    margin-top: 18px !important;
  }
  #trades-headline-section {
    background-image: url("../images/trades-tough-background.png");
    background-size: contain;
    padding: 5rem 1rem;
  }
  #trades-tough-meaning-text {
    padding-bottom: 110px;
  }
  #pliers-430-offset {
    width: 400px;
  }
}
/* MEDIUM AND UP */
@media screen and (min-width: 40em) {
  .profession-highlight-1 {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
  .no-js [data-responsive-toggle] {
    display: none;
  }
  ul.page-numbers li {
    display: inline-block;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    margin-top: 23px;
    border: none;
  }
  .is-dropdown-submenu {
    border: none;
  }
  .top-bar .is-dropdown-submenu a {
    background-color: #efefef;
    color: #222;
  }
  .top-bar .is-dropdown-submenu .is-active a {
    background-color: #ddd;
    color: #222;
  }
  .top-bar .menu #searchform {
    margin-left: 10px;
  }
  .videotop {
    height: calc(100vh - 86px);
    height: -webkit-calc(100vh - 86px);
    height: -moz-calc(100vh - 86px);
  }
  .product-callout h2 {
    font-size: 2rem;
  }
  .difference-callout .difference-callout-text .cell:first-child {
    border-right: 2px solid #009DDB;
  }
  .difference-callout .difference-callout-card img {
    max-width: 100%;
  }
  .profession-highlighted-tools h5 {
    min-height: 65px;
    line-height: 1em;
  }
  .history-row .history-col-1 {
    border-right: 2px solid #009DDB;
    padding: 40px 80px 40px 0;
  }
  .history-row .history-col-2 {
    border-left: 2px solid #009DDB;
    padding: 40px 0 40px 80px;
  }
  #madeinusa-page .madeinusa-hero h1 {
    font-size: 5rem;
  }
  #madeinusa-page .madeinusa-hero {
    padding: 200px 0;
  }
  .agency-font.xl {
    font-size: 80px;
  }
  .blue-bar {
    height: 80px;
    margin-bottom: -75px;
  }
  .button-space {
    margin-left: 1rem;
  }
  .press-img-thumbnail {
    width: 100%;
    object-fit: cover;
  }
  .pressroom-container .press-icon {
    font-size: 50px;
  }
  .entry-title {
    font-size: 38px;
  }
  #press-nav {
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  .pressroom-container {
    padding: 150px 0px 90px 0px;
  }
  .smoothscroll-section {
    padding-top: 224px;
    margin-top: -154px;
  }
  .profession-hero {
    background-color: #221F20;
  }
  .overlay-container {
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
  }
  .profession-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 40px 40px 10px;
  }
  .profession-overlay h3 {
    text-align: right;
    margin-right: 25px;
  }
  .caption-overlay {
    position: absolute;
    bottom: 20%;
    left: 10%;
    padding-bottom: 0;
  }
  .quote-overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
  }
  .fandb-container {
    padding-bottom: 60px;
    border-bottom: 10px solid #009DDB;
  }
  .profession-highlighted-tools img {
    max-height: 630px;
  }
  #trades-tough-footer-text {
    margin-bottom: 3rem;
  }
}
/* LARGE ONLY */
@media screen and (min-width: 64em) and (max-width: 126em) {
  #trades-tough-meaning-text {
    max-width: calc(100% - 460px);
  }
}
/* LARGE AND UP */
@media screen and (min-width: 64em) {
  .top-bar .header-logo {
    max-width: 220px;
    position: relative;
    right: auto;
    top: auto;
  }
  .product-callout img {
    border-bottom: 0;
  }
  .agency-font.xl {
    font-size: 110px;
  }
  .blue-bar {
    height: 100px;
    margin-bottom: -90px;
  }
  .main-press-img {
    max-width: 600px;
  }
  .profession-hero .h2 {
    font-size: 2.5rem;
  }
  .caption-overlay {
    bottom: 22%;
  }
  #trades-commitment-hero {
    background-image: url("../images/trades-tough-background.png");
    background-size: contain;
    padding: 6rem 0rem;
  }
}
/* SMALL ONLY */
@media screen and (max-width: 39.9375em) {
  .small-flex-centered {
    justify-content: center;
  }
  .single-tool-image-container {
    height: 400px;
    overflow: hidden;
    padding: 40px;
  }
  .top-bar .header-logo {
    float: right;
  }
  .max-150-mobile {
    max-width: 150px;
  }
  #responsive-menu {
    width: 100%;
  }
  .top-bar .menu .active > a {
    border: 1px solid #fff;
  }
  .top-bar .top-bar-left {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
  }
  .top-bar input {
    max-width: 100%;
  }
}
@media screen and (max-width: 39.9375em) and (max-width: 39.99875em) {
  .menu-icon {
    margin-top: 25px;
  }
}
@media screen and (max-width: 39.9375em) {
  .menu-icon.dark:hover::after {
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #fff transparent transparent;
  }
  .top-bar .submenu li a {
    background-color: #20b9f3;
  }
  .top-bar .submenu .submenu li a {
    background-color: #64cdf5;
  }
  #main-product-image {
    max-height: 350px;
    width: auto;
  }
  .videotop h1 {
    font-size: 42px;
  }
  .history-row {
    padding: 20px 0;
  }
  .agency-font.xl {
    font-size: 50px;
  }
  .press-img-thumbnail {
    width: 250px;
    margin-bottom: 1rem;
  }
  .profession-hero .h2 {
    font-size: 2rem;
  }
  #trades-headline-section {
    background-image: url("../images/trades-tough-background.png");
    padding: 3rem 1rem;
    background-size: cover;
  }
  .padding-2 {
    padding: 1rem;
  }
  #trades-tough-hero.padding-vertical-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #trades-tough-hero .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .text-center-mobile {
    text-align: center;
  }
  #trades-tough-meaning-text {
    padding-bottom: 100px;
  }
  #pliers-430-offset {
    width: 360px;
  }
}
sup {
  font-family: "Barlow Condensed", sans-serif;
  vertical-align: revert;
  font-size: 0.5em;
}

.download-page {
  min-height: 400px;
}
.download-page .cell a {
  border: 1px solid #009DDB;
  border-radius: 5px;
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  height: 200px;
  align-items: flex-end;
  /* align-content: flex-end; */
  justify-content: flex-end;
  padding: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.download-page .cell a .icon {
  background-color: #009DDB;
  color: #ffffff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.download-page .cell a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 3px solid #333333;
  color: #333333;
}

.warranty-additional .gravity-form-container .gform_fields .gfield select {
  border-radius: 0 !important;
}

.product-category-title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.product-category-title:hover {
  color: #009DDB;
}

.product-card-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-button-red {
  border-right: 3px solid #a01040;
  border-bottom: 3px solid #a01040;
  background-color: #ce1141;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin-right: 38px;
  padding: 0.6em;
  color: #ffffff;
}

.cta-button-red:focus,
.cta-button-red:hover {
  background-color: #ae0e37;
  color: #fefefe;
}

.cta-button-white {
  border: 2px solid #cc0f41;
  background-color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin-right: 38px;
  padding: 0.6em;
  color: #cc0f41;
}

.legacy-image {
  border-radius: 5px;
  overflow: hidden;
}

.product-lineup-item a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-lineup-item a:hover {
  color: #007cba;
}

.product-lineup-name {
  margin-top: 10px;
}

.pagination {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li a, .pagination li span {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.pagination li a.disabled, .pagination li span.disabled {
  min-width: 44px;
  min-height: 44px;
}
.pagination li.current {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
.pagination li.pagination-previous, .pagination li.pagination-next {
  min-width: 80px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.pagination li.pagination-previous a, .pagination li.pagination-previous span, .pagination li.pagination-next a, .pagination li.pagination-next span {
  min-width: 80px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 600;
}

.pagination-wrapper {
  margin: 20px 0;
  text-align: center;
}

input[type=checkbox] {
  visibility: hidden;
}

.channelcheck {
  position: relative;
  width: 100%;
}

.channelcheck input[type=checkbox]:checked + label:not(.check-title):after {
  opacity: 1;
}

.channelcheck label:not(.check-title) {
  border: 2px solid #009DDB;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  color: #cc0f41;
}

.channelcheck label:not(.check-title):after {
  border-style: none none solid solid;
  content: "";
  height: 5px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 7px;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari and Chrome */
  transform: rotate(-45deg);
  width: 10px;
}

.check-title {
  position: absolute;
  left: 40px;
  top: 4px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  line-height: 1.2;
  font-weight: 700;
}

.channelchecks {
  margin-top: 20px;
}

.filterlabel {
  text-transform: uppercase;
  color: #333333;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin: 25px 0px;
  font-weight: 700;
}

.border {
  border-top: 2px solid #009DDB;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: "Barlow Condensed", sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #cc0f41;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #000000;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #cc0f41;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #cc0f41;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #000000;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.speedgrip-map {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.speedgrip-map #store_locator_sidebar {
  width: 100%;
}
.speedgrip-map #store_locator_main {
  display: block;
  width: 100%;
}
.speedgrip-map svg.svg-inline--fa.fa-compass.fa-w-16 {
  display: none;
  margin: -31px -5px 0px 0px;
}
.speedgrip-map .store_locator_result_list_item {
  padding: 10px;
}
.speedgrip-map .store_locator_result_list_item:hover {
  cursor: pointer;
  background-color: #009DDB;
}
.speedgrip-map .store_locator_no_stores {
  color: #ce1141;
  font-size: 18px;
}
.speedgrip-map #store_locator_get_my_position {
  background-color: #009DDB;
  color: #fff;
  padding: 10px;
}
.speedgrip-map select#store_locator_filter_radius {
  padding-left: 15px;
}
.speedgrip-map div#store_locator_dragged_button {
  display: none;
}
.speedgrip-map .store_locator_dragged_button {
  bottom: -20px;
  right: 0rem;
  width: 200px;
}

#store_locator_filter_open_close,
.store-locator-col-xs-12.store-locator-col-sm-12.single_filter select:first-child {
  display: none;
}

.store_locator_loading {
  display: none;
}

.store_modal_title {
  line-height: 34px;
}

@media screen and (min-width: 40em) {
  .store_locator_dragged_button {
    right: -1.5rem;
  }
  .speedgrip-map {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .speedgrip-map #store_locator_sidebar {
    margin: 0px 20px;
    width: 25%;
    display: block;
    float: left;
  }
  .speedgrip-map #store_locator_main {
    display: block;
    width: 90%;
  }
}
.trades101 q {
  font-weight: 700;
}
.trades101 h2 {
  line-height: 1em;
}
.trades101 a.button {
  text-decoration: none;
}
.trades101 #trades101-hero h1 {
  opacity: 0;
  height: 0px;
  /* padding: 8rem 0rem; */
}
.trades101 #trades101-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 0px;
}
.trades101 #trades101-hero .background-image {
  width: 1800px;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 1.5rem;
}
.trades101 .tight-paragraph {
  line-height: 1.2;
}
.trades101 .small-icon {
  width: 60px;
  margin-bottom: 8px;
}
.trades101 .checklist {
  margin-left: 30px;
}
.trades101 ul.checklist {
  list-style-image: url("../images/checkmark-blue.svg");
}
.trades101 .checklist li::marker {
  font-size: 2.4rem;
  line-height: 0.9;
}
.trades101 a {
  text-decoration: underline;
}
.trades101 a img {
  width: 100px;
  margin-bottom: -10px;
  margin-top: -20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.trades101 a:hover img {
  margin-top: -40px;
  width: 120px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.trades101 .why-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.trades101 sup {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.5em;
}
.trades101 .trades-101 {
  max-height: 410px;
  margin: 0px 0px 40px;
}
.trades101 .trades-header a {
  margin-left: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .trades101 .trades-101 {
    max-height: 230px;
  }
  .trades101 .trades-header a {
    margin-left: 0px;
  }
}
.trades101 .all-american span {
  font-size: 1.5625rem;
  display: block;
  line-height: 1em;
  width: 100%;
  margin-bottom: 20px;
}
.trades101 .trade-section {
  padding: 20px 10px;
}
.trades101 .trade-section h3 {
  line-height: 0.6em;
}
.trades101 .trade-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
.trades101 .trade-info .cell {
  border-right: 3px solid #009DDB;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0px 0px 0px 20px;
}
.trades101 .trade-info .cell:last-child {
  border-right: 0px solid #009DDB;
}
.trades101 .trade-info .cell:first-child {
  margin-left: -20px;
}
.trades101 .trade-info .trade-info-content {
  color: #009DDB;
  line-height: 1em;
  font-size: 0.7em;
}
.trades101 .trade-info .trade-info-content p {
  margin: 0px;
  line-height: 1em;
}
.trades101 .trade-info .trade-info-title {
  margin-top: -10px;
}
.trades101 .trade-info p {
  line-height: 1em;
}
.trades101 .map-input-label {
  color: #009DDB;
}
@media print, screen and (max-width: 39.99875em) {
  .trades101 .trade-info .cell {
    border-left: 0px solid #009DDB;
    border-right: 0px solid #009DDB;
    padding-left: 0px;
  }
  .trades101 .trade-info .cell:first-child {
    margin-left: 0px;
  }
  .trades101 .trade-info .trade-info-title {
    margin-top: 0px;
  }
}
.trades101 #closer {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: #009DDB;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.trades101 #closer:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.trades101 .trade-selected {
  filter: brightness(4) grayscale(1);
  height: 80%;
}
.trades101 .trades-info:hover {
  filter: brightness(4) grayscale(1);
  height: 80%;
}
.trades101 .trade-steps-line {
  display: block;
  position: absolute;
  z-index: 0;
  border-top: 5px solid #009DDB;
  width: 100%;
  top: 30px;
}
.trades101 .trade-steps {
  margin: 20px 0px;
}
.trades101 .trade-steps .cell {
  position: relative;
}
.trades101 .trade-steps .cell .trade-steps-line {
  display: block;
  position: absolute;
  z-index: 0;
  border-top: 5px solid #009DDB;
  width: 100%;
  top: 30px;
}
.trades101 .trade-steps .cell:last-child .trade-steps-line {
  width: 50%;
}
.trades101 .trade-steps .cell:last-child .mobile-down {
  display: none;
}
.trades101 .trade-steps .mobile-down {
  display: block;
  color: #009DDB;
  padding-top: 20px;
  font-size: 1.2em;
}
.trades101 .trade-steps .trade-step-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 5px solid #009DDB;
  position: relative;
  z-index: 1;
}
.trades101 .trade-steps .trade-step-title {
  text-transform: uppercase;
  font-weight: 700;
}
.trades101 .map-disclaimer {
  font-size: 0.8em;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .trades101 #trades101-hero h1 {
    /* padding: 12rem 0rem; */
  }
}

#cl-way-22 {
  color: #ffffff;
  position: relative;
  font-size: 1.2rem;
}
#cl-way-22 .black-back-row {
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
#cl-way-22 .cw-22-larger-font {
  font-size: 1.5rem;
}
#cl-way-22 #home-22-vid-background {
  position: fixed;
  z-index: -80;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 125%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
#cl-way-22 .big-logo {
  padding: 50px;
}
#cl-way-22 .big-logo img {
  max-height: 520px;
}
#cl-way-22 .cl-way-full-ver {
  height: calc(100vh - 86px);
  height: -webkit-calc(100vh - 86px);
  height: -moz-calc(100vh - 86px);
  position: relative;
}
#cl-way-22 .cl-way-full-ver .full-height {
  height: 100%;
}
#cl-way-22 .cl-way-full-ver .down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
  text-align: center;
}
#cl-way-22 .cl-way-full-ver .down-arrow img {
  width: 34px;
}
#cl-way-22 .heavy-font {
  font-weight: 700;
  text-transform: uppercase;
}
#cl-way-22 .american-man {
  font-size: 1.3rem;
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .american-man {
    font-size: 1rem;
  }
}
#cl-way-22 .clw-small {
  font-size: 2.7em;
  padding: 0px 20px;
  margin-top: 0.8em;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .clw-small {
    padding: 0px 20px;
    margin-top: 0em;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  #cl-way-22 .clw-small {
    margin-top: 0.9em;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  #cl-way-22 .clw-small {
    margin-top: 0.1em;
  }
}
#cl-way-22 .clw-med {
  font-size: 4em;
  line-height: 0.9em;
  display: block;
  margin-bottom: 30px;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .clw-med {
    font-size: 2.7rem;
  }
}
#cl-way-22 .clw-large {
  font-size: 4.85em;
}
#cl-way-22 .manufacturing {
  font-size: 3em;
  display: block;
  margin-top: -0.8em;
}
#cl-way-22 .am-man {
  margin-top: -2.7em;
  margin-bottom: -3.9em;
}
@media print, screen and (max-width: 63.99875em) {
  #cl-way-22 .am-man {
    margin-top: -2.7em;
    margin-bottom: -1.8em;
  }
}
#cl-way-22 .blue-section {
  background-color: #009DDB;
  position: relative;
}
#cl-way-22 .vert-divider {
  height: 100%;
  width: 1px;
  margin: auto;
  background-color: #ffffff;
}
#cl-way-22 .built-for-life {
  background-size: cover;
  background-position: left center;
  padding: 50px 80px;
  background-image: url(../images/cl-way-22/desktop-built-for.jpg);
}
@media print, screen and (max-width: 63.99875em) {
  #cl-way-22 .built-for-life {
    background-image: url(../images/cl-way-22/mobile-built-for.jpg);
    padding: 50px 20px;
  }
}
#cl-way-22 .built-for-life .clw-small {
  font-size: 2.7em;
  padding: 0px 0px;
  margin-top: 0px;
  display: block;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .built-for-life .clw-small {
    padding: 0px 0px;
    margin-top: 0px;
  }
}
#cl-way-22 .way-22-btn {
  background: #cc0f41;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px 10px 15px;
  display: inline-block;
  margin-top: 20px;
}
#cl-way-22 .way-22-btn:hover {
  background: #009DDB;
}
#cl-way-22 .original-blue {
  color: #009DDB;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: -10px;
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .original-blue {
    margin-top: -70px;
    font-size: 1.2em;
    margin-bottom: -5px;
  }
}
#cl-way-22 .heavy-font-lower {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: -30px;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .heavy-font-lower {
    font-size: 1.1em;
    margin-bottom: -30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #cl-way-22 .the-original-text {
    line-height: 1em;
    font-size: 0.8em;
    margin-top: 10px;
  }
}
#cl-way-22 .local-vid-modal {
  display: none;
}
#cl-way-22 .cw-screen {
  background: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slick-prev:before, .slick-next:before {
  color: #009DDB;
}

.slick-prev {
  left: 20px;
  z-index: 999;
  font-size: 40px;
}

.slick-next {
  right: 20px;
  z-index: 999;
  font-size: 34px;
}

.vid-back-image {
  position: relative;
}

.mobile-pliers {
  max-width: 350px !important;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal-cw22 {
  background-color: transparent;
  border: 0px;
}

.local-close {
  display: flex;
  background: white;
  padding: 10px 18px 13px;
  font-size: 1.7rem;
  border-radius: 50px;
  font-weight: 700;
}

.responsive-iframe {
  width: auto;
  margin: auto;
  height: 100%;
}

.single-product #primary {
  padding-top: 50px;
}

/******* Added by Joshua as temporary fixes for production **********/
/******* Please adjust and feel free to remove before launch ********/
@media only screen and (min-width: 640px) {
  .single-product #primary {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 750px) {
  .single-product #primary {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-product #primary {
    padding-top: 120px;
  }
}
.sticky-container {
  top: 0px;
}

/******* Added by joshua to fix video height on vertical videos ************/
.page-template-channellock-way .video-responsive video {
  max-height: 65vh;
  margin-inline: auto;
  display: block;
  width: auto;
}

#wide-azz #wide-azz-vid-background {
  position: absolute;
  z-index: -80;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 125%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
#wide-azz .wide-azz-vidscreen {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
  width: 100%;
  height: 125%;
  top: 0;
}
#wide-azz .wide-azz-videotop {
  position: relative;
}
#wide-azz .wide-azz-videotop .grid-container, #wide-azz .wide-azz-videotop .grid-x {
  height: 100%;
}
#wide-azz .wide-azz-videotop h1 {
  display: block;
  width: 100%;
  margin-top: -50px;
  font-size: 60px;
}
#wide-azz .wide-azz-videotop span {
  white-space: nowrap;
}
#wide-azz .big-azz-header {
  color: #ffffff;
}
#wide-azz .big-azz-header span {
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz .big-azz-header span {
    display: initial;
  }
}
#wide-azz .btn-container {
  display: block;
  margin-top: 15px;
}
#wide-azz .black-background-row {
  background-color: #000000;
  color: #ffffff;
}
#wide-azz h2 {
  color: #009DDB;
  line-height: 1em;
}
#wide-azz .detial-row .detail-info {
  max-width: 330px;
  font-size: 1em;
  line-height: 1.1em;
}
#wide-azz .detial-row .detail-info .detail-tile {
  margin: 20px 0px 10px;
  color: #009DDB;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
#wide-azz .red-text {
  color: #cc0f41;
}
#wide-azz .featured-image {
  max-width: 550px;
  margin: auto;
}
#wide-azz .featured-copy {
  max-width: 740px;
  margin: auto;
}
#wide-azz .wcb-image {
  max-width: 170px;
  display: inline-block;
}
#wide-azz .wcb-image img {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#wide-azz .wcb-image:hover {
  cursor: pointer;
}
@media print, screen and (max-width: 63.99875em) {
  #wide-azz .wcb-image {
    max-width: 90px;
  }
}
#wide-azz .wcb-current img {
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#wide-azz .wcb-info-blocks {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  #wide-azz .wcb-info-blocks {
    min-height: 100px;
  }
}
#wide-azz .wcb-info {
  position: absolute;
  top: -10000px;
}
#wide-azz .wcb-show {
  z-index: 1;
  position: relative;
  top: 0px;
}
#wide-azz .wcb-info-imgs {
  display: block;
  text-align: center;
}
#wide-azz .big-azz-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(../images/wide-azz/wide-azz-footer-3.jpg);
  min-height: 100px;
  padding-top: 40px;
  color: #ffffff;
  margin-top: 150px;
}
@media print, screen and (max-width: 63.99875em) {
  #wide-azz .big-azz-footer {
    background-position: right top;
    background-image: url(../images/wide-azz/wide-azz-footer-mobile-3.jpg);
    margin-top: 190px;
    padding-top: 10px;
  }
}

#tstu-22 {
  /* temporary fix until we can figure out what is wrong with the JS on this page.*/
  color: #ffffff;
  position: relative;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 64em) {
  #tstu-22 .slick-carousel:not(.slick-initialized) {
    background: black;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100vw !important;
    flex-basis: auto !important;
  }
  #tstu-22 .slick-carousel:not(.slick-initialized) > div {
    width: 20%;
  }
  #tstu-22 .slick-carousel:not(.slick-initialized) .item {
    width: 100%;
  }
}
#tstu-22 .mobile-22-header-image {
  background-image: url(../images/tstu-22/tstu-moblie-2.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#tstu-22 .winners {
  margin-bottom: 30px;
}
#tstu-22 .winner {
  margin: 0px auto 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#tstu-22 .winner .winner-title {
  font-size: 2.2em;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
#tstu-22 .winner .winner-vid-back-image {
  position: relative;
  display: flex;
  height: 240px;
  max-width: 400px;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
}
#tstu-22 .winner .playbtn {
  position: relative;
  z-index: 1;
  width: 60px;
  display: block;
}
#tstu-22 .winner .winner-name {
  display: block;
  font-weight: 700;
  line-height: 1em;
  font-size: 1.3em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
#tstu-22 .winner .screen {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#tstu-22 .updates .gform_wrapper.gravity-theme .gform_footer, #tstu-22 .updates .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
#tstu-22 .updates input[type=email] {
  height: 45px;
}
#tstu-22 .updates .gform_button {
  height: 45px;
  margin: 0px 0px 0px 20px;
  padding: 0px 10px;
}
#tstu-22 .updates .gform_fields {
  display: block;
  float: left;
}
#tstu-22 sup {
  font-size: 0.4em;
}
#tstu-22 .black-back-row {
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
#tstu-22 .stars {
  display: flex;
  margin-bottom: 30px;
  line-height: 1em;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 4em;
  line-height: 0.9em;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .stars {
    font-size: 1.4em;
  }
}
#tstu-22 .stars div {
  display: inline-block;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .stars span {
    max-width: 180px;
  }
}
#tstu-22 .stars:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 35px;
  margin-right: 15px;
  background-image: url(../images/tstu-22/star.png);
  background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .stars:before {
    width: 30px;
    height: 30px;
  }
}
#tstu-22 .stars:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 35px;
  margin-left: 15px;
  background-image: url(../images/tstu-22/star.png);
  background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .stars:after {
    width: 30px;
    height: 30px;
  }
}
#tstu-22 .cw-22-larger-font {
  font-size: 1.5rem;
}
#tstu-22 #home-22-vid-background {
  position: fixed;
  z-index: -80;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 125%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
#tstu-22 .big-logo {
  padding: 50px;
  margin-top: -200px 0px 0px 0px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .big-logo {
    margin-top: 750px 0px 0px 0px;
  }
}
#tstu-22 .big-logo img {
  max-height: 400px;
}
#tstu-22 .cl-way-full-ver {
  height: calc(100vh - 86px);
  height: -webkit-calc(100vh - 86px);
  height: -moz-calc(100vh - 86px);
  position: relative;
}
#tstu-22 .cl-way-full-ver .full-height {
  height: 100%;
}
#tstu-22 .cl-way-full-ver .down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
  text-align: center;
}
#tstu-22 .cl-way-full-ver .down-arrow img {
  width: 34px;
}
#tstu-22 .cl-way-full-ver-desktop {
  height: calc(100vh - 86px);
  height: -webkit-calc(100vh - 86px);
  height: -moz-calc(100vh - 86px);
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .cl-way-full-ver-desktop {
    height: auto;
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
#tstu-22 .cl-way-full-ver-desktop .full-height {
  height: 100%;
}
#tstu-22 .cl-way-full-ver-desktop .down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
  text-align: center;
}
#tstu-22 .cl-way-full-ver-desktop .down-arrow img {
  width: 34px;
}
#tstu-22 .heavy-font {
  font-weight: 700;
  text-transform: uppercase;
}
#tstu-22 .american-man {
  font-size: 1.3rem;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .american-man {
    font-size: 1rem;
  }
}
#tstu-22 .clw-small {
  font-size: 2.7em;
  padding: 0px 20px;
  margin-top: 0.8em;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .clw-small {
    padding: 0px 20px;
    margin-top: 0em;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  #tstu-22 .clw-small {
    margin-top: 0.9em;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  #tstu-22 .clw-small {
    margin-top: 0.1em;
  }
}
#tstu-22 .clw-med {
  font-size: 4em;
  line-height: 0.9em;
  display: block;
  margin-bottom: 30px;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .clw-med {
    font-size: 2.7rem;
  }
}
#tstu-22 .clw-large {
  font-size: 4.85em;
}
#tstu-22 .manufacturing {
  font-size: 3em;
  display: block;
  margin-top: -0.8em;
}
#tstu-22 .blue-section {
  background-color: #009DDB;
  position: relative;
}
#tstu-22 .vert-divider {
  height: 100%;
  width: 1px;
  margin: auto;
  background-color: #ffffff;
}
#tstu-22 .built-for-life {
  background-size: cover;
  background-position: left center;
  padding: 50px 80px;
  background-image: url(../images/cl-way-22/desktop-built-for.jpg);
}
@media print, screen and (max-width: 63.99875em) {
  #tstu-22 .built-for-life {
    background-image: url(../images/cl-way-22/mobile-built-for.jpg);
    padding: 50px 20px;
  }
}
#tstu-22 .built-for-life .clw-small {
  font-size: 2.7em;
  padding: 0px 0px;
  margin-top: 0px;
  display: block;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .built-for-life .clw-small {
    padding: 0px 0px;
    margin-top: 0px;
  }
}
#tstu-22 .way-22-btn {
  background: #cc0f41;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px 10px 15px;
  display: inline-block;
  margin: 20px 5px;
}
#tstu-22 .way-22-btn:hover {
  background: #009DDB;
}
#tstu-22 .original-blue {
  color: #009DDB;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: -10px;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .original-blue {
    margin-top: -70px;
    font-size: 1.2em;
    margin-bottom: -5px;
  }
}
#tstu-22 .heavy-font-lower {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: -30px;
  line-height: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .heavy-font-lower {
    font-size: 1.1em;
    margin-bottom: -30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #tstu-22 .the-original-text {
    line-height: 1em;
    font-size: 0.8em;
    margin-top: 10px;
  }
}
#tstu-22 .local-vid-modal {
  display: none;
}
#tstu-22 .cw-screen {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#tstu-22 .small-type {
  font-size: 0.9em;
}
#tstu-22 .signup-email {
  display: flex;
  margin: 20px auto;
  padding: 20px;
  color: #000;
  max-width: 500px;
}
#tstu-22 .signup-email [type=text] {
  margin-top: 0px;
  height: 44px;
}
#tstu-22 .signup-email .gform_fields {
  width: 100%;
}
#tstu-22 .signup-email .gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1;
  min-width: 0;
  padding: 10px;
}
#tstu-22 .signup-email .updates .gform_wrapper.gravity-theme .gform_footer, #tstu-22 .signup-email #tstu-22 .updates .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  float: right;
  margin: 5px 10px 0px 20px;
}

.slick-prev:before, .slick-next:before {
  color: #009DDB;
}

.slick-prev {
  left: 20px;
  z-index: 999;
  font-size: 40px;
}

.slick-next {
  right: 20px;
  z-index: 999;
  font-size: 34px;
}

.vid-back-image {
  position: relative;
}

.mobile-pliers {
  max-width: 350px !important;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*  padding-top: 56.25%;*/ /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal-cw22 {
  background-color: transparent;
  border: 0px;
}

.local-close {
  display: flex;
  background: white;
  padding: 10px 18px 13px;
  font-size: 1.7rem;
  border-radius: 50px;
  font-weight: 700;
}

.responsive-iframe {
  width: auto;
  margin: auto;
  height: 100%;
}

.timeline-desktop {
  position: fixed;
  background-image: url(../images/tstu-22/time-back.jpg);
  background-size: cover;
  background-position: center center;
  padding: 10px 0px 15px;
  width: 100%;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid #ffffff;
}
.timeline-desktop .close-timeline {
  font-weight: 700;
  font-size: 1.4em;
  position: absolute;
  color: #ffffff;
  top: 0px;
  right: 30px;
}
.timeline-desktop .close-timeline:hover {
  color: #009DDB;
}
.timeline-desktop .tst-title {
  color: #009DDB;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0px;
}
.timeline-desktop .progress {
  position: relative;
  top: 20px;
  margin-bottom: 0px;
  height: 3px;
}
.timeline-desktop .grid-x {
  position: relative;
}
.timeline-desktop .event {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 0.8em;
  font-weight: 100;
  line-height: 1 !important;
}
.timeline-desktop .event .date {
  text-transform: uppercase;
  font-weight: 700;
  /*font-size: 1.5rem;*/
  margin: 0.5rem 0 0.5rem;
  font-size: clamp(0.975rem, -0.1rem + 2.5vw, 1.5rem);
}
.timeline-desktop .event-circle-current {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 3px solid #009DDB;
  margin: auto;
  background-color: #000000;
}
.timeline-desktop .event-circle {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  margin: auto;
  background-color: #000000;
}

.timeline-mobile {
  background-image: url(../images/tstu-22/time-back.jpg);
  background-size: cover;
  background-position: center center;
  padding: 10px 0px 50px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.timeline-mobile .timeline-container-mobile {
  max-width: 900px;
  position: relative;
  margin: auto;
}
.timeline-mobile .cell {
  margin: 20px 0px;
}
.timeline-mobile .close-timeline {
  font-weight: 700;
  font-size: 1.4em;
  position: absolute;
  color: #ffffff;
  top: 0px;
  right: 30px;
}
.timeline-mobile .close-timeline:hover {
  color: #009DDB;
}
.timeline-mobile .tst-title {
  color: #009DDB;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1em;
}
.timeline-mobile .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  margin: 20px 0px -60px 27px;
  padding: 20;
  /* margin-top: 30px; */
  height: 84%;
}
.timeline-mobile .progress .progress-bar {
  background-color: #009DDB;
  width: 100%;
}
.timeline-mobile .grid-x {
  position: relative;
}
.timeline-mobile .event {
  color: #ffffff;
  display: inline-block;
  padding-left: 20px;
  text-transform: capitalize;
  font-size: 0.8em;
  font-weight: 100;
  line-height: 1.4em;
}
.timeline-mobile .event .date {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
.timeline-mobile .event-circle-current {
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 3px solid #009DDB;
  margin: auto;
  background-color: #000000;
}
.timeline-mobile .event-circle {
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  margin: auto;
  background-color: #000000;
}

.header-slider {
  display: flex;
  /** THEME
  ===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}
.header-slider .topslider {
  display: block;
  width: 100%;
}
.header-slider .topslider .bx-controls {
  display: block;
  width: 100%;
  position: absolute;
  height: 20px;
  z-index: 9999;
  top: 220px;
}
.header-slider .bxslider {
  display: block;
  overflow: hidden;
}
.header-slider .header-single-text {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.header-slider .header-single-text .header-text {
  color: #ffffff;
  padding: 30px;
}
.header-slider .small-header-text {
  background-color: black;
  padding: 20px;
  color: #ffffff;
}
.header-slider .slider-screen {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.header-slider .header-text {
  position: relative;
  z-index: 1;
}
.header-slider .slider-content {
  display: block;
  max-width: 100%;
  height: 700px;
}
@media print, screen and (max-width: 39.99875em) {
  .header-slider .slider-content {
    height: 650px;
  }
}
.header-slider .bxslider {
  height: 700px;
}
@media print, screen and (max-width: 39.99875em) {
  .header-slider .bxslider {
    height: 650px;
  }
}
.header-slider .bx-viewport {
  overflow: hidden;
}
.header-slider .bxslider li {
  background-size: cover;
  background-position: top right;
}
.header-slider .inner-content {
  height: 100%;
  position: relative;
}
.header-slider .topslider {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.header-slider .topslider img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.header-slider .bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
  background-color: #000000;
}
.header-slider ul.bxslider {
  list-style: none;
}
.header-slider .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
.header-slider .topslider .bx-pager,
.header-slider .topslider .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.header-slider .topslider .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.header-slider .topslider .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.header-slider .topslider .bx-pager.bx-default-pager a {
  background: rgba(102, 102, 102, 0);
  text-indent: -9999px;
  display: block;
  border: solid 1px white;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.header-slider .topslider .bx-pager.bx-default-pager a:hover,
.header-slider .topslider .bx-pager.bx-default-pager a.active,
.header-slider .topslider .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.header-slider .topslider .bx-pager-item,
.header-slider .topslider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.header-slider .topslider .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.header-slider .topslider .bx-prev {
  left: 10px;
}
.header-slider .topslider .bx-prev:hover,
.header-slider .topslider .bx-prev:focus {
  background-position: 0 0;
}
.header-slider .topslider .bx-next {
  right: 10px;
}
.header-slider .topslider .bx-next:hover,
.header-slider .topslider .bx-next:focus {
  background-position: -43px 0;
}
.header-slider .topslider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.header-slider .topslider .bx-controls-direction a.disabled {
  display: none;
}
.header-slider .topslider .bx-controls-auto {
  text-align: center;
}
.header-slider .topslider .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.header-slider .topslider .bx-controls-auto .bx-start:hover,
.header-slider .topslider .bx-controls-auto .bx-start.active,
.header-slider .topslider .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.header-slider .topslider .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.header-slider .topslider .bx-controls-auto .bx-stop:hover,
.header-slider .topslider .bx-controls-auto .bx-stop.active,
.header-slider .topslider .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.header-slider .topslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.header-slider .topslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.header-slider .topslider .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.header-slider .topslider .bx-caption span {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.vid-back-image {
  height: 100%;
  display: flex;
  background-size: cover;
  align-items: flex-end;
  justify-content: center;
}
.vid-back-image .vid-name {
  font-weight: 700;
  line-height: 0.6em;
  font-size: 2em;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.vid-back-image .vid-name span {
  font-weight: 200;
  font-style: oblique;
  font-size: 1.8rem;
  margin-top: 10px;
  display: block;
}
.vid-back-image .playbtn {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.vid-back-image .playbtn img {
  width: 70px;
}
.vid-back-image .screen {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7343312325) 0%, rgba(0, 0, 0, 0) 57%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.challenge-slider {
  display: block;
  overflow: hidden;
}
.challenge-slider .grid-x {
  height: 100%;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .challenge-slider .grid-x {
    align-content: flex-start;
  }
}
.challenge-slider .item {
  display: block;
  width: 620px;
  height: 320px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (max-width: 63.99875em) {
  .challenge-slider .item {
    height: 320px;
  }
}
.challenge-slider .item .challenge-slider-img {
  display: inline-flex;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.challenge-slider .active-slide {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.challenge-slider .active-slide .challenge-slider-img {
  display: inline-flex;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  -webkit-box-shadow: 5px 4px 14px -3px rgba(0, 0, 0, 0.37);
  box-shadow: 5px 4px 14px -3px rgba(0, 0, 0, 0.37);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.header-single-text {
  position: absolute;
  z-index: 5;
  width: 100%;
}

.slider-screen {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.header-text {
  position: relative;
  z-index: 1;
}

.slider-content {
  display: block;
  max-width: 100%;
}

.bx-viewport {
  overflow: hidden;
}

.challenge-slider li {
  background-size: cover;
  background-position: top right;
}

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

.challengeslider {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.challenge-slider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.challenge-slider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.challengeslider {
  border: 0px solid #fff;
}

.challengeslider .bx-pager,
.challengeslider .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.challengeslider .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.challengeslider .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.challengeslider .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.challengeslider .bx-pager.bx-default-pager a:hover,
.challengeslider .bx-pager.bx-default-pager a.active,
.challengeslider .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.challengeslider .bx-pager-item,
.challengeslider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.challengeslider .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.challengeslider .bx-prev {
  left: 10px;
  padding: 2px 3px 0px 3px;
}

.challengeslider .bx-prev:hover,
.challengeslider .bx-prev:focus {
  background-position: 0 0;
}

.challengeslider .bx-next {
  right: 10px;
  padding: 2px 0px 0px 3px;
}

.challengeslider .bx-next:hover,
.challengeslider .bx-next:focus {
  background-position: -43px 0;
}

.challengeslider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.challengeslider .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.challengeslider .bx-controls-auto {
  text-align: center;
}

.challengeslider .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.challengeslider .bx-controls-auto .bx-start:hover,
.challengeslider .bx-controls-auto .bx-start.active,
.challengeslider .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.challengeslider .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.challengeslider .bx-controls-auto .bx-stop:hover,
.challengeslider .bx-controls-auto .bx-stop.active,
.challengeslider .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.challengeslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.challengeslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.challengeslider .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.challengeslider .bx-caption span {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

#masthead {
  padding: 20px;
}

.site-header {
  background-color: #009DDB;
}

.the-mega-menu {
  background-color: #009DDB;
}
.the-mega-menu #responsive-menu {
  margin-top: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .the-mega-menu #responsive-menu {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    position: relative;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .the-mega-menu {
    padding: 20px 0px;
    overflow-x: hidden;
  }
  .the-mega-menu .top-bar .submenu li a {
    background-color: #c5c5c5;
    color: #000;
    font-weight: 700;
  }
  .the-mega-menu .top-bar .submenu .submenu li a {
    background-color: white;
    font-weight: 500;
  }
}
.the-mega-menu #responsive-menu {
  margin-top: 37px;
}
.the-mega-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #000 transparent transparent;
}

.megamenu {
  display: flex;
  justify-content: flex-end;
}
.megamenu a {
  font-size: 25px;
}

.header-mega-wrapper {
  position: relative;
}

.top-level-menu-item {
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
}
.top-level-menu-item:hover {
  color: #ffffff;
}
.top-level-menu-item.has-mega-menu {
  position: relative;
}

.mega-menu-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  max-width: 1200px;
  max-height: calc(100vh - 150px);
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999999;
  overflow-y: auto;
}
.mega-menu-dropdown.show {
  display: flex;
}
.mega-menu-dropdown.mega_grid_layout {
  min-width: 900px;
  max-width: 1000px;
}
.mega-menu-dropdown .mega-menu-inner {
  display: flex;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.megamenu-parent-sidebar {
  display: flex;
  flex-direction: column;
  width: 250px;
  background-color: white;
  border-right: 1px solid #ddd;
  min-height: 400px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  flex-shrink: 0;
}
.megamenu-parent-sidebar .megamenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.megamenu-parent-sidebar .megamenu-item:hover {
  background-color: #f5f5f5;
  color: #000;
}
.megamenu-parent-sidebar .megamenu-item.active {
  background-color: #f0f0f0;
}
.megamenu-parent-sidebar .megamenu-item .menu-arrow {
  color: #999;
  font-weight: normal;
  height: 12px;
  width: 12px;
  margin-top: -20px;
}

.megasub {
  margin: auto;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  top: 95px;
  z-index: 999999999;
  width: 100%;
}
.megasub .megasub-content {
  max-width: 1200px;
  margin: auto;
}
.megasub .megaback {
  background-color: #fff;
  display: inline-block;
  padding: 30px 0px;
  border-bottom: solid 5px #009DDB;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
}
.megasub .megaback .subnav .subnav-title,
.megasub .megaback .subnav .fakeheading {
  display: block;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 10px 0px;
  padding: 10px 40px;
  font-size: 1rem;
}

.subnav {
  display: inline-block;
  float: left;
  border-right: 1px solid;
  padding: 0px 0px;
  height: 100%;
}
.subnav:last-child {
  border-right: 0px solid;
}
.subnav a {
  display: block;
}

.text-mega-menu a {
  font-size: 1rem;
  color: #000000;
  /*		margin: 10px 0px;*/
  padding: 5px 40px;
  margin: 0px;
}
.text-mega-menu a:hover {
  background-color: #ccc;
}

.icon-mega-menu .mega-icon-link {
  max-width: 100px;
  margin: 0px auto 20px;
  padding-bottom: 3px;
}
.icon-mega-menu .mega-icon-title {
  font-size: 1rem;
  display: block;
  text-align: center;
  max-width: 80px;
  margin: auto;
  line-height: 1em;
  font-size: 0.9rem;
  margin-top: 10px;
}
.icon-mega-menu .mega-icon {
  width: 105px;
  height: 105px;
  display: block;
  margin: auto;
  border-radius: 0;
}
.icon-mega-menu .mega-icon img {
  border-radius: 0;
}

.hidemega {
  display: none;
}

.showmega {
  display: flex;
}

.megasub.new-mega-layout {
  display: none;
  flex: 1;
  background-color: white;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.megasub.new-mega-layout.showmega {
  display: flex;
}
.megasub.new-mega-layout .megaback {
  display: flex;
  width: 100%;
  padding: 0;
  border: none;
  position: relative;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  width: 100%;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-row-break {
  flex-basis: 100%;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-row-break {
    display: none;
  }
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 120px;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item .mega-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: transform 0.2s ease;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item .mega-icon-link:hover {
  transform: translateY(-2px);
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item .mega-icon-link .mega-icon {
  width: 105px;
  height: 105px;
  margin-bottom: 10px;
  border-radius: 0;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item .mega-icon-link .mega-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item .mega-icon-link .mega-icon.mega-icon-placeholder {
  background-color: #f5f5f5;
  border-radius: 0;
  display: block;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .mega-icon-item .mega-icon-link .mega-icon-title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 100px;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .explore-all-button {
  grid-column: -1;
  align-self: end;
  background-color: #cc0f41;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.megasub.new-mega-layout .megaback .mega-content-wrapper .mega-icon-grid .explore-all-button:hover {
  background-color: #a30f0f;
  color: white;
}

.mega-icon-item {
  display: flex;
}

.mega-icon-text {
  border-bottom: 1px solid #000000;
  width: 85%;
  display: inline-block;
}

.mega-icon-link {
  display: inline-block;
  color: #000000;
}
.mega-icon-link:hover {
  cursor: pointer;
}

.megamenu-item {
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  border-bottom: 5px solid #009DDB;
  position: relative;
}
.megamenu-item:hover {
  border-bottom: 5px solid #bfe4f4;
  color: #ffffff;
}
.megamenu-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bfe4f4;
}

.empptyclass {
  display: none;
}

.mega-icon-content span {
  display: block;
  font-size: 0.9rem;
  padding: 10px 0px;
}

.menu-title {
  text-transform: uppercase;
  font-weight: 700;
}

.mega-image-item {
  display: flex;
  padding: 5px;
  border-radius: 5px;
}
.mega-image-item .mega-image-link {
  width: 50%;
}
.mega-image-item .mega-image {
  display: inline;
  min-height: 210px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
.mega-image-item .mega-image-content {
  width: 50%;
  padding: 0px 15px;
  font-size: 0.9rem;
  color: #000000;
}
.mega-image-item:hover {
  background-color: blue;
}

/* Added by Joshua to allow for a very specific grid layout in the megamenu subnav */
body .megasub.mega_grid_layout .megaback {
  padding-inline: 2rem !important;
  columns: 4;
  column-gap: 2rem;
  -webkit-column-rule: 1px solid black;
  -moz-column-rule: 1px solid black;
  column-rule: 1px solid black;
}
body .megasub.mega_grid_layout .megaback .subnav-title {
  padding: 0px 10px !important;
  margin: 0px 0px !important;
}
body .megasub.mega_grid_layout .megaback .text-mega-menu a {
  padding: 5px 10px !important;
  margin: 0px;
}
body .megasub.mega_grid_layout .megaback .subnav {
  height: auto !important;
  margin-bottom: 1.5rem;
  width: 100% !important;
  display: block;
  break-inside: avoid-column;
  border: 0px !important;
  float: none !important;
}
body .megasub.mega_grid_layout .megaback .subnav .button-menu:hover {
  background: transparent !important;
}
body .megasub.mega_grid_layout .megaback .subnav .button-menu span,
body .megasub.mega_grid_layout .megaback .subnav .button-menu strong {
  display: block;
  margin-bottom: 0.5rem;
}
body .megasub.mega_grid_layout .megaback .subnav .button-menu .fakep {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
body .megasub.mega_grid_layout .megaback .subnav .button-menu .fakebutton {
  background: #cc0f41;
  text-align: center;
  border-radius: 0.25rem;
  padding-block: 0.75rem;
  color: white;
  font-weight: bold !important;
  line-height: 1;
}
body .megasub.mega_grid_layout .megaback .subnav .button-menu:hover .fakebutton {
  background: #a30f0f;
}

.menu .is-dropdown-submenu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background-color: white !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  min-width: 250px !important;
  z-index: 999999 !important;
}
.menu .is-dropdown-submenu li {
  border-bottom: 1px solid #eee !important;
}
.menu .is-dropdown-submenu li:last-child {
  border-bottom: none !important;
}
.menu .is-dropdown-submenu li a {
  display: flex !important;
  align-items: center !important;
  padding: 15px 20px !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease !important;
  cursor: pointer !important;
  background-color: transparent !important;
}
.menu .is-dropdown-submenu li a:hover {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}
.menu .is-dropdown-submenu li a.active {
  background-color: #f0f0f0 !important;
}

.top-bar .is-dropdown-submenu {
  background-color: white !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.top-bar .is-dropdown-submenu a {
  display: flex !important;
  align-items: center !important;
  padding: 15px 20px !important;
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
}
.top-bar .is-dropdown-submenu a:hover {
  background-color: #f5f5f5 !important;
  color: #000 !important;
  border-bottom: 5px solid #bfe4f4 !important;
  position: relative !important;
}
.top-bar .is-dropdown-submenu a:hover:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0px !important;
  width: 0 !important;
  height: 0 !important;
  transform: translateX(-50%) !important;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #bfe4f4 !important;
  margin-top: 14px;
}
.top-bar .is-dropdown-submenu a.active {
  background-color: #f0f0f0 !important;
}
.top-bar .is-dropdown-submenu a .menu-arrow {
  color: #000 !important;
  font-weight: bold !important;
}

.explore-all-button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  display: block !important;
  width: 100% !important;
}
.explore-all-button a {
  background-color: #dc2626 !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  transition: background-color 0.3s ease !important;
}
.explore-all-button a:hover {
  background-color: #b91c1c !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
.explore-all-button a:after {
  display: none !important;
}

.menu .explore-all-button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  display: block !important;
  width: 100% !important;
}
.menu .explore-all-button a {
  background-color: #dc2626 !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  transition: background-color 0.3s ease !important;
}
.menu .explore-all-button a:hover {
  background-color: #b91c1c !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
.menu .explore-all-button a:after {
  display: none !important;
}

.menu .menu .explore-all-button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  display: block !important;
  width: 100% !important;
}
.menu .menu .explore-all-button a {
  background-color: #dc2626 !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  transition: background-color 0.3s ease !important;
}
.menu .menu .explore-all-button a:hover {
  background-color: #b91c1c !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
.menu .menu .explore-all-button a:after {
  display: none !important;
}

.explore-all-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.explore-all-wrapper .explore-all-button {
  border-right: 3px solid #a01040 !important;
  border-bottom: 3px solid #a01040 !important;
  background-color: #ce1141 !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 20px;
  text-transform: uppercase !important;
  position: relative;
  margin: auto !important;
  padding: 0.6em;
  color: #ffffff !important;
  /* display: block !important; */
  max-width: 130px;
  display: flex;
  text-align: center;
}
.explore-all-wrapper .explore-all-button:hover {
  background-color: #b91c1c !important;
  color: #ffffff !important;
}

.mobile-menu-wrapper {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .mobile-menu-wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 100vh;
  }
}
.mobile-menu-wrapper .mobile-icon-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .mobile-menu-wrapper .mobile-icon-menu {
    width: 100%;
    min-height: calc(100vh - 100px);
  }
}
.mobile-menu-wrapper .mobile-icon-menu .mobile-menu-parent-item {
  border-bottom: 1px solid #eee;
}
.mobile-menu-wrapper .mobile-icon-menu .mobile-menu-parent-item:last-child {
  border-bottom: none;
}
.mobile-menu-wrapper .mobile-icon-menu .mobile-menu-parent-item .mobile-menu-parent-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
}
.mobile-menu-wrapper .mobile-icon-menu .mobile-menu-parent-item .mobile-menu-parent-link:hover {
  background-color: #f5f5f5;
}
.mobile-menu-wrapper .mobile-icon-menu .mobile-menu-parent-item .mobile-menu-parent-link .mobile-menu-parent-text {
  flex: 1;
}
.mobile-menu-wrapper .mobile-icon-menu .mobile-menu-parent-item .mobile-menu-parent-link .chevrons-right {
  color: #000000;
  font-size: 1.2rem;
}
.mobile-menu-wrapper .mobile-icon-menu li {
  list-style: none;
  margin: 0;
}
.mobile-menu-wrapper .mobile-icon-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.mobile-menu-wrapper .mobile-icon-menu li a:hover {
  background-color: #f5f5f5;
}

.mobile-mega-menu-panel {
  position: fixed;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-color: white;
  z-index: 999999;
  overflow-y: auto;
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
}
.mobile-mega-menu-panel .mobile-mega-menu-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mobile-mega-menu-panel .mobile-mega-menu-header .mobile-menu-back {
  background: none;
  border: none;
  padding: 0;
  margin-right: 15px;
  cursor: pointer;
  color: #000;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.mobile-mega-menu-panel .mobile-mega-menu-header .mobile-menu-back:hover {
  color: #333;
}
.mobile-mega-menu-panel .mobile-mega-menu-header .mobile-menu-back .chevrons-left {
  color: #000000;
  font-size: 1.2rem;
}
.mobile-mega-menu-panel .mobile-mega-menu-header .mobile-menu-category-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  flex: 1;
  padding-left: 20px;
}
.mobile-mega-menu-panel .mobile-mega-menu-content {
  padding: 0;
  min-height: calc(100vh - 60px);
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-second-level-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-second-level-link:hover {
  background-color: #f5f5f5;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-second-level-link .mobile-menu-item-text {
  flex: 1;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-second-level-link .chevrons-right {
  color: #000000;
  font-size: 1.2rem;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-explore-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-explore-all:hover {
  background-color: #f5f5f5;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-explore-all .mobile-menu-item-text {
  flex: 1;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-explore-all .chevrons-right {
  color: #000000;
  font-size: 1.2rem;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link:hover {
  background-color: #f5f5f5;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link .mobile-menu-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link .mobile-menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link .mobile-menu-icon.mobile-menu-icon-placeholder {
  background-color: #f5f5f5;
  border-radius: 0;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link .mobile-menu-item-text {
  flex: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.mobile-mega-menu-panel .mobile-mega-menu-content .mobile-menu-item-link .chevrons-right {
  color: #000000;
  font-size: 1.2rem;
  margin-left: 10px;
}

@media print, screen and (min-width: 40em) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
.new-footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
}
.new-footer .footer-logo {
  display: block;
  margin-bottom: -70px;
}
.new-footer .footer-logo img {
  max-width: 300px;
}
.new-footer .footer-nav-column {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0px 10px 0px 15px;
}
.new-footer .footer-nav-column:first-child {
  padding: 0px 10px 0px 0px;
}
.new-footer .footer-nav-column a {
  color: #ffffff;
  display: block;
  line-height: 1em;
  margin: 10px;
}
.new-footer .footer-nav-column a:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
.new-footer .footer-nav-column a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .new-footer .footer-nav-column a {
    font-size: 1.2em;
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .new-footer .footer-nav-column {
    border-right: 0px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0px 20px 0px;
    margin: auto;
  }
  .new-footer .footer-nav-column:first-child {
    padding: 20px 0px 20px 0px;
    margin-top: 20px;
  }
}
.new-footer .logo-section {
  justify-content: center;
}
.new-footer .logo-section img {
  padding: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .new-footer .logo-section img {
    padding: 40px;
  }
}
.new-footer .small-links {
  display: inline-block;
}
.new-footer .small-links a {
  color: #ffffff;
  text-decoration: underline;
}
.new-footer .small-links a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 39.99875em) {
  .new-footer .small-links {
    display: block;
  }
}
.new-footer .newsletter .small-title {
  text-transform: uppercase;
  font-weight: 700;
}
@media print, screen and (max-width: 63.99875em) {
  .new-footer .newsletter .small-title {
    font-size: 3rem;
  }
}
.new-footer .newsletter .way-22-btn {
  background: #cc0f41;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px 10px 15px;
  display: inline-block;
}
.new-footer .newsletter .way-22-btn:hover {
  background: #009DDB;
}
.new-footer .above-footer-nav {
  padding: 0px 0px;
}
@media print, screen and (max-width: 63.99875em) {
  .new-footer .above-footer-nav {
    padding: 0px 20px;
  }
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 200px;
}

.filtercheckbox input[type=checkbox] {
  visibility: visible;
}
.filtercheckbox input[type=checkbox] {
  display: none;
}
.filtercheckbox input[type=checkbox] + label {
  background: #999;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.filtercheckbox input[type=checkbox]:checked + label {
  background: #0080FF;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.filtercheckbox .checkbox-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.filtercheckbox .checkbox-card h2 {
  color: #008ac0;
  font-weight: 700;
  font-size: 1.7em;
  text-decoration: underline;
  width: 100%;
  margin-bottom: 0px;
}
.filtercheckbox .checkbox-card img {
  max-height: 280px;
  width: auto;
  opacity: 0.5;
}
.filtercheckbox .checkbox-card:hover {
  cursor: pointer;
}
.filtercheckbox .highlight img {
  opacity: 1;
}

.product-card {
  background: white;
  text-align: center;
  padding: 20px;
}
.product-card .product-image {
  margin-bottom: 20px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-card .product-image img {
  max-width: 100%;
  max-height: 280px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.product-card .product-title {
  margin-bottom: 15px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.product-card .product-title h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  flex: 1;
}
.product-card .product-title .made-in-usa-badge {
  width: 50px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  align-self: flex-end;
}
.product-card .product-link {
  text-align: left;
}
.product-card .product-link a {
  color: #007cba;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.product-card .product-link a:hover {
  color: #005a87;
}
.product-card .product-separator {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.product-grid-item {
  margin-bottom: 30px;
}

.breadcrumb-section {
  padding: 20px 0;
  background: white;
}
.breadcrumb-section .breadcrumb-nav {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb-item {
  color: #007cba;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb-item.current {
  text-decoration: underline;
}
.breadcrumb-section .breadcrumb-nav a.breadcrumb-item {
  text-decoration: none;
  transition: all 0.2s ease;
}
.breadcrumb-section .breadcrumb-nav a.breadcrumb-item:hover {
  text-decoration: underline;
  color: #005a87;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb-separator {
  color: #007cba;
  margin: 0 10px;
}

.product-card-legacy {
  position: relative;
  min-height: 480px;
  border-bottom: 7px solid #eeeeee;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-bottom: 50px;
}
.product-card-legacy .product-card-item-img {
  display: flex;
  height: 300px;
  width: 100%;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.product-card-legacy .product-card-item-img img {
  max-height: 280px;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.checkbox-card input[type=checkbox] {
  /* Add class when checkbox is checked */
}

/* Style the div with the added class */
.checkbox-card .checked {
  background-color: #ddd;
}

.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {
  min-width: 44px;
  min-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
}
.pagination-wrapper .pagination li a.disabled, .pagination-wrapper .pagination li span.disabled {
  min-width: 44px;
  min-height: 44px;
}
.pagination-wrapper .pagination li.current {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.pagination-wrapper .pagination li.pagination-previous, .pagination-wrapper .pagination li.pagination-next {
  min-width: 80px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.pagination-wrapper .pagination li.pagination-previous a, .pagination-wrapper .pagination li.pagination-previous span, .pagination-wrapper .pagination li.pagination-next a, .pagination-wrapper .pagination li.pagination-next span {
  min-width: 80px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 600;
}

.product-pagination .pagination-wrapper {
  margin: 20px 0;
}
.product-pagination .pagination-wrapper .pagination {
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.explore-styles-section {
  background: white;
  padding: 20px 0;
  overflow: hidden;
}
.explore-styles-section .explore-styles-wrapper {
  position: relative;
}
.explore-styles-section .explore-styles-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}
.explore-styles-section .explore-styles-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 640px) {
  .explore-styles-section .explore-styles-grid {
    flex-wrap: nowrap;
  }
}
.explore-styles-section .explore-styles-title-cell {
  flex-shrink: 0;
  align-self: center;
}
@media screen and (min-width: 640px) {
  .explore-styles-section .explore-styles-title-cell {
    margin-right: 15px;
  }
}
.explore-styles-section .explore-styles-items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 10px;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}
.explore-styles-section .explore-styles-items::-webkit-scrollbar {
  height: 4px;
}
.explore-styles-section .explore-styles-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.explore-styles-section .explore-styles-items::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.explore-styles-section .explore-styles-items::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media screen and (max-width: 639px) {
  .explore-styles-section .explore-styles-items {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    scroll-padding-left: 15px;
    scroll-padding-right: 15px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .explore-styles-section .explore-styles-items {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
@media screen and (min-width: 1024px) {
  .explore-styles-section .explore-styles-items {
    flex-wrap: nowrap;
    overflow-x: visible;
  }
}
.explore-styles-section .style-item-cell {
  flex: 0 0 auto;
  padding: 5px;
  scroll-snap-align: start;
}
@media screen and (max-width: 639px) {
  .explore-styles-section .style-item-cell {
    min-width: 160px;
    max-width: 180px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .explore-styles-section .style-item-cell {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    min-width: 180px;
    padding: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-styles-section .style-item-cell {
    flex: 1 1 auto;
    min-width: 150px;
    max-width: 300px;
    padding: 10px;
  }
}
.explore-styles-section .style-item-link {
  display: block;
  text-decoration: none;
  height: 100%;
}
.explore-styles-section .style-item-link:hover .style-item-container {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.explore-styles-section .style-item-container {
  padding: 8px;
  background: white;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 640px) {
  .explore-styles-section .style-item-container {
    padding: 10px;
  }
}
.explore-styles-section .style-item-image {
  margin-bottom: 5px;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .explore-styles-section .style-item-image {
    min-height: 140px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-styles-section .style-item-image {
    min-height: 150px;
  }
}
.explore-styles-section .style-item-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 640px) {
  .explore-styles-section .style-item-image img {
    max-height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-styles-section .style-item-image img {
    max-height: 150px;
  }
}
.explore-styles-section .style-item-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .explore-styles-section .style-item-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-styles-section .style-item-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .explore-styles-section .explore-styles-items {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .explore-styles-section .explore-styles-items:active {
    cursor: grabbing;
  }
  .explore-styles-section .explore-styles-items * {
    pointer-events: auto;
  }
}
.filter-section {
  margin-bottom: 30px;
}
.filter-section .filter-toggle-mobile {
  width: 100%;
  padding: 15px;
  background: #007cba;
  color: white;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}
.filter-section .filter-toggle-mobile:hover {
  background: #005a87;
}
.filter-section .filter-toggle-mobile .filter-toggle-text {
  font-size: 16px;
}
.filter-section .filter-toggle-mobile .filter-toggle-icon {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  transition: transform 0.3s ease;
}
.filter-section .filter-toggle-mobile[aria-expanded=true] .filter-toggle-icon {
  transform: rotate(45deg);
}
.filter-section .filter-content {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
}
@media screen and (max-width: 639px) {
  .filter-section .filter-content {
    display: none;
  }
}
.filter-section .filter-content h2.h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .filter-section {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .filter-section .filterlabel {
    font-size: 14px;
    margin: 15px 0 10px;
  }
  .filter-section .channelchecks {
    margin-top: 15px;
  }
  .filter-section .channelcheck {
    margin-bottom: 10px;
  }
  .filter-section .check-title {
    font-size: 13px;
  }
  .filter-section .cl-range-slider {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 640px) {
  .filter-section .filter-content {
    display: block !important;
  }
}

.title-back {
  background-size: cover;
  background-position: center center;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.title-back .header-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.title-back h1 {
  color: white;
  z-index: 1;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .title-back h1 {
    font-size: 32px;
    line-height: 1.2;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .title-back h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}
.title-back .header-eyebrow {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 30px;
  margin: 0 0 10px;
  display: block;
  z-index: 1;
  position: relative;
  font-weight: 300;
}
@media print, screen and (max-width: 39.99875em) {
  .title-back .header-eyebrow {
    font-size: 20px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .title-back .header-eyebrow {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.title-back .below-header {
  color: white;
  z-index: 1;
  position: relative;
  max-width: 800px;
}
.title-back .below-header p {
  font-size: 18px;
}
@media print, screen and (max-width: 39.99875em) {
  .title-back .below-header p {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .title-back .below-header p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.title-back .below-header.lead p {
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.title-back .category-title-small {
  margin: 0px 0px 30px;
  background-color: #333333;
  min-height: 150px;
  padding: 40px 0px 25px;
}
@media print, screen and (min-width: 40em) {
  .title-back .category-title-small {
    min-height: 250px;
  }
}
.title-back .category-title {
  margin: 0px 0 30px 0px;
  min-height: 150px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .title-back .category-title {
    min-height: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .title-back .category-title {
    min-height: 450px;
  }
}
.title-back .screen {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cell.lead p {
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.testimonial-section {
  background-image: url("../images/testimonial-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.testimonial-section .grid-container {
  position: relative;
  z-index: 2;
}
.testimonial-section .trade-testimonial {
  padding: 80px 40px;
}
@media screen and (max-width: 640px) {
  .testimonial-section .trade-testimonial {
    padding: 60px 20px;
  }
}
.testimonial-section .trade-testimonial .testimonial-quote {
  font-size: 36px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 0px 0;
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .testimonial-section .trade-testimonial .testimonial-quote {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.testimonial-section .trade-testimonial .cite-block:before, .testimonial-section .trade-testimonial cite:before {
  content: "";
}
.testimonial-section .trade-testimonial .testimonial-author {
  display: inline-block;
  font-size: 24px;
  color: #007cba;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
  border-top: 2px solid #009DDB;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .testimonial-section .trade-testimonial .testimonial-author {
    font-size: 18px;
  }
}

.trade-features-section {
  background: #1a1a1a;
  padding: 60px 0;
}
.trade-features-section .trade-features-header {
  margin-bottom: 40px;
}
.trade-features-section .trade-features-header .trade-features-h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .trade-features-section .trade-features-header .trade-features-h2 {
    font-size: 28px;
  }
}
.trade-features-section .trade-features-header .trade-features-h3 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .trade-features-section .trade-features-header .trade-features-h3 {
    font-size: 20px;
  }
}
.trade-features-section .trade-features-grid .trade-feature-item {
  text-align: center;
  margin-bottom: 30px;
}
.trade-features-section .trade-features-grid .trade-feature-item .trade-feature-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}
.trade-features-section .trade-features-grid .trade-feature-item .trade-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trade-features-section .trade-features-grid .trade-feature-item .trade-feature-caption h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 640px) {
  .trade-features-section .trade-features-grid .trade-feature-item .trade-feature-caption h4 {
    font-size: 14px;
  }
}

.showcase-container {
  border-top: 2px solid #c5c5c5;
}

.product-showcase-section {
  text-align: center;
  padding: 40px 0;
}
.product-showcase-section .showcase-title {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .product-showcase-section .showcase-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.product-showcase-section .showcase-subtitle {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 640px) {
  .product-showcase-section .showcase-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.product-showcase-section .showcase-images-wrapper {
  margin-top: 40px;
}
.product-showcase-section .showcase-images-wrapper .showcase-image-item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.product-showcase-section .showcase-images-wrapper .showcase-image-item img {
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .product-showcase-section .showcase-images-wrapper {
    margin-top: 30px;
  }
  .product-showcase-section .showcase-images-wrapper .showcase-image-item {
    margin-bottom: 20px;
  }
}

.social-posts-section {
  padding-block: 4rem;
  overflow: hidden;
}
.social-posts-section .social-posts-header {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .social-posts-section .social-posts-header {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.social-posts-section .slideshow {
  padding-inline: 3rem;
}
.social-posts-section .slideshow .slick-arrow {
  font-size: 2rem;
}
.social-posts-section .slideshow .slick-arrow::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 2rem;
}
.social-posts-section .slideshow .slick-arrow.slick-next {
  right: 1rem !important;
  height: 2rem;
  width: 2rem;
}
.social-posts-section .slideshow .slick-arrow.slick-next::before {
  content: "\f330";
}
.social-posts-section .slideshow .slick-arrow.slick-prev {
  left: 1rem !important;
  height: 2rem;
  width: 2rem;
}
.social-posts-section .slideshow .slick-arrow.slick-prev::before {
  content: "\f32e";
}
.social-posts-section .slideshow .slick-track {
  display: flex;
}
.social-posts-section .slideshow .slick-track,
.social-posts-section .slideshow .slick-list {
  align-items: center;
}
.social-posts-section .slide {
  padding: 1rem;
  padding-bottom: 1rem !important;
}
.social-posts-section .slide.tiktok_post {
  height: 100%;
}
.social-posts-section .slide.tiktok_post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-posts-section .slide.instagram_post img {
  width: 100%;
  height: auto;
}
.social-posts-section .slide a {
  display: block;
  transition: transform 0.3s ease;
}
.social-posts-section .slide a:hover {
  transform: scale(1.05);
}
.social-posts-section .slide a:hover img {
  opacity: 0.9;
}
.social-posts-section .slide img {
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .trade-products-section .trade-testimonial {
    margin-bottom: 30px;
  }
}
.page-template-template-gift-guide-2022 .site-content {
  padding-top: 0px;
}

.gift-guide2022 .tiled-background {
  background-repeat: repeat;
  background-position: top center;
}
.gift-guide2022 .relative {
  position: relative;
}
.gift-guide2022 .tear {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .tear {
    height: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .tear {
    height: 150px;
  }
}
.gift-guide2022 .tear img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 75px;
  object-fit: fill;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .tear img {
    height: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .tear img {
    height: 150px;
  }
}
.gift-guide2022 section {
  position: relative;
}
.gift-guide2022 section.page_header {
  padding-bottom: calc(75px + 4rem);
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 section.page_header {
    padding-bottom: calc(100px + 4rem);
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 section.page_header {
    padding-bottom: calc(150px + 4rem);
  }
}

.giftguide-banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 5;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(100% - 3.5rem), rgb(204, 15, 65) calc(100% - 3.5rem), rgb(204, 15, 65) 100%);
}
.giftguide-banner .line-one,
.giftguide-banner .line-two {
  color: white;
  padding: 0.5rem;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .giftguide-banner .line-one,
  .giftguide-banner .line-two {
    font-size: 2rem;
    white-space: nowrap;
    width: auto;
    flex: 0 0 auto;
  }
}
@media print, screen and (min-width: 40em) {
  .giftguide-banner .grid-x {
    gap: 3vw;
  }
}
.giftguide-banner .cell.image {
  padding-right: 2rem;
}
@media print, screen and (min-width: 40em) {
  .giftguide-banner .cell.image {
    padding-right: 0;
    width: auto;
    flex: 0 0 auto;
  }
}
.giftguide-banner .image img {
  max-height: 125px;
}
@media print, screen and (min-width: 64em) {
  .giftguide-banner .image img {
    max-height: 150px;
  }
}
.giftguide-banner .giftguide-banner-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3.5rem;
  width: 100%;
}
.giftguide-banner .cookiebar-close {
  position: absolute;
  right: 1rem;
  bottom: 3.5rem;
}
.giftguide-banner .cookiebar-close i {
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}

.gift-guide2022 .page_header {
  min-height: 500px;
  margin-top: 14px;
  padding-top: 5rem;
  text-align: center;
}
.gift-guide2022 .page_header h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
  min-width: 12ch;
  font-size: 2.25rem;
  line-height: 1.1;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .page_header h1 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .page_header h1 {
    font-size: 4.375rem;
  }
}
.gift-guide2022 .page_header p {
  font-size: 1.5rem;
  line-height: 1.3;
  max-width: 640px;
  margin: 0px auto;
}
.gift-guide2022 .page_header {
  margin-top: 78px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .gift-guide2022 .page_header {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1023px) {
  .gift-guide2022 .page_header {
    margin-top: 69px;
  }
}
.gift-guide2022 .page_header .gift_card_bg {
  padding: 8rem 4rem 8rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f1f2+0,cbc7c2+100 */
  background: #f6f1f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f1f2 0%, #cbc7c2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f1f2 0%, #cbc7c2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f1f2 0%, #cbc7c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f1f2", endColorstr="#cbc7c2", GradientType=0);
  /* IE6-9 */
  position: relative;
}
.gift-guide2022 .page_header .gift_card_bg .top-ribbon {
  position: absolute;
  top: -2px;
  left: -1rem;
}
.gift-guide2022 .page_header .gift_card_bg .bottom-ribbon {
  position: absolute;
  bottom: 0rem;
  right: -1.25rem;
}
.gift-guide2022 .is-stuck {
  margin: 0px;
}
.gift-guide2022 .button_row {
  gap: 0.5rem;
  display: flex;
  margin: 2rem 0rem 0;
  justify-content: space-around;
  align-content: stretch;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .button_row {
    gap: 1rem;
  }
}
.gift-guide2022 .button_row .header_button {
  display: block;
  flex-shrink: 3;
  flex-grow: 1;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.25rem;
  font-weight: bold;
  color: #000000;
  font-size: 0.9375rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  background: #f6f1f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f1f2 0%, #cbc7c2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f1f2 0%, #cbc7c2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f1f2 0%, #cbc7c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f1f2", endColorstr="#cbc7c2", GradientType=0);
  /* IE6-9 */
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .gift-guide2022 .button_row .header_button {
    max-width: 350px;
  }
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .button_row .header_button {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .button_row .header_button {
    font-size: 2rem;
    padding: 0.75rem;
  }
}
.gift-guide2022 .button_row .header_button:hover {
  background: #eeeeee;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
}
.gift-guide2022 .button_row .header_button .inner_content {
  border: 1px solid #DD092E;
  padding: 0.25rem;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .button_row .header_button .inner_content {
    border: 2px solid #DD092E;
    padding: 0.5rem;
  }
}

.gift-guide2022 .divider {
  min-height: 7rem;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .divider {
    min-height: 10rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .divider {
    min-height: 15rem;
  }
}
.gift-guide2022 .divider .top_ribbon {
  width: 100%;
  height: 100px;
  transform: translateY(-50%);
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 63.99875em) {
  .gift-guide2022 .divider .top_ribbon {
    height: auto;
  }
}
.gift-guide2022 .divider .bottom-ribbon {
  position: absolute;
  bottom: 0rem;
  right: -1.25rem;
}
.gift-guide2022 .product_group_container {
  padding-bottom: 6rem;
}
.gift-guide2022 .product_group_container + .product_group_container {
  margin-top: 0rem;
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_group_container:first-of-type .product .content p {
    padding: 0.5rem 1.5rem !important;
  }
}
.gift-guide2022 .product_group_header {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.gift-guide2022 .product_group_header h2 {
  font-size: 3rem;
  color: #CE1141;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_group_header h2 {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_group_header h2 {
    font-size: 6rem;
  }
}
.gift-guide2022 .product_group_header p {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_group_header p {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_group_header p {
    font-size: 2.25rem;
  }
}
.gift-guide2022 .custom_button,
.gift-guide2022 .button {
  width: calc(100% - 1rem);
  margin: 0px auto 0.5rem;
  display: block;
}
.gift-guide2022 .custom_button::after,
.gift-guide2022 .button::after {
  display: none;
}
.gift-guide2022 .prod_block {
  justify-content: flex-end;
}
.gift-guide2022 .prod_block + .gift_block {
  margin-top: 3rem;
}
.gift-guide2022 .product_block {
  position: relative;
  margin: 0px auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block {
    max-width: 600px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block {
    max-width: 320px;
  }
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block.gift_tag {
    max-width: 550px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.gift_tag {
    padding: 2rem 1rem 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .gift-guide2022 .product_block.gift_tag {
    padding-right: 50px !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .gift-guide2022 .product_block.gift_tag {
    padding-right: 75px !important;
  }
}
.gift-guide2022 .product_block.gift_tag .tag-ribbon {
  position: absolute;
  top: calc(50% - 25px);
  transform: translate(50%, -50%);
  transform-origin: center center;
  right: 40px;
  height: 175px;
  position: absolute;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block.gift_tag .tag-ribbon {
    height: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.gift_tag .tag-ribbon {
    top: 50px;
    left: calc(50% - 1rem);
    transform: translate(-50%, -50%) rotate(25deg);
    transform-origin: center center;
    height: 350px;
  }
}
.gift-guide2022 .product_block.gift_tag .product_container {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block.gift_tag .product_container {
    max-width: 550px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.gift_tag .product_container {
    max-width: 320px;
  }
}
.gift-guide2022 .product_block.gift_tag .product_container .content_container {
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
  font-style: oblique;
  width: 70%;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  color: #CE1141;
  position: absolute;
}
.gift-guide2022 .product_block.gift_tag .product_container .content_container .content p {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block.gift_tag .product_container .content_container {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.gift_tag .product_container .content_container {
    font-size: 1.75rem;
    top: 60%;
    transform: translate(-50%, calc(-50% + 0.5rem));
    left: 50%;
    width: 200px;
    line-height: 1.2;
  }
}
.gift-guide2022 .product_block.gift_tag .product_container .content_container .image_container {
  text-align: center;
}
.gift-guide2022 .product_block.gift_tag .product_container .content_container .image_container img {
  width: 100%;
}
.gift-guide2022 .product_block.product {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .gift-guide2022 .product_block.product {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block.product {
    max-width: 550px;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.product {
    max-width: 320px;
  }
}
.gift-guide2022 .product_block.product .image_container {
  right: 0px;
  bottom: 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .gift-guide2022 .product_block.product .image_container {
    width: 40%;
  }
}
.gift-guide2022 .product_block.product .content_container {
  border: 2px solid #CE1141;
  bottom: -2px;
  left: 0px;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .gift-guide2022 .product_block.product .content_container {
    position: absolute;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.product .content_container {
    text-align: center;
  }
}
.gift-guide2022 .product_block.product .content_container .content p {
  padding: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0px;
  max-width: 100%;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .gift-guide2022 .product_block.product .content_container .content p {
    font-size: 1rem;
    margin: 0px auto;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-guide2022 .product_block.product .content_container .content p {
    margin: 0px auto;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .gift-guide2022 .product_block.product .content_container .content {
    width: 60%;
  }
}

.reveal.gift_product_info {
  padding: 0px;
}
.reveal.gift_product_info .content {
  background: #ededed !important;
  padding: 2rem;
}
.reveal.gift_product_info .content p,
.reveal.gift_product_info .content li {
  font-size: 16px;
  line-height: 1.4;
}
.reveal.gift_product_info .product_image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reveal.gift_product_info .product_image img {
  max-height: 400px;
}
@media print, screen and (min-width: 64em) {
  .reveal.gift_product_info .product_image img {
    max-height: 500px;
  }
}
.reveal.gift_product_info .button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reveal.gift_product_info .ps-widget.custom_button,
.reveal.gift_product_info .ps-widget.custom_button,
.reveal.gift_product_info .custom_button {
  display: flex !important;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  float: none;
  width: auto;
  max-width: 175px;
  padding: 0.25rem 1.25rem;
  background-color: #ce1141;
  border-color: transparent;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0 0 0 0;
  background-color: #ce1141;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  min-width: 140px;
}
.reveal.gift_product_info .miusa img {
  max-width: 75px;
}
.reveal.gift_product_info .josh {
  max-width: 100%;
}

#ps-lightbox-background {
  z-index: 11002 !important;
}

.ps-container {
  z-index: 11005 !important;
}

.page-template-template-careers-2023 .site-content {
  margin-top: -10px;
}

#careers_2023 {
  font-size: 16px;
}
#careers_2023 .vid-background {
  position: fixed;
  z-index: -80;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 125%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
#careers_2023 .button_container {
  margin-top: 2rem;
}
#careers_2023 .button_container .button::after {
  display: none;
  margin-right: 0px;
}
#careers_2023 .button_container .button {
  margin-right: 0px;
}
#careers_2023 .gray {
  background: rgba(0, 0, 0, 0.5);
}
#careers_2023 .gray *:not(a) {
  color: white;
}
#careers_2023 .black {
  background: rgb(0, 0, 0);
}
#careers_2023 .black *:not(a) {
  color: white;
}
#careers_2023 .white {
  background: white;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 {
    font-size: 16px;
  }
}
#careers_2023 p,
#careers_2023 li {
  font-size: 16px;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 p,
  #careers_2023 li {
    font-size: 16px;
  }
}
#careers_2023 h1,
#careers_2023 h2,
#careers_2023 h3 {
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 h1,
  #careers_2023 h2,
  #careers_2023 h3 {
    margin-bottom: 2rem;
  }
}
#careers_2023 h1 sup,
#careers_2023 h2 sup,
#careers_2023 h3 sup {
  top: 0px;
}
#careers_2023 section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#careers_2023 .hero .preheader {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 50px;
  line-height: 1 !important;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .hero .preheader {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .hero .preheader {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  #careers_2023 .hero .preheader {
    font-size: 120px;
  }
}
#careers_2023 .job_listings .featured_positions {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  #careers_2023 .job_listings .featured_positions {
    margin-top: 3rem;
  }
}
#careers_2023 .job_listings .featured_positions_header {
  margin-top: 2rem;
}
#careers_2023 .job_listings .featured_positions_header h3 {
  margin-bottom: 0px;
}
#careers_2023 .job_listings .featured_positions {
  justify-content: center;
}
@media print, screen and (max-width: 39.99875em) {
  #careers_2023 .job_listings .listing:nth-child(2):before,
  #careers_2023 .job_listings .listing:nth-child(2):after {
    content: "";
    height: 85px;
    width: 1px;
    display: block;
    position: absolute;
    background: white;
  }
  #careers_2023 .job_listings .listing:nth-child(2):before {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  #careers_2023 .job_listings .listing:nth-child(2):after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#careers_2023 .job_listings .listing {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  #careers_2023 .job_listings .listing {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .job_listings .listing {
    border-bottom: 1px solid;
    padding-top: 0px;
  }
}
#careers_2023 .job_listings .listing a {
  display: inline-block;
  line-height: 1.2;
  text-decoration: underline;
}
#careers_2023 .employee_quote blockquote {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#careers_2023 .employee_quote blockquote .quote * {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .employee_quote blockquote .quote * {
    font-size: 42px;
  }
}
#careers_2023 .employee_quote blockquote .employee_details {
  text-align: right;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .employee_quote blockquote .employee_details {
    font-size: 32px;
  }
}
#careers_2023 .sign_up_form .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  gap: 0;
  width: 100%;
  justify-content: center;
}
#careers_2023 .sign_up_form .gform_wrapper.gravity-theme .gform_fields .ginput_container_email input {
  height: 50px !important;
  width: 100%;
}
#careers_2023 .sign_up_form .gform_wrapper.gravity-theme .gform_fields .ginput_container_email {
  min-width: 400px;
}
#careers_2023 .sign_up_form .gform_wrapper.gravity-theme .gform_fields input {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
#careers_2023 .sign_up_form .gform_footer {
  display: none;
}
#careers_2023 .benefits .benefits_list {
  margin-top: 2rem;
  columns: 2;
  column-gap: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  #careers_2023 .benefits .benefits_list {
    columns: 3;
  }
}
#careers_2023 .benefits .benefits_list div.benefit {
  margin-bottom: 2rem;
  break-inside: avoid;
}
#careers_2023 .benefits .benefits_list div.benefit ul {
  margin-left: 1.5rem;
  list-style-type: disclosure-closed;
}
#careers_2023 .benefits .benefits_list div.benefit h3 {
  margin-bottom: 1rem;
  color: #009DDB;
}
#careers_2023 .benefits .benefits_list div.benefit li {
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
#careers_2023 .benefits .benefits_list div.benefit li:last-of-type {
  margin-bottom: 0px;
}
#careers_2023 .benefits .benefits_list li.benefit {
  margin-bottom: 1rem;
  border: 6px solid #EFEFEF;
  padding: 0px;
}
#careers_2023 .benefits .benefits_list li.benefit .accordion-title {
  background: #EFEFEF;
  font-size: 20px;
  color: #009DDB;
  font-weight: bold;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .benefits .benefits_list li.benefit .accordion-title {
    font-size: 26px;
  }
}
#careers_2023 .benefits .benefits_list li.benefit .accordion-content p:last-of-type {
  margin-bottom: 0px;
}
#careers_2023 .benefits .benefits_list li.benefit .accordion-content ul {
  margin-left: 1.5rem;
  list-style-type: disclosure-closed;
}
#careers_2023 .benefits .benefits_list li.benefit .accordion-title::before {
  content: "\f0d7" !important;
  font-family: "Font Awesome 5 Pro";
  margin-top: -12px;
}
#careers_2023 .benefits .benefits_list li.benefit .accordion-title[aria-expanded=true]::before {
  content: "\f0d8" !important;
  font-family: "Font Awesome 5 Pro";
}
#careers_2023 .benefits .gform_wrapper {
  margin-top: 3rem;
}
#careers_2023 .benefits .gform_wrapper .gform_footer {
  display: none;
}
#careers_2023 .benefits .gform_wrapper.gravity-theme .gform_fields .ginput_container_email input {
  height: 50px !important;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .benefits .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: center;
  }
  #careers_2023 .benefits .gform_wrapper.gravity-theme .gform_fields .ginput_container_email {
    min-width: 400px;
  }
}
@media print, screen and (min-width: 40em) {
  #careers_2023 .benefits .gform_wrapper.gravity-theme .gform_fields #field_submit {
    /*width: 300px;*/
  }
}
@media print, screen and (max-width: 39.99875em) {
  #careers_2023 .benefits .gform_wrapper.gravity-theme .gform_fields #field_submit {
    margin: 0px auto;
  }
}
#careers_2023 .benefits .gform_wrapper.gravity-theme .gform_fields #field_submit input {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}

#wide-azz .big-azz-header .ps-widget[ps-sku].ps-disabled > span,
#wide-azz .big-azz-header .ps-widget[data-ps-sku].ps-disabled > span {
  display: none;
}

#wide-azz.speedgrip-lp .button,
#wide-azz.drivers-lp .button {
  margin-right: 0px;
  min-width: 160px;
}
#wide-azz.speedgrip-lp .button::after,
#wide-azz.drivers-lp .button::after {
  display: none;
}
#wide-azz.speedgrip-lp .spacer,
#wide-azz.drivers-lp .spacer {
  padding: 1rem;
}
#wide-azz.speedgrip-lp .form,
#wide-azz.drivers-lp .form {
  padding-block: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: min-content 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
}
#wide-azz.speedgrip-lp .form.form-right .content_container,
#wide-azz.drivers-lp .form.form-right .content_container {
  grid-area: 2/2/3/12;
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .form.form-right .content_container,
  #wide-azz.drivers-lp .form.form-right .content_container {
    grid-area: 2/7/3/13;
  }
}
#wide-azz.speedgrip-lp .form.form-bottom .content_container,
#wide-azz.drivers-lp .form.form-bottom .content_container {
  grid-area: 3/2/4/12;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz.speedgrip-lp .form.form-bottom .content_container,
  #wide-azz.drivers-lp .form.form-bottom .content_container {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .form.form-bottom .content_container,
  #wide-azz.drivers-lp .form.form-bottom .content_container {
    grid-area: 3/4/4/10;
  }
}
#wide-azz.speedgrip-lp .form .image_container,
#wide-azz.drivers-lp .form .image_container {
  grid-area: 1/1/4/13;
}
#wide-azz.speedgrip-lp .form img,
#wide-azz.drivers-lp .form img {
  width: 100%;
}
#wide-azz.speedgrip-lp .form .content_container,
#wide-azz.drivers-lp .form .content_container {
  color: white;
  text-align: center;
  font-weight: bold;
  padding-block: 0rem;
  width: 100%;
  max-width: 800px !important;
}
#wide-azz.speedgrip-lp .form .content_container p,
#wide-azz.drivers-lp .form .content_container p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#wide-azz.speedgrip-lp .form .image_container img,
#wide-azz.drivers-lp .form .image_container img {
  height: 100%;
  min-height: 450px;
  max-height: 750px;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .form .image_container img,
  #wide-azz.drivers-lp .form .image_container img {
    object-fit: cover;
  }
}
#wide-azz.speedgrip-lp .form .gform_wrapper,
#wide-azz.drivers-lp .form .gform_wrapper {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .form .gform_wrapper,
  #wide-azz.drivers-lp .form .gform_wrapper {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .form .gform_wrapper,
  #wide-azz.drivers-lp .form .gform_wrapper {
    margin-top: 3rem;
  }
}
#wide-azz.speedgrip-lp .form form,
#wide-azz.drivers-lp .form form {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .form form,
  #wide-azz.drivers-lp .form form {
    flex-direction: row;
    gap: 2rem;
  }
}
#wide-azz.speedgrip-lp .form form .gform_body,
#wide-azz.drivers-lp .form form .gform_body {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz.speedgrip-lp .form form .gform_footer,
  #wide-azz.drivers-lp .form form .gform_footer {
    width: 100%;
  }
  #wide-azz.speedgrip-lp .form form .gform_footer input,
  #wide-azz.drivers-lp .form form .gform_footer input {
    width: 100%;
  }
}
#wide-azz.speedgrip-lp .form form .gform-button,
#wide-azz.speedgrip-lp .form form input,
#wide-azz.drivers-lp .form form .gform-button,
#wide-azz.drivers-lp .form form input {
  margin: 0px !important;
  height: 60px;
  bordeR: 0px;
}
#wide-azz.speedgrip-lp .form form .ginput_container_email,
#wide-azz.drivers-lp .form form .ginput_container_email {
  width: auto;
}
#wide-azz.speedgrip-lp .form form .gform_footer,
#wide-azz.drivers-lp .form form .gform_footer {
  padding: 0px !important;
  margin: 0px !important;
}
#wide-azz.speedgrip-lp section,
#wide-azz.drivers-lp section {
  scroll-margin-top: 85px;
  padding-block: 2rem;
}
#wide-azz.speedgrip-lp .hero,
#wide-azz.drivers-lp .hero {
  padding-block: 4rem;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .hero,
  #wide-azz.drivers-lp .hero {
    padding-block: 10rem;
  }
}
#wide-azz.speedgrip-lp .hero h1,
#wide-azz.drivers-lp .hero h1 {
  margin-block-start: 0px;
  line-height: 1;
  text-shadow: 1px 1px 0px rgb(0, 0, 0);
  font-size: clamp(2rem, 0.7143rem + 5.5143vw, 5rem);
}
#wide-azz.speedgrip-lp .hero .button-row,
#wide-azz.drivers-lp .hero .button-row {
  margin-block-start: 4rem;
  display: flex;
  gap: 1.5rem;
}
#wide-azz.speedgrip-lp h2,
#wide-azz.speedgrip-lp h3,
#wide-azz.drivers-lp h2,
#wide-azz.drivers-lp h3 {
  line-height: 1.2;
}
#wide-azz.speedgrip-lp h2,
#wide-azz.speedgrip-lp h3,
#wide-azz.drivers-lp h2,
#wide-azz.drivers-lp h3 {
  color: rgb(0, 0, 0);
}
#wide-azz.speedgrip-lp h2,
#wide-azz.drivers-lp h2 {
  font-size: clamp(1.5rem, 0.7527rem + 2.3913vw, 2.1875rem);
}
#wide-azz.speedgrip-lp h3,
#wide-azz.drivers-lp h3 {
  font-size: clamp(1.25rem, 0.9783rem + 0.8696vw, 1.5rem);
  margin-block-end: 1rem;
}
#wide-azz.speedgrip-lp p,
#wide-azz.drivers-lp p {
  line-height: 1.3;
  font-size: clamp(1.125rem, 0.8533rem + 0.8696vw, 1.375rem);
}
#wide-azz.speedgrip-lp .black_bar h2,
#wide-azz.drivers-lp .black_bar h2 {
  color: #009DDB;
}
#wide-azz.speedgrip-lp .black_bar p:last-of-type,
#wide-azz.drivers-lp .black_bar p:last-of-type {
  margin-bottom: 0px;
}
#wide-azz.speedgrip-lp .narrow .grid-container,
#wide-azz.drivers-lp .narrow .grid-container {
  max-width: 1000px;
  margin-inline: auto;
}
#wide-azz.speedgrip-lp .blue_divider_line,
#wide-azz.drivers-lp .blue_divider_line {
  padding-inline: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz.speedgrip-lp .blue_divider_line,
  #wide-azz.drivers-lp .blue_divider_line {
    padding-block: 1rem;
  }
}
#wide-azz.speedgrip-lp .blue_divider_line hr,
#wide-azz.drivers-lp .blue_divider_line hr {
  border-color: #009DDB;
  background-color: #009DDB;
  border-width: 2px;
}
#wide-azz.speedgrip-lp .single_image,
#wide-azz.drivers-lp .single_image {
  padding-block: 1rem;
  margin-block-start: 2rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .single_image,
  #wide-azz.drivers-lp .single_image {
    padding-block: 3rem;
    margin-bottom: 0;
  }
}
#wide-azz.speedgrip-lp .single_image .single-image-header,
#wide-azz.drivers-lp .single_image .single-image-header {
  margin-bottom: 30px;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .single_image .single-image-header,
  #wide-azz.drivers-lp .single_image .single-image-header {
    margin-bottom: 40px;
  }
}
#wide-azz.speedgrip-lp .single_image .single-image-title,
#wide-azz.drivers-lp .single_image .single-image-title {
  font-size: 37px;
  font-weight: bold;
  color: #009DDB;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .single_image .single-image-title,
  #wide-azz.drivers-lp .single_image .single-image-title {
    font-size: 48px;
  }
}
#wide-azz.speedgrip-lp .single_image .single-image-subtitle,
#wide-azz.drivers-lp .single_image .single-image-subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #009DDB;
  margin: 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .single_image .single-image-subtitle,
  #wide-azz.drivers-lp .single_image .single-image-subtitle {
    font-size: 40px;
  }
}
#wide-azz.speedgrip-lp .product_switcher,
#wide-azz.drivers-lp .product_switcher {
  margin-block: 3rem;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .product_switcher,
  #wide-azz.drivers-lp .product_switcher {
    padding-block-start: 2rem;
  }
}
#wide-azz.speedgrip-lp .product_switcher .wcb-info,
#wide-azz.drivers-lp .product_switcher .wcb-info {
  margin-block: 2rem;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background,
#wide-azz.drivers-lp .content_right_w_left_image_and_background,
#wide-azz.drivers-lp .content_left_w_right_image_and_background {
  position: relative;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background::before,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background::before,
#wide-azz.drivers-lp .content_right_w_left_image_and_background::before,
#wide-azz.drivers-lp .content_left_w_right_image_and_background::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .grid-container,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background .grid-container,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .grid-container,
#wide-azz.drivers-lp .content_left_w_right_image_and_background .grid-container {
  position: relative;
  z-index: 2;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .content,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background .content,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .content,
#wide-azz.drivers-lp .content_left_w_right_image_and_background .content {
  padding-block: 3rem;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .image img,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background .image img,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .image img,
#wide-azz.drivers-lp .content_left_w_right_image_and_background .image img {
  max-width: 70%;
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .content_right_w_left_image_and_background .image img,
  #wide-azz.speedgrip-lp .content_left_w_right_image_and_background .image img,
  #wide-azz.drivers-lp .content_right_w_left_image_and_background .image img,
  #wide-azz.drivers-lp .content_left_w_right_image_and_background .image img {
    max-width: 100%;
  }
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background h2,
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background p,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background h2,
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background p,
#wide-azz.drivers-lp .content_right_w_left_image_and_background h2,
#wide-azz.drivers-lp .content_right_w_left_image_and_background p,
#wide-azz.drivers-lp .content_left_w_right_image_and_background h2,
#wide-azz.drivers-lp .content_left_w_right_image_and_background p {
  color: white;
}
#wide-azz.speedgrip-lp .content_left_w_right_image_and_background,
#wide-azz.drivers-lp .content_left_w_right_image_and_background {
  padding-block: 0px;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background::before,
#wide-azz.drivers-lp .content_right_w_left_image_and_background::before {
  display: none !important;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .image img,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .image img {
  max-width: 100%;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .content p,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .content p {
  color: #000000;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .content .button,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .content .button {
  margin-right: 0px;
  min-width: 160px;
}
#wide-azz.speedgrip-lp .content_right_w_left_image_and_background .content .button::after,
#wide-azz.drivers-lp .content_right_w_left_image_and_background .content .button::after {
  display: none;
}
#wide-azz.speedgrip-lp .product_sets,
#wide-azz.drivers-lp .product_sets {
  padding-block-end: 3rem;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .product_sets .main-content p,
  #wide-azz.drivers-lp .product_sets .main-content p {
    max-width: 640px;
    margin-inline: auto;
  }
}
#wide-azz.speedgrip-lp .product_sets .product,
#wide-azz.drivers-lp .product_sets .product {
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .product_sets .product p,
  #wide-azz.drivers-lp .product_sets .product p {
    max-width: 75%;
  }
}
@media print, screen and (min-width: 64em) {
  #wide-azz.speedgrip-lp .product_sets .product h3,
  #wide-azz.drivers-lp .product_sets .product h3 {
    max-width: 65%;
  }
}
#wide-azz.speedgrip-lp .product_sets .product img,
#wide-azz.drivers-lp .product_sets .product img {
  padding-inline: 1rem;
  padding-block: 1rem;
  display: inline-block;
  margin-block-end: 1rem;
}
#wide-azz.speedgrip-lp .cover,
#wide-azz.drivers-lp .cover {
  background-size: cover;
  background-position: right center;
}
#wide-azz.speedgrip-lp .ps-widget,
#wide-azz.drivers-lp .ps-widget {
  margin-block-start: 0rem;
  display: inline-block !important;
  float: none;
}
#wide-azz.speedgrip-lp .ps-widget.ps-disabled,
#wide-azz.drivers-lp .ps-widget.ps-disabled {
  padding: 1rem;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  #wide-azz.speedgrip-lp .tabbed_carousel_section .tabs,
  #wide-azz.drivers-lp .tabbed_carousel_section .tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .intro-text,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .intro-text {
  padding-inline: 1rem;
  font-size: clamp(1.125rem, 0.8125rem + 1vw, 1.5625rem);
  text-transform: uppercase;
  font-weight: bold;
}
@media print, screen and (max-width: 63.99875em) {
  #wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .intro-text,
  #wide-azz.drivers-lp .tabbed_carousel_section .tabs .intro-text {
    margin-block-end: 1rem;
    flex-basis: 100%;
    text-align: center;
  }
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title {
  float: none;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title,
  #wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title {
    flex-basis: 50%;
    width: 100%;
    max-width: calc(50% - 2rem);
    text-align: center;
  }
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title a,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title a {
  padding-block: 0.5rem;
  /*					padding-inline: 3vw;

  					padding-inline: clamp(1rem, 2vmax, 3.5rem);
  */
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title a .icon-container,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title a .icon-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title a .icon-container img,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title a .icon-container img {
  flex-basis: 35px;
  display: block;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title a .icon-container .icon-text,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title a .icon-container .icon-text {
  display: block;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: bold;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title img,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: left center;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title img,
  #wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title img {
    height: 35px;
  }
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title:not(.is-active) .icon-container,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title:not(.is-active) .icon-container {
  opacity: 0.25;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .tabs-title:not(.is-active):hover img,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .tabs-title:not(.is-active):hover img {
  opacity: 0.5;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs .is-active a,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs .is-active a {
  background: transparent;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs-content > .tab-panel,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs-content > .tab-panel {
  display: block;
  height: 0px;
  overflow: hidden;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs-content > .is-active,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs-content > .is-active {
  height: auto;
}
#wide-azz.speedgrip-lp .tabbed_carousel_section .tabs-content,
#wide-azz.drivers-lp .tabbed_carousel_section .tabs-content {
  border: 0px;
}
#wide-azz.speedgrip-lp .carousel,
#wide-azz.drivers-lp .carousel {
  margin-block-start: 1rem;
  margin-inline: 1rem;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .carousel,
  #wide-azz.drivers-lp .carousel {
    margin-inline: 3rem;
  }
}
#wide-azz.speedgrip-lp .carousel .slick-arrow,
#wide-azz.drivers-lp .carousel .slick-arrow {
  width: 2rem;
  height: 2rem;
}
#wide-azz.speedgrip-lp .carousel .slick-arrow::before,
#wide-azz.drivers-lp .carousel .slick-arrow::before {
  font-size: 2rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
#wide-azz.speedgrip-lp .carousel .content-container,
#wide-azz.drivers-lp .carousel .content-container {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
#wide-azz.speedgrip-lp .carousel .content-container img,
#wide-azz.drivers-lp .carousel .content-container img {
  object-fit: contain;
  object-position: center center;
  width: 300px;
  aspect-ratio: 1/1;
  display: block;
  margin-inline: auto;
}
#wide-azz.speedgrip-lp .carousel .content-container h3,
#wide-azz.drivers-lp .carousel .content-container h3 {
  margin-block-start: 1rem;
}
#wide-azz.speedgrip-lp .carousel .content-container p,
#wide-azz.drivers-lp .carousel .content-container p {
  margin-block-start: 0.5rem;
}
#wide-azz.speedgrip-lp .carousel .button-container,
#wide-azz.drivers-lp .carousel .button-container {
  width: 100%;
}
#wide-azz.speedgrip-lp .carousel .slick-prev,
#wide-azz.drivers-lp .carousel .slick-prev {
  margin-inline-start: -3rem;
}
#wide-azz.speedgrip-lp .carousel .slick-prev::before,
#wide-azz.drivers-lp .carousel .slick-prev::before {
  content: "\f32e";
}
#wide-azz.speedgrip-lp .carousel .slick-next,
#wide-azz.drivers-lp .carousel .slick-next {
  margin-inline-end: -3rem;
}
#wide-azz.speedgrip-lp .carousel .slick-next::before,
#wide-azz.drivers-lp .carousel .slick-next::before {
  content: "\f330";
}
#wide-azz.speedgrip-lp .carousel .slick-track,
#wide-azz.drivers-lp .carousel .slick-track {
  display: flex !important;
}
#wide-azz.speedgrip-lp .carousel .slick-slide,
#wide-azz.drivers-lp .carousel .slick-slide {
  height: inherit !important;
}
#wide-azz.speedgrip-lp .carousel .slide,
#wide-azz.drivers-lp .carousel .slide {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  #wide-azz.speedgrip-lp .carousel .slide,
  #wide-azz.drivers-lp .carousel .slide {
    padding-inline: 2rem;
  }
}
#wide-azz.speedgrip-lp .carousel .slide img,
#wide-azz.drivers-lp .carousel .slide img {
  display: inline-block;
}
#wide-azz.speedgrip-lp .single_product,
#wide-azz.drivers-lp .single_product {
  margin-block: 2rem;
}
#wide-azz.speedgrip-lp .single_product img,
#wide-azz.drivers-lp .single_product img {
  object-fit: contain;
  object-position: bottom center;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  margin-inline: auto;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz.speedgrip-lp .single_product img,
  #wide-azz.drivers-lp .single_product img {
    margin-block-end: 2rem;
  }
}
#wide-azz.speedgrip-lp .button-container,
#wide-azz.drivers-lp .button-container {
  margin-block-start: 1rem;
}
#wide-azz.speedgrip-lp .ps-widget[ps-sku],
#wide-azz.drivers-lp .ps-widget[ps-sku] {
  height: auto;
}
#wide-azz.speedgrip-lp .ps-widget[ps-sku].ps-disabled > small,
#wide-azz.speedgrip-lp .ps-widget[data-ps-sku].ps-disabled > small,
#wide-azz.drivers-lp .ps-widget[ps-sku].ps-disabled > small,
#wide-azz.drivers-lp .ps-widget[data-ps-sku].ps-disabled > small {
  line-height: 1;
}
#wide-azz.speedgrip-lp .ps-widget[ps-sku].ps-disabled,
#wide-azz.drivers-lp .ps-widget[ps-sku].ps-disabled {
  display: inline-block !important;
  padding-inline: 1rem;
  height: auto;
}
#wide-azz.speedgrip-lp .single_carousel,
#wide-azz.drivers-lp .single_carousel {
  margin-block-end: 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  #wide-azz.speedgrip-lp .tabs,
  #wide-azz.drivers-lp .tabs {
    align-items: flex-start;
    justify-content: flex-start !important;
  }
  #wide-azz.speedgrip-lp .tabs-title,
  #wide-azz.drivers-lp .tabs-title {
    flex-basis: 40%;
    padding-block: 2vw;
    padding-inline: 1vw;
    margin-inline: 1rem;
  }
  #wide-azz.speedgrip-lp .tabs-title a,
  #wide-azz.drivers-lp .tabs-title a {
    width: 100%;
    padding: 0px !important;
  }
  #wide-azz.speedgrip-lp .tabs-title img,
  #wide-azz.drivers-lp .tabs-title img {
    width: 100%;
    height: 2rem !important;
    display: block !important;
    object-fit: contain;
  }
  #wide-azz.speedgrip-lp .tabs-title:last-of-type,
  #wide-azz.drivers-lp .tabs-title:last-of-type {
    flex-basis: 100% !important;
  }
}

.tabbed_carousel_section + .single_carousel {
  margin-block-start: 3rem;
}

.heading {
  margin-block-end: 1rem;
}
@media print, screen and (min-width: 40em) {
  .heading {
    margin-block-end: 3rem;
  }
}

#alert + .sticky-container .sticky {
  background: #009DDB;
}

#alert + .sticky-container .sticky:not(.is-stuck) {
  margin-top: 63px !important;
  background: #009DDB;
}

#alert + .sticky-container + .site-content {
  padding-top: 0px;
}

#alert {
  position: fixed;
  z-index: 105;
}

#alert {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  top: 0px;
}
#alert a {
  padding: 0.25rem;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  padding-inline: 1rem !important;
  text-transform: uppercase;
}

#alert + div + .site-content {
  padding-top: 110px !important;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  #alert + div + .site-content {
    padding-top: 160px !important;
  }
}

.reveal {
  display: block;
}
.reveal.product_modal {
  background: #ededed !important;
  padding: 0rem;
}
.reveal.product_modal .product_content {
  background: #ededed !important;
  padding: 3rem;
}
.reveal.product_modal .product_image {
  background: #ffffff !important;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.reveal.product_modal .product_image img {
  max-height: 400px;
  object-fit: contain;
  padding: 1rem;
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .reveal.product_modal .product_image img {
    max-height: 300px !important;
  }
}
.reveal.product_modal li,
.reveal.product_modal p {
  font-size: clamp(1rem, 0.625rem + 0.9375vw, 1.1875rem) !important;
}
.reveal.product_modal ul {
  margin-block: 2rem;
}
.reveal.product_modal ul li {
  line-height: 1.3 !important;
}
.reveal.product_modal ul li + li {
  margin-top: 0.5rem;
}

.page-template-template-speedgrip-2023 .reveal {
  display: none;
}

body .ps-lightbox {
  z-index: 1006 !important;
}

.page-template-template-tool-guide-2023 section:not(#hero) {
  padding: 3rem 1rem;
  position: relative;
}
.page-template-template-tool-guide-2023 section:not(#hero) .offsetAnchor {
  top: -80px;
  position: absolute;
  z-index: -200;
}
.page-template-template-tool-guide-2023 h2,
.page-template-template-tool-guide-2023 h3 {
  line-height: 1.1;
  margin-bottom: 1rem;
}
.page-template-template-tool-guide-2023 section.darkbg {
  background: black;
  color: white;
}
.page-template-template-tool-guide-2023 section.lightbg {
  background: white;
  color: black;
}
.page-template-template-tool-guide-2023 #hero {
  padding-block: 4rem;
}
.page-template-template-tool-guide-2023 #hero * {
  color: white;
}
.page-template-template-tool-guide-2023 #hero p {
  line-height: 1.3;
  margin-bottom: 0px;
}
.page-template-template-tool-guide-2023 #hero strong {
  line-height: 1.4;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.page-template-template-tool-guide-2023 #hero .hero_image {
  padding-inline: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-tool-guide-2023 #hero .hero_image {
    margin-bottom: 2rem;
  }
}
.page-template-template-tool-guide-2023 #hero .product_card {
  position: relative;
  /*
  div {
  	height: 100%;
  }*/
}
.page-template-template-tool-guide-2023 #hero .product_card > .grid-container {
  justify-content: center;
  align-items: stretch;
}
.page-template-template-tool-guide-2023 #hero .product_card .image {
  display: flex;
  align-items: center;
}
.page-template-template-tool-guide-2023 #hero .product_card img {
  padding: 0.5rem;
  display: inline-block;
}
.page-template-template-tool-guide-2023 #hero .product_card a {
  position: absolute;
  inset: 0;
  display: block;
}
.page-template-template-tool-guide-2023 .cover {
  background-size: cover;
  background-position: center bottom;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-tool-guide-2023 .cover {
    background-position: center left;
  }
}
.page-template-template-tool-guide-2023 img.square {
  background: white;
  object-fit: contain;
  padding: 1rem;
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
}
.page-template-template-tool-guide-2023 .darkbg .jc_slider img {
  border: 2px solid white;
}
.page-template-template-tool-guide-2023 .lightbg .jc_slider img {
  border: 2px solid rgba(0, 0, 0, 0);
}
.page-template-template-tool-guide-2023 .jc_slider {
  margin-top: 2rem;
  padding-inline: 3rem;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-tool-guide-2023 .jc_slider {
    padding-inline: 1.5rem;
  }
}
.page-template-template-tool-guide-2023 .jc_slider .slick-slide {
  padding: 1rem;
}
.page-template-template-tool-guide-2023 .jc_slider .slick-list {
  margin: 0px auto;
  /*border: 1px solid green;*/
  padding-right: 0rem;
}
.page-template-template-tool-guide-2023 .jc_slider .slick-next,
.page-template-template-tool-guide-2023 .jc_slider .slick-prev {
  z-index: 99;
  height: 2rem;
  width: 2rem;
}
.page-template-template-tool-guide-2023 .jc_slider .slick-next::before, .page-template-template-tool-guide-2023 .jc_slider .slick-next::before,
.page-template-template-tool-guide-2023 .jc_slider .slick-prev::before,
.page-template-template-tool-guide-2023 .jc_slider .slick-prev::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: #009DDB;
}
.page-template-template-tool-guide-2023 .jc_slider .slick-next {
  right: 0rem;
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-tool-guide-2023 .jc_slider .slick-next .slick-next {
    right: -1rem;
  }
}
.page-template-template-tool-guide-2023 .jc_slider .slick-next::before {
  content: "\f330" !important;
}
.page-template-template-tool-guide-2023 .jc_slider .slick-prev {
  left: 0rem;
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-tool-guide-2023 .jc_slider .slick-prev .slick-prev {
    left: -1rem;
  }
}
.page-template-template-tool-guide-2023 .jc_slider .slick-prev::before {
  content: "\f32e" !important;
}
.page-template-template-tool-guide-2023 .button {
  margin: 1rem 0;
}
.page-template-template-tool-guide-2023 .button::after {
  display: none;
}
.page-template-template-tool-guide-2023 .button-row {
  display: flex;
  gap: 1rem;
}
.page-template-template-tool-guide-2023 .button-row .button {
  margin: 0px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-tool-guide-2023 .button,
  .page-template-template-tool-guide-2023 .button-row span {
    font-size: 17px;
  }
  .page-template-template-tool-guide-2023 a.button {
    line-height: 21px;
  }
}
.page-template-template-tool-guide-2023 .category_section p:last-of-type {
  margin-bottom: 0px;
}
.page-template-template-tool-guide-2023 .category_content_container img {
  width: 100%;
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-tool-guide-2023 .category_content_container img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
}
.page-template-template-tool-guide-2023 .category_content_container .category_content_container .button {
  margin-top: 3rem;
}
.page-template-template-tool-guide-2023 .reveal.product_modal {
  background: #ededed !important;
  padding: 0rem;
}
.page-template-template-tool-guide-2023 .reveal.product_modal .product_content {
  background: #ededed !important;
  padding: 3rem;
}
.page-template-template-tool-guide-2023 .reveal.product_modal .product_image {
  background: #ffffff !important;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.page-template-template-tool-guide-2023 .reveal.product_modal .product_image img {
  max-height: 400px;
  object-fit: contain;
  padding: 1rem;
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-tool-guide-2023 .reveal.product_modal .product_image img {
    max-height: 300px !important;
  }
}
.page-template-template-tool-guide-2023 .reveal.product_modal li,
.page-template-template-tool-guide-2023 .reveal.product_modal p {
  font-size: clamp(1rem, 0.625rem + 0.9375vw, 1.1875rem) !important;
}
.page-template-template-tool-guide-2023 .reveal.product_modal ul {
  margin-block: 2rem;
}
.page-template-template-tool-guide-2023 .reveal.product_modal ul li {
  line-height: 1.3 !important;
}
.page-template-template-tool-guide-2023 .reveal.product_modal ul li + li {
  margin-top: 0.5rem;
}
.page-template-template-tool-guide-2023 .category_section {
  position: relative;
}
.page-template-template-tool-guide-2023 .category_section::after {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 1px;
  border-bottom: 1px solid #009DDB !important;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.page-template-template-tool-guide-2023 .category_section:last-of-type::after {
  display: none;
}
.page-template-template-tool-guide-2023 .button {
  background: rgba(0, 0, 0, 0.85);
  border-right: 3px solid rgb(0, 0, 0) !important;
  border-bottom: 3px solid rgb(0, 0, 0) !important;
}
.page-template-template-tool-guide-2023 .button:hover {
  background: #009DDB;
  border-right: 3px solid #0085b8;
  border-bottom: 3px solid #0085b8;
}

header .menu {
  position: relative;
}
header .megamenu a {
  border-top: 5px solid #009DDB;
}
@media print, screen and (max-width: 63.99875em) {
  header .megamenu a {
    font-size: 18px;
  }
}
header .searchform_container.desktop {
  display: flex;
  align-items: center;
  z-index: 200;
  max-width: 15ch;
  position: relative;
  overflow: visible !important;
  justify-content: flex-end;
  overflow: hidden;
}
header .searchform_container.desktop li {
  display: flex;
  align-items: center;
  z-index: 200;
}
header .searchform_container.desktop li:last-of-type {
  max-width: 15ch;
  position: relative;
  overflow: visible;
  justify-content: flex-end;
  overflow: hidden;
}
header .searchform_container span {
  background-color: #0093dd;
  border: 0px;
  color: rgba(0, 0, 0, 0.2);
}
header .searchform_container .input-group {
  margin-bottom: 0px;
  background-color: #009DDB;
}
@media print, screen and (min-width: 40em) {
  header .searchform_container .input-group {
    border: 5px solid #009DDB;
  }
}
header .searchform_container .input-group:focus-within {
  background-color: #009DDB;
  box-shadow: 0 0px 5px rgba(255, 255, 255, 0.25);
}
header .searchform_container .input-group:focus-within input {
  box-shadow: inset 0px 0px 15px 2px transparent;
  width: 370px;
  max-width: 100% !important;
  box-shadow: 0px;
}
@media print, screen and (min-width: 64em) {
  header .searchform_container .input-group:focus-within input {
    width: 410px;
  }
}
header .searchform_container .input-group input[type=text] {
  box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0);
  padding-left: 0px !important;
}
@media print, screen and (min-width: 40em) {
  header .shop_button_container {
    padding-left: 0.5rem;
  }
}
header .shop_button_container a.shop-now {
  font-size: 16px;
  display: flex !important;
  align-items: center;
  line-height: 1 !important;
  background: white !important;
  color: #009DDB;
  font-weight: bold;
  padding-left: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  header .shop_button_container a.shop-now {
    width: 100%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 40em) {
  header .shop_button_container a.shop-now {
    padding: 0px 1rem !important;
  }
}
header .shop_button_container a.shop-now::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f07a";
  font-size: 0.75em;
  line-height: 0.75em;
  margin-right: 0.5rem;
  font-weight: 500;
  margin-top: 3px;
}
header .shop_button_container a.shop-now:hover {
  background: white;
  color: #009DDB;
  font-weight: bold;
}

.newproducts2024 .button {
  font-style: oblique;
  margin-left: 38px;
}
.newproducts2024 .button.no-arrow::after {
  display: none;
}
.newproducts2024 .hero img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media print, screen and (min-width: 40em) {
  .newproducts2024 .hero img {
    height: 320px;
  }
}
@media print, screen and (min-width: 64em) {
  .newproducts2024 .hero img {
    height: 420px;
  }
}
.newproducts2024 .product_grid_with_header_and_subheader {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.newproducts2024 .product_grid_with_header_and_subheader .heading-section {
  margin-bottom: 4rem;
}
.newproducts2024 .product_grid_with_header_and_subheader h1 {
  line-height: 1.2;
  margin-block-end: 1rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .newproducts2024 .product_grid_with_header_and_subheader h1 {
    max-width: 30ch;
    margin-inline: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newproducts2024 .product_grid_with_header_and_subheader h1 {
    font-size: 36px;
  }
}
.newproducts2024 .product_grid_with_header_and_subheader h2 {
  line-height: 1.2;
  color: #008ac0;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .newproducts2024 .product_grid_with_header_and_subheader h2 {
    max-width: 30ch;
    margin-inline: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newproducts2024 .product_grid_with_header_and_subheader h2 {
    max-width: 80%;
    margin-inline: auto;
    font-size: 28px;
  }
}
.newproducts2024 .product_grid_with_header_and_subheader .products {
  justify-content: space-evenly;
}
.newproducts2024 .product_grid_with_header_and_subheader .products .product-cell {
  position: relative;
}
.newproducts2024 .product_grid_with_header_and_subheader .products .product-cell .overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.newproducts2024 .product_grid_with_header_and_subheader .products .cell {
  margin-bottom: 4rem;
}
.newproducts2024 .product_grid_with_header_and_subheader .products .cell img {
  display: inline-block;
  margin-bottom: 1rem;
}
.newproducts2024 .product_grid_with_header_and_subheader .products .cell p {
  font-size: 16px;
  line-height: 1.2;
  max-width: 80%;
  margin-inline: auto;
}
.newproducts2024 .product_grid_with_header_and_subheader .products .cell p strong {
  font-size: 28px;
  display: block;
  max-width: 350px;
  margin-inline: auto;
  text-transform: uppercase;
  color: #008ac0;
}
@media print, screen and (min-width: 64em) {
  .newproducts2024 .product_grid_with_header_and_subheader .products .cell p strong {
    max-width: 360px;
    font-size: 31px;
  }
}
.newproducts2024 .form {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.newproducts2024 .form .ginput_container input,
.newproducts2024 .form textarea {
  border-color: #009DDB;
  border-width: 3px;
}
.newproducts2024 .form h3 {
  color: #008ac0;
  margin-bottom: 2rem;
}
.newproducts2024 .form .form-container {
  margin-block-start: 4rem;
}
.newproducts2024 .form .form-container .gform_required_legend {
  position: absolute;
  left: -999999px;
}
.newproducts2024 .form .form-container .gfield_label,
.newproducts2024 .form .form-container label {
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .newproducts2024 .form .form-container .gfield_label,
  .newproducts2024 .form .form-container label {
    font-size: 1.25rem;
  }
}
.newproducts2024 .form .form-container .gform_footer {
  justify-content: center;
}
.newproducts2024 .form .form-container .gform_footer .button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.champLanding2024 .hero {
  display: grid;
  grid-template: "container";
  place-items: center;
  place-content: center;
  overflow: hidden;
}
.champLanding2024 .hero > * {
  grid-area: container;
}
.champLanding2024 .hero img {
  display: block;
  object-fit: cover;
  height: 300px;
  max-width: 100% !important;
  width: 100vw;
}
@media print, screen and (min-width: 40em) {
  .champLanding2024 .hero img {
    height: 430px;
  }
}
.champLanding2024 .hero h1 {
  padding: 1rem;
  background: white;
  margin-inline: 2rem;
  text-align: center;
}
.champLanding2024 .icons {
  padding-block: 4rem;
}
.champLanding2024 .icons .icon p {
  font-weight: bold;
}
.champLanding2024 .icons .icon img {
  max-width: 100px;
}
.champLanding2024 .image_with_text_5050 .grid-container {
  padding-inline: 0px;
}
.champLanding2024 .image_with_text_5050 .content {
  padding: 2rem 4rem;
}
@media print, screen and (min-width: 64em) {
  .champLanding2024 .image_with_text_5050 .content {
    padding: 3rem 5rem;
  }
}
.champLanding2024 .image_with_text_5050 .content p {
  font-size: 18px;
}
.champLanding2024 .image_with_text_5050 .content ul {
  position: relative;
}
.champLanding2024 .image_with_text_5050 .content ul li::marker {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}
.champLanding2024 .image_with_text_5050 .content ul li {
  padding-left: 1rem;
  font-weight: bold;
}
.champLanding2024 .image_with_text_5050 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.champLanding2024 .black_bar {
  color: white;
  background: #000000;
  padding-block: 4rem;
}
.champLanding2024 .black_bar .button {
  margin-inline: 1rem;
  margin-block: 1rem;
}
.champLanding2024 .black_bar .button::after {
  display: none;
}
.champLanding2024 .social_posts {
  padding-block: 4rem;
  overflow: hidden;
}
.champLanding2024 .social_posts .slideshow {
  padding-inline: 3rem;
}
.champLanding2024 .social_posts .slideshow .slick-arrow {
  font-size: 2rem;
}
.champLanding2024 .social_posts .slideshow .slick-arrow::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 2rem;
}
.champLanding2024 .social_posts .slideshow .slick-arrow.slick-next {
  right: 1rem !important;
  height: 2rem;
  width: 2rem;
}
.champLanding2024 .social_posts .slideshow .slick-arrow.slick-next::before {
  content: "\f330";
}
.champLanding2024 .social_posts .slideshow .slick-arrow.slick-prev {
  left: 1rem !important;
  height: 2rem;
  width: 2rem;
}
.champLanding2024 .social_posts .slideshow .slick-arrow.slick-prev::before {
  content: "\f32e";
}
.champLanding2024 .social_posts .slideshow .slick-track {
  display: flex;
}
.champLanding2024 .social_posts .slideshow .slick-track,
.champLanding2024 .social_posts .slideshow .slick-list {
  align-items: center;
}
.champLanding2024 .social_posts .slide {
  padding: 1rem;
  padding-bottom: 1rem !important;
}
.champLanding2024 .social_posts .slide.tiktok_post {
  height: 100%;
}
.champLanding2024 .social_posts .slide.tiktok_post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.champLanding2024 .social_posts .slide.instagram_post img {
  width: 100%;
  height: auto;
}

/*hey */
#main.multy-rack {
  background: #000 !important;
}
#main.multy-rack h2,
#main.multy-rack h3 {
  color: #009ddb;
}
#main.multy-rack img {
  width: 100%;
}
#main.multy-rack h1, #main.multy-rack p {
  color: white;
}
#main.multy-rack .multy_hero {
  display: grid;
}
#main.multy-rack .multy_hero h1 {
  color: white;
  line-height: 1;
  margin-bottom: 1rem;
}
#main.multy-rack .multy_hero > * {
  grid-row: 1;
  grid-column: 1;
}
#main.multy-rack .multy_hero .image_container {
  z-index: 1;
  content: "";
  position: relative;
}
#main.multy-rack .multy_hero .image_container::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, .35);*/
}
#main.multy-rack .multy_hero .image_container img {
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  display: block;
  object-fit: cover;
  object-position: bottom center;
}
@media print, screen and (min-width: 40em) {
  #main.multy-rack .multy_hero .image_container img {
    max-height: 550px;
  }
}
@media print, screen and (min-width: 64em) {
  #main.multy-rack .multy_hero .image_container img {
    max-height: 650px;
  }
}
#main.multy-rack .multy_hero .text_container {
  z-index: 2;
  position: relative;
  padding-block-start: 3rem;
  padding-block-end: 10rem;
}
#main.multy-rack .multy_hero .text_container .grid-x {
  /*    background: rgba(0,0,0,.3);*/
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: bold;
}
#main.multy-rack .multy_grid {
  padding-block: 4rem;
}
#main.multy-rack .multy_grid h2 {
  margin-block-end: 3rem;
}
#main.multy-rack .multy_grid h3 {
  margin-block-end: 1rem;
}
#main.multy-rack .signup_form {
  padding-block: 4rem;
  border-top: 2rem solid #009DDB;
  background: white;
}
#main.multy-rack .signup_form .grid-x {
  background: black;
  margin-inline: 2rem !important;
  padding-block: 2rem;
}
#main.multy-rack .signup_form .gform_heading {
  display: none !important;
}
#main.multy-rack .signup_form .gform_heading {
  display: none !important;
}
#main.multy-rack .signup_form .gfield_required {
  color: white !important;
}
#main.multy-rack .signup_form label {
  color: white;
}
#main.multy-rack .signup_form .gform_footer.top_label {
  padding-bottom: 0px !important;
}
#main.multy-rack .signup_form .gform_button {
  width: 100%;
  min-height: auto !important;
  margin-right: 0px;
}
@media print, screen and (min-width: 40em) {
  #main.multy-rack .signup_form .gform_button {
    width: 250px !important;
  }
}

.footer-product-banner .product-grid {
  display: flex;
  gap: 2rem;
}
.footer-product-banner .product-grid img {
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 0.5rem;
}
.footer-product-banner .product-grid .product {
  overflow: hidden;
}
.footer-product-banner .product-grid .product a {
  display: block;
  border: 1px solid white;
}
.footer-product-banner .product-grid .product a:hover {
  border: 1px solid #ce1141;
}
.footer-product-banner .content a {
  color: #ce1141;
}

.gform_wrapper {
  font-family: "Barlow Condensed", sans-serif;
}
.gform_wrapper .gform_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.gform_wrapper .gform_description {
  color: #767676;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.gform_wrapper .gfield_required {
  color: #CE1141 !important;
  margin-left: 0px !important;
}
.gform_wrapper .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_fields .gfield {
  margin-bottom: 1.5rem;
}
.gform_wrapper .gform_fields .gfield .gfield_label {
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.gform_wrapper .gform_fields .gfield .ginput_complex .ginput_left label,
.gform_wrapper .gform_fields .gfield .ginput_complex .ginput_right label,
.gform_wrapper .gform_fields .gfield .ginput_complex .ginput_full label,
.gform_wrapper .gform_fields .gfield .name_first label,
.gform_wrapper .gform_fields .gfield .name_last label,
.gform_wrapper .gform_fields .gfield .address_line_1 label,
.gform_wrapper .gform_fields .gfield .address_line_2 label,
.gform_wrapper .gform_fields .gfield .address_city label,
.gform_wrapper .gform_fields .gfield .address_state label,
.gform_wrapper .gform_fields .gfield .address_zip label,
.gform_wrapper .gform_fields .gfield .address_country label {
  font-size: 0.8rem;
  color: #767676;
  font-weight: 400;
  text-transform: none;
}
.gform_wrapper .gform_fields .gfield input[type=text],
.gform_wrapper .gform_fields .gfield input[type=email],
.gform_wrapper .gform_fields .gfield input[type=tel],
.gform_wrapper .gform_fields .gfield input[type=url],
.gform_wrapper .gform_fields .gfield input[type=number],
.gform_wrapper .gform_fields .gfield input[type=date] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.2s ease;
}
.gform_wrapper .gform_fields .gfield input[type=text]:focus,
.gform_wrapper .gform_fields .gfield input[type=email]:focus,
.gform_wrapper .gform_fields .gfield input[type=tel]:focus,
.gform_wrapper .gform_fields .gfield input[type=url]:focus,
.gform_wrapper .gform_fields .gfield input[type=number]:focus,
.gform_wrapper .gform_fields .gfield input[type=date]:focus {
  border-color: #00a1df;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 161, 223, 0.2);
}
.gform_wrapper .gform_fields .gfield select {
  width: 100%;
  padding: 0px 25px 0px 0.75rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1rem;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23231f20" d="M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.gform_wrapper .gform_fields .gfield select:focus {
  border-color: #00a1df;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 161, 223, 0.2);
}
.gform_wrapper .gform_fields .gfield select::-ms-expand {
  display: none;
}
.gform_wrapper .gform_fields .gfield textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1rem;
  background-color: #fff;
  min-height: 100px;
  resize: vertical;
  transition: border-color 0.2s ease;
}
.gform_wrapper .gform_fields .gfield textarea:focus {
  border-color: #00a1df;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 161, 223, 0.2);
}
.gform_wrapper .gform_fields .gfield input[type=file] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files {
  background-color: #f0f0f0;
  border: 1px solid #cacaca;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files:hover {
  background-color: #e0e0e0;
}
.gform_wrapper .gform_fields .gfield .validation_message {
  color: #CE1141;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.gform_wrapper .gform_fields .gfield .gfield_description {
  color: #767676;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.gform_wrapper .gform_fields .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gform_wrapper .gform_fields .ginput_complex > span {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: 200px;
}
.gform_wrapper .gform_fields .ginput_complex > span.ginput_full {
  flex: 1 1 100%;
}
.gform_wrapper .gform_fields .ginput_container_address .address_line_1,
.gform_wrapper .gform_fields .ginput_container_address .address_line_2 {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .ginput_container_address .address_city,
.gform_wrapper .gform_fields .ginput_container_address .address_state,
.gform_wrapper .gform_fields .ginput_container_address .address_zip,
.gform_wrapper .gform_fields .ginput_container_address .address_country {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .gform_wrapper .gform_fields .ginput_container_address .address_city {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .gform_wrapper .gform_fields .ginput_container_address .address_state {
    width: 48%;
    float: left;
  }
  .gform_wrapper .gform_fields .ginput_container_address .address_zip {
    width: 48%;
    float: left;
    margin-right: 4%;
    clear: left;
  }
  .gform_wrapper .gform_fields .ginput_container_address .address_country {
    width: 48%;
    float: left;
  }
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  margin-top: 2rem;
  padding: 0;
}
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_footer .gform_next_button,
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #CE1141;
  border: none;
  border-right: 3px solid #a01040;
  border-bottom: 3px solid #a01040;
  color: #ffffff;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: "Barlow Condensed", sans-serif;
  border-radius: 0;
}
.gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_footer .gform_next_button:hover,
.gform_wrapper .gform_footer .gform_next_button:focus,
.gform_wrapper .gform_footer .gform_previous_button:hover,
.gform_wrapper .gform_footer .gform_previous_button:focus,
.gform_wrapper .gform_footer .button:hover,
.gform_wrapper .gform_footer .button:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer .gform_button:hover,
.gform_wrapper .gform_page_footer .gform_button:focus,
.gform_wrapper .gform_page_footer .gform_next_button:hover,
.gform_wrapper .gform_page_footer .gform_next_button:focus,
.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_previous_button:focus,
.gform_wrapper .gform_page_footer .button:hover,
.gform_wrapper .gform_page_footer .button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #ae0e37;
  color: #fefefe;
}
.gform_wrapper .gform_footer .gform_button:after,
.gform_wrapper .gform_footer .gform_next_button:after,
.gform_wrapper .gform_footer .gform_previous_button:after,
.gform_wrapper .gform_footer .button:after,
.gform_wrapper .gform_footer input[type=submit]:after,
.gform_wrapper .gform_page_footer .gform_button:after,
.gform_wrapper .gform_page_footer .gform_next_button:after,
.gform_wrapper .gform_page_footer .gform_previous_button:after,
.gform_wrapper .gform_page_footer .button:after,
.gform_wrapper .gform_page_footer input[type=submit]:after {
  content: " ‣";
  margin-left: 0.5rem;
}
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_previous_button {
  background-color: #767676;
  border-right: 3px solid #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
}
.gform_wrapper .gform_footer .gform_previous_button:hover, .gform_wrapper .gform_footer .gform_previous_button:focus,
.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_previous_button:focus {
  background-color: #5a5a5a;
}
.gform_wrapper .validation_error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}
.gform_wrapper .gform_validation_errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}
.gform_wrapper .gform_validation_errors h2 {
  color: #721c24;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.gform_wrapper .gform_confirmation_message {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 1.5rem;
  border-radius: 4px;
  margin: 1rem 0;
}

@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper .gform_fields .ginput_complex > span {
    flex: 1 1 100%;
  }
}
.warranty-hero,
.warranty-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.warranty-section {
  margin-bottom: 2rem;
}

.warranty-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.warranty-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.warranty-logo {
  z-index: 3;
  max-width: 200px;
  position: relative;
  z-index: 100;
}

.warranty-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.warranty-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.warranty-text p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .warranty-hero,
  .warranty-section {
    min-height: 60vh;
  }
  .warranty-heading {
    font-size: 2rem;
  }
  .warranty-text {
    font-size: 1rem;
  }
  .warranty-logo {
    bottom: 1rem;
    left: 1rem;
    max-width: 150px;
    margin: auto;
  }
}
.warranty-limitations .limitations-heading {
  text-align: center;
  margin-bottom: 3rem;
}
.warranty-limitations .limitations-grid .limitation-item {
  padding: 1rem;
}
.warranty-limitations .limitations-grid .limitation-item img {
  object-fit: cover;
  width: 100%;
  max-width: 300px;
}
.warranty-limitations .limitations-grid .limitation-item .limitation-image {
  position: relative;
  overflow: hidden;
}
.warranty-limitations .limitations-grid .limitation-item .limitation-content {
  padding: 0 0 0 1.5rem;
}
.warranty-limitations .limitations-grid .limitation-item .limitation-content .limitation-description {
  color: #767676;
  line-height: 1.6;
}
.warranty-limitations .limitations-grid .limitation-item .limitation-content .limitation-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.warranty-limitations .limitations-grid .limitation-item .limitation-content .limitation-description ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.2rem;
  font-size: 16px;
  line-height: 1.2em;
  color: #000;
}
.warranty-limitations .limitations-grid .limitation-item .limitation-content .limitation-description ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: bold;
}

.warranty-additional {
  padding: 4rem 0;
}
.warranty-additional .section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
.warranty-additional .additional-content {
  background: white;
  border: 2px solid #00a1df;
  padding: 2rem;
  height: fit-content;
  font-size: 16px;
}
.warranty-additional .additional-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.warranty-additional .additional-content ul, .warranty-additional .additional-content ol {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.warranty-additional .additional-content ul li, .warranty-additional .additional-content ol li {
  margin-bottom: 0.5rem;
}
.warranty-additional .additional-content strong {
  color: #231f20;
  font-weight: 700;
}
.warranty-additional .gravity-form-container {
  background: white;
  padding: 2rem;
}
.warranty-additional .gravity-form-container .gform_wrapper {
  margin: 0;
}
.warranty-additional .gravity-form-container .gform_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.warranty-additional .gravity-form-container .gform_description {
  color: #767676;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.warranty-additional .gravity-form-container .gform_fields .gfield {
  margin-bottom: 1.5rem;
}
.warranty-additional .gravity-form-container .gform_fields .gfield .gfield_label {
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.warranty-additional .gravity-form-container .gform_fields .gfield input[type=text],
.warranty-additional .gravity-form-container .gform_fields .gfield input[type=email],
.warranty-additional .gravity-form-container .gform_fields .gfield input[type=tel],
.warranty-additional .gravity-form-container .gform_fields .gfield textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1rem;
}
.warranty-additional .gravity-form-container .gform_fields .gfield input[type=text]:focus,
.warranty-additional .gravity-form-container .gform_fields .gfield input[type=email]:focus,
.warranty-additional .gravity-form-container .gform_fields .gfield input[type=tel]:focus,
.warranty-additional .gravity-form-container .gform_fields .gfield textarea:focus {
  border-color: #00a1df;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 161, 223, 0.2);
}
.warranty-additional .gravity-form-container .gform_fields .gfield select {
  border-radius: 0 !important;
}
.warranty-additional .gravity-form-container .gform_fields .gfield textarea {
  min-height: 100px;
  resize: vertical;
}

.warranty-limitations-slider .limitation-slide {
  padding: 1rem;
}
.warranty-limitations-slider .limitation-slide .limitation-item {
  padding: 0;
  margin: 0;
}
.warranty-limitations-slider .slick-prev,
.warranty-limitations-slider .slick-next {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.warranty-limitations-slider .slick-prev:hover,
.warranty-limitations-slider .slick-next:hover {
  background: #0088c4;
}
.warranty-limitations-slider .slick-prev:before,
.warranty-limitations-slider .slick-next:before {
  color: #00a1df;
  font-size: 35px;
}
.warranty-limitations-slider .slick-prev {
  left: 10px;
}
.warranty-limitations-slider .slick-next {
  right: 10px;
}
.warranty-limitations-slider .slick-dots {
  bottom: -30px;
}
.warranty-limitations-slider .slick-dots li button:before {
  color: #cacaca;
  font-size: 12px;
}
.warranty-limitations-slider .slick-dots li.slick-active button:before {
  color: #00a1df;
}

@media screen and (max-width: 39.9375em) {
  .warranty-limitations {
    padding: 2rem 0;
  }
  .warranty-limitations .limitations-grid .limitation-item {
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .warranty-limitations .limitations-grid .limitation-item .limitation-image {
    margin-bottom: 1rem;
  }
  .warranty-limitations .limitations-grid .limitation-item .limitation-content {
    padding: 0;
  }
  .warranty-additional {
    padding: 2rem 0;
  }
  .warranty-additional .additional-content {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
  .warranty-additional .gravity-form-container {
    padding: 1.5rem;
  }
}
.warranty-limitations-slider-mobile {
  overflow: hidden;
}

#builtstrong-logo {
  width: 300px;
  max-width: 50%;
  margin-bottom: 1rem;
}

.floating-img {
  float: none;
  margin-right: 0px;
  margin-left: calc(50% - 50px);
  margin-bottom: 10px;
}

.dark-img-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.white-background {
  background-color: #ffffff;
}

.gray-background {
  background-color: rgb(239, 239, 239);
}

.dark-background {
  background-color: #0A0A0A;
}

.gray-border {
  border: 10px solid rgb(239, 239, 239);
}

.padding-vertical-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-vertical-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .floating-img {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.faqs-hero {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: white;
}
.faqs-hero .faqs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.faqs-hero .grid-container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.faqs-hero .faqs-logo {
  z-index: 3;
  max-width: 200px;
  position: relative;
  z-index: 100;
}
.faqs-hero .faqs-logo img {
  max-width: 100%;
  height: auto;
}
.faqs-hero .faqs-content {
  text-align: center;
  padding: 2rem 0;
}
.faqs-hero .faqs-content .faqs-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 39.9375em) {
  .faqs-hero .faqs-content .faqs-heading {
    font-size: 2rem;
  }
}
.faqs-hero .faqs-content .faqs-text {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .faqs-hero .faqs-content .faqs-text {
    font-size: 1rem;
  }
}
.faqs-hero .faqs-content .faqs-text h1, .faqs-hero .faqs-content .faqs-text h2, .faqs-hero .faqs-content .faqs-text h3, .faqs-hero .faqs-content .faqs-text h4, .faqs-hero .faqs-content .faqs-text h5, .faqs-hero .faqs-content .faqs-text h6 {
  color: white;
  margin-bottom: 1rem;
}
.faqs-hero .faqs-content .faqs-text p {
  margin-bottom: 1rem;
}

.faqs-section {
  padding: 4rem 0;
  background: white;
  position: relative;
}
.faqs-section .faqs-mobile-select {
  margin-bottom: 2rem;
}
.faqs-section .faqs-mobile-select .faqs-dropdown-wrapper {
  position: relative;
}
.faqs-section .faqs-mobile-select .faqs-dropdown-wrapper::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  top: 35%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #009DDB;
  font-size: 0.8rem;
  z-index: 2;
}
.faqs-section .faqs-mobile-select .faqs-dropdown {
  width: 100%;
  padding-right: 3rem;
  border: 2px solid #009DDB;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background: white;
  color: #231f20;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.faqs-section .faqs-mobile-select .faqs-dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 161, 223, 0.2);
}
.faqs-section .faqs-navigation {
  position: sticky;
  top: 150px;
  align-self: flex-start;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  margin-top: 100px;
}
.faqs-section .faqs-navigation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00a1df;
}
.faqs-section .faqs-navigation .faqs-nav-list {
  list-style: none;
  margin: 0;
  padding: 20px 0px 20px 0px;
}
.faqs-section .faqs-navigation .faqs-nav-item {
  margin-bottom: 0;
  position: relative;
}
.faqs-section .faqs-navigation .faqs-nav-item.active::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #00a1df;
}
.faqs-section .faqs-navigation .faqs-nav-item.active .faqs-nav-link {
  background: rgba(0, 161, 223, 0.1);
  color: #00a1df;
  font-weight: 700;
}
.faqs-section .faqs-navigation .faqs-nav-link {
  display: block;
  padding: 1rem 1.5rem;
  color: #231f20;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}
.faqs-section .faqs-navigation .faqs-nav-link:hover {
  background: rgba(0, 161, 223, 0.05);
  color: #00a1df;
  text-decoration: none;
}
.faqs-section .faqs-content-area .faqs-category-content {
  display: none;
}
.faqs-section .faqs-content-area .faqs-category-content.active {
  display: block;
}
.faqs-section .faqs-content-area .faqs-category-text p {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #231f20;
}
.faqs-section .faqs-content-area .faqs-category-text ul, .faqs-section .faqs-content-area .faqs-category-text ol {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.faqs-section .faqs-content-area .faqs-category-text ul li, .faqs-section .faqs-content-area .faqs-category-text ol li {
  margin-bottom: 0.5rem;
  color: #231f20;
}
.faqs-section .faqs-content-area .faqs-category-text strong {
  color: #231f20;
  font-weight: 700;
}
.faqs-section .faqs-content-area .faqs-category-text hr {
  border: none;
  border-top: 3px solid #009DDB;
  margin: 10px 0 10px;
}

@media screen and (max-width: 63.9375em) {
  .faqs-section .faqs-navigation {
    position: relative;
    top: auto;
    max-height: none;
    overflow-y: visible;
  }
}
@media screen and (max-width: 39.9375em) {
  .faqs-hero {
    min-height: 300px;
  }
  .faqs-hero .faqs-content {
    padding: 1rem 0;
  }
  .faqs-hero .faqs-content .faqs-heading {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .faqs-hero .faqs-content .faqs-text {
    font-size: 0.9rem;
  }
  .faqs-section {
    padding: 2rem 0;
  }
  .faqs-section .faqs-navigation {
    margin-bottom: 2rem;
    position: relative;
    top: auto;
    max-height: none;
    overflow-y: visible;
  }
  .faqs-section .faqs-content-area .faqs-category-text p {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=app.css.map */
