@charset "UTF-8";
.page-template-template-alternate-builder .footer-section .footer-grid {
  position: relative;
  margin: auto;
  max-width: 1080px;
}
@media (min-width: 1130px) {
  .page-template-template-alternate-builder .footer-section .footer-grid {
    padding: 0;
  }
}
.page-template-template-alternate-builder .footer-section .transform-img-contain {
  max-height: 338px;
  max-width: 338px;
}
.page-template-template-alternate-builder .footer-section .transform-img-contain img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-template-alternate-builder .builder-intro-section {
  min-height: 100% !important;
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

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;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.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: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #F36E2A;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #e8570d;
}
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: #e6e6e6;
  font-family: "karla", sans-serif;
  color: #0a0a0a;
}

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

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

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

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

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "karla", sans-serif;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "karla", sans-serif;
  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: 26.25em) {
  .xsmall-text-left {
    text-align: left;
  }
  .xsmall-text-right {
    text-align: right;
  }
  .xsmall-text-center {
    text-align: center;
  }
  .xsmall-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-text-left {
    text-align: left;
  }
  .xmedium-text-right {
    text-align: right;
  }
  .xmedium-text-center {
    text-align: center;
  }
  .xmedium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            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: 1.875rem;
  padding-left: 1.875rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.grid-container.fluid {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .grid-x > .xsmall-shrink, .grid-x > .xsmall-full, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-x > .xmedium-shrink, .grid-x > .xmedium-full, .grid-x > .xmedium-1, .grid-x > .xmedium-2, .grid-x > .xmedium-3, .grid-x > .xmedium-4, .grid-x > .xmedium-5, .grid-x > .xmedium-6, .grid-x > .xmedium-7, .grid-x > .xmedium-8, .grid-x > .xmedium-9, .grid-x > .xmedium-10, .grid-x > .xmedium-11, .grid-x > .xmedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .grid-x > .xsmall-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xsmall-12, .grid-x > .xsmall-11, .grid-x > .xsmall-10, .grid-x > .xsmall-9, .grid-x > .xsmall-8, .grid-x > .xsmall-7, .grid-x > .xsmall-6, .grid-x > .xsmall-5, .grid-x > .xsmall-4, .grid-x > .xsmall-3, .grid-x > .xsmall-2, .grid-x > .xsmall-1, .grid-x > .xsmall-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xsmall-shrink {
    width: auto;
  }
  .grid-x > .xsmall-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xsmall-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xsmall-3 {
    width: 25%;
  }
  .grid-x > .xsmall-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xsmall-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xsmall-6 {
    width: 50%;
  }
  .grid-x > .xsmall-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xsmall-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xsmall-9 {
    width: 75%;
  }
  .grid-x > .xsmall-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xsmall-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-x > .xmedium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xmedium-12, .grid-x > .xmedium-11, .grid-x > .xmedium-10, .grid-x > .xmedium-9, .grid-x > .xmedium-8, .grid-x > .xmedium-7, .grid-x > .xmedium-6, .grid-x > .xmedium-5, .grid-x > .xmedium-4, .grid-x > .xmedium-3, .grid-x > .xmedium-2, .grid-x > .xmedium-1, .grid-x > .xmedium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xmedium-shrink {
    width: auto;
  }
  .grid-x > .xmedium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xmedium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xmedium-3 {
    width: 25%;
  }
  .grid-x > .xmedium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xmedium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xmedium-6 {
    width: 50%;
  }
  .grid-x > .xmedium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xmedium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xmedium-9 {
    width: 75%;
  }
  .grid-x > .xmedium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xmedium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x > .xmedium-auto {
    width: auto;
  }
  .grid-margin-x > .xmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .xmedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xmedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

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

.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: 26.25em) {
  .xsmall-up-1 > .cell {
    width: 100%;
  }
  .xsmall-up-2 > .cell {
    width: 50%;
  }
  .xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xsmall-up-4 > .cell {
    width: 25%;
  }
  .xsmall-up-5 > .cell {
    width: 20%;
  }
  .xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xsmall-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-up-1 > .cell {
    width: 100%;
  }
  .xmedium-up-2 > .cell {
    width: 50%;
  }
  .xmedium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xmedium-up-4 > .cell {
    width: 25%;
  }
  .xmedium-up-5 > .cell {
    width: 20%;
  }
  .xmedium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xmedium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xmedium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-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: 26.25em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x.xmedium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .small-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .small-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .small-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .small-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .small-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .small-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .small-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .small-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xsmall-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 26.25em) {
  .xsmall-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .small-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .small-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .small-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 26.25em) {
  .xsmall-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .xsmall-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xsmall-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .xsmall-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .large-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .large-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .large-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xsmall-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xsmall-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xsmall-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .xsmall-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }
  .xsmall-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xsmall-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }
  .xsmall-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }
  .xsmall-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xsmall-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }
  .xsmall-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }
  .xsmall-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xsmall-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }
  .xsmall-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }
  .xsmall-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xmedium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xmedium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xmedium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xmedium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xmedium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xmedium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xmedium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y > .xsmall-shrink, .grid-y > .xsmall-full, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .xmedium-shrink, .grid-y > .xmedium-full, .grid-y > .xmedium-1, .grid-y > .xmedium-2, .grid-y > .xmedium-3, .grid-y > .xmedium-4, .grid-y > .xmedium-5, .grid-y > .xmedium-6, .grid-y > .xmedium-7, .grid-y > .xmedium-8, .grid-y > .xmedium-9, .grid-y > .xmedium-10, .grid-y > .xmedium-11, .grid-y > .xmedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y > .xsmall-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xsmall-12, .grid-y > .xsmall-11, .grid-y > .xsmall-10, .grid-y > .xsmall-9, .grid-y > .xsmall-8, .grid-y > .xsmall-7, .grid-y > .xsmall-6, .grid-y > .xsmall-5, .grid-y > .xsmall-4, .grid-y > .xsmall-3, .grid-y > .xsmall-2, .grid-y > .xsmall-1, .grid-y > .xsmall-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xsmall-shrink {
    height: auto;
  }
  .grid-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xsmall-3 {
    height: 25%;
  }
  .grid-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xsmall-6 {
    height: 50%;
  }
  .grid-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xsmall-9 {
    height: 75%;
  }
  .grid-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xsmall-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .xmedium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xmedium-12, .grid-y > .xmedium-11, .grid-y > .xmedium-10, .grid-y > .xmedium-9, .grid-y > .xmedium-8, .grid-y > .xmedium-7, .grid-y > .xmedium-6, .grid-y > .xmedium-5, .grid-y > .xmedium-4, .grid-y > .xmedium-3, .grid-y > .xmedium-2, .grid-y > .xmedium-1, .grid-y > .xmedium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xmedium-shrink {
    height: auto;
  }
  .grid-y > .xmedium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xmedium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xmedium-3 {
    height: 25%;
  }
  .grid-y > .xmedium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xmedium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xmedium-6 {
    height: 50%;
  }
  .grid-y > .xmedium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xmedium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xmedium-9 {
    height: 75%;
  }
  .grid-y > .xmedium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xmedium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xmedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

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

@media print, screen and (min-width: 26.25em) {
  .grid-margin-y.xsmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.xmedium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #F36E2A;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #e5560d;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #F36E2A;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: #d8510c;
  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: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  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: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #F36E2A;
  color: #F36E2A;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #873308;
  color: #873308;
}
.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 #F36E2A;
  color: #F36E2A;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #873308;
  color: #873308;
}
.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: #157539;
  color: #157539;
}
.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: #805700;
  color: #805700;
}
.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: #67251a;
  color: #67251a;
}
.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: #F36E2A;
}
.button.clear:hover, .button.clear:focus {
  color: #873308;
}
.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: #F36E2A;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #873308;
}
.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: #157539;
}
.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: #805700;
}
.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: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #F36E2A;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #F36E2A;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

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

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

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fde9df;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

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

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

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #F36E2A;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

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

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

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

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

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

.tabs.primary {
  background: #F36E2A;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #f2651d;
}

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

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

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

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

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

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

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

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #F36E2A 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: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #F36E2A 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: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #F36E2A transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #F36E2A;
}
.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: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #F36E2A transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #F36E2A;
}
@media print, screen and (min-width: 26.25em) {
  .dropdown.menu.xsmall-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xsmall-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xsmall-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xsmall-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F36E2A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xsmall-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xsmall-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xsmall-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xsmall-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xsmall-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F36E2A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xsmall-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F36E2A;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F36E2A 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: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F36E2A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F36E2A;
  }
}
@media print, screen and (min-width: 56.25em) {
  .dropdown.menu.xmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F36E2A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xmedium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xmedium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xmedium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xmedium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F36E2A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xmedium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F36E2A;
  }
}
@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: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F36E2A 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: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F36E2A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F36E2A;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F36E2A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F36E2A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F36E2A;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F36E2A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F36E2A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F36E2A;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #F36E2A transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #F36E2A;
}
.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;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  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: 26.25em) {
  .position-left.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xsmall .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xsmall {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xsmall ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xsmall .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xsmall {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xsmall ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xsmall .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xsmall {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xsmall ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xsmall .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xsmall {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xsmall ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .position-left.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xmedium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xmedium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xmedium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xmedium ~ .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 screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 26.25em) {
  .off-canvas.in-canvas-for-xsmall {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xsmall.position-left, .off-canvas.in-canvas-for-xsmall.position-right, .off-canvas.in-canvas-for-xsmall.position-top, .off-canvas.in-canvas-for-xsmall.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xsmall .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 56.25em) {
  .off-canvas.in-canvas-for-xmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xmedium.position-left, .off-canvas.in-canvas-for-xmedium.position-right, .off-canvas.in-canvas-for-xmedium.position-top, .off-canvas.in-canvas-for-xmedium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xmedium .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;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .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;
}

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

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

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

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

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

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

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

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

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

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

.align-left.vertical.menu > li > a {
  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: 26.25em) {
  .xsmall-order-1 {
    order: 1;
  }
  .xsmall-order-2 {
    order: 2;
  }
  .xsmall-order-3 {
    order: 3;
  }
  .xsmall-order-4 {
    order: 4;
  }
  .xsmall-order-5 {
    order: 5;
  }
  .xsmall-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-order-1 {
    order: 1;
  }
  .xmedium-order-2 {
    order: 2;
  }
  .xmedium-order-3 {
    order: 3;
  }
  .xmedium-order-4 {
    order: 4;
  }
  .xmedium-order-5 {
    order: 5;
  }
  .xmedium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-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: 26.25em) {
  .xsmall-flex-container {
    display: flex;
  }
  .xsmall-flex-child-auto {
    flex: 1 1 auto;
  }
  .xsmall-flex-child-grow {
    flex: 1 0 auto;
  }
  .xsmall-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xsmall-flex-dir-row {
    flex-direction: row;
  }
  .xsmall-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xsmall-flex-dir-column {
    flex-direction: column;
  }
  .xsmall-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-flex-container {
    display: flex;
  }
  .xmedium-flex-child-auto {
    flex: 1 1 auto;
  }
  .xmedium-flex-child-grow {
    flex: 1 0 auto;
  }
  .xmedium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xmedium-flex-dir-row {
    flex-direction: row;
  }
  .xmedium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xmedium-flex-dir-column {
    flex-direction: column;
  }
  .xmedium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 56.24875em), screen and (min-width: 64em) {
  .show-for-xmedium-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;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-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;
}

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

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Animate.css
 * https://github.com/animate-css/animate.css
 * https://animate.style
 */
/**
 * Uncomment the ones you want to use. Feel free to change _vars and _base for your project.
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

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

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-01s {
  animation-delay: calc(var(--animate-delay) * 0.1);
}

.animated.delay-02s {
  animation-delay: calc(var(--animate-delay) * 0.2);
}

.animated.delay-03s {
  animation-delay: calc(var(--animate-delay) * 0.3);
}

.animated.delay-04s {
  animation-delay: calc(var(--animate-delay) * 0.4);
}

.animated.delay-05s {
  animation-delay: calc(var(--animate-delay) * 0.5);
}

.animated.delay-06s {
  animation-delay: calc(var(--animate-delay) * 0.6);
}

.animated.delay-09s {
  animation-delay: calc(var(--animate-delay) * 0.9);
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
.animate {
  visibility: hidden;
}

/* Attention seekers  */
/* Back entrances */
/* Back exits */
/* Bouncing entrances  */
/* Bouncing exits  */
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/* Fading exits */
/* Flippers */
/* Lightspeed */
/* Rotating entrances */
/* Rotating exits */
/* Specials */
/* Zooming entrances */
/* Zooming exits */
/* Sliding entrances */
/* Sliding exits */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * Takeover
 */
.js-no-scroll {
  overflow: hidden !important;
}

.show-takeover .takeover-hide {
  display: none !important;
}

.takeover-show {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.show-takeover .takeover-show {
  visibility: visible;
  opacity: 1;
}

.takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.takeover.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
.admin-bar .takeover {
  top: 32px;
}
.show-takeover .takeover {
  pointer-events: auto;
}
.takeover .toggle-takeover {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}
.takeover .takeover-content {
  height: 100%;
}
.takeover.takeover-hugeinc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
}
.takeover.takeover-hugeinc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.takeover.takeover-slidedown {
  opacity: 1;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.takeover.takeover-slidedown.open {
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out;
}
.takeover.takeover-scale {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.takeover.takeover-scale.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
.takeover.takeover-simplegenie {
  visibility: hidden;
  transform: translateY(60%) scale(0);
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s;
}
.takeover.takeover-simplegenie.open {
  visibility: visible;
  transform: translateY(0%) scale(1);
  transition: transform 0.4s;
}

.takeover {
  background-color: rgba(255, 255, 255, 0.8);
}
.takeover .toggle-takeover {
  color: #444;
  padding: 2rem 1rem;
}
.takeover .takeover-content {
  padding: 2rem;
}

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

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

.relative {
  position: relative;
}

.u-no-break {
  white-space: nowrap;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.clr-white {
  color: white !important;
}

.clr-primary {
  color: #F36E2A !important;
}

.clr-secondary {
  color: #6AACC4 !important;
}

.clr-gray {
  color: #B2B2B2 !important;
}

.bg-gray {
  background-color: #B2B2B2;
}

.is-serif,
.font-serif {
  font-family: "serif", serif;
}

.is-sans,
.font-sans {
  font-family: "karla", sans-serif;
}

.is-caps {
  text-transform: uppercase;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-spin {
  animation: icon-spin 2s infinite linear;
}

.icon-pulse {
  animation: icon-spin 1s infinite steps(8);
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.Spinner {
  height: 28px;
  width: 28px;
  position: relative;
  /* Spins external container */
  animation: container-rotate 1200ms linear infinite;
}

.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.Spinner-line--1 {
  border-color: #dcd4c7;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--2 {
  border-color: #aec0a4;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--3 {
  border-color: #bfa779;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--4 {
  border-color: #2e3c40;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: none;
}

.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  transform: rotate(129deg);
  animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  transform: rotate(-129deg);
  animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%;
}

.Spinner-line-ticker {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

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

/**
 * GENERAL TAG STYLES
 *
 * Any global style overrides 
 */
.canvas-wrapper {
  position: relative;
  min-height: auto;
}

img {
  max-width: 100%;
}

body.pum-5008-is-open #pum-5008 {
  opacity: 1 !important;
  display: block !important;
}

body.pum-5576-is-open #pum-5576 {
  opacity: 1 !important;
  display: block !important;
}

body.pum-4884-is-open #masthead {
  top: 54px;
}
@media screen and (max-width: 56.25em) {
  body.pum-4884-is-open #masthead {
    top: 52px;
  }
}
@media screen and (max-width: 43.75em) {
  body.pum-4884-is-open #masthead {
    top: 62px;
  }
}
body.pum-4884-is-open #content {
  padding-top: 54px;
}
@media screen and (max-width: 56.25em) {
  body.pum-4884-is-open #content {
    top: 52px;
  }
}
@media screen and (max-width: 43.75em) {
  body.pum-4884-is-open #content {
    top: 62px;
  }
}
body.pum-4884-is-open #pum-4884 {
  opacity: 1 !important;
  display: block !important;
}

body.pum-5090-is-open #masthead {
  top: 54px;
}
@media screen and (max-width: 56.25em) {
  body.pum-5090-is-open #masthead {
    top: 52px;
  }
}
@media screen and (max-width: 43.75em) {
  body.pum-5090-is-open #masthead {
    top: 62px;
  }
}
body.pum-5090-is-open #content {
  padding-top: 54px;
}
@media screen and (max-width: 56.25em) {
  body.pum-5090-is-open #content {
    top: 52px;
  }
}
@media screen and (max-width: 43.75em) {
  body.pum-5090-is-open #content {
    top: 62px;
  }
}
body.pum-5090-is-open #pum-5090 {
  opacity: 1 !important;
  display: block !important;
}

.pum-container.popmake {
  background-color: #FF4713;
}
@media screen and (max-width: 56.25em) {
  .pum-container.popmake {
    height: 52px !important;
  }
}
@media screen and (max-width: 43.75em) {
  .pum-container.popmake {
    height: 62px !important;
  }
}
.pum-container.popmake .pum-content {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 56.25em) {
  .pum-container.popmake .pum-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 43.75em) {
  .pum-container.popmake .pum-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 24.375em) {
  .pum-container.popmake .pum-content {
    font-size: 11px;
  }
}
@media screen and (max-width: 21.4375em) {
  .pum-container.popmake .pum-content {
    font-size: 11px;
  }
}
.pum-container.popmake .pum-content p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "karla", sans-serif;
  top: 0px;
  position: relative;
}
@media screen and (max-width: 56.25em) {
  .pum-container.popmake .pum-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 43.75em) {
  .pum-container.popmake .pum-content p {
    font-size: 12px;
  }
}
@media screen and (max-width: 24.375em) {
  .pum-container.popmake .pum-content p {
    font-size: 11px;
  }
}
@media screen and (max-width: 21.4375em) {
  .pum-container.popmake .pum-content p {
    font-size: 11px;
  }
}
@media screen and (max-width: 43.75em) {
  .pum-container.popmake .pum-content span {
    display: none;
  }
}
.pum-container.popmake .pum-content a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  transition: all 0.7s;
}
.pum-container.popmake .pum-content a:hover {
  transition: all 0.7s;
  font-size: 17px;
}
@media screen and (max-width: 56.25em) {
  .pum-container.popmake .pum-content a {
    font-size: 14px;
  }
  .pum-container.popmake .pum-content a:hover {
    transition: all 0.7s;
    font-size: 15px;
  }
}
@media screen and (max-width: 43.75em) {
  .pum-container.popmake .pum-content a {
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 12px;
    top: 6px;
  }
  .pum-container.popmake .pum-content a:hover {
    transition: all 0.7s;
    font-size: 13px;
  }
}
@media screen and (max-width: 24.375em) {
  .pum-container.popmake .pum-content a {
    font-size: 11px;
  }
}
@media screen and (max-width: 21.4375em) {
  .pum-container.popmake .pum-content a {
    font-size: 11px;
  }
  .pum-container.popmake .pum-content a:hover {
    transition: all 0.7s;
    font-size: 12px;
  }
}
.pum-container.popmake .pum-content a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 43.75em) {
  .pum-container.popmake .pum-content div {
    margin-top: -5px;
  }
}
@media screen and (max-width: 21.4375em) {
  .pum-container.popmake .pum-content div {
    margin-top: -10px;
  }
}
.pum-container.popmake .pum-close {
  color: #F36E2A;
  background: none;
  box-shadow: none;
  top: -8px;
  right: 3px;
  font-size: 20px;
}
.pum-container.popmake .pum-close:before {
  display: block;
  content: "";
  height: 1px;
  transform: rotate(45deg);
  width: 16px;
  position: absolute;
  background-color: #ffffff;
  top: 23px;
  transition: all 0.25s ease-out;
}
.pum-container.popmake .pum-close:after {
  display: block;
  content: "";
  height: 1px;
  transform: rotate(136deg);
  width: 16px;
  position: absolute;
  background-color: #ffffff;
  top: 23px;
  transition: all 0.25s ease-out;
}

a {
  transition: all 0.25s ease-out;
}

blockquote {
  width: auto;
  padding: 0;
  margin-bottom: 2rem;
}
blockquote p {
  font-family: "karla", sans-serif;
  margin-bottom: 0;
}
blockquote p cite,
blockquote p .cite {
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

sup {
  top: -0.3em;
}

::selection {
  background: #F36E2A;
}

.close-button {
  outline: none;
  font-size: 3.5em;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: fit-content;
  }
}
/**
 * LAYOUT
 * 
 * General styles for content layout
 */
#content {
  min-height: 800px;
  position: relative;
  z-index: 2;
}
#content main {
  position: relative;
  z-index: 9;
}

/**
 * BUTTONS
 */
button {
  outline: none;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  transition: all 0.25s ease-out;
}

.button,
button.button {
  background-color: transparent;
  color: #F36E2A;
  padding: 1em 2em 0.8em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  outline: none;
  transition: all 0.25s ease-out;
}
.button i,
button.button i {
  vertical-align: middle;
  font-size: 0.6rem;
  margin-left: 0.5rem;
}

/**
 * WIDGETS AND PLUGINS
 */
div.bg-image {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}
div.bg-image + .container {
  z-index: 10;
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  transition: none;
}
.bg-cover > img {
  height: 100%;
  width: 100%;
}

/**
 * Lazy Load
 */
.lazy,
.bg-lazy {
  opacity: 0;
  transition: all 0.25s ease-out;
}
.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

/**
 * Ajax loader
 */
.reveal .ajax-loader {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #6AACC4;
}

.takeover {
  background-color: rgb(255, 255, 255);
}
.takeover .toggle-takeover {
  color: #999;
  padding: 0;
  position: relative;
  right: 1rem;
  top: 1rem;
}
.takeover .toggle-takeover i {
  font-size: 4rem;
}
.takeover .takeover-content {
  padding: 2rem;
}
.takeover .takeover-content .grid-x {
  position: relative;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  background-color: #ffffff;
}
.site-header .wrapper {
  height: auto;
  position: relative;
}
.site-header .logo {
  max-width: 200px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media print, screen and (min-width: 64em) {
  .site-header .logo {
    margin-right: 1rem;
  }
}
.site-header .logo img {
  height: 100%;
  max-height: 100%;
}
.site-header .main-navigation .menu {
  margin-right: 1rem;
  display: inline-flex;
  list-style-type: none;
  /* #menu-item-3734 {
  	&.current-menu-item {
  	&:before {
  	display: none;
  		}
  	}
  } */
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent {
  padding-right: 15px;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 35px;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent:hover:after {
  filter: invert(56%) sepia(30%) saturate(3643%) hue-rotate(341deg) brightness(96%) contrast(99%);
}
.site-header .main-navigation .menu li {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  letter-spacing: 1px;
}
.site-header .main-navigation .menu li:hover a {
  color: #FF4713;
}
.site-header .main-navigation .menu li.current-menu-item {
  /* &:before {
  	content: "";
  	position: absolute;
  	bottom: 14px;
  	border-bottom: 3px solid #F36E2A;
  	width: 80%;
  				left: 11%;
  } */
}
.site-header .main-navigation .menu li.current-menu-item a {
  color: #FF4713;
}
.site-header .main-navigation .menu li a {
  width: 100%;
  height: 100%;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent a {
  position: relative;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent .sub-menu {
  top: 76px;
  min-width: 165px;
  list-style-type: none;
  padding-top: 24px;
  padding-bottom: 8px;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent .sub-menu li {
  padding-top: 0;
  padding-bottom: 16px;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent .sub-menu li:before {
  display: none;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent .sub-menu li:hover a {
  color: #FF4713;
}
.site-header .main-navigation .menu li.is-dropdown-submenu-parent .sub-menu li a {
  color: #1E1E1E;
}
.site-header .main-navigation .menu li > a {
  padding: 0 1rem;
  color: #1E1E1E;
  width: fit-content;
  font-family: "karla", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-header .main-navigation .menu li .toggle-takeover {
  line-height: 96px;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .menu li .toggle-takeover span {
  margin-right: 0.5rem;
}
.site-header .main-navigation .menu li .toggle-takeover i {
  color: #F36E2A;
  font-size: 2rem;
  line-height: 96px;
}
.site-header .main-navigation .menu .menu-item-has-children a:after {
  display: none;
}

.mobile-menu-icon {
  width: 55px;
  height: 45px;
  position: relative;
  right: 0;
  cursor: pointer;
  display: block;
  pointer-events: initial;
  z-index: 101;
  padding: 7px 10px;
  float: right;
  overflow: hidden;
}
.mobile-menu-icon .burg {
  float: right;
  width: 100%;
  position: relative;
  top: 15px;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 0;
  opacity: 1;
  background-color: #1E1E1E;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg:before, .mobile-menu-icon .burg:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #1E1E1E;
  top: -10px;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg:after {
  top: 10px;
}
.mobile-menu-icon.is-open .burg {
  background-color: transparent;
  transform: rotate(90deg);
}
.mobile-menu-icon.is-open .burg span {
  left: 45px;
  opacity: 0;
  transition-delay: 0.5s;
}
.mobile-menu-icon.is-open .burg:before, .mobile-menu-icon.is-open .burg:after {
  top: 0;
  transform: rotate(-45deg);
  transition-delay: 0.5s;
}
.mobile-menu-icon.is-open .burg:after {
  transform: rotate(45deg);
  transition-delay: 0.5s;
}

#nav_takeover .menu {
  list-style: none;
  position: relative;
}
#nav_takeover .menu li {
  width: fit-content;
}
#nav_takeover .menu li a {
  padding-left: 0;
}
#nav_takeover .menu .submenu {
  list-style: none;
}
#nav_takeover .menu a {
  width: fit-content;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
}
#nav_takeover .menu a:hover {
  color: #FF4713;
}
#nav_takeover .menu .menu-item-has-children .submenu-toggle {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 11px;
  top: 13px;
  right: 33px;
  transition: 2;
}
#nav_takeover .menu .menu-item-has-children .submenu-toggle:after {
  display: none;
}
#nav_takeover .menu .menu-item-has-children .submenu-toggle:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 2px;
  right: 0;
  transition: 2;
}
#nav_takeover .menu .menu-item-has-children .submenu-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.home .site-header {
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .home .site-header {
    opacity: 1;
    z-index: 9999;
    transition: all 0.5s;
  }
}

.page-id-3815 .site-header {
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .page-id-3815 .site-header {
    opacity: 1;
    z-index: 9999;
    transition: all 0.5s;
  }
}

.has-scrolled .site-header {
  z-index: 9999;
  opacity: 1;
  transition: all 0.5s;
}

.site-footer {
  position: relative;
  z-index: 1;
}
.site-footer .black-footer {
  background-color: #1E1E1E;
  padding-top: 100px;
  padding-bottom: 115px;
}
.site-footer .black-footer p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}
.site-footer .black-footer .footer-imgs {
  padding-top: 60px;
  text-align: center;
}
.site-footer .black-footer .footer-imgs span {
  padding-left: 35px;
  padding-right: 35px;
}
.site-footer .black-footer .footer-imgs img {
  height: 56px;
  margin: 10px;
}
.site-footer .black-footer .footer-imgs img.last {
  position: relative;
  top: 2px;
}
.site-footer .white-footer {
  padding-top: 64px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 -1px 0 0 #CCCCCC;
}
.site-footer .white-footer .footer-logo {
  padding-bottom: 25px;
}
.site-footer .white-footer .address-footer p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}
.site-footer .white-footer h3 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .site-footer .white-footer h3 {
    padding-top: 20px;
  }
}
.site-footer .white-footer a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}
.site-footer .white-footer a:hover {
  color: #f36e2a;
}
.site-footer .orange-footer {
  background-color: #F36E2A;
  padding-top: 18px;
  padding-bottom: 16px;
}
.site-footer .orange-footer p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
.site-footer .orange-footer a {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
@media screen and (max-width: 40em) {
  .site-footer .orange-footer .left-footer {
    text-align: center;
  }
}
.site-footer .orange-footer .right-footer {
  text-align: right;
}
@media screen and (max-width: 40em) {
  .site-footer .orange-footer .right-footer {
    margin-top: 20px;
    text-align: center;
  }
}
.site-footer .orange-footer .right-footer a {
  margin-right: 30px;
}
@media screen and (max-width: 40em) {
  .site-footer .orange-footer .right-footer a {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  #home-aspot .hero {
    margin-top: 47px;
  }
}
#home-aspot .hero .bg-lazy {
  background-size: cover;
  background-repeat: no-repeat;
}
#home-aspot .left-hero {
  border-right: 10px solid #ffffff;
}
#home-aspot .left-hero .left-stair .img-left {
  position: relative;
}
#home-aspot .left-hero .left-stair .hero-btn {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 62%;
  display: flex;
  justify-content: space-around;
}
#home-aspot .left-hero .left-stair .hero-btn a {
  white-space: nowrap;
  padding: 12px 0;
  background-color: #F36E2A;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  max-width: 300px;
  height: 41px;
}
#home-aspot .left-hero .left-stair .hero-btn a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
#home-aspot .right-hero {
  border-left: 10px solid #ffffff;
}
@media print, screen and (max-width: 39.99875em) {
  #home-aspot .right-hero {
    border: none;
  }
}
#home-aspot .right-hero .right-stair .img-right {
  position: relative;
}
@media print, screen and (max-width: 56.24875em) {
  #home-aspot .right-hero .right-stair .left-btn {
    top: 79% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #home-aspot .right-hero .right-stair .right-btn {
    top: 70% !important;
  }
}
#home-aspot .right-hero .right-stair .hero-btn {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 62%;
  display: flex;
  justify-content: space-around;
}
#home-aspot .right-hero .right-stair .hero-btn a {
  white-space: nowrap;
  padding: 12px 0;
  background-color: #F36E2A;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  max-width: 300px;
  height: 41px;
}
#home-aspot .right-hero .right-stair .hero-btn a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
#home-aspot .logo {
  width: fit-content;
  padding-left: 30%;
  position: relative;
  top: 3%;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 100em) {
  #home-aspot .logo {
    padding-left: 20%;
  }
}
@media screen and (max-width: 75em) {
  #home-aspot .logo {
    padding-left: 10%;
  }
}
#home-aspot h1 {
  z-index: 9999;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  letter-spacing: -1.83px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  top: 12vh;
}
@media screen and (max-width: 64em) {
  #home-aspot h1 {
    top: 20vh;
  }
}
@media screen and (max-width: 50em) and (orientation: landscape) {
  #home-aspot h1 {
    top: 27vh;
  }
}
#home-aspot h1 .h1top {
  position: relative;
  padding: 20px 30px;
  background-color: #ffffff;
}
#home-aspot h1 .h1bottom {
  position: relative;
  top: 9px;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 2.25rem;
  background-color: #1E1E1E;
}
#home-aspot .menu {
  list-style: none;
  position: relative;
  padding-left: 30%;
  padding-right: 5%;
  top: 4%;
}
@media screen and (max-width: 100em) {
  #home-aspot .menu {
    padding-left: 20%;
  }
}
@media screen and (max-width: 75em) {
  #home-aspot .menu {
    padding-left: 10%;
  }
}
#home-aspot .menu li {
  width: fit-content;
}
#home-aspot .menu li a {
  padding-left: 0;
}
#home-aspot .menu .submenu {
  list-style: none;
}
#home-aspot .menu a {
  width: fit-content;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 17px;
}
#home-aspot .menu a:hover {
  color: #F36E2A;
}
#home-aspot .menu .menu-item-has-children .submenu-toggle {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 11px;
  top: 13px;
  right: 33px;
  transition: 2;
}
#home-aspot .menu .menu-item-has-children .submenu-toggle:after {
  display: none;
}
#home-aspot .menu .menu-item-has-children .submenu-toggle:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 2px;
  right: 0;
  transition: 2;
}
#home-aspot .menu .menu-item-has-children .submenu-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#home-aspot .right-sidebar {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
#home-aspot .right-sidebar p {
  position: relative;
  font-family: "karla", sans-serif;
  color: #1E1E1E;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 17px;
}
#home-aspot .right-sidebar a.number {
  position: relative;
  font-family: "karla", sans-serif;
  color: #1E1E1E;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 17px;
  font-size: 14px;
  padding-left: 15%;
  padding-right: 5%;
  top: 3%;
}
#home-aspot .right-sidebar a.number:hover {
  color: #F36E2A;
}
#home-aspot .right-sidebar .right-info {
  position: absolute;
  bottom: 2%;
}
#home-aspot .right-sidebar p.hq-statement {
  line-height: 23px;
  padding-left: 15%;
  padding-right: 5%;
}
#home-aspot .right-sidebar hr {
  width: 75%;
  left: 5%;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}
#home-aspot .right-sidebar .info-section {
  padding-left: 15%;
  padding-right: 5%;
}
#home-aspot .right-sidebar .info-section p {
  padding-bottom: 30px;
}
#home-aspot .right-sidebar .info-section img {
  margin-bottom: 20px;
}
@media screen and (max-width: 87.5em) {
  #home-aspot .right-sidebar p.hq-statement {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 81.25em) {
  #home-aspot .right-sidebar p {
    padding-bottom: 5% !important;
  }
}
@media screen and (max-width: 75em) {
  #home-aspot .right-sidebar p {
    padding-bottom: 2% !important;
  }
}
@media screen and (max-width: 68.75em) {
  #home-aspot .right-sidebar p {
    padding-bottom: 0 !important;
  }
}

.page-template-template-home #banner-stair.home {
  padding-bottom: 0;
}
.page-template-template-home #banner-stair.home .banner {
  padding-bottom: 25px;
  padding-top: 45px;
}
.page-template-template-home #banner-stair.home .hq-statement {
  padding-bottom: 15px;
  text-align: center;
  margin-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-home #banner-stair.home .banner-items {
    text-align: center;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-home #banner-stair.home .banner-items p {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-home #banner-stair.home .banner-items img {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-template-template-home #home-banner {
  background-color: #1E1E1E;
  padding-top: 70px;
  padding-bottom: 45px;
}
.page-template-template-home #home-banner h3 {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  padding-bottom: 20px;
}
.page-template-template-home #home-banner h4 {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.page-template-template-home #home-banner p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-bottom: 25px;
}
.page-template-template-home #home-banner img {
  position: relative;
  top: -1px;
  margin-right: 15px;
}
.page-template-template-home #video-home {
  overflow: hidden;
  position: relative;
  height: 90vh;
  min-height: 500px;
}
.page-template-template-home #video-home .fullscreen-bg {
  background: url("https://www.theironshop.com/wp-content/uploads/weld-e1608330734863.jpg") center center/cover no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
}
.page-template-template-home #video-home .fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.page-template-template-home #video-home .homepage-headline {
  position: relative;
  height: 100%;
  width: 100%;
  color: #fefefe;
}
.page-template-template-home #video-home h1 {
  top: 30%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
}
.page-template-template-home #video-home p {
  top: calc(40% - 3px);
  text-align: center;
  position: relative;
}
.page-template-template-home #video-home a.anchorLink {
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  position: absolute;
  background: url("https://www.theironshop.com/wp-content/themes/FoundationPressIronshop/assets/images/icons/scrolldown.png") no-repeat 0 0;
  height: 30px;
  width: 30px;
  font-size: 0;
  cursor: pointer;
}
.page-template-template-home #video-home img.video-icon {
  top: -10px;
  text-align: center;
  position: relative;
}
.page-template-template-home #stairs-home .stair-row {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FCFDFC;
  box-shadow: inset 0 -1px 0 0 #E1E1E1;
}
.page-template-template-home #stairs-home .stair-row .stair-img-home {
  padding-right: 25px;
  padding-left: 25px;
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #stairs-home .stair-row .stair-img-home {
    text-align: center;
  }
}
.page-template-template-home #stairs-home img {
  max-height: 700px;
  width: auto;
}
@media screen and (max-width: 40em) {
  .page-template-template-home #stairs-home img {
    height: 500px;
  }
}
.page-template-template-home #stairs-home h4 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media print, screen and (max-width: 74.99875em) {
  .page-template-template-home #stairs-home h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 48.125em) {
  .page-template-template-home #stairs-home h4 {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #stairs-home h4 {
    padding-top: 50px;
  }
}
.page-template-template-home #stairs-home h4 span {
  font-size: 0.875rem;
  color: #ffffff;
  background-color: black;
  position: relative;
  top: -27px;
  padding: 4px 7px;
  border-radius: 16px;
  right: -10px;
  white-space: nowrap;
}
@media print, screen and (max-width: 74.99875em) {
  .page-template-template-home #stairs-home h4 span {
    top: -32px;
  }
}
@media screen and (max-width: 58.5625em) {
  .page-template-template-home #stairs-home h4 span {
    right: 0;
    top: -10px;
    bottom: 10px;
  }
}
.page-template-template-home #stairs-home p {
  text-align: justify;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 12%;
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #stairs-home p {
    padding-right: 0;
  }
}
.page-template-template-home #stairs-home .btn-home {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-home #stairs-home .btn-home {
    padding-bottom: 57px;
  }
}
.page-template-template-home #stairs-home .btn-home a {
  background-color: #F36E2A;
  padding: 12px 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
.page-template-template-home #stairs-home .btn-home a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.page-template-template-home #leading-home {
  background-color: #1E1E1E;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #leading-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-template-template-home #leading-home h3 {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
}
@media print, screen and (max-width: 74.99875em) {
  .page-template-template-home #leading-home h3 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-home #leading-home h3 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #leading-home h3 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
.page-template-template-home #leading-home p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
.page-template-template-home .gallery-toggle {
  position: absolute;
  bottom: -12px;
  margin-bottom: 20px;
  padding-top: 70px;
}
@media screen and (max-width: 56.1875em) {
  .page-template-template-home .gallery-toggle {
    bottom: -12px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-template-template-home .gallery-toggle {
    bottom: 50px;
  }
}
@media screen and (max-width: 37.125em) {
  .page-template-template-home .gallery-toggle {
    bottom: -12px;
  }
}
.page-template-template-home .gallery-toggle button {
  background-color: #F36E2A;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  border-radius: 0;
  border: solid 1px #F36E2A;
}
.page-template-template-home .gallery-toggle button span {
  padding: 20px;
}
.page-template-template-home .gallery-toggle button:hover {
  opacity: 0.7;
}
.page-template-template-home #slider-home .left-img {
  text-align: center;
}
.page-template-template-home #slider-home .left-img img {
  width: 100%;
  max-height: 740px;
  object-fit: cover;
}
@media screen and (max-width: 39.9375em) {
  .page-template-template-home #slider-home .left-img img {
    object-fit: cover;
    height: 400px;
    margin-bottom: 40px;
  }
}
.page-template-template-home #slider-home .info-right {
  padding-right: 5%;
}
@media screen and (max-width: 64em) {
  .page-template-template-home #slider-home .info-right {
    padding-right: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-template-template-home #slider-home .info-right {
    padding-left: 20px;
    padding-right: 2%;
    margin-top: -1%;
  }
}
.page-template-template-home #slider-home .info-right p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 29px;
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #slider-home .info-right p {
    font-size: 1.0625rem;
  }
}
.page-template-template-home #slider-home .info-right cite {
  color: #1E1E1E;
  font-family: Archer;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-home #slider-home .info-right cite {
    font-size: 1rem;
  }
}

#home-insta h2 {
  margin-top: 20px;
}

.page-template-template-contact main {
  overflow-x: hidden;
}

#aspot-contact {
  padding-top: 160px;
  padding-bottom: 130px;
  background-size: cover;
  width: 100%;
}
#aspot-contact h1 {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
}
@media print, screen and (max-width: 74.99875em) {
  #aspot-contact h1 {
    font-size: 2.875rem;
    line-height: 1.2;
  }
}
#aspot-contact p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
#aspot-contact .contact-hero-btns {
  display: flex;
}
@media screen and (max-width: 64em) {
  #aspot-contact .contact-hero-btns {
    padding-top: 35px;
    flex-direction: column;
    margin-right: 50%;
  }
}
@media screen and (max-width: 40em) {
  #aspot-contact .contact-hero-btns {
    margin-right: 25%;
  }
}
#aspot-contact .contact-hero-btns .contact-btn {
  position: relative;
  padding: 18px 3% 18px 5%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  margin-right: 20px;
}
#aspot-contact .contact-hero-btns .contact-btn a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
}
#aspot-contact .contact-hero-btns .contact-btn a:hover {
  color: #F36E2A;
}
#aspot-contact .contact-hero-btns .contact-btn img {
  position: relative;
  left: -17px;
  top: -1px;
}
@media screen and (max-width: 64em) {
  #aspot-contact .contact-hero-btns .contact-btn img {
    position: absolute;
    left: 30px;
    top: 21px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  #aspot-contact .contact-hero-btns .contact-btn {
    margin-bottom: 25px;
    text-align: center;
  }
}

#bspot-contact .grid-container {
  padding-left: 0;
  padding-right: 0;
}
#bspot-contact h2 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  padding-bottom: 15px;
}
#bspot-contact p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
}
#bspot-contact .contact-form {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 56.25em) {
  #bspot-contact .contact-form {
    padding-left: 5%;
    padding-right: 4%;
  }
}
#bspot-contact .location-info {
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #F1F1F1;
  padding-left: 6%;
}
@media screen and (max-width: 56.25em) {
  #bspot-contact .location-info {
    padding-left: 12%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 39.9375em) {
  #bspot-contact .location-info {
    padding-left: 5%;
    padding-right: 4%;
  }
}
#bspot-contact .location-info .location-heading {
  position: absolute;
}
#bspot-contact .location-info h3 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  padding-bottom: 7px;
}
#bspot-contact .location-info p {
  line-height: 27px;
}
#bspot-contact .location-info a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
}
#bspot-contact .location-info a:hover {
  color: #F36E2A;
}
#bspot-contact .location-info img {
  position: relative;
  margin-right: 10px;
}
#bspot-contact .location-info .directions {
  padding-bottom: 20px;
}
#bspot-contact .location-info .directions div {
  padding-top: 10px;
}
#bspot-contact .location-info .location-padding {
  padding-top: 70px;
}
#bspot-contact .location-info .hours-padding {
  padding-top: 70px;
}
@media screen and (max-width: 39.9375em) {
  #bspot-contact .location-info .hours-padding {
    padding-top: 20px;
  }
}

#aspot-story {
  padding-top: 300px;
  padding-bottom: 300px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  #aspot-story {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #aspot-story {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#aspot-story .desktop-img,
#aspot-story .mobile-img {
  overflow-x: hidden;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
  #aspot-story .desktop-img,
  #aspot-story .mobile-img {
    background-position: right;
  }
}
#aspot-story .cell {
  z-index: 99999;
}
#aspot-story h1 {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 74.99875em) {
  #aspot-story h1 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #aspot-story h1 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #aspot-story h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
#aspot-story p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 40%;
}
@media print, screen and (max-width: 74.99875em) {
  #aspot-story p {
    padding-right: 15%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #aspot-story p {
    padding-right: 5%;
  }
}

#bspot-story {
  padding-top: 80px;
  padding-bottom: 10px;
}
#bspot-story h2 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
}
@media print, screen and (max-width: 74.99875em) {
  #bspot-story h2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #bspot-story h2 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #bspot-story h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
#bspot-story p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 5%;
}
@media screen and (max-width: 63.9375em) {
  #bspot-story .right-bspot {
    padding-top: 40px;
    text-align: center;
  }
}

#team-story {
  padding-top: 70px;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 74.99875em) {
  #team-story {
    padding-top: 65px;
    padding-bottom: 90px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #team-story {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
#team-story h2 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
  text-transform: uppercase;
  padding-bottom: 3%;
}
@media print, screen and (max-width: 74.99875em) {
  #team-story h2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #team-story h2 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #team-story h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
#team-story h3 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 74.99875em) {
  #team-story h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #team-story h3 {
    font-size: 1.625rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #team-story h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
#team-story .sales-team {
  overflow-x: hidden;
  width: 102%;
  padding-bottom: 3%;
}
#team-story .sales-team .cell {
  align-self: stretch;
  display: flex;
}
#team-story .card {
  width: 100%;
  margin-bottom: 30px;
  background-color: #1E1E1E;
}
#team-story .card img {
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
#team-story .card .info {
  background-color: #1E1E1E;
  padding: 18px 16px 30px 16px;
}
#team-story .card .info h3 {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 23px;
}
#team-story .card .info a {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 3px;
}
#team-story .card .info a:hover {
  color: #F36E2A;
}
#team-story .stair-style {
  background-color: #FFFFFF;
}
#team-story .stair-style .item {
  padding-right: 30px;
  width: 70%;
  min-height: 320px;
}
@media screen and (max-width: 40em) {
  #team-story .stair-style .item {
    width: 100%;
    padding-right: 0;
  }
}
#team-story .stair-style img {
  object-fit: cover;
  width: 100%;
  height: 600px;
  padding-bottom: 10px;
}
@media screen and (max-width: 43.75em) {
  #team-story .stair-style img {
    max-height: 400px;
  }
}
#team-story .stair-style .flickity-button {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  color: transparent;
  background-color: transparent;
}
#team-story .stair-style .flickity-button.previous {
  top: calc(48% - 3px);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  filter: invert(45%) sepia(71%) saturate(1295%) hue-rotate(346deg) brightness(102%) contrast(91%);
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  right: auto;
  overflow: hidden;
}
#team-story .stair-style .flickity-button.previous svg {
  width: 49px;
  height: 52px;
  left: 20px;
  top: 24px;
}
#team-story .stair-style .flickity-button.next {
  filter: invert(45%) sepia(71%) saturate(1295%) hue-rotate(346deg) brightness(102%) contrast(91%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  overflow: hidden;
}
#team-story .stair-style .flickity-button.next svg {
  width: 49px;
  height: 52px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}

#advantage-story {
  background-color: #1E1E1E;
}
@media screen and (min-width: 63.9375em) {
  #advantage-story .grid-container {
    padding-right: 0;
  }
}
#advantage-story .left-advantage {
  background-color: #1E1E1E;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 5%;
}
#advantage-story .left-advantage h2 {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
}
@media print, screen and (max-width: 74.99875em) {
  #advantage-story .left-advantage h2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #advantage-story .left-advantage h2 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #advantage-story .left-advantage h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
#advantage-story .left-advantage p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 10%;
}
#advantage-story .left-advantage .link-story {
  padding-top: 48px;
  padding-bottom: 48px;
}
#advantage-story .left-advantage .link-story a {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
}
#advantage-story .right-advantage {
  background-size: cover;
  padding: 150px 5%;
  background-color: #1E1E1E;
}
@media print, screen and (max-width: 74.99875em) {
  #advantage-story .right-advantage {
    padding: 90px 5%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #advantage-story .right-advantage {
    padding: 70px 5%;
  }
}
#advantage-story .right-advantage .card-story {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  min-height: 140px;
  padding: 21px 15px;
  margin-bottom: 30px;
}
#advantage-story .right-advantage .card-story h3 {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 17px;
}
#advantage-story .right-advantage .card-story p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 23px;
}

#company-story {
  background-color: #F1F1F1;
  padding-top: 80px;
  padding-bottom: 80px;
}
#company-story h2 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 3.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  #company-story h2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #company-story h2 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #company-story h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
#company-story p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  padding-bottom: 15px;
}
#company-story .imgs-story {
  padding-bottom: 10px;
  text-align: center;
}
#company-story .imgs-story img {
  padding-bottom: 20px;
}
#company-story .middle-img {
  padding-left: 30px;
  padding-right: 30px;
}

#apsot-resources {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (max-width: 39.9375em) {
  #apsot-resources {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
#apsot-resources .grid-container {
  padding-right: 0;
}
@media screen and (max-width: 39.9375em) {
  #apsot-resources .grid-container {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
#apsot-resources .content h2 {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 39.9375em) {
  #apsot-resources .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#apsot-resources .tabs-panel {
  width: 100%;
}
#apsot-resources .tabs-panel #ajax-load-more {
  width: 100%;
}
#apsot-resources .tabs-panel #ajax-load-more-2 {
  width: 100%;
}
#apsot-resources .tabs-content {
  border: none;
  background: none;
}
#apsot-resources .tabs-title > a:focus, #apsot-resources .tabs-title > a[aria-selected=true] {
  background-color: transparent;
}
#apsot-resources ul.tabs {
  position: relative;
  background: none;
  border: none;
  text-align: center;
}
#apsot-resources ul.tabs li {
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
  float: none !important;
  display: inline-block;
}
#apsot-resources ul.tabs li:before {
  content: "";
  border-bottom: 1px solid #E1E1E1;
  position: absolute;
  bottom: 14px;
  width: 102%;
  left: -2%;
}
#apsot-resources ul.tabs li a {
  padding: 1.25rem 1.5rem;
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
#apsot-resources ul.tabs li.is-active a {
  color: #1E1E1E;
}
#apsot-resources ul.tabs li.is-active:after {
  content: "";
  border-bottom: 3px solid #F36E2A;
  position: absolute;
  bottom: 14px;
  width: 102%;
  z-index: 999;
  left: 0;
}
#apsot-resources h2 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  padding-right: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 67.0625em) {
  #apsot-resources h2 {
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}
@media print, screen and (max-width: 74.99875em) {
  #apsot-resources .left-content {
    justify-content: center;
  }
  #apsot-resources .left-content h4 {
    text-align: center;
  }
}
#apsot-resources .left-content h4 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 17px;
}
#apsot-resources .left-content .filter {
  margin-top: 5px;
  max-width: 327px;
}
#apsot-resources .left-content .filter select {
  border: 1px solid #E1E1E1;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding-left: 20px;
  color: #1E1E1E;
  background-image: url(/wp-content/themes/ironshop/assets/img/Chevron-Down.svg);
  background-position: right -4px center;
  background-size: 15px 10px;
}
#apsot-resources .cards {
  padding-top: 15px;
}
@media screen and (max-width: 40em) {
  #apsot-resources .cards {
    margin-left: 0%;
  }
}
#apsot-resources .cards .video iframe {
  width: 100%;
  height: 200px;
}
#apsot-resources .cards .video:hover {
  cursor: pointer;
}
#apsot-resources .cards .pdf-image .file-container {
  width: 100%;
}
#apsot-resources .cards .pdf-image img {
  margin-left: -12px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: 0 10px;
}
#apsot-resources .cards .pdf-image p {
  text-align: center !important;
}
#apsot-resources .cards img {
  object-fit: cover;
  width: 100%;
}
#apsot-resources .cards .cell {
  margin-bottom: 20px;
  text-align: center;
}
#apsot-resources .cards .cell p {
  text-transform: uppercase;
  padding-top: 10px;
  text-align: left;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 17px;
}
@media print, screen and (max-width: 56.24875em) {
  #apsot-resources .cards .cell p {
    text-align: center;
  }
}
#apsot-resources .grey-sidebar {
  height: fit-content;
  background-color: #F1F1F1;
  padding-bottom: 80px;
  padding-top: 70px;
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 40em) {
  #apsot-resources .grey-sidebar {
    text-align: center;
    padding-bottom: 0px;
  }
}
#apsot-resources .grey-sidebar h3 {
  padding-top: 22px;
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
#apsot-resources .grey-sidebar p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 10px;
}
#apsot-resources .grey-sidebar .links {
  margin-bottom: 10px;
}
#apsot-resources .grey-sidebar a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 30px;
}
#apsot-resources .grey-sidebar img {
  position: relative;
  margin-right: 10px;
}
#apsot-resources .grey-sidebar a.orange {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
#apsot-resources .alm-btn-wrap .alm-load-more-btn {
  background: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  margin-right: calc(2% + 3px);
}

.video-modal {
  height: 460px;
}
.video-modal .close-button {
  top: -3px;
}
.video-modal .embed-container {
  width: 100%;
  height: 85%;
}
.video-modal .embed-container iframe {
  width: 100%;
  height: 100%;
}
.video-modal video {
  width: 100%;
}

#faqs {
  background-color: #F1F1F1;
  padding-top: 80px;
  padding-bottom: 120px;
}
#faqs .cards {
  padding-top: 50px;
}
@media screen and (max-width: 39.9375em) {
  #faqs .last .cards {
    padding-top: 0;
  }
}
#faqs .faq-card {
  padding: 16px 24px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
}
#faqs h2 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
#faqs h3 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
#faqs .accordion {
  height: fit-content;
  background-color: #F1F1F1;
}
#faqs .accordion .accordion-item {
  margin-bottom: 24px;
}
#faqs .accordion .accordion-title {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  border: none;
  padding-right: 13%;
}
#faqs .accordion .accordion-title:before {
  margin-top: -0.8rem;
  color: #F36E2A;
  font-size: 30px;
}
#faqs .accordion .cell {
  width: calc(98% - 1.875rem);
}

#contact-us-resource {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#contact-us-resource h3 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
#contact-us-resource p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
#contact-us-resource a {
  text-transform: uppercase;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
#contact-us-resource a:hover {
  opacity: 0.7;
}

.videos {
  padding-top: 55px;
  text-align: center;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: auto;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#aspot-stair {
  overflow-x: hidden;
  padding-top: 240px;
  padding-bottom: 300px;
  height: 100%;
  width: 100%;
  position: relative;
}
#aspot-stair .desktop-img,
#aspot-stair .mobile-img {
  overflow-x: hidden;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
  #aspot-stair .desktop-img,
  #aspot-stair .mobile-img {
    background-position: center;
  }
}
#aspot-stair .cell {
  z-index: 99999;
}
#aspot-stair .hero-heading-box {
  background-color: #ffffff;
  min-height: 130px;
  width: fit-content;
}
#aspot-stair h1 {
  padding: 35px 40px 31px 25px;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: -2.5px;
  line-height: 1.2;
}
@media screen and (max-width: 91.375em) {
  #aspot-stair h1 {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 84.375em) {
  #aspot-stair h1 {
    font-size: 3.125rem;
  }
}
@media print, screen and (max-width: 26.24875em) {
  #aspot-stair h1 {
    font-size: 2.8125rem;
  }
}

#bspot-stair .grid-contianer {
  padding-right: 0 !important;
}
#bspot-stair .stair-style {
  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #E1E1E1;
}
#bspot-stair .left-slider {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 63.9375em) {
  #bspot-stair .left-slider {
    padding-bottom: 10%;
  }
}
#bspot-stair .left-content {
  text-align: center;
}
#bspot-stair .left-content .item {
  width: 100%;
}
#bspot-stair .left-content img {
  object-fit: cover;
  max-height: 800px;
}
@media screen and (max-width: 63.9375em) {
  #bspot-stair .left-content img {
    max-height: 450px;
  }
}
#bspot-stair .stairs-slider {
  max-height: 828px;
}
#bspot-stair .info-right {
  height: 100%;
  padding: 64px 45px 64px 40px;
  background-color: #F3F3F3;
  box-shadow: inset 0 -1px 0 0 #e1e1e1;
}
@media screen and (max-width: 63.9375em) {
  #bspot-stair .info-right {
    height: auto;
  }
}
#bspot-stair .info-right .stair-btn {
  margin-bottom: 24px;
  margin-top: 24px;
}
#bspot-stair .info-right .stair-btn a {
  text-transform: uppercase;
  background-color: #F36E2A;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
#bspot-stair .info-right h2 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
#bspot-stair .info-right h2 span {
  font-size: 12px;
  color: #ffffff;
  background-color: black;
  position: relative;
  top: -8px;
  right: -12px;
  padding: 4px 7px;
  border-radius: 16px;
}
#bspot-stair .info-right h3 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 42px;
}
#bspot-stair .info-right p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
#bspot-stair .info-right li {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 10px;
}
#bspot-stair .stair-style .flickity-page-dots {
  bottom: -45px;
}
@media screen and (max-width: 63.9375em) {
  #bspot-stair .stair-style .flickity-page-dots {
    bottom: -35px;
  }
}
#bspot-stair .stair-style .flickity-button {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  color: transparent;
  background-color: transparent;
}
#bspot-stair .stair-style .flickity-button.previous {
  top: calc(48% - 3px);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  right: auto;
  overflow: hidden;
}
#bspot-stair .stair-style .flickity-button.previous svg {
  width: 49px;
  height: 52px;
  left: 20px;
  top: 24px;
}
#bspot-stair .stair-style .flickity-button.next {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  overflow: hidden;
}
#bspot-stair .stair-style .flickity-button.next svg {
  width: 49px;
  height: 52px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}

#instagram-stair {
  overflow-x: hidden;
  background-color: rgba(216, 216, 216, 0.28);
}
@media screen and (max-width: 39.9375em) {
  #instagram-stair {
    padding-top: 50px;
  }
}
#instagram-stair .slider {
  margin-left: -2%;
}
@media screen and (max-width: 75em) {
  #instagram-stair .slider {
    margin-left: -1%;
  }
}
@media screen and (max-width: 43.75em) {
  #instagram-stair .slider {
    margin-left: 0;
  }
}

#banner-stair {
  padding-bottom: 100px;
}
#banner-stair .banner {
  padding-bottom: 55px;
  padding-top: 55px;
  background-color: #FFFFFF;
  transform: scaleY(-1);
  box-shadow: 0 -2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 -6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 -12.5px 10px 0 rgba(0, 0, 0, 0.04), 0 -22px 18px 0 rgba(0, 0, 0, 0.04), 0 -42px 33px 0 rgba(0, 0, 0, 0.05), 0 -100px 80px 0 rgba(0, 0, 0, 0.07);
}
#banner-stair .banner .banner-items {
  transform: scaleY(-1) !important;
}
#banner-stair .banner .banner-items img {
  margin-left: 30%;
}
#banner-stair .banner .banner-items p {
  padding-top: 10px;
  margin-left: 25%;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
}
@media screen and (max-width: 40em) {
  #banner-stair .banner .banner-items {
    margin-bottom: 15px;
  }
}

#buy-stair {
  padding-bottom: 100px;
}
#buy-stair h2 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
#buy-stair p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
#buy-stair .info {
  padding-bottom: 30px;
}
#buy-stair .stair-btn {
  display: flex;
  margin-bottom: 16px;
}
#buy-stair a {
  width: 73%;
  text-transform: uppercase;
  max-width: 264px;
  padding: 12px 17px;
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}

#aspot-stair.metal {
  height: 100%;
  width: 100%;
  position: relative;
}
#aspot-stair.metal .hero-heading-box {
  width: 100%;
}
#aspot-stair.metal .hero-heading-box h1 {
  padding: 35px 40px 31px 25px;
}
#aspot-stair.metal .desktop-img,
#aspot-stair.metal .mobile-img {
  overflow-x: hidden;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#aspot-stair.metal .cell {
  z-index: 99999;
}
#aspot-stair.metal .hero-btns-stair {
  display: inline-flex;
  flex-wrap: nowrap;
  padding-top: 8px;
  width: 100%;
}
#aspot-stair.metal .hero-btns-stair .btn-stair-hero {
  width: 50%;
  text-align: center;
  display: inline-flex;
}
#aspot-stair.metal .hero-btns-stair .btn-stair-hero a {
  width: 100%;
  white-space: nowrap;
  padding: 12px 20px;
  background-color: #F36E2A;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}
#aspot-stair.metal .hero-btns-stair .btn-stair-hero a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
#aspot-stair.metal .hero-btns-stair .left-btn {
  margin-right: 7px;
}
#aspot-stair.metal .hero-btns-stair .right-btn {
  margin-left: 7px;
}

.bspot-metal-interior-stairs {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 89.99875em) {
  .bspot-metal-interior-stairs {
    padding-bottom: 70px;
  }
}
.bspot-metal-interior-stairs h2 {
  padding-bottom: 15px;
  color: #1E1E1E;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
.bspot-metal-interior-stairs .tabs-content {
  border: none;
  background: none;
}
.bspot-metal-interior-stairs .tabs-content .stair-img-container {
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  border-radius: 20px;
}
.bspot-metal-interior-stairs .tabs-content .stair-img-container:hover {
  border: 1px solid #979797;
}
.bspot-metal-interior-stairs .tabs-content .stair-img-container:hover a {
  opacity: 1 !important;
  transition: all 1s;
}
.bspot-metal-interior-stairs .tabs-content .stair-img-container img {
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 555px;
}
@media screen and (max-width: 64em) {
  .bspot-metal-interior-stairs .tabs-content .stair-img-container img {
    max-height: 350px;
  }
}
.bspot-metal-interior-stairs .tabs-content .stair-img-container .stair-container-btn a {
  opacity: 0;
  position: absolute;
  min-width: 162px;
  white-space: nowrap;
  padding: 12px 20px;
  background-color: #F36E2A;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}
.bspot-metal-interior-stairs .tabs-title > a:focus, .bspot-metal-interior-stairs .tabs-title > a[aria-selected=true] {
  background-color: transparent;
}
.bspot-metal-interior-stairs ul.tabs {
  padding-bottom: 30px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
}
.bspot-metal-interior-stairs ul.tabs li {
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
  float: none !important;
  display: inline-block;
}
.bspot-metal-interior-stairs ul.tabs li:before {
  content: "";
  border-bottom: 1px solid #E1E1E1;
  position: absolute;
  bottom: 14px;
  width: 102%;
  left: -2%;
}
.bspot-metal-interior-stairs ul.tabs li a {
  text-transform: uppercase;
  padding: 1.25rem 1.5rem;
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
}
.bspot-metal-interior-stairs ul.tabs li.is-active a {
  color: #1E1E1E;
}
.bspot-metal-interior-stairs ul.tabs li.is-active:after {
  content: "";
  border-bottom: 3px solid #F36E2A;
  position: absolute;
  bottom: 14px;
  width: 102%;
  z-index: 999;
  left: -4px;
}
.bspot-metal-interior-stairs .overview-stair {
  padding-top: 30px;
}
.bspot-metal-interior-stairs .overview-stair h3 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 42px;
}
.bspot-metal-interior-stairs .overview-stair p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 25px;
}
.bspot-metal-interior-stairs .overview-stair li {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 10px;
}

.top-config {
  position: relative;
}
.top-config:after {
  bottom: -10px;
  position: absolute;
  content: "";
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
}

#configurations {
  padding-bottom: 100px;
}
#configurations .config-section:before {
  top: 27px;
  position: relative;
  content: "";
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
}
#configurations .config-cards {
  padding-top: 50px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 64em) {
  #configurations .config-cards {
    text-align: center;
  }
}
@media screen and (max-width: 75em) {
  #configurations .config-cards .card {
    text-align: center;
  }
}
#configurations .config-cards .card:hover p.label:after {
  right: -25px;
  transition: all 0.5s;
}
#configurations .config-cards img {
  object-fit: contain;
  margin-left: -25px;
  max-height: 240px;
  max-width: 240px;
  width: 100%;
}
#configurations .config-cards .info {
  padding-top: 15px;
}
@media screen and (max-width: 75em) {
  #configurations .config-cards .info {
    text-align: center;
  }
}
#configurations .config-cards .info p.label {
  position: relative;
  width: fit-content;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 0 !important;
  letter-spacing: 1px;
  line-height: 24px;
}
@media screen and (max-width: 75em) {
  #configurations .config-cards .info p.label {
    text-align: center;
    margin: auto;
    padding-bottom: 5px !important;
  }
}
#configurations .config-cards .info p.label:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/ironshop/assets/img/icon-arrow-right-small@2x.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
  top: 9px;
  right: -19px;
  transition: all 0.5s;
}
#configurations .config-cards .info p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  max-width: 240px;
}
@media screen and (max-width: 75em) {
  #configurations .config-cards .info p {
    text-align: center;
    padding-bottom: 40px;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#configurations h3 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}

#featured-section .featured-install {
  padding-top: 25px;
  padding-bottom: 55px;
}
#featured-section .featured-install .cell {
  margin-bottom: 55px;
}
#featured-section .featured-install .cell .info img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 401px;
  height: 351px;
}
#featured-section .featured-install .cell .info .heading {
  font-family: "karla", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  margin-top: 20px;
  color: #000000;
  text-transform: uppercase;
}
#featured-section .featured-install .cell .info .text {
  font-family: "karla", sans-serif;
  font-size: 16px;
  color: #000000;
}

#apsot-gallery .content {
  padding-top: 100px;
  padding-bottom: 35px;
}
#apsot-gallery h2 {
  color: #1E1E1E;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
@media screen and (max-width: 40em) {
  #apsot-gallery .gallery-toggle .btn-for-reveal {
    margin-top: 10px;
    float: left;
  }
}
#apsot-gallery .gallery-toggle button {
  background-color: #F36E2A;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  float: right;
  border-radius: 0;
  border: solid 1px #F36E2A;
}
#apsot-gallery .gallery-toggle button span {
  padding: 20px;
}
#apsot-gallery .gallery-toggle button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 40em) {
  #apsot-gallery .gallery-toggle button {
    float: left;
  }
}
#apsot-gallery .switch {
  position: relative;
  width: fit-content;
  float: right;
  text-align: right;
  top: 15px;
  right: 8%;
}
#apsot-gallery .switch:after {
  position: relative;
  content: "Customer Photos";
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 16px;
  left: 7px;
  top: -5px;
}
#apsot-gallery .switch:before {
  position: relative;
  content: "All Photos";
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 16px;
  right: 7px;
  top: -5px;
}
#apsot-gallery .switch input:checked ~ .switch-paddle::after {
  left: 17px;
}
#apsot-gallery .switch .switch-paddle {
  width: 36px;
  height: 20px;
  background: #F1F1F1;
  border-radius: 10px;
}
#apsot-gallery .switch .switch-paddle:after {
  top: 2px;
  width: 16px;
  height: 16px;
  background: #F36E2A;
  border-radius: 8px;
}

#gallery-section {
  padding-top: 20px;
  padding-bottom: 140px;
}
#gallery-section .images .cell {
  margin-bottom: 30px;
}
#gallery-section .images .cell .info {
  text-align: center;
}
#gallery-section .images .cell img {
  width: 258px;
  height: 258px;
}

.testimonial-slider .item {
  width: 100%;
}
.testimonial-slider img {
  padding-right: 5%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 75em) {
  .testimonial-slider img {
    max-height: 450px;
    padding-right: 0;
  }
}

.testimonials .story-copy {
  color: #FFFFFF;
  font-family: Karla;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.testimonials .story-copy a {
  color: #F36E2A;
}
.testimonials .testimonial-heading {
  height: 0;
}
@media screen and (max-width: 75em) {
  .testimonials .testimonial-heading {
    height: auto;
  }
}
.testimonials .story-info {
  margin-top: 22%;
  margin-bottom: 7%;
}
@media screen and (max-width: 75em) {
  .testimonials .story-info {
    margin-top: 0;
    margin-bottom: 3%;
  }
}
.testimonials h2 {
  margin-left: -40px;
  position: relative;
  margin-top: 12%;
}
@media screen and (max-width: 75em) {
  .testimonials h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 56.1875em) {
  .testimonials h2 {
    margin-left: -20px;
  }
}
.testimonials .flickity-page-dots {
  bottom: -45px;
}
@media screen and (max-width: 63.9375em) {
  .testimonials .flickity-page-dots {
    bottom: -35px;
  }
}
.testimonials .flickity-prev-next-button {
  top: auto;
  bottom: 5px;
}
@media screen and (max-width: 75em) {
  .testimonials .flickity-prev-next-button {
    bottom: -15%;
  }
}
.testimonials .flickity-button {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  color: transparent;
  background-color: transparent;
}
.testimonials .flickity-button.previous {
  bottom: 16px;
  right: 47%;
  left: auto;
  height: 33px;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-left@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials .flickity-button.previous svg {
  width: 49px;
  height: 52px;
  left: 20px;
  top: 24px;
}
.testimonials .flickity-button.previous:after {
  color: #868686;
  font-family: "karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 17px;
  content: "Previous";
  position: relative;
  left: 30px;
}
@media screen and (max-width: 75em) {
  .testimonials .flickity-button.previous {
    bottom: calc(-14% + 4px);
    right: auto;
    left: 21vw;
  }
}
@media screen and (max-width: 43.75em) {
  .testimonials .flickity-button.previous {
    left: 13vw;
  }
}
@media screen and (max-width: 40em) {
  .testimonials .flickity-button.previous {
    left: 0;
  }
}
.testimonials .flickity-button.next {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right@2x.png");
}
.testimonials .flickity-button.next:after {
  color: #868686;
  font-family: "karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 17px;
  content: "Next";
  position: relative;
  right: 85px;
}
.testimonials .flickity-button.next svg {
  width: 49px;
  height: 52px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}
@media screen and (max-width: 75em) {
  .testimonials .flickity-button.next {
    right: 21vw;
  }
}
@media screen and (max-width: 43.75em) {
  .testimonials .flickity-button.next {
    right: 13vw;
  }
}
@media screen and (max-width: 40em) {
  .testimonials .flickity-button.next {
    right: 0;
  }
}

#gallery-section #sbi_images {
  padding: 0 !important;
}
#gallery-section #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  padding: 10px !important;
}

.page-template-default, .page-template-template-customizer {
  padding-top: 75px;
}

.latest-insights {
  margin-left: -24px;
}
@media screen and (max-width: 39.9375em) {
  .latest-insights {
    margin-left: -7px;
  }
}

#inspiration-home {
  overflow-x: hidden;
  padding-top: 6%;
  padding-bottom: 100px;
}
@media screen and (max-width: 39.9375em) {
  #inspiration-home {
    padding-top: 1%;
    padding-bottom: 50px;
  }
}
#inspiration-home h2 {
  text-transform: uppercase;
  color: #1E1E1E;
}
@media screen and (max-width: 39.9375em) {
  #inspiration-home h2 {
    text-align: center;
  }
}
#inspiration-home p {
  color: #1E1E1E;
  padding-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  #inspiration-home p {
    text-align: center;
    float: none;
  }
}
#inspiration-home p a {
  color: #1E1E1E;
}
#inspiration-home .see-more {
  padding-bottom: 65px;
  float: right;
}
#inspiration-home .see-more img {
  position: relative;
  left: 4px;
}
@media print, screen and (max-width: 56.24875em) {
  #inspiration-home .see-more {
    float: left;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  #inspiration-home .see-more {
    text-align: center;
    float: none;
  }
}
#inspiration-home .sbi-owl-nav .sbi-owl-next {
  right: 6%;
}
#inspiration-home .sbi-owl-nav .sbi-owl-prev {
  display: none;
}

.slider {
  width: 117%;
}
@media print, screen and (max-width: 74.99875em) {
  .slider {
    width: 100%;
  }
}
@media screen and (max-width: 40em) {
  .slider {
    margin-left: -1%;
  }
}

.instagram-slider {
  margin-left: 7%;
}
.instagram-slider:after {
  content: "";
  top: 50%;
  z-index: 9999;
  position: absolute;
  right: 0%;
  top: calc(94% - 301px);
  height: 100%;
  width: 40%;
  pointer-events: none;
  background: linear-gradient(270deg, #f4f4f4 8.64%, rgba(244, 244, 244, 0.2588235294) 61%, rgba(244, 244, 244, 0) 100%);
}
@media screen and (max-width: 75em) {
  .instagram-slider:after {
    right: 0%;
  }
}
@media screen and (max-width: 64em) {
  .instagram-slider:after {
    display: none;
  }
}
@media screen and (max-width: 75em) {
  .instagram-slider {
    margin-left: 8%;
  }
}
@media screen and (max-width: 40em) {
  .instagram-slider {
    margin-left: 3%;
  }
}
.instagram-slider .item {
  width: 320px;
  min-height: 320px;
  margin-right: 40px;
  background: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 75em) {
  .instagram-slider .item {
    margin-right: 20px;
  }
}
.instagram-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
.instagram-slider .flickity-prev-next-button {
  top: calc(100% + 50px);
  height: 50px;
  width: 50px;
  background-color: transparent;
}
.instagram-slider .flickity-prev-next-button.next {
  left: 75px;
}
.instagram-slider .flickity-prev-next-button.next .flickity-button-icon {
  top: -41px;
  left: -38px;
}
.instagram-slider .flickity-prev-next-button.previous {
  left: 1px;
}
.instagram-slider .flickity-prev-next-button.previous .flickity-button-icon {
  transform: scale(2);
  top: 38px;
  left: 34px;
}
.instagram-slider .flickity-button-icon {
  transform: scale(2);
  fill: #F36E2A;
}
.instagram-slider .flickity-button {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  color: #F36E2A;
  background-color: transparent;
}
.instagram-slider .flickity-button.previous {
  left: 1px;
  right: auto;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .instagram-slider .flickity-button.previous {
    top: -30px !important;
    left: 0;
  }
}
.instagram-slider .flickity-button.previous svg {
  width: 49px;
  height: 52px;
  left: 20px;
  top: 24px;
}
.instagram-slider .flickity-button.next {
  right: -59px;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .instagram-slider .flickity-button.next {
    top: -30px !important;
    left: 55px;
  }
}
.instagram-slider .flickity-button.next svg {
  width: 49px;
  height: 52px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}

.review-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
.review-slider .item {
  width: 100%;
  min-height: 320px;
  margin-right: 40px;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
}
.review-slider .flickity-prev-next-button {
  top: calc(100% + 50px);
  height: 50px;
  width: 50px;
  background-color: transparent;
}
.review-slider .flickity-prev-next-button.next {
  left: 75px;
}
.review-slider .flickity-prev-next-button.next .flickity-button-icon {
  top: -40px;
  left: -38px;
}
.review-slider .flickity-prev-next-button.previous {
  left: 1px;
}
.review-slider .flickity-prev-next-button.previous .flickity-button-icon {
  transform: scale(2);
  top: 38px;
  left: 34px;
}
.review-slider .flickity-button-icon {
  transform: scale(2);
  fill: #474747;
}
.review-slider .flickity-button {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  color: #474747;
  background-color: transparent;
}
.review-slider .flickity-button.previous {
  top: 40px !important;
  left: 0;
  right: auto;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .review-slider .flickity-button.previous {
    left: 15px;
  }
}
.review-slider .flickity-button.previous svg {
  width: 49px;
  height: 52px;
  left: 20px;
  top: 24px;
}
.review-slider .flickity-button.next {
  right: -59px;
  top: 40px !important;
  left: 48px;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .review-slider .flickity-button.next {
    left: 65px;
  }
}
.review-slider .flickity-button.next svg {
  width: 49px;
  height: 52px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}

#subscribe-cta {
  padding-bottom: 45px;
  padding-top: 70px;
}
#subscribe-cta p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

.customer-story {
  padding: 40px;
  background-color: #1E1E1E;
}
@media print, screen and (max-width: 56.24875em) {
  .customer-story {
    padding: 15px;
  }
}
.customer-story h2 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 3.5625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
  padding-top: 10px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 74.99875em) {
  .customer-story h2 {
    font-size: 2.8125rem;
    line-height: 1.2;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .customer-story h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .customer-story h2 {
    font-size: 2rem;
    line-height: 1.2;
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .customer-story .story-heading {
    padding-bottom: 60px;
  }
}
.customer-story .story-image {
  padding-left: 10px;
  padding-right: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .customer-story .story-image {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.customer-story .customer-name {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 56.24875em) {
  .customer-story .customer-name {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.customer-story .customer-date {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-bottom: 5px;
  font-style: italic;
}
.customer-story .story-copy p {
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
.customer-story .prev-next-story {
  padding-top: 60px;
  width: 100%;
  display: inline-flex;
}
.customer-story button.btn {
  width: 50%;
  color: #868686;
  font-family: Karla;
  font-size: 0.875rem;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 17px;
}
.customer-story button.btn:hover {
  color: #F36E2A;
}
.customer-story button.btn:hover img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(50%) saturate(5163%) hue-rotate(345deg) brightness(100%) contrast(91%);
}
.customer-story button.btn.btn-left {
  text-align: left;
}
.customer-story button.btn.btn-left img {
  padding-right: 10px;
}
.customer-story button.btn.btn-right {
  text-align: right;
}
.customer-story button.btn.btn-right img {
  padding-left: 10px;
}
.customer-story .close-button {
  right: 4rem;
  top: 3rem;
  color: #FFFFFF;
}
.customer-story .close-button:hover {
  color: #F36E2A;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-story .close-button {
    right: 20px;
    top: -2px;
  }
}

.customer-testimonials-alm .alm-btn-wrap {
  display: none;
}

.page-template-test-builder .grid-container {
  max-width: 100vw;
}
.page-template-test-builder .site-footer {
  display: none;
}

.builder-checkout .checkout-container {
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
.builder-checkout .checkout-container .left-checkout {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 50px;
  padding-bottom: 145px;
  position: relative;
  background-color: #F7F7F7;
}
@media screen and (max-width: 39.9375em) {
  .builder-checkout .checkout-container .left-checkout {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 70px;
  }
}
.builder-checkout .checkout-container .left-checkout h2:not(.gform_submission_error) {
  font-size: 2.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .builder-checkout .checkout-container .left-checkout h2:not(.gform_submission_error) {
    font-size: 2.25rem;
  }
}
.builder-checkout .checkout-container .right-checkout {
  padding-left: 5%;
  padding-top: 55px;
  padding-bottom: 400px;
  background-color: #ffffff;
}
.builder-checkout .checkout-off-canvas {
  z-index: 15;
  width: 100%;
}
@media print, screen and (max-width: 56.24875em) {
  .builder-checkout .checkout-off-canvas {
    margin-top: 85px !important;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .builder-checkout .checkout-off-canvas {
    margin-top: 105px !important;
  }
}
.builder-checkout .checkout-form .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
.builder-checkout .checkout-form .gform_wrapper .gfield_label {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
  color: #8B8B8B;
}
.builder-checkout .checkout-form .gform_wrapper .ginput_complex label {
  margin-top: 5px;
}
.builder-checkout .checkout-form .gform_wrapper .ginput_complex legend {
  padding-top: 5px;
}
.builder-checkout .checkout-form .gform_wrapper .ginput_complex .gform_card_icon_container {
  margin-bottom: 8px;
}
.builder-checkout .checkout-form .gform_wrapper .ginput_container input {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
}
.builder-checkout .checkout-form .gform_wrapper .ginput_container .ginput_card_security_code {
  top: -2px;
}
.builder-checkout .checkout-form .gform_wrapper #input_5_14_2_cardinfo_right label {
  padding-top: 0;
}
.builder-checkout .checkout-form .gform_wrapper .button {
  background-color: #F36E2A;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 0;
}
.builder-checkout .checkout-form .gform_wrapper .button:hover {
  opacity: 0.8;
}
.builder-checkout .checkout-form .gform_wrapper h3 {
  font-size: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .builder-checkout .checkout-form .gform_wrapper h3 {
    font-size: 1.75rem;
  }
}
.builder-checkout .right-checkout {
  padding-right: 5%;
  background-color: #ffffff;
  height: fit-content;
}
.builder-checkout .right-checkout .stair-img-cost {
  padding-bottom: 50px;
  height: fit-content;
}
.builder-checkout .right-checkout .stair-img-cost h3 {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 0;
  color: #000000;
}
.builder-checkout .right-checkout .cart-detail {
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .builder-checkout .right-checkout .cart-detail {
    margin-top: 0 !important;
  }
}
.builder-checkout .right-checkout .cart-detail .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  top: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  opacity: 0;
}
.builder-checkout .right-checkout .cart-detail .overlay.loading {
  z-index: 99;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.builder-checkout .right-checkout .subtotal-padding {
  padding-bottom: 15px;
}
.builder-checkout .right-checkout .total-padding {
  padding-top: 15px;
}
.builder-checkout .right-checkout .subtotal-checkout {
  height: fit-content;
}
.builder-checkout .right-checkout .shipping-checkout {
  height: fit-content;
}
.builder-checkout .right-checkout .total-checkout {
  position: relative;
  height: fit-content;
}
.builder-checkout .right-checkout .total-checkout:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #C4C4C4;
  position: absolute;
  top: 0;
}
.builder-checkout .right-checkout .subtotal-shipping-label p {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.builder-checkout .right-checkout .total-cost-label p {
  text-align: right;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1E1E1E;
}
.builder-checkout .right-checkout .total-label p {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 24px;
  color: #000000;
}

.checkout-modal {
  padding: 45px 55px;
}
@media screen and (max-width: 81.25em) {
  .checkout-modal {
    width: 75% !important;
  }
}
@media screen and (max-width: 46.875em) {
  .checkout-modal {
    width: 100% !important;
    padding: 45px 25px;
  }
}
.checkout-modal h2 {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #1E1E1E;
  padding-bottom: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 56.25em) {
  .checkout-modal h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.checkout-modal .lead {
  padding-bottom: 15px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 42px;
  color: #1E1E1E;
  white-space: nowrap;
}
@media screen and (max-width: 56.25em) {
  .checkout-modal .lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 46.875em) {
  .checkout-modal .lead {
    white-space: normal;
    line-height: 1.2;
  }
}
.checkout-modal .right {
  text-align: right;
}
@media screen and (max-width: 56.1875em) {
  .checkout-modal .right {
    text-align: center;
  }
}
.checkout-modal .right .lead {
  font-weight: bold;
}
.checkout-modal .modal-btn {
  padding-top: 50px;
}
@media screen and (max-width: 56.1875em) {
  .checkout-modal .modal-btn {
    text-align: center;
  }
}
.checkout-modal .modal-btn .close {
  padding: 12px 30px;
  background-color: #1E1E1E;
  color: #ffffff;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.checkout-modal .modal-btn .close:hover {
  opacity: 0.8;
}
.checkout-modal .drawing {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 56.1875em) {
  .checkout-modal .drawing {
    text-align: center;
  }
}
.checkout-modal .drawing a {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 19px;
  color: #000000;
}
.checkout-modal .drawing a:hover {
  color: #F36E2A;
}
.checkout-modal .drawing .icon-arrow-right {
  font-size: 12px;
}
.checkout-modal .modal-btn.confirm a {
  background-color: #F36E2A;
}

.testimonial-page .hero-bg-color {
  background-color: #F1F1F1;
}
.testimonial-page .hero-testimonial {
  padding-top: 80px;
  padding-bottom: 100px;
}
.testimonial-page .category-and-date {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 25px;
  padding-bottom: 5px;
  font-style: italic;
}
.testimonial-page .stair-style {
  padding-bottom: 70px;
  background-color: #FFFFFF;
}
.testimonial-page .stair-style .item {
  width: 100%;
  min-height: 320px;
}
@media screen and (max-width: 40em) {
  .testimonial-page .stair-style .item {
    width: 100%;
    padding-right: 0;
  }
}
.testimonial-page .stair-style img {
  object-fit: contain;
  width: 100%;
  height: 500px;
  padding-bottom: 10px;
}
@media screen and (max-width: 43.75em) {
  .testimonial-page .stair-style img {
    max-height: 400px;
  }
}
.testimonial-page .next-prev-testimonial-btn a {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 17px;
}
.testimonial-page .next-prev-testimonial-btn a img {
  position: relative;
  filter: brightness(0) saturate(100%) invert(50%) sepia(62%) saturate(2303%) hue-rotate(345deg) brightness(100%) contrast(92%);
}
.testimonial-page .next-prev-testimonial-btn a:hover {
  opacity: 0.8;
}
.testimonial-page .next-prev-testimonial-btn.next {
  text-align: right;
}
.testimonial-page .stair-style .flickity-button {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  color: transparent;
  background-color: transparent;
}
.testimonial-page .stair-style .flickity-button.previous {
  top: calc(48% - 3px);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  filter: invert(45%) sepia(71%) saturate(1295%) hue-rotate(346deg) brightness(102%) contrast(91%);
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  right: auto;
  overflow: hidden;
}
.testimonial-page .stair-style .flickity-button.previous svg {
  width: 49px;
  height: 52px;
  left: 20px;
  top: 24px;
}
.testimonial-page .stair-style .flickity-button.next {
  filter: invert(45%) sepia(71%) saturate(1295%) hue-rotate(346deg) brightness(102%) contrast(91%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ironshop/assets/img/chevron-large-right.svg");
  overflow: hidden;
}
.testimonial-page .stair-style .flickity-button.next svg {
  width: 49px;
  height: 52px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}

.hero-posts {
  background-color: #F1F1F1;
  margin-top: -18px;
  padding-top: 65px;
  padding-bottom: 100px;
  max-height: 420px;
}
.hero-posts .hero-content {
  height: fit-content;
}
.hero-posts .hero-content h1 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 53px;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts .hero-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .hero-posts .hero-content h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}
.hero-posts .hero-img {
  position: relative;
  top: -25px;
}
.hero-posts .hero-img img {
  object-fit: cover;
  object-position: right;
  height: 465px;
  max-width: 488px;
}
.hero-posts .back-btn a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.hero-posts .back-btn a:hover {
  color: #F36E2A;
}
.hero-posts .back-btn span {
  position: relative;
  font-size: 12px;
  margin-right: 5px;
}
.hero-posts .date {
  padding-top: 35px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
}
.hero-posts .date span {
  position: relative;
  margin-right: 20px;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}

.hero-bspot {
  padding-top: 125px;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-bspot {
    padding-top: 80px;
  }
}
.hero-bspot .main-content {
  padding-bottom: 80px;
}
.hero-bspot .main-content h2 {
  margin-top: 30px;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
.hero-bspot .main-content p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.hero-bspot .main-content a {
  text-transform: uppercase;
  color: #F36E2A;
}
.hero-bspot .main-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero-bspot .side-bar {
  padding-bottom: 80px;
}
.hero-bspot .side-bar h3 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}
.hero-bspot .side-bar a {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}
.hero-bspot .side-bar a:hover {
  opacity: 0.8;
}
.hero-bspot .side-bar .cat-heading {
  padding-top: 30px;
}
.hero-bspot .side-bar .btn {
  margin-bottom: 10px;
}

.testimonials-page .testimonial-info {
  padding-bottom: 50px;
}
.testimonials-page .testimonial-info h2 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}
.testimonials-page .testimonial-info p.date {
  text-transform: uppercase;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}
.testimonials-page .testimonial-page {
  padding-bottom: 80px;
}
.testimonials-page .testimonial-page .stair-style .item {
  padding-right: 0;
  width: 100%;
}
.testimonials-page .testimonial-page .stair-style .item img {
  object-fit: contain;
}
.testimonials-page .testimonial-page .stair-style .flickity-button.previous {
  top: calc(48% - 12px);
}

.page-template-template-builder .item-option, .page-template-template-alternate-builder .item-option {
  height: fit-content;
  position: relative;
}
@media print, screen and (max-width: 26.24875em) {
  .page-template-template-builder .item-option, .page-template-template-alternate-builder .item-option {
    max-height: 110px;
    height: 110px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-builder .collar-style, .page-template-template-alternate-builder .collar-style {
    max-height: initial;
    height: auto;
  }
}
.page-template-template-builder .accessories-1, .page-template-template-alternate-builder .accessories-1 {
  max-height: initial;
  height: auto;
}
.page-template-template-builder .accessories-2, .page-template-template-alternate-builder .accessories-2 {
  max-height: initial;
  height: auto;
}
.page-template-template-builder .option-btn, .page-template-template-alternate-builder .option-btn {
  text-transform: capitalize;
  position: relative;
  width: 100%;
  padding: 0.7rem 1rem;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
  line-height: 29px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
}
.page-template-template-builder .option-btn a, .page-template-template-alternate-builder .option-btn a {
  position: relative;
  width: 100%;
  padding: 0.7rem 1rem;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
  line-height: 29px;
}
.page-template-template-builder .option-btn:before, .page-template-template-alternate-builder .option-btn:before {
  position: absolute;
  transform: scale(0.7);
  right: 20px;
  color: #1E1E1E;
  content: url(/wp-content/themes/ironshop/assets/img/Chevron-Down.svg);
}
.page-template-template-builder .option-pane, .page-template-template-alternate-builder .option-pane {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  border: none;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.page-template-template-builder .option-pane .option-grid, .page-template-template-alternate-builder .option-pane .option-grid {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  overflow-x: hidden;
}
.page-template-template-builder .option-pane .option-contain, .page-template-template-alternate-builder .option-pane .option-contain {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}
.page-template-template-builder .option-pane .option-contain .option-info, .page-template-template-alternate-builder .option-pane .option-contain .option-info {
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}
.page-template-template-builder .option-pane .option-contain .option-info:hover, .page-template-template-alternate-builder .option-pane .option-contain .option-info:hover {
  background: #F1F1F1;
  cursor: pointer;
}
.page-template-template-builder .option-pane .option-contain .option-info a, .page-template-template-alternate-builder .option-pane .option-contain .option-info a {
  padding: 0.7rem 1rem;
  display: block;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 29px;
}
.page-template-template-builder .option-pane .option-contain .option-info a:after, .page-template-template-alternate-builder .option-pane .option-contain .option-info a:after {
  display: none;
}
.page-template-template-builder .option-pane .option-contain .option-info a span.price-label, .page-template-template-alternate-builder .option-pane .option-contain .option-info a span.price-label {
  color: #009906;
  position: absolute;
  right: 52px;
}
.page-template-template-builder .option-pane .option-info-img, .page-template-template-alternate-builder .option-pane .option-info-img {
  padding: 17px 2px 0 2px;
  border: 2px solid #DFDFDF;
  border-radius: 6px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: calc(33.33333% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.page-template-template-builder .option-pane .option-info-img:hover, .page-template-template-alternate-builder .option-pane .option-info-img:hover {
  background: #FFFFFF;
  border: 2px solid #F36E2A;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}
.page-template-template-builder .option-pane .option-info-img button.disabled, .page-template-template-alternate-builder .option-pane .option-info-img button.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.page-template-template-builder .option-pane .option-info-img button.disabled span, .page-template-template-alternate-builder .option-pane .option-info-img button.disabled span {
  opacity: 0;
}
@media screen and (max-width: 90.625em) {
  .page-template-template-builder .option-pane .option-info-img, .page-template-template-alternate-builder .option-pane .option-info-img {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 63em) {
  .page-template-template-builder .option-pane .option-info-img, .page-template-template-alternate-builder .option-pane .option-info-img {
    flex: 0 0 auto;
    width: calc(33.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 50em) {
  .page-template-template-builder .option-pane .option-info-img, .page-template-template-alternate-builder .option-pane .option-info-img {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 31.25em) {
  .page-template-template-builder .option-pane .option-info-img, .page-template-template-alternate-builder .option-pane .option-info-img {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}

.page-template-template-customizer ol {
  padding-bottom: 40px;
}

.section-two {
  padding-top: 50px;
}

.single-stair-parts .part-img-container {
  height: 100%;
}

.stair-parts-section .part-card {
  margin-bottom: 30px;
}
.stair-parts-section .part-card .part-img-container {
  cursor: pointer;
  text-align: center;
  padding: 25px 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  transition: all 0.8s;
}
.stair-parts-section .part-card .part-img-container img {
  object-fit: contain;
  height: 200px;
}
.stair-parts-section .part-card .card-title {
  padding-top: 15px;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.stair-parts-section .part-card:hover .part-img-container {
  transform: scale(1.03);
  transition: all 0.8s;
}

#apsot-resources .grid-container.parts-container {
  padding-right: 3.125rem;
}
#apsot-resources .grid-container.parts-container .content {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  #apsot-resources .grid-container.parts-container {
    padding-bottom: 0px;
  }
  #apsot-resources .grid-container.parts-container .grey-sidebar {
    text-align: center;
    margin-top: 35px;
    padding-bottom: 45px !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #apsot-resources .grid-container.parts-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #apsot-resources .grid-container.parts-container .content {
    padding-left: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .single-part-page {
    padding-bottom: 0px !important;
  }
}

.part-reveal {
  padding: 50px;
}
@media screen and (max-width: 37.5em) {
  .part-reveal {
    padding: 25px;
  }
}
.part-reveal .card-title {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  font-family: "karla", sans-serif;
}
.part-reveal .img-description {
  padding-top: 15px;
  font-size: 19px;
  line-height: 1.3;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 45px;
}
@media screen and (max-width: 37.5em) {
  .part-reveal .img-description {
    padding-left: 0;
    padding-right: 0;
  }
}
.part-reveal .part-img-container-modal {
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 25px 5px;
  transition: transform 0.25s ease;
}
.part-reveal .part-img-container-modal img {
  object-fit: contain;
  max-height: 60vh;
  cursor: zoom-in;
}
.part-reveal .part-img-container-modal .click-zoom input[type=checkbox] {
  display: none;
}
.part-reveal .part-img-container-modal .click-zoom img {
  transition: transform 0.25s ease;
  cursor: zoom-in;
}
.part-reveal .part-img-container-modal .click-zoom input[type=checkbox]:checked ~ img {
  transform: scale(2);
  cursor: zoom-out;
  margin: 100px;
  margin-left: auto;
  margin-right: auto;
}

.stair-parts-btn {
  margin-top: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.stair-parts-btn a {
  text-transform: uppercase;
  background: #e2e2e2;
  color: #1E1E1E;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  opacity: 1;
  transition: all 0.2s;
}
.stair-parts-btn a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  background: #F36E2A;
  color: #FFFFFF;
}
.stair-parts-btn .builder-btn {
  margin-left: 15px;
  background: #F36E2A;
  color: #FFFFFF;
}
@media print, screen and (max-width: 63.99875em) {
  .stair-parts-btn .request-btn {
    display: none;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .stair-parts-btn .builder-btn {
    display: none;
  }
}

.parts-nav {
  position: relative;
  top: -45px;
}
.parts-nav .parts-nav-icon {
  height: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.parts-nav a {
  color: #000;
}
.parts-nav a:hover {
  color: #F36E2A;
}

.page-template-template-builder .prevent-me, .page-template-template-alternate-builder .prevent-me {
  pointer-events: none;
  /* This line */
  cursor: default;
}
.page-template-template-builder .marker-app, .page-template-template-alternate-builder .marker-app {
  display: none !important;
}
.page-template-template-builder .grid-container, .page-template-template-alternate-builder .grid-container {
  max-width: 100vw;
}
.page-template-template-builder .fulfilling-bouncing-circle-spinner,
.page-template-template-builder .fulfilling-bouncing-circle-spinner *, .page-template-template-alternate-builder .fulfilling-bouncing-circle-spinner,
.page-template-template-alternate-builder .fulfilling-bouncing-circle-spinner * {
  box-sizing: border-box;
}
.page-template-template-builder .fulfilling-bouncing-circle-spinner, .page-template-template-alternate-builder .fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}
.page-template-template-builder .fulfilling-bouncing-circle-spinner .orbit, .page-template-template-alternate-builder .fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #FF4713;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}
.page-template-template-builder .fulfilling-bouncing-circle-spinner .circle, .page-template-template-alternate-builder .fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #FF4713;
  display: block;
  border-radius: 50%;
  position: relative;
  border: 6px solid #FF4713;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}
@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}
@media screen and (max-width: 40em) {
  .page-template-template-builder.has-scrolled .stair-image img, .page-template-template-alternate-builder.has-scrolled .stair-image img {
    height: calc(82vh - 110px);
    max-height: 555px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-builder .site-header, .page-template-template-alternate-builder .site-header {
    display: none;
  }
  .page-template-template-builder .builder-checkout, .page-template-template-alternate-builder .builder-checkout {
    margin-top: 20px !important;
  }
  .page-template-template-builder .builder-stair-img, .page-template-template-alternate-builder .builder-stair-img {
    margin-top: 100px !important;
  }
  .page-template-template-builder .fixed-builder-menu, .page-template-template-alternate-builder .fixed-builder-menu {
    top: 0;
  }
}
.help-tab {
  border-radius: 5px;
  position: fixed;
  right: -359px;
  overflow: hidden;
  bottom: 35px;
  z-index: 9999999;
  max-width: 400px;
  background-color: #ffffff;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.16);
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 63.9375em) {
  .help-tab {
    bottom: 260px;
  }
}
@media screen and (max-width: 40em) {
  .help-tab {
    display: none;
  }
}
.help-tab .help-open {
  transform: rotate(-90deg);
  position: relative;
  top: 17px;
}
.help-tab .help-open a {
  white-space: nowrap;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 16px;
  color: #FF4713;
}
.help-tab .help-open a .icon-chevron-left {
  font-size: 28px;
  position: relative;
  left: 6px;
  top: 5px;
  transform: rotate(90deg);
}
.help-tab .help-open a .icon-chevron-left.opened {
  transform: rotate(-90deg);
}
.help-tab .help-info {
  padding: 22px 26px 30px 26px;
}
.help-tab .help-info a {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #000000;
  padding: 11px 36px;
}
.help-tab .help-info p {
  margin-bottom: 9px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 16px;
  color: #000000;
}
.help-tab .help-info .bottom-p {
  padding-bottom: 20px;
}
.help-tab .help-info:before {
  content: "";
  position: absolute;
  left: 40px;
  height: 95%;
  top: 8px;
  width: 1px;
  background: #C4C4C4;
}
.help-tab.active {
  right: -10px;
  transition: all 1s ease-in-out;
}
.help-tab.active .help-open a {
  position: relative;
  right: 20px;
}

.cart-number-menu {
  text-align: right;
  padding-right: 4%;
  white-space: nowrap;
}
.cart-number-menu .cart-number {
  margin-left: 20px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 16px;
  text-transform: uppercase;
  color: #1E1E1E;
}
.cart-number-menu .cart-number:hover {
  color: #FF4713;
}
@media screen and (max-width: 81.25em) {
  .cart-number-menu .cart-number {
    display: none;
  }
}
.cart-number-menu .cart-number span {
  padding: 5px;
  border-width: 2px;
  border-color: #FF4713;
  display: inline-block;
  border-style: solid;
  margin-right: 0.25rem;
}
.cart-number-menu .cart-number span svg {
  filter: invert(47%) sepia(87%) saturate(5117%) hue-rotate(353deg) brightness(101%) contrast(101%);
}
.cart-number-menu .shopping-cart {
  display: none;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 53px;
  padding: 12px 20px 12px 25px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 16px;
  color: #1E1E1E;
}
.cart-number-menu .shopping-cart:hover {
  color: #FF4713;
}
.cart-number-menu .shopping-cart:hover img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(40%) saturate(4897%) hue-rotate(345deg) brightness(100%) contrast(92%);
}
.cart-number-menu .shopping-cart img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(1433%) hue-rotate(79deg) brightness(96%) contrast(91%);
  position: relative;
  right: 10px;
}
@media screen and (max-width: 81.25em) {
  .cart-number-menu .shopping-cart {
    margin-right: 5%;
  }
}

.fixed-builder-menu {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #F7F7F7;
  box-shadow: inset 0px -1px 0px #EFEFEF;
}
@media print, screen and (max-width: 56.24875em) {
  .fixed-builder-menu {
    padding-left: 0;
  }
}
.fixed-builder-menu .stair-kit-title {
  margin: auto;
  font-size: 1.75rem;
}
@media screen and (max-width: 93.75em) {
  .fixed-builder-menu .stair-kit-title {
    font-size: 1.5rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 75em) {
  .fixed-builder-menu .stair-kit-title {
    margin-left: 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .fixed-builder-menu .stair-kit-title {
    padding-right: 0;
  }
}
.fixed-builder-menu .back-btn {
  padding-left: 3%;
  margin: auto;
  margin-left: 0;
  width: fit-content;
  position: relative;
}
.fixed-builder-menu .back-btn a {
  color: #0a0a0a;
}
.fixed-builder-menu .back-btn a .icon-arrow-left {
  position: relative;
  top: 1px;
  font-size: 0.8125rem;
  right: 6px;
}
.fixed-builder-menu .back-btn a:hover .icon-arrow-left {
  position: relative;
  top: 1px;
  font-size: 13px;
  right: 10px;
  transition: 0.5s all;
}
.fixed-builder-menu .back-btn .back-to-builder {
  display: none;
}
.fixed-builder-menu .buy-now {
  position: relative;
  white-space: nowrap;
  margin: 0;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .fixed-builder-menu .buy-now {
    position: relative;
    right: -45px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .fixed-builder-menu .buy-now {
    position: relative;
    right: -70px;
  }
}
.fixed-builder-menu .buy-now a {
  padding: 9px 20px;
  background-color: #FF4713;
  color: #FFFFFF;
  font-family: "din-2014", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  right: 55px;
  opacity: 1;
}
@media screen and (max-width: 75em) {
  .fixed-builder-menu .buy-now a {
    font-size: 0.8125rem;
    padding: 9px 15px;
  }
}
.fixed-builder-menu .buy-now a span {
  font-weight: 600;
}
.fixed-builder-menu .buy-now a:hover {
  opacity: 0.7;
}
.fixed-builder-menu .buy-now a.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.fixed-builder-menu .buy-now .quote-fixed-btn {
  position: relative;
  max-width: 172px;
  margin-right: 10px;
  background: #e2e2e2;
  color: #1E1E1E;
}
@media screen and (max-width: 75em) {
  .fixed-builder-menu .buy-now .quote-fixed-btn {
    max-width: 171px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .fixed-builder-menu .buy-now .quote-fixed-btn {
    position: relative;
    top: 0;
    margin-right: 10px;
  }
}
.fixed-builder-menu .buy-now .quote-fixed-btn:hover {
  background-color: #FF4713;
  color: #ffffff;
}

.builder {
  margin-top: 0;
}
.builder label {
  position: initial;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem !important;
  line-height: 16px;
  text-transform: uppercase;
  color: #8B8B8B;
}
.builder .builder-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 56.25em) {
  .builder .builder-container {
    margin-top: -18px;
  }
}
.builder .builder-container .num-field.disabled input {
  background-color: #e2e2e2;
}
.builder .builder-container .num-field label {
  padding-bottom: 10px;
}
.builder .builder-container .num-field label:hover:after {
  display: none !important;
}
.builder .builder-container .num-field input {
  margin-top: 10px;
  min-height: 51.38px;
  padding: 0.7rem 1rem;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #1E1E1E;
  pointer-events: all;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 29px;
}
@media screen and (max-width: 63.9375em) {
  .builder .builder-options.grid-margin-x {
    margin-left: 0;
  }
}
.builder .builder-options {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
  background-color: #F7F7F7;
}
@media print, screen and (max-width: 39.99875em) {
  .builder .builder-options {
    padding-top: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .builder .builder-options {
    padding-top: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.builder .builder-options .filter {
  height: 60px;
  margin-top: 3px;
  max-width: 327px;
}
.builder .builder-options .filter .select2-container {
  width: 95% !important;
}
.builder .builder-options .filter select {
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding-left: 20px;
  color: #1E1E1E;
  background-image: url(/wp-content/themes/ironshop/assets/img/Chevron-Down.svg);
  background-position: right -4px center;
  background-size: 15px 10px;
}

.builder-stair-img {
  overflow: hidden;
  z-index: 99999;
  text-align: center;
  padding-top: 50px;
  background-color: #ffffff;
}
.builder-stair-img .stair-image {
  top: auto !important;
  margin-top: 2em !important;
  max-width: initial !important;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1293px) and (max-height: 830px) {
  .builder-stair-img .stair-image {
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 1023px) {
  .builder-stair-img .stair-image {
    margin-top: 1em !important;
  }
}
.builder-stair-img .stair-image .unavailable {
  position: absolute;
  height: calc(93vh - 110px);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.builder-stair-img .stair-image .unavailable span {
  font-size: 1.75rem;
  color: #FF4713;
  font-weight: 400;
}
@media screen and (max-width: 63.9375em) {
  .builder-stair-img .stair-image .unavailable {
    height: calc(88vh - 110px);
  }
}
@media screen and (max-width: 40em) {
  .builder-stair-img .stair-image .unavailable {
    height: calc(77vh - 110px);
  }
}
.builder-stair-img img {
  height: calc(91vh - 110px);
}
@media (max-height: 1000px) {
  .builder-stair-img img {
    height: calc(85vh - 110px);
  }
}
@media screen and (max-width: 1200px) and (max-height: 770px) {
  .builder-stair-img img {
    height: calc(84vh - 110px);
  }
}
@media screen and (max-width: 1600px) and (max-height: 720px) {
  .builder-stair-img img {
    height: calc(82vh - 110px);
  }
}
@media screen and (min-width: 1023px) and (max-height: 670px) {
  .builder-stair-img img {
    height: calc(85vh - 110px);
  }
}
@media screen and (max-width: 63.9375em) {
  .builder-stair-img img {
    height: calc(84vh - 110px);
  }
}
@media screen and (max-width: 40em) {
  .builder-stair-img img {
    height: calc(69vh - 110px);
    max-height: 555px;
  }
}

.checkout-form .gform_wrapper .gform-body select {
  color: rgba(30, 30, 30, 0.5);
  background-color: #ffffff;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 0 0 2px 8px;
}
.checkout-form .gform_wrapper .gform-body .label {
  color: #8B8B8B;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
}
.checkout-form .gform_wrapper .gform-body .ginput_cardinfo_left legend {
  color: #8B8B8B;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
}
.checkout-form .gform_wrapper .ginput_container_radio {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
}
.checkout-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkout-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice label {
  padding-bottom: 0;
  text-transform: capitalize;
  color: #1E1E1E;
}
.checkout-form .gform_wrapper .ginput_container_radio .gfield_radio .gfield-choice-input {
  margin-left: 10px;
  margin-bottom: 2px;
}

.checkout-form .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.checkout-form .gform_wrapper .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.checkout-form .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.checkout-form .gform_wrapper .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

#gform_wrapper_7 .gform-body select {
  color: rgba(30, 30, 30, 0.5);
  background-color: #ffffff;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 0 0 2px 8px;
}
#gform_wrapper_7 .gform-body .label {
  color: #8B8B8B;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
}
#gform_wrapper_7 .gform-body .ginput_cardinfo_left legend {
  color: #8B8B8B;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
}
#gform_wrapper_7 .ginput_container_radio {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
}
#gform_wrapper_7 .ginput_container_radio .gfield_radio .gchoice {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 5px;
  padding-bottom: 5px;
}
#gform_wrapper_7 .ginput_container_radio .gfield_radio .gchoice label {
  padding-bottom: 0;
  text-transform: capitalize;
  color: #1E1E1E;
}
#gform_wrapper_7 .ginput_container_radio .gfield_radio .gfield-choice-input {
  margin-left: 10px;
  margin-bottom: 2px;
}

#gform_wrapper_7 .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

#gform_wrapper_7 .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

#gform_wrapper_7 .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

#gform_wrapper_7 .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(30, 30, 30, 0.5);
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.builder-container [data-builder-field-dropdown-option].disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.builder-container .item-option .dropdown-pane button {
  width: 100%;
  cursor: pointer;
}
.builder-container .item-option li {
  width: 100%;
  height: fit-content;
}
.builder-container .item-option li a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 29px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
}
.builder-container .item-option li a:before {
  position: absolute;
  transform: scale(0.7);
  right: 20px;
  color: #1E1E1E;
  content: url(/wp-content/themes/ironshop/assets/img/Chevron-Down.svg);
}
.builder-container .item-option li a:after {
  display: none;
}
.builder-container .item-option li ul {
  max-height: 233px;
  overflow: auto;
  width: 100%;
  border: none;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.16);
}
.builder-container .item-option li ul li {
  width: 100%;
}
.builder-container .item-option li ul li a {
  width: 100%;
}
.builder-container .item-option li ul li a:hover {
  background-color: #F1F1F1;
}
.builder-container .item-option li ul li a:before {
  display: none;
}
.builder-container .item-option li ul li a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.builder-container .item-option li.is-active ul {
  z-index: 9999;
}
.builder-container .item-option li.is-active a {
  background-color: #ffffff;
}

/* .thread-container {
	padding-bottom: 15px;
	ul {
		background-color: #ffffff; // width: 93%;
		padding: 20px;
		text-align: center;
		li {
			border-radius: 6px;
			width: 100%;
			margin: 2%;
			border: 2px solid #DFDFDF;
			&:hover {
				border: 2px solid #F36E2A;
			}
			a {
				font-family: $font-karla;
				font-style: normal;
				font-weight: normal;
				font-size: rem-calc(13px);
				line-height: 15px;
				text-align: center;
				color: #000000;
				img {
					width: 100%;
					padding-top: 20px;
					padding-bottom: 40px; // max-width: 150px;
				}
			}
		}
	}
} */
.tread-covers li.is-active ul {
  z-index: 9999;
  margin-bottom: 2px;
  max-height: 500px;
  overflow: auto;
  overflow-x: hidden;
}
.tread-covers .is-active a {
  margin-bottom: 2px;
}
.tread-covers .treads {
  z-index: 9999;
  padding: 45px 30px;
  text-align: center;
}
.tread-covers .treads div h4 {
  color: #000000;
  margin-top: 10px;
  font-family: Karla;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.tread-covers .treads div span {
  margin-top: 10px;
  color: #009906;
  font-size: 1.5rem;
}
.tread-covers .treads .tread {
  padding: 17px 2px 0 2px;
  border: 2px solid #DFDFDF;
  border-radius: 6px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: calc(33.33333% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.tread-covers .treads .tread:hover {
  background: #FFFFFF;
  border: 2px solid #FF4713;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}
.tread-covers .treads .tread button.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.tread-covers .treads .tread button.disabled span {
  opacity: 0;
}
@media screen and (max-width: 90.625em) {
  .tread-covers .treads .tread {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 63em) {
  .tread-covers .treads .tread {
    flex: 0 0 auto;
    width: calc(33.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 50em) {
  .tread-covers .treads .tread {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 31.25em) {
  .tread-covers .treads .tread {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}

.menu-container-single h3 {
  padding-bottom: 8px;
  padding-top: 25px;
  font-family: "karla", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.menu-container-single .item-option {
  width: 100%;
  padding-bottom: 20px;
}
.menu-container-single .item-option li {
  width: 100%;
  height: fit-content;
}
.menu-container-single .item-option li a {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 29px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
}
.menu-container-single .item-option li a:before {
  position: absolute;
  transform: scale(0.7);
  right: 20px;
  color: #1E1E1E;
  content: url(/wp-content/themes/ironshop/assets/img/Chevron-Down.svg);
}
.menu-container-single .item-option li a:after {
  display: none;
}
.menu-container-single .item-option li a span.price-label {
  color: #009906;
  position: absolute;
  right: 52px;
}
.menu-container-single .item-option li ul {
  width: 100%;
  border: none;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.16);
}
.menu-container-single .item-option li ul li {
  width: 100%;
}
.menu-container-single .item-option li ul li a {
  width: 100%;
}
.menu-container-single .item-option li ul li a:hover {
  background-color: #F1F1F1;
}
.menu-container-single .item-option li ul li a:before {
  display: none;
}
.menu-container-single .item-option li.is-active ul {
  z-index: 13;
}
.menu-container-single .item-option li.is-active a {
  background-color: #ffffff;
}

.page-template-template-builder .site-footer, .page-template-template-alternate-builder .site-footer {
  display: none;
}

#builder-open-btn {
  background-color: #ffffff !important;
  position: fixed;
  right: -89px;
  z-index: 13;
  transform: rotate(270deg);
  bottom: 80px;
  border: none;
  color: #000000;
  box-shadow: 0px -16px 30px rgba(0, 0, 0, 0.16);
  padding: 20px 70px 20px 20px;
}
@media screen and (max-width: 63.9375em) {
  #builder-open-btn {
    padding: 15px 70px 32px 20px;
  }
  #builder-open-btn p {
    font-size: 20px !important;
    font-style: normal;
  }
}
#builder-open-btn p {
  font-weight: bold;
  font-family: "karla", sans-serif;
  font-size: 1.25rem;
  color: #F36E2A;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  top: -6px;
}
#builder-open-btn .icon-chevron-right {
  font-size: 28px;
  position: absolute;
  right: 25px;
  top: 10px;
  color: #FF4713;
  transform: rotate(-90deg);
}

#builder-close-btn {
  background-color: #ffffff !important;
  position: fixed;
  left: -103px;
  z-index: 13;
  transform: rotate(90deg);
  bottom: 250px;
  border: none;
  box-shadow: 0px -16px 30px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 20px 70px;
  color: #000000;
  z-index: 9999999;
}
@media screen and (max-width: 63.9375em) {
  #builder-close-btn {
    padding: 15px 20px 32px 70px;
  }
  #builder-close-btn p {
    font-size: 20px !important;
    font-style: normal;
  }
}
#builder-close-btn p {
  font-weight: bold;
  font-family: "karla", sans-serif;
  font-size: 20px !important;
  color: #FF4713;
  position: relative;
  top: -2px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#builder-close-btn .icon-chevron-left {
  font-size: 28px;
  color: #FF4713;
  position: absolute;
  left: 25px;
  top: 14px;
  transform: rotate(90deg);
}

.test-builder {
  padding-top: 200px;
}

#builder-right .overlay {
  position: absolute;
  height: 80%;
  width: 100%;
  display: flex;
  top: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  opacity: 0;
}
#builder-right .overlay.loading {
  z-index: 99;
  opacity: 1;
  transition: all 0.25s ease-out;
}

.handrail-accessories img {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
}

.collar-style img {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
}

.handrail-material img {
  right: 19%;
  position: relative;
}
@media screen and (max-width: 31.25em) {
  .handrail-material img {
    right: 15%;
  }
}

.builder-stair-plan .overlay {
  position: absolute;
  height: 80%;
  width: 100%;
  display: flex;
  top: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  opacity: 0;
}
.builder-stair-plan .overlay.loading {
  z-index: 9;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.builder-stair-plan .stair-plan-image {
  text-align: center;
  padding: 50px 30px 25px;
  background-color: #ffffff;
  min-height: 200px;
}
.builder-stair-plan .stair-plan-image img {
  border: 2px solid #DFDFDF;
  border-radius: 6px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 26.24875em) {
  .builder-stair-plan .stair-plan-image {
    padding: 40px 15px;
  }
}
.builder-stair-plan .stair-plan-labels {
  background-color: #ffffff;
  padding: 0px 30px 25px;
  font-weight: 500;
  font-size: 1.125rem;
}

.disclaimer-text {
  z-index: 999;
  position: fixed;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  bottom: 0%;
  left: 0;
  right: -50%;
}
@media screen and (max-width: 63.9375em) {
  .disclaimer-text {
    padding-right: 55px;
    padding-left: 55px;
    bottom: 17%;
    right: 0;
  }
}

.label-container {
  display: inline-flex;
}

.tooltip {
  top: -10px;
  left: 10px;
  position: relative;
  width: fit-content;
}
.tooltip .tooltip-text {
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 999;
  bottom: 108%;
  left: 0;
  margin-left: -110px;
}
@media print, screen and (max-width: 39.99875em) {
  .tooltip .tooltip-text {
    left: 15px;
  }
}
.tooltip .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 59%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
@media print, screen and (max-width: 39.99875em) {
  .tooltip .tooltip-text::after {
    left: 52%;
  }
}
.tooltip .tooltip-text::before {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 59%;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}
@media print, screen and (max-width: 39.99875em) {
  .tooltip .tooltip-text::before {
    left: 47%;
  }
}
.tooltip img {
  width: 16px;
  padding: 0;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}

.tip-is-right .tooltip .tooltip-text {
  margin-left: -150px;
}
@media print, screen and (max-width: 26.24875em) {
  .tip-is-right .tooltip .tooltip-text {
    margin-left: -110px;
  }
}
.tip-is-right .tooltip .tooltip-text:after {
  left: 79%;
}
@media screen and (max-width: 39.9375em) {
  .tip-is-right .tooltip .tooltip-text:after {
    left: 71%;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .tip-is-right .tooltip .tooltip-text:after {
    left: 52%;
  }
}
.tip-is-right .tooltip .tooltip-text:before {
  left: 73%;
}
@media screen and (max-width: 39.9375em) {
  .tip-is-right .tooltip .tooltip-text:before {
    left: 67%;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .tip-is-right .tooltip .tooltip-text:before {
    left: 52%;
  }
}

.notification-builder {
  color: blue !important;
}

.error-builder {
  color: red !important;
}

.notification-builder-msg {
  margin-top: -23px;
  margin-left: 15px;
  font-size: 16px;
  color: blue;
  line-height: 1;
  padding-bottom: 20px;
}
.notification-builder-msg.dropdown-msg {
  margin-top: -12px !important;
}
.notification-builder-msg.stair-plan-msg {
  margin-top: 5px !important;
  padding-bottom: 0 !important;
}

.error-builder-msg {
  margin-top: -23px;
  margin-left: 15px;
  font-size: 16px;
  color: red;
  line-height: 1;
  padding-bottom: 20px;
}
.error-builder-msg.dropdown-msg {
  margin-top: -12px !important;
}
.error-builder-msg.stair-plan-msg {
  margin-top: 5px !important;
  padding-bottom: 0 !important;
}

.page-template-template-alternate-builder .shopping-cart {
  display: none !important;
}
.page-template-template-alternate-builder .height-100 {
  height: 100%;
}
.page-template-template-alternate-builder .builder-intro-section {
  min-height: 800px;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 20px;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-alternate-builder .builder-intro-section {
    z-index: 999;
  }
}
.page-template-template-alternate-builder .builder-intro-section.footer-section {
  padding-top: 75px;
  padding-bottom: 35px;
}
.page-template-template-alternate-builder .stair-img-contain {
  border: 1px solid #E1E1E1;
  position: relative;
  transition: all 0.4s;
  display: flex;
  text-align: center;
}
.page-template-template-alternate-builder .stair-img-contain a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.page-template-template-alternate-builder .stair-img-contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-alternate-builder .stair-img-contain img {
    max-height: 250px;
  }
}
.page-template-template-alternate-builder .stair-img-contain.margin-bottom {
  margin-bottom: 30px;
}
.page-template-template-alternate-builder .stair-img-contain.featured img {
  max-height: 800px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-alternate-builder .stair-img-contain.featured img {
    max-height: 500px;
  }
}
.page-template-template-alternate-builder .stair-img-contain:hover {
  border-color: #000;
  transition: all 0.4s;
}
.page-template-template-alternate-builder .builder-stair-img {
  opacity: 0;
  transition: all 0.2s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-alternate-builder .builder-stair-img {
    opacity: 1;
  }
}
.page-template-template-alternate-builder .builder-stair-img.image-in-view {
  opacity: 1;
  transition: all 1s ease;
}
.page-template-template-alternate-builder .stair-kit-title {
  font-size: 1.75rem;
}
@media screen and (max-width: 93.75em) {
  .page-template-template-alternate-builder .stair-kit-title {
    font-size: 1.5rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 75em) {
  .page-template-template-alternate-builder .stair-kit-title {
    margin-left: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .page-template-template-alternate-builder .stair-kit-title {
    padding-right: 0;
  }
}
.page-template-template-alternate-builder .stair-kit-title.intro-heading {
  padding-bottom: 45px;
  font-size: 40px;
}
.page-template-template-alternate-builder .stair-title-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #FF4713 !important;
}
.page-template-template-alternate-builder .section-heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 8px;
}
@media screen and (max-width: 93.75em) {
  .page-template-template-alternate-builder .section-heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 75em) {
  .page-template-template-alternate-builder .section-heading {
    font-size: 1.375rem;
  }
}
.page-template-template-alternate-builder .section-heading.detail-heading {
  font-size: 32px;
  padding-bottom: 35px;
  padding-top: 30px;
  font-weight: 400;
}
.page-template-template-alternate-builder .section-heading.builder-heading {
  padding-top: 65px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-alternate-builder .section-heading.features-heading {
    padding-top: 30px;
  }
}
.page-template-template-alternate-builder .section-info {
  padding-right: 35px;
}
.page-template-template-alternate-builder ul.key_features {
  list-style: none;
}
.page-template-template-alternate-builder ul.key_features li {
  margin-bottom: 10px;
}
.page-template-template-alternate-builder ul.key_features li.feature::before {
  content: "•";
  color: #FF4713;
  display: inline-block;
  width: 1em;
  font-size: 28px;
  line-height: 1px;
  margin-left: -1em;
  position: relative;
  left: 9px;
  top: 5px;
}
.page-template-template-alternate-builder .transform-img-contain img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-alternate-builder .transform-img-contain img {
    max-height: 400px;
  }
}

.reveal-builder-img {
  text-align: center;
  padding: 25px;
}

.blog-page {
  padding-top: 115px;
  padding-bottom: 20px;
}
.blog-page .hero-heading {
  padding-bottom: 70px;
}
.blog-page .hero-heading h1 {
  color: #1E1E1E;
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
.blog-page .first-post {
  padding-bottom: 10%;
}
.blog-page .category-and-date ul {
  margin-left: 0;
  list-style: none;
}
.blog-page .category-and-date ul a {
  text-transform: uppercase;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}
.blog-page .post-date {
  padding-bottom: 5px;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 17px;
}
.blog-page .posts {
  padding-bottom: 65px;
}
.blog-page .post-imgs {
  padding-bottom: 20px;
}
.blog-page .post-imgs img {
  object-fit: cover;
  max-height: 350px;
  min-height: 350px;
  width: 100%;
  object-position: right;
}
.blog-page .post-img img {
  object-fit: cover;
  width: 100%;
  max-height: 510px;
  height: 510px;
  object-position: right;
}
@media screen and (max-width: 39.9375em) {
  .blog-page .post-img img {
    height: auto;
  }
}
.blog-page .post-title h2 {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}
.blog-page .excerpt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-page .excerpt p {
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 25px;
}
.blog-page .excerpt .view-article {
  display: none;
}
.blog-page .read-more {
  color: #F36E2A;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}

.blog .black-footer {
  display: none;
}

.single .black-footer {
  display: none;
}

.single-post {
  padding-top: 65px;
  padding-bottom: 0;
}
.single-post .post-heading {
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 5px;
  font-weight: 500px;
  font-family: "karla", sans-serif;
}
.single-post .category-and-date ul {
  margin-left: 0;
  list-style: none;
}
.single-post .category-and-date ul a {
  text-transform: uppercase;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}

.hero-posts {
  position: relative;
}

.post-hero-img img {
  max-height: 550px;
  object-fit: cover;
  width: 100%;
}

.post-hero-img:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

/**
 * Forms
 */
select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #F36E2A;
  color: #F36E2A;
  outline: none;
  font-weight: 500;
  padding-left: 0;
}
select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  appearance: none !important;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #F36E2A;
  color: #0a0a0a;
  outline: none;
  font-weight: 500;
  box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}
input[type=text].is-invalid-input,
input[type=search].is-invalid-input,
input[type=email].is-invalid-input,
input[type=password].is-invalid-input {
  background-color: transparent;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #F36E2A;
  box-shadow: 0 0 0;
  outline: none;
}

textarea {
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #F36E2A;
  color: #0a0a0a;
  outline: none;
  font-weight: 500;
  box-shadow: 0 0 0;
}
textarea:focus {
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #F36E2A;
  box-shadow: 0 0 0;
  outline: none;
}

/**
 * Gravity Forms
 */
body .gform_wrapper ul li.gfield {
  position: relative;
}
body .gform_wrapper ul li.gfield .ginput_complex span {
  position: relative;
  margin-top: 1.75rem;
}
body .gform_wrapper ul li.gfield .ginput_complex span input {
  margin-top: 0;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}

body .gform_wrapper .validation_error {
  border: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background-color: transparent !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

/**
 * Material Design Fields
 */
form .gfield {
  position: relative;
}
form label {
  position: absolute;
  top: 18px;
  left: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  transform-origin: left top;
}
form label:hover:after {
  font-family: "_dgicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}
form label.float-above {
  top: -18px !important;
  transform: scale(0.75);
  color: #F36E2A;
  left: 0 !important;
}
form input.focused, form input.filled,
form select.focused,
form select.filled,
form textarea.focused,
form textarea.filled {
  background-color: #D9A537;
  color: #fff;
}
form input.focused, form input.filled,
form select.focused,
form select.filled {
  outline: 0;
  background-color: transparent;
  border-color: #F36E2A;
  color: #F36E2A;
}
form textarea.focused, form textarea.filled {
  outline: 0;
  background-color: transparent;
  border-color: #F36E2A;
  color: #F36E2A;
}

#gform_wrapper_2, #gform_wrapper_12, #gform_wrapper_16 {
  padding-right: 20%;
}
@media screen and (max-width: 40em) {
  #gform_wrapper_2, #gform_wrapper_12, #gform_wrapper_16 {
    padding-right: 2%;
  }
}
#gform_wrapper_2 .gfield_label, #gform_wrapper_12 .gfield_label, #gform_wrapper_16 .gfield_label {
  top: -32px;
}
#gform_wrapper_2 .gfield, #gform_wrapper_12 .gfield, #gform_wrapper_16 .gfield {
  padding-bottom: 23px;
}
#gform_wrapper_2 .gfield input, #gform_wrapper_12 .gfield input, #gform_wrapper_16 .gfield input {
  border: none !important;
}
#gform_wrapper_2 .ginput_container, #gform_wrapper_12 .ginput_container, #gform_wrapper_16 .ginput_container {
  border-radius: 24px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
}
#gform_wrapper_2 .ginput_container_textarea textarea, #gform_wrapper_12 .ginput_container_textarea textarea, #gform_wrapper_16 .ginput_container_textarea textarea {
  border: none !important;
  background-color: transparent !important;
}
#gform_wrapper_2 .button, #gform_wrapper_12 .button, #gform_wrapper_16 .button {
  margin-top: -10px;
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 60px;
  letter-spacing: 0;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
}
#gform_wrapper_2 .button:hover, #gform_wrapper_12 .button:hover, #gform_wrapper_16 .button:hover {
  background-color: rgba(30, 30, 30, 0.5294117647);
}

#gform_wrapper_3 .gfield_label {
  top: -32px;
}
#gform_wrapper_3 .gfield input {
  border: none !important;
}
#gform_wrapper_3 .ginput_container {
  border-radius: 24px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
}
#gform_wrapper_3 button {
  text-transform: uppercase;
  position: relative;
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 60px;
  letter-spacing: 0;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
  top: -31px;
  cursor: pointer;
}
#gform_wrapper_3 button:hover {
  background-color: rgba(30, 30, 30, 0.5294117647);
}

.quote-reveal-form {
  background-color: #F7F7F7;
  padding-top: 70px;
  padding-right: 5%;
  padding-left: 5%;
}
.quote-reveal-form h2 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "din-2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}

.quote-reveal .textarea {
  border: none;
}
.quote-reveal .gfield_label {
  top: -23px;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
}
.quote-reveal .gfield {
  padding-bottom: 28px;
  padding-bottom: 23px;
}
.quote-reveal .gfield input {
  border: none !important;
}
.quote-reveal .ginput_container {
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #BFBFBF;
}
.quote-reveal .button {
  margin-top: -10px;
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 60px;
  letter-spacing: 0;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
}
.quote-reveal .button:hover {
  background-color: rgba(30, 30, 30, 0.5294117647);
}
.quote-reveal #field_9_7 {
  padding-bottom: 5px;
}
.quote-reveal #field_9_5 {
  padding-bottom: 35px;
}
.quote-reveal .ginput_container_radio {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
}
.quote-reveal .ginput_container_radio .gfield_radio .gchoice {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.quote-reveal .ginput_container_radio .gfield_radio .gchoice label {
  top: auto;
  left: auto;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #1E1E1E;
}
.quote-reveal .ginput_container_radio .gfield_radio .gfield-choice-input {
  margin-left: 10px;
  margin-bottom: 2px;
}
.quote-reveal.grey-sidebar .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 140px !important;
}
.quote-reveal.grey-sidebar .ginput_container_checkbox {
  background: #f1f1f1 !important;
}
.quote-reveal.grey-sidebar #field_13_6 {
  padding-bottom: 0 !important;
}
.quote-reveal.grey-sidebar .resource-form {
  padding-bottom: 20px;
}
@media print, screen and (max-width: 56.24875em) {
  .quote-reveal.grey-sidebar .resource-form {
    padding-bottom: 20px;
    max-width: 375px;
    margin: auto;
  }
  .quote-reveal.grey-sidebar .resource-form .gform_wrapper.gravity-theme .gform_footer {
    display: block !important;
    padding-top: 20px !important;
  }
}

#gform_wrapper_16 {
  padding-right: 0;
  max-width: 715px;
  margin: auto;
}
#gform_wrapper_16 .button {
  margin: auto;
}
#gform_wrapper_16 .gfield_checkbox {
  display: inline-flex;
}
#gform_wrapper_16 #field_16_9 {
  height: 50px;
  margin-top: -30px;
}
#gform_wrapper_16 .checkbox-tis {
  height: 50px;
  margin-top: -30px;
}

#gform_confirmation_message_16 {
  color: black !important;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.quote-reveal-form {
  background-color: #F7F7F7;
  padding-top: 70px;
  padding-right: 5%;
  padding-left: 5%;
}
.quote-reveal-form h2 {
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: "din-2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}

.quote-builder-form .textarea {
  border: none;
}
.quote-builder-form .gfield_label {
  top: -23px;
  color: #1E1E1E;
  font-family: "karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: uppercase;
}
.quote-builder-form .gfield {
  padding-bottom: 28px;
  padding-bottom: 23px;
}
.quote-builder-form .gfield input {
  border: none !important;
}
.quote-builder-form .ginput_container {
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #BFBFBF;
}
.quote-builder-form .button {
  margin-top: -10px;
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 60px;
  letter-spacing: 0;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
}
.quote-builder-form .button:hover {
  background-color: rgba(30, 30, 30, 0.5294117647);
}
.quote-builder-form #field_9_7 {
  padding-bottom: 5px;
}
.quote-builder-form #field_9_5 {
  padding-bottom: 35px;
}
.quote-builder-form .ginput_container_radio {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
}
.quote-builder-form .ginput_container_radio .gfield_radio .gchoice {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.quote-builder-form .ginput_container_radio .gfield_radio .gchoice label {
  top: auto;
  left: auto;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #1E1E1E;
}
.quote-builder-form .ginput_container_radio .gfield_radio .gfield-choice-input {
  margin-left: 10px;
  margin-bottom: 2px;
}

.gform_wrapper .checkbox-tis .ginput_container {
  border: none !important;
}
.gform_wrapper .checkbox-tis .ginput_container label {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.gform_wrapper .checkbox-tis .ginput_container .gchoice {
  display: flex !important;
  flex-direction: row !important;
}
.gform_wrapper .checkbox-tis .ginput_container .gchoice label {
  position: inherit !important;
}
.gform_wrapper .checkbox-tis.checkbox-tis-quote {
  padding-bottom: 10px;
  margin-top: -15px;
}
.gform_wrapper .checkbox-tis.checkbox-tis-quote .ginput_container {
  background-color: #F7F7F7 !important;
}
.gform_wrapper .checkbox-tis.checkbox-tis-quote-builder {
  margin-bottom: -20px;
}

.clp-main {
  background-color: #21252B;
  padding: 0px 24px;
  overflow: hidden;
}
.clp-main h1, .clp-main h2, .clp-main h3, .clp-main h4, .clp-main h5, .clp-main h6, .clp-main p, .clp-main li {
  color: #FFFFFF;
}
.clp-main .clp-circle {
  position: absolute;
  z-index: -1;
  top: -420px;
  left: -420px;
}
.clp-main .clp-circle-2 {
  position: absolute;
  z-index: -1;
  bottom: -380px;
  right: -320px;
}
.clp-main .clp-circle-2 svg {
  width: 644px;
  hgith: 644px;
}
.clp-main .clp-heading, .clp-main .clp-contact, .clp-main .clp-info, .clp-main .clp-footer {
  max-width: 1200px;
  margin: auto;
}
.clp-main .clp-heading {
  padding-top: 50px;
  height: 270px;
}
.clp-main .clp-contact {
  margin-bottom: 94px;
}
.clp-main .clp-contact-left {
  padding: 0px 44px 0px 0px;
}
.clp-main .clp-contact-form-container {
  background-color: #FFFFFF;
  height: 100%;
  padding: 65px 44px 60px 44px;
}
.clp-main .clp-contact-form-container h1, .clp-main .clp-contact-form-container h2, .clp-main .clp-contact-form-container h3, .clp-main .clp-contact-form-container h4, .clp-main .clp-contact-form-container h5, .clp-main .clp-contact-form-container h6, .clp-main .clp-contact-form-container p, .clp-main .clp-contact-form-container li {
  color: #000000;
}
.clp-main .clp-contact-form-container .gform_title {
  display: none;
}
.clp-main .clp-contact-form-container .clp_gform_title {
  font-size: 1.75rem;
  font-family: "karla", sans-serif;
  text-align: center;
  margin-bottom: 24px;
}
.clp-main .clp-contact-form-container .gfield_label {
  font-size: 1.125rem;
  font-family: "karla", sans-serif;
  font-weight: bold;
  position: static;
  text-align: left !important;
}
.clp-main .clp-contact-form-container input {
  border: solid #A3A9AD 1px;
  border-radius: 50px;
  background-color: #FFFFFF;
  height: 52px;
  padding-left: 24px !important;
}
.clp-main .clp-contact-form-container #input_14_7 {
  margin-bottom: 40px;
}
.clp-main .clp-contact-form-container #field_14_8 {
  text-align: center;
  margin-bottom: 40px;
}
.clp-main .clp-contact-form-container #field_14_8 a {
  text-decoration: underline;
}
.clp-main .clp-contact-form-container #gform_submit_button_14 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "karla", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  color: #FFFFFF;
  padding: 12px 50px;
  background-color: #F36E2A;
  transition: 0.5;
  cursor: pointer;
}
.clp-main .clp-contact-form-container #gform_submit_button_14:hover {
  opacity: 0.8;
}
.clp-main .clp-header-1, .clp-main .clp-header-1-alt {
  font-size: 3.875rem;
  line-height: 3.75rem;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .clp-main .clp-header-1, .clp-main .clp-header-1-alt {
    font-size: 3.125rem;
  }
}
.clp-main .clp-header-1-alt {
  font-weight: bold;
  text-transform: none;
}
@media screen and (max-width: 39.9375em) {
  .clp-main .clp-header-1-alt {
    font-size: 2.5rem;
  }
}
.clp-main .clp-header-2 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .clp-main .clp-header-2 {
    font-size: 1.25rem;
  }
}
.clp-main .clp-button {
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "karla", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  color: #FFFFFF;
  padding: 12px 50px;
  background-color: #F36E2A;
  transition: 0.5;
  cursor: pointer;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .clp-main .clp-button {
    display: block;
  }
}
.clp-main .left-info h3, .clp-main .clp-info h3 {
  font-size: 3.875rem;
  line-height: 3.75rem;
  color: #F36E2A;
  font-family: "karla", sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .clp-main .left-info h3, .clp-main .clp-info h3 {
    font-size: 3.125rem;
  }
}
.clp-main .left-info h4, .clp-main .clp-info h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .clp-main .left-info h4, .clp-main .clp-info h4 {
    font-size: 1.25rem;
  }
}
.clp-main .left-info p, .clp-main .clp-info p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  margin-bottom: 20px;
}
.clp-main .left-info li, .clp-main .clp-info li {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
}
.clp-main .left-info ul, .clp-main .clp-info ul {
  list-style: none; /* Remove default bullets */
}
.clp-main .left-info ul li::before, .clp-main .clp-info ul li::before {
  content: "․"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F36E2A; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 2.5rem;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.6em; /* Also needed for space (tweak if needed) */
  margin-left: -0.5em; /* Also needed for space (tweak if needed) */
}
.clp-main .clp-info {
  margin-bottom: 94px;
}
.clp-main .clp-info ul {
  margin-bottom: 80px;
}
.clp-main .clp-footer {
  padding-bottom: 40px;
}
.clp-main .clp-footer .clp-footer-icon {
  margin-right: 6px;
}
.contractor-main {
  background-color: #FFFFFF;
  padding: 0px 0px;
  overflow: hidden;
}
.contractor-main h1, .contractor-main h2, .contractor-main h3, .contractor-main h4, .contractor-main h5, .contractor-main h6, .contractor-main p, .contractor-main li {
  color: #000000;
}
.contractor-main .clp-circle {
  position: absolute;
  z-index: 1;
  top: -420px;
  left: -420px;
}
.contractor-main .width {
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px;
}
@media screen and (max-width: 76.875em) {
  .contractor-main .width {
    padding: 0px 24px;
  }
}
.contractor-main .clp-heading {
  padding-top: 50px;
  height: 270px;
}
@media screen and (max-width: 39.9375em) {
  .contractor-main .clp-heading {
    height: 135px;
  }
}
.contractor-main .contractor-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  z-index: -1;
}
.contractor-main .contractor-hero .contractor-hero-text {
  z-index: 2;
}
.contractor-main .contractor-hero .contractor-hero-text h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #F36E2A;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .contractor-main .contractor-hero .contractor-hero-text h1 {
    font-size: 2.5rem;
  }
}
.contractor-main .contractor-hero .contractor-hero-text h1 strong {
  font-weight: bold;
}
.contractor-main .contractor-hero .contractor-hero-text p {
  max-width: 768px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .contractor-main .contractor-hero .contractor-hero-text p {
    font-size: 1.125rem;
  }
}
.contractor-main .contractor-section-1 {
  background-color: #FFFFFF;
  padding: 110px 0px 80px 0px;
}
.contractor-main .contractor-section-1 h1 {
  font-size: 3.25rem;
  line-height: 3.625rem;
  color: #F36E2A;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
  .contractor-main .contractor-section-1 h1 {
    font-size: 2.5rem;
  }
}
.contractor-main .contractor-section-1 h1 strong {
  font-weight: bold;
}
.contractor-main .contractor-section-1 h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  font-family: "karla", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 990px;
}
.contractor-main .contractor-section-1 p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
  font-family: "karla", sans-serif;
  margin-bottom: 20px;
  max-width: 990px;
}
.contractor-main .contractor-section-2 {
  padding: 50px 0px;
  position: relative;
}
.contractor-main .contractor-section-2 .contractor-section-2-bg {
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0px;
  background-color: #f4f5f5;
  z-index: -1;
}
@media screen and (max-width: 56.25em) {
  .contractor-main .contractor-section-2 .contractor-section-2-bg {
    width: 100%;
  }
}
.contractor-main .contractor-section-2 h3 {
  font-size: 1.75rem;
  line-height: 3.75rem;
  color: #000000;
  font-family: "karla", sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
}
.contractor-main .contractor-section-2 li {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  font-family: "karla", sans-serif;
}
.contractor-main .contractor-section-2 ul {
  list-style: none; /* Remove default bullets */
}
.contractor-main .contractor-section-2 ul li::before {
  content: "․"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F36E2A; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 2.5rem;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.6em; /* Also needed for space (tweak if needed) */
  margin-left: -0.5em; /* Also needed for space (tweak if needed) */
}
.contractor-main .contractor-section-3 {
  padding: 120px 0px;
}
.contractor-main .contractor-section-3 .section-3-left {
  padding-top: 120px;
  padding-right: 50px;
}
@media screen and (max-width: 75em) {
  .contractor-main .contractor-section-3 .section-3-left {
    padding-top: 0px;
    padding-right: 0px;
  }
}
.contractor-main .contractor-section-3 .section-3-left h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #000000;
  font-family: "karla", sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
}
.contractor-main .contractor-section-3 .section-3-left p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  font-family: "karla", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 75em) {
  .contractor-main .contractor-section-3 .section-3-right {
    margin-top: 60px;
  }
}
.contractor-main .contractor-section-3 .section-3-right img {
  width: 464px;
  height: 600px;
}
.contractor-main .contractor-section-4 {
  background-color: #21252B;
  padding: 100px 0px;
  position: relative;
}
.contractor-main .contractor-section-4 .clp-circle-2 {
  position: absolute;
  z-index: 1;
  top: -420px;
  left: -420px;
}
.contractor-main .contractor-section-4 .contractor-section-4-text h1 {
  font-size: 3.25rem;
  line-height: 3.75rem;
  color: #F36E2A;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .contractor-main .contractor-section-4 .contractor-section-4-text h1 {
    font-size: 2.5rem;
  }
}
.contractor-main .contractor-section-4 .contractor-section-4-text h1 strong {
  font-weight: bold;
}
.contractor-main .contractor-section-4 .contractor-section-4-text h4 {
  max-width: 900px;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-weight: lighter;
  margin-bottom: 30px;
}
.contractor-main .contractor-section-4 .contractor-section-4-text p {
  max-width: 900px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  margin-bottom: 20px;
}
.contractor-main .contractor-section-5 {
  padding: 120px 0px;
  background-color: #f4f5f5;
}
.contractor-main .contractor-section-5 .section-5-left {
  padding-top: 120px;
  padding-right: 65px;
}
@media screen and (max-width: 75em) {
  .contractor-main .contractor-section-5 .section-5-left {
    padding-top: 0px;
    padding-right: 0px;
  }
}
.contractor-main .contractor-section-5 .section-5-left h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #000000;
  font-family: "karla", sans-serif;
  font-weight: lighter;
  margin-bottom: 30px;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container {
  height: 100%;
  padding: 65px 44px 60px 44px;
}
@media screen and (max-width: 75em) {
  .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container {
    padding: 65px 0px 60px 0px;
  }
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container h1, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container h2, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container h3, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container h4, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container h5, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container h6, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container p, .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container li {
  color: #000000;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container .gform_title {
  display: none;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container .gform_fields {
  grid-column-gap: 4%;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container .gfield {
  grid-column: span 6;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container .gfield {
    grid-column: span 12;
  }
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container #field_15_5 {
  grid-column: span 12;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container .gfield_label {
  font-size: 1.125rem;
  font-family: "karla", sans-serif;
  font-weight: bold;
  position: static;
  text-align: left !important;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container input {
  border: solid #A3A9AD 1px;
  background-color: #FFFFFF;
  height: 52px;
  padding-left: 24px !important;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container #gform_submit_button_15 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "karla", sans-serif;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  padding-left: 36px !important;
  background-color: #F36E2A;
  transition: 0.5;
  cursor: pointer;
  width: 180px;
  height: 65px;
}
.contractor-main .contractor-section-5 .section-5-right .contractor-contact-form-container #gform_submit_button_15:hover {
  opacity: 0.8;
}
.contractor-main .clp-footer {
  padding: 28px 0px;
  background-color: #21252B;
}
.contractor-main .clp-footer p {
  color: #FFFFFF;
}
.contractor-main .clp-footer .clp-footer-icon {
  margin-right: 6px;
}
/*# sourceMappingURL=style.css.map */