@charset "UTF-8";
@font-face {
  font-family: "GE Inspira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GEInspiraSans-Regular.eot");
  src: url("../fonts/GEInspiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GEInspiraSans-Regular.woff") format("woff"), url("../fonts/GEInspiraSans-Regular.woff2") format("woff2"), url("../fonts/GEInspiraSans-Regular.ttf") format("truetype"), url("../fonts/GEInspiraSans-Regular.svg#Inspira_Sans") format("svg");
}
@font-face {
  font-family: "GE Inspira Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/GEInspiraSans-Italic.eot");
  src: url("../fonts/GEInspiraSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GEInspiraSans-Italic.woff") format("woff"), url("../fonts/GEInspiraSans-Italic.woff2") format("woff2"), url("../fonts/GEInspiraSans-Italic.ttf") format("truetype"), url("../fonts/GEInspiraSans-Italic.svg#Inspira_Sans") format("svg");
}
@font-face {
  font-family: "GE Inspira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GEInspiraSans-Boldotf.eot");
  src: url("../fonts/GEInspiraSans-Boldotf.eot?#iefix") format("embedded-opentype"), url("../fonts/GEInspiraSans-Boldotf.woff") format("woff"), url("../fonts/GEInspiraSans-Boldotf.woff2") format("woff2"), url("../fonts/GEInspiraSans-Boldotf.ttf") format("truetype"), url("../fonts/GEInspiraSans-Boldotf.svg#Inspira_Sans") format("svg");
}
@font-face {
  font-family: "GE Inspira Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/GEInspiraSans-BoldItalic.eot");
  src: url("../fonts/GEInspiraSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GEInspiraSans-BoldItalic.woff") format("woff"), url("../fonts/GEInspiraSans-BoldItalic.woff2") format("woff2"), url("../fonts/GEInspiraSans-BoldItalic.ttf") format("truetype"), url("../fonts/GEInspiraSans-BoldItalic.svg#Inspira_Sans") format("svg");
}
/**
 * Foundation for Sites
 * Version 6.7.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&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: #ededeb;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 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;
}

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0362a9;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(2.58, 84.28, 145.34);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.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: 48em) {
  .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: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 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: 48em) {
  .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: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 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: 48em) {
  .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: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .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: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    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 0px;
    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: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(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: 48em) {
  .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: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(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: 48em) {
  .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: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 1.3rem;
  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;
}
.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: #fefefe;
  color: #0362a9;
}
.button:hover, .button:focus {
  background-color: rgb(215.9, 215.9, 215.9);
  color: #0362a9;
}
.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: #0362a9;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(2.4, 78.4, 135.2);
  color: #0a0a0a;
}
.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: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #0a0a0a;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #0a0a0a;
}
.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 #fefefe;
  color: #fefefe;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.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 #0362a9;
  color: #0362a9;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(1.5, 49, 84.5);
  color: rgb(1.5, 49, 84.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: #fefefe;
}
.button.clear:hover, .button.clear:focus {
  color: #7f7f7f;
}
.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: #0362a9;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(1.5, 49, 84.5);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #fefefe;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0362a9;
}
.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;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .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: #0362a9;
  color: #0a0a0a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(2.4, 78.4, 135.2);
  color: #0a0a0a;
}
.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: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #0a0a0a;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #0a0a0a;
}
.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 #fefefe;
  color: #fefefe;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.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 #0362a9;
  color: #0362a9;
}
.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(1.5, 49, 84.5);
  color: rgb(1.5, 49, 84.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: #fefefe;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #7f7f7f;
}
.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: #0362a9;
}
.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(1.5, 49, 84.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: 48em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media 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;
  }
}

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

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

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

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

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

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

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

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

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

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

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

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

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

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #ededeb;
}
.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;
}

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

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

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

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

.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.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: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #ededeb;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0362a9;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

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

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

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

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

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

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 47.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: 47.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;
}

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

.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: #0362a9;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(3.2947674419, 107.6290697674, 185.6052325581);
}

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

.tabs-content {
  border: 1px solid #ededeb;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

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

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

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

.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;
}
.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: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.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: transparent;
  color: #0362a9;
}
.menu .active > a {
  background: transparent;
  color: #0362a9;
}
.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;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

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

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

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

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0;
}
.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: #0362a9 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: #0362a9 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;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0362a9 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #0362a9;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0362a9 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0362a9;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0362a9 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0362a9 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0362a9;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0362a9 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0362a9 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0362a9;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0362a9 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0362a9;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  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(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  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(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  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(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  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(10, 10, 10, 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: 48em) {
  .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: 48em) {
  .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;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  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;
}
.top-bar,
.top-bar ul {
  background-color: none;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .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;
}

.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: 48em) {
  .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: 48em) {
  .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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 47.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-js [data-responsive-toggle],
.no-js .top-bar {
  display: none !important;
}

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

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.625rem;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-transform: uppercase;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 0.875rem;
  text-transform: uppercase;
}

p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

a,
a:hover,
a:active,
a:focus {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.header-logo {
  max-height: 4.4375rem;
}

#colophon {
  background-color: #ededeb;
  padding-bottom: 100px;
}
#colophon .footer-logo {
  height: 3.8125rem;
}
#colophon .legal {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0px 3px;
}

.footer-nav {
  margin: 0px 0px 30px 0px;
}
.footer-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-nav li {
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.5625rem;
  position: relative;
}
.footer-nav li a {
  color: #005EB8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
}
.footer-nav li:before {
  background-color: #4a90e2;
  content: "";
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%;
  width: 0.0625rem;
}
.footer-nav li:last-child:before {
  content: "";
  width: 0px;
}

.breadcrumb {
  color: #63666A;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1.125rem 0.625rem 0;
}
.breadcrumb a {
  color: #0362a9;
}

.social-nav {
  color: #0a0a0a;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.social-nav .social-icon-link {
  background-color: #63666A;
  border-radius: 100%;
  color: #ededeb;
  display: inline-block;
  font-size: 1.1em;
  height: 35px;
  line-height: 2em;
  margin: 10px 0px 0px 12.5px;
  padding: 2px 0px 1px 1px;
  text-align: center;
  width: 35px;
}
.social-nav .social-icon-link:hover {
  background-color: #0362a9;
}

.button {
  text-transform: uppercase;
  font-weight: 700;
}

.generic-contnet {
  font-size: 0.9375rem;
}
.generic-contnet h2 {
  color: #63666A;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}
.generic-contnet h3 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 1.375rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.product-cards .related-box {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.product-cards .product-social {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.product-cards .card {
  margin-bottom: 0rem;
}
.product-cards .related-product {
  border-bottom: 1px solid #e0e0dc;
}
.product-cards .related-product:last-child {
  border-bottom: 0px;
}

.card {
  border-radius: 0px;
  border: 1px solid #ededeb;
}
.card .card-divider {
  background-color: #0362a9;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  text-align: center;
}
.card .card-divider h4 {
  color: #fefefe;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  margin: auto;
  text-transform: uppercase;
}

.sideinfo .card:first-child .card-divider {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/*
.language, .mobile-language{
  display: block;
  .fal{
  display: block;
  position: absolute;
  }
  .flag{
    background-repeat: no-repeat;
    display: block;
    margin-left: 13px;

    font-size: 0.75rem;
    background-size: cover;
    text-transform: uppercase;
    text-align: left;
    background-position: left center;
    background-size: 20px;
    margin-top: -4px;
    color:$primary-gray;
    &:hover{
      cursor: pointer;
      &:before{
        opacity: 0;
      }
    }
    &.fr{
      // background-image:url(../images/flag-canada.png);

    }
    &.us{
      // background-image:url(../images/flag-united-states.png);
    }
  }
}*/
/*
.flag-dropdown {
  position: relative;

}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  a {
    padding: 22px 16px;
    text-decoration: none;
    display: block;
    font-size: .5em;
    color:$black;
  }
}


.flag-dropdown:hover .dropdown-content {
  cursor: pointer;
  display: block;
  padding: 10px 0px;
}

.product-page{
  h1{
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
}


.mobile-language{
  position: absolute;
  top: 23px;
  right: 50px;
}

*/
.gesearch .spyglass-btn {
  color: #0362a9;
  margin: 0px 15px 0px 10px;
}
.gesearch .spyglass-btn:hover {
  cursor: pointer;
  color: #63666A;
}
.gesearch {
  height: 2em;
  padding: 0;
  margin: 0;
  line-height: 2em;
  position: relative;
  -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;
}
.gesearch input {
  width: 9.5em;
  height: 2em;
  line-height: 1em;
  padding: 0 0 0 0.5em;
  border: none;
  outline: none;
  background-color: #fefefe;
  font-size: 1em;
  border-radius: 3px;
  float: left;
  display: block;
  -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;
}
.gesearch .spyglass {
  width: 2em;
  height: 2em;
  color: #0362a9;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  -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;
}
.gesearch .spyglass:hover {
  color: #0362a9;
}
.gesearch .spyglass:hover:before {
  content: "";
  background: transparent;
  height: 0rem;
  position: absolute;
  top: -0.4375rem;
  width: 100%;
}
.gesearch .spyglass {
  font-size: 1em;
}
.gesearch.collapsed {
  width: 2em;
}
.gesearch.collapsed input {
  width: 0;
  display: none;
  -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;
}
.gesearch.collapsed .spyglass {
  color: #0362a9;
  font-size: 1em;
}
.gesearch.collapsed .spyglass:hover {
  color: #bbb;
  font-size: 1em;
}

.mobilesearch {
  font-family: "Helvetica", FontAwesome, sans-serif;
  margin: 10px;
}
.mobilesearch [type=search] {
  max-width: 85%;
  margin-right: 10px;
}

.search-page-title {
  border-bottom: 2px solid #343a40;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #0362a9;
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.search-page-title span {
  font-weight: 700;
  text-transform: unset;
}

.searchlink {
  text-decoration: underline;
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
}

.readmore,
.search-submit {
  text-transform: capitalize;
  text-decoration: none;
  border: 0px;
  background-color: #0362a9;
  color: #fefefe;
  font-size: 1em;
  font-weight: 700;
  padding: 10px;
  display: inline-block;
}
.readmore:hover,
.search-submit:hover {
  cursor: pointer;
  background-color: #d9a435;
  color: #fefefe;
  text-decoration: none;
}

.emptysearchspacer {
  margin-top: 10px;
}

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

.noresults input[type=search] {
  max-width: 300px;
}

#page .footer-blue .white-btn {
  background-color: white;
}

.cc-fi-button.ps-widget {
  font-weight: bold !important;
}
.cc-fi-button.ps-widget span {
  font-weight: bold !important;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.slider-logo {
  left: 40px;
  top: 40px;
  position: absolute;
}
.slider-logo img {
  height: 90px;
}
@media print, screen and (max-width: 47.99875em) {
  .slider-logo {
    left: 20px;
    top: 50px;
    position: absolute;
  }
  .slider-logo img {
    height: 50px;
  }
}

.slider-tag {
  right: 40px;
  top: 50px;
  position: absolute;
}
.slider-tag img {
  height: 70px;
}
@media print, screen and (max-width: 47.99875em) {
  .slider-tag {
    right: 20px;
    top: 60px;
    position: absolute;
  }
  .slider-tag img {
    height: 30px;
  }
}

.logocontainer {
  display: block;
  z-index: 1;
  width: 100%;
  position: absolute;
}

.headerslider {
  position: relative;
  z-index: 0;
}

.slider-background {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-content {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  z-index: 1;
}
.slider-content a {
  color: #d9a435;
}
.slider-content h1 {
  font-family: Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0 0 0.9375rem;
  padding: 0px;
}
.slider-content h3 {
  font-family: Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0 0 0.9375rem;
  padding: 0px;
}
.slider-content .category {
  color: #fefefe;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.prod-image-pager {
  margin: 15px 0px 0px 0px;
  text-align: center;
}

.prod-slider-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #e0e0dc;
  display: inline-block;
  height: 6.25rem;
  margin-left: 0;
  margin-right: 0.625rem;
  overflow: hidden;
  position: relative;
  width: 3.3rem;
}
.prod-slider-thumb.active {
  border: 2px solid #d9a435;
  background-color: transparent;
}

.prod-images {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0dc;
}

.prod-slider-arrows {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  padding: 0px 30px;
  margin-top: -25px;
}
.prod-slider-arrows .genextsldr {
  float: right;
}
.prod-slider-arrows .fal {
  color: #ededeb;
  text-shadow: 1px 1px 2px rgb(150, 150, 150);
}

.gepager {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.gepager .bx-pager-item {
  display: inline-block;
  margin: 5px;
}
.gepager .bx-pager-link {
  text-indent: -9999px;
  border-radius: 50%;
  border: 0.0625rem solid #fefefe;
  width: 0.625rem;
  display: inline-block;
  height: 0.625rem;
  background-color: transparent;
}
.gepager .bx-pager-link.active {
  background-color: #fefefe;
}

.sub-slider-image {
  position: relative;
}
.sub-slider-image .ima-product {
  bottom: 1.25rem;
  left: 0;
  max-height: 29.25rem;
  min-height: 14.375rem;
  position: absolute;
  width: auto;
  margin: auto;
}

.genextsldr, .geprevsldr {
  font-size: 1.6em;
}
.genextsldr a, .geprevsldr a {
  color: #fefefe;
}

.prod-bxslider {
  overflow: hidden;
}

.bxslider {
  position: relative;
}
.bxslider li {
  position: relative;
  min-height: 40rem;
  background-size: cover;
}

.slider {
  padding: 0px;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.gesealantsslider {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.gesealantsslider img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
  overflow: hidden;
}

/** THEME
===================================*/
.gesealantsslider .bx-pager,
.gesealantsslider .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.gesealantsslider .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 */
.gesealantsslider .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

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

.gesealantsslider .bx-pager.bx-default-pager a:hover,
.gesealantsslider .bx-pager.bx-default-pager a.active,
.gesealantsslider .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.gesealantsslider .bx-pager-item,
.gesealantsslider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.gesealantsslider .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.gesealantsslider .bx-prev {
  left: 10px;
}

.gesealantsslider .bx-prev:hover,
.gesealantsslider .bx-prev:focus {
  background-position: 0 0;
}

.gesealantsslider .bx-next {
  right: 10px;
}

.gesealantsslider .bx-next:hover,
.gesealantsslider .bx-next:focus {
  background-position: -43px 0;
}

.gesealantsslider .bx-controls-direction a {
  position: absolute;
  bottom: 20%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.gesealantsslider .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.gesealantsslider .bx-controls-auto {
  text-align: center;
}

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

.gesealantsslider .bx-controls-auto .bx-start:hover,
.gesealantsslider .bx-controls-auto .bx-start.active,
.gesealantsslider .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

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

.gesealantsslider .bx-controls-auto .bx-stop:hover,
.gesealantsslider .bx-controls-auto .bx-stop.active,
.gesealantsslider .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.gesealantsslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.gesealantsslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.gesealantsslider .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.gesealantsslider .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.site-header {
  padding: 30px 10px 25px 20px;
}

.nav-bar {
  font-size: 99%;
}

.grid-padding-x {
  padding: 0px 20px;
}

.menu-top-menu-container {
  margin: -4px 0px 13px 0px;
}
.menu-top-menu-container a {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #63666A;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
}
.menu li {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  margin: 10px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.desktop li {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  margin: 10px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.desktop li a {
  color: #0362a9;
}
.desktop li.active .current-menu-item a {
  background-color: #d9a435;
  color: #fefefe;
}
.desktop li .is-dropdown-submenu {
  padding: 0px;
  margin-top: 10px;
}
.desktop li .is-dropdown-submenu li {
  margin: 0px;
  width: auto;
}
.desktop li .is-dropdown-submenu li a {
  margin: 0px;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.desktop li .is-dropdown-submenu li a:hover {
  background-color: #d9a435;
  color: #fefefe;
}

.blue-sub-nav {
  background-color: #0362a9;
  padding-left: 10px;
}
.blue-sub-nav a {
  color: #fefefe;
  display: inline-block;
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 0.5;
  padding: 20px 10px;
  position: relative;
  text-transform: uppercase;
}
.blue-sub-nav a.active {
  opacity: 1;
}
.blue-sub-nav a.active:before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.375rem solid #ededeb;
  content: "";
  left: calc(50% - 10px);
  position: absolute;
  top: 0;
}
.blue-sub-nav a:hover {
  opacity: 1;
}

.mobile {
  background-color: #fefefe;
}
.mobile .submenu {
  background-color: #005eb8;
}
.mobile .submenu a {
  padding: 10px;
  color: #fefefe;
  border-bottom: 1px solid #fefefe;
}
.mobile li {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
}
.mobile li a {
  padding: 15px 10px;
  border-bottom: 1px solid #0362a9;
  color: #0362a9;
}
.mobile li.active .current-menu-item a {
  background-color: #d9a435;
  color: #fefefe;
}
.mobile li .is-dropdown-submenu {
  background-color: #d9a435;
  padding: 10px;
  margin-top: 0px;
}
.mobile li .is-dropdown-submenu li {
  margin: 0px;
  width: auto;
  border-bottom: 0px solid;
}
.mobile li .is-dropdown-submenu li a {
  margin: 0px;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.mobile li .is-dropdown-submenu li a:hover {
  background-color: #d9a435;
  color: #fefefe;
}

#colophon {
  background-color: #ededeb;
  padding-top: 2em;
}

.our_products {
  max-width: 100rem;
  margin: auto;
  padding-top: 3.9375rem;
  padding-bottom: 3.9375rem;
  background-color: #e0e0dc;
}

.section-heading {
  font-family: Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4375rem;
  font-style: italic;
  color: #63666A;
}
.section-heading h2 {
  font-family: Arial, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.8125rem;
  color: #0a0a0a;
}

.home-products .image {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  overflow: hidden;
}
.home-products .product-inner {
  max-width: 270px !important;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: auto;
}
.home-products .category-copy {
  padding-top: 10px;
}
.home-products .category-copy a {
  color: #0362a9;
  margin-bottom: 0.25rem;
  display: block;
}

.projects-box {
  background-color: #0362a9;
  padding-bottom: 3.375rem;
}
.projects-box .projects-header {
  color: #fefefe;
  padding: 20px 0px 0px;
}
.projects-box .projects-header h2 {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.8125rem;
  color: #fefefe;
}
.projects-box .projects-header h3 {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.625rem;
  color: #fefefe;
}
.projects-box .project-image {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 250px;
}
.projects-box .home-products {
  padding-top: 1.625rem;
  padding-bottom: 3.375rem;
}
.projects-box .home-product:hover {
  text-decoration: underline;
}
.projects-box .project-link {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1.25rem 0 0;
}
.projects-box .project-link a {
  color: #fefefe;
}
.projects-box .project-link a:hover {
  text-decoration: underline;
}

.generic-page {
  background-color: #fefefe;
  padding: 0px 0px 60px;
}

.post-thumbnail img {
  border-radius: 8px;
  min-width: 100%;
}

.header-image img {
  border-radius: 0px;
  min-width: 100%;
}

.post-content {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding-left: 3.8125rem;
  padding-top: 0.625rem;
  margin-top: 0.9375rem;
}

.blue-background {
  background-color: #0362a9;
  color: #fefefe;
  margin-bottom: 20px;
  padding: 34px 20px 14px 20px;
  box-sizing: border-box;
}

.projects-howtos {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin: 1.875rem auto 0;
}

.projects-howtos-block {
  border-radius: 8px;
  border: 1px solid #e0e0dc;
  padding-bottom: 1.9375rem;
}
.projects-howtos-block .howtoimage {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 11rem;
  margin-bottom: 0.8125rem;
  min-width: 100%;
  width: 100%;
}
.projects-howtos-block .detail {
  color: #0362a9;
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
  padding: 0 0.9375rem;
}
.projects-howtos-block .detail:hover {
  text-decoration: underline;
}

.products {
  margin: auto;
  padding-top: 3.9375rem;
  padding-bottom: 3.9375rem;
}

.product-category-block .product-cat-image {
  background-size: cover;
  background-position: center center;
  min-height: 24.375rem;
}
.product-category-block .product-cat-text {
  background-color: #ededeb;
  padding: 3.6875rem 1.875rem;
}

.tabs {
  border: 0px;
  text-align: left;
  margin-bottom: -1px;
}
.tabs .tabs-title > a:hover {
  background: transparent;
}
.tabs tabs-title > a[aria-selected=true] {
  background: transparent;
  color: #0c304e;
}
.tabs .tabs-title {
  float: none !important;
  display: inline-block;
  border-top: 1px solid #e0e0dc;
  border-left: 1px solid #e0e0dc;
  border-right: 1px solid #e0e0dc;
  border-bottom: 1px solid #e0e0dc;
  border-bottom: 0px solid #fff;
  margin-right: 0.0625rem;
  text-align: center;
  background-color: #ededeb;
}
.tabs .tabs-title a {
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 0.875rem;
  color: #0a0a0a;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem;
  font-size: 0.8em;
  color: #0362a9;
}
.tabs .tabs-title:hover {
  background-color: #fefefe;
}
.tabs .is-active {
  background-color: #fefefe;
}

.project-link {
  padding: 0 0.9375rem;
}
.project-link a {
  color: #0362a9;
}
.project-link a:hover {
  text-decoration: underline;
}

.tabs-panel a {
  color: #0362a9;
}
.tabs-panel a:hover {
  text-decoration: underline;
}

.tabs-content.vertical {
  border: 1px solid #ededeb;
}

.tabs-content {
  border: 1px solid #e0e0dc;
  padding: 1.5625rem 1.25rem;
  height: auto;
}

.howtos a:not(.button) {
  text-decoration: underline;
}
.howtos a:not(.button):hover {
  text-decoration: none;
}
.howtos .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.howtos .embed-container iframe,
.howtos .embed-container object,
.howtos .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.howtos ol {
  list-style: none;
  counter-reset: ge-howto-counter;
}
.howtos ol > li {
  margin: 2rem 0 2rem 0;
  counter-increment: ge-howto-counter;
  position: relative;
  border-bottom: 1px solid #e0e0dc;
  padding-bottom: 20px;
}
.howtos ol > li:before {
  --size: 2.875rem;
  border-radius: 50%;
  border: 0.0625rem solid #e0e0dc;
  color: #d9a435;
  content: counter(ge-howto-counter);
  font-size: 1.75rem;
  font-weight: bold;
  height: var(--size);
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  position: absolute;
  text-align: center;
  width: var(--size);
}
.howtos ol > li ul li:before {
  content: "";
  border: 0px solid #e0e0dc;
}
.howtos ol > li > ol li {
  border-bottom: 0px solid #e0e0dc;
  margin: 0 0 0rem 0;
  padding-bottom: 0px;
}
.howtos ol > li > ol li:before {
  content: "";
  border: 0px solid #e0e0dc;
}

.project-grid-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.0625rem solid #e0e0dc;
  overflow: hidden;
  padding-bottom: 1.9375rem;
}

.howto-img-btn {
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
  height: 11rem;
  margin-bottom: 0.8125rem;
  position: relative;
}
.howto-img-btn.video:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  line-height: 2.5rem;
  content: "\f144";
  color: #eb212e;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.project-box a .post-title {
  color: #0362a9;
  margin: 0.3125rem 0rem 1rem 0rem;
  display: block;
}
.project-box a:hover > .post-title {
  text-decoration: underline;
}
.project-box .project-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.color-swatch {
  position: absolute;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0.0625rem solid #fefefe;
  width: 1rem;
  height: 1rem;
  display: block;
}

.product-color {
  display: inline-block;
  text-align: center;
  margin: 10px 0px 10px;
  min-width: 80px;
}
.product-color .product-color-swatch {
  text-align: center;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0.0625rem solid #e0e0dc;
  width: 1rem;
  height: 1rem;
  display: block;
}

.colorswatches .product-color-swatch {
  margin-top: 5px;
}

.colorselect {
  border: solid 1px #fefefe;
  margin-right: 5px;
  padding: 15px;
}
.colorselect:hover {
  cursor: pointer;
  border: solid 1px #979797;
}

.selected-color {
  border: solid 1px #0362a9;
}

.ext-links {
  border-top: 1px solid #0362a9;
  margin: 20px 0px;
  padding: 0px 0px;
}
.ext-links .grid-x {
  max-width: 350px;
}
.ext-links .ext-link a {
  font-weight: 700;
  background-color: #0362a9;
  color: #fefefe;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 10px;
  -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;
}
.ext-links .ext-link a:hover {
  background-color: #63666A;
  -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;
}

.little-header {
  font-weight: 700;
  text-transform: uppercase;
}

.faq-section-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.faqs .accordion-title::before {
  background-color: #0362a9;
  color: #fefefe;
  content: "+";
  font-size: 1.5em;
  font-weight: 700;
  margin-top: -0.5rem;
  padding: 2px 6px 0px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 25px;
  right: 0.5rem;
}
.faqs .accordion-title {
  color: #0362a9;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 1.1875rem 0;
  border: 0px solid #ededeb;
  border-bottom: 1px solid #e0e0dc;
  background-color: #fefefe;
  padding-right: 4rem;
}
.faqs .accordion-title:hover {
  background-color: #fefefe;
}
.faqs .accordion-title.is-active {
  background-color: #fefefe;
}
.faqs .accordion-content {
  border: 0px;
}

.press-box {
  border-bottom: 1px solid #e0e0dc;
  padding: 30px 0px;
}
.press-box:last-child {
  border-bottom: 0px solid #e0e0dc;
}
.press-box .news-date {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0px 0px 15px;
}
.press-box a {
  color: #0362a9;
  font-weight: 700;
  padding: 0px 0px 10px;
  text-decoration: underline;
}

.also-available {
  text-decoration: underline;
  font-size: 0.9em;
  color: #0362a9;
}
.also-available:hover {
  text-decoration: none;
}

.where-to-buy-logos img {
  width: 100px;
}

.btn {
  border-radius: 3.4375rem;
  background-color: rgb(217, 164, 53);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  cursor: pointer;
  border-color: rgba(217, 164, 53, 0.2);
  background-color: rgba(217, 164, 53, 0.8);
}

.buy-in-store .card-divider {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  margin: auto;
  text-transform: uppercase;
  color: #fefefe;
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.buyinstore {
  padding: 20px;
}
.buyinstore h3 {
  font-size: 1em;
}

.products-top-content {
  padding: 20px;
}

sup {
  font-family: system-ui;
}

.where-to-buy .wtb-column {
  padding: 1rem;
  border: 1px solid #ededeb;
}
.where-to-buy .card {
  border: none;
}
.where-to-buy .wtb-logo-wrapper {
  margin: 5px;
}
.where-to-buy .wtb-logo-wrapper img {
  border: 1px solid #ededeb;
  border-radius: 12px;
}

#container .item {
  width: 100%;
}
#container .projects-howtos {
  max-width: 100%;
}

.button-group {
  background-color: transparent;
  color: #0a0a0a;
}
.button-group .button {
  background-color: #f5f5f5;
  font-size: 0.8em;
  margin: 0px 10px 10px 0px;
}
.button-group .is-checked {
  background-color: #d8d8d8;
}
.button-group:hover {
  background-color: transparent;
}

.cc-Notice-module-icon_3Wywe, .cc-Notice-module-msg_3qtEV {
  display: none !important;
}

.ge_cc_alert {
  font-size: 1.2rem;
  margin: 20px;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px transparent;
}

.form-group label {
  position: absolute;
  z-index: 2;
  top: 1.1875rem;
  left: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  color: #d9a435;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: text;
  transition: all 0.2s ease-in-out;
}

.form-group {
  position: relative;
}

input[type=text], input[type=email], textarea {
  padding-top: 1.5625rem;
  position: relative;
  z-index: 1;
}

input[type=text], input[type=email], select, textarea {
  appearance: none;
  -webkit-appearance: none;
  height: 3rem;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 1.875rem;
  border: 0.0625rem solid #e0e0dc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: transparent !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #000000;
  outline: 0;
  box-shadow: none !important;
}

.form-group.active label {
  top: 0.4375rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.625rem;
}

textarea {
  resize: none;
}

::placeholder {
  color: #d9a435;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d9a435;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

::-ms-input-placeholder {
  color: #d9a435;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-us-form {
  margin-bottom: 100px;
}

.ge-filter-check {
  color: #fefefe;
  position: relative;
  width: 100%;
  display: flex;
}
.ge-filter-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.ge-filter-check label {
  border: 1px solid #fefefe;
  color: #fefefe;
  cursor: pointer;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}
.ge-filter-check label span {
  margin: -5px 0px 0px 20px;
  width: 160px;
}
@media print, screen and (max-width: 47.99875em) {
  .ge-filter-check label span {
    width: 220px;
  }
}
.ge-filter-check label span {
  display: block;
  padding-top: 3px;
  line-height: 1.2em;
  clear: both;
}
.ge-filter-check label:after {
  background-color: #fefefe;
  color: white;
  content: "";
  height: 12px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  display: block;
  width: 12px;
}
.ge-filter-check .filterlabel {
  border-bottom: 1px solid #fefefe;
  color: #fefefe;
  margin: 25px 0px;
  text-transform: uppercase;
  width: 100%;
}
.ge-filter-check input[type=checkbox] {
  visibility: hidden;
}

.side-filter :last-child:not(.is-active) > .accordion-title {
  border-bottom: 0px solid #ededeb;
  border-radius: 0 0 0 0;
}
.side-filter .accordion-end {
  border-bottom: 0.0625rem solid #979797;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  padding-top: 15px;
}
.side-filter .accordion-title {
  border: 0px;
  color: #fefefe;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.side-filter .accordion-title::before {
  font-size: 2em;
  font-weight: 400;
}
.side-filter .accordion-title:hover {
  background-color: transparent;
}
.side-filter .accordion-title:focus {
  background-color: transparent;
}
.side-filter .accordion-content {
  color: #fefefe;
  border: 0px solid #ededeb;
}
.side-filter .accordion-content:last-child {
  border-bottom: 0px solid #ededeb;
}
.side-filter .accordion {
  background: transparent;
  list-style-type: none;
  margin-left: 0;
}
.side-filter .accordion-content {
  background: transparent;
}
.side-filter ul {
  margin-bottom: 0.25rem;
}

.side-filter {
  background-color: #0362a9;
}
.side-filter .filter-title {
  background-color: #0362a9;
  color: #fefefe;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 3.6875rem;
  padding: 0em 1.25rem;
  margin-bottom: 2.5em;
  text-transform: uppercase;
}

.filterpage {
  padding: 0px;
}

.product-finder-module {
  min-height: 100%;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 48em) {
  .product-finder-module {
    position: fixed;
    top: 0;
    transform: translateY(100%) translateY(-59px);
    z-index: 10;
    max-width: 375px;
    right: 0;
  }
  .product-finder-module.open {
    transform: translateY(100%) translateY(-397px);
    transition: all 300ms;
    background: #fefefe;
  }
}
.product-finder-module .answer-container {
  padding-top: 10px;
}
.product-finder-module .module-title {
  background-color: #0362a9;
  padding: 20px;
  color: #fefefe;
  text-transform: uppercase;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
}
.product-finder-module .module-title:hover {
  cursor: pointer;
}
.product-finder-module .module-title .open-close-filter {
  top: calc(50% - 18px);
  right: 10px;
  right: 20px;
}
.product-finder-module .module-title .open-close-filter:after {
  top: 50%;
  margin-top: -0.5rem;
  content: "+";
  font-size: 1.7em;
  font-weight: 400;
}
.product-finder-module .module-title.open .open-close-filter:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.product-finder-module .open-close-filter {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
}
.product-finder-module .filters-inner {
  background-color: #0362a9;
}
.product-finder-module .filters-inner dl {
  color: #fefefe;
  border-bottom: 0.0625rem solid #979797;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.product-finder-module .filters-inner dl:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.product-finder-module .filters-inner dl.open {
  padding-bottom: 0;
}
.product-finder-module .filters-inner dl.open > dd {
  display: none;
}
.product-finder-module .filters-inner dl dt {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 1.25rem;
}
.product-finder-module .filters-inner dl dd label {
  position: relative;
  display: flex;
}
.product-finder-module .filters-inner dl dd label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.product-finder-module .filters-inner dl dd label input[type=checkbox]:checked ~ .text:before {
  background-color: #0362a9;
}
.product-finder-module .filters-inner dl dd label .text {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 1.4375rem;
}
.product-finder-module .filters-inner dl dd label .text span {
  color: #CCCCC9;
  font-weight: 400;
  display: inline-block;
  margin-left: 0.3125rem;
}
.product-finder-module .filters-inner dl dd label .text:before {
  position: absolute;
  left: 0;
  content: "";
  border: 0.0625rem solid #fefefe;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  margin-right: 0.3125rem;
}
.product-finder-module .filters-inner dl dd label .color {
  position: absolute;
  right: 0;
  border-radius: 50%;
  border: 0.0625rem solid #fefefe;
  width: 1rem;
  height: 1rem;
  display: block;
}
.product-finder-module .filters-inner .open-close-filter {
  top: 0.1875rem;
  right: 0;
}
.product-finder-module .filters-inner .open-close-filter.open:before {
  transform: rotate(90deg);
}
.product-finder-module .filters-inner .open-close-filter.open:after {
  transform: rotate(0deg);
}
.product-finder-module .filters-inner {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .product-finder-module .filters-inner {
    display: block;
  }
}
.product-finder-module .filters-inner.open {
  display: block !important;
  transform: translateY(1px);
  background-color: #0362a9;
}

.drilldown-root {
  min-height: 320px;
  position: relative;
}

.drilldown {
  overflow: hidden;
  width: auto;
  padding: 10px;
  margin: 1px 0 0;
  /*background-color: #F3F3F3;*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.drilldown-sub {
  display: none;
  min-height: 320px;
}
@media print, screen and (min-width: 48em) {
  .drilldown-sub {
    min-height: 400px;
  }
}

.drilldown-container {
  min-height: 320px;
}
@media print, screen and (min-width: 48em) {
  .drilldown-container {
    min-height: 400px;
  }
}

.drilldown-back {
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.drilldown-back a {
  background: url(../images/back_arrow@3x.svg) no-repeat center left;
  color: #d9a435;
  border: 0;
  padding-left: 42px;
  text-transform: none;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  font-family: "GE Inspira Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.3125rem;
  background-size: 2.0625rem;
}
.drilldown-back a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 48em) {
  .product-finder-bar {
    position: absolute;
    z-index: 100;
    width: 100%;
    overflow: hidden;
  }
}

.question {
  padding: 0.625rem 0.5rem 0;
  color: #fefefe;
  display: block;
  text-align: center;
  min-height: 78px;
  margin: 20px 0px 10px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

.answer {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  color: #fefefe;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  background: #fefefe;
  border: 1px solid;
  border-color: #d9a435;
  color: #d9a435;
  border-radius: 1.3rem;
  display: block;
  margin: 0 auto 0.625rem;
  max-width: 15.8125rem;
  text-decoration: none;
}
.answer:hover {
  background-color: #d9a435;
  color: #fefefe;
  text-decoration: none;
}

.btn-primary:hover {
  border-color: rgba(217, 164, 53, 0.2);
  background-color: rgba(217, 164, 53, 0.8);
}

.floatcontainer {
  float: right;
}
@media print, screen and (min-width: 48em) {
  .floatcontainer .product-finder-module {
    position: fixed;
  }
}

.product-grid-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.0625rem solid #e0e0dc;
  min-height: 100%;
  overflow: hidden;
  padding: 0.9375rem;
}

.product-box a .post-title {
  color: #0362a9;
  margin: 0.3125rem 0rem 1rem 0rem;
  display: block;
}
.product-box a:hover > .post-title {
  text-decoration: underline;
}
.product-box .product-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.product-link img {
  max-height: 18.75rem;
}

.filtered .product-grid-item {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.reviews-container {
  max-height: 300px;
  overflow-y: scroll;
}
.reviews-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: #ededeb;
}
.reviews-container::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #d9a435;
}

.ratings > div,
.prod-ratings {
  margin-top: 10px;
  height: 23px !important;
}

#review_tab h3 {
  background-color: #0362a9;
  color: #fefefe;
  text-align: center;
  padding: 13px;
  margin-top: 50px;
  font-size: 1.2em;
}

.sds-table th,
.sds-table td {
  border: 4px solid #fff;
}
.sds-table a {
  text-decoration: underline;
}
.sds-table a:hover {
  text-decoration: none;
}

#safety_data_sheets-tab .border-rt {
  border-right: 1px solid #63666A;
}
@media print, screen and (max-width: 47.99875em) {
  #safety_data_sheets-tab .border-rt {
    border-right: 0px solid #63666A;
  }
}

.single-products .cc-fi-button {
  display: none !important;
  color: white !important;
  font-weight: bold !important;
}
.single-products .cc-fi-button span {
  color: white !important;
  font-weight: bold !important;
}
.single-products .cc-fi-button.showButton {
  display: block !important;
}
.single-products .howto_content {
  padding: 0.5rem 0.25rem;
  color: #0a0a0a;
}
.single-products .comparison-table {
  margin-top: 2rem;
}
.single-products .reveal-overlay .reveal {
  background: transparent !important;
  border: 0px;
  padding-top: 3rem;
}
.single-products .reveal-overlay .reveal iframe {
  width: 100%;
  min-height: 60vh;
}
.single-products .reveal-overlay .reveal .close-button {
  top: 0px;
  right: 0px;
  position: absolute;
  font-size: 4rem;
  color: white;
}
.single-products .reveal-overlay {
  background: rgba(0, 0, 0, 0.95);
}
.single-products .prod-slider-thumb {
  width: 4rem;
  height: 4rem;
  margin: 0.25rem;
}
.single-products .prod-image-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-products .prod-bxslider img {
  max-height: 400px;
  /*    max-width: 400px;*/
  width: auto !important;
}
.single-products .prod-bxslider {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  float: none !important;
}
.single-products .prod-bxslider div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-products thead th {
  text-align: center;
  background: white;
  border-bottom: 1px solid;
}
.single-products .tabs-content .ps-disabled:hover {
  background: rgb(0, 0, 0) !important;
}
.single-products #product_videos {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .single-products #product_videos {
    flex-direction: row;
  }
}
.single-products #product_videos .video {
  text-decoration: none !important;
  align-self: flex-start !important;
  min-width: 50%;
}
.single-products #product_videos .video:hover .video-title {
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
.single-products #product_videos .video:hover .video_container:before {
  background: rgba(3, 98, 169, 0.65);
}
.single-products #product_videos .video i {
  transition: ease-in-out all 250ms;
  font-size: 32px;
}
.single-products #product_videos .video i:before {
  color: white;
  opacity: 1;
}
.single-products #product_videos .video img {
  width: 100%;
  display: block;
}
.single-products #product_videos .video .video_container {
  position: relative;
}
.single-products #product_videos .video .video_container::before {
  position: absolute;
  z-index: 1;
  background: rgba(3, 98, 169, 0.85);
  transition: ease-in-out all 250ms;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
}
.single-products #product_videos .video .video_title_container {
  color: white;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: ease-in-out all 250ms;
  transform-origin: center center;
  z-index: 2;
}
.single-products #product_videos .video .video_title_container span {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
.single-products #product_videos .video .video_title_container .video-title {
  z-index: 2;
}

.fa-times {
  margin: 0px 10px;
  color: #63666A;
}

.fa-check {
  margin: 0px 7px;
  color: #03a910;
}

.desktop-compare a {
  text-decoration: underline;
}
.desktop-compare a:hover {
  text-decoration: none;
}
.desktop-compare {
  margin-top: 30px;
}
.desktop-compare td:nth-child(2) {
  border-right: 2px solid #63666A;
}
.desktop-compare thead th {
  text-align: center;
  border-right: 1px solid #fefefe;
}
.desktop-compare thead th:nth-child(2) {
  border-right: 2px solid #63666A;
}
.desktop-compare thead {
  color: #0362a9;
  background-color: #fefefe;
}
.desktop-compare thead img {
  width: 75px;
}
.desktop-compare .attribute {
  font-weight: 700;
}

.mobile-compare {
  margin-top: 30px;
}
.mobile-compare a {
  text-decoration: underline;
  color: #fefefe;
}
.mobile-compare a:hover {
  text-decoration: none;
}
.mobile-compare thead {
  background: #0362a9;
  color: #fefefe;
}

html {
  scroll-behavior: smooth;
}

#specialty > div > div.cell.medium-8.section-info > div.recommended > span:nth-child(2) {
  color: #63666A;
}

#specialty > div > div.cell.medium-8.section-info > div.recommended > span:nth-child(2) > span {
  border: 4px solid #63666A;
}

#produitsdespcialit > div > div.cell.medium-8.section-info > div.recommended > span:nth-child(2) {
  color: #63666A;
}

#produitsdespcialit > div > div.cell.medium-8.section-info > div.recommended > span:nth-child(2) > span {
  border: 4px solid #63666A;
}

.additional-link a {
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.1rem;
}
.additional-link a:hover {
  text-decoration: none;
}

.exploreslider {
  position: relative;
  margin: 0 auto 30px;
}
.exploreslider .exploreslidercopy {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.exploreslider .exploreslidercopy h1 {
  font-weight: 700;
  color: #fefefe;
  font-size: 3.5rem;
  line-height: 3.5rem;
  padding: 20px;
  text-align: center;
}

.explore-content {
  background-color: #fefefe;
}
.explore-content #masthead {
  background-color: #fefefe;
  border-bottom: 1px solid rgba(128, 128, 128, 0.336);
}
.explore-content #masthead .header-logo {
  max-height: 3.4375rem;
}
.explore-content #masthead .blue-btn {
  background-color: #1e73be;
  color: #fff;
  margin: auto;
  font-size: 1rem;
  border-radius: 50px;
  padding: 10px;
}
.explore-content .explore-header {
  padding: 10px 20px;
}
.explore-content h2 {
  text-transform: capitalize;
}
.explore-content .slider .grid-container {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}
.explore-content .slider .explore-slider-content {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.explore-content .slider .explorebxslider {
  background-color: black;
}
.explore-content .slider .explorebxslider li {
  height: 500px;
  min-height: unset;
  background-color: black;
  background-position: right;
}
.explore-content .slider .content-outer {
  height: 100%;
}
.explore-content .slider .the-slide-content h1 {
  font-weight: 700;
  color: #fefefe;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
.explore-content .slider .screen {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.explore-content .button {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.explore-content .button:hover {
  background-color: #13294B !important;
}
.explore-content .white-btn {
  background-color: #fff;
  color: #13294B;
  margin: auto;
}
.explore-content .white-btn:hover {
  background-color: #13294B;
  color: #fff;
}
.explore-content .blue-btn {
  background-color: #1e73be;
  color: #fff;
  margin: auto;
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 15px;
}
.explore-content .blue-btn:hover {
  background-color: #63666A;
  color: #fff;
}
.explore-content #content > div:nth-child(3) > div > div:nth-child(2) {
  padding: 0px 10px;
}
.explore-content .header-btns {
  margin-bottom: 20px;
}
.explore-content .header-btns .button {
  color: #fff;
  font-weight: 700;
  width: 100%;
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 15px;
}
.explore-content .header-btns .button:hover {
  background-color: #13294B !important;
}
.explore-content .recommended {
  color: #13294B;
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 1.2rem;
  padding: 0px 20px 15px 20px;
}
.explore-content .recocircle {
  width: 30px;
  height: 30px;
  border: 4px solid #13294B;
  border-radius: 100%;
  margin: 0px 10px -8px 0px;
  display: inline block;
  display: inline-block;
}
.explore-content .grid-container {
  max-width: 1450px;
  margin: 0 auto;
}
.explore-content .section-info {
  font-size: 18px;
  color: #63666A;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-right: 15px;
}
.explore-content .info-title {
  border-bottom: 3px solid;
  font-size: 35px;
  font-weight: 700;
  color: #13294B;
  padding: 10px 20px 11px 20px;
  width: 100%;
}
.explore-content .info-description {
  padding: 20px 20px 20px 20px;
}
.explore-content .info-description p {
  line-height: 1.5em;
}
.explore-content .product-row {
  background-color: #F2F2F2;
}
.explore-content .product-type {
  display: block;
  width: 100%;
}
.explore-content .product-card {
  background-color: #fefefe;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto;
  color: #63666A;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}
.explore-content .product-card .product-btns a {
  margin-right: 10px;
}
.explore-content .product-card .product-info, .explore-content .product-card .product-btns {
  width: 100%;
}
.explore-content .product-card .product-title {
  font-weight: 700;
  margin: 15px 0px 15px 0px;
}
.explore-content .product-card img {
  margin: auto;
  display: block;
}
.explore-content .footer-blue {
  background-color: #005EB8;
  font-size: 2rem;
  color: #fefefe;
  font-weight: 700;
  padding: 40px 20px 0px 20px;
}
.explore-content .footer-blue p {
  line-height: 1.3em;
}
.explore-content .footer-blue .button {
  font-size: 0.6em;
  border-radius: 100px;
  color: #005EB8;
}
.explore-content .footer-blue .button:hover {
  background-color: #005EB8;
  color: #fefefe;
}
.explore-content .footer-blue .grid-container {
  padding-bottom: 0px;
}
.explore-content .content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.explore-content .content-section h2 {
  color: #13294B;
  text-transform: capitalize;
}
.explore-content .content-section {
  color: #63666A;
  font-size: 20px;
}

#content > div:nth-child(5) {
  padding-top: 0px;
  padding-bottom: 50px;
}

.top-content-section {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-content-section h2 {
  color: #13294B;
  text-transform: inherit;
}
.top-content-section {
  color: #63666A;
  font-size: 20px;
}

@media print, screen and (max-width: 47.99875em) {
  #content > div:nth-child(5) {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .explore-content .content-section {
    padding-top: 20px;
    padding-bottom: 0px;
    color: #63666A;
    font-size: 20px;
  }
  .explore-content #masthead .blue-btn {
    margin: 10px auto 15px;
  }
  .explore-content .info-title {
    font-size: 25px;
  }
  .exploreslider .exploreslidercopy h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .explore-content .slider .the-slide-content h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .explorebxslider li {
    height: 300px;
    min-height: unset;
    background-color: black;
  }
  .explore-content .slider .the-slide-content p {
    line-height: 2.7rem;
  }
  .explore-content .slider .explorebxslider li {
    height: unset;
    min-height: unset;
    padding: 70px 0px;
    height: 280px;
    text-align: center;
  }
  .explore-content .footer-blue {
    font-size: 1.5rem;
    color: #fefefe;
    font-weight: 700;
    padding: 20px 20px 0px;
  }
  .explore-content .footer-blue .button {
    margin: 10px 0px 20px;
  }
}
.explore-anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

@media print, screen and (max-width: 47.99875em) {
  .explore-anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .tabs .tabs-title {
    display: block;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .header-logo {
    max-height: 3.0625rem;
    padding: 0px 20px 5px;
  }
  .site-header {
    padding: 16px 0px 0px 0px;
  }
  .bxslider li {
    position: relative;
    min-height: 20rem;
    background-size: cover;
  }
  .product-category-block .product-cat-image {
    min-height: 250px;
  }
  .slider-background {
    position: relative;
    display: block;
    height: 150px;
    width: 100%;
    z-index: 0;
    background-size: cover;
  }
  .slider-content .sub-slider-image .ima-product {
    top: 20px;
  }
  .slider-content {
    background-color: #343a40;
    color: #fefefe;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 0px;
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
    font-size: 0.875rem;
    z-index: 1;
    line-height: 0.5em;
  }
  .slider-content p {
    line-height: 1.2em;
  }
  .slider-content a {
    color: #d9a435;
  }
  .slider-content h1 {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6rem;
    margin: 0 0 0.9375rem;
    padding: 0px;
  }
  .slider-content .category {
    color: #fefefe;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
  }
  .projects-box .project-image {
    height: 90px;
  }
}
@font-face {
  font-family: "gotham_problack";
  src: url("../fonts/gothampro-black-webfont.woff2") format("woff2"), url("../fonts/gothampro-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_promedium";
  src: url("../fonts/gothampro-medium-webfont.woff2") format("woff2"), url("../fonts/gothampro-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_proregular";
  src: url("../fonts/gothampro-webfont.woff2") format("woff2"), url("../fonts/gothampro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ge-location-finder-container {
  margin-bottom: 3rem;
}

.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: #0362a9;
  color: #fefefe;
}

#category-filters-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid;
}
#category-filters-container .checkbox-container {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#category-filters-container .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#category-filters-container .checkbox-container:hover input ~ .checkmark {
  background-color: rgba(0, 32, 93, 0.5);
}
#category-filters-container .checkbox-container input:checked ~ .checkmark {
  background-color: #0362a9;
}
#category-filters-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#category-filters-container .checkbox-container input:checked ~ .checkmark:after {
  display: block;
  background-color: #0362a9;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
#category-filters-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid;
}
#category-filters-container label {
  color: #0362a9;
  font-size: 1rem;
}

#ge-map-container {
  width: 100%;
  border: 3px solid #0362a9;
  padding: 0px;
}

.loc-alt-dist {
  display: none;
}

.ge-loc-list {
  font-size: 13px;
  height: 530px;
  overflow-x: auto;
  width: 100%;
  border: 0px solid #0362a9;
}
.ge-loc-list::-webkit-scrollbar-track {
  background: #CCCCC9;
  padding: 5px;
}
.ge-loc-list::-webkit-scrollbar {
  width: 14px;
  padding: 2px;
}
.ge-loc-list::-webkit-scrollbar {
  width: 14px;
  padding: 2px;
}
.ge-loc-list::-webkit-scrollbar-thumb {
  background-color: #0362a9;
}

.ge-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ge-loc-list ul li {
  border-bottom: 1px solid;
  padding: 20px 0px;
  box-sizing: border-box;
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  line-height: normal;
  font-size: 1.3em;
}

.ge-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%;
}

.loc-directions a {
  text-decoration: underline;
  font-weight: bold;
  color: #0362a9;
}
.loc-directions a:hover {
  color: #0362a9;
}

.ge-loc-list .list-details .list-content {
  padding: 10px;
}

.loc-name {
  color: #0362a9;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
  margin-bottom: 10px;
}

.loc-addr3 {
  margin-bottom: 10px;
}

.loc-category {
  margin-bottom: 20px;
}
.loc-category span {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

.ge-map {
  float: left;
  height: 530px;
  width: 100%;
  border: 0px solid #0362a9;
}

#map-section {
  /*	max-width: 75rem;*/
  margin: auto;
  padding: 20px;
}

.map-input-label {
  font-size: 14px;
  margin-bottom: 0px;
}

.map-input .premium-btn {
  margin-top: 10px 0px;
}
.map-input .cell {
  padding-right: 20px;
}

#use-my-location {
  margin: 10px 0px;
}

@media (min-width: 550px) {
  .results-spacer {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .checkbox-container {
    display: block;
  }
  #category-filters-container {
    margin-top: 12px;
  }
}
@media (min-width: 900px) {
  .location-button-wrapper {
    display: inline-block;
  }
}
@media (min-width: 1140px) {
  .checkbox-container {
    display: block;
  }
}
.bx-wrapper {
  border: 1px solid #B1B3B3;
}

.challenge-slider {
  display: block;
  overflow: hidden;
}
.challenge-slider .item {
  display: flex;
  -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 .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;
}

.challengeslider .bx-controls {
  osition: absolute;
  margin: auto;
  height: 40px;
  top: 50%;
  width: 100%;
  z-index: 4;
  margin: -20px auto 20px;
}
@media print, screen and (max-width: 47.99875em) {
  .challengeslider .bx-controls {
    position: relative;
    margin: auto;
    max-width: 130px;
    height: 40px;
    z-index: 4;
    margin: -50px auto 20px;
  }
}

.header-single-text {
  position: absolute;
  z-index: 5;
  width: 100%;
}

.slider-screen {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  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;
  margin-bottom: 20px;
  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 {
  margin: 10px auto;
  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: Arial;
  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;
  display: flex;
  border: 2px solid #DA291C;
  color: #005EB8;
  text-indent: 0px !important;
  border-radius: 100%;
  background: #fefefe;
  align-items: center;
  justify-content: center;
}
.challengeslider .bx-prev:hover {
  background: #13294B;
  color: #fefefe;
}
.challengeslider .bx-prev {
  padding: 2px 3px 0px 3px;
}

.challengeslider .bx-prev:hover,
.challengeslider .bx-prev:focus {
  background-position: 0 0;
}

.challengeslider .bx-next {
  right: 10px;
  display: flex;
  border: 2px solid #DA291C;
  color: #005EB8;
  text-indent: 0px !important;
  border-radius: 100%;
  background: #fefefe;
  align-items: center;
  justify-content: center;
}
.challengeslider .bx-next:hover {
  background: #13294B;
  color: #fefefe;
}
.challengeslider .bx-next {
  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;
  text-indent: -9999px;
  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: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.home-slider {
  background-color: #EEEFEF;
  padding: 50px 0px 20px;
}
.home-slider .slider-card {
  display: block;
  width: 280px;
  height: 280px;
  margin: auto;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}
.home-slider .slider-card a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.home-slider .slider-card a:hover {
  text-decoration: none;
}

body.renew-container {
  background: #ffffff;
}

h2 {
  font-size: 2em;
  text-transform: initial;
}

h3 {
  /*	font-family: 'gotham_problack', sans-serif;*/
  font-size: 32px;
}

.h1 {
  /*	font-family: 'gotham_promedium', sans-serif;*/
  color: #13294B;
  font-weight: 700;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  font-size: 38px;
  line-height: 1.3em;
  font-family: "gotham_problack";
  color: #13294B;
}

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

.close-button {
  font-size: 2em;
}
.close-button:hover {
  cursor: pointer;
}

.modal-reveal {
  width: 80px;
}

.header-video {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  align-content: center;
  flex-direction: column-reverse;
  justify-content: center;
}
.header-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.header-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.supreme-logo-section {
  padding: 10px;
}

.supreme-parent-header-img {
  display: flex;
  width: 100%;
  min-height: 450px;
  background-position: center center;
  background-size: cover;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.re-new-header-btns {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media print, screen and (max-width: 47.99875em) {
  .re-new-header-btns {
    margin-top: 10px;
  }
}
.re-new-header-btns a {
  margin-left: 0px;
}

.re-new-text {
  max-width: 550px;
  font-size: 18px;
  color: #13294B;
}

.re-new-title {
  font-weight: 700;
  padding: 0px;
  margin-top: 30px;
  font-size: 38px;
  line-height: 1.3em;
  font-family: "gotham_problack";
  color: #13294B;
}

.re-new-product-title {
  font-size: 2em;
  font-weight: 700;
  font-family: "gotham_problack";
  line-height: 1.2em;
  color: #13294B;
}

.re-new-prod-img {
  margin: 30px;
}
.re-new-prod-img img {
  max-height: 350px;
}

.red-blue-divide div {
  height: 15px;
  display: inline-block;
  float: left;
  width: 50%;
}
.red-blue-divide .red-divide {
  background-color: #DA291C;
}
.red-blue-divide .blue-divide {
  background-color: #005EB8;
}

.shadow-box {
  -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
}
.shadow-box .premium-btn {
  margin: 20px 0px;
}

.re-new-left-header {
  max-width: 300px;
  max-width: 670px;
  padding: 30px;
  margin: auto;
}

.red-blue-divide-small div {
  height: 2px;
  display: inline-block;
  float: left;
  width: 50%;
}
.red-blue-divide-small .red-divide {
  background-color: #DA291C;
}
.red-blue-divide-small .blue-divide {
  background-color: #005EB8;
}

/*
.renew {
	color: $red;

	span {
		color: $blue;
	}
}*/
.vertical-divide {
  display: inline-block;
  width: 5px;
  color: grey;
  height: 100%;
}

.premium-btn {
  background-color: #DA291C;
  padding: 2px 25px 3px;
  font-weight: 700;
  margin: 10px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}
.premium-btn:hover {
  background-color: #13294B !important;
  color: #fefefe;
  cursor: pointer;
}
.premium-btn:focus {
  color: #fefefe;
}

.map-find-btns {
  display: flex;
}

.form-input .premium-btn {
  padding: 5px 15px 6px;
}

.list-content {
  font-family: "gotham_proregular";
}
.list-content .loc-name {
  color: #13294b;
  text-transform: initial;
  font-family: "gotham_promedium";
}
.list-content .loc-addr {
  font-family: "gotham_proregular";
}
.list-content .loc-dist {
  font-family: "gotham_proregular";
}
.list-content .loc-directions a {
  color: #13294b;
}
.list-content .loc-directions a:hover {
  color: #DA291C;
}

#colophon {
  background-color: #EEEFEF;
}

.loc-addr,
.loc-addr3 {
  text-transform: lowercase;
  display: inline-block;
}

.loc-addr::first-line,
.loc-addr3::first-line {
  text-transform: capitalize;
}

.shop-online {
  font-size: 3em;
  font-family: "gotham_problack", sans-serif;
  margin-right: 20px;
}
@media print, screen and (max-width: 47.99875em) {
  .shop-online {
    width: 100%;
    margin-right: 0px;
  }
}

#ge-location-finder .button.secondary {
  padding: 5px 15px 6px;
  font-weight: 700;
  margin: 10px 0px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-transform: initial;
}

.shop-online-row {
  display: flex;
  justify-content: center;
  padding: 60px 0px;
}
@media print, screen and (max-width: 47.99875em) {
  .shop-online-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.prod-description ul {
  margin: 0px 0px 20px 20px;
}
.prod-description ul {
  list-style-type: none;
}
.prod-description ul > li {
  text-indent: -20px;
}
.prod-description ul > li:before {
  content: "—";
  text-indent: -5px;
  font-weight: 700;
  margin-right: 7px;
}

@media print, screen and (max-width: 47.99875em) {
  .premium-btn {
    font-size: 14px;
  }
}
.two-col {
  padding: 40px 0px;
}

#map-section h3 {
  padding-left: 15px;
}

.header-wrap {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #000;
}
.header-wrap .screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.5046393557) 16%, rgba(255, 255, 255, 0) 100%);
}
@media print, screen and (max-width: 47.99875em) {
  .header-wrap .screen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
  }
}

.logo-btn {
  font-size: 1rem;
  padding: 2px 15px 3px;
  font-weight: 700;
  margin: 10px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #005EB8;
  height: 55px;
  width: 170px;
}
.logo-btn:hover {
  background-color: #E8E8E8;
}
.logo-btn.amazon {
  background-image: url("../images/amazon-logo-color.png");
}
.logo-btn.home-depot {
  background-image: url("../images/home-depot-logo.jpg");
}
.logo-btn.walmart {
  background-image: url("../images/walmart-logo.png");
  background-size: 120px;
}

.product-gallery {
  padding: 30px 0px;
}

.supreme-header {
  margin: 0px auto;
  color: #13294B;
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding: 90px 0px;
}
.supreme-header .right-header {
  padding: 0px 0px;
}
.supreme-header .premium-btn {
  font-size: 1rem;
}
.supreme-header .supreme-header-img {
  max-width: 550px;
  height: auto;
}
.supreme-header h1 {
  font-weight: 700;
  padding: 0px;
  margin-top: 30px;
  font-size: 3em;
  line-height: 1.3em;
  font-family: "gotham_problack";
}
.supreme-header p {
  line-height: 1.5em;
}

.supreme-parent-header {
  margin: 0px auto;
  color: #13294B;
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding: 0px 0px;
  padding-bottom: 0px !important;
}
.supreme-parent-header .right-header {
  padding: 0px 0px;
}
@media print, screen and (max-width: 47.99875em) {
  .supreme-parent-header .right-header {
    padding: 20px 0px;
  }
}
.supreme-parent-header .premium-btn {
  font-size: 1rem;
}
.supreme-parent-header .supreme-header-img {
  max-width: 550px;
  height: auto;
}
.supreme-parent-header h1 {
  font-weight: 700;
  padding: 0px;
  font-size: 3em;
  line-height: 1.1em;
  font-family: "gotham_problack";
}
@media print, screen and (max-width: 47.99875em) {
  .supreme-parent-header h1 {
    font-size: 2em;
  }
}
.supreme-parent-header h1 p {
  line-height: 1.5em;
}

@media print, screen and (max-width: 47.99875em) {
  .supreme-header h1 {
    font-size: 2em;
  }
  .supreme-header .right-header {
    padding: 20px 0px;
  }
}
.store-logo-header {
  display: inline-block;
  position: relative;
}
.store-logo-header img {
  width: 220px;
}
.store-logo-header span {
  font-weight: 700;
  width: 100%;
  font-size: 0.7em;
  display: block;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  .store-logo-header {
    margin: 0px 0px 0px 0px;
  }
}

.store-logo-header-lowes {
  display: inline-block;
  margin: 0px 0px 0px 98px;
  position: relative;
}
.store-logo-header-lowes img {
  width: 80px;
}
.store-logo-header-lowes span {
  font-weight: 700;
  width: 100%;
  font-size: 0.7em;
  display: block;
  text-align: center;
}
.store-logo-header-lowes:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  left: -50px;
  position: absolute;
  background-color: #696967;
  float: left;
}
@media print, screen and (max-width: 47.99875em) {
  .store-logo-header-lowes {
    margin: 0px 0px 0px 0px;
  }
}

.below-header {
  font-size: 1.5em;
}

.supreme-features img {
  width: 130px;
}
.supreme-features .caption {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 20px;
}

.title-divide {
  display: block;
  width: 100%;
  height: 5px;
}

.project-title {
  font-size: 32px;
  font-family: "gotham_problack";
  margin-bottom: 30px;
}
@media print, screen and (max-width: 47.99875em) {
  .project-title {
    font-size: 28px;
  }
}

.sealing-location-btns {
  background-color: #E8E8E8;
  padding: 10px 0px;
}
.sealing-location-btns .where-sealing {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-container {
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
}

.bxslider-mid {
  margin-left: 0px;
}

.pager {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.pager a {
  margin: 10px;
  display: inline-block;
  max-width: 85px;
  margin: 5px;
  border: 2px solid #fefefe;
}
.pager a.active {
  display: inline-block;
  margin: 5px;
  border: 2px solid #DA291C;
}

.supreme-header-logo {
  display: inline-block;
  max-width: 200px;
}

@media print, screen and (max-width: 47.99875em) {
  .supreme-header-logo {
    max-width: 200px;
  }
}
.page-template-re-new header {
  background-color: #fff;
}
.page-template-re-new .header-grid-container {
  margin: 0px auto;
}
.page-template-re-new .is-stuck {
  -webkit-box-shadow: 0px 0px 0px 1px #000000;
  box-shadow: 0px 0px 0px 1px #000000;
}

.shop-brand-online,
.grey-back {
  background-color: #EEEFEF;
}

.store-logo-body {
  display: inline-block;
  margin: 0px auto 20px;
  position: relative;
}
.store-logo-body img {
  width: 120px;
}
.store-logo-body span {
  font-weight: 700;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
}

#ge-user-location input[type=text],
#ge-user-location input[type=email],
#ge-user-location select,
#ge-user-location textarea {
  height: 40px;
}
#ge-user-location input[type=text],
#ge-user-location input[type=email],
#ge-user-location textarea {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.prod-description {
  padding: 0px 10px;
}
.prod-description h3 {
  padding-bottom: 20px;
}
.prod-description p {
  padding-bottom: 20px;
}
.prod-description a {
  text-decoration: underline;
  color: #DA291C;
}
.prod-description a:hover {
  text-decoration: none;
  color: #005EB8;
}

.where-to-use {
  border-bottom: 2px solid #0a0a0a;
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
}

.ge-map-form-container.grid-container {
  margin: 0 auto;
}

.geticker span {
  padding: 0px 10px;
  font-style: italic;
  /*		font-size: .9em;*/
  font-size: 1.125rem;
  color: #fefefe;
}

.eocjs-newsticker {
  padding: 5px 0 7px;
  background-color: #E8E8E8;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 20px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #555555;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin 0.75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .header-wrap.pro {
    background-position: -890px center;
  }
}
/****** JC UPDATES ***********/
html {
  scroll-padding-top: 4rem;
}

/** Global **/
.renew-container h2.re-new-title {
  margin-top: 0px;
}
.renew-container {
  /*
  .grid-container:not(.full) {
  	max-width: 1200px;
  }*/
}
@media print, screen and (max-width: 63.99875em) {
  .renew-container h2 {
    font-size: 1.5rem;
  }
  .renew-container p {
    font-size: 1rem;
  }
}
.renew-container .small {
  font-size: 0.85em;
  margin-bottom: 0.4rem;
}
.renew-container .renew-text .renew-red {
  color: #DA291C;
}
.renew-container .renew-text .renew-blue {
  color: #005EB8;
}
.renew-container .left_content_video_right iframe {
  width: 100%;
  display: block;
  min-height: 450px;
}
.renew-container .divider {
  position: relative;
  z-index: 2;
  padding-bottom: 0px !important;
  border: 0px;
}
.renew-container .divider hr {
  max-width: 100%;
  margin: 0px;
  background: #da291c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #DA291C 0%, #da291c 49.999999%, #055eb8 50%, #055eb8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #da291c 0%, #da291c 49.999999%, #055eb8 50%, #055eb8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #da291c 0%, #da291c 49.999999%, #055eb8 50%, #055eb8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da291c', endColorstr='#055eb8', GradientType=1);
  /* IE6-9 */
}
.renew-container .divider.thick hr {
  height: 15px;
}
.renew-container .divider.thin hr {
  height: 4px;
}
.renew-container .alternating_video_grid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.renew-container .alternating_video_grid iframe {
  width: 100%;
  display: block;
}
.renew-container .alternating_video_grid .content {
  padding: 2vw;
}
.renew-container .alternating_video_grid h2 {
  margin-bottom: 1rem;
}
.renew-container .alternating_video_grid + .divider {
  margin-top: 1rem;
}
@media print, screen and (min-width: 64em) {
  .renew-container .alternating_video_grid + .divider {
    margin-top: 3.5rem;
  }
}
.renew-container .gallery_product_description {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.renew-container .gallery_product_description .content {
  display: flex;
  flex-direction: column;
  padding: 0px 2rem;
}
@media print, screen and (max-width: 47.99875em) {
  .renew-container .gallery_product_description .content {
    margin-top: 2rem;
  }
}
.renew-container .gallery_product_description .content p {
  font-family: "gotham_problack";
  font-size: 1.25rem;
}
.renew-container .gallery_product_description .content li {
  font-family: "gotham_promedium";
  font-size: 1.125rem;
}
.renew-container .gallery_product_description h2 {
  font-weight: 700;
  padding: 0px;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .renew-container .gallery_product_description h2 {
    font-size: 2rem;
  }
}
.renew-container .gallery_product_description h2 {
  line-height: 1.1em;
  font-family: "gotham_problack";
}
.renew-container .gallery_product_description .renew-slideshow-nav {
  text-align: center;
}
.renew-container .gallery_product_description .renew-slideshow-nav .slide {
  margin: 1px;
}
.renew-container .gallery_product_description .renew-slideshow-nav {
  /*margin-top: .5rem;*/
}
@media print, screen and (min-width: 64em) {
  .renew-container .gallery_product_description .renew-slideshow-nav img {
    max-height: 75px;
    width: auto;
  }
}
.renew-container .gallery_product_description .renew-slideshow-nav .slick-slide img {
  /*border: 1px solid #707070;*/
  border: 1px solid #b1b3b3;
}
.renew-container .gallery_product_description .renew-slideshow-nav .slick-current img {
  border: 3px solid #DA291C;
}
@media print, screen and (min-width: 48em) {
  .renew-container .gallery_product_description .slide-content .renew-slideshow {
    margin-right: 1rem;
  }
}
.renew-container .gallery_product_description .slide-content .renew-slideshow .slide {
  text-align: center;
}
.renew-container .gallery_product_description .slide-content .renew-slideshow img {
  /*border: 1px solid #707070;*/
  border: 1px solid #b1b3b3;
  display: inline-block;
  max-width: calc(100% - 2px);
}
.renew-container .gallery_product_description .slide-content .renew-slideshow {
  /*				height: 100%;*/
}
.renew-container .gallery_product_description .slide-navigation {
  display: flex;
  /*align-self: center;*/
}
.renew-container .gallery_product_description .button-container {
  /*margin-top: auto;*/
}
.renew-container .shop_online h2 {
  font-weight: 700;
  padding: 0px;
  line-height: 1.1em;
  font-family: "gotham_problack";
  margin-bottom: 0px;
}
@media print, screen and (min-width: 64em) {
  .renew-container .shop_online h2 {
    font-size: 3rem;
  }
}
.renew-container .shop_online {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .renew-container .shop_online {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.renew-container .shop_online .button {
  border-radius: 2rem;
  border: 2px solid #005EB8;
  margin: 0.5rem 0.25rem;
  padding: 0px;
}
.renew-container .shop_online .button:hover {
  background: #E8E8E8;
}
.renew-container .two_column_layout img {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.renew-container .two_column_layout h2 {
  /*font-style: oblique;*/
}
.renew-container .two_column_layout p {
  font-family: "gotham_promedium";
}
.renew-container #map-section {
  max-width: 1200px;
}
.renew-container #map-section h2 {
  margin-bottom: 1rem;
}
.renew-container #map-section input,
.renew-container #map-section select {
  /*	border: 2px solid $primary_blue;
  	border-radius: 0px;*/
}
.renew-container #map-section #ge-map-container {
  border-width: 2px;
}
.renew-container #map-section #ge-map {
  border-left: 2px solid;
}
.renew-container #map-section .ge-location-finder-container .grid-container {
  padding: 0px;
}
.renew-container #map-section button {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .renew-container #map-section button {
    margin-bottom: 0px;
  }
}
.renew-container #map-section label {
  line-height: 1.2;
}
.renew-container #colophon {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#language_chooser {
  z-index: 30;
  background: white;
  max-width: 200px;
}
#language_chooser ul {
  margin: 0px;
}
#language_chooser ul li {
  list-style: none;
  padding: 5px;
}

.button.language-button {
  margin-bottom: 0px;
}
.button.language-button:hover, .button.language-button:focus, .button.language-button:active {
  border-radius: 0px;
  background: white;
}

.sticky {
  z-index: 10000;
}

.left_content_video_right .responsive-embed {
  height: 100%;
}
.left_content_video_right .responsive-embed iframe {
  height: 100%;
}

:root {
  --green: #64A70B;
  --blue: #005EB8;
  --darkblue: #13294B;
  --red: #DA291C;
  --yellow: #FFBB1C;
  --gray: #707070;
  --graybg: #f2f2f2;
  --window-door: var(--blue);
  --kitchen-bath: var(--red);
  --seal-paint: var(--yellow);
  --exterior: var(--green);
  --gaps-cracks: var(--darkblue);
  --padding: 40px;
  --base-text-size: 1.25rem;
  --button-text-size: 1rem;
}

.home .grid-container {
  max-width: 100rem;
}

body .inline.nobullets {
  margin: 0px;
}
body .sticky {
  z-index: 30;
}
body.page > div.sticky.is-anchored {
  position: fixed;
  z-index: 8;
}
body .scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: white;
  transition: all 250ms ease-in-out;
}
body .scroll-to-top.active {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  opacity: 0.75;
}
body .scroll-to-top.active:hover {
  opacity: 1;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
body .grid-container {
  margin-bottom: 0px;
}
body {
  scroll-behavior: smooth;
  color: var(--gray);
  font-size: var(--base-text-size);
}
body.fixed-header-page {
  margin-top: 0px;
}
body.fixed-header-page:not(.home) {
  /*			margin-top: 130px;*/
}
body {
  /*
  &.home.fixed-header-page {
  	margin-top: 150px;
  	@media only screen and (min-width: 800px) {
  		margin-top: 140px;
  	}
  }*/
}
body .hidden {
  display: none;
}
body .inline li {
  display: inline-block;
}
body .nobullets {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
body video {
  background-color: var(--blue);
}
body .menu-icon {
  padding: 8px 20px;
}
body .menu-icon::after, body .menu-icon:hover::after {
  border-color: white;
  background: white;
  color: var(--blue);
  box-shadow: 0 7px 0 white, 0 14px 0 white;
}
body section {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
body footer {
  padding-top: calc(var(--padding) / 2);
  padding-bottom: calc(var(--padding) / 2);
  font-size: 0.75em;
}
body footer p {
  line-height: 1.4;
}
body .narrow-content p {
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 1rem;
}
body .narrow-content > .cell {
  margin-top: 0px;
}
body {
  /*
  .grid-container
  {
  	max-width: 1200px;
  }*/
}
body h2,
body h3 {
  font-size: 30px;
}
@media print, screen and (min-width: 48em) {
  body h2,
  body h3 {
    font-size: 34px;
  }
}
body h2,
body h3 {
  /*white-space: nowrap;*/
  color: var(--darkblue);
  text-transform: none;
  line-height: 1.2;
}
body h2 a,
body h3 a {
  display: block;
  color: var(--darkblue);
  cursor: pointer;
}
body :not(header.page-header) .button {
  box-sizing: border-box;
  background-color: var(--blue);
  color: white;
  border-width: 2px;
  border-style: solid;
  border-color: var(--blue);
  margin-top: 1rem;
  margin-bottom: 0px;
  font-size: var(--button-text-size);
  padding: 0.5em 1.5em;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
  border-radius: 2rem;
}
body :not(header.page-header) .button:hover {
  background-color: white;
  color: var(--blue);
}
body .grid-item p {
  line-height: 1.2;
}

a.sectionAnchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.joshua {
  background: blue;
}

#sbi_load .instagram_feed_follow {
  background: #005EB8 !important;
}
#sbi_load .instagram_feed_follow span {
  font-weight: bold !important;
  font-size: 1.15em;
}

#ig_feed_follow * {
  pointer-events: none;
}

#page > .sticky-container:first-of-type > .sticky {
  z-index: 64 !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.23);
}

.preheader {
  background: #fefefe;
  padding: 0.5rem 1rem;
  color: #005EB8;
  font-size: 1.125rem;
}
.preheader button {
  color: #005EB8 !important;
}
.preheader a {
  font-size: 1.125rem;
}

header#masthead {
  background: #005EB8;
  z-index: 2;
}
@media print, screen and (max-width: 63.99875em) {
  header#masthead #ge-header-logo {
    padding: 0.25rem !important;
    max-width: 180px !important;
  }
}
header#masthead .menu-icon {
  color: white;
  bordeR: 2px solid white;
  padding: 8px 20px;
  border-lefT: 0px;
  border-right: 0px;
}
header#masthead .menu-icon::after {
  content: "";
  bordeR: 1px solid white;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
header#masthead.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header#masthead .logo {
  width: 90px;
  max-width: 90px;
}
header#masthead #top-menu a {
  white-space: nowrap;
}
header#masthead #top-menu input {
  background: white;
  border: 0px;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
header#masthead #top-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  header#masthead #top-menu ul {
    justify-content: flex-end;
  }
}
header#masthead #top-menu ul .input-group {
  margin: 0px;
}
header#masthead #top-menu ul li {
  margin-left: 0.5rem;
}
header#masthead #top-menu ul li a,
header#masthead #top-menu ul li button {
  display: inline-block;
  padding: 0.25rem;
  color: #005EB8;
  font-size: 1.125rem;
  font-weight: bold;
}
header#masthead #top-menu ul li a:hover,
header#masthead #top-menu ul li button:hover {
  text-decoration: underline;
}
header#masthead .title-bar {
  background: #005EB8;
  align-items: center;
}
@media print, screen and (max-width: 47.99875em) {
  header#masthead #main-menu .mobile-only,
  header#masthead #menu-list .mobile-only {
    margin-right: 1rem;
    display: block !important;
  }
  header#masthead #main-menu .mobile-only li,
  header#masthead #menu-list .mobile-only li {
    display: block !important;
    margin-bottom: 1rem;
  }
}
header#masthead #main-menu,
header#masthead #menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 2;
}
header#masthead #main-menu .large-shrink,
header#masthead #menu-list .large-shrink {
  margin-right: 0px;
  flex-shrink: 2;
}
header#masthead #main-menu > div:first-child,
header#masthead #menu-list > div:first-child {
  flex-shrink: 1;
}
header#masthead #main-menu .large-grow,
header#masthead #menu-list .large-grow {
  margin-left: auto;
  flex-grow: 2;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  header#masthead #main-menu .menu-container > ul,
  header#masthead #menu-list .menu-container > ul {
    float: right;
  }
}
header#masthead #main-menu .menu-container > ul,
header#masthead #menu-list .menu-container > ul {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 47.99875em) {
  header#masthead #main-menu .menu-container > ul,
  header#masthead #menu-list .menu-container > ul {
    max-width: 100%;
    right: 1rem;
  }
}
header#masthead #main-menu .menu-container > ul li,
header#masthead #menu-list .menu-container > ul li {
  display: inline-block;
  text-align: right;
}
@media print, screen and (max-width: 47.99875em) {
  header#masthead #main-menu .menu-container > ul li.has-submenu > a::after,
  header#masthead #menu-list .menu-container > ul li.has-submenu > a::after {
    border-color: #fefefe transparent transparent;
    right: -1rem;
    left: auto;
  }
}
header#masthead #main-menu .menu-container > ul li.has-submenu > a::after,
header#masthead #menu-list .menu-container > ul li.has-submenu > a::after {
  border-color: #fefefe transparent transparent;
}
header#masthead #main-menu .menu-container > ul li ul.submenu,
header#masthead #menu-list .menu-container > ul li ul.submenu {
  margin-top: 1rem;
  margin-left: 0px;
}
header#masthead #main-menu .menu-container > ul li a,
header#masthead #menu-list .menu-container > ul li a {
  text-transform: capitalize;
  color: #fefefe;
  font-size: 1.125rem;
}
header#masthead #main-menu .menu-container > ul li li,
header#masthead #menu-list .menu-container > ul li li {
  display: block;
}
@media print, screen and (max-width: 47.99875em) {
  header#masthead #main-menu .menu-container > ul li li,
  header#masthead #menu-list .menu-container > ul li li {
    margin-right: 1rem;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
header#masthead #main-menu .menu-container > ul li li a,
header#masthead #menu-list .menu-container > ul li li a {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: block;
  color: var(--gray);
  background: white;
}
@media print, screen and (max-width: 47.99875em) {
  header#masthead #main-menu .menu-container > ul li li a,
  header#masthead #menu-list .menu-container > ul li li a {
    border-right: 10px solid rgba(255, 255, 255, 0);
  }
}
@media print, screen and (min-width: 48em) {
  header#masthead #main-menu .menu-container > ul li li a,
  header#masthead #menu-list .menu-container > ul li li a {
    font-size: 1.125rem;
  }
}
header#masthead #main-menu .menu-container > ul li li a:hover,
header#masthead #menu-list .menu-container > ul li li a:hover {
  text-decoration: none;
  color: #fefefe;
  background: #005EB8;
}
@media print, screen and (max-width: 47.99875em) {
  header#masthead #main-menu .menu-container > ul li li a:hover,
  header#masthead #menu-list .menu-container > ul li li a:hover {
    color: #005EB8;
    border-right: 5px solid #005EB8;
    background: white;
  }
}
@media print, screen and (min-width: 48em) {
  header#masthead #main-menu .menu-container > ul li.where-to-buy a,
  header#masthead #menu-list .menu-container > ul li.where-to-buy a {
    background: #fefefe;
    color: #005EB8;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #fefefe;
    margin-top: 0rem;
    margin-bottom: 0px;
    padding: 0.5em 1.5em;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 2rem;
  }
}
header#masthead .menu-mobile ul.mobile-search {
  display: block !important;
}
@media print, screen and (min-width: 48em) {
  header#masthead .menu-mobile ul.mobile-search {
    display: none !important;
  }
}
header#masthead .menu-mobile ul.mobile-search {
  font-weight: bold;
  padding-right: 1rem;
  justify-content: right;
}
header#masthead .menu-mobile ul.mobile-search li {
  margin-bottom: 0.5rem;
}
header#masthead .menu-mobile ul.mobile-search li form {
  display: inline-block;
}
header#masthead .menu-mobile ul.mobile-search li {
  display: block !important;
  text-align: right;
}
header#masthead .menu-mobile ul.mobile-search li .search-form {
  border: 0px !important;
}
header#masthead .menu-mobile ul.mobile-search li .search-form .input-group > * {
  background: white !important;
}
header#masthead .menu-mobile ul.mobile-search li .search-form .input-group-button {
  padding-right: 0.5rem;
}
header#masthead .menu-mobile ul.mobile-search {
  text-align: right;
}
header#masthead .mobile-button-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}
header#masthead .mobile-search-button {
  cursor: pointer;
}
header#masthead .mobile-search-button i {
  color: white;
  margin: 0px;
  transition: all 250ms ease-in-out;
}
header#masthead .mobile-search-button:hover i {
  transform: scale(1.2);
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
}
header#masthead .closed .hideform {
  display: none;
}
header#masthead .closed .showform {
  display: block;
}
header#masthead .open .hideform {
  display: block;
}
header#masthead .open .showform {
  display: none;
}
header#masthead .hide-slide {
  display: none;
}
header#masthead .hide-slide .input-group {
  margin-bottom: 0px;
  background: white;
}
header#masthead .hide-slide .input-group-button {
  padding: 0.5rem;
}
header#masthead .hide-slide .input-group-button i {
  color: #005eb8;
}
header#masthead .hide-slide .tt-menu,
header#masthead .hide-slide .tt-menu * {
  background: #005eb8;
}
header#masthead .title-bar {
  position: relative;
}
header#masthead .hs-open {
  left: 70px;
  position: absolute;
  right: 100px;
}
header#masthead .hide-slide .input-group .twitter-typeahead {
  width: 100%;
  flex-grow: 2;
}
header#masthead .hide-slide .input-group .twitter-typeahead input {
  padding: 5px;
}
header#masthead .hide-slide .input-group-button {
  width: 30px;
}
header#masthead .new-menu-icon {
  height: 20px;
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transition: ease-in-out all 250ms;
  width: 40px;
  display: block;
  position: relative;
  transform-origin: center center;
}
header#masthead .new-menu-icon::before, header#masthead .new-menu-icon::after {
  content: "";
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease-in-out all 250ms;
}
header#masthead .new-menu-icon.active::before {
  transform: translateY(-50%) rotate(-45deg);
}
header#masthead .new-menu-icon.active::after {
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 64em) {
  header#masthead .new-menu-icon:hover {
    height: 25px;
  }
  header#masthead .new-menu-icon:hover::before {
    width: 50%;
  }
  header#masthead .new-menu-icon:hover::after {
    width: 50%;
  }
}

.preheader .dropdown-pane,
#masthead .dropdown-pane {
  width: auto;
  background-color: white;
  border: 0px;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25);
}
.preheader .dropdown-pane button,
#masthead .dropdown-pane button {
  font-weight: bold;
  font-size: 18px;
}

.language-switcher {
  position: relative;
}
.language-switcher .button1 {
  text-transform: capitalize;
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: bold;
}
.language-switcher .dropbtn {
  display: inline-block;
  padding: 0.25rem;
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: bold;
}
.language-switcher .dropbtn:hover {
  text-decoration: underline;
}

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

#masthead form {
  max-width: 210px !important;
  width: auto !important;
}

.hide-slide {
  max-width: 400px;
  margin-left: auto;
}

.hide-slide form {
  float: right;
}

#masthead .sitesearch {
  height: 2.5rem !important;
  line-height: 1 !important;
}

#masthead .input-group {
  padding: 0px !important;
  height: 2.5rem;
}

body #masthead form.search-form {
  border: 0px !important;
}
body #masthead form.search-form .input-group {
  background: transparent !important;
  border: 0px !important;
  margin-bottom: 0px;
}
body #masthead form.search-form .input-group label {
  background: white !important;
  /*    max-height: 2rem !important;*/
}
body #masthead form.search-form .input-group button {
  background: white;
  display: block;
  width: 30px;
}

@media print, screen and (max-width: 47.99875em) {
  header#masthead .searchform_li {
    display: none !important;
  }
}
.reveal.full {
  align-items: center;
  justify-content: center;
  height: 100%;
}

.searchform-container .content {
  width: 100%;
  max-width: 640px;
}

.spyglass-btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

#masthead .search-form {
  border: 1px solid #00294b !important;
  border-radius: 0px !important;
}
#masthead .search-form .sitesearch {
  border: 0px solid rgba(19, 41, 75, 0.25) !important;
  border-radius: 0px !important;
  height: 2.5rem !important;
}
#masthead .search-form .search-field {
  height: 2rem !important;
}
#masthead .search-form form button {
  background: white !important;
  border: 0px solid rgba(19, 41, 75, 0.25);
  border-left: 0px !important;
  transition: 250ms ease-in-out all;
  width: 30px;
}

.tt-menu,
.tt-dataset {
  background: rgb(242, 242, 242);
  width: 100%;
  display: block;
  padding: 0.25rem;
}

.tt-menu {
  border: 1px solid rgba(19, 41, 75, 0.25);
  border-top: 0px;
  margin-top: 1px;
  margin-left: -1px;
  cursor: pointer;
}

#searchModal .searchform-container {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
@media print, screen and (min-width: 64em) {
  #searchModal .searchform-container {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
  }
}
#searchModal .searchform-container .content {
  margin: 0px auto;
  max-width: 640px;
  position: relative;
}
#searchModal .searchform-container .content .close-button {
  position: absolute;
  top: 1rem;
  right: 0rem;
  font-size: 3rem;
  transform: translateY(-50%);
  line-height: 1;
}
#searchModal .searchform-container .content .close-button:hover {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
#searchModal .searchform-container .search-button {
  border: 1px solid #005EB8;
  background: #005EB8;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
  transition: all 250ms ease-in-out;
}
#searchModal .searchform-container .search-button:hover {
  background-color: white;
  color: #005EB8;
}
#searchModal .searchform-container input {
  border: 1px solid rgba(0, 94, 184, 0.75);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  color: #707070;
}

.search-again .search-page-title {
  border-bottom: 0px;
}
.search-again {
  margin-top: 4rem;
  margin-bottom: 2rem;
  background: #f2f2f2;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 64em) {
  .search-again {
    padding: 4rem;
  }
}
.search-again {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.search-again .button span span {
  font-family: Arial;
  text-transform: capitalize;
}
.search-again span > span {
  margin-right: 0.5rem;
}
.search-again form {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0;
  max-width: 90%;
}
@media print, screen and (min-width: 48em) {
  .search-again form {
    max-width: 400px;
  }
}
.search-again form .input-group {
  margin-bottom: 0px;
  background: white;
  width: 100% !important;
  border: 1px solid rgba(19, 41, 75, 0.25);
}
.search-again form .input-group input:focus {
  border: 0px;
}
.search-again form .input-group span {
  flex-grow: 2;
}
.search-again form input {
  background: white;
  padding: 0.25rem 1rem;
  border: 0px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 48em) {
  .search-again form input {
    min-width: 300px;
    font-size: 1.2em;
  }
}
.search-again form .input-group-button {
  text-align: right;
  display: block;
  width: 3.25rem;
}
.search-again form .input-group-button > button {
  display: block;
  height: 3.25rem;
  width: 3.25rem;
}
.search-again form .input-group-button > button i {
  display: block;
  height: 3.25rem;
  width: 3.25rem;
  line-height: 3.25rem;
}
.search-again form .input-group-button > button i::after, .search-again form .input-group-button > button i::before {
  height: 3.25rem;
  width: 3.25rem;
  font-size: 1.5rem;
  display: block;
  z-index: 20;
  color: var(--darkblue);
}
.search-again form .sitesearchs {
  height: 3.25rem !important;
}
.search-again form .tt-menu * {
  text-align: left;
  background: white;
}
.search-again .tt-suggestion {
  padding: 0.5rem;
}
.search-again .tt-hint {
  display: none !important;
}

.search .item .grid-x .cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search .item .grid-x .cell img {
  margin: 0px auto;
  max-width: 320px;
}

.search #container .projects-howtos,
.search #container .item {
  padding: 2rem 0;
  margin-top: 0px;
}
.search .item a {
  text-transform: capitalize;
  line-height: 1.2;
}
.search .item p {
  margin-top: 1rem;
  text-transform: capitalize;
  line-height: 1.2;
}

.tt-hint {
  display: none;
}

#container .projects-howtos {
  max-width: 100%;
}

button {
  cursor: pointer !important;
}

body.search-results a.searchlink {
  text-transform: capitalize !important;
}

.search .item .grid-x .cell img {
  margin: 0px auto;
  max-width: 320px;
}

.search-thumbnail img,
.search .item .grid-x .cell img {
  margin: 0px auto;
  max-width: 320px;
}
@media print, screen and (min-width: 48em) {
  .search-thumbnail img,
  .search .item .grid-x .cell img {
    max-width: 100%;
  }
}
.search-thumbnail img,
.search .item .grid-x .cell img {
  border-radius: 8px;
}

body #page .filters-button-group .button {
  background: #707070;
  border-color: #707070;
}
body #page .filters-button-group .button:hover {
  background: white;
  color: #707070;
  border-color: #707070;
}

.search-results .item {
  position: relative;
}
.search-results .coverall {
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  top: 1rem;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  border-radius: 0px !important;
  border: 0px !important;
}
.search-results .item {
  transition: all ease-in-out 250ms;
}
.search-results .item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.search-results .item:hover a span {
  display: none;
}

.hero {
  position: relative;
  min-height: 300px;
}
.hero > img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
  display: block !important;
  position: absolute;
  z-index: 0;
}
.hero h1 sup {
  font-size: 0.4em;
  vertical-align: top;
  position: relative;
  top: 0.6em;
}
.hero h1 small {
  font-size: clamp(1rem, 0.7321rem + 0.8571vw, 1.375rem);
  color: #dddddd !important;
  display: block;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero h1 small {
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .hero img {
    display: none;
  }
}
.hero video {
  height: 460px;
  width: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .hero video {
    display: none;
  }
}
.hero video::before {
  content: "";
}
.hero .hero-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .hero-text * {
  z-index: 1;
}
.hero .hero-text::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .hero-text .flex {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .hero .hero-text .flex {
    display: flex;
    text-align: left;
  }
}
.hero .hero-text .flex {
  align-items: center;
  justify-content: space-around;
  max-width: 1000px;
}
.hero .hero-text .flex div {
  padding: 1rem;
  padding-right: 2rem !important;
}
.hero .hero-text .flex div img {
  display: block;
  width: 75px;
  min-width: 75px;
  margin: 0px auto;
}
@media print, screen and (min-width: 48em) {
  .hero .hero-text .flex div img {
    width: 100px;
    min-width: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero .hero-text .flex div img {
    width: 150px;
    min-width: 150px;
  }
}
.hero .hero-text h1 {
  font-size: clamp(1.5625rem, 0.1786rem + 4.4286vw, 3.5rem);
  color: white;
  /*			font-size: 22px;*/
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  padding: 2rem;
  margin: 0px;
  justify-content: space-between;
  text-align: left;
  line-height: 1;
  display: inline !important;
  padding: 0px;
  max-width: 700px;
  /*
  			@include breakpoint(medium) {
  				font-size: 56px;
  			}

  			@include breakpoint(large) {
  				font-size: 56px;
  			}*/
}

.projects_section {
  background-color: white;
}
.projects_section .projects-header {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 47.99875em) {
  .projects_section .projects-header h2 {
    font-size: 28px;
  }
  .projects_section .projects-header .narrow-content p {
    font-size: 16px;
  }
}
.projects_section .projects-header p {
  font-size: 1.40625rem;
}
.projects_section .project-container {
  justify-content: center;
}
.projects_section .product-image img {
  max-height: 290px;
  width: auto;
}
@media print, screen and (min-width: 64em) {
  .projects_section .big-column .product-image img {
    max-height: 360px;
  }
}
.projects_section .grid-item .project {
  position: relative;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.125) !important;
}
.projects_section .grid-item .project:hover {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25) !important;
}
.projects_section .grid-item .project:hover {
  box-shadow1: 0px 0px 20px rgba(0, 0, 0, 0.25) !important;
}
.projects_section .grid-item .project a.link-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media print, screen and (max-width: 47.99875em) {
  .projects_section .grid-item .project .project-content {
    align-self: center;
  }
  .projects_section .grid-item .project .project-content p:last-of-type {
    margin-bottom: 0px;
  }
}
.projects_section .grid-item .project .project-content {
  padding-left: 1rem;
}
.projects_section .grid-item .project .project-content p {
  font-size: 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 48em) {
  .projects_section .grid-item .project .project-content p {
    font-size: 1.25rem;
  }
}
.projects_section .grid-item .project .project-content p::last-of-type {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .projects_section .grid-item .project-content {
    padding-top: 125px;
  }
  .projects_section .grid-item .project-info {
    margin-top: -125px;
  }
}
@media print, screen and (min-width: 48em) {
  .projects_section .grid-item .project-content {
    padding-top: 140px;
  }
  .projects_section .grid-item .project-info {
    margin-top: -140px;
  }
  .projects_section .grid-item.big-column .project-content {
    padding-top: 210px;
  }
  .projects_section .grid-item.big-column .project-info {
    margin-top: -210px;
  }
}
@media print, screen and (min-width: 64em) {
  .projects_section .grid-item .project-content {
    padding-top: 140px;
  }
  .projects_section .grid-item .project-info {
    margin-top: -140px;
  }
  .projects_section .grid-item.big-column .project-content {
    padding-top: 180px;
  }
  .projects_section .grid-item.big-column .project-info {
    margin-top: -180px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .projects_section .grid-item.small-column .product-image img {
    max-height: 290px;
  }
}
.projects_section .grid-item .inner-container {
  border-width: 3px;
  border-style: solid;
  border-color: black;
  border-radius: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.projects_section .grid-item .button {
  margin-bottom: 0px;
}
.projects_section .grid-item .project {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.projects_section .grid-item .project .image img {
  border-bottom-width: 0.5rem;
  border-bottom-style: solid;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
.projects_section .grid-item .project .project-info h3 {
  font-size: 20px;
}
@media print, screen and (min-width: 48em) {
  .projects_section .grid-item .project .project-info h3 {
    font-size: 24px;
  }
}
.projects_section .grid-item .project .project-info h3 {
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .projects_section .grid-item .project .project-info h3 {
    font-size: 26px;
  }
}
.projects_section .grid-item .project .project-info {
  /*				min-height: 175px;

  .product-image img {
  	position: absolute;
  	bottom: 0px;
  	right: 0px;
  }*/
}
.projects_section .grid-item .project .inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.projects_section .grid-item .project .inner-container:hover {
  background: rgba(242, 242, 242, 0.5);
}
.projects_section .grid-item .project .inner-container .link-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 3;
}
.projects_section .grid-item .recommended-list {
  margin-top: auto;
}
.projects_section .grid-item .project .inner-content + .inner-button {
  margin-top: auto;
}
.projects_section .grid-item .product-types li.heading small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.65em;
  font-weight: normal;
  font-style: oblique;
}
.projects_section .grid-item .product-types {
  margin-left: 0px;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.projects_section .grid-item .product-types li {
  font-weight: bold;
  color: var(--darkblue);
  list-style: none;
  position: relative;
  line-height: 1;
  margin-top: 0.5rem;
}
.projects_section .grid-item .product-types li.heading {
  margin-bottom: 1.5rem;
}
.projects_section .grid-item .product-types li:not(.heading) {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.projects_section .grid-item .product-types li:not(.heading):hover .product-type-label {
  text-decoration: underline;
}
.projects_section .grid-item .product-types li:not(.heading) .circle::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-radius: 50%;
  margin-right: 0.5rem;
  border-width: 4px;
}
.projects_section .grid-item .product-types li:not(.heading) .circle {
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
  display: block;
}
.projects_section .grid-item .product-types li:not(.heading) .circle::before,
.projects_section .grid-item .product-types li:not(.heading) .circle::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  border-style: solid;
  border-radius: 50%;
  top: 0px;
  left: 0px;
}
.projects_section .grid-item .product-types li:not(.heading) .circle::before {
  z-index: 2;
}
.projects_section .grid-item .product-types li:not(.heading) .circle::after {
  z-index: 1;
}
.projects_section .grid-item .kitchen-bath {
  --customColor: var(--kitchen-bath);
  border-color: var(--customColor);
}
.projects_section .grid-item .kitchen-bath .image img {
  border-color: var(--customColor);
}
.projects_section .grid-item .kitchen-bath .button {
  border-color: var(--customColor);
  background: var(--customColor);
}
.projects_section .grid-item .kitchen-bath .button:hover {
  background: white;
  color: var(--customColor);
}
.projects_section .grid-item .kitchen-bath .product-types .silicone .circle::before {
  border-color: var(--red);
}
.projects_section .grid-item .kitchen-bath .product-types .silicone.product-selected .circle::before {
  background-color: rgba(218, 41, 28, 0.25);
}
.projects_section .grid-item .kitchen-bath .product-types .silicone.product-selected .circle::after {
  border-color: rgba(218, 41, 28, 0.25);
  background-color: rgba(218, 41, 28, 0.25);
}
.projects_section .grid-item .kitchen-bath .product-types .acrylics-hybrids .circle::before {
  border-color: var(--darkblue);
}
.projects_section .grid-item .kitchen-bath .product-types .acrylics-hybrids.product-selected .circle::before {
  background-color: rgba(19, 41, 75, 0.25);
}
.projects_section .grid-item .kitchen-bath .product-types .acrylics-hybrids.product-selected .circle::after {
  border-color: rgba(19, 41, 75, 0.25);
  background-color: rgba(19, 41, 75, 0.25);
}
.projects_section .grid-item .window-door {
  --customColor: var(--window-door);
  border-color: var(--customColor);
}
.projects_section .grid-item .window-door .image img {
  border-color: var(--customColor);
}
.projects_section .grid-item .window-door .button {
  border-color: var(--customColor);
  background: var(--customColor);
}
.projects_section .grid-item .window-door .button:hover {
  background: white;
  color: var(--customColor);
}
.projects_section .grid-item .window-door .product-types .silicone .circle::before {
  border-color: var(--blue);
}
.projects_section .grid-item .window-door .product-types .silicone.product-selected .circle::before {
  background-color: rgba(0, 94, 184, 0.25);
}
.projects_section .grid-item .window-door .product-types .silicone.product-selected .circle::after {
  border-color: rgba(0, 94, 184, 0.25);
  background-color: rgba(0, 94, 184, 0.25);
}
.projects_section .grid-item .window-door .product-types .acrylics-hybrids .circle::before {
  border-color: var(--darkblue);
}
.projects_section .grid-item .window-door .product-types .acrylics-hybrids.product-selected .circle::before {
  background-color: rgba(19, 41, 75, 0.25);
}
.projects_section .grid-item .window-door .product-types .acrylics-hybrids.product-selected .circle::after {
  border-color: rgba(19, 41, 75, 0.25);
  background-color: rgba(19, 41, 75, 0.25);
}
.projects_section .grid-item .seal-paint {
  --customColor: var(--seal-paint);
  border-color: var(--customColor);
}
.projects_section .grid-item .seal-paint .image img {
  border-color: var(--customColor);
}
.projects_section .grid-item .seal-paint .button {
  border-color: var(--customColor);
  background: var(--customColor);
}
.projects_section .grid-item .seal-paint .button:hover {
  background: white;
  color: var(--customColor);
}
.projects_section .grid-item .exterior {
  --customColor: var(--exterior);
  border-color: var(--customColor);
}
.projects_section .grid-item .exterior .image img {
  border-color: var(--customColor);
}
.projects_section .grid-item .exterior .button {
  border-color: var(--customColor);
  background: var(--customColor);
}
.projects_section .grid-item .exterior .button:hover {
  background: white;
  color: var(--customColor);
}
.projects_section .grid-item .gaps-cracks {
  --customColor: var(--gaps-cracks);
  border-color: var(--customColor);
}
.projects_section .grid-item .gaps-cracks .image img {
  border-color: var(--customColor);
}
.projects_section .grid-item .gaps-cracks .button {
  border-color: var(--customColor);
  background: var(--customColor);
}
.projects_section .grid-item .gaps-cracks .button:hover {
  background: white;
  color: var(--customColor);
}
.projects_section .product-selected .circle {
  position: relative;
}
.projects_section .product-selected .circle::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  width: calc(var(--basesize) * 2 - var(--border-width) * 2);
  height: calc(var(--basesize) * 2 - var(--border-width) * 2);
  border-style: solid;
  transition: all ease-in-out;
  animation: pulsate2 1s ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation: pulsate2 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}
.projects_section .product-selected .circle::before {
  background: transparent !important;
}
@media print, screen and (max-width: 47.99875em) {
  .projects_section .project-container .project {
    overflow: hidden;
    max-height: 330px;
  }
  .projects_section .project-container .project .product-image {
    max-width: 120px;
    width: 120px;
  }
  .projects_section .project-container .project .product-image img {
    max-height: 200px;
    width: auto !important;
  }
  .projects_section .project-container .project .window-door .image {
    --customColor: var(--window-door);
    border-bottom-color: var(--customColor);
  }
  .projects_section .project-container .grid-item {
    position: relative;
  }
  .projects_section .project-container .grid-item .image {
    height: 100%;
    width: 100%;
    position: absolute;
    border-bottom: white 8px solid;
  }
  .projects_section .project-container .grid-item .image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
  }
  .projects_section .project-container .grid-item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom left;
    display: block !important;
    border-bottom: 0px;
  }
  .projects_section .project-container .grid-item .project-info {
    padding: 1rem;
    position: relative;
    z-index: 1;
    margin-top: 0px;
  }
  .projects_section .project-container .grid-item .project-info p {
    color: black;
  }
  .projects_section .project-container .grid-item .window-door .image {
    border-bottom-color: var(--window-door);
  }
  .projects_section .project-container .grid-item .seal-paint .image {
    border-bottom-color: var(--seal-paint);
  }
  .projects_section .project-container .grid-item .kitchen-bath .image {
    border-bottom-color: var(--kitchen-bath);
  }
  .projects_section .project-container .grid-item .exterior .image {
    border-bottom-color: var(--exterior);
  }
  .projects_section .project-container .grid-item .gaps-cracks .image {
    border-bottom-color: var(--gaps-cracks);
  }
}

@-webkit-keyframes pulsate3 {
  0% {
    transform: scale(0.25, 0.25);
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
    transform: scale(0.5, 0.5);
  }
}
:root {
  --marginOffset: -8px;
  --marginOffsetDouble: 16px;
  --circleSize: 16px;
  --markerTopMarginLeft: -8px;
  --markerTopMarginTop: -16px;
  --markerRightMarginTop: -8px;
  --markerBottomMarginLeft: -8px;
  --markerLeftMarginLeft: -16px;
  --markerLeftMarginTop: -8px;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  :root {
    --marginOffset: -16px;
    --marginOffsetDouble: 32px;
    --circleSize: 32px;
    --markerTopMarginLeft: -16px;
    --markerTopMarginTop: -32px;
    --markerRightMarginTop: -16px;
    --markerBottomMarginLeft: -16px;
    --markerLeftMarginLeft: -32px;
    --markerLeftMarginTop: -16px;
  }
}
@media print, screen and (min-width: 64em) {
  :root {
    --marginOffset: -12px;
    --marginOffsetDouble: 24px;
    --circleSize: 24px;
    --markerTopMarginLeft: -12px;
    --markerTopMarginTop: -24px;
    --markerRightMarginTop: -12px;
    --markerBottomMarginLeft: -12px;
    --markerLeftMarginLeft: -24px;
    --markerLeftMarginTop: -12px;
  }
}

.interactive-image {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.interactive-image img .interactive-image img {
  width: 100%;
  display: block;
  max-width: 1000px;
}
.interactive-image .marker-top {
  margin-left: var(--markerTopMarginLeft);
  margin-top: var(--markerTopMarginTop);
}
.interactive-image .marker-right {
  margin-top: var(--markerRightMarginTop);
}
.interactive-image .marker-bottom {
  margin-left: var(--markerBottomMarginLeft);
}
.interactive-image .marker-left {
  margin-left: var(--markerLeftMarginLeft);
  margin-top: var(--markerLeftMarginTop);
}
.interactive-image .marker {
  border-radius: 50%;
  position: absolute;
  height: var(--circleSize);
  width: var(--circleSize);
  z-index: 1;
  border: 0px;
}
.interactive-image .marker.marker::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid;
  box-sizing: border-box;
  z-index: 1;
}
.interactive-image .marker.marker::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
}
.interactive-image .marker .marker {
  box-sizing: border-box;
}
.interactive-image .pulse::after {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
.interactive-image .inner,
.interactive-image .outer {
  display: none;
}
.interactive-image {
  /***** Colors *****/
}
.interactive-image.window-door .marker.silicone::before, .interactive-image.window-door .marker.silicone::after {
  border-color: var(--blue);
}
.interactive-image.window-door .marker.acrylics-hybrids::before, .interactive-image.window-door .marker.acrylics-hybrids::after {
  border-color: var(--darkblue);
}
.interactive-image.kitchen-bath .marker.silicone::before, .interactive-image.kitchen-bath .marker.silicone::after {
  border-color: var(--red);
}
.interactive-image.kitchen-bath .marker.acrylics-hybrids::before, .interactive-image.kitchen-bath .marker.acrylics-hybrids::after {
  border-color: var(--darkblue);
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.25, 0.25);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.products_section {
  background: var(--graybg);
}
.products_section p {
  font-size: 1.40625rem;
}
.products_section .products_content {
  margin-top: 2rem;
}
.products_section .products_content .grid-x {
  justify-content: center;
}
.products_section .products_content .grid-item {
  position: relative;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.125) !important;
}
.products_section .products_content .grid-item:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25) !important;
  border-color: rgba(0, 94, 184, 0.5);
}
.products_section .products_content a {
  top: 0px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.products_section .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  padding-top: 1rem;
  justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (min-width: 640px) {
  .products_section .grid-item > div {
    width: 100%;
  }
}
.products_section .grid-item:hover {
  background: #f2f2f2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
}
.products_section .grid-item img {
  width: 290px;
  max-width: 100%;
  display: inline;
  margin: 0px auto;
  object-fit: contain;
  object-position: bottom center;
}
@media print, screen and (max-width: 47.99875em) {
  .products_section .grid-item img {
    max-height: 150px;
    width: auto !important;
    height: 150px;
    object-fit: contain;
    object-position: bottom left;
    display: block !important;
  }
}
.products_section .grid-item .image-container {
  text-align: right;
  padding: 0 0.25rem;
}
@media screen and (max-width: 640px) {
  .products_section .grid-item .image-container {
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (min-width: 640px) {
  .products_section .grid-item .image-container {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.products_section .grid-item .image-container .icon {
  padding-right: 0.5rem;
}
@media screen and (max-width: 640px) {
  .products_section .grid-item .image-container img {
    max-height: 250px;
    margin-left: auto;
    display: block;
    margin: 0px auto;
  }
}
.products_section .grid-item h3 {
  margin: 0px auto;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  max-width: 20ch;
}
@media print, screen and (max-width: 47.99875em) {
  .products_section .grid-item h3 {
    margin-bottom: 0.5rem !important;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .products_section .grid-item h3 {
    font-size: 24px;
  }
}
.products_section .grid-item p {
  font-size: 1.40625rem;
}

.how_to_section {
  background: white;
}
.how_to_section h2 {
  margin-bottom: 1.5rem !important;
}
.how_to_section .image-container {
  /*margin-bottom: 1.5rem;*/
  position: relative;
}
.how_to_section .image-container picture {
  width: 100%;
  display: block;
}
.how_to_section .image-container picture img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.how_to_section .image-container a {
  display: block;
  z-index: 2;
  position: relative;
}
.how_to_section .image-container a::before {
  position: absolute;
  z-index: 1;
  background: rgba(3, 98, 169, 0.85);
  transition: ease-in-out all 250ms;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  cursor: pointer;
}
.how_to_section .image-container a:hover::before {
  background: rgba(3, 98, 169, 0.65);
}
.how_to_section .image-container {
  /*a::after {
  	font-family: "Font Awesome 5 Pro";
  	content: "\f144";
  	position: absolute;
  	color: white;
  	font-size: 4rem;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	z-index: 3;
  }*/
}
.how_to_section .image-container span.video_title {
  z-index: 2;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
}
.how_to_section .image-container span.video_title i {
  font-size: 3rem;
  margin-top: 1rem;
}
.how_to_section .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.how_to_section .grid-item .inner-container {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.how_to_section .grid-item .inner-button {
  margin-top: auto;
}
.how_to_section .secondary-content {
  /*margin-top: calc(var(--padding));*/
  margin-top: 0px;
}
.how_to_section .secondary-content h2 {
  margin-bottom: 0px !important;
  font-size: 1.75rem;
}
.how_to_section .secondary-content .cell {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.how_to_section .secondary-content a.button {
  margin-bottom: 2rem !important;
  font-size: 1.35rem;
}
.how_to_section .narrow-content p {
  font-size: 1.40625rem;
}

body section.where_to_buy_section {
  background: var(--blue);
}
body section.where_to_buy_section h2 {
  color: white;
}
body section.where_to_buy_section {
  padding-bottom: 0px;
  padding-top: calc(var(--padding));
}
body section.where_to_buy_section .button {
  background-color: white;
  color: var(--blue);
  border-color: white;
}
body section.where_to_buy_section .button:hover {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border-color: white;
}
body section.where_to_buy_section .main-content {
  margin-bottom: calc(var(--padding) / 2);
}

@media print, screen and (max-width: 63.99875em) {
  body footer .logo-social {
    display: flex;
    justify-content: space-between;
  }
  body footer .logo-social > * {
    max-width: 50%;
  }
}
body footer {
  padding-top: 3rem !important;
}
body footer #henkel-footer-logo {
  max-height: 60px;
  padding: 0px !important;
  display: block;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  body footer #henkel-footer-logo {
    margin-bottom: 1.5rem;
  }
}
body footer p {
  font-size: 13px;
  color: #0a0a0a;
}
body footer h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #005EB8;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
body footer .footer-nav {
  margin-bottom: 0px;
}
body footer .footer-nav ul {
  margin: 0rem 0 2rem 0;
  display: block;
}
@media print, screen and (min-width: 48em) {
  body footer .footer-nav ul {
    columns: 2;
  }
}
@media print, screen and (min-width: 64em) {
  body footer .footer-nav ul {
    columns: 3;
  }
}
body footer .footer-nav li::before {
  display: none;
}
body footer .footer-nav li {
  display: block;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
body footer .footer-nav li a {
  font-size: 1.125rem;
  font-weight: bold;
}
body footer .footer-nav li::before {
  width: 2px;
}
body footer .social-nav {
  list-style: none;
  margin-left: 0px;
  /*		margin-top: 4rem;
  		margin-bottom: 2rem;
  */
  justify-content: flex-start;
}
@media print, screen and (min-width: 48em) {
  body footer .social-nav {
    margin-top: 1rem;
  }
}
body footer .social-nav li {
  display: inline-block;
}
body footer .social-nav .social-link {
  display: block !important;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #707070;
  transition: all 250ms ease-in-out;
}
body footer .social-nav .social-link::before {
  transition: all 250ms ease-in-out;
  position: absolute;
  content: "";
  font-size: 1rem;
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  line-height: 1;
}
body footer .social-nav .social-link:hover {
  background: white;
  border-color: white;
  transform: scale(1.3);
  box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.5);
}
body footer .social-nav .social-link:hover::before {
  color: #707070;
}
body footer .social-nav .social-link[href*=facebook]::before {
  content: "\f082";
}
body footer .social-nav .social-link[href*=youtube]::before {
  content: "\f167";
}
body footer .social-nav .social-link[href*=instagram]::before {
  content: "\f16d";
}
@media print, screen and (max-width: 47.99875em) {
  body footer .inline li {
    display: block;
    margin-bottom: 0.35rem;
  }
  body footer .inline li::before {
    display: none;
  }
}

.page-template-template-project_category .project-link a,
.page-template-template-all_products .project-link a,
.page-template-template-projects_howtos .project-link a,
.single-projects-howtos .project-link a {
  text-decoration: none;
}
.page-template-template-project_category .howtos,
.page-template-template-all_products .howtos,
.page-template-template-projects_howtos .howtos,
.single-projects-howtos .howtos {
  background: white;
  padding: 3rem 1rem;
}
.page-template-template-project_category .filter-count,
.page-template-template-all_products .filter-count,
.page-template-template-projects_howtos .filter-count,
.single-projects-howtos .filter-count {
  padding-left: 1rem;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .filter-count,
  .page-template-template-all_products .filter-count,
  .page-template-template-projects_howtos .filter-count,
  .single-projects-howtos .filter-count {
    text-align: left;
  }
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .flex,
  .page-template-template-all_products .flex,
  .page-template-template-projects_howtos .flex,
  .single-projects-howtos .flex {
    display: flex;
    align-items: center;
  }
}
.page-template-template-project_category .reveal-overlay,
.page-template-template-all_products .reveal-overlay,
.page-template-template-projects_howtos .reveal-overlay,
.single-projects-howtos .reveal-overlay {
  background: rgba(0, 0, 0, 0.95);
}
.page-template-template-project_category .reveal-overlay .reveal,
.page-template-template-all_products .reveal-overlay .reveal,
.page-template-template-projects_howtos .reveal-overlay .reveal,
.single-projects-howtos .reveal-overlay .reveal {
  border: 0px;
  padding: 3rem 1rem 1rem 1rem;
  background: transparent;
}
.page-template-template-project_category .reveal-overlay .reveal .close-button,
.page-template-template-all_products .reveal-overlay .reveal .close-button,
.page-template-template-projects_howtos .reveal-overlay .reveal .close-button,
.single-projects-howtos .reveal-overlay .reveal .close-button {
  top: 0px;
  right: 0px;
  position: absolute;
  font-size: 4rem;
  color: white;
}
.page-template-template-project_category .reveal-overlay .reveal iframe,
.page-template-template-all_products .reveal-overlay .reveal iframe,
.page-template-template-projects_howtos .reveal-overlay .reveal iframe,
.single-projects-howtos .reveal-overlay .reveal iframe {
  width: 100%;
  min-height: 75vh;
}
.page-template-template-project_category .cover,
.page-template-template-all_products .cover,
.page-template-template-projects_howtos .cover,
.single-projects-howtos .cover {
  background-position: center center;
  background-size: cover;
}
.page-template-template-project_category .nopadding,
.page-template-template-all_products .nopadding,
.page-template-template-projects_howtos .nopadding,
.single-projects-howtos .nopadding {
  padding: 0px !important;
}
.page-template-template-project_category .nopadding img,
.page-template-template-all_products .nopadding img,
.page-template-template-projects_howtos .nopadding img,
.single-projects-howtos .nopadding img {
  display: block !important;
  object-fit: cover !important;
  width: 100% !important;
}
.page-template-template-project_category section,
.page-template-template-all_products section,
.page-template-template-projects_howtos section,
.single-projects-howtos section {
  background: #fefefe;
}
.page-template-template-project_category .category_header_slider,
.page-template-template-all_products .category_header_slider,
.page-template-template-projects_howtos .category_header_slider,
.single-projects-howtos .category_header_slider {
  padding: 0px;
}
.page-template-template-project_category .category_header_slider .slide,
.page-template-template-all_products .category_header_slider .slide,
.page-template-template-projects_howtos .category_header_slider .slide,
.single-projects-howtos .category_header_slider .slide {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 2rem;
  min-height: 250px;
}
.page-template-template-project_category .category_header_slider .slide p,
.page-template-template-project_category .category_header_slider .slide h1,
.page-template-template-all_products .category_header_slider .slide p,
.page-template-template-all_products .category_header_slider .slide h1,
.page-template-template-projects_howtos .category_header_slider .slide p,
.page-template-template-projects_howtos .category_header_slider .slide h1,
.single-projects-howtos .category_header_slider .slide p,
.single-projects-howtos .category_header_slider .slide h1 {
  filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .category_header_slider .slide,
  .page-template-template-all_products .category_header_slider .slide,
  .page-template-template-projects_howtos .category_header_slider .slide,
  .single-projects-howtos .category_header_slider .slide {
    height: 450px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.page-template-template-project_category .category_header_slider .slide,
.page-template-template-all_products .category_header_slider .slide,
.page-template-template-projects_howtos .category_header_slider .slide,
.single-projects-howtos .category_header_slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-template-project_category .category_header_slider .slide video,
.page-template-template-all_products .category_header_slider .slide video,
.page-template-template-projects_howtos .category_header_slider .slide video,
.single-projects-howtos .category_header_slider .slide video {
  position: absolute;
  top: 0px;
  lefT: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.page-template-template-project_category .category_header_slider .slide::before,
.page-template-template-all_products .category_header_slider .slide::before,
.page-template-template-projects_howtos .category_header_slider .slide::before,
.single-projects-howtos .category_header_slider .slide::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.page-template-template-project_category .category_header_slider .slide,
.page-template-template-all_products .category_header_slider .slide,
.page-template-template-projects_howtos .category_header_slider .slide,
.single-projects-howtos .category_header_slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-template-project_category .category_header_slider .slide h1.h2,
.page-template-template-all_products .category_header_slider .slide h1.h2,
.page-template-template-projects_howtos .category_header_slider .slide h1.h2,
.single-projects-howtos .category_header_slider .slide h1.h2 {
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 1.1 !important;
}
.page-template-template-project_category .category_header_slider .slide h1.h2 br,
.page-template-template-all_products .category_header_slider .slide h1.h2 br,
.page-template-template-projects_howtos .category_header_slider .slide h1.h2 br,
.single-projects-howtos .category_header_slider .slide h1.h2 br {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .category_header_slider .slide h1.h2 br,
  .page-template-template-all_products .category_header_slider .slide h1.h2 br,
  .page-template-template-projects_howtos .category_header_slider .slide h1.h2 br,
  .single-projects-howtos .category_header_slider .slide h1.h2 br {
    display: block;
  }
}
.page-template-template-project_category .category_header_slider .slide h2,
.page-template-template-project_category .category_header_slider .slide h1.h2,
.page-template-template-all_products .category_header_slider .slide h2,
.page-template-template-all_products .category_header_slider .slide h1.h2,
.page-template-template-projects_howtos .category_header_slider .slide h2,
.page-template-template-projects_howtos .category_header_slider .slide h1.h2,
.single-projects-howtos .category_header_slider .slide h2,
.single-projects-howtos .category_header_slider .slide h1.h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .category_header_slider .slide h2,
  .page-template-template-project_category .category_header_slider .slide h1.h2,
  .page-template-template-all_products .category_header_slider .slide h2,
  .page-template-template-all_products .category_header_slider .slide h1.h2,
  .page-template-template-projects_howtos .category_header_slider .slide h2,
  .page-template-template-projects_howtos .category_header_slider .slide h1.h2,
  .single-projects-howtos .category_header_slider .slide h2,
  .single-projects-howtos .category_header_slider .slide h1.h2 {
    font-size: 3rem;
  }
}
.page-template-template-project_category .category_header_slider .slide h2,
.page-template-template-project_category .category_header_slider .slide .h2,
.page-template-template-project_category .category_header_slider .slide p,
.page-template-template-all_products .category_header_slider .slide h2,
.page-template-template-all_products .category_header_slider .slide .h2,
.page-template-template-all_products .category_header_slider .slide p,
.page-template-template-projects_howtos .category_header_slider .slide h2,
.page-template-template-projects_howtos .category_header_slider .slide .h2,
.page-template-template-projects_howtos .category_header_slider .slide p,
.single-projects-howtos .category_header_slider .slide h2,
.single-projects-howtos .category_header_slider .slide .h2,
.single-projects-howtos .category_header_slider .slide p {
  color: #fefefe;
}
.page-template-template-project_category .category_header_slider .slide p,
.page-template-template-all_products .category_header_slider .slide p,
.page-template-template-projects_howtos .category_header_slider .slide p,
.single-projects-howtos .category_header_slider .slide p {
  max-width: 650px;
}
.page-template-template-project_category .category_header_slider .slide a,
.page-template-template-all_products .category_header_slider .slide a,
.page-template-template-projects_howtos .category_header_slider .slide a,
.single-projects-howtos .category_header_slider .slide a {
  color: white;
  position: relative;
  font-weight: bold;
}
.page-template-template-project_category .category_header_slider .slide a:hover,
.page-template-template-all_products .category_header_slider .slide a:hover,
.page-template-template-projects_howtos .category_header_slider .slide a:hover,
.single-projects-howtos .category_header_slider .slide a:hover {
  text-decoration: underline;
}
.page-template-template-project_category .category_header_slider .slide .content_container,
.page-template-template-all_products .category_header_slider .slide .content_container,
.page-template-template-projects_howtos .category_header_slider .slide .content_container,
.single-projects-howtos .category_header_slider .slide .content_container {
  width: 100%;
  /*margin-top: 4vh;*/
  position: relative;
  z-index: 3;
  padding-right: 2rem;
  padding-left: 2rem;
  /*				@include breakpoint(medium) {
  	margin-top: 15vh;
  }*/
}
.page-template-template-project_category .category_header_slider .slide .content_container .content,
.page-template-template-all_products .category_header_slider .slide .content_container .content,
.page-template-template-projects_howtos .category_header_slider .slide .content_container .content,
.single-projects-howtos .category_header_slider .slide .content_container .content {
  position: relative;
  color: white;
  /*max-width: 49ch;*/
}
.page-template-template-project_category .category_header_slider .slide .content_container .content p,
.page-template-template-all_products .category_header_slider .slide .content_container .content p,
.page-template-template-projects_howtos .category_header_slider .slide .content_container .content p,
.single-projects-howtos .category_header_slider .slide .content_container .content p {
  font-size: 1.125;
  line-height: 1.3 !important;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .category_header_slider .slide .content_container .content p,
  .page-template-template-all_products .category_header_slider .slide .content_container .content p,
  .page-template-template-projects_howtos .category_header_slider .slide .content_container .content p,
  .single-projects-howtos .category_header_slider .slide .content_container .content p {
    line-height: 1.6 !important;
  }
}
.page-template-template-project_category .menus.blue .category_menu,
.page-template-template-all_products .menus.blue .category_menu,
.page-template-template-projects_howtos .menus.blue .category_menu,
.single-projects-howtos .menus.blue .category_menu {
  background-color: #005EB8;
}
.page-template-template-project_category .menus.blue .is-active::before,
.page-template-template-all_products .menus.blue .is-active::before,
.page-template-template-projects_howtos .menus.blue .is-active::before,
.single-projects-howtos .menus.blue .is-active::before {
  border-top: 10px solid #005EB8;
}
.page-template-template-project_category .menus.green .category_menu,
.page-template-template-all_products .menus.green .category_menu,
.page-template-template-projects_howtos .menus.green .category_menu,
.single-projects-howtos .menus.green .category_menu {
  background-color: #64A70B;
}
.page-template-template-project_category .menus.green .is-active::before,
.page-template-template-all_products .menus.green .is-active::before,
.page-template-template-projects_howtos .menus.green .is-active::before,
.single-projects-howtos .menus.green .is-active::before {
  border-top: 10px solid #64A70B;
}
.page-template-template-project_category .menus.indigo .category_menu,
.page-template-template-all_products .menus.indigo .category_menu,
.page-template-template-projects_howtos .menus.indigo .category_menu,
.single-projects-howtos .menus.indigo .category_menu {
  background-color: #13294B;
}
.page-template-template-project_category .menus.indigo .is-active::before,
.page-template-template-all_products .menus.indigo .is-active::before,
.page-template-template-projects_howtos .menus.indigo .is-active::before,
.single-projects-howtos .menus.indigo .is-active::before {
  border-top: 10px solid #13294B;
}
.page-template-template-project_category .menus.red .category_menu,
.page-template-template-all_products .menus.red .category_menu,
.page-template-template-projects_howtos .menus.red .category_menu,
.single-projects-howtos .menus.red .category_menu {
  background-color: #DA291C;
}
.page-template-template-project_category .menus.red .is-active::before,
.page-template-template-all_products .menus.red .is-active::before,
.page-template-template-projects_howtos .menus.red .is-active::before,
.single-projects-howtos .menus.red .is-active::before {
  border-top: 10px solid #DA291C;
}
.page-template-template-project_category .menus.yellow .category_menu,
.page-template-template-all_products .menus.yellow .category_menu,
.page-template-template-projects_howtos .menus.yellow .category_menu,
.single-projects-howtos .menus.yellow .category_menu {
  background-color: #FFBB1C;
}
.page-template-template-project_category .menus.yellow .category_menu ul li a:hover,
.page-template-template-all_products .menus.yellow .category_menu ul li a:hover,
.page-template-template-projects_howtos .menus.yellow .category_menu ul li a:hover,
.single-projects-howtos .menus.yellow .category_menu ul li a:hover {
  color: #FFBB1C;
}
.page-template-template-project_category .menus.yellow .category_menu ul li a:hover::after,
.page-template-template-all_products .menus.yellow .category_menu ul li a:hover::after,
.page-template-template-projects_howtos .menus.yellow .category_menu ul li a:hover::after,
.single-projects-howtos .menus.yellow .category_menu ul li a:hover::after {
  border-color: #FFBB1C;
}
.page-template-template-project_category .menus.yellow .is-active::before,
.page-template-template-all_products .menus.yellow .is-active::before,
.page-template-template-projects_howtos .menus.yellow .is-active::before,
.single-projects-howtos .menus.yellow .is-active::before {
  border-top: 10px solid #FFBB1C;
}
.page-template-template-project_category .category_menu ul,
.page-template-template-all_products .category_menu ul,
.page-template-template-projects_howtos .category_menu ul,
.single-projects-howtos .category_menu ul {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .category_menu ul,
  .page-template-template-all_products .category_menu ul,
  .page-template-template-projects_howtos .category_menu ul,
  .single-projects-howtos .category_menu ul {
    display: flex;
    /*gap: 5%;*/
  }
}
.page-template-template-project_category .category_menu ul li.current_page_item::before,
.page-template-template-all_products .category_menu ul li.current_page_item::before,
.page-template-template-projects_howtos .category_menu ul li.current_page_item::before,
.single-projects-howtos .category_menu ul li.current_page_item::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 10px solid #fefefe;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (min-width: 800px) {
  .page-template-template-project_category .category_menu ul li.current_page_item::before,
  .page-template-template-all_products .category_menu ul li.current_page_item::before,
  .page-template-template-projects_howtos .category_menu ul li.current_page_item::before,
  .single-projects-howtos .category_menu ul li.current_page_item::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fefefe;
    left: 50%;
    top: 0rem;
    transform: translatex(-50%);
  }
}
.page-template-template-project_category .category_menu ul li a,
.page-template-template-all_products .category_menu ul li a,
.page-template-template-projects_howtos .category_menu ul li a,
.single-projects-howtos .category_menu ul li a {
  padding: 0.75rem 1rem;
  display: block;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.page-template-template-project_category .category_menu ul li a:hover,
.page-template-template-all_products .category_menu ul li a:hover,
.page-template-template-projects_howtos .category_menu ul li a:hover,
.single-projects-howtos .category_menu ul li a:hover {
  background: white;
  color: #005EB8;
}
.page-template-template-project_category .category_menu ul li a:hover::after,
.page-template-template-all_products .category_menu ul li a:hover::after,
.page-template-template-projects_howtos .category_menu ul li a:hover::after,
.single-projects-howtos .category_menu ul li a:hover::after {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -1px;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-project_category .category_menu ul li a,
  .page-template-template-all_products .category_menu ul li a,
  .page-template-template-projects_howtos .category_menu ul li a,
  .single-projects-howtos .category_menu ul li a {
    padding: 0.25rem 1rem;
  }
}
.page-template-template-project_category .category_menu ul li.current-menu-item,
.page-template-template-all_products .category_menu ul li.current-menu-item,
.page-template-template-projects_howtos .category_menu ul li.current-menu-item,
.single-projects-howtos .category_menu ul li.current-menu-item {
  position: relative;
}
.page-template-template-project_category .category_menu ul li,
.page-template-template-all_products .category_menu ul li,
.page-template-template-projects_howtos .category_menu ul li,
.single-projects-howtos .category_menu ul li {
  /*
  &.current-menu-item::after {
  	content: "";
  	position: absolute;
  	bottom: -9px;
  	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid $blue;
  	margin-left: 50%;
  	transform: translateX(-50%);
  }*/
}
.page-template-template-project_category .category_submenu,
.page-template-template-all_products .category_submenu,
.page-template-template-projects_howtos .category_submenu,
.single-projects-howtos .category_submenu {
  background: #fefefe;
  border-bottom: 2px solid #707070;
}
.page-template-template-project_category .category_submenu a,
.page-template-template-all_products .category_submenu a,
.page-template-template-projects_howtos .category_submenu a,
.single-projects-howtos .category_submenu a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem;
  line-height: 1;
  display: block;
  color: #13294B;
}
.page-template-template-project_category .category_submenu a.is-active, .page-template-template-project_category .category_submenu a:hover,
.page-template-template-all_products .category_submenu a.is-active,
.page-template-template-all_products .category_submenu a:hover,
.page-template-template-projects_howtos .category_submenu a.is-active,
.page-template-template-projects_howtos .category_submenu a:hover,
.single-projects-howtos .category_submenu a.is-active,
.single-projects-howtos .category_submenu a:hover {
  background-color: #ededeb;
}
.page-template-template-project_category .category_submenu .cell,
.page-template-template-all_products .category_submenu .cell,
.page-template-template-projects_howtos .category_submenu .cell,
.single-projects-howtos .category_submenu .cell {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-template-template-project_category .products_grids,
.page-template-template-all_products .products_grids,
.page-template-template-projects_howtos .products_grids,
.single-projects-howtos .products_grids {
  padding-bottom: 3rem;
}
.page-template-template-project_category .products_grids .filter-results,
.page-template-template-all_products .products_grids .filter-results,
.page-template-template-projects_howtos .products_grids .filter-results,
.single-projects-howtos .products_grids .filter-results {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-template-project_category .products_grids .filter-results label,
.page-template-template-all_products .products_grids .filter-results label,
.page-template-template-projects_howtos .products_grids .filter-results label,
.single-projects-howtos .products_grids .filter-results label {
  border: 4px solid;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  border-color: #005EB8;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
.page-template-template-project_category .products_grids .filter-results label i,
.page-template-template-all_products .products_grids .filter-results label i,
.page-template-template-projects_howtos .products_grids .filter-results label i,
.single-projects-howtos .products_grids .filter-results label i {
  color: #005EB8;
  font-size: 1.25rem;
  margin: 0px;
}
.page-template-template-project_category .products_grids h2,
.page-template-template-all_products .products_grids h2,
.page-template-template-projects_howtos .products_grids h2,
.single-projects-howtos .products_grids h2 {
  color: #005EB8;
}
.page-template-template-project_category .products_grids .product_grid,
.page-template-template-all_products .products_grids .product_grid,
.page-template-template-projects_howtos .products_grids .product_grid,
.single-projects-howtos .products_grids .product_grid {
  overflow: hidden;
  margin-top: 0rem;
  padding-top: 3rem;
}
.page-template-template-project_category .products_grids .product_grid #msg-box,
.page-template-template-all_products .products_grids .product_grid #msg-box,
.page-template-template-projects_howtos .products_grids .product_grid #msg-box,
.single-projects-howtos .products_grids .product_grid #msg-box {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-project_category .products_grids .product_grid .description p,
  .page-template-template-all_products .products_grids .product_grid .description p,
  .page-template-template-projects_howtos .products_grids .product_grid .description p,
  .single-projects-howtos .products_grids .product_grid .description p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.page-template-template-project_category .products_grids .product_grid,
.page-template-template-all_products .products_grids .product_grid,
.page-template-template-projects_howtos .products_grids .product_grid,
.single-projects-howtos .products_grids .product_grid {
  padding: 0rem 1rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .products_grids .product_grid,
  .page-template-template-all_products .products_grids .product_grid,
  .page-template-template-projects_howtos .products_grids .product_grid,
  .single-projects-howtos .products_grids .product_grid {
    padding-top: 3rem;
  }
}
.page-template-template-project_category .products_grids .product_grid + .product_grid,
.page-template-template-all_products .products_grids .product_grid + .product_grid,
.page-template-template-projects_howtos .products_grids .product_grid + .product_grid,
.single-projects-howtos .products_grids .product_grid + .product_grid {
  margin-top: 4rem;
}
.page-template-template-project_category .attribute_icons,
.page-template-template-all_products .attribute_icons,
.page-template-template-projects_howtos .attribute_icons,
.single-projects-howtos .attribute_icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .attribute_icons,
  .page-template-template-all_products .attribute_icons,
  .page-template-template-projects_howtos .attribute_icons,
  .single-projects-howtos .attribute_icons {
    gap: 0.5rem;
    flex-wrap: nowrap;
  }
}
.page-template-template-project_category .attribute_icons .attribute_icon,
.page-template-template-all_products .attribute_icons .attribute_icon,
.page-template-template-projects_howtos .attribute_icons .attribute_icon,
.single-projects-howtos .attribute_icons .attribute_icon {
  line-height: 1;
  display: flex;
  width: 50%;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .attribute_icons .attribute_icon,
  .page-template-template-all_products .attribute_icons .attribute_icon,
  .page-template-template-projects_howtos .attribute_icons .attribute_icon,
  .single-projects-howtos .attribute_icons .attribute_icon {
    width: 100%;
    min-width: 20%;
  }
}
.page-template-template-project_category .attribute_icons .attribute_icon,
.page-template-template-all_products .attribute_icons .attribute_icon,
.page-template-template-projects_howtos .attribute_icons .attribute_icon,
.single-projects-howtos .attribute_icons .attribute_icon {
  flex-direction: column;
  /*			justify-content: space-between;*/
  padding: 1rem;
}
.page-template-template-project_category .attribute_icons .attribute_icon img,
.page-template-template-all_products .attribute_icons .attribute_icon img,
.page-template-template-projects_howtos .attribute_icons .attribute_icon img,
.single-projects-howtos .attribute_icons .attribute_icon img {
  display: inline-block;
  /*max-width: 88px;*/
  margin: 0px auto;
  margin-bottom: 0.5rem;
}
.page-template-template-project_category .attribute_icons .attribute_icon p,
.page-template-template-all_products .attribute_icons .attribute_icon p,
.page-template-template-projects_howtos .attribute_icons .attribute_icon p,
.single-projects-howtos .attribute_icons .attribute_icon p {
  line-height: 1.4;
  margin-top: 0.5rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  color: #707070;
  font-weight: bold;
}
.page-template-template-project_category .product_list,
.page-template-template-all_products .product_list,
.page-template-template-projects_howtos .product_list,
.single-projects-howtos .product_list {
  margin-top: 1.5rem;
}
.page-template-template-project_category .grid-item:not(.product),
.page-template-template-all_products .grid-item:not(.product),
.page-template-template-projects_howtos .grid-item:not(.product),
.single-projects-howtos .grid-item:not(.product) {
  background: white;
}
.page-template-template-project_category .product,
.page-template-template-all_products .product,
.page-template-template-projects_howtos .product,
.single-projects-howtos .product {
  background: #F6F6F6;
}
.page-template-template-project_category .product .product_container,
.page-template-template-all_products .product .product_container,
.page-template-template-projects_howtos .product .product_container,
.single-projects-howtos .product .product_container {
  padding: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product,
  .page-template-template-all_products .product,
  .page-template-template-projects_howtos .product,
  .single-projects-howtos .product {
    min-height: 350px !important;
  }
}
.page-template-template-project_category .product,
.page-template-template-all_products .product,
.page-template-template-projects_howtos .product,
.single-projects-howtos .product {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.page-template-template-project_category .product .ratings,
.page-template-template-all_products .product .ratings,
.page-template-template-projects_howtos .product .ratings,
.single-projects-howtos .product .ratings {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product .ratings,
  .page-template-template-all_products .product .ratings,
  .page-template-template-projects_howtos .product .ratings,
  .single-projects-howtos .product .ratings {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product,
  .page-template-template-all_products .product,
  .page-template-template-projects_howtos .product,
  .single-projects-howtos .product {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  }
}
.page-template-template-project_category .product,
.page-template-template-all_products .product,
.page-template-template-projects_howtos .product,
.single-projects-howtos .product {
  margin-bottom: 2rem;
  padding: 0rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product,
  .page-template-template-all_products .product,
  .page-template-template-projects_howtos .product,
  .single-projects-howtos .product {
    padding: 1rem;
  }
}
.page-template-template-project_category .product,
.page-template-template-all_products .product,
.page-template-template-projects_howtos .product,
.single-projects-howtos .product {
  position: relative;
  padding-top: 0px;
}
.page-template-template-project_category .product .link_overlay,
.page-template-template-all_products .product .link_overlay,
.page-template-template-projects_howtos .product .link_overlay,
.single-projects-howtos .product .link_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px !important;
  border-radius: 0px !important;
}
.page-template-template-project_category .product:hover .button,
.page-template-template-all_products .product:hover .button,
.page-template-template-projects_howtos .product:hover .button,
.single-projects-howtos .product:hover .button {
  color: #005EB8;
  background: white;
}
.page-template-template-project_category .product:hover,
.page-template-template-all_products .product:hover,
.page-template-template-projects_howtos .product:hover,
.single-projects-howtos .product:hover {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-project_category .image_placeholder,
  .page-template-template-all_products .image_placeholder,
  .page-template-template-projects_howtos .image_placeholder,
  .single-projects-howtos .image_placeholder {
    display: none;
  }
}
.page-template-template-project_category .image_placeholder,
.page-template-template-all_products .image_placeholder,
.page-template-template-projects_howtos .image_placeholder,
.single-projects-howtos .image_placeholder {
  min-height: 380px !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.page-template-template-project_category .image_placeholder img,
.page-template-template-all_products .image_placeholder img,
.page-template-template-projects_howtos .image_placeholder img,
.single-projects-howtos .image_placeholder img {
  margin-bottom: 0px !important;
  display: block !important;
  width: 100%;
  /* image box size as % of container, see step 1 */
  height: 100%;
  /* image box size as % of container, see step 1 */
  object-fit: cover !important;
}
.page-template-template-project_category .image_placeholder .product_container,
.page-template-template-all_products .image_placeholder .product_container,
.page-template-template-projects_howtos .image_placeholder .product_container,
.single-projects-howtos .image_placeholder .product_container {
  height: 100%;
}
.page-template-template-project_category .product_container,
.page-template-template-all_products .product_container,
.page-template-template-projects_howtos .product_container,
.single-projects-howtos .product_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container,
  .page-template-template-all_products .product_container,
  .page-template-template-projects_howtos .product_container,
  .single-projects-howtos .product_container {
    min-height: 350px;
  }
}
.page-template-template-project_category .product_container .product_image,
.page-template-template-all_products .product_container .product_image,
.page-template-template-projects_howtos .product_container .product_image,
.single-projects-howtos .product_container .product_image {
  flex-shrink: 2;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_image,
  .page-template-template-all_products .product_container .product_image,
  .page-template-template-projects_howtos .product_container .product_image,
  .single-projects-howtos .product_container .product_image {
    padding: 1rem;
  }
}
.page-template-template-project_category .product_container .product_image,
.page-template-template-all_products .product_container .product_image,
.page-template-template-projects_howtos .product_container .product_image,
.single-projects-howtos .product_container .product_image {
  min-width: 30%;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_image,
  .page-template-template-all_products .product_container .product_image,
  .page-template-template-projects_howtos .product_container .product_image,
  .single-projects-howtos .product_container .product_image {
    min-width: 40%;
  }
}
.page-template-template-project_category .product_container .product_image,
.page-template-template-all_products .product_container .product_image,
.page-template-template-projects_howtos .product_container .product_image,
.single-projects-howtos .product_container .product_image {
  text-align: center;
}
.page-template-template-project_category .product_container .product_image img,
.page-template-template-all_products .product_container .product_image img,
.page-template-template-projects_howtos .product_container .product_image img,
.single-projects-howtos .product_container .product_image img {
  max-height: 250px;
  /*				min-width: 100px;
  max-width: 100px;*/
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_image img,
  .page-template-template-all_products .product_container .product_image img,
  .page-template-template-projects_howtos .product_container .product_image img,
  .single-projects-howtos .product_container .product_image img {
    min-height: 300px;
  }
}
.page-template-template-project_category .product_container .product_image img,
.page-template-template-all_products .product_container .product_image img,
.page-template-template-projects_howtos .product_container .product_image img,
.single-projects-howtos .product_container .product_image img {
  width: auto;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-project_category .product_container .product_image img,
  .page-template-template-all_products .product_container .product_image img,
  .page-template-template-projects_howtos .product_container .product_image img,
  .single-projects-howtos .product_container .product_image img {
    padding: 0.5rem;
  }
}
.page-template-template-project_category .product_container .product_info,
.page-template-template-all_products .product_container .product_info,
.page-template-template-projects_howtos .product_container .product_info,
.single-projects-howtos .product_container .product_info {
  padding: 1rem 0;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_info,
  .page-template-template-all_products .product_container .product_info,
  .page-template-template-projects_howtos .product_container .product_info,
  .single-projects-howtos .product_container .product_info {
    font-size: 1rem;
  }
}
.page-template-template-project_category .product_container .product_info,
.page-template-template-all_products .product_container .product_info,
.page-template-template-projects_howtos .product_container .product_info,
.single-projects-howtos .product_container .product_info {
  flex-grow: 3;
  /*			display: flex;*/
  flex-direction: column;
}
.page-template-template-project_category .product_container .product_info .product_description,
.page-template-template-all_products .product_container .product_info .product_description,
.page-template-template-projects_howtos .product_container .product_info .product_description,
.single-projects-howtos .product_container .product_info .product_description {
  font-size: 0.9rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_info .product_description,
  .page-template-template-all_products .product_container .product_info .product_description,
  .page-template-template-projects_howtos .product_container .product_info .product_description,
  .single-projects-howtos .product_container .product_info .product_description {
    font-size: 1rem;
  }
}
.page-template-template-project_category .product_container .product_info .product_description ul li,
.page-template-template-all_products .product_container .product_info .product_description ul li,
.page-template-template-projects_howtos .product_container .product_info .product_description ul li,
.single-projects-howtos .product_container .product_info .product_description ul li {
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_info .product_description ul li,
  .page-template-template-all_products .product_container .product_info .product_description ul li,
  .page-template-template-projects_howtos .product_container .product_info .product_description ul li,
  .single-projects-howtos .product_container .product_info .product_description ul li {
    margin-bottom: 0.5rem;
  }
}
.page-template-template-project_category .product_container .product_info .button_container,
.page-template-template-all_products .product_container .product_info .button_container,
.page-template-template-projects_howtos .product_container .product_info .button_container,
.single-projects-howtos .product_container .product_info .button_container {
  margin-top: auto;
}
.page-template-template-project_category .product_container .product_info .product_title,
.page-template-template-all_products .product_container .product_info .product_title,
.page-template-template-projects_howtos .product_container .product_info .product_title,
.single-projects-howtos .product_container .product_info .product_title {
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_info .product_title,
  .page-template-template-all_products .product_container .product_info .product_title,
  .page-template-template-projects_howtos .product_container .product_info .product_title,
  .single-projects-howtos .product_container .product_info .product_title {
    font-size: 19px;
    font-weight: normal;
  }
}
.page-template-template-project_category .product_container .product_info .product_title,
.page-template-template-all_products .product_container .product_info .product_title,
.page-template-template-projects_howtos .product_container .product_info .product_title,
.single-projects-howtos .product_container .product_info .product_title {
  color: #707070;
  margin-bottom: 1rem;
  max-width: 26ch;
}
.page-template-template-project_category .product_container .product_info .product_colors,
.page-template-template-all_products .product_container .product_info .product_colors,
.page-template-template-projects_howtos .product_container .product_info .product_colors,
.single-projects-howtos .product_container .product_info .product_colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
}
.page-template-template-project_category .product_container .product_info .product_colors .product_color,
.page-template-template-all_products .product_container .product_info .product_colors .product_color,
.page-template-template-projects_howtos .product_container .product_info .product_colors .product_color,
.single-projects-howtos .product_container .product_info .product_colors .product_color {
  text-align: center;
  min-width: 30px;
  max-width: 60px;
  margin: 0.5rem;
}
.page-template-template-project_category .product_container .product_info .product_colors .product-color-swatch,
.page-template-template-all_products .product_container .product_info .product_colors .product-color-swatch,
.page-template-template-projects_howtos .product_container .product_info .product_colors .product-color-swatch,
.single-projects-howtos .product_container .product_info .product_colors .product-color-swatch {
  justify-content: center;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  height: 15px;
  width: 15px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .product_container .product_info .product_colors .product-color-swatch,
  .page-template-template-all_products .product_container .product_info .product_colors .product-color-swatch,
  .page-template-template-projects_howtos .product_container .product_info .product_colors .product-color-swatch,
  .single-projects-howtos .product_container .product_info .product_colors .product-color-swatch {
    height: 20px;
    width: 20px;
  }
}
.page-template-template-project_category .product_container .product_info .product_colors .product-color-swatch,
.page-template-template-all_products .product_container .product_info .product_colors .product-color-swatch,
.page-template-template-projects_howtos .product_container .product_info .product_colors .product-color-swatch,
.single-projects-howtos .product_container .product_info .product_colors .product-color-swatch {
  bordeR: 1px solid;
  border-radius: 50%;
}
.page-template-template-project_category .product_container .product_info .product_colors .product-color-name,
.page-template-template-all_products .product_container .product_info .product_colors .product-color-name,
.page-template-template-projects_howtos .product_container .product_info .product_colors .product-color-name,
.single-projects-howtos .product_container .product_info .product_colors .product-color-name {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}
.page-template-template-project_category .button.gray,
.page-template-template-all_products .button.gray,
.page-template-template-projects_howtos .button.gray,
.single-projects-howtos .button.gray {
  background-color: #707070;
  border-color: #707070;
}
.page-template-template-project_category .button.gray:hover,
.page-template-template-all_products .button.gray:hover,
.page-template-template-projects_howtos .button.gray:hover,
.single-projects-howtos .button.gray:hover {
  background-color: transparent;
  color: #707070;
  border-color: #707070;
}
.page-template-template-project_category .button.yellow,
.page-template-template-all_products .button.yellow,
.page-template-template-projects_howtos .button.yellow,
.single-projects-howtos .button.yellow {
  background-color: #FFBB1C;
  border-color: #FFBB1C;
}
.page-template-template-project_category .button.yellow:hover,
.page-template-template-all_products .button.yellow:hover,
.page-template-template-projects_howtos .button.yellow:hover,
.single-projects-howtos .button.yellow:hover {
  background-color: transparent;
  color: #FFBB1C;
  border-color: #FFBB1C;
}
.page-template-template-project_category .button.blue,
.page-template-template-all_products .button.blue,
.page-template-template-projects_howtos .button.blue,
.single-projects-howtos .button.blue {
  background-color: #005EB8;
  border-color: #005EB8;
}
.page-template-template-project_category .button.blue:hover,
.page-template-template-all_products .button.blue:hover,
.page-template-template-projects_howtos .button.blue:hover,
.single-projects-howtos .button.blue:hover {
  background-color: transparent;
  color: #005EB8;
  border-color: #005EB8;
}
.page-template-template-project_category .button.green,
.page-template-template-all_products .button.green,
.page-template-template-projects_howtos .button.green,
.single-projects-howtos .button.green {
  background-color: #64A70B;
  border-color: #64A70B;
}
.page-template-template-project_category .button.green:hover,
.page-template-template-all_products .button.green:hover,
.page-template-template-projects_howtos .button.green:hover,
.single-projects-howtos .button.green:hover {
  background-color: transparent;
  color: #64A70B;
  border-color: #64A70B;
}
.page-template-template-project_category .button.red,
.page-template-template-all_products .button.red,
.page-template-template-projects_howtos .button.red,
.single-projects-howtos .button.red {
  background-color: #DA291C;
  border-color: #DA291C;
}
.page-template-template-project_category .button.red:hover,
.page-template-template-all_products .button.red:hover,
.page-template-template-projects_howtos .button.red:hover,
.single-projects-howtos .button.red:hover {
  background-color: transparent;
  color: #DA291C;
  border-color: #DA291C;
}
.page-template-template-project_category .button.white,
.page-template-template-all_products .button.white,
.page-template-template-projects_howtos .button.white,
.single-projects-howtos .button.white {
  background-color: white;
  border-color: #fefefe;
  color: #005EB8;
}
.page-template-template-project_category .button.white:hover,
.page-template-template-all_products .button.white:hover,
.page-template-template-projects_howtos .button.white:hover,
.single-projects-howtos .button.white:hover {
  background-color: transparent;
  color: #fefefe;
}
.page-template-template-project_category .how_to_slider,
.page-template-template-all_products .how_to_slider,
.page-template-template-projects_howtos .how_to_slider,
.single-projects-howtos .how_to_slider {
  padding-top: 0px;
}
.page-template-template-project_category .how_to_slider .grid-x,
.page-template-template-all_products .how_to_slider .grid-x,
.page-template-template-projects_howtos .how_to_slider .grid-x,
.single-projects-howtos .how_to_slider .grid-x {
  padding: 2rem 0rem;
}
.page-template-template-project_category .how_to_slider.fw-slider .grid-x,
.page-template-template-all_products .how_to_slider.fw-slider .grid-x,
.page-template-template-projects_howtos .how_to_slider.fw-slider .grid-x,
.single-projects-howtos .how_to_slider.fw-slider .grid-x {
  padding-left: 0rem;
  padding-right: 0rem;
}
.page-template-template-project_category .how_to_slider .bx-wrapper,
.page-template-template-all_products .how_to_slider .bx-wrapper,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper,
.single-projects-howtos .how_to_slider .bx-wrapper {
  position: relative;
  width: 100%;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .slide .grid-x,
.page-template-template-all_products .how_to_slider .bx-wrapper .slide .grid-x,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .slide .grid-x,
.single-projects-howtos .how_to_slider .bx-wrapper .slide .grid-x {
  min-height: 450px;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .slide > div,
.page-template-template-all_products .how_to_slider .bx-wrapper .slide > div,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .slide > div,
.single-projects-howtos .how_to_slider .bx-wrapper .slide > div {
  height: 100%;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .bx-controls,
.page-template-template-all_products .how_to_slider .bx-wrapper .bx-controls,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .bx-controls,
.single-projects-howtos .how_to_slider .bx-wrapper .bx-controls {
  top: 50%;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .bx-next,
.page-template-template-all_products .how_to_slider .bx-wrapper .bx-next,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .bx-next,
.single-projects-howtos .how_to_slider .bx-wrapper .bx-next {
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  position: absolute;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .bx-prev,
.page-template-template-all_products .how_to_slider .bx-wrapper .bx-prev,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .bx-prev,
.single-projects-howtos .how_to_slider .bx-wrapper .bx-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  position: absolute;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .content,
.page-template-template-all_products .how_to_slider .bx-wrapper .content,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .content,
.single-projects-howtos .how_to_slider .bx-wrapper .content {
  display: flex;
  flex-direction: column;
}
.page-template-template-project_category .how_to_slider .bx-wrapper .content .button_container,
.page-template-template-all_products .how_to_slider .bx-wrapper .content .button_container,
.page-template-template-projects_howtos .how_to_slider .bx-wrapper .content .button_container,
.single-projects-howtos .how_to_slider .bx-wrapper .content .button_container {
  margin-top: auto;
}
.page-template-template-project_category .how_to_slider .slide .grid-container > div,
.page-template-template-all_products .how_to_slider .slide .grid-container > div,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container > div,
.single-projects-howtos .how_to_slider .slide .grid-container > div {
  padding: 0px;
  margin: 0px;
  background: #005EB8;
}
.page-template-template-project_category .how_to_slider .slide .grid-container .cell,
.page-template-template-all_products .how_to_slider .slide .grid-container .cell,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container .cell,
.single-projects-howtos .how_to_slider .slide .grid-container .cell {
  margin: 0px;
  padding: 0px;
}
.page-template-template-project_category .how_to_slider .slide .grid-container .cell.content,
.page-template-template-all_products .how_to_slider .slide .grid-container .cell.content,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container .cell.content,
.single-projects-howtos .how_to_slider .slide .grid-container .cell.content {
  padding: 2rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .how_to_slider .slide .grid-container .cell.content,
  .page-template-template-all_products .how_to_slider .slide .grid-container .cell.content,
  .page-template-template-projects_howtos .how_to_slider .slide .grid-container .cell.content,
  .single-projects-howtos .how_to_slider .slide .grid-container .cell.content {
    padding: 4rem;
  }
}
.page-template-template-project_category .how_to_slider .slide .grid-container,
.page-template-template-all_products .how_to_slider .slide .grid-container,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container,
.single-projects-howtos .how_to_slider .slide .grid-container {
  color: #fefefe;
}
.page-template-template-project_category .how_to_slider .slide .grid-container h2,
.page-template-template-project_category .how_to_slider .slide .grid-container .h2,
.page-template-template-all_products .how_to_slider .slide .grid-container h2,
.page-template-template-all_products .how_to_slider .slide .grid-container .h2,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container h2,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container .h2,
.single-projects-howtos .how_to_slider .slide .grid-container h2,
.single-projects-howtos .how_to_slider .slide .grid-container .h2 {
  color: #fefefe;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .how_to_slider .slide .grid-container h2,
  .page-template-template-project_category .how_to_slider .slide .grid-container .h2,
  .page-template-template-all_products .how_to_slider .slide .grid-container h2,
  .page-template-template-all_products .how_to_slider .slide .grid-container .h2,
  .page-template-template-projects_howtos .how_to_slider .slide .grid-container h2,
  .page-template-template-projects_howtos .how_to_slider .slide .grid-container .h2,
  .single-projects-howtos .how_to_slider .slide .grid-container h2,
  .single-projects-howtos .how_to_slider .slide .grid-container .h2 {
    max-width: 80%;
    margin-bottom: 1rem;
  }
}
.page-template-template-project_category .how_to_slider .slide .grid-container img,
.page-template-template-all_products .how_to_slider .slide .grid-container img,
.page-template-template-projects_howtos .how_to_slider .slide .grid-container img,
.single-projects-howtos .how_to_slider .slide .grid-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-template-template-project_category .product_grid .grid-container .grid-x .cell,
.page-template-template-all_products .product_grid .grid-container .grid-x .cell,
.page-template-template-projects_howtos .product_grid .grid-container .grid-x .cell,
.single-projects-howtos .product_grid .grid-container .grid-x .cell {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .bx-wrapper .grid-container,
  .page-template-template-all_products .bx-wrapper .grid-container,
  .page-template-template-projects_howtos .bx-wrapper .grid-container,
  .single-projects-howtos .bx-wrapper .grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-template-project_category .grid-container .product_container,
.page-template-template-all_products .grid-container .product_container,
.page-template-template-projects_howtos .grid-container .product_container,
.single-projects-howtos .grid-container .product_container {
  height: 100%;
}
.page-template-template-project_category .image_placeholder,
.page-template-template-all_products .image_placeholder,
.page-template-template-projects_howtos .image_placeholder,
.single-projects-howtos .image_placeholder {
  position: relative;
}
.page-template-template-project_category .image_placeholder .product_container,
.page-template-template-all_products .image_placeholder .product_container,
.page-template-template-projects_howtos .image_placeholder .product_container,
.single-projects-howtos .image_placeholder .product_container {
  position: absolute;
  width: 100%;
  /*	max-height: 385px;*/
}
.page-template-template-project_category .grid-item,
.page-template-template-all_products .grid-item,
.page-template-template-projects_howtos .grid-item,
.single-projects-howtos .grid-item {
  transition: background 0.4s, box-shadow 0.4s !important;
}
.page-template-template-project_category .divider.grid-item,
.page-template-template-all_products .divider.grid-item,
.page-template-template-projects_howtos .divider.grid-item,
.single-projects-howtos .divider.grid-item {
  padding: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-project_category .divider.grid-item,
  .page-template-template-all_products .divider.grid-item,
  .page-template-template-projects_howtos .divider.grid-item,
  .single-projects-howtos .divider.grid-item {
    display: none;
  }
}
.page-template-template-project_category .divider hr,
.page-template-template-all_products .divider hr,
.page-template-template-projects_howtos .divider hr,
.single-projects-howtos .divider hr {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .grid-item:not(.description):not(.divider),
  .page-template-template-all_products .grid-item:not(.description):not(.divider),
  .page-template-template-projects_howtos .grid-item:not(.description):not(.divider),
  .single-projects-howtos .grid-item:not(.description):not(.divider) {
    min-height: 305px;
  }
}
.page-template-template-project_category .grid-item.description,
.page-template-template-all_products .grid-item.description,
.page-template-template-projects_howtos .grid-item.description,
.single-projects-howtos .grid-item.description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .grid-item.description,
  .page-template-template-all_products .grid-item.description,
  .page-template-template-projects_howtos .grid-item.description,
  .single-projects-howtos .grid-item.description {
    min-height: 150px;
    margin-bottom: 0rem;
  }
}
.page-template-template-project_category .grid-item.description p,
.page-template-template-all_products .grid-item.description p,
.page-template-template-projects_howtos .grid-item.description p,
.single-projects-howtos .grid-item.description p {
  line-height: 1.46 !important;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-project_category .grid-item.description,
  .page-template-template-all_products .grid-item.description,
  .page-template-template-projects_howtos .grid-item.description,
  .single-projects-howtos .grid-item.description {
    min-height: 205px;
    margin-top: 0px;
  }
}
.page-template-template-project_category .resetAll,
.page-template-template-project_category .viewFilteredResults,
.page-template-template-all_products .resetAll,
.page-template-template-all_products .viewFilteredResults,
.page-template-template-projects_howtos .resetAll,
.page-template-template-projects_howtos .viewFilteredResults,
.single-projects-howtos .resetAll,
.single-projects-howtos .viewFilteredResults {
  margin-top: 0px !important;
}
.page-template-template-project_category .viewFilteredResults,
.page-template-template-all_products .viewFilteredResults,
.page-template-template-projects_howtos .viewFilteredResults,
.single-projects-howtos .viewFilteredResults {
  background: white !important;
  color: #005EB8 !important;
}
.page-template-template-project_category .filter-group,
.page-template-template-all_products .filter-group,
.page-template-template-projects_howtos .filter-group,
.single-projects-howtos .filter-group {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}
.page-template-template-project_category .filter-group li,
.page-template-template-all_products .filter-group li,
.page-template-template-projects_howtos .filter-group li,
.single-projects-howtos .filter-group li {
  padding: 1rem 1rem 1rem 0.25rem;
  margin-right: 0.25rem;
  display: block;
  color: #13294B;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 0px;
  cursor: pointer;
}
.page-template-template-project_category .filter-group li i,
.page-template-template-all_products .filter-group li i,
.page-template-template-projects_howtos .filter-group li i,
.single-projects-howtos .filter-group li i {
  color: #005EB8;
}
.page-template-template-project_category .filter-group li.hover,
.page-template-template-all_products .filter-group li.hover,
.page-template-template-projects_howtos .filter-group li.hover,
.single-projects-howtos .filter-group li.hover {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-project_category .filter-group,
  .page-template-template-all_products .filter-group,
  .page-template-template-projects_howtos .filter-group,
  .single-projects-howtos .filter-group {
    flex-wrap: wrap1;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1030px) {
  .page-template-template-project_category .filter-group li,
  .page-template-template-all_products .filter-group li,
  .page-template-template-projects_howtos .filter-group li,
  .single-projects-howtos .filter-group li {
    padding-right: 0.75rem !important;
  }
}
.page-template-template-project_category .filtermenu .accordion,
.page-template-template-all_products .filtermenu .accordion,
.page-template-template-projects_howtos .filtermenu .accordion,
.single-projects-howtos .filtermenu .accordion {
  margin-bottom: 0px;
}
.page-template-template-project_category .dropdown-pane,
.page-template-template-all_products .dropdown-pane,
.page-template-template-projects_howtos .dropdown-pane,
.single-projects-howtos .dropdown-pane {
  background: white;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.125);
  border-top: 0px;
}
.page-template-template-project_category .dropdown-pane ul,
.page-template-template-all_products .dropdown-pane ul,
.page-template-template-projects_howtos .dropdown-pane ul,
.single-projects-howtos .dropdown-pane ul {
  margin-bottom: 0px;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-project_category #filtermenu-container .is-stuck,
  .page-template-template-all_products #filtermenu-container .is-stuck,
  .page-template-template-projects_howtos #filtermenu-container .is-stuck,
  .single-projects-howtos #filtermenu-container .is-stuck {
    transform: translateY(0px);
    top: 71px;
    margin-top: 98px !important;
  }
}
.page-template-template-project_category .filtermenu-container .checkbox-list,
.page-template-template-all_products .filtermenu-container .checkbox-list,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list,
.single-projects-howtos .filtermenu-container .checkbox-list {
  margin-bottom: 0px;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li,
.page-template-template-all_products .filtermenu-container .checkbox-list li,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li,
.single-projects-howtos .filtermenu-container .checkbox-list li {
  display: block;
  margin-bottom: 0.75rem;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li:last-of-type,
.page-template-template-all_products .filtermenu-container .checkbox-list li:last-of-type,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li:last-of-type,
.single-projects-howtos .filtermenu-container .checkbox-list li:last-of-type {
  margin-bottom: 0px;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li label,
.page-template-template-all_products .filtermenu-container .checkbox-list li label,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li label,
.single-projects-howtos .filtermenu-container .checkbox-list li label {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.1;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li label span,
.page-template-template-all_products .filtermenu-container .checkbox-list li label span,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li label span,
.single-projects-howtos .filtermenu-container .checkbox-list li label span {
  padding-left: 1.5rem;
  padding-right: 1rem;
  position: relative;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li label span::before,
.page-template-template-all_products .filtermenu-container .checkbox-list li label span::before,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li label span::before,
.single-projects-howtos .filtermenu-container .checkbox-list li label span::before {
  position: absolute;
  left: 0rem;
  margin-top: -2px;
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  font-size: 1.25rem;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li label input,
.page-template-template-all_products .filtermenu-container .checkbox-list li label input,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li label input,
.single-projects-howtos .filtermenu-container .checkbox-list li label input {
  margin-left: -9999px;
  left: -9999px;
  position: absolute;
  margin: 0.25rem;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li label input:checked + span,
.page-template-template-all_products .filtermenu-container .checkbox-list li label input:checked + span,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li label input:checked + span,
.single-projects-howtos .filtermenu-container .checkbox-list li label input:checked + span {
  color: #005EB8;
  font-weight: bold;
}
.page-template-template-project_category .filtermenu-container .checkbox-list li label input:checked + span::before,
.page-template-template-all_products .filtermenu-container .checkbox-list li label input:checked + span::before,
.page-template-template-projects_howtos .filtermenu-container .checkbox-list li label input:checked + span::before,
.single-projects-howtos .filtermenu-container .checkbox-list li label input:checked + span::before {
  content: "\f0c8";
}
.page-template-template-project_category .filtermenu-container .sticky.is-stuck,
.page-template-template-all_products .filtermenu-container .sticky.is-stuck,
.page-template-template-projects_howtos .filtermenu-container .sticky.is-stuck,
.single-projects-howtos .filtermenu-container .sticky.is-stuck {
  margin-top: 125px !important;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-project_category .filtermenu-container .sticky.is-stuck,
  .page-template-template-all_products .filtermenu-container .sticky.is-stuck,
  .page-template-template-projects_howtos .filtermenu-container .sticky.is-stuck,
  .single-projects-howtos .filtermenu-container .sticky.is-stuck {
    margin-top: 150px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-project_category .filtermenu-container .sticky.is-stuck,
  .page-template-template-all_products .filtermenu-container .sticky.is-stuck,
  .page-template-template-projects_howtos .filtermenu-container .sticky.is-stuck,
  .single-projects-howtos .filtermenu-container .sticky.is-stuck {
    margin-top: 135px !important;
  }
}
.page-template-template-project_category .filtermenu-container .sticky,
.page-template-template-all_products .filtermenu-container .sticky,
.page-template-template-projects_howtos .filtermenu-container .sticky,
.single-projects-howtos .filtermenu-container .sticky {
  background: #ededeb;
}
.page-template-template-project_category .filtermenu-container .sticky .grid-container,
.page-template-template-all_products .filtermenu-container .sticky .grid-container,
.page-template-template-projects_howtos .filtermenu-container .sticky .grid-container,
.single-projects-howtos .filtermenu-container .sticky .grid-container {
  padding: 0px;
}
.page-template-template-project_category .filtermenu-container .accordion,
.page-template-template-all_products .filtermenu-container .accordion,
.page-template-template-projects_howtos .filtermenu-container .accordion,
.single-projects-howtos .filtermenu-container .accordion {
  background: transparent;
}
.page-template-template-project_category .filtermenu-container .accordion .accordion-title,
.page-template-template-all_products .filtermenu-container .accordion .accordion-title,
.page-template-template-projects_howtos .filtermenu-container .accordion .accordion-title,
.single-projects-howtos .filtermenu-container .accordion .accordion-title {
  border-bottom: 1px solid #0a0a0a;
}
.page-template-template-project_category .filtermenu-container .accordion li,
.page-template-template-project_category .filtermenu-container .accordion .accordion-content,
.page-template-template-all_products .filtermenu-container .accordion li,
.page-template-template-all_products .filtermenu-container .accordion .accordion-content,
.page-template-template-projects_howtos .filtermenu-container .accordion li,
.page-template-template-projects_howtos .filtermenu-container .accordion .accordion-content,
.single-projects-howtos .filtermenu-container .accordion li,
.single-projects-howtos .filtermenu-container .accordion .accordion-content {
  background: transparent;
}
.page-template-template-project_category .filtermenu-container .accordion .checkbox-list,
.page-template-template-all_products .filtermenu-container .accordion .checkbox-list,
.page-template-template-projects_howtos .filtermenu-container .accordion .checkbox-list,
.single-projects-howtos .filtermenu-container .accordion .checkbox-list {
  max-width: 350px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex-basis: 50%;
}
.page-template-template-project_category .filtermenu-container .accordion .checkbox-list li,
.page-template-template-all_products .filtermenu-container .accordion .checkbox-list li,
.page-template-template-projects_howtos .filtermenu-container .accordion .checkbox-list li,
.single-projects-howtos .filtermenu-container .accordion .checkbox-list li {
  width: 100%;
  max-width: calc(50% - 1rem);
  display: block;
  text-align: left;
  /*span {
  	white-space: nowrap;
  }*/
}
.page-template-template-project_category .filtermenu-container .sub-accordion .accordion-content,
.page-template-template-all_products .filtermenu-container .sub-accordion .accordion-content,
.page-template-template-projects_howtos .filtermenu-container .sub-accordion .accordion-content,
.single-projects-howtos .filtermenu-container .sub-accordion .accordion-content {
  background: white;
}
.page-template-template-project_category .filtermenu-container .accordion-item > .accordion-title::before,
.page-template-template-all_products .filtermenu-container .accordion-item > .accordion-title::before,
.page-template-template-projects_howtos .filtermenu-container .accordion-item > .accordion-title::before,
.single-projects-howtos .filtermenu-container .accordion-item > .accordion-title::before {
  display: none;
}
.page-template-template-project_category .filtermenu-container .accordion-item > .accordion-title > span::before,
.page-template-template-all_products .filtermenu-container .accordion-item > .accordion-title > span::before,
.page-template-template-projects_howtos .filtermenu-container .accordion-item > .accordion-title > span::before,
.single-projects-howtos .filtermenu-container .accordion-item > .accordion-title > span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  margin-right: 0.5rem;
}
.page-template-template-project_category .filtermenu-container .accordion-item.is-active > .accordion-title span::before,
.page-template-template-all_products .filtermenu-container .accordion-item.is-active > .accordion-title span::before,
.page-template-template-projects_howtos .filtermenu-container .accordion-item.is-active > .accordion-title span::before,
.single-projects-howtos .filtermenu-container .accordion-item.is-active > .accordion-title span::before {
  content: "\f106";
}
.page-template-template-project_category .filtermenu-container .parent-accordion,
.page-template-template-all_products .filtermenu-container .parent-accordion,
.page-template-template-projects_howtos .filtermenu-container .parent-accordion,
.single-projects-howtos .filtermenu-container .parent-accordion {
  background: transparent;
}
.page-template-template-project_category .filtermenu-container .parent-accordion > .accordion-item > .accordion-title,
.page-template-template-all_products .filtermenu-container .parent-accordion > .accordion-item > .accordion-title,
.page-template-template-projects_howtos .filtermenu-container .parent-accordion > .accordion-item > .accordion-title,
.single-projects-howtos .filtermenu-container .parent-accordion > .accordion-item > .accordion-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #0a0a0a;
}
.page-template-template-project_category .filtermenu-container .parent-accordion > .accordion-item > .accordion-content,
.page-template-template-all_products .filtermenu-container .parent-accordion > .accordion-item > .accordion-content,
.page-template-template-projects_howtos .filtermenu-container .parent-accordion > .accordion-item > .accordion-content,
.single-projects-howtos .filtermenu-container .parent-accordion > .accordion-item > .accordion-content {
  padding: 0px;
}
.page-template-template-project_category .filtermenu-container .parent-accordion .accordion-content > div,
.page-template-template-all_products .filtermenu-container .parent-accordion .accordion-content > div,
.page-template-template-projects_howtos .filtermenu-container .parent-accordion .accordion-content > div,
.single-projects-howtos .filtermenu-container .parent-accordion .accordion-content > div {
  padding: 1rem;
}
.page-template-template-project_category .filtermenu-container .sub-accordion,
.page-template-template-all_products .filtermenu-container .sub-accordion,
.page-template-template-projects_howtos .filtermenu-container .sub-accordion,
.single-projects-howtos .filtermenu-container .sub-accordion {
  background: transparent;
}
.page-template-template-project_category .filtermenu-container .sub-accordion > .accordion-item,
.page-template-template-all_products .filtermenu-container .sub-accordion > .accordion-item,
.page-template-template-projects_howtos .filtermenu-container .sub-accordion > .accordion-item,
.single-projects-howtos .filtermenu-container .sub-accordion > .accordion-item {
  padding: 0px !important;
}
.page-template-template-project_category .filtermenu-container .sub-accordion > .accordion-item > .accordion-title,
.page-template-template-all_products .filtermenu-container .sub-accordion > .accordion-item > .accordion-title,
.page-template-template-projects_howtos .filtermenu-container .sub-accordion > .accordion-item > .accordion-title,
.single-projects-howtos .filtermenu-container .sub-accordion > .accordion-item > .accordion-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  display: block;
}
.page-template-template-project_category .side_by_side_videos,
.page-template-template-all_products .side_by_side_videos,
.page-template-template-projects_howtos .side_by_side_videos,
.single-projects-howtos .side_by_side_videos {
  background: white;
  padding-bottom: 4rem;
}
.page-template-template-project_category .side_by_side_videos h2,
.page-template-template-all_products .side_by_side_videos h2,
.page-template-template-projects_howtos .side_by_side_videos h2,
.single-projects-howtos .side_by_side_videos h2 {
  margin-bottom: 1.5rem !important;
}
.page-template-template-project_category .side_by_side_videos .grid-x,
.page-template-template-all_products .side_by_side_videos .grid-x,
.page-template-template-projects_howtos .side_by_side_videos .grid-x,
.single-projects-howtos .side_by_side_videos .grid-x {
  max-width: 1300px;
  margin: 0px auto;
  margin-bottom: 0rem;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-project_category .side_by_side_videos .video:nth-child(1),
  .page-template-template-all_products .side_by_side_videos .video:nth-child(1),
  .page-template-template-projects_howtos .side_by_side_videos .video:nth-child(1),
  .single-projects-howtos .side_by_side_videos .video:nth-child(1) {
    margin-bottom: 1.5rem;
  }
}
.page-template-template-project_category .side_by_side_videos .video,
.page-template-template-all_products .side_by_side_videos .video,
.page-template-template-projects_howtos .side_by_side_videos .video,
.single-projects-howtos .side_by_side_videos .video {
  display: block;
}
.page-template-template-project_category .side_by_side_videos .video i,
.page-template-template-all_products .side_by_side_videos .video i,
.page-template-template-projects_howtos .side_by_side_videos .video i,
.single-projects-howtos .side_by_side_videos .video i {
  transition: ease-in-out all 250ms;
  font-size: 32px;
}
.page-template-template-project_category .side_by_side_videos .video img,
.page-template-template-all_products .side_by_side_videos .video img,
.page-template-template-projects_howtos .side_by_side_videos .video img,
.single-projects-howtos .side_by_side_videos .video img {
  display: block;
  width: 100%;
}
.page-template-template-project_category .side_by_side_videos .video_container,
.page-template-template-all_products .side_by_side_videos .video_container,
.page-template-template-projects_howtos .side_by_side_videos .video_container,
.single-projects-howtos .side_by_side_videos .video_container {
  position: relative;
}
.page-template-template-project_category .side_by_side_videos .video_container::before,
.page-template-template-all_products .side_by_side_videos .video_container::before,
.page-template-template-projects_howtos .side_by_side_videos .video_container::before,
.single-projects-howtos .side_by_side_videos .video_container::before {
  position: absolute;
  z-index: 1;
  background: rgba(3, 98, 169, 0.85);
  transition: ease-in-out all 250ms;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
}
.page-template-template-project_category .side_by_side_videos .video_container:hover .video_container:before,
.page-template-template-all_products .side_by_side_videos .video_container:hover .video_container:before,
.page-template-template-projects_howtos .side_by_side_videos .video_container:hover .video_container:before,
.single-projects-howtos .side_by_side_videos .video_container:hover .video_container:before {
  background: rgba(3, 98, 169, 0.65);
}
.page-template-template-project_category .side_by_side_videos .video_container .video_title_container,
.page-template-template-all_products .side_by_side_videos .video_container .video_title_container,
.page-template-template-projects_howtos .side_by_side_videos .video_container .video_title_container,
.single-projects-howtos .side_by_side_videos .video_container .video_title_container {
  color: white;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease-in-out all 250ms;
  transform-origin: center center;
  max-width: 275px;
  width: 100%;
}
.page-template-template-project_category .side_by_side_videos .video_container .video_title_container span,
.page-template-template-all_products .side_by_side_videos .video_container .video_title_container span,
.page-template-template-projects_howtos .side_by_side_videos .video_container .video_title_container span,
.single-projects-howtos .side_by_side_videos .video_container .video_title_container span {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}

.looking_for {
  margin-top: 0px;
  padding-top: 0px;
}
.looking_for .column {
  margin-bottom: 2rem;
}
.looking_for .content_container {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.looking_for .content_container .grid-x {
  height: 100%;
}
.looking_for .h4 {
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  color: #13294B;
}
.looking_for img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 350px;
}
.looking_for .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.looking_for .content .button_container {
  margin-top: auto;
}

.single .menus.blue .category_menu {
  background: #005EB8;
  color: #fefefe;
}
.single .menus.blue .category_menu a {
  color: #fefefe;
}
.single .flexibility-bullets.smaller {
  font-size: 15px;
}

.product-color-swatch.clear {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 50%, rgb(205, 205, 205) 100%);
}

.how_to_slider + script + .side_by_side_videos {
  padding-top: 0px;
}

.page-template-template-projects_howtos .products_grids {
  padding-bottom: 4rem;
}
.page-template-template-projects_howtos .products_grids .project-grid-item {
  margin-bottom: 1rem;
  padding-bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-projects_howtos .products_grids .project-grid-item {
    min-height: 280px;
  }
}
.page-template-template-projects_howtos .products_grids .project-grid-item a {
  margin-bottom: 0px;
}
.page-template-template-projects_howtos .products_grids .project-grid-item .project-link {
  padding: 1rem;
  line-height: 1.3;
}

button#first-to-write {
  font-weight: 700 !important;
  color: #fefefe;
  font-size: 15px !important;
  padding: 10px 24px !important;
  display: inline-block;
  min-width: 150px !important;
  font-family: Arial, sans-serif !important;
  border: 2px solid !important;
  transition: all 250ms ease-in-out;
}

button#first-to-write:hover {
  font-weight: 700 !important;
  background-color: #fefefe !important;
  color: #005eb8 !important;
  border-color: #005eb8 !important;
  font-size: 15px !important;
  padding: 10px 24px !important;
  display: inline-block;
  min-width: 150px !important;
  font-family: Arial, sans-serif !important;
}

body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist {
  font-family: Arial, sans-serif !important;
}

body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover {
  font-family: Arial, sans-serif !important;
  text-decoration: underline !important;
}

#showFilters {
  margin-bottom: 1rem;
}

.products_grids h4.count {
  color: #13294B;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product_grid .grid-x {
  margin-right: 0px;
  margin-left: 0px;
}
.product_grid .grid-container {
  padding: 0px;
}

#filter-dropdown {
  background: white;
  max-width: calc(100% - 48px);
}
@media print, screen and (min-width: 48em) {
  #filter-dropdown {
    max-width: 500px;
  }
}
#filter-dropdown {
  width: 100%;
  padding: 2rem 1rem;
}
#filter-dropdown h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #005EB8;
}
#filter-dropdown .dropdown-container .filter_left,
#filter-dropdown .dropdown-container .filter_right {
  display: flex;
  flex-direction: column;
}
#filter-dropdown .dropdown-container #filter_reset {
  margin-top: auto;
}
@media print, screen and (min-width: 48em) {
  #filter-dropdown .dropdown-container {
    display: flex;
    gap: 1rem;
  }
  #filter-dropdown .dropdown-container .filter_left {
    width: 50%;
  }
  #filter-dropdown .dropdown-container .filter_right {
    width: 50%;
  }
}
#filter-dropdown .dropdown-container .filter_colors {
  flex-wrap: wrap;
}
#filter-dropdown .dropdown-container legend {
  font-size: 16px;
}
#filter-dropdown .dropdown-container fieldset {
  margin: 1rem 0;
  width: 100% !important;
}

.filters {
  margin-left: auto;
  margin-right: 1.875rem;
}
.filters h2 {
  color: #005EB8;
  font-weight: bold;
}
.filters legend {
  color: #005EB8;
}
.filters .fa-check {
  margin: 0px;
}
.filters fieldset.filter_colors {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.filters fieldset.filter_colors label {
  display: flex;
  align-items: center;
}
.filters fieldset.filter_colors .product_color {
  display: flex;
  flex-direction: column;
}
.filters fieldset.filter_colors .product_color input {
  display: none;
}
.filters fieldset.filter_colors .fa-stack.small {
  font-size: 1.4em;
}
.filters fieldset.filter_colors i {
  vertical-align: middle;
}
.filters fieldset.filter_colors .product_color {
  text-align: center;
  border: 1px solid var(--blue);
  border-radius: 0.25rem;
  width: 45px;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
.filters fieldset.filter_colors .product_color .product-color-name {
  font-size: 10px;
}
.filters fieldset.filter_colors .product_color .product-color-swatch {
  line-height: 0.8375;
  position: relative;
  display: inline-block;
}
.filters fieldset.filter_colors .product_color .product-color-swatch .fas.fa-circle {
  display: block !important;
  text-shadow: 0 0 3px #000;
}
.filters fieldset.filter_colors .product_color input:checked + .product-color-swatch .fad.fa-circle,
.filters fieldset.filter_colors .product_color input + .product-color-swatch .fad.fa-check-circle {
  display: none;
}
.filters fieldset.filter_colors .product_color input:checked + .product-color-swatch .fad.fa-check-circle {
  display: inline-block;
}
.filters .filter_performance {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-items: center;
}
.filters .filter_performance .product_performance {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
  align-items: center;
}
.filters .filter_performance .product_performance .product-performance-name {
  color: #707070;
}
.filters .filter_performance .fa-stack {
  width: 1rem;
  height: 1rem;
}
.filters .filter_performance input {
  display: none;
}
.filters .filter_performance .checkbox_container {
  display: block;
  align-items: center;
}
.filters .filter_performance input + .checkbox_container .fa-square,
.filters .filter_performance input + .checkbox_container .fa-check-square {
  font-size: 1.25rem !important;
  line-height: 1;
}
.filters .filter_performance input + .checkbox_container .fad.fa-check-square {
  display: none;
}
.filters .filter_performance input:checked + .checkbox_container .fal.fa-square {
  display: none;
}
.filters .filter_performance input:checked + .checkbox_container .fad.fa-check-square {
  display: block;
}
.filters .filter_gap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.filters .filter_gap .product-gap-name {
  line-height: 1.4;
  margin-top: 0.25rem;
}
.filters .filter_application {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
.filters .filter_application .product_gap,
.filters .filter_application .product_application {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
  align-items: center;
}
.filters .filter_application .product_gap .product-application-name,
.filters .filter_application .product_application .product-application-name {
  color: #707070;
}
.filters .filter_application .fa-stack {
  width: 1rem;
  height: 1rem;
}
.filters .filter_application input {
  display: none;
}
.filters .filter_application .checkbox_container {
  display: block;
  align-items: center;
}
.filters .filter_application input + .checkbox_container .fa-square,
.filters .filter_application input + .checkbox_container .fa-check-square {
  font-size: 1.25rem !important;
  line-height: 1;
}
.filters .filter_application input + .checkbox_container .fad.fa-check-square {
  display: none;
}
.filters .filter_application input:checked + .checkbox_container .fal.fa-square {
  display: none;
}
.filters .filter_application input:checked + .checkbox_container .fad.fa-check-square {
  display: block;
}

.products_grids {
  /*&.filtered {
  	padding-top: 35px  !important;
  }*/
}
.products_grids .dimmed {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  position: relative;
  /*		transform: scale(.85);*/
  /*		display: none;*/
  opacity: 0.65;
}
.products_grids .dimmed .button {
  opacity: 0.15;
}
.products_grids .image_placeholder.dimmed {
  opacity: 0.5;
}
.products_grids .product {
  transition: 250ms all ease-in-out;
  margin-bottom: 2rem;
}
.products_grids .product.dimmed::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.products_grids .product.notDimmed {
  opacity: 1 !important;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, .5) !important;*/
  background: white !important;
  position: relative;
}
.products_grids .product .filtered .description {
  display: none;
}

.category_menu ul li a {
  padding: 0.75rem 1rem;
  display: block;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.category_menu .active::before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fefefe;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  display: inline-block;
}

@media print, screen and (min-width: 64em) {
  .single-products .gallery_and_tabs {
    min-height: 650px;
  }
  .single-products .image_slider_nav {
    height: 100px;
  }
  .single-products .image_slider .slick-slide {
    max-height: 400px;
  }
  .single-products .image_slider .slick-slide img {
    max-height: 400px !important;
    width: auto;
    margin: 0px auto;
  }
}
.single-products .cc-fi-button span {
  pointer-events: none;
}
.single-products .slick-list {
  margin: 0 1rem;
  padding: 0.2rem;
}
.single-products .slick-prev,
.single-products .slick-next {
  width: 30px;
  height: 30px;
  line-height: 1;
}
.single-products .slick-prev::before,
.single-products .slick-next::before {
  color: #005EB8;
  font-family: fontawesome;
  font-size: 30px;
}
.single-products .slick-prev {
  left: -15px;
}
.single-products .slick-prev::before {
  content: "\f104";
}
.single-products .slick-next {
  right: -15px;
}
.single-products .slick-next::before {
  content: "\f105";
}
.single-products .image_slider .video {
  display: block;
  position: relative;
  --fa-primary-color: #005EB8;
  --fa-secondary-color: white;
  --fa-secondary-opacity: 0.95;
}
.single-products .image_slider .video i {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.single-products .image_slider .video:hover i {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.95);
}
.single-products .image_slider_nav .video {
  display: block;
  position: relative;
  --fa-primary-color: #005EB8;
  --fa-secondary-color: white;
  --fa-secondary-opacity: 0.95;
}
.single-products .image_slider_nav .video i {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.single-products .image_slider_nav .slide,
.single-products .image_slider .slide {
  text-align: center;
}
.single-products .image_slider_nav .slide a,
.single-products .image_slider .slide a {
  display: block;
  text-align: center;
  padding: 0.5rem;
}
.single-products .image_slider_nav .slide img,
.single-products .image_slider .slide img {
  display: inline-block !important;
}
.single-products .image_slider_nav .slide {
  padding: 0.5rem;
  border: 1px solid #ededeb;
}
.single-products .image_slider {
  width: 100%;
  margin: 0px auto;
}
.single-products .image_slider_nav {
  width: calc(100% - 4rem);
  margin: 0px auto;
}
.single-products .cell.slides {
  padding: 0 !important;
}
.single-products .slick-slide {
  max-width: 98% !important;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.single-products #color_tabs_content {
  margin-bottom: 1.5rem;
  border: 0px;
  padding: 0px;
}
.single-products #color_tabs_content .tabs-panel {
  padding: 1rem 0 0;
}
.single-products #color_tabs .tabs-title {
  border: 0pc;
}
.single-products .tabs-panel ol li, .single-products .tabs-panel ul li {
  line-height: 1.3 !important;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .single-products .tabs-content ul:not(.tabs) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
  }
  .single-products .tabs-content ul:not(.tabs) li {
    margin-right: 1rem;
  }
}
.single-products .colorswatches .colorselect {
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  padding: 0.5rem 0px;
  /*			&:hover {
  	border: 0px;
  }*/
}
.single-products .colorswatches .colorselect .product-color-swatch {
  margin-bottom: 0.25rem;
}
.single-products #color_tabs .tabs-title {
  background: white;
}
.single-products #color_tabs .tabs-title .product_size {
  border-radius: 2rem;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #ededeb;
  border: 1px solid #ededeb;
  color: #0362a9;
}
.single-products #color_tabs .tabs-title.is-active .product_size {
  background: white;
  border: 1px solid #0362a9;
  color: #707070;
}
.single-products {
  /* Let clicks on PriceSpider inner label bubble to host div (data-click-id / GTM). */
}
.single-products .cc-fi-button.ps-widget .ps-button-label {
  pointer-events: none;
}
.single-products #wtb_local,
.single-products #main .cc-fi-button {
  border-radius: 2rem;
  /*		max-width: 75%;
  width: 100%;*/
  border: 1px solid #005EB8;
  background: #005EB8;
  min-height: 40px;
  font-weight: bold;
}
.single-products #wtb_local:hover,
.single-products #main .cc-fi-button:hover {
  background: white !important;
  color: #005EB8 !important;
}
.single-products #wtb_local:hover span,
.single-products #main .cc-fi-button:hover span {
  color: #005EB8 !important;
  font-weight: bold;
}
.single-products #wtb_local:hover,
.single-products #main .cc-fi-button:hover {
  border-color: #005EB8 !important;
}
.single-products .ext-links {
  border-top: 0px;
}
.single-products .related-box img {
  max-height: 150px;
  width: auto;
}
.single-products {
  /*********** Added to allow fixed left header on comparison table ********************/
}
.single-products .table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow-x: scroll;
  height: auto;
  -webkit-overflow-scrolling: auto !important;
  overflow: auto;
  scroll-behavior: auto;
  /* scrollbar-color takes 2 colors. 1st is scroll grabber, 2nd background */
  scrollbar-color: rgb(23, 38, 182) rgb(162, 170, 238);
  scrollbar-width: auto;
}
.single-products .table-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.single-products .table-scroll::-webkit-scrollbar:vertical {
  width: 10px;
}
.single-products .table-scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}
.single-products .table-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 2px solid #eee;
}
.single-products .table-scroll::-webkit-scrollbar-track {
  background-color: #eee;
}
.single-products .table-scroll table {
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .single-products .table-scroll table {
    font-size: 0.9em;
  }
}
.single-products .table-scroll table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.single-products .table-scroll table td {
  min-width: 130px;
}
.single-products .table-scroll table th {
  line-height: 1.3;
}
.single-products .table-scroll table tbody th {
  min-width: 150px;
}
.single-products .table-scroll table thead th {
  vertical-align: top;
}
.single-products .table-scroll thead tr th:first-child,
.single-products .table-scroll tbody tr th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
  min-width: 125px;
}
.single-products .table-scroll tbody tr td:nth-child(2),
.single-products .table-scroll thead tr th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 125px;
  z-index: 2;
  background: white;
}
.single-products .table-scroll thead th:nth-child(2),
.single-products .table-scroll tbody td:nth-child(2) {
  border-right: 0px;
}
.single-products .table-scroll tbody tr:nth-child(even) td:nth-child(2),
.single-products .table-scroll tbody tr:nth-child(even) th:first-child {
  background: #f1f1f1;
}
.single-products .table-scroll tbody tr:nth-child(even) td:nth-child(2) {
  background: #ccd2de;
}
.single-products .table-scroll {
  /*thead tr th:nth-child(2),*/
}
.single-products .table-scroll tbody tr:nth-child(odd) td:nth-child(2) {
  background: #e1e7f3;
}
.single-products .table-scroll thead tr th:nth-child(2)::after,
.single-products .table-scroll tbody tr td:nth-child(2)::after {
  content: "";
  right: -10px;
  height: 100%;
  top: 0px;
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  width: 10px;
  right: -7px;
}
.single-products .table-scroll thead tr th:nth-child(2)::after {
  top: 0px;
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  width: 10px;
  right: -7px;
}
.single-products .cc-fi-button {
  max-width: 75%;
  width: 100%;
  font-weight: bold;
}
.single-products .ext-links .grid-x {
  max-width: 350px;
}
.single-products .ext-link {
  width: 100%;
}

@media print, screen and (max-width: 47.99875em) {
  #product-tabs .tabs-title > a {
    position: relative;
    display: block;
    padding: 1rem 0.5rem;
  }
  #product-tabs .tabs-title > a::after {
    position: absolute;
    content: "\f078";
    right: 0.5rem;
    font-family: "Font Awesome 5 Pro";
  }
  #product-tabs .tabs-title.is-active > a::after {
    content: "\f077";
    opacity: 0.25;
  }
}
.single .post-content h2,
.single .post-content h3 {
  font-size: 1.5625rem !important;
  text-transform: none !important;
  color: rgb(112, 112, 112) !important;
}
.single .post-content h3 {
  font-size: 1.25rem !important;
}

.menu-container > ul > li > a {
  padding-right: 1.5rem !important;
}

.single-projects-howtos h3 {
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
  color: var(--gray);
}
.single-projects-howtos figure img {
  display: inline-block;
}
.single-projects-howtos figure {
  background: var(--graybg);
  margin-block: 2rem;
}
.single-projects-howtos figure figcaption {
  padding: 0.5rem 0.75rem;
}
.single-projects-howtos h1 {
  text-transform: capitalize;
}
.single-projects-howtos h1 small {
  display: block;
  line-height: 1;
  margin-bottom: 0.25em;
  font-size: 0.5em;
  color: var(--gray);
}
.single-projects-howtos .post-content.fcs {
  padding-left: inherit !important;
}
.single-projects-howtos .post-content.fcs iframe {
  width: 100%;
  aspect-ratio: 16/9 !important;
  height: auto;
}
.single-projects-howtos .post-content.fcs ol {
  margin-left: 3.5rem;
}
.single-projects-howtos .post-content.fcs .howto-basic_content {
  margin-bottom: 3rem;
}
.single-projects-howtos .post-content.fcs .howto-basic_content hr {
  margin-block: 3rem;
}
.single-projects-howtos .post-content.fcs .howto-basic_content h3 {
  margin-top: 1.5rem;
}
.single-projects-howtos blockquote {
  margin-block: 2rem;
  border-left: 3px solid #005EB8;
  padding-block: 2rem;
  background: rgba(246, 246, 246, 0.75);
}
.single-projects-howtos blockquote p:last-of-type {
  margin-bottom: 0px;
}
.single-projects-howtos ol ul {
  margin-bottom: 1rem;
}
.single-projects-howtos .howto-numbered_list + .howto-basic_content {
  margin-top: 4rem;
}
.single-projects-howtos .howto-basic_content + .howto-single_image {
  margin-top: -1rem;
}

@media only screen and (max-width: 800px) {
  .howtos .post-content.fcs ol > li::before {
    --size: 2.875rem;
    border-radius: 50%;
    border: 0.0625rem solid #e0e0dc;
    color: #d9a435;
    content: counter(ge-howto-counter);
    font-size: 1.75rem;
    font-weight: bold;
    height: var(--size);
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    position: absolute;
    text-align: center;
    width: var(--size);
    padding-right: 0px;
  }
  .howtos .post-content.fcs ol > li p.first {
    line-height: 1.5rem;
  }
}
.page-template-template-pro_market_sweepstakes {
  background: #0360B8;
}
.page-template-template-pro_market_sweepstakes footer {
  background: #ebebeb;
}
.page-template-template-pro_market_sweepstakes footer .grid-container {
  max-width: 1200px !important;
}
.page-template-template-pro_market_sweepstakes footer .grid-container p {
  font-size: 13px !important;
}
.page-template-template-pro_market_sweepstakes #main section {
  padding-top: 0px;
}
.page-template-template-pro_market_sweepstakes .cover {
  background-size: cover;
  background-position: center center;
}
.page-template-template-pro_market_sweepstakes #header_slider {
  background-position: relative;
  padding-bottom: 0px;
}
.page-template-template-pro_market_sweepstakes #header_slider a {
  color: white;
  text-decoration: underline;
}
.page-template-template-pro_market_sweepstakes video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.page-template-template-pro_market_sweepstakes .cover.slide {
  position: relative;
}
.page-template-template-pro_market_sweepstakes .cover.slide .content_container {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}
.page-template-template-pro_market_sweepstakes .bottom_image {
  position: relative;
  z-index: 10;
}
.page-template-template-pro_market_sweepstakes .grid-container {
  max-width: 1024px !important;
}
.page-template-template-pro_market_sweepstakes .sticky-container,
.page-template-template-pro_market_sweepstakes .product-finder-bar {
  display: none;
}
.page-template-template-pro_market_sweepstakes .content {
  padding-block: 4rem;
}
.page-template-template-pro_market_sweepstakes .content img {
  max-width: 125px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-pro_market_sweepstakes .content img {
    max-width: 350px;
  }
}
.page-template-template-pro_market_sweepstakes h1 {
  padding-top: 1rem;
  color: white;
  /*		font-size: clamp(1.75rem, calc(-1.3511rem + 9.9237vw), 5rem);*/
  font-size: clamp(1.5rem, -0.9451rem + 7.8244vw, 4.0625rem);
  line-height: 0.95;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0px;
}
.page-template-template-pro_market_sweepstakes h1 sup {
  margin-left: -0.75ch;
  top: -0.85ch;
  line-height: 1;
  font-size: 0.6em;
}
.page-template-template-pro_market_sweepstakes h1 small {
  display: block;
  line-height: 1.1;
  margin-top: 4vw;
  font-size: 0.66em;
  color: white;
}
.page-template-template-pro_market_sweepstakes h2 {
  color: white;
}
.page-template-template-pro_market_sweepstakes h2 small {
  display: block;
  line-height: 1.4;
  font-weight: normal;
  color: white;
}
.page-template-template-pro_market_sweepstakes h2 sup {
  margin-left: -1.5ch;
  top: -0.85ch;
  line-height: 1;
  font-size: 0.6em;
}
.page-template-template-pro_market_sweepstakes h2 {
  text-align: center;
}
.page-template-template-pro_market_sweepstakes .gform_footer {
  margin-bottom: 2rem !important;
}
.page-template-template-pro_market_sweepstakes p {
  font-size: clamp(0.875rem, 0.5172rem + 1.145vw, 1.25rem);
}
.page-template-template-pro_market_sweepstakes .gfield--type-consent .ginput_container_consent {
  margin-bottom: 0.5rem;
}
.page-template-template-pro_market_sweepstakes .gfield--type-consent input {
  margin-top: 0rem;
}
.page-template-template-pro_market_sweepstakes .gfield--type-consent label {
  font-size: clamp(0.875rem, 0.5172rem + 1.145vw, 1.25rem);
  line-height: 1.1;
}
.page-template-template-pro_market_sweepstakes .grid-container.content_container {
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-pro_market_sweepstakes .grid-container.content_container {
    padding-bottom: 12rem;
  }
}
.page-template-template-pro_market_sweepstakes .bottom_image {
  margin-bottom: 2rem;
}
.page-template-template-pro_market_sweepstakes .bottom_image img {
  position: relative;
  margin-top: -6rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-pro_market_sweepstakes .bottom_image img {
    margin-top: -12rem;
  }
}
.page-template-template-pro_market_sweepstakes .bottom_image img {
  padding-inline: 2rem;
}
.page-template-template-pro_market_sweepstakes .bottom_image {
  text-align: center;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_text,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_email,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_phone input,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_select,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_textarea,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_complex input,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_complex .ginput_address_country {
  background-color: #E3E3E3 !important;
  border-radius: 0px;
  font-size: 14px;
}
.page-template-template-pro_market_sweepstakes .gform_heading .gform_required_legend {
  display: none;
}
.page-template-template-pro_market_sweepstakes .gform_footer input.gform_button {
  background-color: transparent !important;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_complex .ginput_address_country {
  border-left: 4px solid #0360B8 !important;
  border-right: 4px solid #0360B8 !important;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-address .ginput_complex span {
  margin-bottom: 1rem !important;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-html,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-html a,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_consent label,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_consent label a {
  color: white;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_consent label a,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-html a {
  text-decoration: underline;
}
.page-template-template-pro_market_sweepstakes .gfield--type-phone {
  margin-top: -0.5rem;
}
.page-template-template-pro_market_sweepstakes .gform_button.button {
  background-color: #D12A2A;
  font-size: clamp(1rem, -0.4313rem + 4.5802vw, 2.5rem);
  border-radius: 4rem !important;
}
.page-template-template-pro_market_sweepstakes .gform_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-pro_market_sweepstakes .gfield--width-half {
  padding-right: 0px;
}
.page-template-template-pro_market_sweepstakes .gfield--width-half,
.page-template-template-pro_market_sweepstakes .gfield_contains_required.gfield--type-text {
  padding-right: 0px;
}
.page-template-template-pro_market_sweepstakes .gfield_required {
  color: white !important;
  font-weight: bold;
  display: inline-block;
  padding-inline: 0.5rem !important;
}
.page-template-template-pro_market_sweepstakes .gform_button {
  max-width: 300px;
  width: 50%;
}
.page-template-template-pro_market_sweepstakes .ginput_complex .ginput_left,
.page-template-template-pro_market_sweepstakes .ginput_complex .ginput_right {
  max-width: 50% !important;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-pro_market_sweepstakes .ginput_complex .ginput_left,
  .page-template-template-pro_market_sweepstakes .ginput_complex .ginput_right {
    max-width: 25% !important;
  }
}
.page-template-template-pro_market_sweepstakes .ginput_container--name {
  display: flex !important;
  gap: 0rem;
  justify-content: space-between;
}
.page-template-template-pro_market_sweepstakes .ginput_container--name span {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-wrap: nowrap !important;
  max-width: 49% !important;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-pro_market_sweepstakes .ginput_container--name span {
    max-width: 50% !important;
  }
}
.page-template-template-pro_market_sweepstakes .ginput_container--name span {
  flex-basis: 50% !important;
  margin-bottom: 0px !important;
}
.page-template-template-pro_market_sweepstakes .ginput_container_consent {
  display: flex;
}
.page-template-template-pro_market_sweepstakes .ginput_container_consent input {
  width: 20px;
  height: 20px;
  flex-basis: 2 !important;
}
.page-template-template-pro_market_sweepstakes .ginput_container_consent label {
  flex-basis: 80%;
  flex-grow: 2;
}
.page-template-template-pro_market_sweepstakes .intro_text h2 {
  font-weight: normal;
  text-align: left;
  font-size: clamp(1.125rem, -0.7834rem + 6.1069vw, 3.125rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-pro_market_sweepstakes .intro_text h2 {
    margin-top: 2rem;
  }
}
.page-template-template-pro_market_sweepstakes .intro_text p {
  margin-block: 2rem;
  font-size: clamp(0.875rem, -0.1985rem + 3.4351vw, 2rem);
}
.page-template-template-pro_market_sweepstakes .bottom_text h2 {
  font-size: clamp(1.75rem, 0.5573rem + 3.8168vw, 3rem);
}
.page-template-template-pro_market_sweepstakes .gfield input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: black;
}
.page-template-template-pro_market_sweepstakes .gfield input::placeholder {
  font-weight: 600;
  color: black;
}
.page-template-template-pro_market_sweepstakes .gfield--input-type-address {
  margin-bottom: 2rem !important;
}
.page-template-template-pro_market_sweepstakes .gfield--input-type-address ~ .gfield--input-type-html {
  margin-bottom: 1rem;
}
.page-template-template-pro_market_sweepstakes .ginput_address_country,
.page-template-template-pro_market_sweepstakes .ginput_address_country select {
  padding-block: 0px !important;
  margin-bottom: 0px !important;
}
.page-template-template-pro_market_sweepstakes input,
.page-template-template-pro_market_sweepstakes select,
.page-template-template-pro_market_sweepstakes ::placeholder {
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 0.75rem !important;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper {
  overflow: hidden;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-pro_market_sweepstakes .gform_wrapper #field_6_16,
  .page-template-template-pro_market_sweepstakes .gform_wrapper #field_6_14 {
    grid-column-start: 1;
    grid-column-end: 7;
    border-right: 6px solid #0360B8;
  }
  .page-template-template-pro_market_sweepstakes .gform_wrapper #field_6_17,
  .page-template-template-pro_market_sweepstakes .gform_wrapper #field_6_15 {
    grid-column-start: 7;
    grid-column-end: -1;
    border-left: 6px solid #0360B8;
  }
}
.page-template-template-pro_market_sweepstakes .gform_wrapper select {
  height: 60px;
}
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-email input,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-email select,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-name input,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-name select,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-text input,
.page-template-template-pro_market_sweepstakes .gform_wrapper .gfield--type-text select,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_address input,
.page-template-template-pro_market_sweepstakes .gform_wrapper .ginput_container_address select {
  height: 60px;
}
.page-template-template-pro_market_sweepstakes #page #primary .ginput_container_select {
  position: relative;
}
.page-template-template-pro_market_sweepstakes #page #primary .ginput_container_select select {
  padding-block: 0px !important;
  position: relative;
  z-index: 2;
  z-index: 2;
  font-weight: 700 !important;
  line-height: 60px !important;
  display: inline-block !important;
  color: #0a0a0a !important;
}
.page-template-template-pro_market_sweepstakes #page #primary .ginput_container_select {
  position: relative;
}
.page-template-template-pro_market_sweepstakes #page #primary .ginput_container_select::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  z-index: 1;
}
.page-template-template-pro_market_sweepstakes .disclaimer {
  margin-top: 1rem;
  color: white;
}
.page-template-template-pro_market_sweepstakes .disclaimer > p:first-of-type {
  margin-bottom: 0px;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation {
  height: 100vh;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main {
  height: 100%;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main section {
  height: 100%;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main section .slide {
  height: 100%;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main section .slide .content {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  color: white;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main section .slide .content h1 {
  margin-bottom: 4.5vw;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main section .slide .content p {
  font-size: clamp(1.25rem, -0.4198rem + 5.3435vw, 3rem);
  line-height: 1.2;
  margin-bottom: 4.5vw;
  font-weight: 400;
}
.page-template-template-pro_market_sweepstakes #primary.confirmation main section .slide .content_container {
  padding-bottom: 0px;
}

/*# sourceMappingURL=app.css.map */
